.btn-second-color {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYTM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMjUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ca3636, #8e2525);
  background-image: -moz-linear-gradient(top, #ca3636, #8e2525);
  background-image: linear-gradient(to bottom, #ca3636, #8e2525);
  background-color: #ca3636;
  color: #FFFFFF;
}
.btn-second-color:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNjMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b63030, #7a2020);
  background-image: -moz-linear-gradient(top, #b63030, #7a2020);
  background-image: linear-gradient(to bottom, #b63030, #7a2020);
  background-color: #8e2525;
}
.btn-small {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 3px 7px;
}
.reset {
  margin: 0;
  padding: 0;
}
.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.btn_active {
  -webkit-box-shadow: 0px 0px 10px #95cce7;
  -moz-box-shadow: 0px 0px 10px #95cce7;
  box-shadow: 0px 0px 10px #95cce7;
  border: 1px solid #41a4d5;
  color: #41a4d5;
}
#small-dialog .mfp-close {
  background: #FFF;
  top: -13px;
  right: -11px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #333;
  opacity: 1;
  border-radius: 100px;
  border: 1px solid lightgrey;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-size: 100%;
}
body {
  width: 100%;
  font-family: Arial, Sans-serif;
  font-size: .80em;
  background-position: top center;
  background-repeat: repeat-x;
  background: url(../img/bg-site-tx.jpg);
}
select {
  font-weight: bold;
  color: #0f9eca;
  border: 1px solid #a8a8a8;
  background-color: #f2f2f2;
  width: 200px;
}
img {
  border: 0;
}
label {
  font-weight: bold;
  display: block;
  width: 180px;
  float: left;
  text-align: left;
  padding-right: 10px;
  padding-top: 3px;
}
form > p {
  margin-bottom: 25px;
  width: 490px;
}
form > p > label {
  width: 160px;
  height: 30px;
}
form > p > input,
p > select {
  width: 308px;
}
form > p > .submit {
  margin-left: 190px;
  border: 3px outset #57b5e4;
  background-color: #57b5e4;
  color: #fff;
  width: 228px;
  height: 30px;
  font-weight: bold;
}
:focus {
  outline: 0;
}
a {
  color: #2194cd;
}
a img {
  border: 0;
  cursor: pointer;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
canvas,
video {
  display: inline-block;
}
p {
  clear: both;
  padding: 8px 0;
  font-size: 1em;
  line-height: 1.5em;
  white-space: normal;
  word-wrap: break-word;
  text-align: justify;
}
ul,
ol,
dl {
  list-style: none inside none;
}
hr {
  width: 100%;
  height: 2px;
  margin: 3px 0 10px;
  padding: 0;
  color: #e0e0e0;
  border: 0;
  background: #e0e0e0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  clear: both;
  margin-bottom: .5em;
}
h1 {
  font-size: 1.5em;
  line-height: normal;
}
h2,
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: .95em;
}
h5 {
  font-size: .85em;
}
form {
  margin: 10px 0 0;
  padding: 8px;
  background: #fafafa;
  border: 1px solid #ebebeb;
}
form p {
  padding: 0 0 5px;
  font-size: 13px;
}
fieldset {
  position: relative;
  clear: both;
  margin: 0 0 10px;
  border: 0 none;
}
fieldset:last-child {
  text-align: right;
}
form,
label,
input,
textarea {
  font-size: 12px;
  color: #666;
  vertical-align: top;
}
label {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  line-height: 31px;
  font-size: 13px;
  font-weight: 700;
  color: #313131;
  text-shadow: 1px 1px 0 #fff;
}
input,
textarea {
  border: 1px solid #d0d0d0;
}
input,
textarea {
  max-width: 673px;
  background-color: #f7f7f7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
input {
  padding: 6px 8px;
  vertical-align: top;
}
input:hover {
  background: #f2f2f2;
  border-color: #ccc;
}
input:focus {
  background: #FFFFFF;
  border-color: #D98C00;
}
/*select {
  cursor: pointer;
  min-width: 100px;
  background: #fff;
  font-size: 12px;
  width: 200px;
  width: 190px;
  font-family: Arial;
  height: 42px;
  border: 1px solid #d0d0d0;
  background: #f8f8f8;
  color: #525252;
  box-shadow: 0 3px 3px #CCC;
  -webkit-box-shadow: 0 3px 3px #CCC;
  padding: 13px 10px;
  border-radius: 2px;
}*/
option {
  padding: 2px;
  font-weight: normal;
  color: #1c1c1c;
  padding: 3px 3px;
}
option:hover {
  background: #f2f2f2;
  border-color: #666;
}
textarea {
  overflow: auto;
  min-width: 340px;
  min-height: 150px;
  max-height: 300px;
  padding: 8px;
}
textarea:focus {
  border-color: #d98c00;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  border: 0;
  background: transparent;
  width: auto!important;
  margin: -8px 5px 0 0;
}
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
  padding: 5px 8px;
  color: #484848;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  background: #eaeaea;
  border-color: #bdbdbd;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  color: #000;
  background: #eaeaea;
  border-color: #bdbdbd;
}
input[disabled] {
  cursor: not-allowed;
  background: #e0e0e0!important;
}
input[type="submit"] {
  color: #fff;
  background-color: #f33;
  border-color: #e90c25;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  border-color: #000;
  background-color: #333;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=button]:focus,
input[type=reset]:focus {
  color: #fff;
  border-color: #3fa1d0;
  background-color: #57b5e4;
}
select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input:focus,
textarea:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
select {
  -webkit-appearance: menulist;
  -moz-appearance: none;
  appearance: none;
}
input[type=hidden] {
  display: none;
}
::-webkit-input-placeholder {
  color: #9d9d9d;
}
:-moz-placeholder {
  color: #9d9d9d;
}
::selection {
  background: #57b5e4;
  color: #fff;
}
::-moz-selection {
  background: #57b5e4;
  color: #fff;
}
::-webkit-selection {
  background: #57b5e4;
  color: #fff;
}
header {
  position: relative;
  width: 960px;
  margin: 20px auto 0;
  background: #41a4d5;
  z-index: 5;
  height: 170px;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
}
header a {
  text-decoration: none;
}
header .loading {
  text-align: center;
}
header .loading .loader {
  width: 19px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}
header #wrap_focus_qui,
header #wrap_focus_ou {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  top: 97px;
}
header #wrap_focus_qui #focus_qui,
header #wrap_focus_ou #focus_qui,
header #wrap_focus_qui #focus_ou,
header #wrap_focus_ou #focus_ou {
  position: relative;
  z-index: 999;
  font-size: 14px;
  background: #FFF;
  padding: 0 20px 20px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
header #wrap_focus_qui #focus_qui:after,
header #wrap_focus_ou #focus_qui:after,
header #wrap_focus_qui #focus_ou:after,
header #wrap_focus_ou #focus_ou:after {
  bottom: 100%;
  left: 45%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 15px solid rgba(136, 183, 213, 0);
  border-bottom-color: #FFF;
  margin-left: -15px;
}
header #wrap_focus_qui #focus_qui .close,
header #wrap_focus_ou #focus_qui .close,
header #wrap_focus_qui #focus_ou .close,
header #wrap_focus_ou #focus_ou .close {
  color: #D6D6D6;
  padding: 1px 7px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.8em;
  -webkit-border-radius: 0px 5px 0px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 5px 0px 5px;
  -moz-background-clip: padding;
  border-radius: 0px 5px 0px 5px;
  background-clip: padding-box;
}
header #wrap_focus_qui #focus_qui .close:hover,
header #wrap_focus_ou #focus_qui .close:hover,
header #wrap_focus_qui #focus_ou .close:hover,
header #wrap_focus_ou #focus_ou .close:hover {
  color: #BDBDBD;
}
header #wrap_focus_qui #focus_qui .head,
header #wrap_focus_ou #focus_qui .head,
header #wrap_focus_qui #focus_ou .head,
header #wrap_focus_ou #focus_ou .head {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #adadad;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
header #wrap_focus_qui #focus_qui .wrap_suggest,
header #wrap_focus_ou #focus_qui .wrap_suggest,
header #wrap_focus_qui #focus_ou .wrap_suggest,
header #wrap_focus_ou #focus_ou .wrap_suggest {
  padding-top: 20px;
  display: none;
}
header #wrap_focus_qui #focus_qui .wrap_suggest .suggest,
header #wrap_focus_ou #focus_qui .wrap_suggest .suggest,
header #wrap_focus_qui #focus_ou .wrap_suggest .suggest,
header #wrap_focus_ou #focus_ou .wrap_suggest .suggest {
  background: #e8f4fa;
  border: 1px solid #d3eaf5;
  padding: 5px 10px 10px 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #wrap_focus_qui #focus_qui .wrap_suggest .suggest .suggest_title,
header #wrap_focus_ou #focus_qui .wrap_suggest .suggest .suggest_title,
header #wrap_focus_qui #focus_ou .wrap_suggest .suggest .suggest_title,
header #wrap_focus_ou #focus_ou .wrap_suggest .suggest .suggest_title {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #wrap_focus_qui #focus_qui .wrap_suggest .suggest ul,
header #wrap_focus_ou #focus_qui .wrap_suggest .suggest ul,
header #wrap_focus_qui #focus_ou .wrap_suggest .suggest ul,
header #wrap_focus_ou #focus_ou .wrap_suggest .suggest ul {
  display: inline !important;
  background: none !important;
  border: none !important;
  padding: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header #wrap_focus_qui #focus_qui .wrap_suggest .suggest ul li,
header #wrap_focus_ou #focus_qui .wrap_suggest .suggest ul li,
header #wrap_focus_qui #focus_ou .wrap_suggest .suggest ul li,
header #wrap_focus_ou #focus_ou .wrap_suggest .suggest ul li {
  display: inline;
}
header #wrap_focus_qui #focus_qui .wrap_suggest .suggest ul li a,
header #wrap_focus_ou #focus_qui .wrap_suggest .suggest ul li a,
header #wrap_focus_qui #focus_ou .wrap_suggest .suggest ul li a,
header #wrap_focus_ou #focus_ou .wrap_suggest .suggest ul li a {
  margin-top: 5px;
  color: #888;
  display: inline-block;
  background: #FFF;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d3eaf5;
  margin-right: 5px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
header #wrap_focus_qui #focus_qui .wrap_suggest .suggest ul li a.active,
header #wrap_focus_ou #focus_qui .wrap_suggest .suggest ul li a.active,
header #wrap_focus_qui #focus_ou .wrap_suggest .suggest ul li a.active,
header #wrap_focus_ou #focus_ou .wrap_suggest .suggest ul li a.active {
  -webkit-box-shadow: 0px 0px 10px #95cce7;
  -moz-box-shadow: 0px 0px 10px #95cce7;
  box-shadow: 0px 0px 10px #95cce7;
  border: 1px solid #41a4d5;
  color: #41a4d5;
}
header #wrap_focus_qui #focus_qui .wrap_suggest .suggest ul li a.ui-state-focus,
header #wrap_focus_ou #focus_qui .wrap_suggest .suggest ul li a.ui-state-focus,
header #wrap_focus_qui #focus_ou .wrap_suggest .suggest ul li a.ui-state-focus,
header #wrap_focus_ou #focus_ou .wrap_suggest .suggest ul li a.ui-state-focus {
  -webkit-box-shadow: 0px 0px 10px #bee0f1;
  -moz-box-shadow: 0px 0px 10px #bee0f1;
  box-shadow: 0px 0px 10px #bee0f1;
  border: 1px solid #6bb8de;
}
header #wrap_focus_qui #focus_qui .wrap_quart,
header #wrap_focus_ou #focus_qui .wrap_quart,
header #wrap_focus_qui #focus_ou .wrap_quart,
header #wrap_focus_ou #focus_ou .wrap_quart {
  width: 100%;
  display: none;
  box-sizing: border-box;
}
header #wrap_focus_qui #focus_qui .wrap_quart .quart,
header #wrap_focus_ou #focus_qui .wrap_quart .quart,
header #wrap_focus_qui #focus_ou .wrap_quart .quart,
header #wrap_focus_ou #focus_ou .wrap_quart .quart {
  vertical-align: top;
  padding: 10px;
  width: 24.7%;
  display: inline-block;
  box-sizing: border-box;
}
header #wrap_focus_qui #focus_qui .wrap_quart .quart ul li a,
header #wrap_focus_ou #focus_qui .wrap_quart .quart ul li a,
header #wrap_focus_qui #focus_ou .wrap_quart .quart ul li a,
header #wrap_focus_ou #focus_ou .wrap_quart .quart ul li a {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 2px 10px;
  color: #333;
  display: block;
}
header #wrap_focus_qui #focus_qui .wrap_quart .quart ul li a:hover,
header #wrap_focus_ou #focus_qui .wrap_quart .quart ul li a:hover,
header #wrap_focus_qui #focus_ou .wrap_quart .quart ul li a:hover,
header #wrap_focus_ou #focus_ou .wrap_quart .quart ul li a:hover {
  color: #41a4d5;
}
header #wrap_focus_qui #focus_qui .wrap_quart .quart ul li a.active,
header #wrap_focus_ou #focus_qui .wrap_quart .quart ul li a.active,
header #wrap_focus_qui #focus_ou .wrap_quart .quart ul li a.active,
header #wrap_focus_ou #focus_ou .wrap_quart .quart ul li a.active {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 10px #95cce7;
  -moz-box-shadow: 0px 0px 10px #95cce7;
  box-shadow: 0px 0px 10px #95cce7;
  border: 1px solid #41a4d5;
  color: #41a4d5;
}
header #wrap_focus_qui #focus_qui .wrap_quart .quart ul li a.active span,
header #wrap_focus_ou #focus_qui .wrap_quart .quart ul li a.active span,
header #wrap_focus_qui #focus_ou .wrap_quart .quart ul li a.active span,
header #wrap_focus_ou #focus_ou .wrap_quart .quart ul li a.active span {
  color: #95cce7;
}
header #wrap_focus_qui #focus_qui .wrap_quart .quart.most,
header #wrap_focus_ou #focus_qui .wrap_quart .quart.most,
header #wrap_focus_qui #focus_ou .wrap_quart .quart.most,
header #wrap_focus_ou #focus_ou .wrap_quart .quart.most {
  border-right: 1px solid #ddd;
}
header #wrap_focus_qui #focus_qui .wrap_half,
header #wrap_focus_ou #focus_qui .wrap_half,
header #wrap_focus_qui #focus_ou .wrap_half,
header #wrap_focus_ou #focus_ou .wrap_half {
  display: none;
  box-sizing: border-box;
}
header #wrap_focus_qui #focus_qui .wrap_half .half,
header #wrap_focus_ou #focus_qui .wrap_half .half,
header #wrap_focus_qui #focus_ou .wrap_half .half,
header #wrap_focus_ou #focus_ou .wrap_half .half {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 49.7%;
}
header #wrap_focus_qui #focus_qui .wrap_half .half ul,
header #wrap_focus_ou #focus_qui .wrap_half .half ul,
header #wrap_focus_qui #focus_ou .wrap_half .half ul,
header #wrap_focus_ou #focus_ou .wrap_half .half ul {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}
header #wrap_focus_qui #focus_qui .wrap_half .half ul a.all_cities,
header #wrap_focus_ou #focus_qui .wrap_half .half ul a.all_cities,
header #wrap_focus_qui #focus_ou .wrap_half .half ul a.all_cities,
header #wrap_focus_ou #focus_ou .wrap_half .half ul a.all_cities {
  margin-left: 6px;
  margin-top: 7px;
  display: inline-block;
  border: 1px solid #D3D3D3;
  padding: 3px 15px;
  font-style: italic;
  border-radius: 3px;
  color: #A7A7A7;
  font-size: 0.9em;
  font-weight: 300;
}
header #wrap_focus_qui .more_spe,
header #wrap_focus_ou .more_spe {
  text-align: center;
  padding: 5px 0 10px;
}
header #wrap_focus_qui .more_spe a,
header #wrap_focus_ou .more_spe a {
  border: 1px solid #D3D3D3;
  padding: 3px 15px;
  font-style: italic;
  border-radius: 3px;
  color: #A7A7A7;
  font-size: 0.9em;
  font-weight: 300;
}
header #wrap_focus_qui .botbar,
header #wrap_focus_ou .botbar {
  border-top: 1px solid #DDD;
  padding-top: 20px;
  display: table;
  width: 100%;
  table-layout: auto;
  zoom: 1;
}
header #wrap_focus_qui .botbar:before,
header #wrap_focus_ou .botbar:before,
header #wrap_focus_qui .botbar:after,
header #wrap_focus_ou .botbar:after {
  content: "";
  display: table;
}
header #wrap_focus_qui .botbar:after,
header #wrap_focus_ou .botbar:after {
  clear: both;
}
header #wrap_focus_qui .botbar .bot_left,
header #wrap_focus_ou .botbar .bot_left,
header #wrap_focus_qui .botbar .bot_right,
header #wrap_focus_ou .botbar .bot_right {
  width: 15%;
}
header #wrap_focus_qui .botbar .bot_left a,
header #wrap_focus_ou .botbar .bot_left a,
header #wrap_focus_qui .botbar .bot_right a,
header #wrap_focus_ou .botbar .bot_right a {
  border: 1px solid lightgrey;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
header #wrap_focus_qui .botbar .bot_left a .icon,
header #wrap_focus_ou .botbar .bot_left a .icon,
header #wrap_focus_qui .botbar .bot_right a .icon,
header #wrap_focus_ou .botbar .bot_right a .icon {
  vertical-align: sub;
  font-size: 1.5em;
}
header #wrap_focus_qui .botbar .bot_left a .icon-angle-right,
header #wrap_focus_ou .botbar .bot_left a .icon-angle-right,
header #wrap_focus_qui .botbar .bot_right a .icon-angle-right,
header #wrap_focus_ou .botbar .bot_right a .icon-angle-right {
  margin-left: 10px;
}
header #wrap_focus_qui .botbar .bot_left a .icon-angle-left,
header #wrap_focus_ou .botbar .bot_left a .icon-angle-left,
header #wrap_focus_qui .botbar .bot_right a .icon-angle-left,
header #wrap_focus_ou .botbar .bot_right a .icon-angle-left {
  margin-right: 10px;
}
header #wrap_focus_qui .botbar .bot_bloc,
header #wrap_focus_ou .botbar .bot_bloc {
  display: table-cell;
}
header #wrap_focus_qui .botbar .bot_left,
header #wrap_focus_ou .botbar .bot_left {
  text-align: left;
}
header #wrap_focus_qui .botbar .bot_middle,
header #wrap_focus_ou .botbar .bot_middle {
  color: grey;
  text-align: center;
  font-style: italic;
}
header #wrap_focus_qui .botbar .bot_middle .icon,
header #wrap_focus_ou .botbar .bot_middle .icon {
  margin: 0 7px;
}
header #wrap_focus_qui .botbar .bot_middle .spe,
header #wrap_focus_ou .botbar .bot_middle .spe,
header #wrap_focus_qui .botbar .bot_middle .ou,
header #wrap_focus_ou .botbar .bot_middle .ou {
  font-size: 1.1em;
  color: #CA1C1C;
  font-style: normal;
}
header #wrap_focus_qui .botbar .bot_right,
header #wrap_focus_ou .botbar .bot_right {
  text-align: right;
}
header #wrap_focus_ou #focus_qui,
header #wrap_focus_ou .head {
  zoom: 1;
}
header #wrap_focus_ou #focus_qui:before,
header #wrap_focus_ou .head:before,
header #wrap_focus_ou #focus_qui:after,
header #wrap_focus_ou .head:after {
  content: "";
  display: table;
}
header #wrap_focus_ou #focus_qui:after,
header #wrap_focus_ou .head:after {
  clear: both;
}
header #wrap_focus_ou #focus_qui .btn_geoloc,
header #wrap_focus_ou .head .btn_geoloc {
  float: right;
  font-size: 16px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYTM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMjUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ca3636, #8e2525);
  background-image: -moz-linear-gradient(top, #ca3636, #8e2525);
  background-image: linear-gradient(to bottom, #ca3636, #8e2525);
  background-color: #ca3636;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 3px 7px;
}
header #wrap_focus_ou #focus_qui .btn_geoloc:hover,
header #wrap_focus_ou .head .btn_geoloc:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNjMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b63030, #7a2020);
  background-image: -moz-linear-gradient(top, #b63030, #7a2020);
  background-image: linear-gradient(to bottom, #b63030, #7a2020);
  background-color: #8e2525;
}
header #wrap_focus_ou #focus_ou:after {
  bottom: 100%;
  left: 70%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 15px solid rgba(136, 183, 213, 0);
  border-bottom-color: #FFF;
  margin-left: -15px;
}
header #wrap_focus_ou .france_maps {
  position: relative;
}
header #wrap_focus_ou .france_maps .canvas {
  display: none;
}
header #wrap_focus_ou .france_maps .back_france {
  display: none;
  background: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 100px;
  box-shadow: 0 2px 3px rgba(208, 208, 208, 0.69);
  cursor: pointer;
  left: 0;
  padding: 3px 9px;
  position: absolute;
  top: 0;
  z-index: 999;
}
header #wrap_focus_ou #legend {
  border-bottom: 1px solid #EFEFEF;
  color: #67A5D7;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
header #wrap_focus_ou #legend .icon {
  color: #000;
  margin-left: 7px;
}
header #wrap_focus_ou:after {
  left: 68% !important;
}
header #wrap_focus_ou ul li a {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #333;
  display: block;
  padding: 1px 5px;
  zoom: 1;
}
header #wrap_focus_ou ul li a:before,
header #wrap_focus_ou ul li a:after {
  content: "";
  display: table;
}
header #wrap_focus_ou ul li a:after {
  clear: both;
}
header #wrap_focus_ou ul li a span {
  font-style: italic;
  float: right;
  color: #B4B4B4;
}
header #wrap_focus_ou ul li a:hover {
  color: #41a4d5;
}
header #wrap_focus_ou ul li a.active {
  -webkit-box-shadow: 0px 0px 10px #95cce7;
  -moz-box-shadow: 0px 0px 10px #95cce7;
  box-shadow: 0px 0px 10px #95cce7;
  border: 1px solid #41a4d5;
  color: #41a4d5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
header #wrap_focus_ou ul li a.active span {
  color: #95cce7;
}
header .innershadow {
  box-shadow: inset 0 -15px 42px rgba(0, 0, 0, 0.2);
  width: 960px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header .wrap_lueur {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 170px;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
}
header .wrap_lueur .lueur {
  height: 500px;
  width: 800px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmVlMGYxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzQxYTRkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDFhNGQ1IiBzdG9wLW9wYWNpdHk9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-radial-gradient(center ,ellipse, #bee0f1 0%, #41a4d5 60%, #41a4d5 100%);
  background-image: -moz-radial-gradient(center ,ellipse, #bee0f1 0%, #41a4d5 60%, #41a4d5 100%);
  background-image: radial-gradient(ellipse at center, #bee0f1 0%, #41a4d5 60%, #41a4d5 100%);
  top: -150px;
  left: -170px;
  position: relative;
  z-index: 1;
}
header .top {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-border-radius: 0px 5px 0px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 5px 0px 5px;
  -moz-background-clip: padding;
  border-radius: 0px 5px 0px 5px;
  background-clip: padding-box;
}
header .top .reseaux {
  font-size: 1.8em;
  vertical-align: middle;
  padding-right: 5px;
}
header .top .reseaux a {
  color: #206b90;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
header .top .reseaux a:hover {
  color: #a9d6ec;
  text-shadow: none;
}
header .top .btn_connect {
  -webkit-border-radius: 0px 5px 0px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 5px 0px 5px;
  -moz-background-clip: padding;
  border-radius: 0px 5px 0px 5px;
  background-clip: padding-box;
  display: inline-block;
  padding: 10px 12px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOThhYmEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwNmI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #298aba, #206b90);
  background-image: -moz-linear-gradient(top, #298aba, #206b90);
  background-image: linear-gradient(to bottom, #298aba, #206b90);
  background-color: #247aa5;
  color: #95cce7;
}
header .top .btn_connect:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyNDdhYTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiNWI3YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #247aa5, #1b5b7b);
  background-image: -moz-linear-gradient(top, #247aa5, #1b5b7b);
  background-image: linear-gradient(to bottom, #247aa5, #1b5b7b);
  background-color: #206b90;
  color: #bee0f1;
}
header .top .btn_connect .icon {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 14px;
}
header #logo {
  position: relative;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: inline-block;
}
header #search {
  font-family: 'Roboto Condensed', sans-serif;
  z-index: 2;
  position: absolute;
  display: inline-block;
  top: 35px;
  left: 335px;
}
header #search .label {
  margin-bottom: 5px;
  color: #bee0f1;
  font-size: 18px;
}
header #search form {
  background: none;
  border: none;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
header #search form input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 218px;
  margin-left: -5px;
  border: none;
  padding: 9px 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
header #search form input:focus {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), inset 0px 0px 10px #41a4d5;
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), inset 0px 0px 10px #41a4d5;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), inset 0px 0px 10px #41a4d5;
}
header #search form a:hover + input[type=submit] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNjMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b63030, #7a2020);
  background-image: -moz-linear-gradient(top, #b63030, #7a2020);
  background-image: linear-gradient(to bottom, #b63030, #7a2020);
  background-color: #8e2525;
}
header #search form input[type=submit] {
  width: 50px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYTM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMjUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ca3636, #8e2525);
  background-image: -moz-linear-gradient(top, #ca3636, #8e2525);
  background-image: linear-gradient(to bottom, #ca3636, #8e2525);
  background-color: #ca3636;
  color: #FFFFFF;
  -webkit-border-radius: 0px 3px 3px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 3px 3px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 3px 3px 0px;
  background-clip: padding-box;
  vertical-align: bottom;
}
header #search form input[type=submit]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNjMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b63030, #7a2020);
  background-image: -moz-linear-gradient(top, #b63030, #7a2020);
  background-image: linear-gradient(to bottom, #b63030, #7a2020);
  background-color: #8e2525;
}
header #search form input.qui {
  -webkit-border-radius: 3px 0px 0px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0px 0px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0px 0px 3px;
  background-clip: padding-box;
}
header #search form input.ou {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  border-left: 1px solid #41a4d5;
}
header #search form .icon {
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 16px;
  pointer-events: none;
  color: #FFF;
}
header #menu {
  position: absolute;
  z-index: 2;
  padding: 0 10px;
  bottom: 0;
  width: 960px;
  font-family: 'Roboto Condensed', sans-serif;
}
header #menu ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}
header #menu ul li.active {
  -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
}
header #menu ul li.active > a {
  color: #298aba;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkM2VhZjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #d3eaf5, #ffffff);
  background-image: -moz-linear-gradient(top, #d3eaf5, #ffffff);
  background-image: linear-gradient(to bottom, #d3eaf5, #ffffff);
  background-color: #FFF;
}
header #menu ul li.active > a:hover {
  color: #298aba;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkM2VhZjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #d3eaf5, #ffffff);
  background-image: -moz-linear-gradient(top, #d3eaf5, #ffffff);
  background-image: linear-gradient(to bottom, #d3eaf5, #ffffff);
  background-color: #FFF;
}
header #menu ul li a {
  font-weight: 400;
  -webkit-border-radius: 3px 3px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0px 0px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOThhYmEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwNmI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #298aba, #206b90);
  background-image: -moz-linear-gradient(top, #298aba, #206b90);
  background-image: linear-gradient(to bottom, #298aba, #206b90);
  background-color: #247aa5;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #95cce7;
}
header #menu ul li a:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyNDdhYTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiNWI3YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #247aa5, #1b5b7b);
  background-image: -moz-linear-gradient(top, #247aa5, #1b5b7b);
  background-image: linear-gradient(to bottom, #247aa5, #1b5b7b);
  background-color: #206b90;
}
header #menu ul li a .icon {
  margin-right: 7px;
  font-size: 16px;
}
header #menu ul li a .icon.icon-home {
  margin-right: 0;
}
header #menu ul li ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear, -webkit-transform 0.2s;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear, -moz-transform 0.2s;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear,-webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
  left: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYTM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMjUyNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ca3636, #8e2525);
  background-image: -moz-linear-gradient(top, #ca3636, #8e2525);
  background-image: linear-gradient(to bottom, #ca3636, #8e2525);
  background-color: #ca3636;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
header #menu ul li ul:after {
  bottom: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid rgba(136, 183, 213, 0);
  border-bottom-color: #ca3636;
  margin-left: -10px;
}
header #menu ul li ul li {
  margin: 0;
  padding: 0;
}
header #menu ul li ul li a {
  margin: 0;
  padding: 0;
  background: none;
  padding: 10px 15px;
  border-left: 1px solid #ca3636;
  color: #ffffff;
  font-size: 14px;
}
header #menu ul li ul li a:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNjMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #b63030, #7a2020);
  background-image: -moz-linear-gradient(top, #b63030, #7a2020);
  background-image: linear-gradient(to bottom, #b63030, #7a2020);
  background-color: #a22b2b;
}
header #menu ul li.link {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 18px;
  z-index: -3;
}
header #menu ul li.li_questions:hover > .sub_menu {
  transform: translateY(5px);
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.actu_promo {
  -webkit-box-shadow: inset 0px 0px 100px #dddddd, 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 100px #dddddd, 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 100px #dddddd, 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.actu_promo .haut {
  text-align: center;
  border: 1px solid #D0D1D3;
  border-bottom: 0;
  font-family: 'lato';
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
}
.actu_promo .haut p {
  text-align: center;
  font-style: italic;
  font-size: 1.3em;
}
.actu_promo .haut img {
  margin-bottom: 10px;
}
.actu_promo .bas {
  zoom: 1;
  font-family: 'Sanchez', serif;
  display: block;
  background: #555;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 5px 5px;
  background-clip: padding-box;
}
.actu_promo .bas:before,
.actu_promo .bas:after {
  content: "";
  display: table;
}
.actu_promo .bas:after {
  clear: both;
}
.actu_promo .bas:hover {
  background: #444;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.actu_promo .bas .text {
  float: left;
}
.actu_promo .bas .text span {
  font-size: 1.2em;
}
.actu_promo .bas .text span.sub {
  font-size: 1.8em;
}
.actu_promo .bas .text .btn {
  float: right;
  padding-top: 7px;
}
.actu_promo .bas .text .btn .icon {
  font-size: 2em;
}
.mediabong {
  overflow: hidden;
  width: 490px;
  margin: 10px auto !important;
}
.mediabong.large {
  background: none repeat scroll 0 0 padding-box #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#news .mediabong.large {
  max-width: 530px;
}
#news .mediabong #mb_container {
  padding: 0;
}
.ebzNative {
  max-width: 610px;
  margin: 0 auto 10px !important;
}
.adsense_bottom {
  margin: 10px auto !important;
  width: 500px;
  display: block;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 12px;
  position: relative;
}
.adsense_bottom.news {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: none repeat scroll 0 0 padding-box #ffffff;
  margin-top: 10px !important;
  padding: 10px !important;
  text-align: center;
}
.adsense_banner {
  margin: 10px auto !important;
  width: 768px;
  height: 90px;
  display: block;
}
.pub_mega {
  width: 728px;
  height: 90px;
  margin: 10px auto !important;
}
.adsense_right {
  margin: 0 auto 15px !important;
  background: none repeat scroll 0 0 padding-box #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.adsense_right .adsense_content {
  width: 250px;
  height: 250px;
  margin: 10px auto !important;
}
.covid-header {
  text-align: center;
  padding-bottom: 10px;
}
.icon-chevron-up {
  color: #B1B1B1;
  font-size: 1.7em;
  background: none;
}
#evitement_top a:hover {
  color: #3fd0ff;
  background-color: inherit;
  text-decoration: underline;
}
#evitement_bottom a:hover {
  color: #FFF;
  background-color: #646363;
}
#logo {
  float: left;
}
#logo img {
  text-decoration: none;
  border: 0;
}
#logo a {
  display: block;
  height: 134px;
  text-decoration: none;
  border: 0;
  background-color: inherit;
}
#slogan a:hover {
  font-size: 14px;
}
/* FIN DE BASE*/
.debug-div {
  font-size: .75em;
  position: fixed;
  top: 5px;
  right: 10px;
  background: #fff;
  border: 1px solid #333;
  padding: 3px;
  z-index: 100;
}
.clear,
.clearBoth {
  clear: both;
}
#corps {
  padding: 10px;
  padding-top: 30px;
  color: #333;
  width: 960px;
  margin: 0 auto;
  background: #fff;
  zoom: 1;
  font-family: 'Arial', sans-serif;
}
#corps:before,
#corps:after {
  content: "";
  display: table;
}
#corps:after {
  clear: both;
}
#corps .corpsCont {
  padding: 0 0 25px;
  min-height: 775px;
}
p.message_1 {
  font-size: 13px;
  padding-bottom: 0;
  text-align: left;
}
.message_1 strong {
  font-weight: normal;
  color: #f32323;
}
p.message_2 {
  padding-left: 0;
  padding-bottom: 0;
  text-align: left;
}
.message_2 strong {
  font-weight: normal;
  color: #f32323;
}
h3.message_1 {
  background: url(../../images/ico/info-pres.png) no-repeat;
  color: #5f5e5e;
}
h3.message_2 {
  background: url('../../images/sprite.png') no-repeat 0 -24px;
  color: #5f5e5e;
}
.menun .prem {
  background: url(../../images/sprite.png) -239px -58px no-repeat;
  color: #5A5A5A;
  border: 1px solid #FFFFFF;
}
.menun .prem:hover {
  color: #000000;
  background: url(../../images/sprite.png) -239px -58px no-repeat;
}
.menun li.ret a {
  background: url(../../images/sprite.png) -241px -84px no-repeat #ffffff;
  color: #5A5A5A;
  border: 1px solid #FFFFFF;
}
/* SIDE MENUS */
.menun {
  background-repeat: repeat-y;
  color: #9bbdcf;
  width: 210px;
}
.menun ul {
  padding: 0 10px 7px;
  list-style: none outside none;
}
.menun ul li {
  margin: 0 0 4px;
}
.menun ul li a {
  display: block;
  padding: 5px 5px 5px 30px;
  font-size: 13px;
  text-decoration: none;
}
.menun ul li a:hover {
  background-color: #f2f2f2;
}
.menun ul li.dern,
.menun ul li.prem {
  background: url(../../images/sprite.png) -239px -58px no-repeat;
}
.menun ul li.dern a:hover,
.menun ul li.prem a:hover {
  background: url(../../images/sprite.png) -240px -59px no-repeat;
  background-color: #f2f2f2;
}
.menun ul li.ret {
  background: url(../../images/sprite.png) -240px -59px no-repeat;
}
.menun ul li.ret a:hover {
  background: url(../../images/sprite.png) -241px -84px no-repeat #ffffff;
  background-color: #f2f2f2;
}
.menun h3 {
  padding: 12px 0 15px 13px;
  font-size: 12px;
  font-weight: bolder;
  color: #333;
}
.menu1 {
  width: 210px;
  color: #9bbdcf;
  background: repeat-y;
}
.menu1 h3 {
  font-size: 12px;
  padding: 12px 0 15px 13px;
  color: #333;
}
.menu1 ul {
  padding: 0 10px 7px;
  list-style: none outside none;
}
.menu1 ul li {
  margin: 0 0 4px;
  position: relative;
}
.menu1 ul li a {
  color: #5A5A5A;
  position: relative;
  display: block;
  padding: 5px 5px 5px 30px;
  text-decoration: none;
  background: url('../../images/sprite.png') no-repeat 6px -76px;
}
.menu1 ul li a:hover {
  color: #f32323;
  color: #000000;
  background: url('../../images/sprite.png') no-repeat 6px -156px #f2f2f2;
  background-color: #F2F2F2;
}
.menu2 {
  width: 210px;
  color: #9bbdcf;
  background: repeat-y;
}
.menu2 h3 {
  padding: 12px 0 15px 13px;
  font-size: 12px;
  font-weight: bolder;
  color: #333;
}
.menu2 ul {
  padding: 0 10px 7px;
  list-style: none outside none;
}
.menu2 ul li a {
  background: url(../../images/sprite.png) no-repeat 6px -243px;
  color: #5A5A5A;
  padding: 2px 0 2px 30px;
  display: block;
  padding: 5px 5px 5px 30px;
  text-decoration: none;
}
.menu2 ul li a:hover {
  background: url(../../images/sprite.png) no-repeat 6px -334px #eeeeee;
  color: #5A5A5A;
}
.menu2 ul li a span {
  display: block;
}
.menu2 ul li a .cat {
  color: #34a6de;
}
.menu2 ul li a .cat:hover .cat {
  color: #f32323;
}
.menu2 ul li a .cat_ajout {
  font-size: 10px;
  font-weight: bold;
  color: #5f5e5e;
}
.menu2 ul li a .cat_ajout:hover .cat_ajout {
  color: #333;
}
.menu3 {
  width: 238px;
  color: #9bbdcf;
  background: repeat-y;
}
.menu3 ins {
  margin: 0 auto !important;
  display: block !important;
}
.menu3 h3 {
  padding: 12px 0 15px 13px;
  font-size: 12px;
  font-weight: bolder;
  color: #333;
}
.menu3 ul {
  padding: 0 10px 7px;
  list-style: none outside none;
}
.menu3 ul li {
  margin: 0 0 4px;
}
.menu3 ul li a {
  display: block;
  padding: 5px 5px 5px 30px;
  text-decoration: none;
  background: url(../../images/sprite.png) no-repeat -233px -279px;
  color: #5A5A5A;
  padding: 0 0 0 40px;
}
.menu3 ul li a:hover {
  background-color: #f2f2f2;
  background: url(../../images/sprite.png) no-repeat -233px -379px #eeeeee;
  color: #5A5A5A;
}
.menu3 ul li a:hover .cat {
  color: #f32323;
}
.menu3 ul li a:hover .cat_ajout {
  color: #333;
}
.menu3 ul li a span {
  display: block;
}
.menu3 ul li a .cat {
  color: #34a6de;
}
.menu3 ul li a .cat_ajout {
  font-size: 10px;
  font-weight: bold;
  color: #5f5e5e;
}
.menu1,
.menun,
.menu2,
.menu3 {
  width: auto;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu1 h3,
.menun h3,
.menu2 h3,
.menu3 h3 {
  text-transform: uppercase;
  padding: 10px;
}
.menu1 li,
.menun li,
.menu2 li,
.menu3 li {
  border-radius: 2px;
  border: 1px solid #FFFFFF;
}
.menu1 a,
.menun a,
.menu2 a,
.menu3 a {
  color: #5A5A5A;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
}
.menu1 a:hover,
.menun a:hover,
.menu2 a:hover,
.menu3 a:hover {
  color: #000000;
  border: 1px solid #DDDDDD;
}
.cat_ajout,
.menu2 li a .cat,
.menu3 li a .cat {
  color: #5A5A5A;
}
.cat_ajout:hover,
.menu3 li a:hover .cat_ajout,
.menu2 li a:hover .cat_ajout,
.menu2 li a:hover .cat,
.menu3 li a:hover .cat {
  color: #000000;
}
.menu2 li a:hover .cat_ajout,
.menu3 li a:hover .cat_ajout {
  border: none;
  background: none;
}
.menun .prem,
.menun .dern,
.menun li.ret a:hover {
  background: url(../../images/ico/home.png) 5px 5px no-repeat;
  color: #5A5A5A;
  border: 1px solid #FFFFFF;
}
.menun .prem:hover .menun .dern:hover,
.menun li.ret a:hover {
  color: #000000;
  border: 1px solid #DDDDDD;
}
.container_carte {
  margin-bottom: 15px;
  width: 500px;
  height: auto;
}
.selected {
  font-weight: bold;
  color: #202020;
}
a:hover.middle_liste {
  color: #f32323;
  background-color: #f4ebf7;
  margin-bottom: 10px;
}
#arborescence a:hover {
  background-color: inherit;
  color: #f32323;
  text-decoration: none;
}
.block_new a:hover {
  font-size: 12px;
  color: #f32323;
  background-color: #f4ebf7;
  margin-bottom: 10px;
}
.block_1_ville,
.block_2_ville {
  float: left;
  width: 244px;
}
.block_1_ville ul,
.block_2_ville ul {
  margin: 0;
  padding: 0 10px 7px;
  list-style: none outside none;
  margin-bottom: 30px;
}
.block_1_ville ul li,
.block_2_ville ul li {
  padding: 2px 0;
}
.block_1_ville ul li a,
.block_2_ville ul li a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  background: url(../../images/2/puce_grise.png) 10px 10px no-repeat;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 5px 0 5px 20px;
}
.block_1_ville ul li a:hover,
.block_2_ville ul li a:hover {
  color: #f32323;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 13px;
  color: #000000;
  border: 1px solid #DDDDDD;
}
#container_middle_villes a:hover {
  text-decoration: none;
  color: #f32323;
}
a:hover.test {
  text-decoration: underline;
}
#titre_aff li a:hover {
  text-decoration: underline;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
}
#coordonnees_aff li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.titre_aff li a:hover {
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
}
.coordonnees_aff li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.resultats {
  font-size: 13px;
  width: 290px;
  border: 1px #EEE solid;
  line-height: 17px;
  background-color: #fff;
  position: relative;
  border: 1px solid #bdbbc9;
}
.resultats li:hover {
  background: #cfe5ed;
}
.pagination {
  margin: 10px 0 15px auto;
  display: block;
}
.pagination a,
.pagination .dots {
  height: 1.2em;
  font-size: .8em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #ccc;
  margin: 0 5px 0 auto;
  border-radius: 2px;
}
.pagination a:hover {
  background: #EEE;
  height: 1.2em;
  color: #000;
  font-size: .8em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}
.pagination .current {
  border-color: #f31030;
}
#liste-coordonnees,
#liste-coordonnees2 {
  margin: 0;
  padding: 0;
}
#liste-coordonnees li,
#liste-coordonnees2 li,
#liste-coordonnees li.prem.dern,
#liste-coordonnees2 li.prem.dern {
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#liste-coordonnees li .haut,
#liste-coordonnees2 li .haut,
#liste-coordonnees li.prem.dern .haut,
#liste-coordonnees2 li.prem.dern .haut {
  background-color: #2e2e2e;
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
}
#liste-coordonnees li .cont,
#liste-coordonnees2 li .cont,
#liste-coordonnees li.prem.dern .cont,
#liste-coordonnees2 li.prem.dern .cont {
  border-width: 0 1px;
  padding: 10px;
  display: block;
  position: relative;
}
#liste-coordonnees li .bas,
#liste-coordonnees2 li .bas,
#liste-coordonnees li.prem.dern .bas,
#liste-coordonnees2 li.prem.dern .bas {
  border-radius: 0 0 5px 5px;
  border-width: 0 1px 1px 1px;
}
#liste-coordonnees2 li.prem.dern .cont {
  border-width: 0 1px 1px 1px;
}
#liste-coordonnees2 li.prem.dern .haut {
  padding: 10px 10px 0 10px;
}
#liste-coordonnees .localisation {
  margin-bottom: 10px;
}
#liste-coordonnees .haut {
  zoom: 1;
  display: block;
  margin-left: 0;
  padding: 13px 10px 9px 10px;
  background: #4d4d4d;
}
#liste-coordonnees .haut:before,
#liste-coordonnees .haut:after {
  content: "";
  display: table;
}
#liste-coordonnees .haut:after {
  clear: both;
}
#liste-coordonnees .haut .ico {
  position: relative;
  float: right;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro {
  zoom: 1;
  bottom: 22px;
  right: -9px;
  color: #FFFFFF;
  width: 400px;
  height: 0;
  overflow: hidden;
  text-align: left;
  position: absolute;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro:before,
#liste-coordonnees .haut .ico .tooltip_lock_pro:after {
  content: "";
  display: table;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro:after {
  clear: both;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  position: absolute;
  background: #2e2e2e;
  margin: 0 0 0 0;
  position: relative;
  height: 130px;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .quit {
  color: #FFFFFF;
  height: 17px;
  background: #555555 url(../../images/ico/tooltip_lock_pro_close.png) no-repeat 40px 50%;
  text-decoration: none;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 20px 0 5px;
  -webkit-border-radius: 0px 5px 0px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 5px 0px 5px;
  -moz-background-clip: padding;
  border-radius: 0px 5px 0px 5px;
  background-clip: padding-box;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .quit:hover {
  background-color: #000;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .tooltip_left {
  float: left;
  width: 232px;
  padding: 10px;
  border-right: 1px solid #3F3F3F;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .tooltip_left h4 {
  color: #57b5e4;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .tooltip_left p {
  margin: 0;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .tooltip_right {
  float: right;
  text-align: center;
  width: 117px;
  padding: 10px;
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .tooltip_right a {
  color: #000000 !important;
  display: block;
  padding: 10px;
  text-decoration: none;
  background: #57b5e4;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4M2M4ZWIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3YjVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #83c8eb, #57b5e4);
  background-image: -moz-linear-gradient(top, #83c8eb, #57b5e4);
  background-image: linear-gradient(to bottom, #83c8eb, #57b5e4);
  margin: 33px 0 0 0;
  border: 1px solid #2ba2dd;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .tooltip_wrap .tooltip_right a:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5OWQyZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU3YjVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #99d2ef, #57b5e4);
  background-image: -moz-linear-gradient(top, #99d2ef, #57b5e4);
  background-image: linear-gradient(to bottom, #99d2ef, #57b5e4);
}
#liste-coordonnees .haut .ico .tooltip_lock_pro .wrapwrap {
  height: 12px;
  display: block;
  width: 100%;
  position: relative;
  background: url(../../images/ico/tooltip_lock_pro_arrow.png) no-repeat 362px -5px;
}
#liste-coordonnees .haut .ico a {
  float: left;
}
#liste-coordonnees .haut .ico a:hover {
  text-decoration: none;
}
#liste-coordonnees .haut h2 {
  float: left;
  margin: 0;
  padding: 0;
}
#liste-coordonnees .haut h2 strong {
  font-size: 16px;
  font-weight: 700;
}
#liste-coordonnees .haut h2 a {
  color: #fff;
  text-decoration: none;
}
#liste-coordonnees .haut h2 a strong {
  font-size: 16px;
  font-weight: 700;
}
#liste-coordonnees .haut h2 a:hover {
  text-decoration: underline;
}
#liste-coordonnees a {
  font-size: 14px;
  font-weight: normal;
}
#liste-coordonnees a:hover {
  background: transparent;
}
#liste-coordonnees .cont {
  border-width: 0 1px;
  display: block;
  overflow: hidden;
  background: #fff;
  color: #5f5e5e;
}
#liste-coordonnees .cont #profile_picture {
  background-color: #FFF;
  float: right;
  width: 80px;
  padding: 5px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
#liste-coordonnees .cont .adresse {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
}
#liste-coordonnees .cont .cp {
  display: block;
  line-height: 20px;
}
#liste-coordonnees .cont .cp a {
  color: #5f5e5e;
  text-decoration: none;
}
#liste-coordonnees .cont .cp a:hover {
  color: #5f5e5e;
}
#liste-coordonnees .bas {
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #fff;
}
#liste-coordonnees .bas .plan {
  float: left;
}
#liste-coordonnees .rendez-vous {
  font-weight: 700;
  float: right;
  margin-left: 10px;
}
#liste-coordonnees .rendez-vous a {
  line-height: 26px;
  text-decoration: none;
  padding: 3px 10px 3px 5px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #cd5a00;
  background: #cd5a00;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjdmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NkNWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ff7f1a, #cd5a00);
  background-image: -moz-linear-gradient(top, #ff7f1a, #cd5a00);
  background-image: linear-gradient(to bottom, #ff7f1a, #cd5a00);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
#liste-coordonnees .rendez-vous a:hover {
  border: 1px solid #b34f00;
  background: #9a4300;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjdmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MyNTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ff7f1a, #c25500);
  background-image: -moz-linear-gradient(top, #ff7f1a, #c25500);
  background-image: linear-gradient(to bottom, #ff7f1a, #c25500);
  color: #FFFFFF;
}
#liste-coordonnees .rendez-vous a img {
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
#liste-coordonnees .telephone {
  font-weight: 700;
  float: right;
  text-align: right;
}
#liste-coordonnees .telephone span > a.audiotel-button,
#liste-coordonnees .telephone span > a.audiotel-btn {
  line-height: 26px;
  text-decoration: none;
  font-weight: 700;
  padding: 3px 10px 3px 5px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #388356;
  background: #3f9561;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1M2NlODQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4ODM1NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #53ce84, #388356);
  background-image: -moz-linear-gradient(top, #53ce84, #388356);
  background-image: linear-gradient(to bottom, #53ce84, #388356);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
#liste-coordonnees .telephone span > a.audiotel-button:hover,
#liste-coordonnees .telephone span > a.audiotel-btn:hover {
  border: 1px solid #30714a;
  background: #30714a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1OWM4ODUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwNzE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #59c885, #30714a);
  background-image: -moz-linear-gradient(top, #59c885, #30714a);
  background-image: linear-gradient(to bottom, #59c885, #30714a);
  color: #FFFFFF;
}
#liste-coordonnees .telephone span > a.audiotel-button.green,
#liste-coordonnees .telephone span > a.audiotel-btn.green {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #388356;
  background: #3f9561;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1M2NlODQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4ODM1NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #53ce84, #388356);
  background-image: -moz-linear-gradient(top, #53ce84, #388356);
  background-image: linear-gradient(to bottom, #53ce84, #388356);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
#liste-coordonnees .telephone span > a.audiotel-button.green:hover,
#liste-coordonnees .telephone span > a.audiotel-btn.green:hover {
  border: 1px solid #30714a;
  background: #30714a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1OWM4ODUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwNzE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #59c885, #30714a);
  background-image: -moz-linear-gradient(top, #59c885, #30714a);
  background-image: linear-gradient(to bottom, #59c885, #30714a);
  color: #FFFFFF;
}
#liste-coordonnees .telephone span > a.audiotel-button.error,
#liste-coordonnees .telephone span > a.audiotel-btn.error {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #a70909;
  background: #ef0d0d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjRhNGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E3MDkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ff4a4a, #a70909);
  background-image: -moz-linear-gradient(top, #ff4a4a, #a70909);
  background-image: linear-gradient(to bottom, #ff4a4a, #a70909);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
#liste-coordonnees .telephone span > a.audiotel-button.error:hover,
#liste-coordonnees .telephone span > a.audiotel-btn.error:hover {
  border: 1px solid #8f0808;
  background: #bf0a0a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjRhNGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmMDgwOCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ff4a4a, #8f0808);
  background-image: -moz-linear-gradient(top, #ff4a4a, #8f0808);
  background-image: linear-gradient(to bottom, #ff4a4a, #8f0808);
  color: #FFFFFF;
}
#liste-coordonnees .telephone span > a.audiotel-button img,
#liste-coordonnees .telephone span > a.audiotel-btn img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#liste-coordonnees .telephone .rdv img {
  vertical-align: middle;
}
#liste-coordonnees .telephone .icon {
  vertical-align: bottom;
  float: left;
}
#liste-coordonnees .telephone .idl_audiotel_img {
  width: 100%;
}
#liste-coordonnees .cont,
#liste-coordonnees .bas,
#liste-coordonnees2 .cont {
  border-color: #ddd;
  border-style: solid;
}
#liste-coordonnees .bas .telephone span {
  font-size: 16px;
  line-height: 25px;
  text-align: right;
}
#liste-coordonnees .bas .telephone .idl_audiotel {
  width: 250px;
  float: right;
  line-height: 25px;
  text-align: right;
}
#liste-coordonnees .bas .telephone .idl_audiotel .idl_audiotel_number {
  font-size: 16px;
  text-align: right;
}
#liste-coordonnees .bas .telephone .idl_audiotel .idl_audiotel_warning {
  font-size: 10px;
  padding-top: 10px;
  line-height: 10px;
  color: #C4C4C4;
}
#liste-coordonnees .bas .telephone .idl_audiotel .idl_audiotel_warning a {
  font-size: 9px;
}
#liste-coordonnees2 a:hover {
  background: transparent;
}
#liste-coordonnees2 .haut {
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #4d4d4d;
}
#liste-coordonnees2 .haut h2 {
  float: left;
}
#liste-coordonnees2 .haut h2 a:hover {
  text-decoration: underline;
}
#liste-coordonnees2 .haut .ico a:hover {
  text-decoration: none;
}
#liste-coordonnees2 .cont .cp a:hover {
  color: #5f5e5e;
}
#liste-coordonnees2 .bas {
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #f7f7f7;
}
#liste-coordonnees2 .bas .telephone {
  font: bold 18px/23px Arial;
}
.demande_acces > p > select {
  width: 50px;
}
#panel-close a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: underline;
}
.container_middle_villes_large input[type=button],
.container_middle_villes_large input[type=submit] {
  width: 150px;
  height: 31px;
  color: #fff;
  background: url(../../images/2/bouton_bleu_pro.png) no-repeat;
  border: 0;
  font-weight: bold;
  margin-left: 160px;
  margin-top: 20px;
  cursor: pointer;
}
.btn-social-sidebar a {
  margin-bottom: 5px;
}
.btn-social-sidebar:hover {
  background-position: bottom;
}
#pixelTackContainer,
#pixelTackContainer img {
  margin-top: -1px;
  position: absolute;
}
.questions .q_a .recapOnglet li a:hover {
  color: #000;
}
.questions .q_a .recapCont ul li a:hover {
  color: #57b5e4;
  text-decoration: none;
}
.questions .q_a .gradient-orange:hover {
  background: #ff9d1a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWQxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTg0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff9d1a 0, #e58400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9d1a), color-stop(100%, #e58400));
  background: -webkit-linear-gradient(top, #ff9d1a 0, #e58400 100%);
  background: -o-linear-gradient(top, #ff9d1a 0, #e58400 100%);
  background: -ms-linear-gradient(top, #ff9d1a 0, #e58400 100%);
  background: linear-gradient(to bottom, #ff9d1a 0, #e58400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d1a', endColorstr='#e58400', GradientType=0);
}
.link_pub {
  margin: 0 0 10px 0;
  position: relative;
}
.jesuispro {
  width: 231px;
  height: 86px;
  background: url(../../images/jesuispro.png);
  display: block;
}
.jesuispro:hover {
  background-position: 0 -86px;
}
.jesuisprotxt {
  font-style: italic;
  text-decoration: none;
  text-align: center;
  position: absolute;
  width: 230px;
  height: 20px;
  font-size: 10px;
  color: #333;
  bottom: 0;
}
.jesuisprotxt:hover {
  color: #888;
  background: 0;
}
.add_pro_ban,
.add_pro_container {
  background: url("../../images/add_pro_ban.png");
  height: 51px;
  width: 499px;
  display: block;
  margin-bottom: 15px;
}
.add_pro_ban:hover,
.add_pro_container:hover {
  background-position: bottom;
}
li.middle_liste {
  padding: 5px 5px;
  margin: 0 0 5px 0;
}
li.middle_liste a:hover {
  border: 1px solid #ddd;
  color: #000;
  background: #eee;
  border-radius: 3px;
}
#wrap_urgence_veterinaire {
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Roboto Condensed', serif;
  position: relative;
  background: #F7F7F7;
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.2);
}
#wrap_urgence_veterinaire #urgence_veterinaire {
  padding: 10px;
}
#wrap_urgence_veterinaire #urgence_veterinaire p {
  margin: 0;
  padding: 0;
}
#wrap_urgence_veterinaire #urgence_veterinaire .infos {
  background: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}
#wrap_urgence_veterinaire #urgence_veterinaire .infos .info {
  width: 70%;
  display: inline-block;
  color: #6ca5c6;
}
#wrap_urgence_veterinaire #urgence_veterinaire .infos .horaire {
  width: 30%;
  display: inline-block;
  padding: 2px 0;
  background: #cbe3f1;
  color: #5d8195;
}
#wrap_urgence_veterinaire #urgence_veterinaire .ou {
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
#wrap_urgence_veterinaire #urgence_veterinaire .wrap_title {
  zoom: 1;
  margin-bottom: 10px;
}
#wrap_urgence_veterinaire #urgence_veterinaire .wrap_title:before,
#wrap_urgence_veterinaire #urgence_veterinaire .wrap_title:after {
  content: "";
  display: table;
}
#wrap_urgence_veterinaire #urgence_veterinaire .wrap_title:after {
  clear: both;
}
#wrap_urgence_veterinaire #urgence_veterinaire .wrap_title .illu {
  background: url("../../images/partenaires/vetoadom_woman.png");
  width: 73px;
  height: 89px;
  position: absolute;
  top: -25px;
  left: 15px;
}
#wrap_urgence_veterinaire #urgence_veterinaire .wrap_title .title {
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  color: #2c2c2c;
  width: 130px;
  float: right;
  font-weight: 600;
  line-height: 22px;
}
#wrap_urgence_veterinaire .tel {
  -webkit-border-radius: 0px 0px 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 5px 5px;
  background-clip: padding-box;
  background: #cb3b3b;
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  padding: 4px 0;
  -webkit-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.2);
}
#wrap_urgence_veterinaire .tel img {
  vertical-align: middle;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  margin-right: 10px;
  background: #9C3131;
  padding: 3px 4px;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#wrap_urgence_veterinaire_big .sub_wrap,
#wrap_urgence_veterinaire .sub_wrap {
  width: 360px;
  float: right;
}
#wrap_urgence_veterinaire_big .sub_wrap #urgence_veterinaire .wrap_title .title,
#wrap_urgence_veterinaire .sub_wrap #urgence_veterinaire .wrap_title .title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
#wrap_urgence_veterinaire_big .sub_wrap #urgence_veterinaire .wrap_title .illu,
#wrap_urgence_veterinaire .sub_wrap #urgence_veterinaire .wrap_title .illu {
  top: 15px;
  width: 115px;
  height: 143px;
  background: url("../../images/partenaires/vetoadom_woman_big.png");
}
#wrap_urgence_veterinaire_big .sub_wrap #urgence_veterinaire .horaire,
#wrap_urgence_veterinaire .sub_wrap #urgence_veterinaire .horaire,
#wrap_urgence_veterinaire_big .sub_wrap #urgence_veterinaire .info,
#wrap_urgence_veterinaire .sub_wrap #urgence_veterinaire .info {
  width: 50%;
}
.col-droite img {
  margin-bottom: 10px;
}
.col-droite .add-wengo {
  padding: 0;
  clear: both;
}
.col-droite .add-wengo > img {
  position: absolute;
}
.col-droite .add-wengo a {
  margin-bottom: 15px;
  display: block;
}
.col-droite .add-wengo a img {
  display: block;
  border-radius: 5px;
}
.col-droite .rss_feed {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 15px;
}
.col-droite .rss_feed .date_feed {
  font-style: italic;
  font-size: 10px;
  color: #5A5A5A;
}
.col-droite .rss_feed .rss_feed_head {
  zoom: 1;
  padding: 10px;
  background: url(../../images/logo_lepoint_fluxrss.png) no-repeat 140px center #ac0000;
  color: #FFFFFF;
  -webkit-border-radius: 5px 5px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
}
.col-droite .rss_feed .rss_feed_head:before,
.col-droite .rss_feed .rss_feed_head:after {
  content: "";
  display: table;
}
.col-droite .rss_feed .rss_feed_head:after {
  clear: both;
}
.col-droite .rss_feed .rss_feed_foot {
  padding: 10px;
  text-align: center;
  background: #F5F5F5;
}
.col-droite .rss_feed .rss_feed_foot a {
  text-decoration: none;
  display: block;
  color: #888;
}
.col-droite .rss_feed .rss_feed_foot a:hover {
  color: #000;
}
.col-droite .rss_feed ul {
  padding: 10px 15px 10px 27px;
}
.col-droite .rss_feed ul li {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: square;
}
.col-droite .rss_feed ul li a {
  text-decoration: none;
  display: block;
}
.col-droite .rss_feed ul li a:hover {
  color: #000;
}
.col-droite .rss_feed ul li.dern {
  padding-bottom: 0;
  border: none;
}
#pageSearch {
  margin-bottom: 15px;
  width: 500px;
}
#pageSearch form {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#pageSearch form .pre_input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(../../images/pre_input_filtre.png);
  width: 39px;
  height: 33px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0px 0px 5px;
  -moz-background-clip: padding;
  border-radius: 5px 0px 0px 5px;
  background-clip: padding-box;
}
#pageSearch input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 418px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 0px 0px;
  background-clip: padding-box;
  padding: 8px;
  margin: 0 0 0 -3px;
  border-left: none;
  height: 33px;
}
#pageSearch input:focus {
  border-color: #57b5e4;
}
#pageSearch input[type=button] {
  -webkit-border-radius: 0px 5px 5px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 5px 5px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 5px 5px 0px;
  background-clip: padding-box;
  padding: 0 8px;
  height: 33px;
  width: 25px;
}
#pageSearch #pageSearchCountResults,
#pageSearch #pageSearchLoader {
  display: none;
}
#pageSearch #pageSearchCountResults {
  width: 500px;
  text-align: center;
}
#pageSearch #pageSearchCountResults span {
  font-weight: bold;
  font-size: 14px;
  color: #f32323;
}
.pageSearchFound {
  color: #f32323;
  font-weight: bold;
}
#page {
  font-size: 1.05em;
  line-height: 1.333em;
  margin: 0 0 20px 0;
}
#page .idlead iframe {
  display: block;
  margin: 0 auto;
}
.bloc {
  position: relative;
  margin: 0 0 10px;
}
.bloc a {
  display: inline-block;
}
.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.col0 .col-princ {
  width: 100%;
}
.col1 .col-princ {
  width: 755px;
}
.col1 .col-gauche {
  width: 195px;
  margin: 0 10px 0 0;
}
.col2 .col-princ {
  width: 510px;
}
.col2 .col-gauche {
  width: 195px;
  margin: 0 10px 0 0;
}
.col3 .col-princ {
  float: left;
  width: 49%;
  margin-left: 1.5%;
}
.col3 .col-gauche {
  float: left;
  width: 21%;
}
.col3 .col-droite {
  float: right;
  width: 24%;
}
.ui-autocomplete,
.simplePopup {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ui-autocomplete {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
.ui-autocomplete .fleche {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 3;
  width: 19px;
  height: 12px;
  margin-left: -6px;
  background: url('../../images/sprite.png') no-repeat -242px -189px;
}
.typeLeft input {
  width: 220px;
}
.typeLeft select {
  padding: 3px;
  color: #666;
  font-weight: normal;
  box-shadow: none;
  border-width: 2px;
}
.typeLeft textarea {
  width: 359px;
}
.typeLeft label {
  width: 100px;
  font-size: 12px;
  padding: 0;
}
.typeLeft #user_subject {
  width: 369px;
}
#formContact textarea {
  width: 351px;
}
.typeCheckbox label {
  line-height: normal;
  font-weight: 400;
}
.typeCheckbox input[type="text"] {
  width: 250px;
}
.typeRadio .attache label {
  width: auto;
}
.typeRadio .attache input[type=radio] {
  margin-top: -3px;
}
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.page h1 {
  text-transform: uppercase;
  color: #57b5e4;
}
.page #ancre_contenu_index {
  background: url('../../images/sprite.png') no-repeat 0 -48px;
  padding: 0 0 0 20px;
}
.page #ancre_contenu_info {
  background: url('../../images/sprite.png') no-repeat 0 0;
  padding: 0 0 0 20px;
}
.page #show_hidden_definition_text {
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: -20px;
  font-family: "Times New Roman", Georgia, Serif, serif;
}
.page #show_hidden_definition_text:hover {
  cursor: pointer;
}
.page #definition_text {
  height: 65px;
  overflow: hidden;
}
.page p {
  margin: 0 0 20px 0;
}
.page .rss_feed .rss_feed_head {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.page .rss_feed .rss_feed_head h3 {
  padding: 0;
}
.page .rss_feed .rss_feed_foot {
  margin: 20px 0 10px;
  text-align: center;
}
.page .rss_feed .rss_feed_foot a {
  color: #111111;
  text-decoration: none;
  padding: 5px 7px;
  background: #EEEEEE;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
}
.page .rss_feed .rss_feed_foot a:hover {
  border-color: #BBBBBB;
}
.page .rss_feed ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 5px 0;
}
.page .rss_feed ul li img {
  float: left;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 5px solid #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.page .rss_feed ul li .date_feed {
  font-size: 10px;
  color: #8F8F8F;
  margin: 5px 0 0 0;
}
.bloc p a {
  font-weight: 700;
  text-decoration: underline;
}
#entete.mini #bandeau .contenu {
  height: 70px;
}
#entete.mini #bandeau #logo {
  margin: 7px 0 0;
}
#entete.mini #search_zone {
  height: 40px;
  margin: 16px 0 0;
  background-image: url(../../images/search/search_zoneMini-fond.png);
}
#entete.mini #search_zone form {
  margin: 0 0 0 74px;
}
#entete.mini #search_zone fieldset.elem1 {
  margin: 5px 0 0 2px;
}
#entete.mini #search_zone fieldset.elem2 {
  margin: 5px 0 0 86px;
}
#entete.mini #search_zone #submit-search {
  width: 40px!important;
  height: 39px;
  top: 0;
  left: 690px;
  background-image: url(../../images/search/inputSumbmit_mini.png);
}
#entete.mini #search_zone #submit-search:hover {
  background-position: 0 -39px;
}
.ui-autocomplete {
  width: 275px!important;
  margin: 11px 0 0 -3px;
  display: none;
  z-index: 100!important;
  min-width: 200px;
  padding: 5px;
  background: #fff;
  border: 2px solid #eee;
}
.ui-autocomplete li {
  cursor: pointer;
  margin: 0 0 1px;
  text-indent: 5px;
  line-height: 24px;
}
.ui-autocomplete li a {
  display: block;
  color: #333;
  background: #fafafa;
}
.ui-autocomplete li a:hover,
.ui-autocomplete li a:hover {
  background: #eee;
}
.ui-autocomplete #resultats2 {
  margin-left: -6px;
}
/*--------------- FIL D'ARIANNE ------------------*/
#ariane {
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 0 10px;
}
#ariane li {
  display: inline;
  font-size: .9em;
  font-weight: 700;
  color: #2a2a2a;
}
#ariane li.prem {
  padding: 0 0 0 20px;
  background: url(../../images/ico/arianeAccueil.png) no-repeat 0 50%;
}
#ariane li.dern a {
  color: #2a2a2a;
}
#ariane a {
  text-decoration: none;
  padding: 0 5px 0 0;
}
#ariane a:hover {
  color: #f32323;
  text-decoration: underline;
}
#ariane span {
  width: 4px;
  height: 7px;
  margin: 0 1px;
}
#ariane span.sep {
  display: inline-block;
  background: url(../../images/ico/arianeSep.png) no-repeat;
}
.large #ariane {
  padding: 5px 0 0;
  background: #fff;
}
.simpleBox {
  display: none;
}
.simpleBox .simpleContenu {
  overflow: auto;
  max-width: 800px;
  max-height: 600px;
  padding: 15px;
}
.simpleBox .simpleContenu h2 {
  color: #ffa604;
  font-size: 22px;
  line-height: normal;
}
.simpleBox .simpleContenu iframe {
  border: 2px solid #e3e3e3;
}
.simpleBox .simplePopup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  background: #fff;
}
.simpleBox a.simpleClose {
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 3;
  width: 11px;
  height: 11px;
  background: #484848 url(../../images/ico/simpleClose.png) no-repeat 0 0;
}
.simpleBox a.simpleClose:hover {
  background-color: #f00;
}
.simpleBox .simpleMasque {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
#accueil #ariane {
  display: none;
}
#ieAlert a:hover {
  text-decoration: underline;
}
#search_cat input,
#search_ville input {
  padding: 0;
  width: auto;
}
.search_ex {
  margin-top: 7px;
  margin-left: 5px;
}
.col3 .col-princ {
  width: 52%;
}
#formAjoutpro .recaptchatable #recaptcha_response_field {
  bottom: 3px!important;
  left: 0!important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tagglefriends {
  padding: 12px 8px;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
}
.last_article_list select {
  margin: 0 0 15px !important;
}
#return_top_page a,
a:hover {
  color: #000;
}
#img_right {
  margin-left: 0;
}
.right {
  text-align: right;
}
aside > div.dern {
  margin-bottom: 0;
}
.bloc-bdd {
  margin-bottom: 15px;
  padding: 12px;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloc-bdd h3 {
  padding: 0 0 0 20px;
}
.bloc-bdd h3.h3_partenaires {
  padding-left: 0;
}
.bloc-bdd p {
  padding: 0;
}
.bloc-Ajoutpro2 {
  margin-bottom: 15px;
}
.bloc-Ajoutpro2 a {
  display: block;
  width: 231px;
  height: 90px;
  background: url(../../images/sprite.png) no-repeat 0 -759px;
}
.bloc-Ajoutpro2 a:hover {
  background-position: 0 -849px;
}
.col-droite .q_a .more-questions-head {
  height: 70px;
  background: url(../../images/questions/more-questions-head.png);
  -webkit-border-radius: 3px 3px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0px 0px;
  background-clip: padding-box;
  display: block;
}
.col-droite .q_a .more-questions {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  background: #FFFFFF;
  position: relative;
}
.col-droite .q_a .more-questions ul {
  margin: 0;
  padding: 0;
  clear: both;
  padding: 10px;
}
.col-droite .q_a .more-questions ul li {
  margin: 10px 0 ;
  background: url(../../images/questions/qListemin.png) left 3px no-repeat;
  padding: 0 0 5px 22px;
  list-style: none;
  border-bottom: 1px solid #E9E9E9;
}
.col-droite .q_a .more-questions ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 0 0 3px 0;
}
.col-droite .q_a .more-questions ul li a:hover {
  background: none;
  color: #57b5e4;
}
.col-droite .q_a .more-questions ul li.dern {
  border-bottom: none;
  margin-bottom: 0;
}
.col-droite .q_a .more-questions h2 {
  margin: 0;
  font-size: 14px;
  padding: 14px 25px;
  text-align: center;
  position: relative;
}
.col-droite .q_a .more-questions h2 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
}
.col-droite .q_a .more-questions h2 div .toggle {
  background: url("../../images/questions/ico/plusmoins.png") no-repeat scroll 0 -16px transparent;
  height: 16px;
  left: 15px;
  margin: 5px 15px 0 0;
  position: absolute;
  top: 10px;
  width: 16px;
}
.col-droite .q_a .more-questions h2 div img {
  margin: 5px 15px 0 0;
  position: absolute;
  top: 10px;
  left: 15px;
}
.col-droite .q_a .more-questions h2.ui-state-active div .toggle {
  background-position: 0 0;
}
.col-droite .q_a .more-questions .more-questions-link {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  height: 37px;
  border-radius: 2px;
  line-height: 37px;
  text-decoration: none;
}
.col-droite .boutons-sociaux {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 20px 0 15px;
  padding: 10px 13px 10px 13px;
  text-align: center;
  width: 203px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.col-droite .boutons-sociaux h3 {
  padding-bottom: 10px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_fb,
.col-droite .boutons-sociaux .btn_sharing_fiche_tw,
.col-droite .boutons-sociaux .btn_sharing_fiche_gp,
.col-droite .boutons-sociaux .btn_sharing_fiche_pn {
  display: block;
  width: 205px;
  height: 43px;
  margin: 0 0 5px 0;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_fb {
  background: url(../../images/sprite.png) no-repeat 0 -1246px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_fb:hover {
  background: url(../../images/sprite.png) no-repeat 0 -1289px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_tw {
  background: url(../../images/sprite.png) no-repeat 0 -1339px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_tw:hover {
  background: url(../../images/sprite.png) no-repeat 0 -1382px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_gp {
  background: url(../../images/sprite.png) no-repeat 0 -1432px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_gp:hover {
  background: url(../../images/sprite.png) no-repeat 0 -1475px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_pn {
  background: url(../../images/sprite.png) no-repeat 0 -1525px;
}
.col-droite .boutons-sociaux .btn_sharing_fiche_pn:hover {
  background: url(../../images/sprite.png) no-repeat 0 -1568px;
}
.col-droite .bloc-link {
  background: url(../../images/sprite.png) no-repeat 0 -1138px;
  width: 231px;
  height: 49px;
  display: block;
  padding: 5px 0 0 45px;
  color: #555;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 15px;
}
.col-droite .bloc-link:hover {
  background: url(../../images/sprite.png) no-repeat 0 -1187px;
}
.col-droite .bloc-link span {
  display: block;
  font-size: 10px;
}
.col-droite .add-biomouv {
  margin: 0 0 15px 0;
}
.col-droite .facebook-like-box {
  width: 227px;
}
.facebook-like-box {
  background: url(../../media_fiche_v2/img/loading_prev.gif) center center no-repeat;
  width: 100%;
  min-height: 285px;
  border: 1px solid #e5e5e5;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.facebook-like-box .inner {
  margin: -2px 0 0 -2px;
  background: white;
}
#fiche #liste-coordonnees h3 {
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
}
#simplemodal-overlay {
  background: url("../../img/simpleMasque.png") repeat scroll 0 0 transparent;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
/*------------ FOOTER -------------*/
#arianeFooter {
  float: left;
  width: 600px;
  overflow: hidden;
  padding: 0 0 10px;
}
#arianeFooter li {
  display: inline;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
#arianeFooter li.prem {
  padding: 0 0 0 20px;
  background: url(../../images/ico/arianeAccueil.png) no-repeat 0 50%;
}
#arianeFooter a {
  color: #777;
  text-decoration: none;
  padding: 0 5px 0 0;
}
#arianeFooter a:hover {
  color: #fff;
  text-decoration: underline;
}
#arianeFooter span {
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url(../../images/ico/arianeSep.png) no-repeat;
}
footer {
  font-family: 'Arial', sans-serif;
  position: relative;
  background: #232323;
  clear: both;
}
#foot_center_new,
#foot_center,
#footHaut_center {
  overflow: hidden;
  margin: auto;
  font-family: 'Arial', sans-serif;
}
#foot_center_new img,
#foot_center img,
#footHaut_center img {
  float: right;
}
#foot {
  padding: 20px 0;
  margin: auto;
  float: left;
  height: 200px;
  width: 100%;
  color: #333;
  background: #4d4d4d url("../../images/2/footer_degrade.png") repeat-x top;
}
#foot .copy {
  float: left;
  color: #797979;
  font: 700 11px Arial;
  text-transform: uppercase;
}
#foot .copy a {
  color: #797979;
  text-decoration: none;
}
#foot .copy a:hover {
  text-decoration: underline;
  color: #3fd0ff;
  background-color: inherit;
}
#foot .copy span {
  display: block;
  margin: 5px 0 0;
  color: #5e82a4;
  text-transform: none;
}
#foot .copy .logo-allomedia {
  float: right;
}
#footHaut .medecin_villes li,
#footHaut .recherches_frequentes li {
  float: left;
  width: 49%;
}
#footHaut {
  background: #333333 repeat-x top;
  padding: 30px 0 10px 0;
  font-size: 11px;
  color: #9c9491;
  position: relative;
  z-index: 3;
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  border-bottom: 1px solid #404040;
}
#footHaut h3 {
  margin: 0 0 10px;
  font: 700 12px Arial;
  color: #8f9d8e;
  text-shadow: 1px 1px 1px #2b2b2b;
}
#footHaut h4 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: #8f9d8e;
  text-shadow: 1px 1px 1px #2b2b2b;
}
#footHaut li {
  font-weight: 700;
  padding: 0 0 3px;
  list-style: none outside none;
}
#footHaut a {
  color: #58717d;
  text-decoration: none;
  font-weight: 600;
}
#footHaut a:hover {
  text-decoration: underline;
  background-color: inherit;
}
#footHaut .col {
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  background: url(../../images/colonneSep.png) no-repeat;
}
#footHaut .col2 {
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  min-height: 160px;
  background: url(../../images/colonneSep2.png) no-repeat;
}
#footHaut .bloc {
  margin: 0 0 20px;
}
#footHaut .bloc:last-child {
  clear: both;
  padding: 10px 0 0;
}
#footHaut .logo_partenaires li {
  margin: 0 0 10px;
  float: left;
}
#footHaut .logo_partenaires li a {
  display: block;
}
#footHaut .logo_partenaires li a img {
  display: block;
}
#footHaut .reseaux_sociaux {
  padding-top: 10px;
}
#footHaut .reseaux_sociaux .foot_social_fb {
  background: url('../../images/sprite.png') no-repeat -247px -109px;
}
#footHaut .reseaux_sociaux .foot_social_tw {
  background: url('../../images/sprite.png') no-repeat -247px -161px;
}
#footHaut .reseaux_sociaux .foot_social_gp {
  background: url('../../images/sprite.png') no-repeat -247px -135px;
}
#footHaut .reseaux_sociaux li {
  padding: 5px 0 5px 25px;
}
#footHaut .reseaux_sociaux li a img {
  margin: 0 5px 10px 0;
  vertical-align: top;
}
#footHaut #footHautCol1 {
  width: 160px;
  padding: 0;
  margin: 0;
  background: none;
}
#footHaut #footHautCol2 {
  width: 250px;
}
#footHaut #footHautCol2_int {
  width: 420px;
}
#footHaut #footHautCol2_int2 {
  width: 720px;
}
#footHaut #footHautCol3 {
  width: 290px;
}
#footHaut #footHautCol4 {
  width: 100px;
}
#footHaut #footHautCol4_int {
  width: 260px;
}
#footHaut .medecin_villes li,
#footHaut .recherches_frequentes li,
#footHaut .pro_villes li {
  float: left;
  width: 49%;
}
#footHaut .logo_partenaires li a,
#footHaut .logo_partenaires li a img {
  display: block;
  margin: auto;
}
#foot_new {
  background: #232323;
  width: 960px;
  margin: 0 auto;
  padding: 10px;
}
#foot_new .copy {
  float: left;
  color: #797979;
  font: 700 10px Arial;
  text-transform: uppercase;
}
#foot_new .copy a {
  color: #797979;
  text-decoration: none;
}
#foot_new .copy a:hover {
  text-decoration: underline;
}
#foot_new .copy span {
  display: block;
  margin: 5px 0 0;
  color: #58717d;
  text-transform: none;
}
#foot_new .copy .logo-allomedia {
  float: right;
}
#foot_new .copy .logo-allomedia a:hover {
  text-decoration: none;
  background-color: inherit;
}
#easyTooltipFRANCE {
  margin-left: 6px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #999999;
  background: #60b2d8 repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.joincommunity {
  font-weight: bold;
  position: relative;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CDCDCD;
  background: #EEE;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, white, #dddddd);
  background: -moz-linear-gradient(center bottom, white 0%, #dddddd 100%);
  box-shadow: inset 1px 1px white;
  margin: 0 10px 20px;
  padding: 0 10px;
}
.joincommunity .btn-social-right {
  position: absolute;
  right: -10px;
  top: 5px;
}
.annonceurs p {
  margin: 5px 0;
}
.annonceurs .annonceur_plaquette {
  text-align: center;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.annonceurs .annonceurs_annu {
  margin: 0 0 40px;
}
.annonceurs .annonceurs_annu li {
  display: inline-block;
}
.annonceurs .annonceurs_annu li a {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 7px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.annonceurs .annonceur_contact_wrap {
  margin: 10px 0;
  border: 1px solid #ccc;
  text-align: justify;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  zoom: 1;
}
.annonceurs .annonceur_contact_wrap:before,
.annonceurs .annonceur_contact_wrap:after {
  content: "";
  display: table;
}
.annonceurs .annonceur_contact_wrap:after {
  clear: both;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact {
  padding: 10px;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact img {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact img:before,
.annonceurs .annonceur_contact_wrap .annonceur_contact img:after {
  content: "";
  display: table;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact img:after {
  clear: both;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact .annonceur_contact_name {
  line-height: 180%;
  zoom: 1;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact .annonceur_contact_name:before,
.annonceurs .annonceur_contact_wrap .annonceur_contact .annonceur_contact_name:after {
  content: "";
  display: table;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact .annonceur_contact_name:after {
  clear: both;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact .annonceur_contact_name .annonceur_contact_name_name {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact .annonceur_contact_name .annonceur_contact_name_tel {
  display: block;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact .annonceur_contact_name .annonceur_contact_name_tel > span {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 4px 9px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.annonceurs .annonceur_contact_wrap .annonceur_contact_head {
  padding: 15px 20px;
  background: #eee;
  text-align: center;
}
/* AUDIOTEL */
.audiotel_wrap {
  display: inline-block;
  font-size: 8px;
  position: relative;
  z-index: 1;
}
.audiotel_mentions {
  color: darkgrey;
  float: right;
  font-size: 10px;
  margin-top: 10px;
}
.audiotel_mentions a {
  color: #525252 !important;
  font-size: 10px !important;
  display: inline-block;
}
.audiotel_wrap .num {
  position: relative;
  font-size: 2em;
  line-height: 0.6em;
  display: inline-block;
  background: #fff;
  padding: .1em .25em 0 .25em;
  color: #2e2e2e;
  border: .08em solid #D0D0D0;
  font-family: "Arial", arial, helvetica, sans-serif;
  font-weight: bold;
  z-index: -1;
}
.audiotel_wrap .audiotel_price {
  text-align: left;
  position: relative;
  background: #2e2e2e;
  color: #fff;
  display: inline-block;
  padding: .3em .6em .3em 1em;
  bottom: -0.22em;
  margin-top: -0.7em;
  right: 0;
  font-size: .5em;
}
.audiotel_wrap .audiotel_price:after {
  left: 0;
  top: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 0.7em solid rgba(136, 183, 213, 0);
  border-left-color: #fff;
  margin-top: -0.7em;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe {
  width: 1000px !important;
  height: 600px !important;
  margin: 0 auto;
}
.mfp-iframe-holder {
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1000px;
  border-radius: 5px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
  font-size: 14px;
  opacity: 1;
}
.mfp-iframe-holder .mfp-close i {
  margin-left: 5px;
  font-size: 30px;
  vertical-align: middle;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  border-radius: 5px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Styles for dialog window */
#small-dialog {
  padding-top: 15px;
  background: white;
  text-align: left;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
#small-dialog iframe {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
div.ville-partenaire {
  width: 480px;
  border: 1px solid #E5E5E5;
  padding: 10px;
  margin-bottom: 10px;
}
div.partenaire {
  width: 480px;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px;
  margin-bottom: 10px;
}
div.partenaire h2.assoc {
  text-align: justify;
}
div.partenaire .description h2 a {
  color: #57B5E4;
}
div.partenaire .pro {
  height: 20px;
  width: 20px;
  float: right;
  margin: 0 15px 10px 0;
}
div.partenaire h2,
div.ville-partenaire h2 {
  float: left;
}
div.partenaire .logo,
div.ville-partenaire .logo {
  clear: both;
  float: left;
  width: 85px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
div.partenaire .logo img,
div.ville-partenaire .logo img {
  max-width: 85px;
  max-height: 100px;
}
div.partenaire .description,
div.ville-partenaire .description {
  float: left;
  width: 360px;
  padding: 5px;
  font: 11px Helvetica, Arial, sans-serif;
}
div.partenaire p,
div.ville-partenaire p {
  margin-bottom: 5px;
  text-align: justify;
}
div.partenaire .description a,
div.ville-partenaire .description a,
div.ville-partenaire .description span a,
div.partenaire .description span a {
  color: black;
}
div.partenaire .description span,
div.ville-partenaire .description span {
  font-weight: bold;
  text-align: left;
}
div.partenaires-specialistes {
  border-bottom: 1px dotted #E5E5E5;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 15px;
}
a.lienPartenaires {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 5px;
  color: #555555;
  font-weight: bold;
  min-height: 30px;
  line-height: 30px;
}
a.lienPartenaires img {
  vertical-align: middle;
  max-width: 30px;
  margin-right: 5px;
  float: left;
}
a.lienPartenaires:hover {
  border: 1px solid #57B5E4;
}
