

.auth {
  width: 350px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.auth fieldset {
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;
}

.auth fieldset legend {
  display: none;
}

.auth fieldset label.obligatoire {
  line-height: 30px;
  padding-left: 0px;
  padding-bottom: 10px;

  font-family: verdana, arial;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.auth fieldset input {
  width: 300px;
  height: 25px;

  font-family: verdana, arial;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 1px;
}

#contenu #texte .auth fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: right;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}


.compte {
  padding-bottom: 20px;
}

.compte fieldset {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;

}

.compte fieldset label {
  display: block;
  width: 20%;
  margin-right: 5px;
  line-height: 20px;
  float: left;

}

.compte fieldset label.obligatoire {
  font-weight: bold; 
}

.compte fieldset input {
  width: 25%;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left; 
}

.compte fieldset div.espacement_form {
  clear: both;
  height: 15px;
}

#contenu #texte .compte fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: left;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}


div.information {
  width: 75%;
  margin: 15px auto;
  padding: 10px;
	border: 1px solid #dddddd;

  font-weight: bold;
  font-style: italic;
}



.compte_modif {
  padding-bottom: 20px;
}

.compte_modif fieldset {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;

}

.compte_modif fieldset label {
  display: block;
  width: 20%;
  margin-right: 5px;
  line-height: 20px;
  float: left;

}

.compte_modif fieldset label.obligatoire {
  font-weight: bold; 
}

.compte_modif fieldset input {
  width: 25%;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left; 
}

.compte_modif fieldset div.espacement_form {
  clear: both;
  height: 15px;
}

#contenu #texte .compte_modif fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: left;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}


.alaligne {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.admin_calque {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	
	background-color: #dddddd;
	opacity: 0.5;
  filter:alpha(opacity=50);	
	display:none !important;
}

.bouton_menu_modif {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
	
	display:none !important;
}

.bouton_menu_modif a img {
	border: 0px;
}

#cadre_boutons_connecte {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	background-color: #A1C935;
	border: 2px solid ;
}

#cadre_boutons_connecte .bandeau_bouton {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#cadre_boutons_connecte a {
	display: block;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	text-decoration: none;
}

#cadre_boutons_connecte a:hover {
	color: #fcd312;
}

#cadre_boutons_connecte a#bandeau_admin {
	padding-left: 22px;
	background-image: url(https://www.anabioqual.com/commun/modeles/defaut/img/accueil-admin.gif);
}

#cadre_boutons_connecte a#bandeau_site {
	display: none;
}

#cadre_boutons_connecte a#bandeau_deconnexion {
	padding-left: 22px;
	background-image: url(https://www.anabioqual.com/commun/modeles/defaut/img/deconnexion-admin.gif);
}

hr {
	border: 1px
}

#bandeau_print {
	display: none;
}








* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'Roboto', verdana, sans-serif;
}

html {
	width: 100%;
	height: 100%;
	margin: auto;
}

body {
	margin: 0px auto;
	font-family: 'Roboto', verdana, sans-serif;
	font-size: 14px;
	background-color:#fff;
	color:#263238;
	overflow-x:hidden;
}

.clear {
	margin:0 !important;
	padding:0 !important;
	clear:both !important;
	height:1px !important;
}

header > div {
	width:calc(100% - 20px);
	max-width:1240px;
	height:189px;
	margin:0 auto;
	overflow:hidden;
}

header a#logo {
	width:147px;
	height:169px;
	background-image:url(/commun/modeles/commun/structure/img/logo.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	display:block;
	border:0;
	float:left;
	margin:10px 50px 10px 0;
}

header nav {
	height: 110px;
	/*background-color:#eceff1;*/
	display:table;
	width:calc(100% - 147px - 50px - 140px - 50px);
	position:relative;
}
header nav:before {
	content:'';
	display:none;
	height:200px;
	width:200px;
	-moz-transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	transform:rotate(-10deg);
	position:absolute;
	top:-50px;
	left:-25px;
	background-color:#eceff1;
}
header nav:after {
	content:'';
	display:none;
	height:200px;
	width:200px;
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	transform:rotate(20deg);
	position:absolute;
	top:-70px;
	right:-40px;
	background-color:#eceff1;
}

header nav dl {
	display:table-cell;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:2;
}

header nav dl dt a {
	text-transform:uppercase;
	font-weight:300;
	color:#263238;
	text-decoration:none;
	display:inline-block;
	padding:5px;
	border-bottom:0px solid #00bcd4;
	-moz-transition: border 0.3s ease;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

header nav dl dt a:hover {
	border-bottom:3px solid #00bcd4;
}

header nav dl.accueil dt a {
	margin-bottom: 13px;
	text-indent:-9999px;
	background-image:url(/commun/modeles/commun/structure/img/sprite-pictos.png);
	background-repeat:no-repeat;
	background-position:center 0;
	height:40px;
	width:50px;
}

header #cofrac {
	float:right;
	width:140px;
	text-align:center;
	font-size:10px;
	font-weight:300;
	margin-top:20px;
}
header #cofrac strong {
	display:block;
	font-size:13px;
}

header #cofrac a {
	color:#263238;
}
header #cofrac a:hover {
	color:#000;
}

section#bulles_accueil {
	background-color:#00bcd4;
	background-image:url(/commun/modeles/commun/structure/img/bulles.png);
	background-size:cover;
	padding:60px 0;
	background-position:center;
	margin-bottom:30px;
}

section#bulles_accueil > div {
	width:calc(100% - 20px);
	max-width:1240px;
	margin:0 auto;
}

.bulle {
	height:365px;
	width:365px;
	-moz-border-radius:365px;
	-webkit-border-radius:365px;
	border-radius:365px;
	display:block;
	margin:0 auto;
	background-size:cover;
	background-position:center;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	position:relative;
	overflow:hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bulle:not(.ouvert) {
	cursor:pointer;
}

.bulle#bulle_patients {
	background-image:url(/commun/modeles/commun/structure/img/espace-patients2.jpg);
	float:left;
}
.bulle#bulle_pros {
	background-image:url(/commun/modeles/commun/structure/img/espace-professionnels.jpg);
}
.bulle#bulle_resultats {
	background-image:url(/commun/modeles/commun/structure/img/espace-resultats.jpg);
	float:right;
}

.bulle:not(.ouvert):hover {
	-moz-transition:transform 0.5s ease;
	-webkit-transition:transform 0.5s ease;
	transition:transform 0.5s ease;
	-moz-transform:rotate(-5deg) scale(1.05);
	-webkit-transform:rotate(-5deg) scale(1.05);
	transform:rotate(-5deg) scale(1.05);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bulle#bulle_resultats:after {
	content:'';
	border:25px solid rgba(255,255,255,0.5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	-moz-border-radius:365px;
	-webkit-border-radius:365px;
	border-radius:365px;
	z-index:1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.bulle#bulle_resultats.ouvert:after {
	border:180px solid rgba(255,255,255,0.8);
	-moz-transition:all 2s ease;
	-webkit-transition:all 2s ease;
	transition:all 2s ease;
} 

.bulle h3 {
	border-bottom:100px solid #263238;
	text-transform:uppercase;
	font-size:27px;
	margin:0;
	font-weight:700;
	-moz-transform:rotate(-7deg);
	-webkit-transform:rotate(-7deg);
	transform:rotate(-7deg);
	position:absolute;
	bottom:3px;
	width:120%;
	line-height:18px;
	text-indent:34px;
	-moz-text-shadow:0 -4px 6px rgba(255,255,255,0.9);
	-webkit-text-shadow:0 -4px 6px rgba(255,255,255,0.9);
	text-shadow:0 -4px 6px rgba(255,255,255,0.9);
	color:#263238;
	z-index:2;
}


.bulle.ouvert h3 {
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	bottom:68%;
	-moz-transition:all 2s ease;
	-webkit-transition:all 2s ease;
	transition:all 2s ease;
	border-bottom:200px solid #0d9cab;
	left:-5px;
}


.bulle h2 {
	width:100%;
	text-align:center;
	margin:0;
	color:#fff;
	font-size:24px;
	font-weight:400;
	position:absolute;
	bottom:22px;
	text-transform:uppercase;
	z-index:3;
}
.bulle#bulle_patients h2 {
	bottom:37px;
}

.bulle.ouvert h2 {
	bottom:74%;
	-moz-transition:all 2s ease;
	-webkit-transition:all 2s ease;
	transition:all 2s ease;
}

.bulle#bulle_resultats form {
	text-align:center;
	position:absolute;
	z-index:4;
	bottom:-300px;
	width:100%;
}

.bulle#bulle_resultats.ouvert form {
	bottom:40px;
	-moz-transition:all 2s ease;
	-webkit-transition:all 2s ease;
	transition:all 2s ease;
}

.bulle#bulle_resultats label {
	display:block;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}

.bulle#bulle_resultats input[type='text'], .bulle#bulle_resultats input[type='password'] {
	-moz-border-radius:2px:
	-webkit-border-radius:2px:
	border-radius:2px:
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border:0px;
	padding:15px;
	width:70%;
	margin:5px auto 15px;
	display:block;
	text-align:center;
	font-size:16px;
}


.bouton {
	-moz-border-radius:2px:
	-webkit-border-radius:2px:
	border-radius:2px:
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color:#263238;
	color:#fff;
	padding:5px 15px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	border:0;
	display:inline-block;
	cursor:pointer;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	text-decoration:none;
}

.bouton:hover {
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color:#fff !important;
}

footer {
	position:relative;
	margin-top:70px;
}

footer:before {
	content:'';
	display:block;
	width:100%;
	background-color:#b0bec5;
	height:50px;
	-moz-transform:rotate(-1deg);
	-webkit-transform:rotate(-1deg);
	transform:rotate(-1deg);
	position:absolute;
	z-index:-1;
	top:-20px;
}

footer > div {
	background-color:#eceff1;
	text-align:center;
	position:relative;
	z-index:2;
}

footer > div > div {
	width:calc(100% - 20px);
	max-width:1240px;
	margin:0 auto;
	padding:52px 0;
	position:relative;
}

footer nav dl {
	margin:0;
	padding:8px 0;
	display:inline-block;
}

footer nav dl a {
	text-decoration:none;
	color:#263238;
	text-transform:uppercase;
	font-size:12px;
	font-weight:300;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
footer nav dl a:hover {
	color:#0d9cab;
}

footer nav dl dt:after {
	content:'|';
	margin:0 12px;
	display:inline-block;
}
footer nav dl:last-child dt:after {
	display:none;
}

#blocs_accueil, #blocs_accueil_news {
	width:calc(100% - 20px);
	max-width:1240px;
	margin:0 auto;
}

#blocs_accueil_news img {
	display:block;
	width:100%;
}

.hr{
	border-bottom: 1px solid #dedede;
}

.colonne {
	float:left;
	width:calc(50% - 15px);
}
.colonne.colonne_droite {
	float:right;
}

.un_bloc {
	overflow:hidden;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display:block;
	position:relative;
}

.actus_consult .image-actu{
	display:inline-block;
    text-align: center;
    width: 100%;
}

#actus .une_actu {
	padding:20px;
	background-color:#eceff1;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-bottom:10px;
	position:relative;
}

#actus .une_actu h3 {
	color:#0d9cab;
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:700;
	text-transform:uppercase;
}

#actus .une_actu p {
	line-height:20px;
	margin:0;
}

#actus .une_actu a {
	position:absolute;
	bottom:0;
	right:0;
	background-color:rgba(13,156,171, 0.8);
	text-decoration:none;
	padding:3px 8px;
	color:#fff;
	font-weight:700;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

#actus .une_actu a:hover {
	background-color:#263238;
}

#blocs_accueil a.bouton {
	float:right;
}

#blocs_accueil .colonne_droite .bouton {
	position:absolute;
	bottom:10px;
	right:10px;
}

#titre {
	background-color:#00bcd4;
	background-image:url(/commun/modeles/commun/structure/img/bulles.png);
	background-size:cover;
	padding:50px 0 80px;
}

#titre h1 {
	width:calc(100% - 20px);
	max-width:1240px;
	margin:0 auto;
	font-size:38px;
	font-weight:300;
	text-transform:uppercase;
	display:block;
	color:#fff;
}

#texte {
	font-weight:300;
	font-size:16px;
	line-height:24px;
}

#texte p {
	padding:5px 0 10px;
	margin:0;
}

#texte ul {
	margin:0;
	padding:0;
	list-style:none;
}
#texte ul li {
	margin:5px 0;
	position:relative;
	padding-left:15px;
}
#texte ul li:last-child {
	margin-bottom:10px;	
}

#texte ul li:before {
	content:'';
	display:block;
	height:8px;
	width:8px;
	background-color:#00bcd4;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	position:absolute;
	top:8px;
	left:0;
}

#texte .colonnes {
	/*-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;*/
}

#texte .limite {
	width:calc(100% - 20px);
	max-width:1240px;
	margin:0 auto;
}

#texte .ancres {
	display:table;
	text-align:center;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:10px;
	margin-top:-50px;
}

#texte .ancres a {
	display:table-cell;
	vertical-align:middle;
	padding:30px 0;
	color:#263238;
	text-transform:uppercase;
	font-weight:300;
	font-size:18px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color:#eceff1;
	text-decoration:none;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	position:relative;
	top:0;
}

#texte .ancres a:hover {
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	top:-2px;
}

#texte h2 {
	color:#00bcd4;
	text-transform:uppercase;
	font-weight:300;
	font-size:23px;
	margin:40px 0 20px;
	position:relative;
	padding-left:40px;
}

#texte h2:before {
	content:'';
	display:block;
	height:33px;
	width:33px;
	background-image:url(/commun/modeles/commun/structure/img/sprite-pictos.png);
	background-repeat:no-repeat;
	background-position:center -60px;
	position:absolute;
	top:-3px;
	left:0;
}

#texte .petit {
	font-size:11px;
	line-height:13px;
}

#texte .separation {
	width:100%;
	height:40px;
	border-bottom:12px solid #00bcd4;
	overflow:hidden;
	position:relative;
	opacity:0.7;
	margin:50px 0;
}

#texte .separation:before {
	content:'';
	display:block;
	background-color: rgba(0,188,212, 0.75);
	-moz-transform:rotate(0.7deg);
	-webkit-transform:rotate(0.7deg);
	transform:rotate(0.7deg);
	height:40px;
	width:100%;
	position:absolute;
	top:12px;
}

#texte .separation.droite:before {
	-moz-transform:rotate(-0.7deg);
	-webkit-transform:rotate(-0.7deg);
	transform:rotate(-0.7deg);
}

#texte .limite:not(.ancres) a:not(.bouton) {
	color:#263238;
}
#texte .limite:not(.ancres) a:hover {
	color:#000;
}

#texte .deroule:before {
	content:'';
	display:block;
	height:33px;
	width:33px;
	background-image:url(/commun/modeles/commun/structure/img/sprite-pictos.png);
	background-repeat:no-repeat;
    background-position: -12px -251px;
	position:absolute;
	top:-3px;
	left:0;
}

#texte .deroule ouvert:before {
	background-position: -12px -287px;
}

/*
#texte .deroule {
	margin-bottom:10px;
}

#texte .deroule h3 {
	background-color:#b0bec5;
	font-size:16px;
	margin:10px 0 0;
	color:#fff;
	font-weight:700;
	padding:5px 30px 5px 12px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
	cursor:pointer;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#texte .deroule h3:hover, #texte .deroule.ouvert h3 {
	background-color:#00bcd4;
}

#texte .deroule.ouvert h3:hover{
	background-color:#0d9cab;
}

#texte .deroule h3:before {
	content:'+';
	font-size:33px;
	font-weight:900;
	position:absolute;
	top:4px;
	right:12px;
}

#texte .deroule.ouvert h3:before {
	content:'-';
}

#texte .deroule h3:before {
	content:'+';
}
*/

#texte .deroule p:nth-child(1){
	cursor: pointer;
	text-decoration: underline;
}

#texte .deroule > div {
	display:none;
	padding:5px 12px;
	background-color:#eceff1;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#texte .deroule.ouvert > div {
	display:block;
}


#texte table {
	border-collapse:collapse;
	font-size:13px;
	line-height:15px;
	border:3px solid #b0bec5;
	margin:5px 0 10px;
}


#texte table.tableau_contact{
	width:500px;
	margin: auto;
}

.tableau_contact tr{
	line-height: 35px;
}

.tableau_contact tr td:nth-child(1){
	    background-color: #eceff1;
}

.tableau_contact tr td:nth-child(1){
    font-weight: 500;
}


.tableau_contact input, 
.tableau_contact textarea{
    padding: 8px 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px #ddd;
    width: 80%;
}

#texte thead tr th {
	color:#fff;
	text-align:center;
	background-color:#b0bec5;
}

#texte table th, #texte table td {
	padding:8px 4px;
	/*border-bottom:1px solid #b0bec5;*/
	border:1px solid #b0bec5;
	vertical-align:top;
	text-align:center;
}

#texte h4 {
	font-weight:700;
	text-transform:uppercase;
	margin:5px 0 10px;
}

#texte a.pdf, .deroule {
	padding-left:34px;
	position:relative;
}

#texte a.eurofins {
	padding-left:34px;
	position:relative;
	cursor: pointer;
}

#texte a.pdf:before {
	content:'';
	display:block;
	height:24px;
	width:24px;
	background-image:url(/commun/modeles/commun/structure/img/sprite-pictos.png);
	background-repeat:no-repeat;
	background-position:center -123px;
	position:absolute;
	top:-2px;
	left:0;
}

#texte a.eurofins:before {
	content:'';
	display:block;
	height:24px;
	width:24px;
	background-image:url(/commun/modeles/commun/structure/img/sprite-pictos.png);
	background-repeat:no-repeat;
	background-position:center -217px;
	position:absolute;
	top:-2px;
	left:0;
}

#texte h2:before .contact-title{
	display: none;
}

body#page footer {
	margin-top:170px;
}

body#page footer > div > div > nav {
	width:calc(100% - 320px);
}

.l-center{
	text-align:center;
}

.l-full{
	width:100%;
}



footer .bulle {
	width: 290px;
    height: 290px;
	position:absolute;
	right:0;
	bottom:5px;
}

footer .bulle h2 {
	font-size:18px;
}

footer .bulle h3 {
	bottom:-15px;
}

footer .bulle.ouvert h3 {
	bottom:74%;
}

footer .bulle.ouvert h2 {
	bottom:79%;
}

footer #bulle_resultats.bulle.ouvert form {
	bottom:20px;
}

footer #bulle_resultats.bulle.ouvert:after {
	border:160px solid rgba(255, 255, 255, 0.8);
}

body#page footer.contact {
	margin-top:17px;
}

#map {
	min-height:500px;
}


#texte .infowindow h2:before {
	display:none;
} 

#texte .infowindow h2 {
	padding:0;
	margin:0;
	text-align:center;
} 
#texte .infowindow p {
	text-align:center;
	font-size:13px;
	line-height:15px;
} 

#texte .infowindow table {
	table-layout:fixed;
}

#texte .infowindow table td {
	border:1px solid #b0bec5;
	text-align:center;
	width:95px;
}

#texte .infowindow table tr td:first-child {
	background-color:#eceff1;
	text-align:left;
	width:auto;
}

#texte .infowindow .handicap {
	display:block;
	height:30px;
	width:30px;
	float:right;
	background-image:url('/commun/modeles/commun/structure/img/accessible-handicape.png');
}

#texte .infowindow img {
	display:block;
	margin:10px auto;
	max-width:320px;
	width:100%;
}

.liste_actus .une_actu .bouton {
	float:right;
}

.liste_actus .une_actu {
	width:calc(50% - 0.3em - 15px);
	display:inline-block;
	vertical-align:top;
}

.liste_actus .une_actu{
    margin-top: 15px;
	padding-left: 7px;
    background-color: #eceff1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
	display:inline-block;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

 #texte .liste_actus .une_actu h2{
	margin: 20px 0 20px;
}


 #texte .liste_actus .une_actu p{
 padding: 7px;
}

.liste_actus .une_actu:nth-child(2n + 1) {
	margin-right:30px;
}

#btn_responsive {
	display:none;
	background-color:#00bcd4;
	background-image:url(/commun/modeles/commun/structure/img/sprite-pictos.png);
	background-position:center -146px;
	width:60px;
	height:70px;
	position:absolute;
	top:15px;
	left:0;
	cursor:pointer;
}

#noir {
	height:100vh;
	width:100vw;
	background-color:rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
}


header h1 {
    z-index: 1;
    margin: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #00bcd4;
    font-size: 40px;
	
}

header h1 .main-title, header h1 .sub-title{
	font-family: Palatino Linotype;
	}

header h1 .sub-title{
	text-transform: none;
	font-weight: 300;
	font-size: 30px;
}

.actus_consult .image-actu img{
	width: 400px;
    height: 300px;
	text-align:center;
	margin: 0 auto;
}

  
header,
footer,
nav,
aside,
section,
article {
  display: block;
}

.admin_calque {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  
  background-color: #dddddd;
  opacity: 0.5;
  filter:alpha(opacity=50); 
}

.text-corona-title{
    max-width: 1240px;
    margin: 20px auto !important;
    color: red;
    padding: 0px !important;
    font-size: 20px;
    font-weight: bold;
    display: none;

}

.text-corona{
    max-width: 1240px;
    margin: auto !important;
    color: red;
    padding: 0px !important;
    display: none;
}

.margin-bottom{
  margin-bottom: 20px !important;
}

.bouton_menu_modif {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
}

.bulle h2{
  font-size: 21px !important;
  bottom: 33px !important;

}

.bulle#bulle_doctolib{
    background-image: url(/commun/modeles/commun/structure/img/doctolib.jpg);
    float: right;
} 

<!--.bulle{
  height: 300px !important;
  width : 300px ! important;
}-->

.bouton_menu_modif a img {
  border: 0px;
}

section#bulles_accueil > div{
  display: flex;
}

#cadre_boutons_connecte {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 150px;
  padding-right: 10px;
  position: fixed;

  z-index: 5;
  background-color: #54535E;
  border-bottom: 2px solid #E1E0E0;

  background-image: url(https://www.anabioqual.com/commun/modeles/defaut/img/petit-easydostart.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#cadre_boutons_connecte .bandeau_bouton {
  display: block;
  height: 30px;
  line-height: 30px;
  width: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

#cadre_boutons_connecte a {
  display: block;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;

  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

#cadre_boutons_connecte a:hover {
  color: #0494C0;
}

#cadre_boutons_connecte a#bandeau_admin {
}

#cadre_boutons_connecte a#bandeau_site {
  display: none;
}

#cadre_boutons_connecte a#bandeau_deconnexion {
}



.galleria-container {
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.5);
}


#texte .galleria-container img {
  border: 0px;
  box-shadow: none;
}

.galleria-thumbnails .galleria-image {
  background-color: transparent;
  border: 0px;
}
 
#texte .galleria-container .galleria-image {
  background-color: transparent;
}
 
.galleria-thumbnails span.img {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;

  line-height: 30px;
  text-align: center;
  font-weight: bold;
  text-indent: 9999px;
  
  Background-color: #ffffff;
} 

.galleria-thumbnails .active span.img {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;

  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-indent: 9999px;

  background-color: #B32018;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  display: none;
  height: 40px;
  width: 23px;
  cursor: pointer;
  background-position: -495px 5px;
  position: absolute;

  left: 0pt;
  top: 0pt;
  z-index: 3;

  opacity: 1;

  background-color: #97B0C1;
}

.galleria-thumb-nav-right {
  background-position: -578px 5px;
  right: 0pt;
  
  left: auto;
}

.notouch .galleria-thumb-nav-left:hover, 
.notouch .galleria-thumb-nav-right:hover {
  opacity: 1;
  background-color: #2A93CB;
}

.galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;

  background-color: #ffffff;
  width: 40px;
  height: 20px;
  padding-right: 5px;

  text-align: right;
  color: #ffffff;
  color: #000000;
  font-family: arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  cursor: pointer;
  width: 50px;
  height: 124px;

  position: absolute;
  left: 10px;
  z-index: 2;

  background-position: 16px 46px;

  background-color: #000000;
  opacity: 0.4;
}

.galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -280px 46px;
  z-index: 2;
}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
  opacity: 0.7;
}

.galleria-image {
  background-color: #efefef;
}


.pre_slider {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  width:609px;
  height:490px;
}

.slider {
  position: relative;
  width:609px;
  height:457px;

  background-image: url(https://www.anabioqual.com/commun/modeles/commun/galerie/img/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  
}

.slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.slider_vignette .nivo-controlNav .nivo-control img {
  display: inline;
}

.slider a {
    border:0;
    display:block;
}

.nivoSlider {
  position:relative;
}

.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}

.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:60;
  display:none;
}

.nivo-slice {
  display:block;
  position:absolute;
  z-index:50;
  height:100%;
}

.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  opacity:0.8; 
  width:100%;
  z-index:89;
}

.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-caption a {
  display:inline !important;
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
  display: block;
  width: 45px;
  height: 45px;

  position:absolute;
  top:45%;
  z-index:99;
  cursor:pointer;
  text-indent: -9999px;
}

.nivo-prevNav {
  left:0px;

  background-image: url(https://www.anabioqual.com/commun/modeles/commun/galerie/img/slide-precedent.png);
  background-repeat: repeat;
}

.nivo-nextNav {
  right:0px;

  background-image: url(https://www.anabioqual.com/commun/modeles/commun/galerie/img/slide-suivant.png);
  background-repeat: repeat;
}

.nivo-controlNav {
  position: absolute;
  bottom: -30px;
  left: 45%;
  margin-left: -50px;

  text-align: center;
}

.nivo-controlNav a {
  display: block;
  width: 20px;
  height: 20px;

  position: relative;
  z-index: 99;
  cursor: pointer;
  float: left;
  
  color: transparent;
  text-indent: -9999px;

  background-image: url(https://www.anabioqual.com/commun/modeles/commun/galerie/img/slide-off.gif);
  background-repeat: repeat;
}

.nivo-controlNav a.active {
  font-weight:bold;

  background-image: url(https://www.anabioqual.com/commun/modeles/commun/galerie/img/slide-on.gif);
  background-repeat: repeat;
}



@media screen and (max-width : 1260px) {
				
		
	.bulle {
		height:300px;
		width:300px;
	}
	
	.bulle h2 {
		font-size:20px;
		bottom:17px;
	}
	
	#bulle_patients.bulle h2 {
	    bottom: 30px;
	}
	
	.bulle h3 {
		border-bottom:80px solid #263238;
		font-size:23px;
		line-height:14px;
	}
	
	section#bulles_accueil {
		padding:30px 0;
	}


	
	header a#logo {
		height:110px;
		width:97px;
		margin-right:20px;
	}
	
	header #cofrac img {
		width:30px;
	}
	
	header > div {
		height:140px;
	}
	
	header nav {
		width:calc(100% - 110px - 35px - 140px);
		height: 60px;
	}
	
	header nav:before {
		left:-9px;
	}
	
	header nav:after {
		right:-23px;
	}
	
	

	#bulle_resultats.bulle.ouvert form {
		bottom:20px;
	}
	
	#bulle_resultats.bulle input[type='text'], #bulle_resultats.bulle input[type='password'] {
		padding:10px;
	}

	.bulle.ouvert h2 {
		bottom:78%;
	}
	
	.bulle.ouvert h3 {
		bottom:73%;
	}
	
	#titre h1 {
		font-size:28px;
	}
	
	#texte .ancres a {
		font-size:16px;
		padding:20px 0;
	}

	.actus_consult .image-actu img{
	width: 300px;
    height: 200px;
	}

	@media screen and (min-width: 961px) and (max-width: 1024px){
		.bulle {
    	height: 240px !important;
    	width: 240px !important;
	  }

	.bulle h2 {
    	font-size: 18px !important;
    	bottom: 27px !important;
	  }
    }
	
	

	

@media screen and (max-width : 960px) {
		
	
	.actus_consult .image-actu {
    	display: block;
	}	
	
	.actus_consult .image-actu img{
		margin: 0 auto;
		display: block;
		float: none;
	}
		
	
	.bulle {
		height:270px;
		width:270px;
	}
	
	.colonne {
		width:calc(50% - 8px);
	}

	#actus .une_actu p {
		line-height:16px;
		font-size:13px;
	}

	#actus .une_actu h3 {
		font-size:13px;
	}

	#actus .une_actu {
		padding:10px;
	}

	.actus_consult .image-actu{
		display : block;
		float : none;
	}
	
}


@media screen and (max-width : 900px) {
	
	main-title{
		font-size:25px;
	}
		
	header nav {
		position:fixed;
		left:-320px;
		top:0;
		bottom:0;
		height:100%;
		background-color:#00bcd4;
		z-index:999;
		-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
		display:block;
		width:310px;
		-moz-transition:left 0.5s ease;
		-webkit-transition:left 0.5s ease;
		transition:left 0.5s ease;
	}	
	
	header nav.ouvert {
		left:0;
	}
	
	header nav:after, header nav:before {
		display:none;
	}
	
	header nav dl {
		display:block;
		text-align:left;
		border-bottom:1px solid rgba(255,255,255,0.2);
		padding:0;
	}
	
	header nav dl dt a {
		font-size:16px;
		color:#fff;
		border:0 !important;
		display:block;
		padding:15px 10px;
	}
	
	header nav dl dt a:hover {
		background-color:rgba(255,255,255,0.1);
	}
	
	header nav dl.accueil dt a {
		background-image:none;
		height:auto;
		width:auto;
		text-indent:0;
	}
	
	#btn_responsive {
		display:block;
		cursor:pointer;
	}

	header > div {
		height:103px;
	}

	header a#logo {
		height:80px;
		width:70px;
		margin-left:65px;
		background-image:url(/commun/modeles/commun/structure/img/logo-mobile.png);
	}

	header h1 {
		display:block;
		text-transform:uppercase;
		color:#00bcd4;
		margin: 0 0;
    	font-size: 33px;
	}

	header #cofrac {
		display:none;
	}
	
	header h1 .sub-title{
		font-size: 28px;
	}
	
}

@media screen and (max-width : 850px) {
		
	main-title{
		font-size:20px;
	}
	
	#bulles_accueil .bulle {
		float:none;
		clear:both;
		margin:10px auto;
	}
	
	#bulles_accueil .bulle#bulle_resultats {
		position:relative;
		left:0px;
	}

	.bulle h2 {
    	font-size: 19px !important;
    	bottom: 19px !important;
	}

	section#bulles_accueil > div{
		display: initial;
	}

	#bulles_accueil .bulle#bulle_patients {
		position:relative;
		right:0px;
		top:10px;
	}
	
	#bulles_accueil .bulle#bulle_pros {
		position:relative;
		left:0px;
		top:10px;
	}	

	#bulles_accueil .bulle#bulle_doctolib{
		top: 10px;
	}	


	section#bulles_accueil > div {
		margin: 0 auto -150px;
	}

	.colonne, .colonne.colonne_droite {
		width:100%;
		float:none;
	}
	
	#blocs_accueil .colonne {
		max-width:500px;
		margin:0 auto 15px;
	}
	
}

@media screen and (max-width : 700px) {
		
	#texte .colonnes {
	    -moz-column-count: 1;
	}

	#texte .ancres a {
		display:block;
		margin: 3px 0;
	}

	section#bulles_accueil > div{
		display: initial;
	}

}



@media screen and (max-width : 540px) {
	
	section#bulles_accueil {
		padding:10px 0;
	}
	
	#bulles_accueil .bulle#bulle_resultats {
		left:0px;
	}

	#bulles_accueil .bulle#bulle_patients {
		right:0px;
		top:10px;
	}

	.bulle h2 {
    	font-size: 19px !important;
    	bottom: 19px !important;
	}
	
	#bulles_accueil .bulle#bulle_pros {
		left:0px;
		top:-100px;
	}	

	#bulles_accueil .bulle#bulle_doctolib{
		top: 10px;
	}	
	
	section#bulles_accueil > div {
		margin: 0 auto -90px;
	}

	footer > div > div {
		padding:20px 0;
	}
	
	body#page footer > div > div > nav {
	    width: 100%;
	}

	footer .bulle {
		float:none !important;
		margin: 20px auto;
		position:relative;
		bottom:0;
	}
	
	#texte .ancres a {
	    font-size: 14px;
	    padding: 10px 0;
	}

	#texte h2 {
		font-size:19px;
	}

	#texte {
		font-size:14px;
		line-height:20px;
	}

	header h1{
	margin: 20px 0;
	}
	
	header h1 .sub-title {
    font-size: 20px;
	}
}

@media screen and (max-width : 450px) {
	
	header h1 {
		font-size:24px;
	}

	section#bulles_accueil > div{
		display: initial;
	}
	
	
	header h1 .sub-title {
    font-size: 16px;
	}


	
	#bulles_accueil .bulle#bulle_resultats {
		left:0px;
	}

	#bulles_accueil .bulle#bulle_patients {
		right:0px;
		top:10px;
	}
	
	#bulles_accueil .bulle#bulle_pros {
		left:0px;
		top:10px;
	}	

	#bulles_accueil .bulle#bulle_doctolib{
		top: 10px;
	}	

	.responsive-img{
		width: 390px !important;
		height: auto !important;
	}



	section#bulles_accueil > div {
		margin: 0 auto -35px;
	}

	#blocs_accueil .colonne_droite .un_bloc {
		overflow:visible;
	}

	#blocs_accueil .colonne_droite .bouton {
		bottom:-38px;
		right:0;
	}
	
}

@media screen and (max-width : 380px) {
	
	header h1 {
	    margin: 15px;
		font-size:24px;
	}
	
	
	header nav {
		width:260px;
	}	
		
	header nav dl dt a {
		font-size:14px;
		padding:10px 7px;
	}	
	
	header #btn_responsive {
		width:54px;
	}
	
	header a#logo {
		margin-left:50px;
		margin-right:0;
	}

	
	#bulles_accueil .bulle#bulle_resultats {
		left:0;
	}

	#bulles_accueil .bulle#bulle_patients {
		right:0;
		top:0;
	}
	
	#bulles_accueil .bulle#bulle_pros {
		left:0;
		top:10px;
	}

	#bulles_accueil .bulle#bulle_doctolib{
		top: 10px;
	}	


	section#bulles_accueil > div {
		margin: 0 auto;
	}

	footer nav dl {
		display:block;
	}
	
	footer nav dl dt:after {
		display:none;
	}
		
}


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

	.bulle {
   		height: 250px !important;
    	width: 250px ! important;
	}

	.bulle h2 {
    	font-size: 17px !important;
    	bottom: 23px !important;
}
}






