/*

  Bleu : #0C79CB;

  Lien :
  color: #0566AF;

  :hover
  color: #4BABF3;

  */

  @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,700);
  @import url(http://fonts.googleapis.com/css?family=Cabin:500,700);

/********************
------- RESET -------
********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/********************
-------- BODY -------
********************/

body {
    background: url('../images/background_icha.jpg') no-repeat center fixed;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       font-size: 62.5%;
       font-family: 'Source Sans Pro', sans-serif;
}

.accueil-img
{
    display:block;
    margin:0 auto;
}

.footer-rdv
{
    font-size:1.7em;
    font-weight:normal;
}

.error-view
{
    height: 100vh;
    text-align: center;
}

.error-view span
{
    display: block;
    padding-top: 45vh;
    font-size: 50px;
}

.p-home
{
    font-size: 16px;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold {
  font-weight: 700;
}

p {
  padding-bottom: 0.5em;
}

* {
  outline: 0 none !important;
}

/********************
------ BUTTONS ------
********************/

.bt.espace_patients {
  display: block;
  width: 165px;
  height: 52px;
  background: transparent url('../images/bt/bt_espace_patient.png') no-repeat;
}

.bt.espace_patients:hover {
  background: transparent url('../images/bt/bt_espace_patient_h.png') no-repeat;
}

.bt.espace_pro {
  display: block;
  width: 165px;
  height: 52px;
  background: transparent url('../images/bt/bt_espace_pro.png') no-repeat;
}

.bt.espace_pro:hover {
  background: transparent url('../images/bt/bt_espace_pro_h.png') no-repeat;
}

.bt.prendre_rdv {
  display: block;
  width: 165px;
  height: 52px;
  margin-left:auto;
  margin-right:auto;
  background: transparent url('../images/bt/bt_rdv_patient.png') no-repeat;
}

.bt.prendre_rdv:hover {
  background: transparent url('../images/bt/bt_rdv_patient_h.png') no-repeat;
}



/********************
------- HEADER ------
********************/

#wrap {
  width: 960px;
  margin: 0 auto;
}

#header {
  float: left;
  width: 989px;
  height: 205px;
}

#header #logo {
  display: block;
  margin: 25px auto 0;
}

/********************
------ CONTENT ------
********************/

.encart {
  position: relative;
  padding: 30px;
  border: 1px solid #d9d9d8;
}

h2.vertical {
  position: absolute;
  left: -70px;
  top: 40px;
  padding: 10px;
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
  color: #83878a;
  font-size: 2.6em;
  font-weight: 600;
}

#content {
  position: relative;
  float: left;
  width: 888px;
  padding: 0 60px 30px;
  font-size: 1.2em;
  line-height: 1.3em;
}

#content-bot {
  float: left;
  background: transparent url('../images/corps_bas.png') no-repeat;
  width: 989px;
  height: 20px;
  margin: 0 0 40px;
}

/****/

#content #editorial {
  float: left;
  width: 809px;
}

#content #editorial .txt {
  text-align: justify;
  line-height: 1.3em;
}

#content #editorial .bt-espaces {
  float: right;
  margin-top: 10px;
}

#content #editorial .bt-espaces a {
  float: left;
  margin-right: 10px;
}

#content #aside {
  float: right;
  width: 370px;
  margin: 60px 0 0;
}

#content #aside .bt {
  float: left;
  margin: 15px 0 0 12px;
}

/****/

#en-images {
  position: relative;
  float: left;
  width: 810px;
  margin: 30px 0 0;
}

#en-images h2 {
  position: absolute;
  top: -21px;
  left: -12px;
  padding: 10px;
  color: #83878a;
  font-size: 2.6em;
  font-weight: 600;
  background-color: #FFFFFF;
}

#en-images .img-left {
  float: left;
}

#en-images .desc-right {
  text-align: justify;
  position: relative;
  float: right;
  width: 150px;
  height: 267px;
  background: #f7f8fa;
  padding: 40px 15px 15px;
}

#en-images .play-video {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  width: 100%;
  margin: 25px auto 0;
  text-align: center;
}

#en-images .play-video a {
  text-decoration: none;
  color: #494A4D;
}

#en-images .play-video .image {
  display: block;
  background: transparent url('../images/bt/bt_play.png') repeat-y;
  width: 76px;
  height: 43px;
  margin: 0 auto 20px;
}

#en-images .play-video .image:hover {
  background: transparent url('../images/bt/bt_play_h.png') repeat-y;
}

/********************
------- FOOTER ------
********************/

#footer {
  float: left;
  width: 810px;
  background: #fff;
  margin: 30px 0 0;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-shadow: inset 0px 0px 50px 0px #f2f2f2;
  box-shadow: inset 0px 0px 50px 0px #f2f2f2;
}

#footer .ft-logo {
  display: block;
  background: transparent url('../images/logo_header.png') no-repeat center center;
  width: 780px;
  height: 142px;
  margin: 0 0 15px;
  padding: 5px 0;
}

#footer h4 {
  float: left;
  background: transparent url('../images/footer_title_shadow.png') no-repeat bottom center;
  padding: 0 0 9px;
  color: #848589;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

#footer ul {
  float: left;
  width: 202px;
  margin: 20px 0 0;
}

#footer ul li {
  margin: 0 0 3px;
}

#footer ul li a {
  text-decoration: none;
  color: #494A4D;
}

#footer ul li a:hover {
  color: #878787;
}

#footer ul li:first-child a {
  font-weight: 700;
}

#footer ul.ft-list-bold li a {
  font-weight: 700;
}

#footer .light {
  display: block;
  width: 810px;
  margin: 20px 0 0;
  text-align: center;
  color: #b5b8bd;
}

#footer .light a {
  color: #888888;
  text-decoration: none;
}

#footer .light a:hover {
  color: #3D3D3D;
}

/********************
---- BREADCRUMB -----
********************/

#breadcrumb {
  margin: 0 0 45px;
  font-size: 1em;
}

#breadcrumb li {
  float: left;
  margin: 0 6px 0 0;
  color: #83878A;
}

#breadcrumb li.select {
  color: #0C79CB;
}

#breadcrumb li a {
  font-size: 1.1em;
  color: #83878A;
  text-decoration: none;
}

/********************
----- SUBPAGES ------
********************/

.intro {
  margin: 0 0 40px;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: justify;
}

.intro h2 {
  color: #83878A;
  font-weight: 700;
  font-size: 2em;
  margin: 0 0 15px;
}

/*******************/

#content .quad {
  position: relative;
  text-align: left;
  float: left;
  width: 161px;
  height: 218px;
  margin: 0 19px 0 0;
  padding: 20px 20px 160px;
  font-size: 0.97em;
}

#content .quad#irm {
  margin: 0;
  width: 161px;
}

#content .quad a {
  color: #0566AF;
  text-decoration: none;
}

#content .quad a:hover {
  color: #4BABF3;
}

#content #radiologie h2 {
  left: -82px;
  top: 59px;
}

#content #scanner h2 {
  left: -63px;
  top: 44px;
}

#content #irm h2 {
  left: -35px;
  top: 17px;
}

#content #echographie h2 {
  left: -95px;
  top: 74px;
}

#content .quad img.miniature {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 201px;
}

#content .large-contacter {
  display: block;
  width: 100%;
  height: 10px;
  border: 1px solid #EDEDED;
  background: #FAFAFA;
  background: -moz-linear-gradient(top, #FAFAFA 0%, #EEEEEE 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#EEEEEE));
  background: -webkit-linear-gradient(top, #FAFAFA 0%,#EEEEEE 100%);
  background: -o-linear-gradient(top, #FAFAFA 0%,#EEEEEE 100%);
  background: -ms-linear-gradient(top, #FAFAFA 0%,#EEEEEE 100%);
  background: linear-gradient(to bottom, #FAFAFA 0%,#EEEEEE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#EEEEEE',GradientType=0 );
  -webkit-box-shadow: 0px 1px #cccccc;
  box-shadow: 0px 1px #cccccc;
  margin: 20px 0 0;
  padding: 12px 0 17px;
  color: #393939;
  text-align: center;
  font-size: 1.15em;
  font-weight: 700;
  text-shadow: 0 1px #fff;
}

#content .large-contacter small {
  color: #888;
}

/*******************/

#content .submenu {
  float: left;
}

#content .submenu .encart {
  width: 140px;
}

#content .submenu .encart ul li {
  margin: 0 0 6px;
  font-size: 1.2em;
}

#content .submenu .encart ul li a {
  color: #83878A;
  text-decoration: none;
}

#content .submenu .encart ul li a:hover {
  color: #0C79CB;
}

#content .submenu .encart ul li.select a {
  color: #0C79CB;
}

/*******************/

.ButonEnter {
  position:absolute;
  bottom: 150px;
  display: block;
  width: 120px;
  margin: 0 0 0 10px;
  height: 18px;
  padding: 6px 8px 8px 8px;
  font-size: 1em;
  font-weight: 600;
  text-shadow: 0 1px 1px #393939;
  background: transparent url('../images/bt/bt_enter.png') no-repeat;
  text-align: center;
}

.ButonEnter a {
  text-decoration: none;
}

.ButonEnter:hover {
  background: transparent url('../images/bt/bt_enter_h.png') no-repeat;
}

ul.bt-list {
  margin: 15px 0 0;
}

ul.bt-list li {
  margin: 0 0 8px;
}

ul.bt-list li a {
  display: block;
  width: 186px;
  height: 18px;
  padding: 6px 8px;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-shadow: 0 1px 1px #393939;
  text-decoration: none;
}

ul.bt-list li.bt-contacter a {
  background: transparent url('../images/bt/bt_nous_contacter.png') no-repeat;
  color: #393939;
  text-shadow: 0 1px #fff;
}

ul.bt-list li.bt-demander-rdv a {
  background: transparent url('../images/bt/bt_rdv.png') no-repeat;
}

ul.bt-list li.bt-conf-rdv a {
  background: transparent url('../images/bt/bt_confirm_rdv.png') no-repeat;
}

ul.bt-list li.bt-acces-res a {
  background: transparent url('../images/bt/bt_resultat.png') no-repeat;
}

ul.bt-list li.bt-visite a {
  background: transparent url('../images/bt/bt_visiter_examen.png') no-repeat;
}

/*******************/

#content .intro.subpage {
  float: right;
  width: 600px;
  margin: 0 0 50px;
}

#content .intro.subpage.mini {
  float: left;
  width: 340px;
  margin: 0 0 0 50px;
}

#content .intro.subpage .padded {
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  margin: 15px 0 0;
  padding: 25px;
}

/*******************/

#sub-aside {
  float: right;
  width: 245px;
}

h3.subtitle {
  color: #0C79CB;
  font-size: 1.4em;
  font-weight: 700;
  margin: 30px 0 20px;
}

#sub-aside .encart-video {
  position: relative;
  display: block;
  width: 215px;
  height: 146px;
  background: #FAFAFA url('../images/img_encart_video.png') no-repeat center 15px;
  border: 1px solid #E8E8E8;
  margin: 0 0 15px;
  padding: 15px 16px 40px;
  -webkit-box-shadow: 0px 1px 0 0px #ABABAB;
  box-shadow: 0px 1px 0 0px #ABABAB;
  text-align: center;
  color: #393939;
  text-decoration: none;
}

#sub-aside .encart-video span {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}

#sub-aside .encart-video:hover {
  background: #FAFAFA url('../images/img_encart_video_h.png') no-repeat center 15px;
}

#sub-aside .img-encart {
  display: block;
  width: 250px;
  height: 176px;
}

#sub-aside .encart-scanner {
  background: #FAFAFA url('../images/img_scanner.jpg') no-repeat;
}

#sub-aside .encart-scanner1 {
  background: #FAFAFA url('../images/img_encart_1.jpg') no-repeat;
  margin-bottom: 10px;
}

#sub-aside .encart-scanner2 {
  background: #FAFAFA url('../images/img_encart_2.jpg') no-repeat;
}

#sub-aside .encart-scanner3 {
  background: #FAFAFA url('../images/img_encart_3.png') no-repeat;
  margin-bottom: 10px;
}

#sub-aside .encart-scanner5 {
  background: #FAFAFA url('../images/img_encart4.jpg') no-repeat;
  margin-bottom: 10px;
}

#sub-aside .encart-scanner4 {
  background: #FAFAFA url('../images/img_encart_4.png') no-repeat;
}

#sub-aside .encart-radiologie1 {
  background: #FAFAFA url('../images/rad_img1.jpg') no-repeat;
  margin-bottom: 10px;
}
#sub-aside .encart-radiologie2 {
  background: #FAFAFA url('../images/rad_img2.jpg') no-repeat;
}

#sub-aside .encart-echographie1 {
  background: #FAFAFA url('../images/rad_img3.jpg') no-repeat;
  margin-bottom: 10px;
}
#sub-aside .encart-echographie2 {
  background: #FAFAFA url('../images/rad_img4.jpg') no-repeat;
}

#sub-aside .encart-echographie3 {
  background: #FAFAFA url('../images/rad_img5.jpg') no-repeat;
}

#sub-aside .encart-dentaire1 {
  background: #FAFAFA url('../images/rad_img5.png') no-repeat;
  margin-bottom: 10px;
}
#sub-aside .encart-dentaire2 {
  background: #FAFAFA url('../images/rad_img6.png') no-repeat;
}

/*******************/

.article {
  margin: 0 0 20px;
  text-align: justify;
}

.article1 {
  width: 630px;
}

.article h3 {
  margin: 0 0 10px;
  color: #0C79CB;
  font-size: 1.3em;
  font-weight: 700;
}

.article h3 small a {
  display: block;
  color: #989898;
  font-size: 0.6em;
  font-weight: normal;
}

.article h4 {
  margin: 6px 0 5px;
  color: #393939;
  font-size: 1.2em;
  font-weight: 700;
}

.article ul {
  list-style: inside disc;
  margin-left: 10px;
  margin-right: 10px;
}

.article ul li {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  text-align: justify;
}

.article ul.links {
  list-style-type: square;
}

.article a {
  color: #0566AF;
  text-decoration: none;
}

.article a:hover {
  color: #4BABF3;
}

#table-anchor-marg {
  list-style: inside circle;
  margin-left: 15px;
}

#table-anchor {
  background: #EAF8F8;
  border: 1px solid #CCE1E1;
  margin-bottom: 20px;
  padding: 15px 15px 10px;
  list-style: inside circle;
}

#table-anchor li {
  padding-bottom: 0.3em;
}

#table-anchor li a {
  color: #0566AF;
  text-decoration: none;
}

#table-anchor li a:hover {
  color: #4BABF3;
}

/* ################################ */
/* #### EQUIPE MEDICALE ########### */
/* ################################ */

ul.equipe-medicale img {
  height: 176px;
  cursor: pointer;
}

ul.equipe-medicale div.img {
  float: left;
  width: 166px;
  overflow: hidden;
  cursor: pointer;
}

ul.equipe-medicale li {
  display: block;
  float: left;
  width: 166px;
  height: 210px;
  margin: 0 20px 20px 0;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  background: #eee;
  text-align: center;
}

ul.equipe-medicale li h4 {
  float: left;
  font-weight: 700;
  margin: 5px 0 6px;
  width: 166px;
  font-size:12px;
}

ul.equipe-medicale li p {
  overflow: hidden;
  padding: 10px 5px;
  position: relative;
  z-index: 100000;
  background: #eee;
  width: 156px;
  height: 190px;
  float: left;
  margin:-181px 20px 20px -1px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #D4D4D4;
  color: #585858;
  font-size:13px;
}

/* ################################ */
/* ### /EQUIPE MEDICALE ########### */
/* ################################ */
/* ####### CONTACT ET ACCES ####### */
/* ################################ */

#addr-block {
  background: transparent url('../images/img_contact.png') no-repeat right top;
}

p.addr-top {
  font-weight: 700;
  color: #393939;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0;
}

p.addr {
  font-size: 1.2em;
  color: #888;
  padding: 0 0 .5em;
}

p.addr-tel {
  font-weight: 700;
  font-size: 1.2em;
  color: #0C79CB;
  padding: 0;
}

/** FORM **/

form {
  position: relative;
}

form legend {
  color: #646464;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 30px 0 0;
}

form label {
  display: block;
  font-weight: 700;
  color: #888;
  font-size: 1em;
}

form label small {
  vertical-align: top;
  color: #94B4B7;
}

form input[type=text] {
  width: 98%;
  margin: 0 0 12px;
  font-size: 14px;
}

form input[type=text], form textarea {
  padding: 7px 2%;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 0 #DCDCDC;
  box-shadow: 0 1px 0 0 #DCDCDC;
  font-size: 14px;
}

form input[type=text]:focus, form textarea:focus {
  -webkit-box-shadow: 0 1px 3px 0 #B3E1E6;
  box-shadow: 0 1px 3px 0 #B3E1E6;
  font-size: 14px;
}

form textarea {
  width: 96%;
}

form .input-double {
  float: left;
  clear: both;
  width: 100%;
}

form .block-radio {
  margin: 0 0 12px;
}

form .input-double .block {
  float: left;
  width: 48%;
}

form .input-double .block:last-child {
  padding: 0 0 0 2%;
}

form .input-double .block:first-child {
  padding: 0 2% 0 0;
}

form input[type=submit] {
  border-radius: 99px;
  color: #888;
  border: 0;
  background: #efefef;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(100%,#d8d8d8));
  background: -webkit-linear-gradient(top, #F5F5F5 0%,#d8d8d8 100%);
  background: -o-linear-gradient(top, #F5F5F5 0%,#d8d8d8 100%);
  background: -ms-linear-gradient(top, #F5F5F5 0%,#d8d8d8 100%);
  background: linear-gradient(to bottom, #F5F5F5 0%,#d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#d8d8d8',GradientType=0 );
  -webkit-box-shadow: 0 1px 2px 0 #ADADAD, inset 0 1px 0 0 #fff;
  box-shadow: 0 1px 2px 0 #ADADAD, inset 0 1px 0 0 #fff;
  margin: 15px 0 0;
  padding: 7px 25px;
  font-weight: 700;
  font-size: 1em;
  text-shadow: 0 1px 0 #fff;
}

form input[type=submit]:hover {
  cursor: pointer;
  background: #FAFAFA;
  background: -moz-linear-gradient(top, #FAFAFA 0%, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#d8d8d8));
  background: -webkit-linear-gradient(top, #FAFAFA 0%,#d8d8d8 100%);
  background: -o-linear-gradient(top, #FAFAFA 0%,#d8d8d8 100%);
  background: -ms-linear-gradient(top, #FAFAFA 0%,#d8d8d8 100%);
  background: linear-gradient(to bottom, #FAFAFA 0%,#d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#d8d8d8',GradientType=0 );
  -webkit-box-shadow: 0 1px 3px 0 #ADADAD, inset 0 1px 0 0 #fff;
  box-shadow: 0 1px 3px 0 #ADADAD, inset 0 1px 0 0 #fff;
}

form input[type=submit]:active {
  outline: 0;
  position: relative;
  top: 1px;
}

form p.infos {
  color: #888;
  font-style: italic;
  padding: .5em 0;
}

.rederror {
  border: 1px solid #F00 !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 1px 0 0 #f00 !important;
  box-shadow: 0 1px 0 0 #f00 !important;
  -webkit-box-shadow: 0 1px 3px 0 #f00 !important;
  box-shadow: 0 1px 3px 0 #f00 !important;
}

/** disponibilites **/

form table#disponibilites {
  position: relative;
  width: 100%;
}

form table#disponibilites thead td {
  background: #fff;
  font-weight: 700;
}

form table#disponibilites tr {
  display: block;
}

form table#disponibilites td {
  background: #f3f3f3;
  width: 10%;
  text-align: center;
  padding: 6px 0;
}

form table#disponibilites tr:nth-child(2n) td {
  background: #fff;
}

form table#disponibilites td input[type=button] {
  cursor: pointer;
  color: #000;
  background: #B4D6F0;
  background: -moz-linear-gradient(top, #C5E5FD 0%, #90C3E9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5E5FD), color-stop(100%,#90C3E9));
  background: -webkit-linear-gradient(top, #C5E5FD 0%,#90C3E9 100%);
  background: -o-linear-gradient(top, #C5E5FD 0%,#90C3E9 100%);
  background: -ms-linear-gradient(top, #C5E5FD 0%,#90C3E9 100%);
  background: linear-gradient(to bottom, #C5E5FD 0%,#90C3E9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C5E5FD', endColorstr='#90C3E9',GradientType=0 );
  border-radius: 3px;
  border: 0;
  width: 100px;
  padding: 3px;
  font-size: 0.9em;
}

form table#disponibilites td input[type=button]:hover {
  background: #89BEE6;
}

form .block-addr {
  margin: 0 0 0 30px;
  font-style: italic;
  color: #888;
}

/*
PROGRESS BAR
*/

#progress-form {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

#progress-form li {
  position: relative;
  width: 25%;
  float: left;
}

#progress-form li .titre {
  float: left;
  font-size: 1.1em;
  width: 100%;
  color: #B3B3B3;
  padding: 0 0 4px 0;
  border-bottom: 4px solid #ccc;
}

#progress-form li .titre small {
  margin: 0 5px 0 0;
  padding: 4px 5px;
  color: #fff;
  background: #ccc;
}

#progress-form li.select .titre {
  font-weight: 700;
  color: #0C79CB;
  border-bottom: 4px solid #0C79CB;
}

#progress-form li.select .titre small {
  background: #0C79CB;
}

#progress-form li .icon {
  width: 100%;
  display: block;
  height: 30px;
  margin: 27px 0 0;
  padding: 10px 0 17px;
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #fbfbfb 0%, ##F2F2F2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,##F2F2F2));
  background: -webkit-linear-gradient(top, #fbfbfb 0%,##F2F2F2 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%,##F2F2F2 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%,##F2F2F2 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%,##F2F2F2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='##F2F2F2',GradientType=0 );
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #EEEEEE;
}

#progress-form li.select .icon {
  background: #8CB4CE;
  background: -moz-linear-gradient(top, #8CB4CE 0%, #5E98BE 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8CB4CE), color-stop(100%,#5E98BE));
  background: -webkit-linear-gradient(top, #8CB4CE 0%,#5E98BE 100%);
  background: -o-linear-gradient(top, #8CB4CE 0%,#5E98BE 100%);
  background: -ms-linear-gradient(top, #8CB4CE 0%,#5E98BE 100%);
  background: linear-gradient(to bottom, #8CB4CE 0%,#5E98BE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8CB4CE', endColorstr='#5E98BE',GradientType=0 );
  border-bottom: 1px solid #AFD3EC;
}

#progress-form li .icon span {
  display: block;
  width: 34px;
  height: 37px;
  margin: 0 auto;
}

#progress-form li.infos .icon span {
  background-image: url('../images/icons/picto_info.png');
}
#progress-form li.infos.select .icon span {
  background-image: url('../images/icons/picto_info_active.png');
}

#progress-form li.contrind .icon span {
  background-image: url('../images/icons/picto_contre_indication.png');
}
#progress-form li.contrind.select .icon span {
  background-image: url('../images/icons/picto_contre_indication_active.png');
}

#progress-form li.dispos .icon span {
  background-image: url('../images/icons/picto_disponibilite.png');
}
#progress-form li.dispos.select .icon span {
  background-image: url('../images/icons/picto_disponibilite_active.png');
}

#progress-form li.ordo .icon span {
  background-image: url('../images/icons/picto_ordonance.png');
}
#progress-form li.ordo.select .icon span {
  background-image: url('../images/icons/picto_ordonance_active.png');
}

/*

*/

#error {
  color: #380000;
  margin: 20px 0 0;
  background: #F7CECE;
  border: 1px solid #A84242;
}

#error h5 {
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  background: #A84242;
}

#error p {
  padding: 10px;
}

#succeed {
  color: #486642;
  margin: 20px 0 0;
  background: #AFDBA9;
  border: 1px solid #4D8546;
}

#succeed h5 {
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  background: #4D8546;
}

#succeed p {
  padding: 10px;
}

#succeed a {
  color: #000;
}

/*  FAQ  */

.link-toggle {
  color: #565656;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  margin: 0 0 7px;
}
/*
.link-toggle.visited {
  color: #D3BBDE;
}*/

.link-toggle:before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  margin: 3px 8px 0 0;
  background-image: url('../images/icons/arrow-right.png');
}

.link-toggle.active {
  color: #0C79CB;
}

.link-toggle.active:before {
  background-image: url('../images/icons/arrow-down.png');
}

.content-toggle {
  display: none;
  font-size: 1.1em;
  line-height: 1.26em;
  margin: 5px 0 20px 0;
}

#faq ul {
  list-style: inside disc;
}

#faq ul li {
  margin-bottom: 0.5em;
}

#faq ul {
  list-style-type: square;
}

#faq a {
  color: #0566AF;
  text-decoration: none;
}

#faq .important {
  color: #0C79CB;
}

/***********************************/
/** PAGE TUNNEL RESULTATS *********/
/***********************************/

div.res_video {
  display: block;
}

div.res_video img.up-down {
  display: block;
}

div.res_video center {
  background-image: url('../images/middle_video.png');
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

div.res_link {
  margin-top: 10px;
  display: block;
  width: 595px;
  height: 71px;
  background-image: url("../images/btn_acceder_resultat.png");
  background-repeat: no-repeat;
}

div.res_link button {
  display: block;
  padding-top: 25px;
  color: #4A3D90;
  font-size: 1.8em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background: none;
  border: none;
}

div.res_link a {
  display: block;
  padding-top: 25px;
  color: #4A3D90;
  font-size: 1.8em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

/********************************/
/** encart fiches pdf > exams ***/
/********************************/

h4.encart-pdf {
  margin-bottom: -53px;
  background: #fff;
  padding: 5px;
  width: 40px;
  margin-left: -10px;
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
  color: #83878a;
  font-size: 1.1em;
  font-weight: 600;
}

div.encart-pdf {
  margin: 15px;
  padding: 15px;
  border: 1px solid #d9d9d8;
}

.encart-pdf a {
  font-size: 1em;
  color: #83878A;
  text-decoration: none;
}

.encart-pdf a:hover {
  color: #0C79CB;
}

/********************************/
/***** equipe medical popup *****/
/********************************/

div.equipe-medicale {
  width: 100%;
  padding:0 0 0 0;
  margin:0 0 0 0;
}

div.equipe-medicale div.bt{
  float:left;
  display:block;
  width:180px;
  height:280px;
  background-color:#D3D3D3;
  margin:0 10px 20px 0;
  border:solid 1px #BBB;
}

div.bt img {
  width:180px;
  height:250px;
}

span.I {
  font-family: 'Niconne', cursive !important;
}

/*****************************/
/***WAZAAAAAAAAAAAAAAAAA******/
/*****************************/

.show-this, .showthis {
  display: none;
  margin: 20px auto 0 auto;
  padding: 15px;
  text-align: center;
  background: #fff;
  color: #101010;
  font-size: 1.3em;
  line-height: 1.2em;
  border: 1px solid #E8E7E5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.1);
  width:90%;
}

.show-this p:last-child,
.showthis p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

form .radio-square input[type=file] {
  width: 100px;
}

label {
  display: inline;
}

/* RADIO */

.block-radio.final-ordonnance {
  background: #ececec;
}

form .regular-radio {
  display: none;
  cursor: pointer;
}

form .regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
}

form .regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
  text-shadow: 0px;
  font-size: 32px;
}

form .regular-radio:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

form .regular-radio + label:active, form .regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

form .big-radio + label {
  float: left;
  width: 173px;
  margin: 0 5px;
  padding: 16px;
  cursor: pointer;
}

form .big-radio:checked + label:after {
  background: #D73184;
  width: 100%;
  height: 5px;
  left: 0;
  top: 43px;
}
div.res_video {
  background-image: url('../images/middle_video.png') no-repeat;
  background-repeat: repeat-y;
  background-position: center;
  margin: 0;
  padding: 0;
}
