﻿@charset "UTF-8";
a {
  text-decoration: none;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.hide {
  display: none; }

strong {
  font-weight: 700; }

.italic {
  font-style: italic; }

.alignRight {
  text-align: right; }

.column-20,
.column-60,
.column-80 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.column-20 {
  flex: 0 0 20%;
  max-width: 20%; }

.column-60 {
  flex: 0 0 60%;
  max-width: 60%; }

.column-80 {
  flex: 0 0 80%;
  max-width: 80%; }

.sk-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

#CheckBoxChangerMotDePasse,
#user {
  position: absolute; }

#lstAutres,
#lstFacture,
#lstFormulaire {
  min-height: 200px;
  padding: 20px 0;
  margin-bottom: 40px; }

body#authentificationPatient,
body#authentificationReset,
body#authentificationResetConfirmation,
body#authentificationResetFailed,
body#authentificationResetInitialization {
  height: 100vh;
  background: url(../../_images/background-portail.jpg) no-repeat;
  background-size: cover; }

#bleufonce,
#menuHeader {
  height: 35px;
  display: block; }

#menuHeader,
#sideMenu {
  position: fixed;
  left: 0;
  top: 0; }

.logo {
  display: block;
  padding: 50px 0;
  text-align: center; }
  .logo img {
    max-width: 240px;
    height: auto; }

#user ul li a,
ul.onglet li a {
  color: #000;
  text-decoration: none; }

#retourPortail {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-size: 11px;
  display: block; }

#menuHeader {
  width: 100%;
  background: #e6e6e6;
  z-index: 9; }

#bleufonce {
  width: 8vw;
  float: left;
  background: #1588bf; }

#menuTop {
  float: right;
  background: url(../_images/fleche-bas.png) 100% 60% no-repeat;
  display: block;
  cursor: pointer; }

.photoUsager {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  display: inline-block;
  background: #d7d7d7;
  text-align: center;
  line-height: 21px;
  margin-right: 10px;
  font-weight: 700;
  margin-top: 6px; }

#btnMobile,
#champMotDePasse,
#iconToggleOff,
#user {
  display: none; }

.photoUsager i {
  margin-top: 3px;
  margin-left: 1px; }

#menuHeader ul,
#menuHeader ul li,
#sideMenu ul,
#user,
#user ul,
#user ul li {
  margin: 0;
  padding: 0; }

.famille span {
  margin-right: 24px; }

#MenuHeader_lblNomPrenom {
  line-height: 30px;
  font-size: 14px;
  padding-right: 30px; }

#menuHeader ul li {
  float: left;
  display: block; }

#user {
  right: 120px;
  background: #e6e6e6;
  border: none;
  width: 250px;
  top: 35px;
  z-index: 9999; }

#user ul {
  display: block;
  width: 100%; }

#user ul li {
  clear: both;
  display: block;
  width: 100%; }

#user ul li a {
  padding: 10px;
  display: block;
  border-bottom: 2px solid #fff;
  width: calc(100% - 20px); }

#sideMenu {
  height: calc(100vh - 35px);
  margin-top: 0;
  background: #1ba1e1;
  width: 8%;
  border-top: 35px solid #1588bf;
  overflow-y: auto;
  z-index: 10; }

#sideMenu ul li a {
  height: 7vw;
  width: 100%;
  display: block;
  text-indent: -100000px; }

#sideMenu ul li a.actif,
#sideMenu ul li a:hover {
  background: #4eb5e6;
  transition: background-color .2s; }

#sideMenu ul li.dashboard a,
#sideMenu ul li.documents a,
#sideMenu ul li.dossier a,
#sideMenu ul li.formulaire a,
#sideMenu ul li.rendezvous a {
  background-repeat: no-repeat;
  background-position: 50%; }

#sideMenu ul li.dashboard a {
  background-image: url(../_images/ico-fff-dashboard.png); }

#sideMenu ul li.dossier a {
  background-image: url(../_images/ico-fff-mondossier.png); }

#sideMenu ul li.rendezvous a {
  background-image: url(../_images/ico-fff-rendezvous.png); }

#sideMenu ul li.documents a {
  background-image: url(../_images/ico-fff-mesdocuments.png); }

#sideMenu ul li.formulaire a {
  background-image: url(../_images/ico-fff-formulaire.png); }

.page {
  padding: 30px 30px 0 320px;
  overflow-y: auto;
  max-height: calc(100vh - 64px);
  height: auto !important; }
  @media (max-width: 1100px) {
    .page {
      padding: 15px 30px 0 82px; } }
  @media (max-width: 767px) {
    .page {
      padding: 15px 15px 0; } }

#divInfoConnexion {
  margin-top: 10px;
  display: none; }

#sectionMotDePasse {
  border: 1px solid #d7d7d7;
  padding: 0 15px; }

#changerMotPasse {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  font-weight: 700; }

#iconToggleOff,
#iconToggleOn {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 24px; }

#CheckBoxChangerMotDePasse {
  top: 0;
  left: 0;
  opacity: .001;
  height: 60px;
  width: 100%;
  display: block;
  cursor: pointer; }

#champMotDePasse .box {
  margin-bottom: 0;
  padding-top: 5px; }

#conteneur.marginright {
  margin-right: 2%;
  width: 88%; }

ul.onglet {
  border-bottom: 1px solid #e6e6e6;
  height: 40px;
  padding: 0;
  width: 100%;
  display: block; }
  ul.onglet li {
    display: inline-block;
    vertical-align: bottom; }
    ul.onglet li a {
      text-transform: uppercase;
      display: block;
      border: 1px solid #e6e6e6;
      border-bottom: 1px solid #fff;
      margin: 0 -1px 0 0;
      padding: 10px 40px;
      text-align: Center;
      background: #e6e6e6; }
      ul.onglet li a:hover {
        background: #fff;
        transition: all .1s; }
    ul.onglet li.actif a {
      background: #fff; }
    ul.onglet li + li {
      position: relative;
      left: -3px; }

.box.dashboard {
  position: relative;
  padding: 0; }

.box.dashboard h2 {
  font-size: 24px;
  padding: 0;
  margin: -10px;
  line-height: 50px;
  position: absolute;
  top: 20px;
  left: 25px;
  font-weight: 600; }

.box.dashboard h2 span {
  display: block;
  float: left;
  padding-left: 10px;
  margin-top: -7px; }

.box.dashboard h2 span.cercle {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding-left: 0;
  margin-top: 0; }

.box.dashboard div {
  clear: both; }

.box.dashboard .conteneurBouton a {
  background: #e6e6e6;
  height: 42px;
  display: block;
  width: 80%;
  margin: 35px auto;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  font-weight: 600; }

.box.dashboard .conteneurBouton a:hover {
  background: #f2f2f2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all .3s;
  border-radius: 2px; }

#boxFamille h2 span.cercle {
  background: url(../_images/dash-famille.png) 50% 50% no-repeat #fff; }

#boxFamille .conteneurPhrase {
  background: #1ba1e1;
  color: #fff;
  margin-top: 45px;
  padding: 25px 20px 20px; }

#boxFamille .conteneurPhrase span.nombre {
  font-family: 'Kaushan Script', cursive;
  font-size: 105px;
  float: left;
  margin-bottom: -20px;
  width: 32%;
  text-align: center; }

#boxFamille .conteneurPhrase span.phrase {
  float: left;
  font-size: 24px;
  margin-top: 7px;
  margin-left: 10px;
  width: calc(64% - 10px); }

#boxFamille .conteneurPhrase ul {
  float: left;
  margin-top: 10px;
  margin-left: 18px;
  width: calc(64% - 18px); }

#boxFamille .conteneurPhrase ul li {
  font-size: 14px;
  background: url(../_images/puce-fleche.png) 0 5px no-repeat;
  display: block;
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px; }

#boxRendez-vous h2 span.cercle {
  background: url(../_images/dash-rendezvous.png) 50% 50% no-repeat #fff; }

#boxRendez-vous .conteneurPhrase {
  background: url(../_images/bgRendezVous.png) 0 -40px no-repeat #1ba1e1;
  margin-top: 45px;
  padding: 195px 0 0;
  width: 100%; }

#boxRendez-vous .conteneurPhrase p {
  width: calc(40% - 50px);
  padding: 18px 25px 25px;
  display: block;
  float: left; }

#boxRendez-vous .conteneurPhrase p span {
  font-size: 14px;
  display: block;
  padding-top: 4px; }

#boxRendez-vous .conteneurPhrase p span#libelle {
  font-weight: 700; }

#boxRendez-vous .conteneurBouton {
  width: 60%;
  float: left;
  display: block;
  clear: none; }

#boxRendez-vous #zoneBlanche {
  background: #fff;
  width: 100%; }

#boxFormulaire h2 span.cercle {
  background: url(../_images/dash-formulaire.png) 50% 50% no-repeat #fff; }

#boxFormulaire .conteneurPhrase {
  background: url(../_images/bgFormulaire.png) 0 100% no-repeat #1ba1e1;
  background-size: cover;
  margin-top: 45px;
  padding: 45px 0 0;
  width: 100%;
  text-align: center; }

#boxFormulaire .conteneurPhrase span.part1 {
  font-size: 14px;
  text-transform: uppercase; }

#boxFormulaire .conteneurPhrase span.part2 {
  font-family: 'Kaushan Script', cursive;
  font-weight: 700;
  text-transform: none;
  font-size: 24px;
  display: block;
  margin-top: 15px;
  padding-bottom: 30px;
  transform: rotate(-1deg); }

#boxDocument h2 span.cercle {
  background: url(../_images/dash-document.png) 50% 50% no-repeat #fff; }

#boxDocument .conteneurPhrase {
  background: url(../_images/bgDocument.png) 50% 50% no-repeat #1ba1e1;
  background-size: cover;
  margin-top: 45px;
  padding: 155px 0 0;
  width: 100%;
  text-align: center; }

#boxDocument .conteneurPhrase span.part1 {
  font-size: 14px;
  text-transform: uppercase; }

#boxDocument .conteneurPhrase span.part2 {
  font-family: 'La Belle Aurore', cursive;
  font-weight: 700;
  text-transform: none;
  font-size: 24px;
  display: block;
  margin-top: 15px;
  padding-bottom: 30px;
  transform: rotate(-1deg); }

#LstRappel,
#LstRendezVous {
  padding: 20px 0;
  min-height: 200px; }

h1.dossier {
  background: url(../_images/ico-000-mondossier.png) no-repeat;
  margin-bottom: 20px; }

#intCoordonnees {
  width: 70%; }

#Coordonnees table {
  width: 100%;
  margin-top: 20px; }

#Coordonnees table tr td {
  font-size: 14px;
  line-height: 21px;
  width: 45%;
  padding-right: 5%; }

#Coordonnees table tr td table {
  margin-top: 0; }

#statistiques {
  position: relative;
  margin-top: 30px; }

.stats {
  width: 72%;
  display: block;
  float: left; }

.item {
  position: relative;
  background: #d7d7d7;
  height: 5px;
  border-radius: 5px;
  width: calc(100% - 60px);
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 70px; }

.titre,
.valeur {
  position: absolute;
  font-size: 14px; }

.item:last-child {
  margin-bottom: 30px; }

.titre {
  text-transform: uppercase;
  top: -27px;
  left: 0; }

.valeur {
  top: 9px;
  font-weight: 700; }

.couleur {
  text-indent: -1000000px;
  min-width: 20px;
  height: 9px;
  border-radius: 9px;
  top: -2px;
  left: 0;
  position: absolute; }

#presentation #liste,
#presentation #vignette {
  text-indent: -100000px;
  height: 13px;
  width: 25px; }

.valeurmin {
  position: absolute;
  top: -6px;
  font-weight: 400;
  font-size: 11px;
  left: -10px; }

.valeurmax {
  display: none; }

#infoStats,
#presentation {
  position: absolute;
  right: 2%; }

#infoStats {
  width: 25%;
  bottom: calc(2% + 40px); }

#infoStats p {
  font-size: 11px;
  font-weight: 700; }

h1.rendezvous {
  background: url(../_images/ico-000-rendezvous.png) no-repeat;
  margin-bottom: 20px; }

ul#ongletRDV {
  margin-top: 35px; }

#LstRendezVous {
  display: block;
  margin-bottom: 40px; }

#LstRappel p,
#LstRendezVous p {
  margin: 20px 1%; }

#LstRappel {
  display: none;
  margin-bottom: 20px; }

table.tableauDossier tr td,
table.tableauDossier tr th {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px; }

table.tableauDossier {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px; }

table.tableauDossier tr th {
  text-transform: uppercase;
  font-weight: 700; }

table.tableauDossier tr td {
  text-transform: none; }

#AutreInformation {
  padding-bottom: 40px; }

h1.document {
  background: url(../_images/ico-000-mesdocuments.png) no-repeat;
  margin-bottom: 20px; }

#FErrorMessage {
  border: none;
  font-size: 16px;
  font-family: 'Open Sans', Arial; }

#lstFacture {
  display: block; }

#lstAutres p,
#lstFacture p,
#lstFormulaire p {
  margin: 20px 1%; }

#lstAutres,
#lstFormulaire {
  display: none; }

#presentation {
  top: 120px; }

#presentation a {
  float: left;
  margin: 5px;
  display: block; }

#presentation #liste {
  background: url(../_images/ico-list.png) 50% 50%; }

#presentation #liste.actif,
#presentation #liste:hover {
  background: url(../_images/ico-list-o.png) 50% 50%;
  width: 25px;
  height: 13px;
  text-indent: -100000px; }

#presentation #vignette {
  background: url(../_images/ico-vignette.png) 50% 50%; }

#presentation #vignette.actif,
#presentation #vignette:hover {
  background: url(../_images/ico-vignette-o.png) 50% 50%;
  width: 25px;
  height: 13px;
  text-indent: -100000px; }

table#FGridView {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px; }

table#FGridView tr td a.consulter {
  border: 1px solid #7ccc36;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
  background: url(../_images/download.png) 15px 50% no-repeat;
  margin: 0 auto;
  color: #7ccc36;
  padding: 7px 7px 7px 37px; }

table#FGridView tr td a.consulter:hover {
  background: url(../../_images/download-o.png) 15px 50% no-repeat #7ccc36;
  color: #fff; }

.liste table#FGridView tr td:first-child,
.liste table#FGridView tr th:first-child,
.vignette table#FGridView tr th,
.vignette table#FGridView tr:first-child {
  display: none; }

.liste table#FGridView tr td,
.liste table#FGridView tr th {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  text-align: left;
  font-size: 14px; }

a.consulter:hover {
  transition: .3s;
  color: #fff;
  background: url(../_images/download-o.png) 15px 50% no-repeat #71C41B; }

.liste table#FGridView tr th {
  text-transform: uppercase;
  font-weight: 700; }

.liste table#FGridView tr td {
  text-transform: none; }

.liste table#FGridView tr td:nth-child(7) {
  padding-left: 0; }

.liste table#FGridView tr td a.consulter {
  text-indent: 17px;
  margin-left: 10px; }

.vignette table#FGridView {
  text-align: left; }

.vignette table#FGridView tr {
  display: block;
  float: left;
  width: 176PX;
  margin: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.vignette table#FGridView tr td:nth-child(1) {
  padding: 0; }

.vignette table#FGridView tr td {
  display: block;
  clear: both;
  width: 156px;
  text-align: Center;
  font-size: 14px;
  text-transform: none;
  padding: 10px;
  border: none; }

.vignette table#FGridView tr td:nth-child(2) {
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  display: flex; }

.vignette table#FGridView tr td:nth-child(2) span {
  margin: auto;
  word-wrap: break-word;
  width: 150px;
  line-height: 15px; }

#divBtnConfirmer,
#divSection2 #btnSuivantSection2 {
  text-transform: uppercase;
  line-height: 50px !important; }

.vignette table#FGridView tr td:nth-child(3) {
  color: #9a9a9f;
  font-size: 11px;
  word-wrap: break-word; }

.vignette table#FGridView tr td:nth-child(4) {
  text-align: center; }

.vignette table#FGridView tr td:nth-child(4) span {
  background: url(../_images/user.png) 0 50% no-repeat;
  padding-left: 20px;
  font-size: 12px;
  text-indent: 20px; }

#menuDossier a.actif,
#menuDossier a:hover {
  background: #1ba1e1;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.vignette table#FGridView thead,
.vignette table#FGridView tr td:nth-child(5) {
  display: none; }

.vignette table#FGridView tr:first-child {
  display: block; }

#menuDossier {
  width: 25%;
  margin-right: 4%;
  margin-top: -30px; }

#menuDossier a {
  float: left;
  display: block;
  background: #e6e6e6;
  color: #949494;
  width: 40%;
  max-width: 250px;
  font-size: 14px;
  margin-left: 5%;
  padding: 5px;
  box-shadow: none; }

#menuDossier a:hover {
  transition: all .3s; }

#profil .box {
  margin-bottom: 0;
  padding-bottom: 10px; }

.formulaire-wrapper {
  padding: 30px 0; }
  .formulaire-wrapper label {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    display: block; }
  .formulaire-wrapper input#txtJourNaissance {
    width: 40px; }
  .formulaire-wrapper select#ddlMoisNaissance {
    width: 100%; }
  .formulaire-wrapper input#txtAnneeExpiration,
  .formulaire-wrapper input#txtAnneeNaissance {
    width: 60px; }
  .formulaire-wrapper select#ddlMoisExpiration {
    width: 100%; }
  .formulaire-wrapper input#txtCodePostal {
    width: 90px; }
  .formulaire-wrapper input#txtTelephoneTravailPoste {
    width: 65px; }
  .formulaire-wrapper .info {
    font-size: 14px; }

#info-connexion,
#moins18 {
  display: none; }

input#assurance_maladie,
input#code_postal {
  text-transform: uppercase; }

#profil input#btnEnregistrer {
  margin-right: -5px;
  margin-left: 0;
  margin-top: 30px; }

h1.formulaire {
  background: url(../_images/ico-000-formulaire.png) no-repeat;
  margin-bottom: 20px; }

#step_formulaire_medical {
  margin: 0;
  padding: 0;
  height: 55px;
  border-bottom: 5px solid #e6e6e8;
  width: 460px; }

#step_formulaire_medical li {
  margin: 0 50px 0 0;
  padding: 0;
  float: left;
  background: #fff;
  width: 120px; }

#step_formulaire_medical li:last-child {
  margin-right: 0; }

#step_formulaire_medical li a {
  color: #e6e6e8;
  border: 5px solid #e6e6e8;
  padding-top: 35px;
  padding-bottom: 35px;
  height: 40px;
  width: 110px;
  border-radius: 110px;
  display: block;
  font-size: 13px;
  text-decoration: none;
  text-align: center; }

#step_formulaire_medical li.actif a {
  color: #333;
  background: #f4fdff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.17);
  font-weight: 700; }

#info-connexion input {
  width: 62%; }

#divOnglet ol li,
#divOnglet ol li a {
  display: table-cell;
  vertical-align: middle; }

#info-connexion input#btnEnregistrer {
  margin-left: calc(62% - 190px);
  margin-top: 0;
  width: 200px; }

#divBackgroundConfirmation,
#divBackgroundErreur {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  opacity: .9;
  z-index: 1000; }

#divConfirmationText,
#divErreurText {
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  margin-left: -150px;
  margin-top: -150px;
  width: 260px;
  height: auto;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

#divConfirmationText {
  border: 5px solid #a3db9f; }

#divErreurText {
  border: 5px solid #fe4e4e; }

#divConfirmationBouton,
#divErreurBouton {
  margin-top: 20px;
  margin-bottom: 10px; }

#divConfirmationBouton .btnEnregistrer {
  background: #a3db9f;
  border: 1px solid #8bca86;
  text-transform: uppercase;
  color: #333; }

#divErreurBouton .btnEnregistrer {
  background: #fe4e4e;
  border: 1px solid #ff3d3d;
  text-transform: uppercase; }

#divSection2 #btnPrecedentSection2:hover,
#divSection3 #btnPrecedentSection3:hover,
#divSection4 #btnPrecedentSection4:hover {
  color: #000;
  background: url(../../_images/btnFleche-back-o.png) 6% 50% no-repeat #e6e6e6; }

#divOnglet ol {
  margin: 50px 0 40px;
  padding: 0;
  display: table; }

#divOnglet ol li {
  text-align: center;
  padding: 0 30px 0 0;
  background: url(../../_images/barre-grise.png) 0 50% repeat-x; }

#divOnglet ol li:last-child {
  padding-right: 0; }

#divOnglet ol li a {
  cursor: pointer;
  color: #e6e6e6;
  width: 115px;
  font-size: 14px;
  height: 115px;
  border-radius: 115px;
  background-color: #f4fdff;
  border: 4px solid #e6e6e6; }

#divOnglet ol li a.actif {
  color: #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.17);
  font-weight: 700; }

#divSection1 h3,
#divSection2 h3,
#divSection3 h3,
#divSection4 h3 {
  font-weight: 700; }

#divSection1 label,
#divSection2 label,
#divSection3 label,
#divSection4 label {
  margin: 30px 0;
  padding: 0;
  width: 60%;
  display: block;
  float: left;
  clear: both; }

#divSection1 input,
#divSection1 table,
#divSection2 input,
#divSection2 table,
#divSection3 input,
#divSection3 table,
#divSection4 input,
#divSection4 table {
  margin: 0;
  padding: 0;
  width: 39.8%;
  display: block;
  float: left; }

#divSection1 .toggleSwitch,
#divSection2 .toggleSwitch,
#divSection3 .toggleSwitch,
#divSection4 .toggleSwitch {
  width: 40%;
  display: block;
  float: left;
  margin-top: -5px; }

#divSection1 .toggleSwitch .switch,
#divSection2 .toggleSwitch .switch,
#divSection3 .toggleSwitch .switch,
#divSection4 .toggleSwitch .switch {
  float: right; }

#divSection2 label {
  width: 40%; }

#divSection2 input,
#divSection2 table {
  width: 59.8%; }

#divSection2 .toggleSwitch {
  width: 60%; }

#divSection1 table tbody,
#divSection1 table tbody tr,
#divSection1 table tbody tr td,
#divSection2 table tbody,
#divSection2 table tbody tr,
#divSection2 table tbody tr td,
#divSection3 table tbody,
#divSection3 table tbody tr,
#divSection3 table tbody tr td,
#divSection4 table tbody,
#divSection4 table tbody tr,
#divSection4 table tbody tr td {
  width: 100%;
  display: block; }

#divSection1 table tbody tr td input,
#divSection2 table tbody tr td input,
#divSection3 table tbody tr td input,
#divSection4 table tbody tr td input {
  width: auto;
  display: block;
  float: left;
  clear: inherit;
  vertical-align: top;
  line-height: 14px;
  margin-top: 10px; }

#divSection1 table tbody tr td label,
#divSection2 table tbody tr td label,
#divSection3 table tbody tr td label,
#divSection4 table tbody tr td label {
  width: 29%;
  display: block;
  float: left;
  clear: inherit;
  line-height: 14px; }

#divSection1 #divAdresseEtCommunications,
#divSection1 #divInformationsConfidentielles,
#divSection1 #divResponsable {
  font-size: 16px;
  line-height: 24px; }

#divBtnMettreAJour {
  margin-top: 20px; }

#divSection1 h3 {
  padding-bottom: 8px; }

#divSection1 #divTelephone {
  padding-top: 16px; }

#divBtnConfirmer {
  display: block;
  clear: both;
  width: 250px;
  float: right;
  margin-top: 20px;
  margin-bottom: 40px; }

#divSection2 .ligne-form {
  clear: both;
  display: block;
  border-bottom: 2px solid #e6e6e6;
  padding: 20px 0; }

#divSection2 .ligne-form input {
  margin-top: 20px; }

#divSection2 label#lblPrécisez {
  margin-bottom: 0; }

#divSection2 #btnSuivantSection2 {
  display: block;
  clear: both;
  width: 250px;
  float: right;
  margin-top: -200px; }

#divSection2 #btnPrecedentSection2 {
  background: url(../../_images/btnFleche-back.png) 6% 50% no-repeat #e6e6e6;
  width: 250px;
  float: left;
  color: #fff;
  margin-top: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-bottom: 150px; }

#divSection3 .ligne-form {
  padding: 20px 0;
  position: relative;
  width: 45%;
  margin-right: 5%;
  display: block;
  float: left; }

#divSection3 .separateur {
  clear: both;
  height: 0;
  line-height: 0;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 8px; }

#divSection3 #autreconditionmedicale,
#divSection3 #divSection3MedicamentRaison .ligne-form {
  width: 100%;
  margin: 0; }

#divSection3 span.num {
  display: none;
  margin-bottom: 20px;
  float: left;
  padding-right: 5px; }

#divSection3 #section3-q2,
#divSection3 #section3-q23,
#divSection3 #section3-q28,
#divSection3 #section3-q3,
#divSection3 #section3-q32,
#divSection3 #section3-q4,
#divSection3 #section3-q5,
#divSection3 #section3-q8 {
  display: block;
  clear: both;
  width: 99%;
  padding-left: 0; }

#divSection3 #section3-q2 input,
#divSection3 #section3-q2 label,
#divSection3 #section3-q23 input,
#divSection3 #section3-q23 label,
#divSection3 #section3-q28 input,
#divSection3 #section3-q28 label,
#divSection3 #section3-q3 input,
#divSection3 #section3-q3 label,
#divSection3 #section3-q32 input,
#divSection3 #section3-q32 label,
#divSection3 #section3-q4 input,
#divSection3 #section3-q4 label,
#divSection3 #section3-q5 input,
#divSection3 #section3-q5 label,
#divSection3 #section3-q8 input,
#divSection3 #section3-q8 label {
  margin: 4px;
  display: block;
  clear: both;
  font-size: 12px;
  width: 100%; }

#divSection3 #section3-q2 label,
#divSection3 #section3-q23 label,
#divSection3 #section3-q28 label,
#divSection3 #section3-q3 label,
#divSection3 #section3-q32 label,
#divSection3 #section3-q4 label,
#divSection3 #section3-q5 label,
#divSection3 #section3-q8 label {
  margin-top: -15px; }

#divSection3 #section3-q2 input,
#divSection3 #section3-q23 input,
#divSection3 #section3-q28 input,
#divSection3 #section3-q3 input,
#divSection3 #section3-q32 input,
#divSection3 #section3-q4 input,
#divSection3 #section3-q5 input,
#divSection3 #section3-q8 input {
  margin-bottom: 12px; }

#section3-q10 {
  width: 30%;
  display: block;
  float: left;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px; }

#divSection3 #section3-q10 {
  margin: 20px 0;
  padding: 0;
  width: 60%;
  display: block;
  float: left;
  clear: both; }

#divSection3 #section3-q10 label {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }

#divSection3 #section3-q10 span {
  display: inline; }

#divSection3 #section3-q10 ul {
  display: block;
  clear: both; }

#divSection3 #section3-q10 ul li {
  width: auto !important;
  display: inline;
  float: none;
  margin-right: 15px; }

#divSection3 #section3-q10 ul li input,
#divSection3 #section3-q10 ul li label {
  width: auto !important;
  display: inline-block;
  float: none; }

#divSection3 #section3-q10 ul li input {
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 0; }

#divSection3 #divSection3MedicamentRaison {
  clear: both;
  width: 100%;
  padding-top: 40px;
  display: block; }

#divSection3 table#tableMedicamentRaison {
  width: 100%;
  display: table !important;
  margin-top: 20px; }

#divSection3 table#tableMedicamentRaison tbody,
#divSection3 table#tableMedicamentRaison thead {
  display: table-row-group !important;
  width: 100%; }

#divSection3 table#tableMedicamentRaison tbody tr,
#divSection3 table#tableMedicamentRaison thead tr {
  display: table-row !important;
  width: 100%; }

#divSection3 table#tableMedicamentRaison tbody tr td,
#divSection3 table#tableMedicamentRaison thead tr th {
  display: table-cell !important;
  padding: 0 20px 0 0;
  width: 50%; }

#divSection3 table#tableMedicamentRaison tbody tr td input {
  width: 100%; }

span.titreSection {
  display: block;
  float: none;
  clear: both;
  font-weight: 700;
  padding-top: 40px; }

#divSection3 #btnSuivantSection3,
#divSection4 #btnTerminer {
  clear: both;
  float: right;
  text-transform: uppercase;
  line-height: 50px !important; }

#divSection3 #btnPrecedentSection3,
#divSection4 #btnPrecedentSection4 {
  background: url(../../_images/btnFleche-back.png) 6% 50% no-repeat #e6e6e6;
  width: 250px;
  float: left;
  color: #fff;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-bottom: 150px; }

#divSection3 span.indent {
  padding-left: 20px;
  display: block; }

#divSection3 #section3-q17,
#divSection3 #section3-q24,
#divSection3 #section3-q64,
#divSection3 #section3-q65,
#divSection4 #section4-q35,
#divSection4 #section4-q37 {
  margin: 20px 0;
  padding: 0;
  width: 60%;
  display: block;
  float: left;
  clear: both; }

#divSection3 #section3-q17 label,
#divSection3 #section3-q24 label,
#divSection3 #section3-q64 label,
#divSection3 #section3-q65 label,
#divSection4 #section4-q35 label,
#divSection4 #section4-q37 label {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px; }

#divSection3 #section3-q17 ul,
#divSection3 #section3-q24 ul {
  display: block;
  padding-left: 0; }

#divSection3 #section3-q17 ul li,
#divSection3 #section3-q24 ul li {
  width: auto !important;
  display: inline;
  float: none;
  margin-right: 15px; }

#divSection3 #section3-q17 ul li input,
#divSection3 #section3-q17 ul li label,
#divSection3 #section3-q24 ul li input,
#divSection3 #section3-q24 ul li label {
  width: auto !important;
  display: inline-block;
  float: none; }

#divSection3 #section3-q17 ul li input,
#divSection3 #section3-q24 ul li input {
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 0; }

#divSection3 #divSection3ColonneDroite2 {
  padding-top: 60px; }

#divSection3 #section3-q64 input#Autres {
  width: 100%;
  margin-top: 16px; }

#divSection3 #section3-q65 input {
  display: block;
  width: 100%;
  margin-top: 16px; }

#divSection3 #btnSuivantSection3 {
  display: block;
  width: 250px;
  margin-top: -200px; }

#divSection3 #btnPrecedentSection3 {
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0; }

#divSection4 .ligne-form {
  clear: both;
  display: block;
  border-bottom: 2px solid #e6e6e6;
  padding: 20px 0; }

#divSection4 .ligne-form input {
  margin-top: 10px; }

#divSection4 #section4-q35 input,
#divSection4 #section4-q35 span,
#divSection4 #section4-q37 input,
#divSection4 #section4-q37 span {
  display: block;
  float: left; }

#divSection4 #section4-q35 input,
#divSection4 #section4-q37 input {
  width: 50px;
  clear: both; }

#divSection4 #section4-q35 span,
#divSection4 #section4-q37 span {
  margin-left: 5px;
  margin-top: 17px; }

#divSection4 #section4-q35 table {
  float: left; }

#divSection4 #section4-q35 table label,
#divSection4 #section4-q37 table label {
  display: inline-block;
  float: none;
  clear: none;
  width: auto;
  padding-top: 20px;
  margin-top: 0; }

#divSection4 #section4-q37 table {
  width: auto;
  display: table;
  margin-top: 0;
  float: left;
  margin-left: 20px; }

#divSection4 #section4-q37 table tbody {
  display: contents; }

#divSection4 #section4-q37 table tbody tr {
  display: block;
  float: left;
  width: auto; }

#divSection4 #section4-q37 table tbody tr td {
  display: table-cell;
  padding: 0 20px 0 0;
  width: 50%;
  vertical-align: top; }

#divSection4 #section4-q37 table tbody tr td input {
  width: auto; }

#divSection4 input#ex_tiret_fumeur_0 {
  width: auto !important; }

#divSection4 #btnTerminer {
  display: block;
  width: 250px;
  margin-top: -200px;
  text-decoration: none; }

#divSection4 #btnPrecedentSection4 {
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0; }

.loginCopyright p {
  font-size: 12px;
  text-align: center;
  margin-top: 20px; }

.loginCopyright a {
  display: inline-block;
  vertical-align: -3px; }

.loginCopyright img {
  height: 16px;
  width: auto; }

@keyframes shake {
  41%, 8% {
    transform: translateX(-5px); }
  25%, 58% {
    transform: translateX(5px); }
  75% {
    transform: translateX(-2px); }
  92% {
    transform: translateX(2px); }
  0%, 100% {
    transform: translateX(0); } }
