/*------------------------------*/
/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
@font-face {
  font-family: 'Rr';
  font-weight: normal;
  font-style: normal;
  src: url('../font/Roboto-Regular-webfont.eot');
  src: url('../font/Roboto-Regular-webfont.eot') format('embedded-opentype'), url('../font/Roboto-Regular-webfont.svg#DosisRegular') format('svg'), url('../font/Roboto-Regular-webfont.woff') format('woff'), url('../font/Roboto-Regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Rcb';
  font-weight: normal;
  font-style: normal;
  src: url('../font/RobotoCondensed-Bold-webfont.eot');
  src: url('../font/RobotoCondensed-Bold-webfont.eot') format('embedded-opentype'), url('../font/RobotoCondensed-Bold-webfont.svg#DosisRegular') format('svg'), url('../font/RobotoCondensed-Bold-webfont.woff') format('woff'), url('../font/RobotoCondensed-Bold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Eb';
  font-weight: normal;
  font-style: normal;
  src: url('../font/economica-bold-otf_0-webfont.eot');
  src: url('../font/economica-bold-otf_0-webfont.eot') format('embedded-opentype'), url('../font/economica-bold-otf_0-webfont.svg#DosisRegular') format('svg'), url('../font/economica-bold-otf_0-webfont.woff') format('woff'), url('../font/economica-bold-otf_0-webfont.ttf') format('truetype');
}
html {
  min-width: 970px;
  height: 100%;
}
body {
  min-width: 970px;
  height: 100%;
  padding-top: 650px;
  font-family: 'Rr';
  color: #737373;
}
body.inside {
  padding-top: 210px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.2);
}
.container {
  min-width: 970px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Eb';
}
hr.anchor {
  margin: 0;
  border: none;
}
hr.anchor:not(#anchor-home) {
  -webkit-transform: translate(0, -80px);
  -moz-transform: translate(0, -80px);
  -o-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
a:hover {
  text-decoration: none;
}
.btn {
  padding: 5px 10px;
  background: #FFF;
  border: 1px solid #F0F0F0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 150ms ease-out 0;
  -moz-transition: all 150ms ease-out 0;
  -o-transition: all 150ms ease-out 0;
  transition: all 150ms ease-out 0;
}
.btn:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.owl-controls {
  text-align: center;
}
.owl-controls .owl-page {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease-out 0s;
  -moz-transition: background 0.2s ease-out 0s;
  -o-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
}
.owl-controls .owl-page:hover {
  background: #FFF;
}
.beak {
  width: 1px;
  height: 0;
  border: 30px solid transparent;
  border-bottom: none;
  border-top-color: #FFF;
}
#header {
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header #main-slider .main-slider-item {
  position: relative;
  width: 100%;
  height: 1100px;
  overflow: hidden;
}
#header #main-slider .main-slider-item img {
  position: fixed;
  top: 0;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1300px) {
  #header #main-slider .main-slider-item img {
    width: 100%;
    height: auto;
  }
}
#header #site-brand {
  position: absolute;
  left: 50%;
  top: 60px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#header #site-brand h1 {
  margin: 0;
  font-size: 40px;
  text-align: center;
}
#header #site-brand p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
#header #prat-carousel {
  position: absolute;
  left: 0;
  top: 440px;
  width: 100%;
}
#header #prat-carousel .prat-carousel-item {
  position: relative;
  width: 100%;
  height: 185px;
}
#header #prat-carousel .prat-carousel-item .prat-container {
  position: absolute;
  left: 50%;
  top: 10px;
  display: table;
  width: 400px;
  height: 165px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#header #prat-carousel .prat-carousel-item .prat-container:hover {
  background: #ffffff;
}
#header #prat-carousel .prat-carousel-item .prat-container .photo {
  display: table-cell;
  padding: 10px 0 10px 10px;
  vertical-align: top;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #prat-carousel .prat-carousel-item .prat-container .photo img {
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  max-height: 81px;
}
#header #prat-carousel .prat-carousel-item .prat-container .btn i {
  margin-right: 5px;
}
#header #prat-carousel .prat-carousel-item .prat-container .cv {
  display: table-cell;
  padding: 10px 10px 10px 5px;
  vertical-align: top;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #prat-carousel .prat-carousel-item .prat-container .cv .inner {
  height: 145px;
  overflow: hidden;
}
#header #prat-carousel .prat-carousel-item .prat-container .cv p {
  margin: 0;
}
#header #prat-carousel .prat-carousel-item .prat-container .cv .name {
  margin-bottom: 5px;
  font-weight: bold;
}
#content {
  z-index: 1;
  position: relative;
  min-height: 960px;
  padding-bottom: 40px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
#content #nav #nav-bg {
  z-index: 0;
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
  height: 52px;
  background: red;
  opacity: 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
#content #nav.sticky {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 7px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#content #nav.sticky #nav-bg {
  opacity: 1;
}
#content #nav #nav-inner {
  z-index: 1;
  position: relative;
  background: #f1f1f1;
}
#content #nav ul {
  height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
#content #nav ul li {
  display: inline-block;
  height: 45px;
  margin-right: 20px;
  vertical-align: top;
  font-family: 'Rcb';
  line-height: 45px;
  text-transform: uppercase;
  cursor: default;
}
#content #nav ul li a {
  position: relative;
  color: #737373;
  -webkit-transition: color 0.2s ease-out 0s;
  -moz-transition: color 0.2s ease-out 0s;
  -o-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
}
#content #nav ul li a i.fa-caret-down {
  position: absolute;
  left: 50%;
  bottom: -10px;
  font-size: 12px;
  color: #BBB;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#content #nav ul li.home-link {
  position: relative;
  width: 60px;
}
#content #nav ul li.home-link a {
  position: absolute;
  left: 0;
  top: -7px;
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid #FFF;
  background-image: url(../img/dent.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -moz-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
#content #nav ul li ul.subnav {
  position: absolute;
  z-index: 1;
  /*left: 0;*/
  top: 100%;
  width: 240px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
}
#content #nav ul li ul.subnav li {
  display: block;
  height: auto;
  line-height: 1.1;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#content #nav ul li ul.subnav li:hover {
  background: rgba(0, 0, 0, 0.9);
}
#content #nav ul li ul.subnav li:first-child {
  border-radius: 4px 4px 0 0;
}
#content #nav ul li ul.subnav li:last-child {
  border-radius: 0 0 4px 4px;
}
#content #nav ul li ul.subnav li a {
  display: block;
  padding: 10px;
  text-transform: none;
  font-size: 1.1em;
  color: #FFF !important;
}
#content #nav ul li ul.subnav.visible {
  height: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#content #nav ul li ul.subnav.visible li {
  opacity: 1;
}
#home-content h2 {
  margin: 60px 0 10px;
  font-size: 40px;
  text-align: center;
}
#home-content p {
  font-size: 16px;
  line-height: 24px;
}
#home-content .subbar {
  width: 100px;
  height: 2px;
  margin: 0 auto 20px;
}
#home-content #bienvenue p {
  /*width: 45%;*/
  width: 100%;
  margin: 0 auto;
}
#home-content #cabinet h3 {
  margin: 0 0 20px;
  font-size: 30px;
}
#home-content #cabinet h4 {
  margin: 20px 0 10px;
  font-size: 24px;
}
#home-content #cabinet .highlight {
  position: relative;
  padding: 30px 0;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
#home-content #cabinet .highlight h3,
#home-content #cabinet .highlight h4,
#home-content #cabinet .highlight p {
  color: #FFF;
}
#home-content #cabinet .highlight .beak {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#home-content #cabinet #team-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-content #cabinet #team-list li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
#home-content #cabinet #team-list li:last-child {
  margin-bottom: 0;
}
#home-content #cabinet #team-list li p {
  color: inherit;
}
#home-content #cabinet #team-list li .img {
  display: table-cell;
  width: 123px;
  vertical-align: top;
}
#home-content #cabinet #team-list li .txt {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}
#home-content #cabinet #team-list li .txt .name {
  font-family: 'Eb';
  font-size: 24px;
}
#home-content #cabinet #team-list li .txt .desc {
  font-size: 14px;
  line-height: 20px;
}
#home-content #cabinet .planning {
  width: 100%;
  margin-bottom: 20px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
#home-content #cabinet .planning tr:nth-child(even) {
  background: #efefef;
}
#home-content #cabinet .planning th,
#home-content #cabinet .planning td {
  padding: 10px;
}
#home-content #cabinet .planning th {
  padding-right: 50px;
  font-family: 'Rcb';
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  border-right: 1px solid #e2e2e2;
}
#home-content #cabinet .planning td {
  text-align: center;
}
#home-content #cabinet .planning tr td:last-child {
  border-left: 1px solid #e2e2e2;
}
#home-content .parallax-block {
  position: relative;
  width: 100%;
}
#home-content .parallax-block .clipper {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
#home-content .parallax-block .img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/citron.jpg) left top no-repeat;
  background-size: cover;
}
#home-content #photos .photo {
  padding: 10px;
}
#home-content #photos a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#home-content #photos img {
  max-width: 100%;
  border-radius:6px;
}
#home-content #actu #actu-inner {
  z-index: 1;
  position: relative;
  padding: 40px 0;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
#home-content #actu #actu-inner .beak {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#home-content #actu .col-xs-4 {
  padding: 0 40px;
}
#home-content #actu .actu-card {
  padding: 10px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
#home-content #actu .actu-card img {
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin: 0 auto;
}
#home-content #actu .actu-card .more-link {
  text-align: center;
}
#home-content #actu .actu-card .more-link .btn {
  font-family: 'Eb';
  text-transform: uppercase;
  border: none;
  color: #FFF;
}
#home-content #plan #map-block {
  position: relative;
  display: flex;
}
#home-content #plan #map-block iframe {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 450px;
}
#home-content #plan #map-block .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: zoom-in;
}
#home-content #plan #map-block .overlay .btn {
  position: absolute;
  left: 15%;
  bottom: 120px;
  padding: 5px 15px;
  font-family: 'Eb';
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#home-content #plan #map-block .overlay .btn .fa-fw {
  text-align: left;
}
#home-content #plan #map-block #access {
  z-index: 2;
  position: relative;
  /*position: absolute;
  right: 40px;
  bottom: 23px;*/
  min-width: 500px;
  min-height: 400px;
  height: auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#home-content #plan #map-block #access:hover {
  background: #FFF;
}
#home-content #plan #map-block #access #arrow-btn {
  position: absolute;
  left: -15px;
  top: 5px;
  width: 30px;
  height: 30px;
  padding: 5px 8px;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#home-content #plan #map-block #access #arrow-btn i {
  font-size: 16px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#home-content #plan #map-block #access #arrow-btn.closed i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home-content #plan #map-block #access h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}
#home-content #plan #map-block #access .inner {
  min-height: 340px;
  margin-left: -6px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
#home-content #plan #map-block #access p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  opacity: 1;
}
#home-content #plan #map-block #access.closed {
  width: 190px;
  height: 50px !important;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
#home-content #plan #map-block #access.closed .inner {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#footer {
    padding: 40px 0 450px 0;
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}
#footer * {
  color: #FFF;
}
#footer h2 {
  margin-top: 0;
}
#footer a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul.savoir-list li {
  margin-bottom: 10px;
}
#footer ul.savoir-list li a {
  font-size: 16px;
}
#footer ul.social-list {
  margin-bottom: 20px;
}
#footer ul.social-list li {
  display: inline-block;
}
#footer ul.social-list li a {
  display: block;
  margin-right: 10px;
}
#footer ul.social-list li a i {
  font-size: 50px;
}
#direct-links,
#direct-links2 {
  padding: 40px 0 20px;
}
.intern #direct-links,
.intern #direct-links2 {
  padding: 40px 0 0px;
}
#direct-links a,
#direct-links2 a {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.intern #direct-links a,
.intern #direct-links2 a {
  margin: 0 auto 80px;
}

#direct-links a .pastille,
#direct-links2 a .pastille {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 90%;
  -o-background-size: 90%;
  background-size: 90%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#direct-links a .pastille-1,
#direct-links2 a .pastille-1 {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#direct-links a .pastille-2,
#direct-links2 a .pastille-2 {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#direct-links a .pastille-txt,
#direct-links2 a .pastille-txt {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 180px;
  display: block;
  width: 100%;
  font-family: 'Eb';
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.intern #direct-links a .pastille-txt,
.intern #direct-links2 a .pastille-txt {
  top:125px;
}

#direct-links a:hover .pastille-1,
#direct-links2 a:hover .pastille-1 {
  opacity: 0;
}
#direct-links a:hover .pastille-txt,
#direct-links2 a:hover .pastille-txt {
  opacity: 1;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
#direct-links a#dl-1 .pastille-1,
#direct-links2 a#dl-1b .pastille-1 {
  background-image: url(../img/icone-video-1.png);
}
#direct-links a#dl-1 .pastille-2,
#direct-links2 a#dl-1b .pastille-2 {
  background-image: url(../img/icone-video-2.png);
}
#direct-links a#dl-2 .pastille-1,
#direct-links2 a#dl-2b .pastille-1 {
  background-image: url(../img/icone-fiche-1.png);
}
#direct-links a#dl-2 .pastille-2,
#direct-links2 a#dl-2b .pastille-2 {
  background-image: url(../img/icone-fiche-2.png);
}
#direct-links a.dl-3 .pastille-1,
#direct-links2 a.dl-3 .pastille-1 {
  background-image: url(../img/icone-nl-1.png);
}
#direct-links a.dl-3 .pastille-2,
#direct-links2 a.dl-3 .pastille-2 {
  background-image: url(../img/icone-nl-2.png);
}
.inside #header #site-brand {
  top: 30px;
}
#inside-content #prat-inside-carousel {
  margin-top: 20px;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
#inside-content .owl-controls {
  padding: 5px 0;
  background: #E9E9E9;
}
#inside-content .prat-container {
  padding: 10px;
}
#inside-content .prat-container .photo {
  text-align: center;
}
#inside-content .prat-container .photo img {
  max-width: 100%;
}
#inside-content .prat-container .photo a {
  margin: 10px;
}
#inside-content .prat-container .photo a i {
  margin-right: 5px;
}
#inside-content .prat-container .cv .inner {
  height: 200px;
  margin: 10px 0;
}
#inside-content #direct-links a,
#inside-content #direct-links2 a {
  width: 150px;
  height: 150px;
}

/* page espace enfants, page recherche v2, page article */
.page-espace_enfants_default_aspx .col-xs-9,
.page-demande_rendez_vous_aspx .col-xs-9,
.page-v2_recherche_aspx  .col-xs-9
{
    width:100%;
}

.page-v2_recherche_aspx .col-xs-9 h2{
    text-align:center;
    margin-bottom:20px;
} 

.page-prise_rendez_vous_aspx .col-xs-9 .rdv .rdv-notepad .label{
  color:#696868;
}

.page-espace_enfants_default_aspx #content{
  min-height:0px;
}

.page-article_aspx{
  font-size:1.4em !important;
}

.page-article_aspx .art_panel_left {
    margin-bottom: -66px;
}

@media print {
    .page-article_aspx #conteneur_centre {
        width: 700px !important;
    }
        .page-article_aspx #panel_photos img,
        .page-article_aspx #panel_photos,
        .page-article_aspx img {
           max-width: 100px;
        }

    .page-article_aspx #conteneur_centre,    
    .page-article_aspx #DateLastMod {
        font-size: 1.4em!important;
    }
    .page-article_aspx .art_panel_left{
      font-size: 1.3em!important;
    }
    .page-article_aspx #pw-article-hn{
      font-size: 18px!important;
    }
    
    .page-article_aspx #nos_conseils ul li {
        font-size: 20px!important;
    }
    .page-article_aspx #nos_conseils h1{
      font-size: 24px!important;
    }
    .page-article_aspx #site-brand{
      position: relative!important;
      width: auto!important;
      padding: 0!important;
      top: 0!important;

    }
    .page-article_aspx #site-brand h1{
      text-align: left!important;
      font-size: 22px!important;
    }
    .page-article_aspx #header{
      position: relative!important;
      width: auto!important;
      padding: 0!important;

    }
}

#gmap {
    width: 100%;
    /*height: 450px;*/
  /*  background: url(/Styles/30/img/temp/gmap.jpg) center no-repeat;*/
    border-bottom: 1px solid #FFF;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#pw-logos{
  margin:20px 0 10px;
}

#pw-logos span{ 
  display : inline-block;
}

#pw-logos #pw-hon{
  float: right;
  margin-left: 10px;
}

#pw-logos .showUFSBD{
  float: right;
}


.page-article_aspx #nos_conseils {
  color: #FFFFFF;
  padding: 0;
}

.page-article_aspx #nos_conseils h1 {
  font-size: 27px;
  width: auto;
  display: inline-block;
  color: #FFFFFF;
  height: auto;
  padding: 5px 30px 5px 10px;
  margin: 10px 0 10px -15px;
}

.page-article_aspx #nos_conseils ul, 
.page-article_aspx #nos_conseils ol {
  padding: 10px 10px 40px 25px;
}

.page-article_aspx #nos_conseils ul li, 
.page-article_aspx #nos_conseils ol li {
  list-style: none;
  border-left: 4px solid;
  margin: 15px 0 0 0;
  padding: 0 0 0 15px;
}

/* drapeau multilingue */
#langues-list {
  position : absolute;
  right :15px;
  top:10px;
  z-index:50001;
}

#credits{
	text-align: right;
}

#descr-cabinet{ 
	margin-bottom:10px;
}

#ct_image{
  display:none;
}

#texte-defilant {
  padding: 10px 0;
}
#search {
	z-index:100; 
	left:0;
	top:0;
	width:100%;
	padding-bottom:30px;
}
#search input {
	color:#AAA!important;
  vertical-align: super;
  height: 32px;
  padding: 5px 10px;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#search button {
  padding: 8px 11px;
	color:#555!important;
  vertical-align: super;
}
#search h2{  
    display: inline;
    margin-right: 25px;
    vertical-align: bottom;
}
.btn.rdv{
  margin-top: 5px;
}
.container .pw-videos3d,
.container .pw-infosPatientRubrique {padding-top:20px;}


#photos-carousel .owl-controls {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

#photos-carousel .owl-buttons {
  display: flex;
  justify-content: space-between;
  font-size: 1.8em;
  padding: 0 10px;
}

#photos-carousel .owl-controls .owl-buttons div {
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    color: #DDD;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    transition:all ease-in 200ms;
}
#photos-carousel .owl-controls .owl-buttons div:hover {
    background: rgba(0,0,0,0.7);
    color: #FFF;
}
#photos-carousel .owl-carousel .owl-item {padding:10px;}

#pw-autres-infos-acces h2 {margin-top:10px;}