﻿/*
Theme Name: Interlude - THONON
Theme URI:
Description: Thème Thonon par Interlude Santé
Version: 1.0
Author: Interlude Santé
Author URI: http://www.interludesante.com
*/
/*
================================================== */
/*@import url('css/reset.css');*/
/* Import du reset CSS normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-size: 15px;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* #Page Styles
================================================== */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
img {
  margin: 0;
  border: 0px;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
a img.alignleft,
a img.alignright,
a img.aligncenter,
img.aligncenter {
  display: block;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
img.alignleft {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
img.alignright {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gauche,
.alignleft,
a .alignleft {
  float: left;
}
.droite,
.alignright,
a .alignright {
  float: right;
}
.aligncenter {
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.slick-slide{
  height:auto!important;
}
header{
  margin-top:-20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*/// VARIABLES ////*/
.btn1 {
  background: #8f82d2;
  color: #fefefe;
  width: 210px;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding-right: 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: block;
  border: 2px solid #8f82d2;
  position: relative;
}
.btn1:hover {
  background: #fefefe;
  color: #8f82d2;
}
.btn1:after {
  content: "▶";
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn2 {
  background: #fefefe;
  color: #5a508c;
  width: 210px;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  padding-right: 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: block;
  border: 2px solid #5a508c;
  position: relative;
  min-height:50px;
}
.btn2:hover {
  background: #5a508c;
  color: #fefefe;
}
.btn3 {
  background: #addeec;
  color: #fefefe;
  width: 210px;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding-right: 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: block;
  position: relative;
}
.btn3:hover {
  background: #8ecbdd;
  color: #fefefe;
}
.btn3:after {
  content: url(images/fleche.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 15px;
}
.btn4 {
  background: #ff8847;
  color: #fefefe;
  width: 210px;
  margin-top: 10px;
  padding-left: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding-right: 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: block;
  position: relative;
}
.btn4:hover {
  background: #e6773b;
  color: #fefefe;
}
p {
  font-family: 'Open Sans';
  font-weight: 400;
  margin: 0;
}
h3 {
  color: #5a508c;
}
h4 {
  color: #ff8847;
}
.content {
  max-width: 1024px;
  width: 1024px;
  margin: auto;
}
ul li {
  text-indent: -15px;
  margin-left: 15px;
}
#contenu .btn1,
#contenu .btn2,
#contenu .btn3,
#contenu .btn4 {
  height: auto;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Accueil #headerAccueil {
  background: url('images/bgHeader.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Accueil #headerAccueil .slide {
  position: relative;
  height: 452px;
}
.Accueil #headerAccueil .slide #slider {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 118px;
}
.Accueil #headerAccueil .slide #slider h2 {
  font-family: 'Righteous';
  font-size: 2.133em;
  margin: 0;
  margin-top: 5px;
  text-transform: uppercase;
  color: #fefefe;
  text-align: center;
}
.Accueil #headerAccueil .slide #slider .sliderImg {
  width: 300px;
  margin: auto;
}
.Accueil #headerAccueil .slide #slider .sliderImg .slick-prev,
.Accueil #headerAccueil .slide #slider .sliderImg .slick-next {
  display: none !important;
}
.Accueil #headerAccueil #recherche {
  background: #5a508c;
  margin-top: 10px;
}
.Accueil #headerAccueil #recherche .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 750px;
}
.Accueil #headerAccueil #recherche .content .gauche {
  float: none;
}
.Accueil #headerAccueil #recherche .content .gauche:first-of-type {
  width: 180px;
}
.Accueil #headerAccueil #recherche #rdvPayer {
  margin-top: 10px;
}
.Accueil #headerAccueil #recherche p {
  font-weight: 600;
  font-size: 1.2em;
  color: #fefefe;
}
.Accueil #headerAccueil .blocLiens {
  background: #5a508c;
  padding-top: 20px;
}
.Accueil #headerAccueil .blocLiens .content {
  padding-bottom: 20px;
}
.Accueil #headerAccueil .blocLiens .content a {
  text-align: center;
  display: block;
}
.Accueil #headerAccueil .blocLiens .content .bloc2 {
  margin-top: 10px;
}
.Accueil .content h2 {
  font-family: 'Righteous';
  color: #5a508c;
  font-size: 2.133em;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.Accueil .content #sliderOffre {
  margin: 25px auto 0 auto;
  display: block;
  width: 95%;
}
.Accueil .content #sliderOffre h2 {
  margin-bottom: 35px;
}
.Accueil .content #sliderOffre .slick-prev::before {
  content: "◀";
  color: #5a508c;
}
.Accueil .content #sliderOffre .slick-next::before {
  content: "▶";
  color: #5a508c;
}
.Accueil .content #sliderOffre a.btn2 {
  margin: 0 10px;
  padding: 0;
  line-height: normal;
  font-size: 16px;
}
.Accueil .content #sliderOffre a.btn2 p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}
.Accueil .content h3 {
  font-family: 'Righteous';
  color: #ff8847;
  text-transform: uppercase;
  font-size: 1.733em;
  margin: 0;
}
.Accueil .content h4 {
  font-family: 'Righteous';
  color: #5a508c;
  text-transform: uppercase;
  font-size: 1.333em;
  margin: 0;
}
.Accueil .content #actus {
  margin-top: 50px;
}
.Accueil .content #actus h2 {
  margin-bottom: 50px;
}
.Accueil .content #actus #actuAvant p,
.Accueil .content #actus #autreActu p {
  color: #5a508c;
  font-size: 1.067em;
  line-height: 1.25em;
}
.Accueil .content #actus #actuAvant .gauche,
.Accueil .content #actus #autreActu .gauche {
  margin-bottom: 30px;
}
.Accueil .content #actus #actuAvant .gauche a,
.Accueil .content #actus #autreActu .gauche a {
  color: #8f82d2;
  font-size: 1.067em;
  font-weight: 400;
}
.Accueil .content #actus #actuAvant .gauche a:after,
.Accueil .content #actus #autreActu .gauche a:after {
  content: "";
  display: none;
}
.Accueil .content #actus #actuAvant a.lien,
.Accueil .content #actus #autreActu a.lien {
  display: block;
  text-align: left;
}
.Accueil .content #actus #actuAvant {
  width: calc(50% - 100px);
  position: relative;
  padding: 0 50px;
  max-width: 412px;
}
.Accueil .content #actus #actuAvant p {
  text-align: justify;
  width: 290px;
}
.Accueil .content #actus #actuAvant div.gauche {
  max-width: 263px;
}
.Accueil .content #actus #actuAvant img.gauche {
  margin-right: 25px;
  margin-top: 20px;
}
.Accueil .content #actus #actuAvant p.date {
  margin-bottom: 17px;
}
.Accueil .content #actus #actuAvant span {
  position: absolute;
  width: 4px;
  background: #addeec;
  height: 219px;
  top: 7px;
  right: 0;
}
.Accueil .content #actus #autreActu {
  padding: 0 0 0 50px;
  width: calc(50% - 50px);
  max-width: 462px;
}
.Accueil .content #actus #autreActu .gauche {
  width: calc(50% - 25px);
  max-width: 210px;
}
.Accueil .content #actus #autreActu .gauche p {
  text-align: justify;
}
.Accueil .content #actus #autreActu .gauche:first-of-type {
  padding-right: 25px;
}
.Accueil .content #actus #autreActu .gauche:last-of-type {
  padding-left: 25px;
}
.Accueil .content #actus p.date {
  font-style: italic;
  font-weight: 400;
  color: #8f82d2 !important;
  font-size: 1.067em;
  text-align: left;
  margin-bottom: 8px;
}
.Accueil #carte {
  background: url("images/fond-carte.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 35px;
  margin-top: 40px;
}
.Accueil #carte .content {
  position: relative;
  height: 450px;
}
.Accueil #carte .content h2 {
  text-align: left;
  margin-top: 21px;
}
.Accueil #carte .content p {
  color: #5a508c;
}
.Accueil #carte .content #imgCarte {
  position: absolute;
  top: 15px;
  right: 0;
}
.Accueil #carte .content .infoCarte p#clic {
  margin-bottom: 10px;
}
.Accueil #carte .content .infoCarte p {
  margin-top: 5px;
}
.Accueil #carte .content .infoCarte p img {
  margin-right: 10px;
}
.Accueil #carte .content .infoCarte p span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 17px;
  margin-left: 3px;
  border-radius: 15px;
}
.Accueil #carte .content .infoCarte p span#ehpad {
  background: #5a508c;
}
.Accueil #carte .content .infoCarte p span#cmp {
  background: #ff8847;
}
.Accueil #carte .content #infoEtab {
  margin-top: 20px;
}
.Accueil #carte .content #infoEtab .etablissement {
  max-height: 215px;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.8);
  color: #5a508c;
  width: 420px;
  padding: 15px;
  z-index: 999;
  position: relative;
}
.Accueil #carte .content #infoEtab .etablissement h3 {
  font-size: 1.2em;
  font-family: 'Open Sans';
  color: #5a508c;
  font-weight: 700;
}
.Accueil #carte .content #infoEtab .etablissement a.btn4 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.Accueil #carte .content #infoEtab .hide {
  display: none;
}
.Accueil #carte .content #infoEtab .show {
  display: block;
}
.Accueil #lastBloc {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.Accueil #lastBloc .gauche {
  float: none;
}
.Accueil #lastBloc #espacePro {
  width: calc(406px - 44px);
  background: #addeec;
  color: #5a508c;
  text-align: center;
  padding: 0 22px;
  padding-bottom: 25px;
}
.Accueil #lastBloc #espacePro h3 {
  margin-top: 75px;
  color: #5a508c;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 2em;
  text-transform: none;
  line-height: 1em;
}
.Accueil #lastBloc #espacePro h2 {
  font-size: 2.667em;
  line-height: 1em;
}
.Accueil #lastBloc #espacePro h4 {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.867em;
  text-transform: none;
  line-height: 1em;
}
.Accueil #lastBloc #espacePro .btn4 {
  font-size: 16px;
  width: 290px;
  margin-top: 30px;
}
.Accueil #lastBloc #recrutement {
  width: 618px;
  background: #5a508c;
  position: relative;
}
.Accueil #lastBloc #recrutement h2 {
  color: #fefefe;
  font-size: 2.133em;
  text-align: left;
  margin-top: 75px;
}
.Accueil #lastBloc #recrutement p {
  color: #fefefe;
  font-size: 0.933em;
  margin-top: 10px;
  margin-bottom: 25px;
}
.Accueil #lastBloc #recrutement a {
  width: 226px;
  margin-bottom: 10px;
  font-size: 1.067em;
  padding-left: 20px;
  padding-right: 20px;
}
.Accueil #lastBloc #recrutement a.btn1:after {
  content: "";
  display: none;
}
.Accueil #lastBloc #recrutement img {
  position: absolute;
  bottom: 0;
  left: 7px;
}
.Accueil #lastBloc #recrutement .droite {
  width: 300px;
}
.pole #headerPole {
  background: url('images/fond-pole.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pole #headerPole #head #formContactHeader #searchform button {
  top: 7px;
}
.pole #headerPole #head #formContactHeader #contact {
  line-height: 30px;
}
.pole #headerPole h3 {
  color: #5a508c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6em;
  text-align: center;
}
.pole #headerPole #entetePole {
  padding: 20px 0;
  margin: 0 auto;
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pole #headerPole #entetePole .infoDirectionPole {
  color: #5a508c;
  min-width: 200px;
}
.pole #headerPole #entetePole .infoDirectionPole p.fonction {
  font-weight: 600;
}
.pole #headerPole #entetePole #directionPole p {
  font-size: 0.933em;
}
.pole #headerPole #entetePole #directionPole h3 {
  color: #5a508c;
  font-family: 'Righteous';
}
.pole #headerPole #entetePole #pole-services {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .gauche,
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .col {
  width: calc(33% - 40px);
  margin: 0 20px;
  padding: 10px 0 8px 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: dashed 2px #5a508c;
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .gauche a,
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .col a {
  color: #5a508c;
  font-size: 1.067em;
  font-weight: 400;
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .gauche a span,
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .col a span {
  float: left;
  width: calc(100% - 25px);
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .gauche a:hover,
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .col a:hover {
  font-weight: 600;
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .gauche a:after,
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .col a:after {
  content: "";
  display: none;
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .gauche a:before,
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne .col a:before {
  content: url('images/fleche-before.png');
  margin-right: 10px;
  float: left;
  margin-left: 10px;
}
.pole #headerPole #entetePole #pole-services #contenuBloc .ligne:last-of-type .col {
  border-bottom: none;
}
#Annuaire .ordre {
  position: relative;
  height: 35px;
}
#Annuaire .ordre .alphabetical-all {
  position: absolute;
  bottom: 0;
}
#Annuaire .ordre .alphabetical {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#Annuaire .ordre .alphabetical-all a,
#Annuaire .ordre .alphabetical a {
  font-family: 'Righteous';
  font-size: 1.200em;
  color: #5a508c;
}
#Annuaire .ordre .alphabetical a {
  font-size: 1.733em;
}
#Annuaire .ordre .alphabetical-all a:after,
#Annuaire .ordre .alphabetical a:after {
  display: none;
  content: "";
}
#Annuaire .ordre .alphabetical-all a:hover,
#Annuaire .ordre .alphabetical a:hover {
  text-decoration: underline;
}
#Annuaire .contenu {
  margin-top: 30px;
}
#Annuaire .contenu table {
  width: 100%;
}
#Annuaire .contenu table thead {
  border-top: 2px solid #5a508c;
  border-bottom: 2px solid #5a508c;
  color: #5a508c;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}
#Annuaire .contenu table thead tr th {
  padding: 10px 0;
}
#Annuaire .contenu table thead tr th:first-of-type {
  padding-left: 10px;
}
#Annuaire .contenu table tbody {
  color: #5a508c;
}
#Annuaire .contenu table tbody tr:nth-child(odd) {
  background-color: #e8f7fb;
}
#Annuaire .contenu table tbody td {
  padding: 10px 0;
}
#Annuaire .contenu table tbody td ul {
  list-style: none;
  padding-left: 0;
}
#Annuaire .contenu table tbody td ul li a {
  color: #5a508c;
  font-weight: 400;
}
#Annuaire .contenu table tbody td ul li a:hover {
  font-weight: 600;
}
#Annuaire .contenu table tbody td ul li a:after {
  content: "";
  display: none;
}
#Annuaire .contenu table tbody td ul li:before {
  content: "";
  display: none;
}
#Annuaire .contenu table th.column-1, #Annuaire .contenu table td.column-1{
  width: 200px;
}
#Annuaire .contenu table th.column-2, #Annuaire .contenu table td.column-2{
  width: 202px;
}
#Annuaire .contenu table th.column-3, #Annuaire .contenu table td.column-3{
  width: 302px;
}
#Annuaire .contenu table th.column-4, #Annuaire .contenu table td.column-4{
  width: 232px;
}
#Annuaire .contenu table tbody td:first-of-type {
  padding-left: 10px;
}
.pole #contenu {
  margin-top: 30px;
}
.pole #contenu .ligne.equipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pole #contenu .ligne.equipe .gauche {
  float: none;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pole #contenu .ligne.equipe .gauche img {
  width: 40%;
  align-self: center;
}
.pole #contenu .ligne.equipe .gauche .infoMedEquipe {
  width: calc(60% - 30px);
  padding: 0 30px;
  background: #f8d1c7;
}
#headerAccueil #head {
  position: relative;
}
#head {
  font-family: 'Righteous';
}
#head #langue,
#head #font {
  background: #5a508c;
  float: left;
  color: #fefefe;
  font-size: 1.067em;
  height: 44px;
  line-height: 44px;
  position: relative;
  width: 95px;
}
#head #langue span,
#head #font span {
  width: 1px;
  height: 25px;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#head #langue p,
#head #font p {
  width: 49%;
  text-align: center;
}
#head #langue a,
#head #font a {
  width: 49%;
  text-align: center;
}
#head #langue a#fr,
#head #font a#fr,
#head #langue a#en,
#head #font a#en {
  float: left;
  font-family: 'Righteous';
  padding: 0;
}
#head #langue a,
#head #font a {
  color: #fefefe;
  text-align: center;
}
#head #langue a:after,
#head #font a:after {
  content: "";
  display: none;
}
#head #font {
  background: #8f82d2;
  margin-left: 5px;
  width: 110px;
}
#head #font span {
  position: relative;
  float: left;
  left: 0;
}
#head #font p#fontPlus,
#head #font p#fontMoins,
#head #font p#fontReset {
  float: left;
  font-family: 'Righteous';
  padding: 0;
  cursor: pointer;
  width: calc(33.33% - 2px);
}
#head #font p#fontPlus strong {
  font-size: 1.600em;
  font-weight: 400;
}
#head #font p#fontReset strong {
  font-size: 1.4em;
}
#head .btnHeader {
  height: 44px;
  position: relative;
  padding: 0;
}
#head .btnHeader a {
  text-align: center;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 13px;
  line-height: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
}
#head .btnHeader#soutenir {
  background: #5a508c;
  background-image: url('images/icon-alarm.png');
  background-repeat: no-repeat;
  background-position: 7px center;
  width: 200px;
}
#head .btnHeader#soutenir a {
  font-weight: 400;
}
#head .btnHeader#soutenir a:after {
  content: "";
  display: none;
}
#head .btnHeader#pro {
  margin-left: 5px;
  width: 109px;
  background: #ff8847;
}
#head .btnHeader#pro a {
  font-weight: 400;
}
#head .btnHeader#pro a:after {
  content: "";
  display: none;
}
#head #logo {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 27px;
}
#head #logo a img {
  max-width: 120px;
}
#head #formContactHeader {
  margin-top: 40px;
}
#head #formContactHeader #searchform {
  position: relative;
  float: left;
  margin-right: 30px;
}
#head #formContactHeader #searchform input#recherche-form {
  border: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  width: 135px;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #5a508c;
  padding-left: 20px;
  padding-right: 20px;
  height: 32px;
}
#head #formContactHeader #searchform button {
  position: absolute;
  top: 7px;
  right: 3px;
  border: none;
  background: none;
}
#head #formContactHeader #contact {
  margin-right: 30px;
  line-height: 33px;
  font-weight: 400;
}
#head #formContactHeader #contact:after {
  content: "";
  display: none;
}
#head #nav {
  margin-top: 20px;
}
#head #nav nav {
  position: relative;
}
#head #nav nav .menu-header-container ul.menu {
  border-bottom: 4px solid #8f82d2;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#head #nav nav .menu-header-container ul.menu li.menu-item {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-width: 180px;
  position: relative;
  min-height: 75px;
  width: 100%;
  text-indent: 0;
}
#head #nav nav .menu-header-container ul.menu li.menu-item a {
  color: #5a508c;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  display: block;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  width: 100%;
}
#head #nav nav .menu-header-container ul.menu li.menu-item a:after {
  content: "";
  display: none;
}
#head #nav nav .menu-header-container ul.menu li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(26, 23, 40, 0.2);
  box-shadow: 0px 0px 27px 0px rgba(26, 23, 40, 0.2);
  width: 180px;
  padding: 30px;
  background: #fff;
  z-index: 99999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 75px;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover a {
  color: #8f82d2;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu {
  display: block;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li {
  padding-bottom: 10px;
  min-height: auto;
  width: auto;
  text-indent: 0;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li a {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #5a508c;
  text-transform: none;
  font-size: 1em;
  text-align: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  line-height: 1.2em;
  top: unset;
  left: unset;
  position: static;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li:last-of-type {
  padding-bottom: 0;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li:hover ul.sub-menu li a {
  color: #5a508c;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li:hover a {
  color: #ff8847;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li ul.sub-menu {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  padding: 10px;
  padding-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li ul.sub-menu li {
  margin-left: 0;
}
#head #nav nav .menu-header-container ul.menu li.menu-item:hover ul.sub-menu li ul.sub-menu li:hover a {
  color: #ff8847;
}
#head #nav nav .menu-header-container ul.menu li:before {
  content: "";
  display: none;
}
#header {
  background: url('images/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
#header #head #formContactHeader #searchform button {
  top: 6px;
}
#header #head #formContactHeader #contact {
  line-height: 33px;
}
#header #head #nav nav .menu-header-container ul.menu {
  margin-bottom: 0;
  padding-bottom: 0px;
  border: none;
}
.content .su-accordion .su-spoiler .su-spoiler-title {
  background: none;
  border: none;
  border-bottom: dashed 2px #addeec;
  margin: 0;
  padding: 0 15px;
}
.content .su-accordion .su-spoiler .su-spoiler-title h2 {
  color: #5a508c;
  font-family: 'Righteous';
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
}
.content .su-accordion .su-spoiler .su-spoiler-icon {
  background-image: url('images/fleche-haut-accordeon.png');
  width: 24px;
  height: 16px;
  background-position: center center;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: inherit;
}
.content .su-accordion .su-spoiler .su-spoiler-icon:before {
  content: "";
  display: none;
}
.content .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-icon {
  background-image: url('images/fleche-bas-accordeon.png');
  width: 24px;
  height: 16px;
  background-position: center center;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: inherit;
}
.content .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-icon:before {
  content: "";
  display: none;
}
.content a:not(.btn1):not(.btn2):not(.btn3):not(.btn4) {
  color: #ff8847;
  font-weight: 700;
}
.content a:not(.btn1):not(.btn2):not(.btn3):not(.btn4):after {
  content: ">>";
  color: #ff8847;
  font-weight: 700;
  margin-left: 5px;
}
.content ul {
  list-style: none;
}
.content ul li:before {
  content: "●";
  margin-right: 8px;
}
.content h2 {
  font-family: "Righteous";
  font-size: 1.733em;
  margin: 0;
  color: #5a508c;
  text-transform: uppercase;
}
#infoPage {
  background: #5a508c;
  padding: 10px 0;
  margin-bottom: 55px;
}
#infoPage h1 {
  color: #ff8847;
  text-transform: uppercase;
  font-size: 2.267em;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
#infoPage #fil-ariane {
  color: #fefefe;
  font-weight: 700;
  font-size: 0.933em;
  text-align: center;
}
#infoPage #fil-ariane span {
  margin: 0 5px;
}
#infoPage #fil-ariane span a {
  color: #fefefe;
  font-weight: 700;
  font-size: 0.933em;
  text-align: center;
}
#infoPage #fil-ariane span a:after {
  content: "";
  display: none;
}
#header.headerOffre #head #nav nav .menu-header-container ul.menu {
  border-bottom: 4px solid #8f82d2;
}
#header.headerOffre .slide {
  position: relative;
  height: 392px;
}
#header.headerOffre .slide #slider {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 105px;
}
#header.headerOffre .slide #slider h2 {
  font-family: 'Righteous';
  font-size: 2.133em;
  margin: 0;
  margin-top: 5px;
  text-transform: uppercase;
  color: #fefefe;
  text-align: center;
}
#header.headerOffre .slide #slider .sliderImg {
  width: 300px;
  margin: auto;
}
#header.headerOffre .slide #slider .sliderImg .slick-prev,
#header.headerOffre .slide #slider .sliderImg .slick-next {
  display: none !important;
}
#OffreSoins h2 {
  font-size: 1.733em;
  margin: 40px 0;
}
#OffreSoins h2 a {
  font-family: 'Righteous';
  color: #5a508c;
  text-transform: uppercase;
}
#OffreSoins h2:first-of-type {
  margin-top: 0;
}
#OffreSoins h2 a:before,
#OffreSoins h2 a::after {
  content: "";
  display: none;
}
#OffreSoins h2 a:hover {
  color: #ff8847;
  font-weight: normal;
  text-decoration: none;
}
#OffreSoins .bloc a {
  color: #5a508c;
  font-weight: 400;
  font-size: 1.067em;
  display: block;
  width: 90%;
  border-bottom: 2px dashed rgba(172, 222, 237, 0.9);
  padding: 10px 0;
}
#OffreSoins .bloc a:last-of-type {
  border-bottom: none;
}
#OffreSoins .bloc a:hover {
  font-weight: 600;
  text-decoration: underline;
}
#OffreSoins .bloc a:after {
  content: "";
  display: none;
}
#OffreSoins .bloc a:before {
  content: url('images/fleche-before.png');
  color: #5a508c;
  font-weight: 700;
  margin-right: 8px;
}
#OffreSoins .blocOffre .gauche {
  width: calc(33.33% - 10px);
  padding: 0 5px;
}
#OffreSoins .blocOffre .gauche:last-of-type {
  width: 30%;
  padding-left: 2.33%;
  float: right;
}
.pole .infoService #sidebar {
  width: 267px;
}
.pole .infoService #sidebar #chef,
.pole .infoService #sidebar #coordonnees,
.pole .infoService #sidebar #situer,
.pole .infoService #sidebar #doc {
  margin-bottom: 10px;
}
.pole .infoService #sidebar #chef h3 {
  color: #fefefe;
  margin-top: 20px !important;
}
.pole .infoService #sidebar #chef,
.pole .infoService #sidebar #coordonnees,
.pole .infoService #sidebar #situer,
.pole .infoService #sidebar #doc,
.pole .infoService #sidebar #focus {
  width: calc(254px - 40px);
  padding: 20px;
}
.pole .infoService #sidebar #chef h3,
.pole .infoService #sidebar #coordonnees h3,
.pole .infoService #sidebar #situer h3,
.pole .infoService #sidebar #doc h3,
.pole .infoService #sidebar #focus h3 {
  font-family: 'Righteous';
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.pole .infoService #sidebar #doc a {
  display: block;
}
.pole .infoService #sidebar #chef {
  background: #ff8847;
  color: #fefefe;
  margin-top: 35px;
}
.pole .infoService #sidebar #coordonnees #tel {
  margin-top: 15px;
}
.pole .infoService #sidebar #coordonnees span {
  text-transform: uppercase;
}
.pole .infoService #sidebar #coordonnees,
.pole .infoService #sidebar #situer,
.pole .infoService #sidebar #doc {
  background: #addeec;
  color: #5a508c;
}
.pole .infoService #sidebar #coordonnees a,
.pole .infoService #sidebar #situer a,
.pole .infoService #sidebar #doc a {
  color: #5a508c;
  font-weight: 400;
}
.pole .infoService #sidebar #coordonnees a:before,
.pole .infoService #sidebar #situer a:before,
.pole .infoService #sidebar #doc a:before {
  content: url('images/fleche-before.png');
  margin-right: 8px;
}
.pole .infoService #sidebar #coordonnees a:after,
.pole .infoService #sidebar #situer a:after,
.pole .infoService #sidebar #doc a:after {
  content: "";
  display: none;
}
.pole .infoService #sidebar #coordonnees a:hover,
.pole .infoService #sidebar #situer a:hover,
.pole .infoService #sidebar #doc a:hover {
  font-weight: 600;
  text-decoration: underline;
}
.pole .infoService #sidebar #focus {
  background: #f8d1c7;
  color: #5a508c;
}
.pole .infoService #sidebar #focus h3 {
  font-size: 1.733em;
}
.pole .infoService #sidebar #focus h4 {
  font-family: 'Righteous';
  font-size: 1.333em;
  font-weight: 400;
  margin-bottom: 0;
}
.pole .infoService #sidebar #focus img {
  display: block;
  margin: auto;
}
.pole .infoService #sidebar #focus p.date {
  color: #8f82d2;
  font-size: 1.067em;
  font-style: italic;
}
.pole .infoService #sidebar #focus a {
  color: #8f82d2;
  font-weight: 500;
}
.pole .infoService #sidebar #focus a:hover {
  font-weight: 600;
}
.pole .infoService #sidebar #focus a:after {
  display: none;
  content: "";
}
.pole .infoService #contenu {
  width: calc(100% - 287px);
  margin-left: 20px;
  color: #5a508c;
  margin-top: 35px;
}
.pole .infoService #contenu h2 {
  font-family: "Righteous";
  font-size: 1.733em;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
}
.pole .infoService #contenu #etage:before {
  content: "▶";
  margin-right: 8px;
}
#formulaireEmploi {
  background: #f8d0c6;
  padding-top: 50px;
  margin-top: 60px;
  padding-bottom: 30px;
}
#formulaireEmploi h2 {
  text-align: center;
  margin-bottom: 30px;
}
#formulaireEmploi form {
  max-width: 420px;
  display: block;
  margin: auto;
}
#formulaireEmploi form input {
  margin-bottom: 10px;
  height: 40px;
  width: calc(100% - 60px);
}
form input[type=submit] {
  color: #fefefe!important;
}
#formulaireEmploi form label#file {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#formulaireEmploi form label#file span.your-cv {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  width: 122%;
  height: auto;
  right: 81px;
}
#formulaireEmploi form label#fileLM {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#formulaireEmploi form label#fileLM span.your-lm {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  width: 122%;
  height: auto;
  right: 81px;
}
#formulaireEmploi form .clearfix {
  width: 420px;
  margin-bottom: 10px;
}
#formulaireEmploi form .clearfix p.gauche {
  color: #5a508c;
  font-size: 1.2em;
  margin-left: 30px;
  line-height: 40px;
}
#formulaireEmploi form textarea {
  height: 150px;
  width: calc(100% - 60px);
}
#formulaireEmploi form .btn2 {
  max-width: 170px;
  display: block;
  margin: auto;
}
#formulaireEmploi form p#obl {
  font-style: italic;
  font-size: 0.800em;
  color: #5a508c;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
}
#formulaireEmploi form label#file {
  color: #5a508c;
  font-size: 1.2em;
  background: #fefefe;
  background-image: url('images/cloud.png');
  background-repeat: no-repeat;
  background-position: 89% center;
  border-radius: 50px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  width: 250px;
}
#formulaireEmploi form label#file input {
  opacity: 0;
}
#formulaireEmploi form #lm {
  color: #5a508c;
  font-size: 1.2em;
}
#formulaireEmploi form label#fileLM {
  color: #5a508c;
  font-size: 1.2em;
  background: #fefefe;
  background-image: url('images/cloud.png');
  background-repeat: no-repeat;
  background-position: 89% center;
  border-radius: 50px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  width: calc(100% - 60px);
  display: block;
  margin: 10px 0;
}
#formulaireEmploi form label#fileLM input {
  opacity: 0;
}
.Emplois #entete {
  max-width: 570px;
  text-align: center;
  margin: 0px auto 40px auto;
  display: block;
}
.Emplois #entete a {
  display: block;
  text-align: center;
  color: #5a508c;
}
.Emplois #entete a:after {
  content: "";
  display: none;
}
.Emplois #entete a:hover {
  text-decoration: underline;
}
.Emplois h2 {
  text-align: center;
  margin-bottom: 35px;
}
.Emplois #catOffre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
}
.Emplois #catOffre a.btn3,
.Emplois #catOffre a.btn4 {
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
.Emplois #catOffre a.btn3 h3,
.Emplois #catOffre a.btn4 h3 {
  color: #fefefe;
}
.Emplois #catOffre h3 {
  margin: 0;
  font-weight: 400;
}
.Emplois #accordion.ui-accordion .su-spoiler-title.ui-accordion-header {
  background: none;
  border: none;
  border-bottom: dashed 2px #addeec;
  margin: 0;
  padding: 0 15px;
}
.Emplois #accordion.ui-accordion .su-spoiler-title.ui-accordion-header h3 {
  color: #5a508c;
  font-family: 'Righteous';
  text-transform: uppercase;
  font-size: 1.333em;
  margin-bottom: 15px;
  margin-top: 20px;
}
.Emplois #accordion.ui-accordion .su-spoiler-title.ui-accordion-header .ui-icon {
  background-image: url('images/fleche-bas-accordeon.png');
  width: 24px;
  height: 16px;
  background-position: center center;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Emplois #accordion.ui-accordion .su-spoiler-title.ui-state-active .ui-icon {
  background-image: url('images/fleche-haut-accordeon.png');
}
.Emplois #accordion.ui-accordion .su-spoiler-content.ui-accordion-content {
  border: none;
  color: #5a508c;
}
.Emplois #accordion.ui-accordion .su-spoiler-content.ui-accordion-content p.dateEmploi {
  font-style: italic;
}
.Emplois #accordion.ui-accordion .su-spoiler-content.ui-accordion-content p.nomEmploi {
  text-transform: uppercase;
}
.Emplois #accordion.ui-accordion .su-spoiler-content.ui-accordion-content a.btn2 {
  width: 160px;
  color: #5a508c;
  height: 40px;
  line-height: 40px;
}
.Emplois #accordion.ui-accordion .su-spoiler-content.ui-accordion-content a.btn2:hover {
  color: #fefefe;
}
.Emploi footer {
  margin-top: 0;
}
.Emploi #poste a.btn1 {
  margin-top: 20px;
}
.Emploi #infoPage {
  margin-bottom: 40px;
}
.Emploi #poste {
  color: #5a508c;
}
.Emploi #poste .btn3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 25px;
}
.Emploi #poste .btn3 h3 {
  color: #fefefe;
  font-weight: 400;
}
.Emploi #poste h2 {
  text-align: center;
}
.Emploi #poste .infosEmploi {
  text-align: center;
}
.Emploi #poste .infosEmploi .dateEmploi {
  font-style: italic;
  font-size: 1em;
}
.Emploi #poste h4 {
  font-weight: 700;
  font-size: 1.133em;
  margin-bottom: 0;
  margin-top: 20px;
}
#formulaireEmploi {
  padding-top: 50px;
  margin-top: 60px;
  padding-bottom: 30px;
}
.wpcf7{
  background: #f8d0c6;
}
#formulaireEmploi h2 {
  text-align: center;
  margin-bottom: 30px;
}
form {
  max-width: 420px;
  display: block;
  margin: auto;
}
#formulaireEmploi form input {
  margin-bottom: 10px;
  width: calc(100% - 60px);
}
.rgpd{
  margin-top: 15px!important;
  margin-bottom: 15px!important;
  color:#5a508c;
}

form .rgpd input[name=rgpg] {
  margin-right:5px;
  width: inherit!important;
  margin-bottom: 0px!important;
}
#formulaireEmploi form input[type=submit] {
  color: #fefefe;
}
#formulaireEmploi form label#file {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#formulaireEmploi form label#file span.your-cv {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  width: 122%;
  height: auto;
  right: 81px;
}
#formulaireEmploi form label#fileLM {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#formulaireEmploi form label#fileLM span.your-lm {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  width: 122%;
  height: auto;
  right: 81px;
}
#formulaireEmploi form .clearfix {
  width: 420px;
  margin-bottom: 10px;
}
#formulaireEmploi form .clearfix p.gauche {
  color: #5a508c;
  font-size: 1.2em;
  margin-left: 30px;
  line-height: 40px;
}
#formulaireEmploi form textarea {
  height: 150px;
  width: calc(100% - 60px);
}
#formulaireEmploi form .btn2{
  max-width: 170px;
  display: block;
  margin: auto;
}
#formulaireEmploi form p#obl {
  font-style: italic;
  font-size: 0.800em;
  color: #5a508c;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
}
#formulaireEmploi form label#file {
  color: #5a508c;
  font-size: 1.2em;
  background: #fefefe;
  background-image: url('images/cloud.png');
  background-repeat: no-repeat;
  background-position: 89% center;
  border-radius: 50px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  width: 250px;
}
#formulaireEmploi form label#file input {
  opacity: 0;
}
#formulaireEmploi form #lm {
  color: #5a508c;
  font-size: 1.2em;
}
#formulaireEmploi form label#fileLM {
  color: #5a508c;
  font-size: 1.2em;
  background: #fefefe;
  background-image: url('images/cloud.png');
  background-repeat: no-repeat;
  background-position: 89% center;
  border-radius: 50px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  width: calc(100% - 60px);
  display: block;
  margin: 10px 0;
}
#formulaireEmploi form label#fileLM input {
  opacity: 0;
}
.Actualites .content#actualites .clearfix {
  margin-bottom: 20px;
}
.Actualites .content#actualites .clearfix .gauche {
  width: 48%;
  float: left;
}
.Actualites .content#actualites .clearfix .gauche p.date {
  font-style: italic;
  font-weight: 400;
  color: #8f82d2 !important;
  font-size: 1.067em;
  text-align: left;
  margin-bottom: 8px;
}
.Actualites .content#actualites .clearfix .gauche a {
  display: block;
}
.Actualites .content#actualites .clearfix .gauche:nth-child(odd) {
  padding-right: 2%;
}
.Actualites .content#actualites .clearfix .gauche:nth-child(even) {
  padding-left: 2%;
}
.Actualite .content#actualite h2.titre {
  margin-bottom: 20px;
}
.Actualite .content#actualite h2.titre span.date {
  font-size: 0.7em;
  text-transform: none;
  font-family: 'Open Sans';
  font-style: italic;
}
.Actualite .content#actualite .contenuActu {
  margin-top: 20px;
}
.Actualite .content#actualite img#imgPrincActu {
  display: block;
  margin: auto;
}
#pageRecherche form {
  position: relative;
  width: 80%;
  margin: auto;
  height: 42px;
}
#pageRecherche form .gauche {
  float: none;
}
#pageRecherche form input {
  background-color: #addeec;
  border-style: none;
  border-radius: 50px;
  color: #fefefe;
  line-height: 40px;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  width: 93%;
}
#pageRecherche form button {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ResultRecherche #resultat a {
  display: block;
}
.ResultRecherche #resultat form {
  position: relative;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  height: 42px;
}
.ResultRecherche #resultat form .gauche {
  float: none;
}
.ResultRecherche #resultat form input {
  background-color: #addeec;
  border-style: none;
  border-radius: 50px;
  color: #fefefe;
  line-height: 40px;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  width: 93%;
}
.ResultRecherche #resultat form button {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page a.btn1,
.page a.btn2,
.page a.btn3,
.page a.btn4 {
  width: auto !important;
  height: auto;
  padding: 40px;
  display: inline-block;
}
.page .su-table table {
  border: none !important;
}
.page .su-table table tr {
  background: #fefefe !important;
}
.page .su-table table tr td {
  border: none !important;
  background: #fefefe !important;
}
.page .su-table table tr:nth-child(2n+1) {
  background-color: #e8f7fb!important;
}
.page .su-table table tr:nth-child(2n+1) td {
  background: #e8f7fb !important;
}
#plan.content ul#menu-header-1 {
  list-style-type: none;
}
#plan.content ul#menu-header-1 li {
  margin-bottom: 15px;
  text-indent: 0;
}
#plan.content ul#menu-header-1 li a {
  color: #5a508c;
}
#plan.content ul#menu-header-1 li a:after {
  color: #5a508c;
}
#plan.content ul#menu-header-1 li a:hover {
  color: #ff8847;
}
#plan.content ul#menu-header-1 li a:hover:after {
  color: #ff8847;
}
#plan.content ul#menu-header-1 li ul.sub-menu {
  padding-left: 10px;
}
#plan.content ul#menu-header-1 li ul.sub-menu li {
  width: 100%;
  margin-bottom: 0;
}
#plan.content ul#menu-header-1 li ul.sub-menu li a {
  color: #000;
}
#plan.content ul#menu-header-1 li ul.sub-menu li a:after {
  color: #000;
}
#plan.content ul#menu-header-1 li:before {
  display: none;
}
#plan.content .menuFooter .menuTot ul li:before {
  display: none;
}
#plan.content .menuFooter .menuTot ul li {
  text-indent: 0;
}
#plan.content .menuFooter .menuTot ul li a {
  color: #5a508c;
}
#plan.content .menuFooter .menuTot ul li a:after {
  color: #5a508c;
}
#plan.content .menuFooter .menuTot ul li a:hover {
  color: #ff8847;
}
#plan.content .menuFooter .menuTot ul li a:hover:after {
  color: #ff8847;
}
footer {
  background: #5a508c;
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fefefe;
}
footer h3 {
  color: #fefefe !important;
  font-size: 1.067em !important;
}
footer a:after {
  content: "" !important;
}
footer #logoFooter {
  margin-bottom: 20px;
}
footer p#tel {
  margin-top: 20px;
}
footer #resSx {
  margin-top: 25px;
}
footer #resSx a {
  margin-right: 15px;
}
footer .coordonnees {
  width: 370px;
}
footer #hopitaux {
  width: 350px;
}
footer #hopitaux p {
  margin-top: 10px;
}
footer #hopitaux .menu-hopitaux-du-leman-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer #hopitaux .menu-hopitaux-du-leman-container ul li:before {
  display: none;
  content: "";
}
footer #lienUtile .menu-liens-utiles-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer #lienUtile .menu-liens-utiles-container ul li:before {
  display: none;
  content: "";
}
footer #lienUtile a,
footer #hopitaux a {
  margin-top: 10px;
  color: #fefefe;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #nav {
    display: none;
  }
  #responsive-menu-container #responsive-menu li,
  #responsive-menu-container #responsive-menu ul li {
    text-indent: 0;
  }
  .contentBtnHeader {
    margin-right: 100px;
  }
  #headerAccueil #logo {
    top: 50px;
  }
  .content {
    max-width: 960px;
    width: 960px;
  }
  footer .content {
    width: 90%;
  }
  footer #lienUtile {
    width: 33%;
  }
  footer .coordonnees {
    width: 30%;
  }
  footer #hopitaux {
    width: 36%;
  }
  .Accueil .content #sliderOffre {
    width: 90%;
  }
  .Accueil .content #actus {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .Accueil .content #actus #actuAvant {
    padding-left: 0;
    width: calc(50% - 50px);
  }
  .Accueil .content #actus #actuAvant span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Accueil .content #actus #actuAvant img.gauche {
    max-width: calc(30% - 25px);
  }
  .Accueil .content #actus #actuAvant div.gauche {
    max-width: 70%;
  }
  .Accueil #carte .content h2 {
    width: 94%;
    margin: auto;
  }
  .Accueil #carte .content .infoCarte {
    width: 94%;
    margin: auto;
  }
  .Accueil #lastBloc {
    width: 90%;
  }
  .Accueil #lastBloc #espacePro {
    width: calc(40% - 44px);
  }
  .Accueil #lastBloc #espacePro .btn4 {
    width: auto;
    height: auto;
    line-height: 24px;
  }
  .Accueil #lastBloc #recrutement {
    width: 60%;
  }
  .Accueil #lastBloc #recrutement img {
    width: 45%;
  }
  #header {
    padding-bottom: 20px;
    height: 180px;
  }
  #header #head #logo {
    top: 80px;
  }
  .Emplois #catOffre {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Emplois #catOffre a.btn3 {
    margin: 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  #head #logo {
    top: 80px;
  }
  .content {
    max-width: 800px;
    width: 800px;
  }
  .page .content .gauche,
  .page .content .droite {
    float: none;
    display: block;
    width: 100%;
  }
  #infoPage {
    margin-bottom: 20px;
  }
  .Accueil .content #sliderOffre {
    width: 94%;
  }
  .Accueil .content #actus {
    width: 100%;
  }
  .Accueil .content #actus #actuAvant {
    width: calc(50% - 65px);
    padding-right: 65px;
  }
  .Accueil #carte .content {
    position: static;
    height: auto;
  }
  .Accueil #carte .content #imgCarte {
    position: static;
  }
  .Accueil #lastBloc {
    width: 100%;
  }
  .Accueil #lastBloc #espacePro h3 {
    margin-top: 30px;
  }
  .Actualites .content#actualites .clearfix .gauche {
    float: none;
    width: 100%;
    display: block;
    padding: 0 !important;
    margin-top: 20px;
  }
  #OffreSoins .blocOffre .gauche {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
  }
  #OffreSoins h2 {
    margin: 10px 0;
  }
  #Annuaire .ordre {
    height: auto;
  }
  #Annuaire .ordre .alphabetical-all {
    position: static;
    display: block;
  }
  #Annuaire .ordre .alphabetical {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #Annuaire td ul {
    padding: 0;
  }
  #Annuaire td ul li {
    margin-left: 0;
  }
  .pole #headerPole #entetePole #pole-services #contenuBloc .ligne {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pole #headerPole #entetePole {
    padding-top: 30px;
  }
  .pole #headerPole #entetePole #pole-services #contenuBloc .ligne .gauche,
  .pole #headerPole #entetePole #pole-services #contenuBloc .ligne .col {
    width: calc(100% - 40px);
  }
  .pole #headerPole #entetePole #pole-services #contenuBloc .ligne:last-of-type .col {
    border-bottom: dashed 2px #5a508c;
  }
  .pole .infoService #sidebar {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pole .infoService #sidebar #chef {
    margin-top: 0;
  }
  .pole .infoService #sidebar #chef h3:first-of-type {
    margin-top: 0 !important;
  }
  .pole .infoService #contenu {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .pole #headerPole #entetePole #pole-services {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .content {
    max-width: 95%;
    width: 95%;
  }
  footer .gauche {
    float: none;
  }
  footer .coordonnees,
  footer #lienUtile,
  footer #hopitaux {
    width: 100%;
  }
  footer #hopitaux {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #head #logo {
    position: static;
    margin-bottom: 10px;
    left: unset;
    top: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #head #logo a {
    text-align: center;
    display: block;
  }
  #head .content #langue {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #head .content #langue a {
    color: #fefefe;
    text-align: center;
  }
  #head .content #langue a:after {
    content: "";
    display: none;
  }
  #head .content #font,
  #head .content .droite {
    display: none;
  }
  #head .content .gauche,
  #head .content .droite {
    float: none;
  }
  #head .content #soutenir {
    margin: 10px 0;
  }
  #head .content #pro {
    margin-left: 0;
  }
  #head #formContactHeader {
    margin-top: 10px;
  }
  #head #formContactHeader #searchform {
    display: none;
  }
  .Accueil #headerAccueil {
    background-position-y: center;
  }
  .Accueil #headerAccueil #recherche {
    margin-top: -81px;
    padding-top: 106px;
  }
  .Accueil #headerAccueil #recherche .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Accueil #headerAccueil #recherche .content .gauche:first-of-type {
    width: auto;
  }
  .Accueil .content #sliderOffre .sliderOffre .slick-prev {
    left: 50%;
    top: -10px;
    -webkit-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
  .Accueil .content #sliderOffre .sliderOffre .slick-next {
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    top: 260px;
  }
  .Accueil .content #sliderOffre .sliderOffre .slick-list {
    width: 80%;
    margin: auto;
  }
  .Accueil .content #sliderOffre .sliderOffre a.btn2 {
    margin: 20px 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 2px solid #5a508c !important;
  }
  .Accueil .content #sliderOffre .sliderOffre a.btn2 p {
    position: static;
    top: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .Accueil .content #actus .gauche,
  .Accueil .content #actus .droite {
    float: none;
    width: 100%;
  }
  .Accueil .content #actus #actuAvant {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }
  .Accueil .content #actus #actuAvant div.gauche {
    width: 100%;
    max-width: 100%;
  }
  .Accueil .content #actus #actuAvant img.gauche {
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  .Accueil .content #actus #actuAvant p {
    width: 100%;
  }
  .Accueil .content #actus #actuAvant p span {
    display: inline-block;
  }
  .Accueil .content #actus #actuAvant span {
    display: none;
  }
  .Accueil .content #actus #autreActu {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .Accueil .content #actus #autreActu .gauche {
    float: left;
    width: 48%;
    max-width: 48%;
  }
  .Accueil .content #actus #autreActu .gauche:first-of-type {
    padding-right: 2%;
  }
  .Accueil .content #actus #autreActu .gauche:last-of-type {
    padding-left: 0;
  }
  .Accueil .content #actus #autreActu a.lien {
    text-align: center;
  }
  .Accueil #carte .content #imgCarte map {
    display: none;
  }
  .Accueil #carte .content .infoCarte p,
  .Accueil #carte .content .infoCarte #infoEtab {
    display: none;
  }
  .Accueil #lastBloc {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Accueil #lastBloc .gauche {
    float: none;
    width: 100%;
  }
  .Accueil #lastBloc #espacePro {
    width: calc(100% - 44px);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Accueil #lastBloc #espacePro h3 {
    margin-top: 0;
  }
  .Accueil #lastBloc #espacePro .btn4 {
    width: 290px;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .Accueil #lastBloc #recrutement {
    width: 100%;
  }
  .pole #headerPole #entetePole {
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  #Annuaire .contenu table thead {
    display: none;
  }
  #Annuaire .contenu table .hidden {
    display: block !important;
    font-weight: 600;
  }
  #Annuaire .contenu table tbody td {
    display: block;
    width: 95% !important;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #Annuaire .contenu table tbody td ul {
    padding-left: 0;
    margin-top: 0;
  }
  #Annuaire .contenu table tbody td:first-of-type {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .content .su-accordion .su-spoiler .su-spoiler-title {
    padding-right: 40px;
  }
  .Accueil #headerAccueil .slide {
    height: auto;
  }
  .Accueil #headerAccueil .slide #slider {
    position: static;
    left: unset;
    top: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .Accueil #headerAccueil .slide #slider img {
    display: block;
    margin: auto;
  }
  .Accueil .content #actus #autreActu .gauche {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .Accueil .content #actus #autreActu .gauche:first-of-type,
  .Accueil .content #actus #autreActu .gauche:last-of-type {
    padding: 0;
  }
  .Accueil #lastBloc #espacePro .btn4 {
    width: auto;
    height: auto;
    line-height: auto;
    padding: 10px 0;
  }
  .Accueil #lastBloc #recrutement .droite {
    float: none;
    margin: auto;
  }
  .Accueil #lastBloc #recrutement img {
    display: none;
  }
  #formulaireEmploi form .clearfix,
  #formulaireEmploi form .clearfix {
    width: 100%;
  }
  #formulaireEmploi form .clearfix p.gauche,
  #formulaireEmploi form .clearfix p.gauche {
    float: none;
    margin-left: 0;
  }
  #formulaireEmploi form label#file,
  #formulaireEmploi form label#file {
    float: none;
    width: calc(100% - 60px);
    display: block;
    background-position: 94% center;
  }
  #formulaireEmploi form label#file span.your-cv,
  #formulaireEmploi form label#file span.your-cv {
    right: 58px;
  }
  .Emplois #accordion.ui-accordion .su-spoiler-title.ui-accordion-header,
  .Emploi #accordion.ui-accordion .su-spoiler-title.ui-accordion-header {
    padding-right: 40px;
  }
  .pole .infoService #sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pole .infoService #sidebar #chef,
  .pole .infoService #sidebar #coordonnees,
  .pole .infoService #sidebar #situer,
  .pole .infoService #sidebar #doc,
  .pole .infoService #sidebar #focus {
    width: calc(100% - 40px);
  }
  .pole .infoService #contenu .ligne.equipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .pole .infoService #contenu .ligne.equipe .gauche {
    width: 100%;
    margin-bottom: 10px;
  }
  .pole .infoService #contenu .ligne.equipe .gauche img {
    width: 20%;
  }
  .pole .infoService #contenu .ligne.equipe .gauche .infoMedEquipe {
    width: calc(80% - 30px);
  }
}

a.lienDocMed:after{
  display: none !important;
}
a.lienDocMed{
  display: block;
  max-width: 70px;
  margin-bottom: 15px;
}
