html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
img,
ol,
ul,
li,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu {
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: baseline;
  background: none repeat scroll 0 0 transparent;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.22;
  color: #3c3c3b;
  font-family: arial;
  position: relative;
  font-weight: 400;
}
html.fullscreen,
body.fullscreen {
  height: 100%;
}
.overflow {
  overflow-y: hidden;
  min-width: 945px;
}
html.ie8 aside,
html.ie8 figure,
html.ie8 footer,
html.ie8 header,
html.ie8 hgroup,
html.ie8 nav,
html.ie8 section {
  display: block;
  width: 100%;
}
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  -moz-user-select: none;
  -moz-binding: none;
  user-select: none;
  binding: none;
  -webkit-user-select: none;
  -webkit-binding: none;
  font-family: inherit;
  font-size: inherit;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
input[type="submit"]::-webkit-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
input[type="submit"]::focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
ul {
  list-style: none outside none;
}
a {
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: baseline;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: inherit;
}
@font-face {
  font-family: iconfnt;
  src: url("../../../fonts/AdobeBlank.eot");
  src: url("../../../fonts/AdobeBlank.eot?#iefix") format("embedded-opentype"),
    url("../../../fonts/AdobeBlank.woff") format("woff"),
    url("../../../fonts/AdobeBlank.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.pointer {
  cursor: pointer;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textNoir {
  color: #3c3c3b;
}
.textBlanc {
  color: #fff;
}
.upper {
  text-transform: uppercase;
}
.fond-blanc {
  background-color: #fff;
}
.fond-noir {
  background-color: #3c3c3b;
}
.fond-gris {
  background-color: #ffffff;
}
html {
  font-size: 10px;
  height: 100%;
}
html.no-scroll {
  height: 100%;
}
html.no-scroll body {
  height: 100%;
  overflow: hidden;
}
html.no-scroll #page {
  height: 100%;
}
body {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  min-height: 100%;
}
#alertPreview {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #3c3c3b;
  border: 5px solid red;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  z-index: 1000000000000000000;
}
#alertPreview a {
  color: red;
  text-decoration: underline;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container-pattern-carre {
  font-family: iconfnt;
  font-size: 0;
  text-align: center;
}
.container-pattern-carre > * {
  font-family: "Dosis", sans-serif;
}
.pattern-carre {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  display: inline-block;
  background-color: #21348b;
}
.pattern-carre a {
  display: block;
  padding-bottom: 100%;
}
.pattern-carre h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 4px 13px;
  background-color: #21348b;
  text-align: center;
  color: #fff;
  display: table;
  z-index: 10;
}
.pattern-carre h3 span {
  display: table-cell;
  vertical-align: middle;
}
.webkit .pattern-carre h3 {
  width: -moz-calc(100% + 1px);
  width: -webkit-calc(100% + 1px);
  width: calc(100% + 1px);
}
.safari .pattern-carre h3 {
  padding: 0 13px;
}
.android4 .pattern-carre h3 {
  padding: 2px 13px;
  min-height: 26px;
}
.pattern-bottom {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  display: block;
  background-color: #21348b;
}
.pattern-bottom a {
  display: block;
  padding-bottom: 100%;
}
.pattern-bottom p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1.8rem;
  -moz-transition-property: padding;
  -o-transition-property: padding;
  -webkit-transition-property: padding;
  transition-property: padding;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 4px 13px;
  background-color: #21348b;
  text-align: left;
  color: #3c3c3b;
  z-index: 10;
}
.pattern-bottom p span {
  display: block;
}
.pattern-bottom p span.first {
  color: #fff;
  font-weight: 400;
}
html.desktop .pattern-bottom a:hover p {
  padding: 15px 13px;
}
div.pattern-imgtop {
  max-height: 500px;
  position: relative;
  z-index: 0;
}
div.pattern-imgtop .container-img {
  padding-bottom: 23%;
}
div.pattern-imgtop img {
  top: auto;
  bottom: 0;
  height: auto;
}
.pattern-news img.news-illu {
  display: block;
}
.pattern-news .pattern-news-content {
  position: relative;
  background-color: #fff;
  border-top: 5px solid #21348b;
  padding: 1.63934% 2.45902%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}
.pattern-news .pattern-news-content .content {
  margin-top: 20px;
}
.pattern-news h2 {
  padding-right: 100px;
  color: #21348b;
  text-transform: uppercase;
  font-weight: 600;
}
.pattern-news h3 {
  font-weight: 600;
  padding-right: 100px;
}
.pattern-news span.bouton {
  position: absolute;
  top: 20px;
  right: 3.27869%;
}
.pattern-news span.bouton span {
  font-family: arial, sans-serif;
}
.pattern-news span.bouton.moins {
  display: none;
}
.pattern-news .pattern-news-dl {
  margin-top: 15px;
}
.pattern-news .pattern-news-share {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #3c3c3b;
}
.pattern-news .pattern-news-share span {
  color: #575756;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.pattern-news .pattern-news-share span,
.pattern-news .pattern-news-share a {
  display: inline-block;
  vertical-align: middle;
}
.pattern-news .pattern-news-share span + a,
.pattern-news .pattern-news-share a + a {
  margin-left: 8px;
}
.pattern-news .pattern-news-hidden {
  display: none;
}
.pattern-news .pattern-news-hidden img {
  display: block;
  width: 100%;
  height: auto;
}
.pattern-news + .pattern-news {
  margin-top: 15px;
}
.pattern-news.display span.bouton.moins {
  display: inline-block;
}
.pattern-news.display span.bouton.plus {
  display: none;
}
.parttern-news-container + .parttern-news-container {
  margin-top: 15px;
}
.pattern-menuexpert-container {
  margin-top: 30px;
  overflow: hidden;
}
.pattern-menuexpert {
  display: block;
  padding-bottom: 17.6%;
  min-height: 150px;
}
.pattern-menuexpert div.container-center {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  text-align: center;
}
.pattern-menuexpert canvas,
.pattern-menuexpert .BWFilter,
.pattern-menuexpert img {
  z-index: 10;
}
.pattern-menuexpert canvas,
.pattern-menuexpert .BWFilter,
.pattern-menuexpert > img.lazyloaded {
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
}
.pattern-menuexpert span {
  display: inline-block;
  width: 80%;
  max-width: 600px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #575756;
  background-color: rgba(87, 87, 86, 0.5);
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  padding: 0 20px;
  color: #fff;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-transform: uppercase;
  z-index: 100;
}
.desktop .pattern-menuexpert:hover span {
  background-color: #21348b;
}
.notScroll .pattern-menuexpert span {
  top: 60px;
}
.csstransforms .pattern-menuexpert canvas,
.csstransforms .pattern-menuexpert .BWFilter,
.csstransforms .pattern-menuexpert > img.lazyloaded {
  left: 50% !important;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mini-menu {
  font-family: iconfnt;
  font-size: 0;
  text-align: center;
}
.mini-menu > * {
  font-family: "Dosis", sans-serif;
}
.mini-menu a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.mini-menu a.noir {
  background-color: #3c3c3b;
  padding-left: 25px;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mini-menu a.noir:before {
  content: "<";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: 10px;
  top: 6px;
}
.mini-menu a.noir + .noir {
  padding-left: 20px;
  padding-right: 25px;
}
.mini-menu a.noir + .noir:before {
  content: ">";
  left: auto;
  right: 10px;
}
.mini-menu a.vert {
  background-color: #21348b;
}
.desktop .mini-menu a.noir:hover {
  background-color: #21348b;
}
.desktop .mini-menu a.vert:hover {
  background-color: #3c3c3b;
}
.container-img {
  position: relative;
  height: 0;
}
.container-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.justify {
  font-family: iconfnt;
  font-size: 0;
  text-align: justify;
}
.justify > * {
  font-family: "Dosis", sans-serif;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
a.sticky-link {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  width: 100%;
  text-align: center;
  padding: 5px;
}
a.sticky-link span:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  margin-left: 8px;
  background-image: url("../../../images/autre/arrow_sticky.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  a.sticky-link span:after {
    background-image: url("../../../images/autre/arrow_sticky_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
html.desktop nav.menuLevel1 li a:hover,
nav.menuLevel1 li html.desktop a:hover,
html.desktop #menu-prive li a:hover,
#menu-prive li html.desktop a:hover,
html.desktop #result-container p a:hover,
#result-container p html.desktop a:hover,
html.desktop #lang-menu a:hover,
#lang-menu html.desktop a:hover,
html.desktop footer a:hover,
footer html.desktop a:hover,
html.desktop #ariane a:hover,
#ariane html.desktop a:hover,
html.desktop #home-map-list span:hover,
#home-map-list html.desktop span:hover,
html.desktop #connexion a.oubli:hover,
#connexion html.desktop a.oubli:hover,
html.desktop #page404-map-list span:hover,
#page404-map-list html.desktop span:hover {
  color: #21348b !important;
}
html.desktop nav.menuLevel2 li a:hover,
nav.menuLevel2 li html.desktop a:hover {
  color: #fff;
  background-color: #21348b;
}
div.cke_textarea_inline a,
html.cousin div.content a {
  color: #21348b;
  text-decoration: underline;
}
div.cke_textarea_inline hr,
html.cousin div.content hr {
  border: 0 none;
  border-top: 1px solid #3c3c3b;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
div.cke_textarea_inline span.fontsize14,
html.cousin div.content span.fontsize14 {
  font-size: 14px;
  font-size: 1.4rem;
}
div.cke_textarea_inline span.fontsize15,
html.cousin div.content span.fontsize15 {
  font-size: 15px;
  font-size: 1.5rem;
}
div.cke_textarea_inline span.fontsize16,
html.cousin div.content span.fontsize16 {
  font-size: 16px;
  font-size: 1.6rem;
}
div.cke_textarea_inline span.fontsize17,
html.cousin div.content span.fontsize17 {
  font-size: 17px;
  font-size: 1.7rem;
}
div.cke_textarea_inline span.fontsize18,
html.cousin div.content span.fontsize18 {
  font-size: 18px;
  font-size: 1.8rem;
}
div.cke_textarea_inline span.fontsize19,
html.cousin div.content span.fontsize19 {
  font-size: 19px;
  font-size: 1.9rem;
}
div.cke_textarea_inline span.fontsize20,
html.cousin div.content span.fontsize20 {
  font-size: 20px;
  font-size: 2rem;
}
div.cke_textarea_inline span.fontsize21,
html.cousin div.content span.fontsize21 {
  font-size: 21px;
  font-size: 2.1rem;
}
div.cke_textarea_inline span.fontsize22,
html.cousin div.content span.fontsize22 {
  font-size: 22px;
  font-size: 2.2rem;
}
#ckeditor_html_bienvenue,
#ckeditor_html_text_choisircousin,
#ckeditor_html_intro_accomp {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#ckeditor_html_bienvenue p + p,
#ckeditor_html_text_choisircousin p + p,
#ckeditor_html_intro_accomp p + p {
  margin-top: 16px;
  margin-top: 1.6rem;
}
#ckeditor_html_intro_accomp h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #21348b;
  font-weight: 600;
}
#ckeditor_html_textsimple,
#ckeditor_html_accomp_chirurgien,
#ckeditor_html_accomp_industriel {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#ckeditor_html_textsimple h1,
#ckeditor_html_accomp_chirurgien h1,
#ckeditor_html_accomp_industriel h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #21348b;
  font-weight: 600;
}
#ckeditor_html_textsimple ul,
#ckeditor_html_accomp_chirurgien ul,
#ckeditor_html_accomp_industriel ul {
  color: #21348b;
  list-style: inside disc none;
  text-indent: 5%;
}
#ckeditor_html_textsimple p + p,
#ckeditor_html_textsimple p + h1,
#ckeditor_html_accomp_chirurgien p + p,
#ckeditor_html_accomp_chirurgien p + h1,
#ckeditor_html_accomp_industriel p + p,
#ckeditor_html_accomp_industriel p + h1 {
  margin-top: 17px;
  margin-top: 1.7rem;
}
#ckeditor_html_textsimple img,
#ckeditor_html_accomp_chirurgien img,
#ckeditor_html_accomp_industriel img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
#ckeditor_html_accomp_chirurgien h2,
#ckeditor_html_accomp_industriel h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: #21348b;
  font-weight: 600;
}
#ckeditor_html_accomp_chirurgien a.bouton.big.vert,
#ckeditor_html_accomp_industriel a.bouton.big.vert {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  width: auto;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 8px 20px;
  padding-right: 25px;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #21348b;
  border: 1px solid #21348b;
}
#ckeditor_html_accomp_chirurgien a.bouton.big.vert:before,
#ckeditor_html_accomp_industriel a.bouton.big.vert:before {
  content: ">";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  right: 10px;
  top: 6px;
}
#ckeditor_html_introexpert {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-align: center;
}
#ckeditor_html_introexpert p + p {
  margin-top: 17px;
  margin-top: 1.7rem;
}
#ckeditor_html_ml {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#ckeditor_html_ml h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #21348b;
  font-weight: 600;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
#ckeditor_html_ml h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #21348b;
  font-weight: 600;
  margin-top: 17px;
  margin-top: 1.7rem;
}
#ckeditor_html_contenucarriere,
#ckeditor_html_newscontent,
#ckeditor_html_presscontent {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#ckeditor_html_contenucarriere p + p,
#ckeditor_html_newscontent p + p,
#ckeditor_html_presscontent p + p {
  margin-top: 17px;
  margin-top: 1.7rem;
}
#ckeditor_html_adresse {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#ckeditor_html_adresse h2 {
  color: #21348b;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 23px;
  line-height: 2.3rem;
  margin-bottom: 5px;
  font-weight: 600;
}
#ckeditor_html_introuvable {
  background-color: #575756;
  color: #fff;
  text-align: center;
}
#ckeditor_html_introuvable h1 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
}
#ckeditor_html_introuvable p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
}
#ckeditor_html_titrefrise {
  text-align: center;
}
#ckeditor_html_titrefrise p {
  display: none;
}
#ckeditor_html_titrefrise h1 {
  color: #21348b;
  font-weight: 300;
  font-size: 34px;
  font-size: 3.4rem;
  font-size: 38px;
  font-size: 3.8rem;
}
#ckeditor_html_titrefrise h1 b,
#ckeditor_html_titrefrise h1 strong {
  font-weight: 500;
}
#ckeditor_html_titrefrise h2 {
  color: #6f6f6e;
  font-weight: 300;
  font-size: 28px;
  font-size: 2.8rem;
  font-size: 32px;
  font-size: 3.2rem;
}
#ckeditor_html_titrefrise h2 b,
#ckeditor_html_titrefrise h2 strong {
  font-weight: 500;
}
#ckeditor_html_contenuhisto {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#ckeditor_html_contenuhisto img {
  max-width: 100%;
  height: auto;
}
#ckeditor_html_contenuhisto p + p {
  margin-top: 16px;
  margin-top: 1.6rem;
}
#ckeditor_html_introcarriere {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#ckeditor_html_introcarriere h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #21348b;
  font-weight: 600;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
#ckeditor_html_introcarriere p + p {
  margin-top: 16px;
  margin-top: 1.6rem;
}
#ckeditor_html_references table,
#ckeditor_html_references tr,
#ckeditor_html_references td {
  border: 0 none;
}
#ckeditor_html_references table {
  border-bottom: 1px solid #c8c8c8;
  border-spacing: 0;
  margin: 0 auto;
  table-layout: fixed;
}
#ckeditor_html_references table caption {
  display: none;
}
#ckeditor_html_references table td {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #3c3c3b;
  border-right: 1px solid #3c3c3b;
  padding: 7px 10px;
}
#ckeditor_html_references table td:first-child {
  border-left: 0 none;
}
#ckeditor_html_references table td:last-child {
  border-right: 0 none;
}
div.container-center {
  width: 1024px;
  margin: 0 auto;
}
header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
header div.container-center {
  padding-left: 190px;
  position: relative;
  z-index: 100;
}
header.tiny {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.45);
}
header.tiny #logo {
  height: 66px;
}
header.tiny #logo img {
  width: 116px;
  height: 50px;
}
header.tiny #result-container {
  display: none !important;
}
#burger,
#menu-burger {
  display: none;
}
#header-cache {
  background-color: #fff;
  position: absolute;
  z-index: 50;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#logo {
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  text-align: center;
  height: 90px;
}
#logo a {
  display: table-cell;
  vertical-align: middle;
}
#logo img {
  display: block;
  margin: 0 auto;
}
#menu {
  padding: 40px 10px 0;
  height: 90px;
}
#menu > ul {
  font-family: iconfnt;
  font-size: 0;
  text-align: justify;
}
#menu > ul > * {
  font-family: "Dosis", sans-serif;
}
#menu > ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#menu li.lvl0 {
  display: inline-block;
  width: 115px;
  text-align: center;
}
#menu li.lvl0 > a {
  display: block;
  padding: 17px 0;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#menu li.lvl0[data-name="8-societe"] > a,
#menu li.lvl0[data-name="42-produits"] > a,
#menu li.lvl0[data-name="45-services"] > a,
#menu li.lvl0.hasmenu > a {
  position: relative;
}
#menu li.lvl0[data-name="8-societe"] > a:after,
#menu li.lvl0[data-name="42-produits"] > a:after,
#menu li.lvl0[data-name="45-services"] > a:after,
#menu li.lvl0.hasmenu > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-image: url("../../../images/boutons/arrow_menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 35px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #menu li.lvl0[data-name="8-societe"] > a:after,
  #menu li.lvl0[data-name="42-produits"] > a:after,
  #menu li.lvl0[data-name="45-services"] > a:after,
  #menu li.lvl0.hasmenu > a:after {
    background-image: url("../../../images/boutons/arrow_menu_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 5px;
  }
}
#menu li.lvl0.hasmenu {
  position: relative;
}
#menu li.lvl0.actif > a {
  font-weight: 600;
  color: #21348b;
}
#menu li.lvl0.display > a,
#menu li.lvl0.hasmenu.down > a {
  background-color: #e3e3e3;
}
#menu li.lvl0.display > a:after,
#menu li.lvl0.hasmenu.down > a:after {
  top: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#menu li.lvl0.hasmenu.display > a:after {
  top: 35px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#menu li.lvl0.hasmenu.down > a {
  background-color: #e3e3e3;
}
#menu li.lvl0.hasmenu.down > a:after {
  top: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#menu nav.menuLevel1 {
  display: none;
}
nav.menuLevel1 {
  position: absolute;
  background-color: #e3e3e3;
  top: 73%;
  top: -moz-calc(100% - 27px);
  top: -webkit-calc(100% - 27px);
  top: calc(100% - 27px);
  left: 0;
  width: 100%;
  z-index: 0;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav.menuLevel1.display {
  top: 100%;
}
nav.menuLevel1 div.container-center {
  padding-left: 204px;
}
nav.menuLevel1 ul {
  font-family: iconfnt;
  font-size: 0;
}
nav.menuLevel1 ul > * {
  font-family: "Dosis", sans-serif;
}
nav.menuLevel1 li {
  display: inline-block;
  margin-left: 25px;
}
nav.menuLevel1 li a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 6px 5px;
  color: #6f6f6e;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav.menuLevel1 li.actif a {
  color: #21348b;
  font-weight: 500;
}
nav.menuLevel1:nth-of-type(2) ul {
  padding-left: 22%;
}
nav.menuLevel1:nth-of-type(3) ul {
  padding-left: 42%;
}
.tiny nav.menuLevel1.display {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.46);
}
#menu-prive {
  display: none;
  position: absolute;
  background-color: #e3e3e3;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
}
#menu-prive div.container-center {
  padding-left: 0;
  width: auto;
}
#menu-prive li {
  border-top: solid 1px #eeeeee;
}
#menu-prive li a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 6px 5px;
  color: #6f6f6e;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#menu-prive li.actif a {
  color: #21348b;
  font-weight: 500;
}
#header-part2 {
  position: absolute;
  right: 10px;
  top: 0;
  font-family: iconfnt;
  font-size: 0;
}
#header-part2 > * {
  font-family: "Dosis", sans-serif;
}
a.logo-viadeo {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("../../../images/boutons/logo_viadeo.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  a.logo-viadeo {
    background-image: url("../../../images/boutons/logo_viadeo_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
  }
}
a.logo-linkedin {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("../../../images/boutons/logo_linkedin.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  a.logo-linkedin {
    background-image: url("../../../images/boutons/logo_linkedin_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
  }
}
a.logo-youtube {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("../../../images/boutons/logo_youtube.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  a.logo-youtube {
    background-image: url("../../../images/boutons/logo_youtube_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
  }
}
a.logo-mail {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("../../../images/boutons/logo_mail.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  a.logo-mail {
    background-image: url("../../../images/boutons/logo_mail_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
  }
}
#module-search {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
}
#module-search #module-search-div {
  font-family: iconfnt;
  font-size: 0;
  border: 1px solid #bcbbbb;
  border-top: 0 none;
}
#module-search #module-search-div > * {
  font-family: "Dosis", sans-serif;
}
#module-search input {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  height: 23px;
  padding: 0 5px;
  padding: 0 5px;
  border: 0 none;
  font-size: 13px;
  font-size: 1.3rem;
}
#module-search span.picto-loupe {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 23px;
  background-image: url("../../../images/boutons/loupe.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #module-search span.picto-loupe {
    background-image: url("../../../images/boutons/loupe_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
  }
}
#result-container {
  display: none;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 100%;
  background-color: #fff;
  top: 100%;
  left: 0;
  border: 1px solid #bcbbbb;
  border-top: 0 none;
  font-size: 13px;
  font-size: 1.3rem;
}
#result-container p + p {
  margin-top: 0;
}
#result-container p {
  padding: 0 10px;
}
#result-container p a {
  padding: 5px 0;
  color: #939292;
  border-bottom: 1px solid #bcbbbb;
  display: block;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#result-container p.search-noresult {
  padding: 4px 10px;
}
#result-container p.result-nb {
  background-color: #fff;
}
#result-container p.result-nb a {
  padding: 8px 0;
  font-weight: 500;
  border-bottom: 0 none;
}
.ie8 #result-container {
  filter: alpha(opacity=100) !important;
}
#lang-menu {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: iconfnt;
  font-size: 0;
}
#lang-menu > * {
  font-family: "Dosis", sans-serif;
}
#lang-menu a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding-right: 4px;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#lang-menu a + a {
  padding-right: 0;
  padding-left: 4px;
  border-left: 1px solid #21348b;
}
#lang-menu a.actif {
  font-weight: 500;
  color: #21348b;
}
footer {
  background-color: #575756;
  position: relative;
}
footer:before {
  position: absolute;
  bottom: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 60px;
  background-image: url("../../../images/autre/angle_footer.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
footer div.container-center {
  padding: 10px 0 10px 170px;
  min-height: 120px;
  position: relative;
  font-family: iconfnt;
  font-size: 0;
  color: #d0d0d0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
footer div.container-center > * {
  font-family: "Dosis", sans-serif;
}
footer a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
footer a.logo-viadeo {
  display: none !important;
}
#footer-logo {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  text-align: center;
  height: 120px;
}
#footer-logo span {
  display: table-cell;
  vertical-align: middle;
}
#footer-logo img {
  display: block;
  margin: 0 auto;
}
#footer-menu {
  font-family: iconfnt;
  font-size: 0;
}
#footer-menu > * {
  font-family: "Dosis", sans-serif;
}
#footer-menu a.footer-menu-lvl0 {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
#footer-menu ul {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  width: 21.07728%;
  margin-left: 2.9274%;
}
#footer-menu ul li + li {
  margin-top: 2px;
}
#footer-contact {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.9274%;
}
#footer-contact p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
#footer-ml {
  background-color: #3c3c3b;
  text-align: center;
  padding: 4px 0;
}
#footer-ml a {
  font-weight: 500;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
#ariane {
  padding: 5px 7px;
  font-size: 11px;
  font-size: 1.1rem;
}
#ariane a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.ariane:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}
nav.menuLevel2 {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 15px;
}
nav.menuLevel2 ul {
  font-family: iconfnt;
  font-size: 0;
  display: inline-block;
}
nav.menuLevel2 ul > * {
  font-family: "Dosis", sans-serif;
}
nav.menuLevel2 li {
  display: inline-block;
  position: relative;
}
nav.menuLevel2 li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding: 5px 10px;
  color: #3c3c3b;
  background-color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: 1px solid #9d9e9c;
  position: relative;
}
nav.menuLevel2 li.actif a {
  color: #fff;
  background-color: #21348b;
  font-weight: 500;
  border: 0 none;
}
nav.menuLevel2 li.actif:before {
  background-color: #21348b;
  height: 160%;
  width: 100%;
  left: 0;
  top: -30%;
  content: "";
  position: absolute;
}
#display-menu {
  display: none;
}
.cache-gris {
  background-color: #ececec;
  position: relative;
}
.cache-gris:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
input.bouton,
span.bouton,
a.bouton {
  background-color: #575756;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none !important;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
input.bouton.vert,
span.bouton.vert,
a.bouton.vert {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #21348b;
  padding: 4px 9px;
  border: 1px solid #21348b;
}
html.desktop .bouton:hover,
html.desktop #prod-media div a:hover {
  background-color: #21348b;
}
html.desktop .bouton.vert:hover {
  background-color: #fff;
  color: #21348b !important;
}
a.bouton.big,
span.bouton.big {
  padding: 8px 20px;
  padding-right: 25px;
  position: relative;
}
a.bouton.big:before,
span.bouton.big:before {
  content: ">";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  right: 10px;
  top: 6px;
}
form label {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 2px;
  display: block;
  font-weight: 500;
}
form p + p,
form .divFake + .divFake,
form p + .divFake,
form .divFake + p {
  margin-top: 10px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="password"] {
  border: 1px solid #939292;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 26px;
  padding: 2px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  outline: none;
  color: #3c3c3b;
  -webkit-appearance: none;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus {
  border-color: #21348b;
}
form input[type="text"].error,
form input[type="email"].error,
form input[type="url"].error,
form input[type="tel"].error,
form input[type="password"].error {
  border-color: #dd0404;
}
form textarea {
  border: 1px solid #939292;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 0;
  padding: 5px;
  -webkit-appearance: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3c3c3b;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: "Dosis", sans-serif;
}
form textarea:focus {
  border-color: #21348b;
}
form textarea.error {
  border-color: #dd0404;
}
form p.containerCheckbox {
  margin-top: 10px;
}
form p.containerCheckbox label {
  display: inline !important;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
form span.fakeCheckbox {
  width: 14px;
  height: 14px;
  border: 1px solid #939292;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  position: relative;
}
form span.fakeCheckbox.disabled {
  cursor: default;
}
form span.fakeCheckbox:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #21348b;
  top: 2px;
  left: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
form span.fakeCheckbox.checked:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
form .showError {
  color: #dd0404;
  font-size: 12px;
  font-size: 1.2rem;
}
form div.bottomForm {
  margin-top: 10px;
  text-align: right;
}
form p.confirm {
  display: none;
  border: 1px solid #21348b;
  color: #21348b;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  @incude line-height(28);
  margin-bottom: 7px;
  text-align: center;
}
div.blockUpload {
  margin-top: 10px;
}
div.blockUpload label {
  float: left;
}
div.blockUpload .upl-btn {
  float: right;
}
div.blockUpload span.cancel {
  display: none;
}
div.blockUpload div.result {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
div.blockUpload div.result p {
  position: relative;
  z-index: 0;
  padding-left: 15px;
  color: #21348b;
  text-overflow: ellipsis;
}
div.blockUpload div.result p:before {
  content: ">";
  color: #fff;
}
div.blockUpload div.progressbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #fff;
}
div.blockUpload div.progressbar div.bar {
  width: 0;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: #21348b;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.blockUpload div.progressbar span.percentage {
  display: block;
  color: #3c3c3b;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
div.blockUpload input {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.ie8 div.blockUpload,
.ie9 div.blockUpload {
  position: relative;
}
.ie8 div.blockUpload input,
.ie9 div.blockUpload input {
  height: 24px;
  width: 80px;
  top: 0;
  right: 0;
  z-index: 100;
  position: absolute;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
p.aucunArticle {
  color: #dd0404;
  font-size: 17px;
  font-size: 1.7rem;
  @incude line-height(21);
  text-align: center;
}
span.loader {
  display: none;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-image: url("../../../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
div.fakeSelect {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #3c3c3b;
  background-color: #fff;
  width: 100%;
  padding: 0 30px 0 7px;
  height: 26px;
  background-image: url("../../../images/boutons/fs.png");
  background-repeat: no-repeat;
  background-position: right 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  div.fakeSelect {
    background-image: url("../../../images/boutons/fs_2x.png");
    background-repeat: no-repeat;
    background-position: right 1px;
    background-size: 24px 24px;
  }
}
div.fakeSelect.disabled {
  background-color: #cdcdcd;
}
div.fakeSelect.disabled .zoneClick {
  cursor: default;
}
div.fakeSelect .zoneClick {
  border: 1px solid #939292;
  z-index: 10 !important;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.fakeSelect.error .zoneClick,
div.fakeSelect.error .optionsBlock {
  border-color: #dd0404 !important;
}
div.fakeSelect > a.option {
  display: none;
}
div.fakeSelect .cache {
  display: block;
  overflow: hidden;
  height: 100%;
}
div.fakeSelect .fsText {
  position: relative;
}
div.fakeSelect .optionsBlock {
  border: 1px solid #939292;
  border-top: 0 none;
  background-color: #fff;
  width: 100% !important;
  top: 26px;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.fakeSelect .optionsBlock a {
  line-height: 16px;
  line-height: 1.6rem;
  padding: 5px 10px 5px 28px;
  position: relative;
}
div.fakeSelect .optionsBlock a:before {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border: 1px solid #3c3c3b;
  background-color: #fff;
  content: "";
  left: 10px;
  top: 8px;
  border-radius: 8px;
  position: absolute;
}
div.fakeSelect .optionsBlock a:hover:before {
  background-color: #ebf8ce;
}
div.fakeSelect .optionsBlock a.selected:before {
  background-color: #21348b;
}
div.fakeSelect .optionsBlock a.noSelect {
  color: #bcbec0;
}
div.fakeSelect .optionsBlock a.noSelect:before {
  border: 1px solid #bcbec0;
}
div.fakeSelect[data-multiselect="true"] .optionsBlock a:before {
  border-radius: 0;
}
.touch div.fakeSelect .optionsBlock a {
  padding: 10px 10px 10px 28px;
}
.touch div.fakeSelect .optionsBlock a:before {
  top: 13px;
}
.viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.viewport .overview {
  list-style: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.scrollbar {
  padding: 0;
  position: absolute;
  right: 0px;
  width: 8px;
  top: -1px;
  z-index: 10000;
}
.scrollbar.disable,
.scrollbar.hidden {
  display: none;
}
.scrollbar .track {
  height: 100%;
  position: relative;
  width: 8px;
  background-color: #fff;
}
.scrollbar .thumb {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0;
  width: 8px;
  background-color: #898987;
}
.scrollbar .thumb .end {
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.scrollbar.horizontal {
  right: auto;
  left: 0;
  bottom: -14px;
  height: 8px;
}
.scrollbar.horizontal .track {
  height: 8px;
}
.popin {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(55, 55, 55, 0.8);
  z-index: 100001;
}
.popin .popin-block {
  height: 100%;
}
.popin .popin-sousBlock {
  height: 100%;
  width: 100%;
  text-align: center;
}
.popin .popin-sousBlock:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popin div.popin-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  margin: 10px auto;
}
.popin div.popin-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.popin div.popin-content h1 {
  color: #21348b;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: left;
}
.popin div.popin-content p.common {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: center;
}
.popin span.popin-close {
  position: absolute;
  top: 5px;
  z-index: 10;
  right: 5px;
  width: 26px;
  cursor: pointer;
  height: 26px;
  background-color: #21348b;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-image: url("../../../images/boutons/close.png");
  background-repeat: no-repeat;
  background-position: top left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .popin span.popin-close {
    background-image: url("../../../images/boutons/close_2x.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
  }
}
.popin span.popin-close:hover {
  background-color: #fff;
  background-position: top right;
}
.popin.share .titre-popin {
  font-size: 16px;
  font-size: 1.6rem;
  color: #21348b;
}
.popin.share form {
  margin-top: 20px;
}
.popin.share div.popin-content {
  width: 100%;
  max-width: 400px;
}
.popin.zoom {
  overflow-y: hidden;
}
.popin.zoom div.popin-content {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 100%;
}
.popin.zoom div.container-giant {
  overflow: hidden;
  max-height: 100%;
  background-image: url("../../../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.popin.zoom div.container-giant img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  display: block;
}
.popin.zoom div.container-giant img.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
span.textVert {
  color: #21348b;
}
#page {
  padding: 0;
}
#container0 {
  padding-bottom: 47px;
  /* padding-top: 90px; */
  padding-top: 120px;
}
section {
  padding-top: 27px;
  border-top: 1px solid #e3e3e3;
}
.container-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.container-video iframe,
.container-video object,
.container-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home {
  padding-top: 0;
  border-top: 0 none;
}
#home h1,
#home h2 {
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 23px;
  line-height: 2.3rem;
  font-weight: 500;
  padding: 1.85547% 0;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
#home h1:before,
#home h2:before {
  position: absolute;
  content: "";
  top: 48%;
  height: 2px;
  background-color: #3c3c3b;
  width: 53%;
  left: 23.5%;
  z-index: 0;
}
#home h1 span,
#home h2 span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 18px;
  background-color: #fff;
}
#home div.container-padding {
  padding: 0 3.90625% 2.92969%;
}
#part-home1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  min-height: 90vh;
  margin-bottom: 15px;
}
#part-home1 #img-diapo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#part-home1 #img-diapo img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#part-home1 #img-diapo img.lazyload {
  opacity: 0 !important;
}
#part-home1 #img-diapo img.lazyloaded {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#part-home1 #img-diapo img.actif {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 10;
}
#home-diapo {
  position: relative;
  height: 100%;
  z-index: 10;
  min-width: 1024px;
}
#home-diapo span.arrow-home {
  width: 170px;
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
#home-diapo span.arrow-home span {
  display: block;
  width: 70px;
  height: 47px;
  position: relative;
  left: 50px;
  top: 35%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../../images/boutons/arrows.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #home-diapo span.arrow-home span {
    background-image: url("../../../images/boutons/arrows_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
}
#home-diapo span.arrow-home.prev {
  left: 0;
  direction: rtl;
}
#home-diapo span.arrow-home.prev span {
  left: auto;
  right: 50px;
  background-position: top left;
}
#home-diapo span.arrow-home.next {
  right: 0;
}
#home-diapo span.arrow-home.next span {
  background-position: top right;
}
#home-diapo span.arrow-home.hidden {
  display: none;
}
#home-diapo .home-diapo-slides {
  position: relative;
  z-index: 00;
  text-align: center;
  height: 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#home-diapo .home-diapo-slides .actif {
  display: inline-block !important;
}
#home-diapo .home-diapo-slide {
  display: none;
  max-width: 684px;
  position: relative;
  top: 35%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 2px 2px 4px rgba(4, 4, 4, 0.93);
  background-color: #575756;
  background-color: rgba(87, 87, 86, 0.5);
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 300;
  padding: 18px 30px;
  color: #fff;
  text-transform: uppercase;
}
#home-diapo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.no-csstransforms #part-home1 .container-center {
  padding-top: 11.71875%;
}
.no-csstransforms #home-diapo span.arrow-home span {
  position: absolute;
  top: 50%;
  margin-top: -23px;
}
.no-csstransforms #home-diapo .home-diapo-slide {
  top: 25%;
}
.ie8 div.img-diapo img {
  filter: alpha(opacity=100) !important;
}
#part-home1 + div {
  position: relative;
}
#arrow-scroll {
  position: absolute;
  top: -15px;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#arrow-scroll span {
  display: inline-block;
  width: 25px;
  height: 15px;
  background-image: url("../../../images/boutons/scroll.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #arrow-scroll span {
    background-image: url("../../../images/boutons/scroll_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
#arrow-scroll.useless {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#ckeditor_html_bienvenue {
  margin: 0 auto;
  max-width: 650px;
}
#home-prod {
  background-color: #ececec;
  position: relative;
}
#home-prod:before {
  position: absolute;
  content: "";
  display: block;
  width: 68px;
  height: 46px;
  left: 0;
  top: -22px;
  background-image: url("../../../images/autre/pointe_left.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #home-prod:before {
    background-image: url("../../../images/autre/pointe_left_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
#home-prod:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#home-prod h2 span {
  background-color: #ececec;
}
#home-prod div.container-padding {
  padding-bottom: 0;
}
#home-prod-list {
  margin-left: -2.22458%;
}
#home-prod-list li {
  width: 22.79793%;
  margin-left: 2.17617%;
  background-color: transparent;
}
#home-services {
  background-color: #ececec;
  position: relative;
  margin-top: 77px;
}
#home-services:before {
  position: absolute;
  content: "";
  display: block;
  width: 68px;
  height: 46px;
  right: 0;
  top: -24px;
  background-image: url("../../../images/autre/pointe_right.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #home-services:before {
    background-image: url("../../../images/autre/pointe_right_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
#home-services:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#home-services h2 span {
  background-color: #ececec;
}
#home-services div.container-padding {
  padding-bottom: 0;
}
#home-services-list {
  margin-left: -10.27542%;
}
#home-services-list li {
  width: 24.01537%;
  margin-left: 9.31796%;
}
#home-choisir {
  margin-top: 77px;
}
#ckeditor_html_text_choisircousin {
  margin: 0 auto;
  max-width: 650px;
}
#home-choisir-list {
  margin-top: 2.64831%;
  margin-left: -10.27542%;
}
#home-choisir-list li {
  width: 24.01537%;
  margin-left: 9.31796%;
}
#home-reste {
  background-color: #ececec;
  position: relative;
}
#home-reste:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#home-reste div.container-padding {
  padding-bottom: 0;
}
#home-reste h2 {
  padding: 4.52381% 0;
}
#home-reste h2:before {
  left: 4.5%;
  width: 91%;
}
#home-reste h2 span {
  background-color: #ececec;
}
a.bouton-small {
  display: none;
}
#home-moment {
  float: left;
  width: 44.49153%;
  margin-right: 11.01695%;
}
#home-moment .pattern-bottom + .pattern-bottom {
  margin-top: 4.7619%;
}
#home-moment a {
  padding-bottom: 47.61905%;
}
#home-perso {
  float: left;
  width: 44.49153%;
}
#home-map {
  background-color: #ececec;
  position: relative;
  margin-top: 77px;
}
#home-map h2 {
  max-width: 960px;
  margin: 0 auto;
}
#home-map:before {
  position: absolute;
  content: "";
  display: block;
  width: 68px;
  height: 46px;
  right: 0;
  top: -24px;
  background-image: url("../../../images/autre/pointe_right.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #home-map:before {
    background-image: url("../../../images/autre/pointe_right_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
#home-map:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#home-map div.container-center {
  max-width: 1500px;
  min-width: 1024px;
  width: 100%;
}
#home-map h2 span {
  background-color: #ececec;
}
#home-map div.container-padding {
  font-family: iconfnt;
  font-size: 0;
}
#home-map div.container-padding > * {
  font-family: "Dosis", sans-serif;
}
#home-map-list {
  display: inline-block;
  vertical-align: middle;
  width: 33.89831%;
}
#home-map-list div {
  float: left;
  width: 47.5%;
}
#home-map-list div + div {
  margin-left: 5%;
}
#home-map-list p + p {
  margin-top: 2px;
}
#home-map-list span {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  cursor: pointer;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-weight: 500;
}
#home-map-list span.hover {
  color: #21348b;
}
#home-map-svg {
  display: inline-block;
  vertical-align: middle;
  width: 66.10169%;
  padding-bottom: 42.58475%;
}
#home-map-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
}
#home-map-svg svg path {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#home-map-svg svg path[fill] {
  fill: #21348b;
}
.no-svg #home-map-svg {
  display: none;
}
.no-svg #home-map-list {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#contenusimple div.ariane,
#expertisemenu div.ariane {
  position: relative;
  z-index: 10;
  top: -1px;
  background-color: #fff;
}
#contenusimple div.container-padding,
#expertisemenu div.container-padding {
  padding: 2.92969% 12.89063% 0;
}
#contenusimple p.ui-wrapper img,
#expertisemenu p.ui-wrapper img {
  height: auto !important;
}
#contenusimple-cache {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
div.contenusimple-bottom {
  padding: 5.26316% 0;
  text-align: center;
}
div.contenusimple-bottom a {
  padding: 8px 20px;
  padding-left: 25px;
  position: relative;
}
div.contenusimple-bottom a:before {
  content: "<";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: 10px;
  top: 6px;
}
#expertisemenu h1 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 500;
  padding-bottom: 2.92969%;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
#expertisemenu h1:before {
  position: absolute;
  content: "";
  top: 26%;
  height: 2px;
  background-color: #3c3c3b;
  width: 508px;
  left: 50%;
  z-index: 0;
  margin-left: -254px;
}
#expertisemenu h1 span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 18px;
  background-color: #fff;
}
#historique {
  overflow: hidden;
}
#historique div.container-padding {
  padding: 0 1.95313%;
}
#ckeditor_html_contenuhisto img {
  height: auto !important;
}
#ckeditor_html_titrefrise {
  margin-top: 35px;
}
#frise-container {
  padding-top: 104px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 150px;
}
#frise-container:before {
  position: absolute;
  content: "";
  width: 108px;
  height: 64px;
  top: 0;
  left: 50%;
  margin-left: -54px;
  background-image: url("../../../images/autre/frise-top.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #frise-container:before {
    background-image: url("../../../images/autre/frise-top_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
#frise-container:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background-color: #3c3c3b;
}
#frise-container p.titre {
  position: relative;
  color: #21348b;
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  font-size: 5rem;
  line-height: 54px;
  line-height: 5.4rem;
  background-color: #fff;
  z-index: 10;
  margin-bottom: 7.11382%;
}
#frise-container p.titre span {
  display: block;
}
#frise-container.show div.uneAnnee {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
div.uneAnnee {
  margin-top: 25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
li.frise-event {
  float: left;
  width: 50%;
  position: relative;
  padding-right: 5.0813%;
}
li.frise-event.right {
  float: right;
  padding-right: 0;
  padding-left: 5.0813%;
}
li.frise-event.right div.firse-content {
  float: none;
  text-align: left;
  padding: 3.39367% 4.52489% 3.39367% 40px;
}
li.frise-event.right div.firse-content:before {
  background-position: top right;
  right: auto;
  left: -3px;
}
li.frise-event.right span.frise-event-marquer {
  background-position: top right;
  right: auto;
  left: 0;
}
li.frise-event + li {
  margin-top: 6.83594%;
}
li.frise-event span.frise-event-marquer {
  position: absolute;
  width: 15px;
  height: 25px;
  right: 0;
  top: 13px;
  background-image: url("../../../images/autre/frise-arrow.png");
  background-repeat: no-repeat;
  background-position: top left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  li.frise-event span.frise-event-marquer {
    background-image: url("../../../images/autre/frise-arrow_2x.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
  }
}
li.frise-event div.firse-content {
  float: right;
  max-width: 390px;
  width: 100%;
  position: relative;
  text-align: right;
  background-color: #ececec;
  padding: 2.71493% 40px 3.39367% 4.52489%;
}
li.frise-event div.firse-content:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 57px;
  right: -3px;
  top: -5px;
  background-image: url("../../../images/autre/frise-traingle.png");
  background-repeat: no-repeat;
  background-position: top left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  li.frise-event div.firse-content:before {
    background-image: url("../../../images/autre/frise-traingle_2x.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
  }
}
li.frise-event div.firse-content h4 {
  color: #21348b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 5px;
}
li.frise-event div.firse-content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
}
li.frise-event div.firse-content div.content {
  margin-top: 7px;
}
li.frise-event div.firse-content div.content p.container-img {
  overflow: hidden;
}
li.frise-event div.firse-content div.content p.container-img img {
  height: auto !important;
}
section.type-news div.container-padding {
  padding: 0.97656% 3.90625% 0;
  font-family: iconfnt;
  font-size: 0;
}
section.type-news div.container-padding > * {
  font-family: "Dosis", sans-serif;
}
section.type-news form {
  border-top: 5px solid #21348b;
  display: inline-block;
  vertical-align: top;
  width: 29.66102%;
  margin-right: 5.72034%;
  background-color: #fff;
  padding: 1.05932% 1.48305%;
}
section.type-news form h1,
section.type-news form h2 {
  color: #21348b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
section.type-news form textarea {
  min-height: 120px;
}
section.type-news form + div,
section.type-news #container-carriere {
  display: inline-block;
  vertical-align: top;
  width: 64.61864%;
}
section.type-news nav.menuLevel2 {
  text-align: left;
  padding-left: 36.52344%;
  margin-bottom: 1.95313%;
}
#container-carriere > div.content {
  margin-bottom: 20px;
}
#formCarriere h2 {
  margin-bottom: 0;
}
#formCarriere div.form {
  padding-top: 10px;
}
#btn-display-form {
  display: none;
}
#carriere div.container-padding {
  direction: rtl;
}
#carriere div.container-padding #container-carriere,
#carriere div.container-padding form {
  direction: ltr;
}
#ckeditor_html_contenucarriere h2 {
  padding-right: 0;
}
#management h1 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 500;
  padding: 1.85547% 0;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.97656%;
}
#management h1:before {
  position: absolute;
  content: "";
  top: 48%;
  height: 2px;
  background-color: #3c3c3b;
  width: 508px;
  left: 50%;
  z-index: 0;
  margin-left: -254px;
}
#management h1 span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 18px;
  background-color: #fff;
}
div.management-container {
  background-color: #ececec;
}
div.management-container:nth-child(2n) {
  background-color: #fff;
}
div.management-container div.container-padding {
  padding: 1.95313% 3.90625%;
}
ul.manag-perso-container {
  margin-left: -2.22458%;
  font-family: iconfnt;
  font-size: 0;
}
ul.manag-perso-container > * {
  font-family: "Dosis", sans-serif;
}
li.manag-perso {
  width: 22.79793%;
  margin-left: 2.17617%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  cursor: pointer;
}
li.manag-perso div.container-img {
  border-radius: 13px;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 5px;
}
li.manag-perso p.manag-perso-special {
  padding-bottom: 32px;
  position: relative;
}
li.manag-perso p.manag-perso-special:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 20px;
  height: 12px;
  margin-left: -10px;
  background-image: url("../../../images/boutons/arrow-manag.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  li.manag-perso p.manag-perso-special:before {
    background-image: url("../../../images/boutons/arrow-manag_2x.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
  }
}
li.manag-perso p.manag-perso-special:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 20px;
  height: 12px;
  margin-left: -10px;
  background-image: url("../../../images/boutons/arrow-manag.png");
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 10;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  li.manag-perso p.manag-perso-special:after {
    background-image: url("../../../images/boutons/arrow-manag_2x.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
  }
}
li.manag-perso p.manag-perso-special.show:before,
li.manag-perso p.manag-perso-special.show:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
li.manag-perso div.content {
  display: none;
  padding: 15px 0;
  border-top: 1px solid #3c3c3b;
  border-bottom: 1px solid #3c3c3b;
}
.desktop li.manag-perso:hover p.manag-perso-special:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.desktop li.manag-perso:hover p.manag-perso-special:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#accompagnement div.container-padding {
  padding: 2.92969% 12.89063% 0;
  overflow: hidden;
  text-align: center;
}
#accomp-mini-menu {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  left: 0;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#accomp-mini-menu a.btn-ind {
  margin-left: 1px;
}
#accomp-mini-menu.left {
  left: 40%;
}
#accomp-mini-menu.left a.btn-chi {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#accomp-mini-menu.right {
  left: -40%;
}
#accomp-mini-menu.right a.btn-ind {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#accomp-container {
  position: relative;
  background-color: #ececec;
}
#accomp-container h1 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 500;
  padding: 1.85547% 0;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.97656%;
}
#accomp-container h1:before {
  position: absolute;
  content: "";
  top: 48%;
  height: 2px;
  background-color: #3c3c3b;
  width: 80%;
  left: 10%;
  z-index: 0;
}
#accomp-container h1 span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 18px;
  background-color: #ececec;
}
#accomp-container {
  overflow: hidden;
}
#accomp-container-slider {
  min-width: 1024px;
  width: 300%;
  font-family: iconfnt;
  font-size: 0;
  position: relative;
  left: -100%;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#accomp-container-slider > * {
  font-family: "Dosis", sans-serif;
}
#accomp-container-slider.chirurgien {
  left: 0;
}
#accomp-container-slider.industriel {
  left: -200%;
}
div.accomp-slide {
  vertical-align: top;
  display: inline-block;
  width: 33.33333%;
  max-height: 150px;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#accomp-slide-menu {
  max-height: none;
}
#accomp-slide-menu div.container-img {
  padding-bottom: 35%;
}
#accomp-slide-chirurgien:after,
#accomp-slide-industriel:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#accompagnement div.accomp-contact {
  padding: 3.28947% 0;
  text-align: center;
}
#accompagnement div.accomp-contact a {
  padding: 8px 20px;
  padding-right: 25px;
  position: relative;
}
#accompagnement div.accomp-contact a:before {
  content: ">";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  right: 10px;
  top: 6px;
}
.desktop #ckeditor_html_accomp_industriel a.big.bouton.vert:hover {
  color: #21348b !important;
  background-color: #fff;
}
#listeproduit div.container-padding {
  padding: 0 2.92969%;
}
#listeproduit h1 {
  background-color: #21348b;
}
#listeproduit li.list-prod-phare p {
  color: #21348b;
}
#listeproduit span.list-prod-cell.name {
  color: #21348b;
}
#listeproduit a.sticky-link {
  background-color: #21348b;
  border-top: 1px solid #21348b;
  border-top: 1px solid #21348b;
}
.ie8 a.sticky-link {
  display: none;
}
#list-top {
  position: relative;
  min-height: 315px;
  padding: 10px 2.92969% 10px 0;
}
#list-illustration {
  position: absolute;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
  width: 50%;
  z-index: -1;
  left: 0;
}
#list-illustration .container-img {
  padding-bottom: 58.78906%;
}
#list-infos {
  float: right;
  width: 50.50302%;
  max-width: 472px;
  padding: 0 1.00604%;
  background-color: #fff;
}
#list-infos h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#list-infos div.content {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  margin: 4.42478% 0;
}
#list-infos h2 {
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
}
#list-infos h2:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 60%;
  left: 0;
  height: 1px;
  background-color: #3c3c3b;
}
#list-infos h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
#list-infos ul {
  font-family: iconfnt;
  font-size: 0;
  margin-left: -3.53982%;
  text-align: center;
}
#list-infos ul > * {
  font-family: "Dosis", sans-serif;
}
li.list-prod-phare {
  width: 29.91453%;
  margin-left: 3.4188%;
  display: inline-block;
  vertical-align: top;
}
li.list-prod-phare a {
  display: block;
}
li.list-prod-phare .container-img {
  padding-bottom: 100%;
  border-radius: 13px;
  border: 1px solid #ececec;
  overflow: hidden;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
li.list-prod-phare p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 600;
  margin-top: 5px;
}
.desktop li.list-prod-phare a:hover .container-img {
  border-color: #21348b;
}
#list-tris {
  border-top: 1px solid #3c3c3b;
  padding: 2.07469% 1.03734%;
}
#list-tris form {
  margin-bottom: 17px;
}
#list-tris div.divFake {
  display: inline-block;
  width: 29.66102%;
  max-width: 230px;
  margin-top: 0;
}
#list-tris-choix {
  font-size: 14px;
  font-size: 1.4rem;
}
#list-tris-choix span.list-choix {
  display: inline-block;
  cursor: pointer;
}
#list-tris-choix span.list-choix + span {
  margin-left: 10px;
}
#list-tris-choix span.list-choix.list-choix-none {
  cursor: default;
}
#list-tris-choix span.list-choix-supp {
  display: inline-block;
  margin-left: 5px;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#list-tris-choix span.list-choix-supp:after {
  content: "x";
  font-size: 16px;
  font-size: 1.6rem;
}
.desktop .list-choix:hover span {
  color: #21348b;
}
#list-list {
  padding-bottom: 60px;
}
#list-list div.container-padding {
  padding: 10px 2.92969%;
  font-family: iconfnt;
  font-size: 0;
}
#list-list div.container-padding > * {
  font-family: "Dosis", sans-serif;
}
li.list-prod:nth-child(2n + 1) {
  background-color: #ececec;
}
li.list-prod + li {
  border-top: 1px solid #ececec;
}
span.list-prod-cell {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
span.list-prod-cell.photo {
  width: 18.57585%;
}
span.list-prod-cell.photo a {
  display: block;
  border-radius: 13px;
  border: 2px solid #ececec;
  overflow: hidden;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
span.list-prod-cell.photo .container-img {
  padding-bottom: 100%;
}
span.list-prod-cell.name {
  width: 22.08462%;
  font-weight: 600;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 23px;
  line-height: 2.3rem;
}
span.list-prod-cell.name a {
  display: block;
}
span.list-prod-cell.desc {
  width: 44.89164%;
}
span.list-prod-cell.desc div.content {
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
span.list-prod-cell.desc div.content p + p {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
span.list-prod-cell.desc span.list-prod-carac {
  display: block;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
span.list-prod-cell.link {
  text-align: right;
  width: 14.44788%;
  padding-left: 0;
}
span.list-prod-cell.link span {
  font-family: arial, sans-serif;
}
.desktop span.list-prod-cell.photo a:hover {
  border-color: #21348b;
}
.desktop span.list-prod-cell.name a:hover {
  text-decoration: underline;
}
#detailproduit div.container-padding {
  padding: 0 1.95313%;
}
#detailproduit h3 {
  background-color: #dbdbdb;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 2.54065%;
}
#prod-menu {
  margin-top: 10px;
}
#prod-menu ul {
  font-family: iconfnt;
  font-size: 0;
}
#prod-menu ul > * {
  font-family: "Dosis", sans-serif;
}
#prod-menu li {
  display: inline-block;
  width: 33.33333%;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding: 5px 10px;
  cursor: pointer;
  color: #6f6f6e;
  background-color: #dbdbdb;
}
#prod-menu li:nth-child(2n) {
  background-color: #c8c8c8;
}
#prod-menu li + li {
  border-left: 1px solid #c8c8c8;
}
#prod-menu.li1 {
  display: none;
}
#prod-menu.li2 li {
  width: 50%;
}
#prod-intro {
  margin: 10px auto 0;
  max-width: 524px;
}
#prod-intro h1 {
  color: #21348b;
  font-size: 30px;
  font-size: 3rem;
  line-height: 34px;
  line-height: 3.4rem;
}
#prod-intro h2 {
  color: #21348b;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
#prod-diapo {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  min-height: 86vh;
  margin: 20px auto;
}
#prod-diapo #img-diapo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#prod-diapo #img-diapo img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#prod-diapo #img-diapo img.lazyload {
  opacity: 0 !important;
}
#prod-diapo #img-diapo img.lazyloaded {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#prod-diapo #img-diapo img.actif {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 10;
}
.ie #prod-diapo #img-diapo img {
  cursor: pointer;
}
#prod-diapo-div {
  position: relative;
  height: 100%;
  z-index: 10;
  min-width: 1024px;
}
#prod-diapo-div span.arrow-home {
  width: 170px;
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
#prod-diapo-div span.arrow-home span {
  display: block;
  width: 70px;
  height: 47px;
  position: relative;
  left: 50px;
  top: 35%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../../images/boutons/arrows.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #prod-diapo-div span.arrow-home span {
    background-image: url("../../../images/boutons/arrows_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
}
#prod-diapo-div span.arrow-home.prev {
  left: 0;
  direction: rtl;
}
#prod-diapo-div span.arrow-home.prev span {
  left: auto;
  right: 50px;
  background-position: top left;
}
#prod-diapo-div span.arrow-home.next {
  right: 0;
}
#prod-diapo-div span.arrow-home.next span {
  background-position: top right;
}
#prod-diapo-div span.arrow-home.hidden {
  display: none;
}
#show-zoom {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.no-csstransforms #prod-diapo .container-center {
  padding-top: 11.71875%;
}
.no-csstransforms #prod-diapo-div span.arrow-home span {
  position: absolute;
  top: 50%;
  margin-top: -23px;
}
.ie8 #img-diapo img {
  filter: alpha(opacity=100) !important;
}
#prod-content div.content {
  margin: 0 auto 25px;
  max-width: 764px;
  text-align: center;
}
#prod-content div.content,
#prod-indication div.content {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#prod-indication {
  margin-bottom: 25px;
}
#prod-indication div.content {
  margin: 0 auto;
  text-align: center;
  max-width: 524px;
}
#prod-caract {
  margin-bottom: 25px;
}
#prod-caract div {
  text-align: center;
  max-width: 100%;
  width: 764px;
  margin: 0 auto;
  display: table;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#prod-caract div span {
  display: table-cell;
  width: 50%;
  padding: 7px 10px;
  vertical-align: top;
  border-right: 1px solid #3c3c3b;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
}
#prod-caract div span.caract-name {
  color: #21348b;
}
#prod-caract div span + span {
  border-right: 0 none;
  border-left: 1px solid #3c3c3b;
}
#prod-caract div + div span {
  border-top: 0 none;
}
#prod-mini-menu {
  margin-bottom: 25px;
}
#prod-temoin {
  margin-bottom: 25px;
}
#prod-temoin h3 {
  margin-bottom: 0;
}
#prod-temoin div.clearfix {
  position: relative;
  background-color: #21348b;
  min-height: 250px;
}
#prod-doctor {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 61.99187%;
}
#prod-doctor .container-img {
  padding-bottom: 45.90164%;
}
#prod-temoignage {
  float: right;
  width: 38.00813%;
  padding: 3.04878%;
  background-color: #21348b;
  color: #fff;
  text-align: center;
}
#prod-temoignage > p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#prod-temoignage blockquote {
  margin: 20px 0 0;
  margin: 2rem 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
#prod-media {
  margin-bottom: 25px;
}
#prod-media div {
  margin: 0 auto;
  max-width: 764px;
}
#prod-media div a {
  background-color: #575756;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 5px 10px;
  cursor: pointer;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#prod-video {
  margin-bottom: 25px;
}
#prod-video div {
  margin: 0 auto;
  max-width: 764px;
}
#prod-video p {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
#prod-video p iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#prod-video p + p {
  margin-top: 17px;
  margin-top: 17rem;
}
#prod-autre {
  background-color: #ececec;
  position: relative;
}
#prod-autre:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#prod-autre div.container-padding {
  padding: 10px 11.52344%;
}
#prod-autre h4 {
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  text-transform: uppercase;
}
#prod-autre h4 span {
  position: relative;
}
#prod-autre h4 span:before {
  position: absolute;
  content: "";
  top: 48%;
  height: 1px;
  background-color: #3c3c3b;
  width: 3.44em;
  left: -4.16em;
}
#prod-autre h4 span:after {
  position: absolute;
  content: "";
  top: 48%;
  width: 3.44em;
  height: 1px;
  right: -4.16em;
  background-color: #3c3c3b;
}
#other-product-list {
  margin-left: -9.64467%;
  font-family: iconfnt;
  font-size: 0;
  padding: 3.17259% 0;
  text-align: center;
}
#other-product-list > * {
  font-family: "Dosis", sans-serif;
}
#other-product-list li {
  width: 16.2037%;
  margin-left: 8.7963%;
  display: inline-block;
  vertical-align: top;
}
#other-product-list li a {
  display: block;
}
#other-product-list li .container-img {
  padding-bottom: 100%;
  border-radius: 13px;
  border: 1px solid #b5b5b4;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
}
#other-product-list li p {
  color: #21348b;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
  margin-top: 5px;
}
.desktop #other-product-list li a:hover .container-img {
  border-color: #21348b;
}
#mentionslegales {
  padding-top: 0;
}
#mentionslegales div.container-padding {
  padding: 2.92969% 12.89063% 0;
}
#search {
  padding-top: 0;
}
#search div.ariane {
  position: relative;
  z-index: 10;
  top: -1px;
  background-color: #fff;
}
#search div.ariane:before {
  background-color: #e3e3e3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#search .cache-gris div.container-center {
  padding: 40px 0;
  position: relative;
  z-index: 10;
}
#search article {
  max-width: 630px;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.46484% 1.95313%;
}
#search article h1 {
  color: #21348b;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
ul.result-list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
ul.result-list li {
  padding-left: 15px;
  position: relative;
}
ul.result-list li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../../../images/autre/puce.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  ul.result-list li:before {
    background-image: url("../../../images/autre/puce_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
ul.result-list li + li {
  margin-top: 10px;
}
ul.result-list a b {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.desktop ul.result-list a:hover b {
  color: #21348b;
}
#contact {
  padding-top: 0;
}
#contact div.container-center {
  position: relative;
}
#contact div.content {
  position: absolute;
  width: 50%;
  top: 350px;
  left: 0;
  padding: 2.44141% 10px 2.44141% 13.67188%;
}
#gmap {
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#formContact {
  float: right;
  margin-top: 80px;
  border-top: 5px solid #21348b;
  width: 47.5%;
  margin-right: 2.5%;
  max-width: 320px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 0.97656% 1.36719%;
}
#formContact h1 {
  color: #21348b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
#formContact textarea {
  min-height: 120px;
}
#connexion {
  padding-top: 0;
}
#connexion div.ariane {
  position: relative;
  z-index: 10;
  top: -1px;
  background-color: #fff;
}
#connexion div.ariane:before {
  background-color: #e3e3e3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#connexion .cache-gris div.container-center {
  padding: 40px 0 25px;
  position: relative;
  z-index: 10;
}
#connexion form {
  border-top: 5px solid #21348b;
  max-width: 330px;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.05932% 1.48305%;
}
#connexion form h1 {
  color: #21348b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
#connexion a.oubli {
  display: inline-block;
  margin-top: 10px;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.bg-img {
  overflow: hidden;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.bg-img img {
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.bg-img img.lazyloaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#page404 {
  padding-top: 0;
  border-top: 0 none;
}
#page404 h2 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 500;
  padding: 1.85547% 0;
  text-transform: uppercase;
}
#page404 h2 span {
  position: relative;
}
#page404 h2 span:before {
  position: absolute;
  content: "";
  top: 48%;
  height: 2px;
  background-color: #3c3c3b;
  width: 3.44em;
  left: -4.16em;
}
#page404 h2 span:after {
  position: absolute;
  content: "";
  top: 48%;
  width: 3.44em;
  height: 2px;
  right: -4.16em;
  background-color: #3c3c3b;
}
#page404 div.container-padding {
  padding: 0 3.90625% 2.92969%;
}
#page404-message {
  background-color: #575756;
}
#page404-message div.content {
  padding: 9.76563% 10px 9.76563%;
}
#page404-prod {
  background-color: #ececec;
  position: relative;
}
#page404-prod:before {
  position: absolute;
  content: "";
  display: block;
  width: 68px;
  height: 46px;
  left: 0;
  top: -22px;
  background-image: url("../../../images/autre/pointe_left.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #page404-prod:before {
    background-image: url("../../../images/autre/pointe_left_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
#page404-prod:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#page404-prod div.container-padding {
  padding-bottom: 0;
}
#page404-prod-list {
  margin-left: -2.22458%;
}
#page404-prod-list li {
  width: 22.79793%;
  margin-left: 2.17617%;
}
#page404-choisir {
  margin-top: 77px;
}
#page404-map {
  background-color: #ececec;
  position: relative;
  margin-top: 77px;
}
#page404-map:before {
  position: absolute;
  content: "";
  display: block;
  width: 68px;
  height: 46px;
  right: 0;
  top: -24px;
  background-image: url("../../../images/autre/pointe_right.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #page404-map:before {
    background-image: url("../../../images/autre/pointe_right_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
#page404-map:after {
  position: absolute;
  top: 100%;
  width: 100%;
  content: "";
  left: 0;
  height: 79px;
  background-image: url("../../../images/autre/angle_gris.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
#page404-map div.container-center {
  max-width: 1500px;
  min-width: 1024px;
  width: 100%;
}
#page404-map h2 span {
  background-color: #ececec;
}
#page404-map div.container-padding {
  font-family: iconfnt;
  font-size: 0;
}
#page404-map div.container-padding > * {
  font-family: "Dosis", sans-serif;
}
#page404-map-list {
  display: inline-block;
  vertical-align: middle;
  width: 33.89831%;
}
#page404-map-list div {
  float: left;
  width: 47.5%;
}
#page404-map-list div + div {
  margin-left: 5%;
}
#page404-map-list p + p {
  margin-top: 2px;
}
#page404-map-list span {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  cursor: pointer;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-weight: 500;
}
#page404-map-list span.hover {
  color: #21348b;
}
#page404-map-svg {
  display: inline-block;
  vertical-align: middle;
  width: 66.10169%;
  padding-bottom: 42.58475%;
}
#page404-map-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
}
#page404-map-svg svg path {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#page404-map-svg svg path[fill] {
  fill: #21348b;
}
.no-svg #page404-map-svg {
  display: none;
}
.no-svg #page404-map-list {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#moncompte {
  padding-top: 0;
}
#moncompte div.ariane {
  position: relative;
  z-index: 10;
  top: -1px;
  background-color: #fff;
}
#moncompte div.ariane:before {
  background-color: #e3e3e3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#moncompte .cache-gris div.container-center {
  padding: 40px 0 25px;
  position: relative;
  z-index: 10;
}
#moncompte form {
  border-top: 5px solid #21348b;
  max-width: 550px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2.11864% 4.23729%;
}
#moncompte form h1 {
  color: #21348b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
#moncompte form.isModif div.modif {
  display: block;
}
#moncompte form.isModif input.modif,
#moncompte form.isModif span.modif {
  display: inline-block;
}
#moncompte form.isModif .reel {
  display: none;
}
#moncompte p.containerCheckbox {
  margin-top: 10px;
}
#moncompte .modif {
  display: none;
}
#moncompte .annul {
  margin-right: 20px;
}
#compte-infos,
#compte-form {
  font-family: iconfnt;
  font-size: 0;
}
#compte-infos > *,
#compte-form > * {
  font-family: "Dosis", sans-serif;
}
div.compte-part {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
}
div.compte-part + div {
  margin-left: 10%;
}
#compte-infos label {
  display: inline-block;
  margin-right: 5px;
}
#compte-infos span.text-vert {
  color: #21348b;
  font-weight: 500;
}
#prive {
  padding-top: 0;
}
#prive div.container-padding {
  padding: 2.44141% 3.90625% 0;
}
#prive .pattern-news-content {
  min-height: 84px;
}
#prive h1.colored {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  background-color: #21348b;
}
#prive.rachis h1.colored,
#prive.spine h1.colored {
  background-color: #f19106;
}
#prive.rachis .pattern-news-content,
#prive.rachis form,
#prive.spine .pattern-news-content,
#prive.spine form {
  border-top-color: #f19106;
}
#prive.rachis h2,
#prive.spine h2 {
  color: #f19106;
}
#prive.visceral h1.colored {
  background-color: #21348b;
}
#prive.visceral .pattern-news-content,
#prive.visceral form {
  border-top-color: #21348b;
}
#prive.visceral h2 {
  color: #21348b;
}
#prive.obesite h1.colored,
#prive.obesity h1.colored {
  background-color: #569bbe;
}
#prive.obesite .pattern-news-content,
#prive.obesite form,
#prive.obesity .pattern-news-content,
#prive.obesity form {
  border-top-color: #569bbe;
}
#prive.obesite h2,
#prive.obesity h2 {
  color: #569bbe;
}
#prive.uro-gynecologie h1.colored,
#prive.uro-gynaecology h1.colored {
  background-color: #7c2379;
}
#prive.uro-gynecologie .pattern-news-content,
#prive.uro-gynecologie form,
#prive.uro-gynaecology .pattern-news-content,
#prive.uro-gynaecology form {
  border-top-color: #7c2379;
}
#prive.uro-gynecologie h2,
#prive.uro-gynaecology h2 {
  color: #7c2379;
}
#prive div.container-boutons {
  position: absolute;
  top: 1.63934%;
  top: -moz-calc(1.63934% + 6px);
  top: -webkit-calc(1.63934% + 6px);
  top: calc(1.63934% + 6px);
  right: 2.45902%;
  width: 100px;
}
#prive div.container-boutons .bouton + .bouton {
  margin-top: 15px;
}
.desktop #prive.rachis .bouton:hover {
  background-color: #f19106;
}
.desktop #prive.visceral .bouton:hover {
  background-color: #21348b;
}
.desktop #prive.obesite .bouton:hover {
  background-color: #569bbe;
}
.desktop #prive.uro-gynecologie .bouton:hover {
  background-color: #7c2379;
}
.notices__block {
  margin-top: 30px;
}
.notices__search {
  margin: 0 auto;
  max-width: 500px;
  background-color: #fff;
  padding: 10px 15px;
  border-top: 5px solid #21348b;
}
.notices__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #3c3c3b;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.notices__head .notices__cell--name {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Dosis", sans-serif;
}
.notices__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 15px 0;
}
.notices__item:nth-child(2n + 1) {
  background-color: #fff;
}
.notices__cell {
  padding: 5px 10px;
}
.notices__cell--name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 1.7rem;
  font-family: Arial, sans-serif;
}
.notices__cell--name p {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.notices__cell--version {
  min-width: 120px;
}
.notices__cell--dl {
  min-width: 180px;
}
.notices__cell--dl .bouton {
  width: 100%;
  text-align: center;
}
#noticespapier .cache-gris .container-center {
  padding-top: 80px;
  padding-bottom: 20px;
}
.form-notice {
  margin: 0 auto;
  border-top: 5px solid #21348b;
  max-width: 500px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 10px 15px;
}
.form-notice h1 {
  color: #21348b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 770px) {
  .notices__head .notices__cell--version,
  .notices__head .notices__cell--dl {
    display: none;
  }
  .notices__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .notices__cell--name {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .notices__head {
    display: none;
  }
  .notices__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .notices__cell--ref {
    width: auto;
  }
}
div.container-center {
  max-width: 1024px;
  width: 100%;
}
#home-diapo,
#prod-diapo-div,
#home-map div.container-center,
#page404-map div.container-center,
#accomp-container-slider {
  min-width: 0;
}
.touch * {
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 900px) {
  html.okScroll {
    height: 100%;
  }
  html.okScroll body {
    height: 100%;
    overflow-y: hidden;
  }
  html.okScroll #wrapper {
    height: 100%;
    position: relative;
  }
  html.okScroll header {
    position: absolute;
  }
  html.okScroll #page {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .touch html #page {
    overflow-y: scroll;
  }
  #page {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    left: 0;
    position: relative;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 10;
    background-color: #fff;
  }
  #page.menu {
    left: -80%;
  }
  #container0 {
    padding-top: 70px;
  }
  section {
    padding-top: 0;
  }
  header {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.45);
  }
  header div.container-center {
    padding-left: 0;
  }
  #logo {
    position: relative;
    padding: 10px;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: left;
  }
  #logo a {
    display: inline-block;
  }
  #logo img {
    height: 50px;
    width: auto;
  }
  #burger {
    display: block;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 36px;
    height: 36px;
    background-color: #21348b;
    cursor: pointer;
    border-radius: 8px;
  }
  #burger:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../images/boutons/burger.png");
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (min--moz-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (max-width: 900px) and (min-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (min-resolution: 192dpi),
  only screen and (max-width: 900px) and (min-resolution: 2dppx) {
  #burger:before {
    background-image: url("../../../images/boutons/burger_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
  }
}
@media only screen and (max-width: 900px) {
  #burger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../images/boutons/burger-close.png");
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (min--moz-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (max-width: 900px) and (min-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (min-resolution: 192dpi),
  only screen and (max-width: 900px) and (min-resolution: 2dppx) {
  #burger:after {
    background-image: url("../../../images/boutons/burger-close_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 21px;
  }
}
@media only screen and (max-width: 900px) {
  #burger.actif:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #burger.actif:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #burger .text {
    position: absolute;
    top: 100%;
    color: #21348b;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    width: 100%;
    left: 0;
  }
  #menu-burger {
    background-color: #fff;
    display: none;
    display: block;
    height: 100%;
    right: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 80%;
    padding-top: 70px;
    z-index: 0;
  }
  #menu-burger > ul {
    padding-bottom: 20px;
  }
  #menu-burger li.lvl0 {
    border-bottom: 1px solid #fff;
  }
  #menu-burger li.lvl0 > a {
    display: block;
    background-color: #ececec;
    padding: 2.36111% 4.16667%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  #menu-burger li.lvl0.actif > a {
    background-color: #21348b;
    color: #fff;
    font-weight: 500;
  }
  nav.menuLevel1-burger {
    padding-bottom: 2.08333%;
  }
  nav.menuLevel1-burger li > a {
    display: block;
    padding: 1.38889% 6.94444%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  nav.menuLevel1-burger li.actif a {
    color: #21348b;
    font-weight: 500;
  }
  #lang-menu-burger {
    font-family: iconfnt;
    font-size: 0;
  }
  #lang-menu-burger > * {
    font-family: "Dosis", sans-serif;
  }
  #lang-menu-burger a {
    display: inline-block;
    background-color: #ececec;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 2.08333%;
  }
  #lang-menu-burger a.actif {
    background-color: #21348b;
    color: #fff;
  }
  #form-burger {
    background-color: #fff;
    padding: 2.08333% 2.08333%;
    position: relative;
  }
  #form-burger input {
    padding-right: 28px;
    border: 1px solid #fff;
  }
  #form-burger span.picto-loupe {
    display: block;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 28%;
    right: 2.17391%;
    background-image: url("../../../images/boutons/loupe.png");
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (min--moz-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (max-width: 900px) and (min-device-pixel-ratio: 2),
  only screen and (max-width: 900px) and (min-resolution: 192dpi),
  only screen and (max-width: 900px) and (min-resolution: 2dppx) {
  #form-burger span.picto-loupe {
    background-image: url("../../../images/boutons/loupe_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
  }
}
@media only screen and (max-width: 900px) {
  nav.menuLevel1 {
    display: none !important;
  }
  #menu {
    display: none;
  }
  #header-part2 {
    display: none;
  }
  div.ariane {
    position: relative;
    border-top: 1px solid #e3e3e3;
  }
  footer div.container-center {
    padding: 10px 0;
  }
  #footer-logo {
    position: relative;
    height: auto;
    width: auto;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
  #footer-logo span {
    display: inline-block;
  }
  #footer-menu ul,
  #footer-contact {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  nav.menuLevel2 ul {
    padding: 0 2.5%;
  }
  nav.menuLevel2 ul li {
    margin-top: 5px;
  }
  nav.menuLevel2 li.actif:before {
    display: none;
  }
  nav.menuLevel2 li.actif a {
    border: 1px solid #9d9e9c;
  }
  div.pattern-imgtop .container-img {
    padding-bottom: 20%;
  }
  #contenusimple div.container-padding,
  #expertisemenu div.container-padding {
    padding: 4.44444% 6.66667% 0;
  }
  #frise-container p.titre {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  #frise-container p.titre span {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
  li.frise-event div.firse-content {
    left: 0 !important;
    right: auto !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  li.frise-event span.frise-event-marquer {
    top: 13px !important;
  }
  .pattern-carre h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #home h1:before,
  #home h2:before,
  #page404 h1:before,
  #page404 h2:before {
    width: 70%;
    left: 15%;
  }
  #home #home-reste h2:before,
  #page404 #home-reste h2:before {
    left: 4.5%;
    width: 91%;
  }
  #home-diapo span.arrow-home,
  #prod-diapo-div span.arrow-home {
    width: 140px;
  }
  #home-diapo .home-diapo-slides {
    padding: 0 17%;
  }
  #home-diapo .home-diapo-slide {
    font-size: 30px;
    font-size: 3rem;
  }
  #home-services-list,
  #home-choisir-list {
    margin-left: -3.92638%;
  }
  #home-services-list li,
  #home-choisir-list li {
    width: 29.51594%;
    margin-left: 3.77804%;
  }
  #home-moment {
    width: 46.68305%;
    margin-right: 6.14251%;
  }
  #home-moment .pattern-bottom + .pattern-bottom {
    margin-top: 4.7619%;
  }
  #home-perso {
    width: 46.68305%;
  }
  #home-map-list,
  #page404-map-list {
    display: none;
  }
  #home-map-svg,
  #page404-map-svg {
    padding-bottom: 56%;
    width: 100%;
  }
  .pattern-menuexpert span {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
    padding: 5px 20px;
  }
  #accomp-mini-menu.right {
    left: -20%;
  }
  #accomp-mini-menu.left {
    left: 20%;
  }
  #formContact {
    padding: 1.11111% 1.55556%;
  }
  a.sticky-link {
    position: relative;
    bottom: 0 !important;
    display: block;
  }
  #prod-intro h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  #prod-intro h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  #detailproduit h3,
  #prod-autre h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  div.bg-img {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #frise-container:before {
    left: 15%;
  }
  #frise-container:after {
    left: 15%;
  }
  #frise-container p.titre {
    text-align: left;
    padding-left: 8%;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
  #frise-container li.frise-event {
    float: none;
    padding-left: 20%;
    padding-right: 0;
    width: 100%;
  }
  #frise-container li.frise-event span.frise-event-marquer {
    background-position: right top;
    left: 15%;
    right: auto;
  }
  #frise-container li.frise-event div.firse-content {
    float: none;
    text-align: left;
    padding: 3.39367% 4.52489% 3.39367% 40px;
  }
  #frise-container li.frise-event div.firse-content:before {
    background-position: right top;
    left: -3px;
    right: auto;
  }
  #frise-container li.frise-event div.firse-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  #frise-container li.frise-event div.firse-content h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  ul.manag-perso-container {
    margin-left: -2.89655%;
  }
  li.manag-perso {
    width: 30.34483%;
    margin-left: 2.89655%;
  }
  #home h1,
  #home h2,
  #page404 h1,
  #page404 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 23px;
    line-height: 2.3rem;
    padding: 2.53333% 0 3.46667%;
  }
  #home div.container-padding,
  #page404 div.container-padding {
    padding: 0 3.90625% 2.92969%;
  }
  #expertisemenu h1,
  #accomp-container h1,
  #management h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  .pattern-carre h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  section.type-news nav.menuLevel2 {
    text-align: center;
    padding: 15px 5%;
  }
  #formNews,
  #formPersonnalite,
  #formPrive,
  #formPresse {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding: 1.63934% 2.45902%;
    margin-bottom: 20px;
  }
  #formNews div.divFake,
  #formPersonnalite div.divFake,
  #formPrive div.divFake,
  #formPresse div.divFake {
    text-align: left;
    width: 47.5%;
    display: inline-block;
  }
  #formNews div.divFake + div,
  #formPersonnalite div.divFake + div,
  #formPrive div.divFake + div,
  #formPresse div.divFake + div {
    margin-left: 5%;
    margin-top: 0;
  }
  #formPrive {
    text-align: left;
  }
  #formPrive div.divFake:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
  }
  #formCarriere {
    width: 100%;
    margin-right: 0;
    padding: 1.63934% 2.45902%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
  }
  #formCarriere div.form {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #formCarriere.display-div div.form {
    padding-top: 10px;
    max-height: 600px;
  }
  #formCarriere h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #btn-display-form {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 9px;
    width: 100%;
    width: -moz-calc(100% - 9px);
    width: -webkit-calc(100% - 9px);
    width: calc(100% - 9px);
    height: 40px;
    background-image: url("../../../images/boutons/fs.png");
    background-repeat: no-repeat;
    background-position: right 9px;
  }
}
@media only screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 750px) and (min--moz-device-pixel-ratio: 2),
  only screen and (max-width: 750px) and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (max-width: 750px) and (min-device-pixel-ratio: 2),
  only screen and (max-width: 750px) and (min-resolution: 192dpi),
  only screen and (max-width: 750px) and (min-resolution: 2dppx) {
  #btn-display-form {
    background-image: url("../../../images/boutons/fs_2x.png");
    background-repeat: no-repeat;
    background-position: right 9px;
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 750px) {
  #container-news,
  #container-presse,
  #container-personnalite,
  section.type-news #container-carriere {
    width: 100%;
  }
  #list-infos h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
  #list-infos div.content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #list-infos h2 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  #list-list {
    padding-bottom: 20px;
  }
  #list-list div.container-padding {
    position: relative;
    padding: 4% 2.66667% 4% 24%;
  }
  span.list-prod-cell {
    display: block;
    padding: 0 2.72727%;
  }
  span.list-prod-cell.photo {
    left: 0;
    top: 9%;
    padding-right: 0;
    width: 24%;
    position: absolute;
  }
  span.list-prod-cell.name {
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  span.list-prod-cell.name a {
    display: block;
  }
  span.list-prod-cell.desc {
    width: 100%;
    margin-top: 17px;
    margin-top: 1.7rem;
  }
  span.list-prod-cell.desc div.content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
  span.list-prod-cell.desc div.content p + p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  span.list-prod-cell.desc span.list-prod-carac {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  span.list-prod-cell.link {
    width: 100%;
    margin-top: 17px;
    margin-top: 1.7rem;
    padding: 0 0 0 2.72727%;
  }
  .touch #show-zoom {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  #burger .text {
    display: none;
  }
  #logo img {
    height: 36px;
  }
  #container0 {
    padding-top: 56px;
  }
  #menu-burger {
    padding-top: 56px;
  }
  #menu-burger li.lvl0 > a {
    padding: 3.26923% 4.80769%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  nav.menuLevel1-burger li > a {
    padding: 2.69231% 8.65385%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  #form-burger {
    padding: 2.88462% 2.88462%;
  }
  #footer-logo {
    padding-bottom: 0;
  }
  #footer-menu ul {
    width: 30%;
    margin-left: 1.65%;
    margin-right: 1.65%;
    text-align: center;
    padding-top: 15px;
  }
  #footer-contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-top: 20px;
  }
  nav.menuLevel2 {
    padding: 15px 5% 15px;
    text-align: left;
  }
  nav.menuLevel2 ul {
    padding: 0;
    width: 100%;
    display: none;
  }
  #display-menu {
    cursor: pointer;
    display: block;
    border: 1px solid #21348b;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding: 10px;
    color: #3c3c3b;
    background-color: #fff;
    background-image: url("../../../images/boutons/fs.png");
    background-repeat: no-repeat;
    background-position: right 5px;
  }
}
@media only screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 650px) and (min--moz-device-pixel-ratio: 2),
  only screen and (max-width: 650px) and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (max-width: 650px) and (min-device-pixel-ratio: 2),
  only screen and (max-width: 650px) and (min-resolution: 192dpi),
  only screen and (max-width: 650px) and (min-resolution: 2dppx) {
  #display-menu {
    background-image: url("../../../images/boutons/fs_2x.png");
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 650px) {
  nav.menuLevel2 ul li {
    display: block;
    margin-top: 0;
  }
  nav.menuLevel2 ul li a {
    border-top: 0 none;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
  div.pattern-imgtop {
    max-height: none;
  }
  div.pattern-imgtop .container-img {
    padding-bottom: 0;
    height: auto;
  }
  div.pattern-imgtop img {
    position: relative;
    height: auto;
  }
  #home div.container-padding {
    padding: 0 2.30769% 3.07692%;
  }
  #part-home1,
  #prod-diapo {
    min-height: 0 !important;
    height: auto;
  }
  #part-home1 #img-diapo,
  #prod-diapo #img-diapo {
    position: relative;
    height: 0;
    padding-bottom: 57.5%;
  }
  #part-home1 #img-diapo img,
  #prod-diapo #img-diapo img {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  #home-diapo {
    height: auto;
  }
  #prod-diapo-div {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  #home-diapo .home-diapo-slides {
    padding: 0;
  }
  #home-diapo span.arrow-home,
  #prod-diapo-div span.arrow-home {
    top: -315%;
  }
  #home-diapo span.arrow-home span,
  #prod-diapo-div span.arrow-home span {
    background-image: url("../../../images/boutons/arrows_mini.png");
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media only screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 650px) and (min--moz-device-pixel-ratio: 2),
  only screen and (max-width: 650px) and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (max-width: 650px) and (min-device-pixel-ratio: 2),
  only screen and (max-width: 650px) and (min-resolution: 192dpi),
  only screen and (max-width: 650px) and (min-resolution: 2dppx) {
  #home-diapo span.arrow-home span,
  #prod-diapo-div span.arrow-home span {
    background-image: url("../../../images/boutons/arrows_mini_2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 650px) {
  #home-diapo span.arrow-home.prev span,
  #prod-diapo-div span.arrow-home.prev span {
    right: 70px;
  }
  #home-diapo span.arrow-home.next span,
  #prod-diapo-div span.arrow-home.next span {
    left: 70px;
  }
  #prod-diapo-div span.arrow-home {
    top: 0;
  }
  #home-diapo .home-diapo-slide {
    font-size: 22px;
    font-size: 2.2rem;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    left: 0;
    padding: 14px 25px;
    width: 100%;
    top: 0;
    text-shadow: none;
  }
  #arrow-scroll {
    display: none;
  }
  #home-prod:before,
  #home-prod:after,
  #page404-prod:before,
  #page404-prod:after {
    display: none;
  }
  #home-prod div.container-padding,
  #page404-prod div.container-padding {
    padding: 0 10.76923% 3.07692%;
  }
  #home-prod-list,
  #page404-prod-list {
    margin-left: -13.72549%;
  }
  #home-prod-list li,
  #page404-prod-list li {
    margin-bottom: 7.5%;
    width: 37.93103%;
    margin-left: 12.06897%;
  }
  #home-services {
    margin-top: 0;
  }
  #home-services,
  #home-services h2 span {
    background-color: #fff;
  }
  #home-services:before,
  #home-services:after {
    display: none;
  }
  #home-reste,
  #home-reste h2 span {
    background-color: #fff;
  }
  #home-choisir {
    margin-top: 0;
  }
  #home-choisir,
  #home-choisir h2 span {
    background-color: #ececec;
  }
  #home-choisir:before,
  #home-choisir:after {
    display: none;
  }
  #page404-choisir {
    margin-top: 0;
  }
  #home-reste:before,
  #home-reste:after {
    display: none;
  }
  #home-map,
  #page404-map {
    margin-top: 0;
  }
  #home-map:before,
  #page404-map:before {
    display: none;
  }
  #home-reste div.container-padding {
    padding: 0 18% 3.07692%;
  }
  #home-moment {
    width: 100%;
    margin-right: 0;
  }
  #home-moment .pattern-bottom + .pattern-bottom {
    margin-top: 7.14286%;
  }
  #home-perso {
    margin-top: 8%;
    width: 100%;
  }
  .pattern-menuexpert span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  #accomp-mini-menu.right {
    left: 0;
  }
  #accomp-mini-menu.left {
    left: 0;
  }
  .mini-menu a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #accompagnement div.container-padding {
    padding: 3.07692% 6.66667% 0;
  }
  #gmap {
    position: relative;
    height: 220px;
  }
  #contact div.content {
    position: relative;
    width: 100%;
    top: 0;
    padding: 20px 6.66667%;
  }
  #formContact {
    margin: 0 6.66667%;
    max-width: none;
    width: 86.66667%;
    padding: 2.15385% 3.07692%;
  }
  #container-news .pattern-news .pattern-news-content,
  #container-personnalite .pattern-news .pattern-news-content,
  #container-presse .pattern-news .pattern-news-content,
  section.type-news #container-carriere .pattern-news .pattern-news-content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #list-top {
    min-height: 0;
    padding: 13px 3.84615%;
  }
  #list-illustration {
    position: relative;
    overflow: visible;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  #list-illustration img {
    height: auto !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
  }
  #list-infos {
    float: none;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  #prod-intro {
    width: 100%;
    padding: 0 6.66667%;
  }
  #prod-intro h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 31px;
    line-height: 3.1rem;
  }
  #prod-intro h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
  #detailproduit h3,
  #prod-autre h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
  #detailproduit div.container-padding {
    padding: 0 4.44444%;
  }
  #prod-autre div.container-padding {
    padding: 10px 4.44444%;
  }
  #other-product-list {
    margin-left: -1.85185%;
  }
  #other-product-list li {
    width: 23.1405%;
    margin-left: 1.81818%;
  }
  #other-product-list li p {
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #search .cache-gris div.container-center {
    padding: 0;
  }
  #search article {
    padding: 3.84615% 6.66667%;
  }
  #search article h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 500;
  }
  #moncompte .cache-gris div.container-center {
    padding: 0;
  }
  #moncompte form {
    border-top: 0 none;
    max-width: none;
    padding: 3.84615% 6.66667%;
  }
  #moncompte form h1 {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  div.compte-part {
    display: block;
    width: 100%;
  }
  div.compte-part + div {
    margin-left: 0;
    margin-top: 10px;
  }
  #prod-caract div {
    display: block;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
  }
  #prod-caract div span {
    display: block;
    width: 100%;
    border-right: 0 none;
    border-bottom: 0 none;
    border-top: 0 none;
  }
  #prod-caract div span.caract-name {
    color: #21348b;
  }
  #prod-caract div span + span {
    border-left: 0 none;
  }
  #prod-caract div + div span {
    border-top: 0 none;
  }
  #prod-caract div + div {
    border-top: 0 none;
  }
}
@media only screen and (max-width: 500px) {
  nav.menuLevel1-burger li > a {
    padding: 3.5% 11.25%;
  }
  #lang-menu-burger a {
    padding: 3.47222%;
  }
  #frise-container {
    padding-top: 20px;
  }
  #frise-container:before {
    display: none;
  }
  #frise-container:after {
    display: none;
  }
  #frise-container p.titre {
    text-align: center;
    padding-left: 0;
  }
  #frise-container li.frise-event {
    padding-left: 0;
  }
  #frise-container li.frise-event span.frise-event-marquer {
    display: none;
  }
  #frise-container li.frise-event div.firse-content {
    padding: 3.39367% 4.52489%;
    max-width: none;
  }
  #frise-container li.frise-event div.firse-content:before {
    display: none;
  }
  #home div.container-padding {
    padding: 0 6.66667% 4%;
  }
  #home-diapo .home-diapo-slide {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
  }
  #home-prod div.container-padding,
  #page404-prod div.container-padding {
    padding: 0 6.66667% 3.07692%;
  }
  #home-services-list,
  #home-choisir-list {
    margin-left: 0;
    margin: 0 auto;
  }
  #home-services-list li,
  #home-choisir-list li {
    margin-left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
    display: block;
    border-radius: 0;
  }
  #home-services-list li a,
  #home-choisir-list li a {
    height: auto;
    padding: 0;
  }
  #home-services-list li img,
  #home-choisir-list li img {
    display: none;
  }
  #home-services-list li h3,
  #home-choisir-list li h3 {
    display: block;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 7px 10px;
  }
  #home-services-list li h3 span,
  #home-choisir-list li h3 span {
    display: inline;
  }
  #home-services-list li + li,
  #home-choisir-list li + li {
    margin-top: 10px;
  }
  #home-choisir-list {
    margin-top: 15px;
  }
  #home h1,
  #home h2,
  #page404 h1,
  #page404 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  #home h1:before,
  #home h2:before,
  #page404 h1:before,
  #page404 h2:before {
    display: none;
  }
  #expertisemenu h1,
  #accomp-container h1,
  #management h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  #home-moment,
  #home-perso {
    display: none;
  }
  #home-reste div.container-padding {
    padding: 6% 2.30769% 6%;
  }
  a.bouton-small {
    margin: 0 auto;
    width: 85%;
    max-width: 270px;
    display: block;
    background-color: #fff;
    border: 1px solid #21348b;
    text-transform: uppercase;
    color: #21348b;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 7px 10px;
    text-align: center;
  }
  a.bouton-small + a {
    margin-top: 20px;
  }
  .pattern-carre h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  ul.manag-perso-container {
    margin-left: -4.32099%;
  }
  li.manag-perso {
    width: 45.26749%;
    margin-left: 4.32099%;
  }
  .pattern-menuexpert span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  #accompagnement div.container-padding {
    padding: 3.07692% 6.66667%;
  }
  #accomp-mini-menu {
    display: none;
  }
  #accomp-container h1 {
    margin-bottom: 18px;
  }
  #accomp-container-slider {
    width: 100%;
    left: 0 !important;
  }
  div.accomp-slide {
    width: 100%;
    max-height: none !important;
  }
  #formNews,
  #formPersonnalite,
  #formCarriere,
  #formPrive,
  #formPresse {
    padding: 3.07692% 6.66667%;
  }
  #formNews div.divFake,
  #formPersonnalite div.divFake,
  #formCarriere div.divFake,
  #formPrive div.divFake,
  #formPresse div.divFake {
    width: 100%;
  }
  #formNews div.divFake + div,
  #formPersonnalite div.divFake + div,
  #formCarriere div.divFake + div,
  #formPrive div.divFake + div,
  #formPresse div.divFake + div {
    margin-left: 0;
    margin-top: 4%;
  }
  #container-news .pattern-news .pattern-news-content,
  #container-personnalite .pattern-news .pattern-news-content,
  #container-presse .pattern-news .pattern-news-content,
  section.type-news #container-carriere .pattern-news .pattern-news-content {
    padding: 3.07692% 6.66667%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #list-illustration,
  #list-infos h2,
  #list-infos ul {
    display: none;
  }
  #list-infos div.content {
    margin-bottom: 0;
  }
  #list-tris {
    border-top: 0 none;
    padding: 0 0 3.07692%;
  }
  #list-tris form {
    margin-bottom: 17px;
  }
  #list-tris div.divFake {
    width: 100%;
    max-width: none;
    margin-top: 15px;
  }
  #list-list div.container-padding {
    padding: 4% 2.66667%;
  }
  span.list-prod-cell.photo {
    width: 140px;
    position: relative;
    top: 0;
    margin: 0 auto 20px;
    padding: 0;
  }
  span.list-prod-cell.name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 20px;
    line-height: 2rem;
  }
  span.list-prod-cell.desc {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
  span.list-prod-cell.desc div.content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  span.list-prod-cell.desc div.content p + p {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  span.list-prod-cell.desc span.list-prod-carac {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  span.list-prod-cell.link {
    text-align: left;
  }
  #prod-intro h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 29px;
    line-height: 2.9rem;
  }
  #prod-intro h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  #detailproduit h3,
  #prod-autre h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  #other-product-list {
    margin-left: -8.41751%;
  }
  #other-product-list li {
    width: 26.44628%;
    margin-left: 8.26446%;
    margin-bottom: 13px;
  }
  #other-product-list li p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  ul.result-list {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #connexion .cache-gris div.container-center {
    padding: 40px 4% 25px;
    position: relative;
    z-index: 10;
  }
  #connexion form {
    max-width: none;
    padding: 2% 2.8%;
  }
  #connexion form h1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 500;
  }
  #prive div.container-boutons {
    margin-top: 15px;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
  }
  .pattern-news span.bouton {
    position: relative;
    right: 00;
    top: 0;
    margin-top: 10px;
  }
  #prive div.container-boutons .bouton + .bouton {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 400px) {
  #footer-menu ul {
    display: none;
  }
  #gmap {
    height: 190px;
  }
}
@media only screen and (max-width: 900px) {
  html.cousin div.content span.fontsize14 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  html.cousin div.content span.fontsize15 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  html.cousin div.content span.fontsize16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  html.cousin div.content span.fontsize17 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  html.cousin div.content span.fontsize18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  html.cousin div.content span.fontsize19 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  html.cousin div.content span.fontsize20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  html.cousin div.content span.fontsize21 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  html.cousin div.content span.fontsize22 {
    font-size: 20px;
    font-size: 2rem;
  }
  #ckeditor_html_bienvenue,
  #ckeditor_html_text_choisircousin,
  #ckeditor_html_intro_accomp {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_bienvenue p + p,
  #ckeditor_html_text_choisircousin p + p,
  #ckeditor_html_intro_accomp p + p {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  #ckeditor_html_intro_accomp h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  #ckeditor_html_textsimple,
  #ckeditor_html_accomp_chirurgien,
  #ckeditor_html_accomp_industriel {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_textsimple h1,
  #ckeditor_html_accomp_chirurgien h1,
  #ckeditor_html_accomp_industriel h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 8px;
  }
  #ckeditor_html_textsimple p + p,
  #ckeditor_html_textsimple p + h1,
  #ckeditor_html_accomp_chirurgien p + p,
  #ckeditor_html_accomp_chirurgien p + h1,
  #ckeditor_html_accomp_industriel p + p,
  #ckeditor_html_accomp_industriel p + h1 {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
  #ckeditor_html_accomp_chirurgien h2,
  #ckeditor_html_accomp_industriel h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  #ckeditor_html_introexpert {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_introexpert p + p {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
  #ckeditor_html_ml {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_ml h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
  #ckeditor_html_ml h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
    margin-top: 1.5rem;
  }
  #ckeditor_html_contenucarriere,
  #ckeditor_html_newscontent,
  #ckeditor_html_presscontent {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_contenucarriere p + p,
  #ckeditor_html_newscontent p + p,
  #ckeditor_html_presscontent p + p {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
  #prod-content div.content,
  #prod-indication div.content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #prod-caract,
  #prod-caract div {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_adresse {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_adresse h2 {
    color: #21348b;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
  #ckeditor_html_introuvable h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
  #ckeditor_html_introuvable p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  #ckeditor_html_titrefrise h1 {
    font-size: 32px;
    font-size: 3.2rem;
    font-size: 36px;
    font-size: 3.6rem;
  }
  #ckeditor_html_titrefrise h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-size: 30px;
    font-size: 3rem;
  }
  #ckeditor_html_contenuhisto {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_contenuhisto p + p {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  #ckeditor_html_introcarriere {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_introcarriere h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
  #ckeditor_html_introcarriere p + p {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
}
@media only screen and (max-width: 550px) {
  html.cousin div.content span.fontsize14 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  html.cousin div.content span.fontsize15 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  html.cousin div.content span.fontsize16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  html.cousin div.content span.fontsize17 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  html.cousin div.content span.fontsize18 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  html.cousin div.content span.fontsize19 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  html.cousin div.content span.fontsize20 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  html.cousin div.content span.fontsize21 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  html.cousin div.content span.fontsize22 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #ckeditor_html_bienvenue,
  #ckeditor_html_text_choisircousin,
  #ckeditor_html_intro_accomp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_bienvenue p + p,
  #ckeditor_html_text_choisircousin p + p,
  #ckeditor_html_intro_accomp p + p {
    margin-top: 13px;
    margin-top: 1.3rem;
  }
  #ckeditor_html_intro_accomp h1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  #ckeditor_html_textsimple,
  #ckeditor_html_accomp_chirurgien,
  #ckeditor_html_accomp_industriel {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_textsimple h1,
  #ckeditor_html_accomp_chirurgien h1,
  #ckeditor_html_accomp_industriel h1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  #ckeditor_html_textsimple p + p,
  #ckeditor_html_textsimple p + h1,
  #ckeditor_html_accomp_chirurgien p + p,
  #ckeditor_html_accomp_chirurgien p + h1,
  #ckeditor_html_accomp_industriel p + p,
  #ckeditor_html_accomp_industriel p + h1 {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  #ckeditor_html_accomp_chirurgien h2,
  #ckeditor_html_accomp_industriel h2 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  #ckeditor_html_introexpert {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_introexpert p + p {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  #ckeditor_html_ml {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_ml h1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  #ckeditor_html_ml h2 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  #ckeditor_html_contenucarriere,
  #ckeditor_html_newscontent,
  #ckeditor_html_presscontent {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_contenucarriere p + p,
  #ckeditor_html_newscontent p + p,
  #ckeditor_html_presscontent p + p {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  #prod-content div.content,
  #prod-indication div.content,
  #prod-caract div.content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #prod-caract,
  #prod-caract div {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #ckeditor_html_adresse {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_adresse h2 {
    color: #21348b;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
  #ckeditor_html_introuvable h1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
  #ckeditor_html_introuvable p {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
  #ckeditor_html_titrefrise h1 {
    font-size: 31px;
    font-size: 3.1rem;
    font-size: 35px;
    font-size: 3.5rem;
  }
  #ckeditor_html_titrefrise h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-size: 29px;
    font-size: 2.9rem;
  }
  #ckeditor_html_contenuhisto {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_contenuhisto p + p {
    margin-top: 13px;
    margin-top: 1.3rem;
  }
  #ckeditor_html_introcarriere {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #ckeditor_html_introcarriere h1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  #ckeditor_html_introcarriere p + p {
    margin-top: 13px;
    margin-top: 1.3rem;
  }
}

/* Staminic */
#home-prod-list li:nth-child(3),
#home-prod-list li:nth-child(4) {
  display: none;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
