/* PAGIZ (C) WEB2DO SARL - http://www.web2do.fr */
/* --------------------------------
 * COULEUR PRINCIPALE
 * -------------------------------- */
/* --------------------------------
 * FONTS
 * -------------------------------- */
body {
  font-family: 'Roboto', Arial;
}
input {
  font-family: 'Roboto Condensed', Arial;
}
/* --------------------------------
 * STYLES GENERAUX
 * -------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #111;
  font-size: .75em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
a {
  color: #333333;
  text-decoration: none;
}
a img {
  border: 0 none;
}
a:focus,
a:hover {
  color: #ff3333;
}
a:focus {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: .5em;
}
h1 {
  font-size: 1.9em;
  line-height: 1.3em;
}
h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}
h2 a {
  color: #262626;
}
h3 {
  font-size: 1.3em;
  line-height: 1.3em;
}
h4 {
  font-size: .95em;
  line-height: 1.1em;
}
h4 a {
  color: #8f8f8f;
}
h4 {
  margin: 3px 0 15px;
  padding: 0 0 0 20px;
  color: #242424;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
  background: url(../img/ico/titre/000/ico_def.png) 0 3px no-repeat;
}
h4:first-child {
  margin-top: 0;
}
h5,
h6 {
  font-size: .85em;
  line-height: 1.1em;
  color: #000;
}
ul,
ol,
dl {
  position: relative;
  list-style: none outside none;
}
ul:before,
ol:before,
dl:before,
ul:after,
ol:after,
dl:after {
  content: "";
  display: table;
}
ul:after,
ol:after,
dl:after {
  clear: both;
}
dt {
  font-weight: 700;
}
p,
li {
  font-size: 1.1em;
  line-height: 1.5em;
}
p {
  padding: .5em 0;
  white-space: normal;
}
hr {
  width: 100%;
  height: 2px;
  margin: 3px 0 10px;
  padding: 0;
  color: #e0e0e0;
  border: 0;
  background: #e0e0e0;
}
form,
fieldset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form:before,
fieldset:before,
form:after,
fieldset:after {
  content: "";
  display: table;
}
form:after,
fieldset:after {
  clear: both;
}
fieldset {
  border: 0 none;
  margin: 0 0 15px;
}
fieldset > div {
  position: relative;
  display: inline-block;
}
fieldset:last-child {
  margin-bottom: 0;
}
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=search] {
  width: 100%;
  border: 0 none;
  line-height: normal;
  padding: 10px;
  font-size: 2em;
  color: #999;
  background: #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=search]:focus {
  color: #111;
  background: #dddddd;
}
input[type=submit] {
  cursor: pointer;
  padding: 10px;
  color: #fff;
  font-size: 1.6em;
  border: 0 none;
  line-height: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  background: #67b5dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
input[type=submit]:hover,
input[type=submit]:focus {
  background: #ff1919;
}
input[type=search] {
  -webkit-appearance: textfield;
}
::-webkit-input-placeholder {
  color: #b3b3b3;
}
:-moz-placeholder {
  color: #b3b3b3;
}
.placeholder {
  color: #b3b3b3;
}
.contenu {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contenu:before,
.contenu:after {
  content: "";
  display: table;
}
.contenu:after {
  clear: both;
}
.btn {
  display: inline-block;
  padding: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border: 0 none;
  line-height: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background: #67b5dd;
}
.btn:hover,
.btn:focus {
  color: #fff;
  background: #ff1919;
}
.hidden {
  display: none;
}
/* --------------------------------
 * STRUCTURE
 * -------------------------------- */
#page {
  position: relative;
  padding-top: 52px;
}
#entete {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#entete .contenu {
  padding: 0;
  background-color: #67b5dd;
  background: -webkit-gradient(linear, left top, left bottom, from(#67b5dd), to(#3da1d3));
  background: -webkit-linear-gradient(top, #67b5dd, #3da1d3);
  background: -moz-linear-gradient(top, #67b5dd, #3da1d3);
  background: -ms-linear-gradient(top, #67b5dd, #3da1d3);
  background: -o-linear-gradient(top, #67b5dd, #3da1d3);
  background: linear-gradient(to bottom, #67b5dd 0%, #3da1d3 100%);
}
#entete .contenu .hgroup {
  float: left;
  padding: 5px;
}
#entete .contenu .hgroup h1.logo {
  margin: 0 0 0 10px;
}
#entete .contenu .hgroup h1.logo a {
  display: block;
}
#entete .contenu #menu-entete {
  float: right;
  padding-left: 4px;
}
#entete .contenu #menu-entete li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: -4px;
}
#entete .contenu #menu-entete li a {
  display: block;
  width: 40px;
  padding: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#entete .contenu #menu-entete li a span {
  display: block;
  height: 32px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../img/global.png) no-repeat;
}
#entete .contenu #menu-entete li a:hover,
#entete .contenu #menu-entete li a:focus {
  background: rgba(0, 0, 0, 0.3);
}
#entete .contenu #menu-entete li.accueil {
  background: rgba(255, 255, 255, 0.1);
}
#entete .contenu #menu-entete li.accueil a span {
  width: 35px;
  background-position: 0 0;
}
#entete .contenu #menu-entete li.accueil.active {
  background: rgba(0, 0, 0, 0.1);
}
#entete .contenu #menu-entete li.localisation {
  background: rgba(255, 255, 255, 0.1);
}
#entete .contenu #menu-entete li.localisation a span {
  width: 33px;
  background-position: -119px 0;
}
#entete .contenu #menu-entete li.localisation.active {
  background: rgba(0, 0, 0, 0.1);
}
#entete .contenu #menu-entete li.ajout {
  background: rgba(0, 0, 0, 0.2);
}
#entete .contenu #menu-entete li.ajout a span {
  width: 32px;
  background-position: -152px 0;
}
#recherche .contenu .search > div {
  width: 100%;
}
#recherche .contenu .search > div.elem1:before {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
  width: 31px;
  height: 32px;
  background: url(../img/global.png) -88px 0 no-repeat;
  content: "";
  pointer-events: none;
}
#recherche .contenu .search > div.elem2:before {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
  width: 36px;
  height: 32px;
  background: url(../img/global.png) -119px 0 no-repeat;
  content: "";
  pointer-events: none;
}
#recherche .contenu .search > div input[type=search] {
  padding-left: 50px;
}
#recherche .contenu .search > div .btn {
  padding: 4px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#recherche .contenu .search > div .btn.localisation {
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 3;
  margin-top: -20px;
}
#recherche .contenu .search > div .btn.localisation span {
  display: block;
  width: 21px;
  height: 32px;
  text-indent: -9999px;
  background: url(../img/global.png) -35px 0 no-repeat;
}
#recherche .contenu .search > div .btn.loading span {
  background: url(../img/ajax-loader.gif) no-repeat center center;
}
#recherche .contenu .search .btn {
  padding: 4px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 3;
  margin-top: -20px;
}
#recherche .contenu .search .btn.loading span {
  display: block;
  width: 21px;
  height: 32px;
  text-indent: -9999px;
  background: url(../img/ajax-loader.gif) no-repeat center center;
}
#recherche .contenu .search p {
  padding: 5px 0 0;
  line-height: normal;
  font-style: italic;
  color: #b3b3b3;
}
#recherche .contenu .submit {
  text-align: right;
}
#recherche .contenu .submit > div:before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(../img/global.png) -56px 0 no-repeat;
  content: "";
  pointer-events: none;
}
#recherche .contenu .submit > div input[type=submit] {
  padding-right: 50px;
}
#corps .contenu {
  padding: 10px;
  /* Classement avec counter auto */

  /*
		.classement{
			li{
				counter-increment:number;
				> a{
					&:before{
						position:absolute;top:50%;left:10px;z-index:1;
						margin-top:-11px;
						padding:0 8px;
						content:counter(number, decimal-leading-zero) "";
						font-weight:700;font-size:.9em;line-height:22px;
						color:#111;
						background:#fff;
						.border-radius(10px);
					}
				}
			}
		}
		*/

}
#corps .contenu header {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
}
#corps .contenu header h1 {
  margin: 0;
  color: #52abd8;
  text-transform: uppercase;
  font-size: 2em;
}
#corps .contenu header h2 {
  color: #666;
}
#corps .contenu footer {
  padding: 10px 0 0;
  text-align: center;
}
#corps .contenu footer .btn.top {
  color: #666;
  background: #fafafa;
  text-shadow: none;
}
#corps .contenu footer .btn.top:hover,
#corps .contenu footer .btn.top:focus {
  background: #ededed;
}
#corps .contenu ul li > a,
#corps .contenu ol li > a {
  position: relative;
  display: block;
  padding: 0 40px 0 50px;
  line-height: 60px;
  font-weight: 700;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#corps .contenu ul li > a:after,
#corps .contenu ol li > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -9px;
  width: 12px;
  height: 18px;
  background: #67b5dd url(../img/global.png) -184px 0 no-repeat;
  content: "";
  pointer-events: none;
}
#corps .contenu ul li > a:hover,
#corps .contenu ol li > a:hover,
#corps .contenu ul li > a:focus,
#corps .contenu ol li > a:focus {
  color: #666;
  background: #eaeaea;
}
#corps .contenu ul li > a:hover:after,
#corps .contenu ol li > a:hover:after,
#corps .contenu ul li > a:focus:after,
#corps .contenu ol li > a:focus:after {
  background-position: -196px 0;
  background-color: #67b5dd;
}
#corps .contenu ul li:first-child:last-child > a,
#corps .contenu ol li:first-child:last-child > a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu ul li:first-child > a,
#corps .contenu ol li:first-child > a {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu ul li:last-child > a,
#corps .contenu ol li:last-child > a {
  border: 0 none;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .specialites li > a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url(../img/specialites.png) no-repeat;
  content: "";
  pointer-events: none;
}
#corps .contenu .departements li > a span {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  margin-top: -11px;
  padding: 0 8px;
  font-weight: 700;
  font-size: .9em;
  line-height: 22px;
  color: #111;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
#corps .contenu .villes li > a {
  padding-left: 10px;
}
#corps .contenu .villes li > a span {
  color: #666;
}
#corps .contenu .fiche li > a {
  padding: 10px 50px 10px 10px;
  white-space: normal;
  text-overflow: clip;
  line-height: normal;
}
#corps .contenu .fiche li > a h3 {
  font-size: 1.3em;
}
#corps .contenu .fiche li > a:after {
  margin-top: -6px;
  width: 18px;
  height: 12px;
  background-position: -208px -12px;
}
#corps .contenu .fiche li > a:hover,
#corps .contenu .fiche li > a:focus {
  text-decoration: none;
}
#corps .contenu .fiche li > a:hover:after,
#corps .contenu .fiche li > a:focus:after {
  background-position: -226px -12px;
}
#corps .contenu .fiche li > a:hover .label,
#corps .contenu .fiche li > a:focus .label {
  background-color: #fff;
}
#corps .contenu .fiche li.active > a {
  border-color: #eaeaea;
  background: #eaeaea;
}
#corps .contenu .fiche li.active > a:after {
  background-position: -226px 0;
  background-color: #67b5dd;
}
#corps .contenu .fiche li.active > a .label {
  background-color: #fff;
}
#corps .contenu .fiche li.active .complement {
  display: block;
}
#corps .contenu .fiche li.active:hover:after,
#corps .contenu .fiche li.active:focus:after {
  background-position: -226px 0;
}
#corps .contenu .fiche li.active:first-child:last-child > a {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche li.active:first-child:last-child .complement {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche li.active:last-child > a {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche li.active:last-child .complement {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche li.membre > a {
  padding-left: 45px;
}
#corps .contenu .fiche li.membre > a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  margin-top: -15px;
  width: 25px;
  height: 30px;
  background: #52abd8 url(../img/global.png) -276px 0 no-repeat;
  content: "";
  pointer-events: none;
}
#corps .contenu .fiche li.membre > a:hover:before,
#corps .contenu .fiche li.membre > a:focus:before {
  background-position: -301px 0;
}
#corps .contenu .fiche li.membre.active > a:before {
  background-position: -301px 0;
}
#corps .contenu .fiche .label {
  display: inline-block;
  color: #8C8C8C;
  font-weight: 400;
  font-size: .9em;
  padding: 5px 7px;
  background: #E6E6E6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche .complement {
  border: 2px solid #eaeaea;
  padding: 10px;
}
#corps .contenu .fiche .complement .indication {
  position: relative;
  z-index: 3;
  margin: 5px 0;
  padding: 5px;
  color: #fff;
  background: #52abd8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche .complement .indication:before {
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-color: #52abd8;
}
#corps .contenu .fiche .profil {
  float: left;
  margin-right: 10px;
}
#corps .contenu .fiche .profil img {
  max-height: 120px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche .adresse {
  font-size: 1.3em;
}
#corps .contenu .fiche .adresse .rue {
  padding: 0 0 3px;
  font-weight: 700;
  color: #666;
}
#corps .contenu .fiche .adresse .cpVille {
  color: #b3b3b3;
}
#corps .contenu .fiche .option {
  clear: both;
  margin-top: 10px;
  padding: 5px 0;
  text-align: center;
}
#corps .contenu .fiche .option .btn {
  margin: 5px;
  padding: 8px 25px;
  font-size: 1.4em;
}
#corps .contenu .fiche .option .btn.tel {
  min-width: 126px;
}
#corps .contenu .fiche .description {
  margin: 10px 0 0;
}
#corps .contenu .fiche .description h4 {
  margin-bottom: 0;
}
#corps .contenu .fiche .mentions {
  margin: 10px 0;
  text-align: justify;
  color: #666;
  font-size: .8em;
  line-height: normal;
}
#corps .contenu .fiche .gmap {
  /* margin:10px 0 0; */

  height: 300px;
  border: 2px solid #e0e0e0;
  border-collapse: separate;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .fiche .gmap div {
  line-height: normal;
}
#corps .contenu .fiche .gmap .gmapBulle .titre {
  font: 700 18px Arial;
}
#corps .contenu .fiche.details .option .btn {
  display: block;
}
#corps .contenu .fiche.details .option .btn.tel {
  width: auto;
}
#corps .contenu #ongletFiche {
  margin: 20px 0 0;
}
#corps .contenu #ongletFiche section > a {
  position: relative;
  display: block;
  padding: 10px 50px 10px 10px;
  line-height: 60px;
  font-weight: 700;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
}
#corps .contenu #ongletFiche section > a h3 {
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 24px;
  background: url(../img/ico/cat/000/ico_def.png) 0 50% no-repeat;
}
#corps .contenu #ongletFiche section > a h3.ico_hours {
  background-image: url(../img/ico/cat/000/ico_horaire.png);
}
#corps .contenu #ongletFiche section > a h3.ico_photos_general {
  background-image: url(../img/ico/cat/000/ico_profil.png);
}
#corps .contenu #ongletFiche section > a h3.ico_location {
  background-image: url(../img/ico/cat/000/ico_localisation.png);
}
#corps .contenu #ongletFiche section > a h3.ico_psychologue_tarifs {
  background-image: url(../img/ico/cat/000/ico_tarifs.png);
}
#corps .contenu #ongletFiche section > a h3.ico_psychologue_soins {
  background-image: url(../img/ico/cat/000/ico_soins.png);
}
#corps .contenu #ongletFiche section > a h3.ico_sante_infoscomplemen {
  background-image: url(../img/ico/cat/000/ico_infocomp.png);
}
#corps .contenu #ongletFiche section > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -6px;
  width: 18px;
  height: 12px;
  background: #b7b7b7 url(../img/global.png) -208px -12px no-repeat;
  content: "";
  pointer-events: none;
}
#corps .contenu #ongletFiche section > a:hover,
#corps .contenu #ongletFiche section > a:focus {
  color: #666;
  text-decoration: none;
  background: #eaeaea;
}
#corps .contenu #ongletFiche section > a:hover:after,
#corps .contenu #ongletFiche section > a:focus:after {
  background-position: -226px -12px;
  background-color: #67b5dd;
}
#corps .contenu #ongletFiche section:first-child:last-child > a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu #ongletFiche section:first-child > a {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu #ongletFiche section:last-child > a {
  border: 0 none;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu #ongletFiche section.active > a {
  border-color: #eaeaea;
  background: #eaeaea;
}
#corps .contenu #ongletFiche section.active > a:after {
  background-position: -226px 0;
  background-color: #67b5dd;
}
#corps .contenu #ongletFiche section.active > a .label {
  background-color: #fff;
}
#corps .contenu #ongletFiche section.active .complement {
  display: block;
}
#corps .contenu #ongletFiche section.active:hover:after,
#corps .contenu #ongletFiche section.active:focus:after {
  background-position: -226px 0;
}
#corps .contenu #ongletFiche section.active:first-child:last-child > a {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu #ongletFiche section.active:first-child:last-child .complement {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu #ongletFiche section.active:last-child > a {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu #ongletFiche section.active:last-child .complement {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#corps .contenu .complement dl {
  clear: both;
  margin: 0 0 10px;
}
#corps .contenu .complement dl dt {
  display: block;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0 10px 0 0;
  color: #222;
  font-size: 1em;
  font-weight: 700;
}
#corps .contenu .complement dl dd {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  line-height: 20px;
  color: #666;
}
#corps .contenu .complement dl dd span {
  line-height: normal !important;
}
#corps .contenu .complement dl:last-child {
  margin: 0;
}
#corps .contenu .complement .typeLeft dd,
#corps .contenu .complement .typeLeft dt {
  display: inline-block;
  vertical-align: top;
}
#corps .contenu .complement .div2 dd,
#corps .contenu .complement .div3 dd,
#corps .contenu .complement .div4 dd {
  padding-left: 15px;
  background: url(../img/ico_arrow.png) 0 5px no-repeat;
}
#corps .contenu #horairesGrille .horairesCont {
  clear: both;
  margin: 0 0 1px;
}
#corps .contenu #horairesGrille .horairesCont .jour {
  margin: 0 1px 0 0;
  padding: 0 10px;
  height: 24px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  color: #777;
  background: #fff;
  border: 1px solid #eee;
}
#corps .contenu #horairesGrille .horairesCont .periode {
  position: relative;
  height: 24px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #eee;
}
#corps .contenu #horairesGrille .horairesCont .periode > div {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #32472e;
  background-color: #b1e8a2;
}
#corps .contenu #horairesGrille .horairesCont .periode .acRdv {
  background-image: url(../img/texture-1.png);
}
#corps .contenu #horairesGrille .horairesCont .periode .small {
  font-size: 0.7em;
  line-height: 13px;
}
#corps .contenu #HorairesLegende {
  overflow: hidden;
  margin: 10px 0;
}
#corps .contenu #HorairesLegende span {
  float: left;
  display: block;
  font: 700 11px/17px Arial;
}
#corps .contenu #HorairesLegende .carre {
  margin: 0 5px;
  width: 20px;
  height: 17px;
  background: #b1e8a2 url(../img/texture-1.png);
}
#corps .contenu #horairesGrille .horairesCont .periode .ferme {
  cursor: auto;
  width: 100%;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #606060;
  background: #eee;
}
#corps .contenu #horairesGrille .horairesCont .periode .infoBulle {
  display: none;
  position: absolute;
  top: 24px;
  right: -4px;
  z-index: 2;
  max-width: 150px;
  min-width: 100px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background: #333;
}
#corps .contenu #horairesGrille .horairesCont .periode > div:hover .infoBulle {
  display: block;
}
#corps .contenu #HorairesComment {
  margin: 15px 0 0;
}
#corps .contenu #HorairesComment h4 {
  margin: 0;
}
#pied .contenu {
  margin-top: 5px;
  border-top: 2px solid #ccc;
}
#pied .contenu .copyright {
  padding: 0 0 3px;
  text-align: center;
  color: #555;
  font-weight: 700;
  font-size: 1.1em;
}
#pied .contenu .desktop {
  text-align: center;
  color: #555;
}
#pied .contenu .desktop a {
  text-decoration: underline;
}
/* --------------------------------
 * DEV
 * -------------------------------- */
.sep {
  margin: 10px 0;
  color: #ccc;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 20px;
  text-align: center;
}
/* --------------------------------
 * RESOLUTION
 * -------------------------------- */
/* Smartphone (paysage) et Tablette (portrait) */
@media (max-width: 768px) {
  
}
/* Smartphone */
@media (max-width: 569px) {
  
}
/* --------------------------------
 * LESS
 * -------------------------------- */
/* URL */
/* Border radius */
/* Transition */
/* Opacity */
/* Box shadow */
/* Autre */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Background */
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  z-index: 10;
  font-size: 1.3em;
  border: 2px solid #CCCCCC;
  width: auto !important;
  border-radius: 10px 10px 10px 10px;
  margin-right: 10px;
  /*overflow-x: hidden;*/

}
.debug-div {
  position: absolute;
  left: 55px;
  top: 0px;
  font-size: .9em;
  background: #a5d3eb;
  color: #ffffff;
  padding: 3px;
  z-index: 100;
}
.adsense {
  z-index: 1;
  bottom: 0;
  right: 0;
  text-align: right;
  width: 100%;
  background: #F7F7F7;
}
#pixelTackContainer,
#pixelTackContainer img {
  margin-top: -1px;
  position: absolute;
}
