/*
Theme Name: Montesson (Version Juillet 2023 )
Theme URI:
Description: Thème Montesson par Interlude Santé : adapter pour le passage en php 8.2
Version: 2.0
Author: Interlude Santé
Author URI: http://www.interludesante.com

================================================== */
@import "css/formulaire/formulaire.css";

html {
  font-family: 'Open Sans', sans-serif;
  /* 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;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
}
img.redimensionner{
  width:80%;
  height:auto;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* 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"] {
  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 */
  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;
}
textarea {
  overflow: auto;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
}
::-moz-selection {
  color: #000;
  text-shadow: none;
}
::selection {
  color: #000;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #6ab634;
  margin: 1em auto;
  padding: 0;
  width: 80%;
}
/*
 * 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:
 */


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * 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:hover{
  text-decoration: none;
  font-weight: 500;
}
.hidden {
  display: none !important;
}
.absolute {
  position: absolute;
}
a img.alignleft,
a img.alignright,
a img.aligncenter {
  display: block;
}
img.alignleft,
img.gauche{
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
img.alignright,
img.droite{
  margin-left: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.gauche,
.alignleft,
a .alignleft {
  float: left;
}
.droite,
.alignright,
a .alignright {
  float: right;
}
.aligncenter, .alignnone {
  margin: 15px auto;
  display: block;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}


/* MENU RESPONSIVE */
.mobmenu .headertext{
  display: none;
}
.mobmenul-container{
  position: absolute !important;
  right: 10px !important;
  background: #6ab634 !important;
  border: 2px solid #fff !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}
.mob-menu-header-holder {
    background-color: rgba(255,255,255,0) !important;
    height: 50px !important;
    width: 50px !important;
  }
.mobmenul-container i {
    line-height: 50px !important;
    font-size: 30px !important;
    float: none !important;
    text-align: center!important; 
}
#mobmenuleft li > ul {
    left: 0 !important;
    padding-left: 0 !important;
}
.mobmenu .sub-menu li a {
    padding-left: 0;
}
.show-nav-left .mobmenu-overlay{
  z-index: 99 !important;
}
.mobmenu .mob-menu-icon{
  z-index: 999;
}
.mob-menu-left-panel .mobmenu-left-bt{
  display: none;
}
.mobmenu-push-wrap{
  padding-top: 0 !important;
}
.widget.widget_search{
  display: block !important;
}
.widget.widget_search form{
  display: block !important;
  width: 100% !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*/// VARIABLES ////*/
body{
  max-width: 1440px;
  width:100%;
  display: block;
  margin: 0 auto;
}
body.emploiMed{
  max-width: 1920px;
}
.content{
  display: block;
  width:1000px;
  margin: 0 auto;
}
.container{
  display: block;
  max-width:1768px;
  width:90%;
  margin: 0 auto;
}
.flex{
  display:flex;
  flex-wrap: wrap;
}
.Accueil h1{
  margin:0;
}
.widget{
  background-color:#281d42;
  height: 127px;
  color:#fff;
}
.widget .content{
    position: relative;
    height: 100%;
}
.widget ul{
  width:694px;
  margin-top:0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
}
.widget li{
  position: relative;
  width:150px;
  height: 48px;
  border-radius: 8px;
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}
.widget li:first-child{
  margin-left: 0;
}
.widget li a{
  position: absolute;
  top:0;bottom:0;left:0;right:0;
  padding-top:6px;
  color:#fff;
  font-weight: 400;
  line-height: 18px;
}
.widget li a:before{
  display: block;
  content:'';
  width:31px;
  height:36px;
  background-image: url('./images/btnBlocHeader.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  float:left;
  margin-right: 10px;
  margin-left: 10px;
}
.widget li:nth-child(2) a:before {
    background-position: -174px 0 !important;
}
.widget li:nth-child(3) a:before {
    background-position: -340px 0 !important;
}
.widget li:nth-child(4) a:before {
    background-position: -510px 0 !important;
}
.widget li.medecin{
  background-color: #cc0362;
}
.widget li.medecin a::before {
    background-size: cover;
    width: 16px;
    height: 24px;
    margin-top: 4px;
    margin-right: 7px;
}
.widget li.consultez{
  background-color: #e78434;
}
.widget li.soutenez  {
  background-color: #0e98cd;
}
.widget li.contact{
  background-color: #6ab634;
}
.widget form{
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  width: 286px;
}
.widget form input{
  height: 46px;
  border: none;
  border-radius: 8px;
  display: inline-block;
  width:80%;
  color:#757575;
  font-style: italic;
  padding-left: 5%;
  padding-right: 15%;
}
.widget form button{
  position: absolute;
  top: 10px;
  right: 0;
  width: 35px;
  height: 46px;
  background-image: url('./images/loupe.png');
  background-repeat: no-repeat;
  background-color: transparent;
  border:none;
}
.widget p{
  margin:0;
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
}
.widget p span{
  margin:0;
  text-align: center;
  font-style: normal;
  font-size: 14px;
}
.widget #porte{
  display: block;
  position: absolute;
  top:100%;
  margin-top: 1px;
  right:0px;
  background-color:#281d42;
  width: 71px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  z-index:99999;
}
.widget #porte.ouvert{
  background-image: url('./images/arrowFermer.png')
}
.widget #porte.ferme{
  background-image: url('./images/arrowOuvrir.png')
}
#headerMenu{
  margin-bottom: 20px;
  margin-top: 20px;
}
header p{
  color: #fff;
}
#headerMenu nav{
  position: relative;
}
#headerMenu li.logo{
  display: inline-block;
  margin-right: 20px;
}
#headerMenu li.logo img{
  width: 80%;
}
#headerMenu #mega-menu-wrap-primary{
  display: inline-block;
  background: none;
  position: absolute;
  top: 0;
  height: 99px;
}
#headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  text-transform: uppercase;
  display: block;
  height: 99px;
  /*font-size: 18px;*/
  font-size: 16px;
  color:#414141;
  font-weight: 700;
  line-height: 99px;
}
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
   background: #f1f1f1;
 }
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
   background: #f1f1f1;
 }
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary{
   height: 99px;
 }
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul li ul li ul li ul.mega-sub-menu {
   padding-left: 10px;
 }
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
   padding-bottom: 0 !important;
   padding-top: 10px !important;
 }
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item{
   height: 99px !important;
 }
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
   height: 99px !important;
 }
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
   color: #0e98cd !important;
 }
 #headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
   color: #0e98cd !important;
 }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  width: 1002px !important;
  padding-bottom: 15px !important;
  right: auto !important;
  left: -156px !important;
  z-index: 99999 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{
  width: 33% !important;
}
footer{
  background-image: url('./images/fdBleuPois.png');
  background-repeat: repeat;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color:#fff;
  margin-top: 30px;
}
footer .coordonnees h2{
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
footer .coordonnees p{
  margin:0;
  color:#fff !important;
  font-weight: 300;
}
footer .coordonnees p.tel{
  margin:0;
  margin-top: 20px;
  font-weight: 300;
}
footer .coordonnees ul{
  padding-left: 0;
  margin-top: 50px;
	list-style: none;
}
footer .coordonnees ul li{
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  border-right: 1px solid #fff;
}
footer .coordonnees ul li:before {
    content: none !important;
}
footer .coordonnees ul li:first-of-type{
  padding-left: 0px;
}
footer .coordonnees ul li:last-of-type{
  padding-right: 0px;
  border-right: none;
}
footer .coordonnees ul li a{
  font-size: 14px !important;
  color:#fff !important;
  font-style: normal !important;
  font-weight: 300;
}
footer .newsletter form{
  position: relative;
}
footer .newsletter label{
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  color:#fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom:0;
}
footer .newsletter form > p{
  display: flex;
  align-items: flex-end;
}
footer .newsletter label input{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  margin-top: 16px;
  border-radius: 8px;
  border:1px solid #e2e2e2;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 240px;
  height: 39px;
  padding-left:15px;
  color:#414141;
}
footer input[type="submit"]{
  border-radius: 8px;
  background-color:#80b935;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 41px;
  margin-left: 20px;
  padding:0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .newsletter .wpcf7-not-valid-tip{
  display: none;
}
footer .newsletter .wpcf7-response-output{
  position: absolute!important;
  left:0!important;
  top:100%!important;
  margin-top: 5px;
  font-size: 12px;
}
footer .newsletter .wpcf7-validation-errors{
  border:1px solid #cc0362;
}
footer .newsletter .wpcf7-mail-sent-ok{
  border:1px solid #80b935;
}
footer p.interlude{
  color:#b5b5b5;
  font-size: 12px;
  font-weight: 300;
  margin-top: 75px;
  text-align: right;
}
footer p.interlude a{
  color:#b5b5b5;
  text-decoration: none;
}
footer p.interlude a:hover{
  font-weight: 600;
  text-decoration: underline;
}
footer div.wpcf7 .ajax-loader{
  display: none;
}
.Accueil #sliderHeader{
  margin-bottom: 0px;
}
.Accueil #sliderHeader button{
  content:'';
  display: block;
  width:15px;
  height: 40px;
  background-image: url('./images/arrowsSlider.png');
  background-repeat: no-repeat;
  z-index:99;
}
.Accueil #sliderHeader button.slick-prev{
  left:22px!important;
  background-position: 0px 0px;
}
.Accueil #sliderHeader button.slick-next{
  right:22px!important;
  background-position: right 0px;
}
.Accueil #sliderHeader button:before{
  content:'';
}
.Accueil .bloc1{
  /*background-color:#f1f1f1;*/
  height: 89px;
}
.Accueil .bloc1 ul {
  padding-left:0px;
  margin: 0;
  text-align: center;
}
.Accueil .bloc1 ul li{
  position: relative;
  display: block;
  margin-left: 20px;
  width: 320px;
  height: 89px;
  background-color: #0e98cd;
  text-align: center;
  float: left;
}
.Accueil .bloc1 ul li:first-child{
  margin-left: 0;
}
.Accueil .bloc1 ul li a{
  color:#fff;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top:0;bottom:0;left:0;right:0;
  padding-top: 10px;
}
.Accueil .bloc1 ul li:hover{
  background: #e78434;
}
.Accueil .bloc1 ul li:hover a:after{
  background: #e78434;
}
.Accueil .bloc1 ul li a p{
  font-weight: 400;
  margin-top: 0;
  font-size: 12px;
}
.Accueil .bloc1 ul li a:after{
  content:'+';
  font-size: 36px;
  text-align: center;
  color:#fff;
  width:38px;
  font-weight: 400;
  height:38px;
  border-radius: 38px;
  background-color: #0e98cd;
  position: absolute;
  top:100%;
  left:50%;
  margin-left: -19px;
  margin-top: -19px;
  line-height: 36px;
}
.Accueil .bloc2{
  margin-top: 30px;
}
.Accueil .bloc2 h2{
  font-family: 'Open Sans Condensed', sans-serif;
  color:#414141;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 10px;
}
.Accueil .bloc2 h2 span{
  font-family: 'Open Sans', sans-serif;
  color:#80b935;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.Accueil .bloc2 .consultation{
  width: 244px;
  height:442px;
}
.Accueil .bloc2 .consultation .bouton{
  display: block;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil{
  color:#fff;
  font-weight: 700;
  /* display: inline-block; */
  width:89px;
  height:89px;
  border-radius: 89px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  padding-top: 25px;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
/*.Accueil .bloc2 .consultation .bouton .boutonProfil.btnEnfants{
  background-image: url('./images/backgroundEnfants.png');
  background-position: center 3px;
  border-bottom: 2px solid #cc0362;
}*/
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnEnfants {
    background-image: url('./images/backgroundEnfants.png');
    /*line-height: 82px;*/
    /* border-box-shadow: inset 0px 0px 40px 40px #DBA632 ; */
    box-shadow: 0 0px 10px #cc0362 ;
    padding-top: 25px;
    height: 64px;
    border: 1px solid #cc0362 ;
    background-color: #cc0362 ;
  }

.Accueil .bloc2 .consultation .bouton .boutonProfil.btnEnfants.inactif{
  color: #cc0362;
  background: none;
  box-shadow: none;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnAdultes.inactif{
  color: #89c63c;
  background: none;
  box-shadow: none;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnEnfants.inactif:hover{
    border-bottom: 2px solid #cc0362;
}
/*.Accueil .bloc2 .consultation .bouton .boutonProfil.btnAdultes{
  background-image: url('./images/backgroundAdultes.png');
  line-height: 39px;
  background-position: center 5px;
  border-bottom: 2px solid #80b935;
}*/
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnAdultes {
    background-image: url(./images/backgroundAdultes.png);
    line-height: 82px;
    /* border-box-shadow: inset 0px 0px 40px 40px #DBA632 ; */
    box-shadow: 0 0px 10px #89c63c ;
    padding: 0;
    border: 1px solid #89c63c ;
    background-color: #89c63c ;
  }
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnAdultes.inactif:hover{
  border-bottom: 2px solid #80b935;
}
.Accueil .bloc2 .consultation .apparte{
  font-size: 12px;
  font-weight: 400;
  width:233px;
}
.Accueil .bloc2 .consultation select{
  border-radius: 8px;
  border-width: 1px;
  border-color: #e2e2e2;
  border-style: solid;
  background-color:#fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 233px;
  height: 41px;
}

/* ------------------------- Emplois médecin --------------------*/

.emploiMed *{
  box-sizing: border-box;
}
.emploiMed .widget{
  display: block!important;
  height:auto!important;
}
.emploiMed .widget .logo{
  width: 214px;
  height: auto;
  padding:10px 40px ;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emploiMed .widget img{
  width: 95%;
  height: auto;
}
.emploiMed .widget h1{
  color:#69B634;
  font-size: 46px;
  font-weight: unset;
  font-style: italic;
  width: calc(100% - 220px);
  text-align: center;
  margin: 0;
}
@media only screen and (max-width:900px){
  .emploiMed .widget h1{
   font-size: 25px;
  }
  .emploiMed .widget .logo{
    width: 150px;
  }
}
.emploiMed .widget .container{
  justify-content: space-between;
  align-items: center;
}
.emploiMed .intro{
  width:57%;
  min-width: 620px;
  padding:30px 65px 40px 180px;
  background-color: #DDEFD1;
  background-image: url('images/icn-left-arrow.svg');
  background-repeat: no-repeat;
  background-position: center left 40px;
  margin: 50px auto;
}
@media only screen and (max-width:1225px){
  .emploiMed .intro{
    max-width:95%;
    min-width:unset;
    width:620px;
  }
}
@media only screen and (max-width:750px){
  .emploiMed .intro{
    padding: 20px 20px 30px 100px;
    background-position: center left 20px;
    background-size: 70px;
  }
}
.emploiMed .onglet{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  border-bottom: 4px solid #0D98CD;
}
.emploiMed .onglet > div{
  padding:20px 30px;
  font-size: 21px;
  text-transform: uppercase;
  color:#555555;
  background-color: #F1F1F1;
  border-radius: 8px 8px 0px 0px;
  margin: 0px 8px;
}
.emploiMed .onglet > div.actif{
  background-color: #0D98CD;
  font-weight: bold;
  color:#FFFFFF;
}
.emploiMed .offres{
  position: relative;
}
.emploiMed .offre{
  position: relative;
  display: block;
  opacity:0;
}
.emploiMed .fixContact{
  position: fixed;
  width: 100vw;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  background-color: #555555;
  min-height:80px;
  z-index:99999;
}
.emploiMed .fixContact .container{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height:80px;
}
.emploiMed .contenu .fixContact a{
  background-color: #69B634;
  color:#ffffff;
  padding:10px;

  border-radius: 10px;
}
.emploiMed .offre.actif{
  opacity: 1;
}
.emploiMed .offre.inactif{
  position: absolute;
  top:0;
  left:0;
  opacity: 0;
  display:none;
}
.emploiMed .filiere{
  justify-content: space-between;
  padding: 55px 0;
}
.emploiMed .filiere h2{
  margin:0;
  margin-bottom: 20px;
}
.emploiMed .besoin{
  width:40%;
  min-width:400px;
}
.emploiMed .besoin li{
  width:100%;
  background-color: #F1F1F1;
  padding:20px 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.emploiMed .besoin li > div strong{
  display: block;
}
.emploiMed .schema{
  width:57%;
  min-width:500px;
}
@media only screen and (max-width:1100px){
  .emploiMed .schema{
    margin-bottom: 20px;
  }
  .emploiMed .besoin ,.emploiMed .schema{
    width:100%;
  }
}
/* ------------------------- style des selects --------------------*/


.custom-dropdown__select{
    font-size: 14px; /* inherit size from .custom-dropdown */
    color:#272727;
    font-size: 14px;
}

.custom-dropdown__select--white {
    background-color: #fff;
}
@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
      padding:5px;
        padding-right: 15px; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "";
        display: block;
        width:18px;
        height:11px;
        background-image:url('./images/flecheBasSelect.png');
        background-repeat: no-repeat;
        height: 1em;
        font-size: 24px;
        color: #5bc3f0;
        right: 10px;
        top:17px; margin-top: 0;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        background-color: #fff;
        border-left: none;
    }

    .custom-dropdown--white::after {
        color: #5bc3f0;
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select{ padding-right: 30px; }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}
  /* ------------------------- fin de style des selects --------------------*/
.Accueil .bloc2 .consultation input[type="submit"]{
  border-radius: 8px;
  background-color:#4a4a4a;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 235px;
  height: 43px;
  margin: 0;
  padding:0;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.Accueil .bloc2 .consultation .urgences hr{
  margin-top: 7px;
  margin-bottom: 0px;
}
.Accueil .bloc2 .consultation .urgences a{
  display: block;
  border-radius: 8px;
  background-color:#fe4848;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 235px;
  height: 43px;
  margin-top: 10px;
  line-height: 43px;
  text-transform: uppercase;
  color:#fff;
}
#urgence a{
  color: #414141;
}
#urgence a:hover{
  color: #0e98cd;
}
.Accueil .bloc2 .consultation .urgences a:before{
  /* display: inline-block; */
  content: '';
  width: 23px;
  height: 35px;
  background-image: url(./images/pictoCroix.png);
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-left: 25px;
  background-position: left 10px;
  float: left;
}
.Accueil .carte{
  width: 405px;
  height:442px;
  position: relative;
  margin-left: 10px;
}
.Accueil .carte img{
  position: absolute;
  top:92px;
  left:0px;
  z-index:9;
  display: block;
}
.Accueil .carte img.inactif{
  z-index:1;
  display: none;
}
/*#mot .urgence{
  margin-bottom: 20px;
  display: block;
}*/
.Accueil #motsCles{
  float: right;
}
.Accueil #sliderMotsCles{
  padding-left: 0;
  margin-top: 35px;
  width:315px!important;
}
.Accueil #sliderMotsCles .slick-track{
  width:100%!important;
  text-align: center;
}
.Accueil #sliderMotsCles li{
  display: block;
}
.Accueil #sliderMotsCles li a{
  font-size: 24px;/* Approximation causée par une substitution de police */
  line-height: 30px;/* Approximation causée par une substitution de police */
  text-align: center;
  margin-top: 6px;
  font-weight: 500;
  display: block;
}
.Accueil #sliderMotsCles li a.vert{
  color:#6ab634;
}
.Accueil #sliderMotsCles li a.bleu{
  color:#0e98cd;
}
.Accueil #sliderMotsCles li a.rose{
  color:#cc0362;
}
.Accueil #sliderMotsCles li a.fin{
  font-weight:300;
}
.Accueil #sliderMotsCles li a.gras{
  font-weight:700;
}
.Accueil #sliderMotsCles li a.italic{
  font-style: italic;
}
.Accueil #sliderMotsCles button{
  content:'';
  display: block;
  width:40px;
  height: 15px;
  background-image: url('./images/arrowsSliderH.png');
  background-repeat: no-repeat;
  z-index:99999;
  left:50%!important;
  margin-left: -20px;
}
.Accueil #sliderMotsCles button.slick-prev{
  top:0px!important;;
  background-position: 0px top;
}
.Accueil #sliderMotsCles button.slick-next{
  top:102%!important;
  background-position: 0 bottom;
}
.Accueil #sliderMotsCles button:before{
  content:'';
}
.Accueil .bloc3{
  display: block;
  background-image: url('./images/fdRosePois.png');
  background-repeat: repeat;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color:#fff;
}
.Accueil .bloc3 #videos,.Accueil .bloc3 #actualites,.Accueil .bloc3 #ReseauxScx{
  width: 320px;
  margin-right: 20px;
}
.Accueil .bloc3 #ReseauxScx{
  margin-right: 0;
}
.Accueil .bloc3 #videos h2,.Accueil .bloc3 #actualites h2,.Accueil .bloc3 #ReseauxScx h2{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 29px;
  color:#fff;
}
.Accueil .bloc3 .blocMedia{
  width: 300px;
  height:375px;
  max-height: 375px;
  background-color: #fff;
  padding:10px;
}
.Accueil .bloc3 #videos .blocMedia iframe{
  width: 300px;
  height: 182px;
  margin-bottom: 10px;
}
.Accueil .bloc3 #videos .blocMedia iframe:last-of-type{
  margin-bottom: 0px;
}
.Accueil .bloc3 #actualites{
  color:#414141;
}
.Accueil .bloc3 #actualites .blocMedia img{
  width: 300px;
  height:auto;
  display: block;
}
.Accueil .bloc3 #actualites .blocMedia span{
  display: block;
  color:#281d42;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.Accueil .bloc3 #actualites .blocMedia h3{
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.Accueil .bloc3 #actualites .blocMedia p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.Accueil .bloc3 #actualites .blocMedia p a{
  display: block;
  text-align: right;
  font-family: 'Open Sans';
  color:#0e87b6;
  font-weight: 600;
  text-decoration: underline;
}
.Accueil .bloc3 #actualites .blocMedia p a:hover{
  font-weight: 700;
}
.Accueil .bloc3 a.toutes{
  margin-top: 10px;
  display: block;
  border-radius: 8px;
  background-color:#281d42;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 65px;
  line-height: 65px;
  color:#fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}
.Accueil .bloc3 a.toutes:hover{
  font-weight: 600;
}
.Accueil .bloc3 #ReseauxScx .blocMedia iframe{
  height:380px!important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.Accueil .bloc3 #ReseauxScx .rsxScx{
  margin-top: 10px;
  width: 100%;
  height: 65px;
  /* text-align: right; */
  display: flex;
  justify-content: space-between;
}
/* .Accueil .bloc3 #ReseauxScx .rsxScx li{
    display: inline-block;
    margin-right: 10px;
} */
/* .Accueil .bloc3 #ReseauxScx .rsxScx li.linkedin{
  margin-right: 0;
} */
.Accueil .bloc3 #ReseauxScx .rsxScx li a{
  display: block;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 65px;
  height: 65px;
  background-image:url('./images/btnRsxScx.png');
  background-repeat: no-repeat;
  background-position: -3px 0px;
}
.Accueil .bloc3 #ReseauxScx .rsxScx li.twitter a{
  background-position: -89px 0px;
}
.Accueil .bloc3 #ReseauxScx .rsxScx li.dailymotion a{
  background-position: center;
  background-size: cover;
  background-image: url('./images/btnYoutube.png');
}
.Accueil .bloc3 #ReseauxScx .rsxScx li.linkedin a{
    background-image:url('./images/linkedin.png');
    background-position: center;
    background-size: cover;
}
.Accueil .bloc3 #ReseauxScx .rsxScx li.instagram a{
    background-image:url('./images/instagram.png');
    background-position: center;
    background-size: cover;
}
.Accueil .bloc4{
  padding-top:35px;
  padding-bottom: 35px;
}
.Accueil .bloc4 h2{
  margin: 0;
  margin-bottom: 24px;
  font-family: 'Open Sans Condensed', sans-serif;
  color:#414141;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
}
.Accueil .bloc4 h2 span{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color:#cc0362;
  font-weight: 700;
  letter-spacing: 1px;
}
.Accueil .bloc4 ul{
  padding-left: 0;
}
.Accueil .bloc4 .ensemble li{
  display: block;
  width: 130px;
  height:220px;
  margin-right: 12px;
  text-align: center;
}
.Accueil .bloc4 .ensemble li a img{
 width: 130px;
 height: 130px;
 border-radius: 130px;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 1;
}
.Accueil .bloc4 .ensemble li a .cercleHover{
 width: 130px;
 height: 130px;
 border-radius: 130px;
 /*display: none;*/
 position: relative;
 background-color: rgba(204, 3, 98, 0.5);
}

.Accueil .bloc4 .ensemble li a .cercleHover span{
 display: none;
 position: absolute;
 top: 50%;
}
.Accueil .bloc4 .ensemble li a p{
  display: block;
  font-family: OpenSans;
  color:#414141;
  font-style: italic;
  text-align: center;
  width: 90%;

}
.Accueil .bloc4 .ensemble li a:hover p{
  color:#0e98cd;
}
.Accueil .bloc4 .ensemble li a:hover img{
  opacity: 0.3;
}
.Accueil .bloc4 .ensemble li a:hover span{
  display: block;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
  transform: translateY(-50%);
}
.Accueil .bloc4 .liensPlus li{
  position: relative;
  display: block;
  margin-left: 20px;
  width: 320px;
  height: 63px;
  background-color: #e78434;
  text-align: center;
  float: left;
}
.Accueil .bloc4 .liensPlus li:hover{
  background: #0e98cd;
}
.Accueil .bloc4 .liensPlus li:hover a:after{
  background-color: #0e98cd;
}
.Accueil .bloc4 .liensPlus li:first-child{
  margin-left: 0;
}
.Accueil .bloc4 .liensPlus li a{
  color:#fff;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top:0;bottom:0;left:0;right:0;
  line-height: 63px;

}
.Accueil .bloc4 .liensPlus li a p{
  font-weight: 400;
  margin-top: 0;
  font-size: 12px;
}
.Accueil .bloc4 .liensPlus li a:after{
  content:'+';
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color:#fff;
  width:38px;
  height:38px;
  border-radius: 38px;
  background-color: #e78434;
  position: absolute;
  top:100%;
  left:50%;
  margin-left: -19px;
  margin-top: -19px;
  line-height: 36px;
}

#fil-ariane span span{
  text-decoration: none;
  color: #414141;
  font-weight: 700;
}
#fil-ariane{
  color: #414141;
}

#fil-ariane span a span{
  text-decoration: none;
  color: #414141;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}
#fil-ariane span a{
  text-decoration: none;
}

.page .contenu h1{
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: italic;
  /*font-size: 50px;*/
  font-size: 40px;
  color: #6ab634;
}
.page .contenu ul li:before{
    content: '\002022 ';
    color: #6ab634;
    margin-right: 10px;
}
.page .contenu ul li{
  list-style-position: outside;
  margin-left: 16px;
  text-indent: -15px;
}
.page .contenu h2{
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: italic;
  /*font-size: 34px;*/
  font-size: 30px;
  color: #cc0362;
}
.page .contenu h2 a {
  font-size: 34px;
}
.page .contenu h3{
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: italic;
  font-size: 28px;
  color: #414141;
}
.page .contenu .contenucentre{
  width: 740px;
  margin: auto;
  padding-bottom: 50px;
  max-width: 100%;
  float: right;
}
.page .content.nosidebar .contenucentre{
  width: 900px;
  float: none;
}
.page .contenu #sidebar-menu{
  width: 240px;
  float: left;
  background: #f1f1f1;
  margin-top: 40px;
  margin-right: 20px;
}

.page .contenu #sidebar-menu #menuSide{
  padding: 20px;
  padding-top: 0;
}
.page .contenu #sidebar-menu .blocSidebar{
  padding: 20px;
  padding-top: 0;
}
.page .contenu #sidebar-menu .blocSidebar:last-of-type hr{
  display: none;
}
.page .contenu #sidebar-menu .blocSidebar h4{
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.page .contenu #sidebar-menu .blocSidebar a{
  text-align: center;
  margin-top: 10px;
  color: #0e98cd;
  display: block;
}
.page .contenu #sidebar-menu a{
  font-style: normal;
  text-decoration: none;
  color: #414141;
  font-weight: 400;
  line-height: 16px;
}
.page .contenu #sidebar-menu a:hover{
  /*font-style: normal;*/
  /*text-decoration: none;*/
  color: #0e98cd;
  /*font-weight: 700;*/
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul li.current_page_item ul li a:hover{
  color: #0e98cd;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li ul.sub-menu{
  margin-top: 10px;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-menu-ancestor ul.sub-menu li ul, .page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current_page_item ul.sub-menu li ul{
  margin-top: 10px;
  margin-left: 10px;
}
.page .contenu #sidebar-menu ul#menu-menuheader, .page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu{
  padding-left: 0;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu{
  margin-top: 30px;
}
.page .contenu #sidebar-menu ul#menu-menuheader{
  margin: 0;
}
.page .contenu #sidebar-menu ul#menu-menuheader li{
  margin-top: 15px;
}
.page .contenu #sidebar-menu ul#menu-menuheader li:before{
  display: none;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li{
  display: none;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current_page_item{
  display: block;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current_page_item ul.sub-menu li{
  display: block;
}
.page .contenu #sidebar-menu ul#menu-menuheader li a{
  display: none;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul li a img{
  display: none;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li a{
  display: block;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-page-ancestor, .page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-menu-ancestor{
  display: block;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-page-ancestor.menu-item-has-children a, .page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-menu-ancestor.menu-item-has-children a{
  font-weight: 700;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul li ul li.current-menu-item a{
  color: #6ab634;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul li.current_page_item a{
  color: #6ab634;
  font-weight: 700;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul li.current_page_item ul li a{
  color: #000;
  font-weight: 400;
}

.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-page-ancestor.menu-item-has-children ul li a, .page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-menu-ancestor.menu-item-has-children ul li a {
  font-weight: 400;
}
.page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-page-ancestor ul.sub-menu li, .page .contenu #sidebar-menu ul#menu-menuheader li ul.sub-menu li.current-menu-ancestor ul.sub-menu li{
  display: block;
}
.page .contenu #sidebar-menu ul#menu-menuheader li{
  margin-left: 0;
  text-indent: 0;
}
.page .contenu a{
  color: #0e98cd;
  font-style: italic;
  font-size: 16px;
  text-decoration: none;
}
.page.emploi .contenu .btnEmploi{
  font-style: normal;
  background: #0e98cd;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 20px;
  display: block;
  padding: 15px;
  text-align: center;
  width: 250px;
}
.page.emploi .contenu .btnEmploi:hover{
  background: #e78434;
  text-decoration: none;
}
.page .contenu a:hover{
  text-decoration: underline;
}
.page .contenu p{
  color: #414141;
  text-align: justify;
}
.page.actu .contenu img.imgActu{
  margin: auto;
  display: block;
}

#actualites.listActu .blocTexte.gauche{
  width: 60%;
}
#actualites.listActu .blocTexte.gauche a.lienActu{
  display: none;
}
#actualites.listActu .blocTexte.gauche .lienTitre{
  text-decoration: none;
}
#actualites.listActu .blocTexte.gauche .lienTitre h3{
  margin-top: 0;
}
#actualites.listActu .blocActu img{
  width: 35%;
  margin-right: 25px;
}
#actualites.listActu .blocActu{
  margin-bottom: 25px;
}

#listVideo .videos .video{
  width: 49%;
  margin-left: 1%;
}
#listVideo .videos{
  margin-top: 20px;
}
#listVideo .videos .video img{
  max-height: 210px;
  width: 70%;
  display: block;
  margin: auto;
}
.video_popBloc iframe{
  width: 100%;
}
.video #fancybox-wrap{
  max-width: 630px !important;
  width:calc(100% - 40px)!important;
  z-index: 222222;
  padding: 0!important;
  left:10px!important;
}
.video #fancybox-close{
 z-index: 444444;
}
.emag .formEmag{
  background-color: #f1f1f1;
  padding: 10px 10px;
  border-radius: 8px;
}
.emag .formEmag label input{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 300px;
  height: 39px;
  padding-left: 15px;
  color: #414141;
}
.emag .formEmag input[type=submit]{
  border-radius: 8px;
  background-color: #80b935;
  color: #fff;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 41px;
  margin-left: 20px;
}
.video #fancybox-content{
  max-width: 630px !important;
  width:100%!important;
  z-index: 333333;
}
.video #fancybox-content iframe{
  max-width: 630px !important;
  width:100%!important;
}
#listVideo .videos .video .videoCapture{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#listVideo .videos .video .videoCapture img{
  max-height: 300px;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 20px;
}
/* #listVideo .videos .video h3{
  text-align: left;
  font-size: 20px;
  margin-top: 0;
} */
#listVideo .videos .video p{
  font-size: 14px;
  text-align: left;
}
#listVideo .videos .video h3{
  text-align: center;
  font-size: 20px;
  margin-top: 0;
}
#listVideo .videos .video a{
  text-decoration: none;
}

#listRevues .revues .revue{
  width: 20%;
  margin: 2.5%;
}
#listRevues .revues h3{
  font-size: 20px;
}
#listRevues .revues .revue .imageRevue{
  width: 200px;
  height: 200px;
  overflow: hidden;
}
#listRevues .revues .revue .titreDate{
  height: 120px;
}
#listRevues .revues .revue .titreDate h3{
  height: 55px;
}
#listRevues .revues .revue .titreDate span{
  font-size: 14px;
}

#annual_archive_widget-2 ul li:first-of-type{
  display: none;
}

#videoSeul img{
  display: block;
  margin: auto;
}

.filteringMotsCles a h3{
  margin-top: 0;
  margin-bottom: 0;
}

#annuairePoles .blocPoleDescr h2{
  color: #0e98cd;
  font-size: 24px;
  height: 105px;
  margin: 0;
}
#annuairePoles .blocPoleDescr{
  margin-bottom: 40px;
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
#annuairePoles .blocPoleDescr h4{
  color: #e78434;
  font-size: 16px;
  margin: 0;
}
#annuairePoles .blocPoleDescr p{
  margin: 0;
  text-align: left;
}
#annuairePoles .blocPoleDescr p.precision{
  margin-top: 20px;
}

#enfant #annuairePoles .blocPoleDescr{
  /*background-color: rgba(204, 3, 98, 0.1);*/
  border: 2px solid #cc0362;
  box-sizing: border-box;
  padding: 2%;
  border-radius: 8px;
}

#adulte #annuairePoles .blocPoleDescr{
  /*background-color: rgba(137, 198, 60, 0.1);*/
  box-sizing: border-box;
  border: 2px solid #89c63c;
  padding: 2%;
  border-radius: 8px;
}
#annuaire #enfant{
  display: none;
}
#annuaire .boutonProfil{
  width: 150px;
  border-radius: 8px;
  color: #fff;
  line-height: 70px;
  padding: 0;
  height: 70px;
  font-weight: 700;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
}
#annuaire .boutonProfil.btnAdultes{
  background: #89c63c;
}
#annuaire .boutonProfil.btnEnfants{
  background: #cc0362;
  margin-left: 50px;
  padding-top: 10px;
  height: 60px;
  line-height: inherit;
}
#annuaire .boutonProfil.btnEnfants.inactif{
  background: rgba(204, 3, 98, 0.3);
}
#annuaire .boutonProfil.btnAdultes.inactif{
  background: rgba(137, 198, 60, 0.3);
}
#annuaire .boutonProfil strong{
  float: right;
  max-width: 45px;
  margin-right: 17px;
}

.blocVideo iframe{
  margin: auto;
  display: block;
}
/*Page où consulter*/
.consulter .consultation h2{
  font-family: 'Open Sans Condensed', sans-serif;
  color:#414141;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 10px;
}
.page .contenu .consulter.contenucentre{
  padding-bottom: 20px;
}
.consulter .consultation h2 span{
  font-family: 'Open Sans', sans-serif;
  color:#80b935;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.consulter .consultation{
  width: 244px;
  height:510px;
}
.consulter .consultation .bouton{
  display: block;
}
.consulter .consultation .bouton .boutonProfil{
  color:#fff;
  font-weight: 700;
  /* display: inline-block; */
  width:89px;
  height:89px;
  border-radius: 89px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  padding-top: 25px;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
.consulter .consultation .bouton .boutonProfil.btnEnfants{
  background-image: url('./images/backgroundEnfants.png');
  /*line-height: 82px;*/

  /* border-box-shadow: inset 0px 0px 40px 40px #DBA632 ; */
  box-shadow: 0 0px 10px #cc0362 ;
  padding-top: 25px;
  height: 64px;
  border: 1px solid #cc0362 ;
  background-color: #cc0362 ;
}
/*.consulter .consultation .bouton .boutonProfil.btnEnfants.inactif,.consulter .consultation .bouton .boutonProfil.btnAdultes.inactif{
  border-bottom: none;
}*/

.consulter .consultation .bouton .boutonProfil.btnEnfants.inactif{
  color: #cc0362;
  background: none;
  box-shadow: none;
}
.consulter .consultation .bouton .boutonProfil.btnAdultes.inactif{
  color: #89c63c;
  background: none;
  box-shadow: none;
}

.consulter .consultation .bouton .boutonProfil.btnEnfants.inactif:hover{
    border-bottom: 2px solid #cc0362;
}
.consulter .consultation .bouton .boutonProfil.btnAdultes{
  background-image: url(./images/backgroundAdultes.png);
  line-height: 82px;

  /* border-box-shadow: inset 0px 0px 40px 40px #DBA632 ; */
  box-shadow: 0 0px 10px #89c63c ;
  padding: 0;
  border: 1px solid #89c63c ;
  background-color: #89c63c ;
}
.consulter .consultation .bouton .boutonProfil.btnAdultes.inactif:hover{
  border-bottom: 2px solid #80b935;
}

.consulter .consultation .apparte{
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  width:233px;
}
.consulter .consultation select{
  border-radius: 8px;
  border-width: 1px;
  border-color: #e2e2e2;
  border-style: solid;
  background-color:#fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 233px;
  height: 41px;
}

.consulter .consultation input[type="submit"]{
  border-radius: 8px;
  background-color:#4a4a4a;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 235px;
  height: 43px;
  margin: 0;
  padding:0;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.consulter .consultation .urgences hr{
  margin-top: 7px;
  margin-bottom: 0px;
}
.consulter .consultation .urgences a{
  display: block;
  border-radius: 8px;
  background-color:#fe4848;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 235px;
  height: 43px;
  margin-top: 20px;
  line-height: 43px;
  text-transform: uppercase;
  color:#fff;
}
.consulter .consultation .urgences a:before{
  /* display: inline-block; */
  content: '';
  width: 23px;
  height: 35px;
  background-image: url(./images/pictoCroix.png);
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-left: 25px;
  background-position: left 10px;
  float: left;
}
.consulter .carte{
  width: 405px;
  height:510px;
  position: relative;
  margin-left: 10px;
}
.consulter .carte img{
  position: absolute;
  top:70px;
  left:0px;
  z-index:9;
  display: block;
}
.consulter .carte img.inactif{
  z-index:1;
  display: none;
}

.page .contenu #resultatRecherche .blocPoleDescr h2, .page .contenu #resultatRecherche .blocPoleDescr h3{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
button#responsive-menu-button{
  display: none !important;
}

#corps .su-spoiler-title{
  background: #0e98cd;
  color: #fff;
  font-size: 23px;
  font-family: 'Open Sans Condensed';
  font-style: italic;
  border-radius: 0;
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

#corps .su-spoiler-icon{
  position: relative;
  margin-left: 0px;
  top:0;
  width:70px;
  height: 6px;
}
#corps .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon{
  height:30px;
}
#corps .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before{
  background-image: url('./images/pictoPlus.png');
  height: 30px;
  top: 0;
}

#corps .su-spoiler-style-fancy{
  border: none;
}

#corps .su-spoiler-icon-plus .su-spoiler-icon::before {
  width: 30px;
  background-image: url('./images/pictoMoins.png');
  display: block;
  position: absolute;
  top: 0;
  height: 6px;
  /* transform: translateY(50%); */
  background-repeat: no-repeat;
  content: " ";
}

#corps table{
  width: 100%;
}

#corps table tr{
  border-bottom: 1px solid #414141;
}
#corps table td{
  padding: 5px;
}

/*#formDoc #select p, #formDoc #select select{
  display: inline-block;
}*/
#formDoc p{
  margin: 0;
  line-height: 41px;
}
#formDoc #select .custom-dropdown{
  margin-left: 0px;
}

#formDoc #select select{
  border-radius: 8px;
  border-width: 1px;
  border-color: #e2e2e2;
  border-style: solid;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 150px;
  height: 41px;
}
#formDoc input[type=text]{
  border-radius: 8px;
  border-width: 1px;
  border-color: #e2e2e2;
  border-style: solid;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 300px;
  height: 38px;
  margin-left: 30px;
}
#formDoc input[type=submit]{
  border-radius: 8px;
  border-width: 1px;
  border-color: #80b935;
  border-style: solid;
  color: #fff;
  background-color: #80b935;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  /*width: 38px;*/
  height: 41px;
  margin-left: 30px;
}

#resultDoc{
  margin-top: 20px;
}

#resultDoc td#titre{
  width: 45%;
}
#resultDoc thead{
  background: #f1f1f1;
  padding: 10px 0;
}
#resultDoc tr{
  padding: 10px 0;
}
#resultDoc td#editeur, #resultDoc td#cote, #resultDoc td#auteur{
  width: 15%;
}
#resultDoc td#annee{
  width: 10%;
}

.Accueil #sliderHeader{
  width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.Accueil .carte img{
  top: 35px !important;
}
.Accueil .bloc2{
  margin-top: 30px !important;
}

.Accueil .bloc1 ul li a{
  padding-top: 5px !important;
}
.Accueil .bloc1 ul li{
  height: 80px !important;
}
.Accueil .bloc1{
  height: 80px !important;
}
.widget ul{
  margin-bottom: 0 !important;
}
.widget{
  height: 102px !important;
}
.Accueil #sliderMotsCles li a{
  font-size: 18px !important;
  line-height: 18px !important;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil strong, .contenu .formulaire .bouton .boutonProfil strong{
  float: right;
  max-width: 45px;
  margin-right: 17px;
}
.widget li{
  height: 38px !important;
}
.widget li a{
  line-height: 15px !important;
  padding-top: 3px !important;
}
.widget form input{
  height: 38px !important;
}
#headerMenu{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil, .contenu .formulaire form .bouton .boutonProfil{
  margin-left: 0 !important;
  border-radius: 0 !important;
  /*width: 117px !important;*/
  width: 49% !important;
  border-radius: 8px !important;
  height: 70px;
}
.consulter .consultation form, .consulter .consultation{
  width: 325px;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnAdultes, .contenu .formulaire form .bouton .boutonProfil.btnAdultes{
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
  color : #fff !important;
  background-color: #89c63c !important;
    line-height: 70px !important;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnEnfants, .contenu .formulaire form .bouton .boutonProfil.btnEnfants{
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
  margin-left: 5px !important;
  background-color: #cc0362 !important;
  color : #fff !important;
  height: 70px !important;
  padding-top: 10px !important;
}
#headerMenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  height: 94px !important;
  line-height: 94px !important;
}
.Accueil .bloc2 .consultation .bouton, .contenu .formulaire form .bouton{
  margin-top: 0 !important;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnAdultes.inactif, .contenu .formulaire form .bouton .boutonProfil.btnAdultes.inactif{
  background-color: rgba(137, 198, 60, 0.3) !important;
}
.Accueil .bloc2 .consultation .bouton .boutonProfil.btnEnfants.inactif, .contenu .formulaire form .boutonProfil.btnEnfants.inactif{
  background-color: rgba(204, 3, 98, 0.3) !important;
}
.blocForm{
  background-color: #f1f1f1;
padding: 10px 0;
border-radius: 8px;
}
.Accueil .bloc2 .consultation .apparte, .contenu .formulaire .apparte{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.custom-dropdown{
  margin-left: 6px;
}
.submit, .urgences{
  margin-left: 4px;
}

.Accueil .bloc2 .consultation{
  width: 320px !important;
}
.Accueil .carte{
  width: 320px !important;
  margin-left: 20px !important;
}
.Accueil .carte img{
  width: 100%;
  top: 79px !important;
  left: 0px !important;
}

.Accueil .bloc2 .consultation .urgences a, .contenu .formulaire .urgences a{
  margin-left: auto;
  margin-right: auto;
}
.custom-dropdown{
  margin-left: 46px;
}
.Accueil .bloc2 .consultation input[type="submit"], .contenu .formulaire input[type="submit"]{
  margin-left: 40px;
}
.Accueil #sliderMotsCles{
  width: 320px !important;
}

.Accueil .bloc3{
  width: 80%;
  margin: auto;
  min-width: 1000px;
  max-width: 1000px;
}
.Accueil .bloc3 #videos{
  margin-left: 10px !important;
}
.Accueil .bloc3 #actualites{
  margin-left: 60px !important;
}
.Accueil .bloc3 #ReseauxScx{
  margin-left: 59px !important;
  margin-right: 10px !important;
}
.Accueil .bloc3 #videos, .Accueil .bloc3 #actualites, .Accueil .bloc3 #ReseauxScx{
  width: 250px;
}

.Accueil .bloc3 #actualites, .Accueil .bloc3 #ReseauxScx{
  margin-left: 70px;
}

.Accueil .bloc3 .blocMedia{
  height: 300px;
  max-height: 300px;
}
.Accueil .bloc3 #videos .blocMedia iframe{
  height: 146px;
}
.Accueil .bloc3 #actualites .blocMedia img{
  width: 80%;
  margin: auto;
}
.Accueil .bloc3 #actualites .blocMedia h3{
  font-size: 14px;
}
.Accueil .bloc3 #actualites .blocMedia p{
  font-size: 14px;
  line-height: 14px;
}

.Accueil .bloc3 #ReseauxScx .blocMedia iframe{
  height: 300px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.Accueil .bloc3 a.toutes{
  height: 40px;
  line-height: 40px;
  margin-left: 33px;
}

/* .Accueil .bloc3 #ReseauxScx .blocMedia{
  overflow: scroll;
} */

#cff .cff-item{
  border-bottom: 1px solid #ddd !important;
}
#cff .cff-item.cff-box{
  background-color: #F6F7F9 !important;
}
#cff .cff-author, .cff-post-text{
  background: #fff !important;
}
.Accueil .bloc3 #ReseauxScx .rsxScx li a{
  height: 40px;
  line-height: 40px;
  width: 40px;
  background-position: -22px -13px;
}
.Accueil .bloc3 #ReseauxScx .rsxScx{
  height: 40px;
}
.Accueil .bloc3 #ReseauxScx .rsxScx li.twitter a {
    background-position: center;
	background-image:url('./images/twitter.png');
	background-size:contain;
}
.Accueil .bloc3 #ReseauxScx .rsxScx li.dailymotion a {
    background-position:center;
}

.plans .contenu #corps .plan .contenucentre .menu-menuheader-container #menu-menuheader{
  padding: 0;
}
.plans .contenu #corps .plan .contenucentre .menu-menuheader-container #menu-menuheader li ul.sub-menu{
  padding-left: 10px;
}
.plans .contenu #corps .plan .contenucentre .menu-menuheader-container #menu-menuheader li:before{
  display: none;
}
.plans .contenu #corps .plan .contenucentre .menu-menuheader-container #menu-menuheader li a{
  font-style: normal;
  color: #000;
}
.plans .contenu #corps .plan .contenucentre .menu-menuheader-container #menu-menuheader li a:hover{
  color : #0e98cd;
}
.plans .contenu #corps .plan .contenucentre .menu-menuheader-container #menu-menuheader li img{
  display: none;
}

@media only screen and (max-width:1024px){
  button#responsive-menu-button{
    display: block !important;
    border: 2px solid #FFF !important;
  }
  #mega-menu-wrap-primary{
    display: none;
  }
  .Accueil #sliderHeader{
    width: 95% !important;
    margin: auto;
  }
}




@media only screen and (max-width:1000px){
  #sidebar-menu #menu-menuheader{
    display: block;
  }

  .page .contenu #sidebar-menu{
    width: 19%;
  }
  .page .contenu .contenucentre{
    width: 75%;
  }

  #menu-menuheader{
    display: none;
  }
  .widget form{
    display: none;
  }
  #headerMenu li.logo{
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 20px;
  }
  #headerMenu li.logo img{
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
  .content{
    max-width: 95%;
    margin: auto;
  }
  /*.Accueil .widget{
    margin-top: -127px;
  }*/
  .Accueil .bloc1 ul li{
    max-width: 30%;
  }
  .Accueil .form:before, .Accueil .form:after{
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
  }
  .Accueil .blocClear:before, .Accueil .blocClear:after{
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
  }
  .Accueil #sliderMotsCles{
    float: none;
    width: 100% !important;
    margin-top: 20px;
  }
  .Accueil .bloc2 .consultation{
    height: auto;
  }
  .Accueil .carte{
    height: auto;
  }
  .Accueil #sliderMotsCles .slick-list.draggable{
    height: auto !important;
  }
  .Accueil .carte{
    float: right;
  }
  .Accueil .bloc3 #ReseauxScx{
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-top: 40px;
    width: 300px;
  }
  .Accueil .bloc3{
    width: 730px;
    min-width: 730px;
  }
  .Accueil .bloc3 #actualites{
    float: left;
    margin-left: 103px;
  }
  .Accueil .bloc4 .liensPlus li{
    max-width: 30%;
  }
  .Accueil .bloc4 .ensemble li{
    width: 141px;
  }
}

@media only screen and (max-width:750px){
  .gauche, .right{
    float: none;
  }
  #formDoc #select .custom-dropdown{
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  #formDoc #select select{
    width: 300px;
  }
  #formDoc input[type="text"]{
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  #formDoc input[type="submit"]{
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  .widget{
    display: none;
  }
  .page .contenu #sidebar-menu #menuSide{
    display: none;
  }
  .page .contenu #sidebar-menu{
    float: none;
    width: 80%;
    margin: auto;
  }
  .contenu .formulaire input[type="submit"]{
    margin-left: 28px;
  }
  .page .consulter .consultation input[type="submit"]{
    width: 81%;
  }
  .Accueil .bloc3 #videos, .Accueil .bloc3 #actualites, .Accueil .bloc3 #ReseauxScx{
    margin-left: 0 !important;
  }
  .page .contenu #sidebar-menu hr:first-of-type{
    display: none;
  }
  .page .contenu #sidebar-menu .blocSidebar hr{
    display: block;
  }
  .page .contenu #sidebar-menu .blocSidebar img{
    display: block;
    margin: auto;
  }
  .page .contenu .contenucentre{
    width: 95%;
    margin: auto;
    float: none;
    padding-left: 0;
  }
  .Accueil .bloc1{
    height: auto !important;
  }
  .Accueil .bloc1 ul li{
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
  .Accueil .bloc1 ul li:first-child{
    margin-left: auto;
    margin-top: 0;
  }
  /*.Accueil .bloc1 ul li::after{
    margin-top: -9px;
  }*/
  .Accueil .bloc2 .consultation{
    width: 100% !important;
    height: auto;
  }
  .Accueil .bloc2 .consultation .bouton{
    margin: auto;
  }
  .Accueil .bloc2 .consultation .bouton .boutonProfil.btnEnfants{
    float: right;
    margin-left: 0;
  }
  .Accueil .bloc2 .consultation .apparte{
    width: 100%;
  }
  .custom-dropdown{
    width: 80%;
    margin: auto;
    display: block;
  }
  .Accueil .blocForm{
    margin-top: 10px;
  }
  .Accueil .bloc2 .consultation select{
    width: 100%;
  }
  .Accueil .bloc2 .consultation input[type="submit"]{
    width: 80%;
    margin: auto;
    display: block;
  }
  .Accueil .bloc2 .consultation .urgences a{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .Accueil .bloc3{
    min-width: 80%;
    width: 95%;
  }
  .Accueil .carte{
    display: none;
  }
  .Accueil .carte img{
    top: 0;
    position: static;
    max-width: 100%;
  }
  .Accueil #sliderMotsCles{
    margin-top: 30px;
  }
  .Accueil .bloc3 #videos, .Accueil .bloc3 #actualites, .Accueil .bloc3 #ReseauxScx{
    margin-right: 0;
    width: 100%;
  }
  .Accueil .bloc3 .blocMedia{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    max-height: none;
  }
  .Accueil .bloc3 a.toutes{
    margin-left: auto;
  }
  .Accueil .bloc3 #videos .blocMedia iframe {
    width: 100%;
    height: auto;
  }
  .Accueil .bloc3 #actualites{
    margin-top: 30px;
  }
  .Accueil .bloc3 #actualites .blocMedia img{
    width: 50%;
  }
  .Accueil .bloc3 #ReseauxScx .blocMedia iframe{
    /*height: auto !important;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .Accueil .bloc3 #ReseauxScx .rsxScx{
    text-align: center;
  }
  .Accueil .bloc4 .ensemble li{
    width: 33%;
    margin-right: 0;
    float: left;
  }
  .Accueil .bloc4 .ensemble li a .cercleHover{
    margin: auto;
  }
  .Accueil .bloc4 .liensPlus li{
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
  .Accueil .bloc4 .liensPlus li:first-child{
    margin-left: auto !important;
    margin-top: 0;
  }

  #annuaire .blocPoleDescr{
    float: none;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }

  #listVideo .gauche, #listRevues .gauche{
    float: none;
  }

  #listVideo .videos .video{
    width: 100%;
  }
  /* #listVideo .videos .video iframe{
    width: 100%;
  } */
  .videoIframe iframe{
    width: 100%;
  }

#listVideo .videos .video .videoCapture{
  width: 100%;
}
  #listVideo .videos .video .videoCapture img{
    margin-left: auto;
    width: 70%;
    height: auto;
    max-height: inherit;
    margin-right: auto;
  }

  #listVideo .videos .video img{
    max-height: inherit;
  }

  #listRevues .revues .revue{
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 50px !important;
    text-align: center;
  }
  #listRevues .revues .revue .imageRevue{
    width: 100%;
    height: auto;
  }

  #listRevues .revues .revue .imageRevue img{
    margin: auto;
    display: block;
  }

  #listRevues .revues .revue .titreDate{
    height: auto;
  }
  #listRevues .revues .revue .titreDate h3{
    height: auto;
  }

  footer .coordonnees{
    text-align: center;
  }
  footer .coordonnees ul li{
    display: block;
    border-right: none;
  }
  footer .coordonnees ul li:last-of-type{
    padding-right: 25px;
  }
  footer .coordonnees ul li:first-of-type{
    padding-left: 25px;
  }
  footer input[type="submit"], footer .newsletter label{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  footer form p{
    text-align: center;
  }
  footer .newsletter label input{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer .newsletter label{
    margin-left: auto;
    margin-right: auto;
  }
  footer .droite{
    float: none;
  }
  #actualites.listActu .blocActu img{
    margin-left: auto;
    margin-right: auto;
  }
  #actualites.listActu .blocTexte.gauche{
    width: 100%;
  }
  .page .consultation{
    width: 100%;
  }
  .page .consultation .bouton{
    margin: auto;
  }
  .page .consultation .bouton .boutonProfil.btnEnfants{
    float: right;
    margin-left: 0;
  }
  .page .consultation .apparte{
    width: 100%;
  }
  .page .consultation{
    height: auto;
  }
  .page .consultation select{
    width: 100%;
  }
  .page .consultation input[type="submit"]{
    width: 100%;
  }
  .page .consultation .urgences a{
    width: 100%;
  }
  .page .carte{
    float: none;
    margin: auto;
    height: auto;
    margin-top: 30px;
    max-width: 100%;
  }
  .page .carte img{
    top: 0;
    position: static;
    max-width: 100%;
  }
}

@media only screen and (max-width:700px){
  .widget{
    height: auto;
    padding-bottom: 20px;
  }
  .widget ul{
    width: 100%;
    max-width: 100%;
  }
  .widget li{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .widget li:first-child{
    margin-left: auto !important;
  }
  .widget #porte{
    left: 0;
  }
}

@media only screen and (max-width:550px){
  #resultDoc span.hidden{
    font-weight: 700;
    display: inline-block !important;
  }
  #resultDoc td{
    display: block;
  }
  #resultDoc thead{
    display: none;
  }
}

@media only screen and (max-width:500px){
  .Accueil .bloc4 .ensemble li{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.page .contenu #sidebar-menu-revues{
  width: 240px;
  float: left;
  background: #f1f1f1;
  margin-top: 40px;
  margin-right: 20px;
}
#listRevues .contenucentre{
  width: 740px !important;
  float: right !important;
}
#listRevues .revues .revue{
  width: 28%;
  margin: 2.5%;
}
.contenucentre .su-slider{
  max-width: 100% !important;
}
#sliderHeader .blocDiaporama {
      display: none;
}
#sliderHeader .blocDiaporama:first-child {
  display: block;
}
#sliderHeader.slick-initialized .blocDiaporama {
  display: block;
}
