html,
body {
  margin: 0 !important;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: Arial, Verdana, Geneva, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
}
ul {
  /*list-style: none;*/
}
li {
}

hr {
  display: block;
  border: none;
  border-top: 1px #ccc solid;
  margin: 20px;
}

a {
  color: #037ab8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.left {
  float: left;
}
.right {
  float: right;
}

.liens-associations {
  display: none;
}

/* ============================================================================= */
/* ============================================================================= */

#has_satisfaction_patient {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999998;
  background: transparent url("images/black-50.png") repeat top left;
  text-align: center;
  overflow: hidden;
}
#has_rs {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

/* ============================================================================= */
/* ============================================================================= */

#popup_rgpd {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 7778;
}
#popup_rgpd .inner {
  width: 900px;
  margin: 0 auto;
}
#popup_rgpd p {
  color: #999;
  margin: 0;
}
#popup_rgpd .bouton {
  display: inline-block;
  background: #999;
  color: #222;
  padding: 3px 7px;
  margin: 0 2px;
  float: right;
}
#popup_rgpd .bouton:hover {
  cursor: pointer;
  background: #fff;
}

#error403 {
  width: 1000px;
  margin: 0 auto;
}
#error403 .button {
  display: inline-block;
  width: 300px;
  height: 70px;
  border-radius: 4px;
  box-shadow: 0 0 2px #fff;
  background: #c63 url("images/popup-button-more.png") repeat-x top left;
}
#error403 .button a {
  text-decoration: none;
}
#error403 .button:hover {
  box-shadow: 0 0 3px #000;
  cursor: pointer;
}
#error403 .button-inner {
  margin: 20px 10px;
}
#error403 .button i,
.popup-button-inner span {
  color: #f4f4f4;
  text-shadow: -1px -1px 0 #666;
}
#error403 .button:hover i,
.popup-button:hover span {
  color: #fff;
  text-shadow: 1px 1px 1px #ccc;
}
#error403 .button span {
  position: relative;
  top: -4px;
  left: 5px;
  font-size: 14px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 2px;
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #666 !important;
  background: #fafafa;
  border: 1px #ddd solid;
  border-radius: 4px;
  -moz-user-select: none;
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3) inset;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.btn:hover {
  background: #f4f4f4;
}

.jsd-font-size {
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #000;
  font-size: 10px;
}

.btn-lg {
  font-size: 16px;
  padding: 9px 20px;
}
.btn-sm {
  font-size: 11px;
  padding: 2px 6px;
  font-weight: lighter;
  border-radius: 2px;
}
.btn-flat {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}

.btn-primary {
  background: #3c8dbc;
  color: #fff !important;
  border-color: #367fa9;
}
.btn-primary:hover {
  background: #367fa9;
}
.btn-success {
  background: #00a65a;
  color: #fff !important;
  border-color: #008d4c;
}
.btn-success:hover {
  background: #008d4c;
}
.btn-warning {
  background: #f39c12;
  color: #fff !important;
  border-color: #e08e0b;
}
.btn-warning:hover {
  background: #e08e0b;
}
.btn-danger {
  background: #f56954;
  color: #fff !important;
  border-color: #f4543c;
}
.btn-danger:hover {
  background: #f4543c;
}

.ui-panel {
  position: relative;
  border-radius: 1px;
  margin: 10px 0;
}
.ui-panel-window {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.ui-panel-header {
  background: #fafafa;
  border-bottom: 1px #e1e1e1 solid;
  padding: 5px 0;
}
.ui-panel-header h1 {
  padding: 4px 13px;
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #5b5b5b;
}
.ui-panel-footer {
  text-align: right;
  background: #fcfcfc;
}

.text-note {
  color: #bbb;
  font-style: italic;
}
.text-primary {
  color: #3c8dbc;
}
.text-success {
  color: #00a65a;
}
.text-warning {
  color: #f39c12;
}
.text-danger {
  color: #f56954;
}

.sous-menu ul {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sous-menu li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.form-input-full {
  display: block;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
.input-grey-blue {
  border-radius: 3px;
  border: 1px #eee solid;
}
.input-grey-blue:focus {
  border-color: #2489c5;
  color: #2489c5;
}

/* Header */
#header {
  height: 120px;
}
#esm-onglet {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -172px;
  width: 345px;
  z-index: 999999;
}
#esm-onglet a {
  display: block;
  height: 40px;
  background: transparent url("images/onglet-normal.png") no-repeat top left;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  letter-spacing: 1px;
}
#esm-onglet a:hover {
  background-image: url("images/onglet-over.png");
}

/* Content */
#content .theme_button {
  display: inline-block;
}
#content .theme_button > span {
  display: block;
  padding: 0 20px;
  height: 31px;
  line-height: 32px;
  background: transparent url("images/theme_button_overlay.png") repeat-x top
    left;
}
#content .theme_button:hover {
  text-decoration: none;
  text-shadow: 0 0 2px #d7eff7;
  box-shadow: 0 0 2px #fff inset;
}

/* Footer */
/*#footer { position: relative; z-index: 998; background: transparent url('images/body-footer.png') no-repeat top center; margin: -50px 0 -50px 0; width: 100%; max-height: 296px; }*/
#footer {
  position: relative;
  z-index: 998;
  background: linear-gradient(to bottom, #012c77, #305278);
  margin: -50px 0 -50px 0;
  width: 100%;
  border-top: 5px solid #2f5178;
}
#footer .content {
  padding: 50px 0 20px 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#footer ul li {
  margin: 5px 0;
}
#footer .logo-esm {
  background: transparent url("images/logo-esm.png") no-repeat center center; /*background-size: 150px 106px;*/
  height: 150px;
}
#footer .footer-col-right {
  text-align: right;
}
#footer .footer-adresse {
  text-align: center;
  color: #fff;
}

/* Popup */
/*.popup-container { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: transparent url('images/popup-background.png') repeat top left; z-index: 7777;}*/
.popup-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 7777;
  width: 100%;
}
.popup-inner {
  background: transparent
    /*url('images/popup-vague-top.png') no-repeat bottom center*/;
  min-height: 500px;
}
.popup-content {
  width: 1024px;
  margin: 0 auto;
}
.popup-image {
  position: absolute;
  width: 800px;
  text-align: right;
}
.popup-image img {
  margin: 15px;
  box-shadow: 0 0 20px #000;
}
.popup-image a img {
  margin-top: 55px;
}
.popup-title {
  /*position: absolute; top: 50%; width: 260px; top: 40px; color: #f4f4f4; text-shadow: 0 0 3px #000;*/
  display: none;
}
.popup-button {
  position: absolute;
  top: 50%;
  width: 260px;
  height: 70px;
  border-radius: 4px;
  box-shadow: 0 0 2px #fff;
}
.popup-button a {
  text-decoration: none;
}
.popup-button:hover {
  box-shadow: 0 0 3px #000;
  cursor: pointer;
}
.popup-button-inner {
  margin: 20px 10px;
}
.popup-button i,
.popup-button-inner span {
  color: #f4f4f4;
  text-shadow: -1px -1px 0 #666;
}
.popup-button:hover i,
.popup-button:hover span {
  color: #fff;
  text-shadow: 1px 1px 1px #ccc;
}
.popup-button span {
  position: relative;
  top: -4px;
  left: 5px;
  font-size: 14px;
}
.popup-button-more {
  margin-top: -150px;
  background: #c63 url("images/popup-button-more.png") repeat-x top left;
}
.popup-button-continue {
  margin-top: -230px;
  background: #c63 url("images/popup-button-continue.png") repeat-x top left;
}
.popup-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 209px;
  background: transparent
    /* url('images/popup-vague-bottom.png') no-repeat top center*/;
}

#form_directory_search_reset {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-left: 217px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #f9f9f9;
  color: #999;
}
#form_directory_search_reset:hover {
  background: #e27906;
  color: #fff;
  cursor: pointer;
}

#prat_carte_visite {
  position: relative;
  top: -10px;
  left: -18px;
}

#prat_carte_visite .background {
  width: 476px;
  padding: 20px;
  margin-bottom: -136px;
  background: #ddd;
  border-radius: 0 0 8px 8px;
}
#prat_carte_visite .background a {
  text-decoration: underline;
  color: inherit;
}
#prat_carte_visite.lp_1 .background {
  background: url("images/lp_01.png") no-repeat bottom center;
  color: #fff;
}
#prat_carte_visite.lp_1 .background a {
  color: #fff;
}
#prat_carte_visite.lp_2 .background {
  background: url("images/lp_02.png") no-repeat bottom center;
  color: #fff;
}
#prat_carte_visite.lp_2 .background a {
  color: #fff;
}
#prat_carte_visite.lp_3 .background {
  background: url("images/lp_03.png") no-repeat bottom center;
  color: #fff;
}
#prat_carte_visite.lp_3 .background a {
  color: #fff;
}
#prat_carte_visite.lp_4 .background {
  background: url("images/lp_04.png") no-repeat bottom center;
}
#prat_carte_visite.lp_5 .background {
  background: url("images/lp_05.png") no-repeat bottom center;
}
#prat_carte_visite.lp_6 .background {
  background: url("images/lp_06.png") no-repeat bottom center;
}
#prat_carte_visite.lp_7 .background {
  background: url("images/lp_07.png") no-repeat bottom center;
  color: #fff;
}
#prat_carte_visite.lp_7 .background a {
  color: #fff;
}
#prat_carte_visite.lp_8 .background {
  background: url("images/lp_08.png") no-repeat bottom center;
}
#prat_carte_visite.lp_9 .background {
  background: url("images/lp_09.png") no-repeat bottom center;
  color: #fff;
}
#prat_carte_visite.lp_9 .background a {
  color: #fff;
}
#prat_carte_visite hr {
  position: relative;
  left: -20px;
  width: 500px;
  border: none;
  margin: 10px 0;
  height: 1px;
  background: url("images/prat-cv-hr.png") no-repeat top center;
}
#prat_carte_visite h2 {
  margin: 10px 0;
  white-space: pre-wrap;
}
#prat_carte_visite .tabulation {
  display: inline-block;
  width: 14px;
}

.prat_multiple {
}
.prat_multiple .prat_nom {
  display: none;
}

.string_protect {
  display: inline-block;
  background: #f0f0f0;
  box-shadow: 2px 1px 0 #ccc inset;
  font-style: italic;
  font-size: 12px;
  color: #903;
  padding: 0 5px;
  border-radius: 3px;
  cursor: pointer;
}
#string_protect_encstring {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  font-weight: bold;
  color: #06c;
  background: #f9f9f9;
  border-radius: 3px;
}

/* Module File */
.fe_rub_list ul {
}
.fe_rub_list-1 {
  list-style: none;
}
.fe_rub_list-n {
  list-style: none;
}
.fe_rub_list-n ul {
  list-style-image: url("images/default-list-style.png");
}
.fe_rub_list-n span {
  display: block;
  padding: 10px 0;
}

/* Offres emploi */
.recruitement-list {
  width: 100%;
}
.recruitement-list td {
  padding: 10px 15px;
}
.recruitement-list thead td {
  background: #eee;
  border-bottom: 2px #ddd solid;
  color: #111;
  padding: 15px;
}
.recruitement-list tbody tr td {
  border-bottom: 1px #ddd solid;
}
.recruitement-list tbody tr.offer:hover {
  cursor: pointer;
}
.recruitement-list tbody tr.offer:hover td {
  background: #f9f9f9;
}
.recruitment-intitule {
  color: #ca2622;
}
.recruitment-desc {
  padding: 20px 0 0 0;
  background: #fbfbfb;
}
.recruitment-desc label {
  color: #ca2622;
}
.recruitment-desc div {
  width: 50%;
  float: left;
}
.recruitment-desc div p {
  padding-right: 35px;
}

.popup-offer {
  font-size: 14px;
}
.popup-offer label {
  display: inline-block;
  color: #007bb4;
  width: 200px;
}
.popup-offer p {
  text-align: justify;
  padding: 20px 10px;
  border-left: 2px #007bb4 solid;
  background: #fbfbfb;
  border-radius: 0 10px 10px 10px;
}

/* Module Fichiers Séquentiels */
.module_sequence_list {
}
.module_sequence_list .module_sequence_list_first {
  text-align: center;
}
.module_sequence_list .module_sequence_list_arrow {
  color: #bbb;
}
.module_sequence_list > ul {
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px #e5e5e5 solid;
}
.module_sequence_list .module_sequence_list_arrow {
  display: block;
  padding: 5px 10px;
}
.module_sequence_list .module_sequence_list_arrow i {
  padding-top: 3px;
}
.module_sequence_list .module_sequence_list_arrow:hover {
  cursor: pointer;
  background: #e9e9e9;
  color: #333;
}
.module_sequence_list ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.vid_video_caq .vid_btn {
  float: right;
}
.no-flag .vid_btn {
  display: none;
}

.vid_video_caq .vid_btn:hover {
  cursor: pointer;
}
.vid_video_caq .vid_btn img {
  position: relative;
  top: 5px;
}

/* Module Candidature */
.form-contact .candidature_file_upload {
  background: #e4e4e4;
  border-radius: 3px;
  padding: 20px;
  color: #555;
}

.form-contact .candidature_file_upload input,
.form-contact .candidature_file_upload .temp_file_name {
  display: none;
}

.form-contact .candidature_file_upload i {
  float: left;
  font-size: 40px;
}
.form-contact .candidature_file_upload span.placeholder {
  display: inline-block;
  margin: 10px 20px;
}

.form-contact .candidature_file_upload:hover {
  background: #cb2622;
  color: #fff;
  cursor: pointer;
}

.form-contact .candidature_file_upload span.file_name {
  display: inline-block;
  white-space: nowrap;
  margin: 5px 0;
  overflow: hidden;
  width: 100%;
  height: 20px;
}

.form-contact .erreur {
  box-shadow: 0 0 10px rgba(200, 0, 0, 0.5);
}

.form-contact .candidature_file_upload .file_infos {
  padding-left: 50px;
}

.form-contact .candidature_file_upload .file_progress {
  background: #bbb;
  width: 100%;
  height: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.form-contact .candidature_file_upload .file_progress div {
  background: #0a0;
  width: 50%;
  height: 100%;
}

.form-contact .candidature_file_upload .file_progress_percent {
  float: right;
  font-size: 11px;
}

.form-contact .candidature_file_upload.ok,
.form-contact .candidature_file_upload.ok:hover {
  background: rgb(38, 153, 82);
  color: #fff;
}

.form-contact .candidature_file_upload.ok .file_progress {
  display: none;
}

/* ToolTip */
.tooltip {
  position: absolute;
  z-index: 300;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  padding: 4px 20px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 0 3px #bbb;
}
.tooltip-arrow {
  position: absolute;
  margin-top: 4px;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-bottom: 8px transparent solid;
  border-top: 8px rgba(0, 0, 0, 0.9) solid;
}
.tooltip-arrow-top {
  position: absolute;
  border: 8px transparent solid;
  border-bottom-color: rgba(0, 255, 0, 0.9);
}
.tooltip-error {
  background: #f56954;
}
.tooltip-error p {
  color: #fff !important;
  text-shadow: #f4543c;
}
.tooltip-error .tooltip-arrow {
  border-top-color: #f56954;
}

label[for="tel"],
input[name="tel"] {
  display: none !important;
}

.cadre-important {
  background: #fbfbfb;
  padding: 10px;
  font-weight: bold;
  color: #222;
  text-shadow: 1px 1px 0 #fff;
  border: 3px #e7e7e7 double;
  border-radius: 10px;
}

/* Langue sélecteur */
#lang_select {
  display: inline-block;
  float: right;
}
#lang_select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lang_select > ul > li {
  display: block;
  padding: 1px 5px;
  margin: 1px;
  height: 24px;
}
#lang_select li .fa {
  position: relative;
  top: -8px;
  margin-left: 5px;
  height: 8px;
  color: #666;
  font-size: 12px;
  cursor: default;
}
#lang_select > ul > li:hover {
  background: transparent url("images/black-75.png") repeat top left;
}
#lang_select > ul > li:hover .fa {
  color: #fff;
}
#lang_select li ul {
  display: none;
}
#lang_select ul li:hover ul {
  display: block;
}
#lang_select ul ul {
  position: absolute;
  width: 150px;
  margin-top: -5px;
  margin-left: -109px;
  background: transparent url("images/black-75.png") repeat top left;
  z-index: 1000;
  border-radius: 5px 0 5px 5px;
}
#lang_select ul ul .lang_flag {
  position: relative;
  top: 4px;
  margin-right: 10px;
  border: 1px #000 solid;
  border-radius: 3px;
}
#lang_select ul ul a {
  display: block;
  padding: 1px 5px;
  margin: 1px;
  color: #ddd;
}
#lang_select ul ul li:first-child a {
  border-radius: 4px 4px 0 0;
}
#lang_select ul ul li:last-child a {
  border-radius: 0 0 4px 4px;
}
#lang_select ul ul a:hover {
  color: #fbfbfb;
  background: #000;
  text-decoration: none;
}
#lang_select ul ul a:hover .lang_flag {
  box-shadow: 0 0 6px 2px #777;
  -moz-box-shadow: 0 0 6px 2px #777;
  -webkit-box-shadow: 0 0 6px 2px #777;
}

.esm_has_cadre .container,
.esm_has_cadre {
  background: #def2ff;
  box-shadow: 0 0 3px #3f71a9;
}
.esm_has_cadre small {
  display: inline-block;
  width: 92%;
  height: 92px;
  margin: -20px 0;
  background: transparent url("images/has_logo.png") no-repeat center center;
  color: transparent;
  line-height: 500px;
  overflow: hidden;
}
.esm_has_cadre p:nth-child(1),
.esm_has_cadre p:nth-child(3) {
  padding: 20px 20px 20px 30px;
}

/** =============================================================================
	  * Large
	  * ============================================================================= */

@media (min-width: 1050px) {
  /*.popup-content{ width:100%}
		.popup-container { display: block; width:100% }
		.popup-image{ width:100%}
		.popup-image img{ width:95%; height:auto; margin:0auto}
		.popup-button{ display:none}*/
  #popup_rgpd {
    display: none !important;
  }

  /*.esm_has_cadre div { background: transparent url('images/cadre_has.png') no-repeat top left; height: 445px; overflow: hidden; }
		.esm_has_cadre small { display: inline-block; width: 284px; height: 92px; margin: -20px 0; background: transparent url('images/has_logo.png') no-repeat top left; color: transparent; line-height: 500px; overflow: hidden; }
		.esm_has_cadre p:nth-child(1), .esm_has_cadre p:nth-child(3) { padding: 20px 20px 20px 30px; }*/

  #bloup_sous_menu {
    height: 0px !important;
    display: none;
  }

  /* Menu page d'accueil */
  .esm_menu_accueil .mod-menu {
    position: relative;
    top: -40px;
    height: 334px;
    background: transparent url("images/home-pannel-background.png") no-repeat
      top left;
    z-index: 998;
  }
  .esm_menu_accueil .mod-menu ul {
    list-style: none;
  }
  .esm_menu_accueil .mod-menu-item-open {
    display: none;
  }
  .esm_menu_accueil .mod-menu-lvl-1 {
    padding: 50px 0 0 0;
    list-style: none;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-family: century gothic, arial;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li > div .mod-menu-item-label {
    text-transform: uppercase;
    font-weight: bold;
  }
  .esm_menu_accueil .mod-menu-lvl-2 {
    float: left;
    display: block !important;
    width: 100%;
    font-size: 13px;
    margin: 25px 0 0 0;
    text-align: left;
    padding: 0 50px 0 0 !important;
  }
  .esm_menu_accueil .mod-menu-lvl-2 a {
    display: block;
    padding: 0px 12px !important;
    text-decoration: none;
    color: #02466d;
  }
  .esm_menu_accueil .mod-menu-lvl-2 a:hover {
    text-decoration: underline;
  }
  .esm_menu_accueil .mod-menu-lvl-2 small {
    display: block;
    padding: 0 20px;
    color: #02466d;
    opacity: 0.5;
  }

  /* Menu page internes */
  .esm_menu_page .mod-menu {
    position: relative;
    top: -80px;
    left: -124px;
    margin-bottom: -40px;
    width: 1272px;
    height: 123px;
    font-family: century gothic, arial;
  }
  .esm_menu_page .mod-menu-item-open {
    display: none;
  }
  .esm_menu_page .mod-menu-items {
    margin: 0;
    padding: 0;
  }
  .esm_menu_page .mod-menu-item-element {
    display: inline-block;
  }
  .esm_menu_page .mod-menu-lvl-1 {
    padding: 25px 124px 0 124px;
  }
  .esm_menu_page .mod-menu-lvl-1-item div {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 0 6px 20px;
  }
  .esm_menu_page .mod-menu-lvl-1-item div a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .esm_menu_page .mod-menu-lvl-1-item div a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
  }
  .esm_menu_page .mod-menu-lvl-2 {
    position: absolute;
    display: block !important;
    left: 50%;
    margin-left: -512px;
    width: 1024px;
  }

  .espace-patient .mod-menu-lvl-2 {
    background-color: #006a9b;
    text-align: center;
  }
  .esm_menu_page .mod-menu-lvl-2 a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
    border-left: 1px transparent dotted;
    border-right: 1px transparent dotted;
  }
  .esm_menu_page .mod-menu-lvl-2 a:hover {
  }
  .esm_menu_page .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    text-shadow: none;
    cursor: default;
    text-shadow: none;
  }

  /* Etablissement */
  .esm_menu_page.etablissement .mod-menu {
    background: transparent url("images/etablissement-menu.png") no-repeat top
      left;
  }
  .esm_menu_page.etablissement .mod-menu-lvl-1-item div a {
    color: #ebcccb;
  }
  .esm_menu_page.etablissement .mod-menu-lvl-2 a:hover {
    background: #cb2622;
    border-color: #b62220;
    text-shadow: 1px 1px 0 #7b1010;
  }
  .esm_menu_page.etablissement .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-etablissement-actif.jpg") repeat-x
      top left;
  }

  /* Espace patient */
  .esm_menu_page.espace-patient .mod-menu {
    background: transparent url("images/espace-patient-menu.png") no-repeat top
      left;
  }
  .esm_menu_page.espace-patient .mod-menu-lvl-1-item div a {
    color: #cee6f1;
  }
  .esm_menu_page.espace-patient .mod-menu-lvl-2 a {
    padding: 12px 8px;
  }
  .esm_menu_page.espace-patient .mod-menu-lvl-2 a:hover {
    background: #006c9e;
    border-color: #005c87;
    text-shadow: 1px 1px 0 #094059;
  }
  .esm_menu_page.espace-patient .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-espace-patient-actif.jpg") repeat-x
      top left;
  }

  /* Praticiens & Spécialités */
  .esm_menu_page.praticiens-specialite .mod-menu {
    background: transparent url("images/praticiens-specialites-menu.png")
      no-repeat top left;
  }
  .esm_menu_page.praticiens-specialite .mod-menu-lvl-1-item div a {
    color: #eedac4;
  }
  .esm_menu_page.praticiens-specialite .mod-menu-lvl-2 a:hover {
    background: #e57a07;
    border-color: #cc6c06;
    text-shadow: 1px 1px 0 #663c0e;
  }
  .esm_menu_page.praticiens-specialite .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-praticiens-specialites-actif.jpg")
      repeat-x top left;
  }

  /* Sécurité des soins */
  .esm_menu_page.securite-soins .mod-menu {
    background: transparent url("images/securite-soins-menu.png") no-repeat top
      left;
  }
  .esm_menu_page.securite-soins .mod-menu-lvl-1-item div a {
    color: #cbe9c4;
  }
  .esm_menu_page.securite-soins .mod-menu-lvl-2 a:hover {
    background: #229e06;
    border-color: #1d8705;
    text-shadow: 1px 1px 0 #19550b;
  }
  .esm_menu_page.securite-soins .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-securite-soins-actif.jpg") repeat-x
      top left;
  }

  /* Actualité */
  .menu-actualite .mod-menu-lvl-2 a {
    padding: 12px 19px;
  }

  .home-pannel-esp-per {
    position: absolute;
    margin-top: -55px;
    left: 50%;
    width: 224px;
    height: 53px;
    background: transparent url("images/vague_espace_perso.png") no-repeat top
      left;
  }
  .home-pannel-esp-per a {
    position: absolute;
    margin: 12px 0 0 90px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    z-index: 2000;
  }
  .home-pannel-esp-per i {
    position: absolute;
    top: 5px;
    margin-left: -20px;
    font-size: 15px;
  }
  .home-pannel-esp-pro i {
    font-size: 15px;
  }
}

/** =============================================================================
	  * Tablette
	  * ============================================================================= */

@media (min-width: 480px) and (max-width: 1100px) {
  /* (max-width: 768px) */

  /*.grid-margin .grid-content { margin: 2px 5px !important; }*/
  body {
    /*width: 100%;  overflow: hidden;*/
  }
  #site {
    overflow: hidden;
  }
  .grid-page {
    margin: 0 auto;
    width: 100%;
  }
  .grid {
  }

  .popup-container {
    display: none !important;
  }
  #popup_rgpd {
    display: none !important;
  }

  /* Bouton Espace-pro. */
  .home-pannel-esp-per {
    float: left;
  }
  .home-pannel-esp-per a {
    display: block;
    padding: 5px 0;
    font-size: 18px !important;
  }
  .home-pannel-top {
    height: 3px !important;
  }
  #bloup_sous_menu {
    height: 10px !important;
  }
  .home-pannel-esp-pro {
    text-align: right;
    font-size: 18px;
    font-style: italic;
  }
  .home-pannel-esp-pro a {
    display: block;
    padding: 5px 0;
  }
  .home-pannel-esp-pro i {
    position: relative;
    top: 5px;
    left: 5px;
    float: right;
  }

  #su_tool_box {
    display: none;
  }

  /* Menu page d'accueil */
  .esm_menu_accueil .mod-menu {
    position: relative;
    top: -20px;
    height: 334px;
    background: none;
    margin-bottom: -100px;
    z-index: 3000;
  }
  .esm_menu_accueil .mod-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .esm_menu_accueil .mod-menu-item-open {
    display: none;
  }
  .esm_menu_accueil .mod-menu ul {
  }
  .esm_menu_accueil .mod-menu-lvl-1 {
    padding: 0;
    list-style: none;
  }
  .esm_menu_accueil .mod-menu-lvl-1 .mod-menu-lvl-1-item {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-family: century gothic, arial;
    overflow: hidden;
  }
  .esm_menu_accueil .mod-menu-lvl-1 .mod-menu-lvl-1-item > div {
    padding: 20px 5px;
    font-size: 1.65vw;
    cursor: default;
  }
  .esm_menu_accueil .mod-menu-lvl-1 .mod-menu-lvl-1-item:nth-child(1) > div {
    background: #db2925;
  }
  .esm_menu_accueil .mod-menu-lvl-1 .mod-menu-lvl-1-item:nth-child(2) > div {
    background: #007bb4;
  }
  .esm_menu_accueil .mod-menu-lvl-1 .mod-menu-lvl-1-item:nth-child(3) > div {
    background: #f58307;
  }
  .esm_menu_accueil .mod-menu-lvl-1 .mod-menu-lvl-1-item:nth-child(4) > div {
    background: #25a707;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(1) a {
    color: #db2925;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(2) a {
    color: #007bb4;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(3) a {
    color: #f58307;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(4) a {
    color: #25a707;
  }
  .esm_menu_accueil .mod-menu-lvl-2 {
    position: absolute;
    width: 25%;
    border-radius: 0 0 20px 20px;
    background: #fff;
  }
  .esm_menu_accueil .mod-menu-lvl-2 a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #02466d;
  }
  .esm_menu_accueil .mod-menu-lvl-2 a:hover {
    text-decoration: underline;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(1) .mod-menu-lvl-2 {
    border-bottom: 4px #db2925 solid;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(2) .mod-menu-lvl-2 {
    border-bottom: 4px #007bb4 solid;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(3) .mod-menu-lvl-2 {
    border-bottom: 4px #f58307 solid;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(4) .mod-menu-lvl-2 {
    border-bottom: 4px #25a707 solid;
  }

  /* Menu page internes */
  .esm_menu_page .mod-menu {
    padding-top: 5px;
    margin-top: -50px;
    height: 97px;
  }
  .esm_menu_page .mod-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .esm_menu_page .mod-menu a {
    color: #fff !important;
  }
  .esm_menu_page .mod-menu-item-open {
    display: none;
  }
  .esm_menu_page .mod-menu-lvl-1 li {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
  }
  .esm_menu_page .mod-menu-lvl-1 > li:first-child {
    position: absolute;
  }
  .esm_menu_page .mod-menu-lvl-1 > li:last-child > div > .mod-menu-item-label {
    margin-left: 50px;
    color: #fff;
    text-transform: uppercase;
  }
  .esm_menu_page .mod-menu-lvl-1 .mod-menu-item-label {
    display: block;
    padding: 11px 20px;
  }
  .esm_menu_page .mod-menu-lvl-2 {
    width: 100%;
    display: block !important;
  }
  .esm_menu_page .mod-menu-lvl-2 a {
    font-size: 14px;
    padding: 10px;
  }
  .esm_menu_page .mod-menu-lvl-2 .mod-menu-item-label {
    padding: 0;
  }
  .esm_menu_page .mod-menu-lvl-2 a {
    display: block;
    padding: 10px;
  }

  /* Etablissement */
  .esm_menu_page.etablissement .mod-menu {
    background: #ca2622 url("images/etablissement-menu-tablette.png") repeat-x
      top left;
  }
  .esm_menu_page.etablissement .mod-menu-lvl-2 a:hover {
    background: #cb2622;
    border-color: #b62220;
    text-shadow: 1px 1px 0 #7b1010;
  }
  .esm_menu_page.etablissement .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-etablissement-actif.jpg") repeat-x
      top left;
  }

  /* Espace patient */
  .esm_menu_page.espace-patient .mod-menu {
    background: #006a9b url("images/espace-patient-menu-tablette.png") repeat-x
      top left;
  }
  .esm_menu_page.espace-patient .mod-menu-lvl-2 a:hover {
    background: #006c9e;
    border-color: #005c87;
    text-shadow: 1px 1px 0 #094059;
  }
  .esm_menu_page.espace-patient .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-espace-patient-actif.jpg") repeat-x
      top left;
  }

  /* Praticiens & Spécialités */
  .esm_menu_page.praticiens-specialite .mod-menu {
    background: #e37906 url("images/praticiens-specialites-menu-tablette.png")
      repeat-x top left;
  }
  .esm_menu_page.praticiens-specialite .mod-menu-lvl-2 a:hover {
    background: #e57a07;
    border-color: #cc6c06;
    text-shadow: 1px 1px 0 #663c0e;
  }
  .esm_menu_page.praticiens-specialite .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-praticiens-specialites-actif.jpg")
      repeat-x top left;
  }

  /* Sécurité des soins */
  .esm_menu_page.securite-soins .mod-menu {
    background: #229a06 url("images/securite-soins-menu-tablette.png") repeat-x
      top left;
  }
  .esm_menu_page.securite-soins .mod-menu-lvl-2 a:hover {
    background: #229e06;
    border-color: #1d8705;
    text-shadow: 1px 1px 0 #19550b;
  }
  .esm_menu_page.securite-soins .mod-menu-lvl-2 a.aactif,
  .mod-menu-lvl-2 a.aactif:hover {
    background: transparent url("images/menu-securite-soins-actif.jpg") repeat-x
      top left;
  }
}

/**
	  * Version mobile
	  */
@media (max-width: 480px) {
  #su_tool_box {
    display: none;
  }
  /*.popup-content{ width:100%}
		.popup-container { display: block; width:100% }
		.popup-image{ width:100%}
		.popup-image img{ width:95%; height:auto; margin:0auto}
		.popup-button{ display:none}*/
  #popup_rgpd {
    display: none !important;
  }

  .popup-container {
    display: none !important;
  }
  #popup_rgpd {
    display: none !important;
  }

  /* Header */
  #esm-onglet {
    position: static;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  #esm-onglet a {
    display: block;
    height: auto;
    padding: 5px 0;
    background: #222;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
  }
  #esm-onglet a:hover {
    background: #000;
  }

  #content .theme_button {
    display: block !important;
  }

  /* Bouton Espace-pro. */
  .home-pannel-esp-per {
    float: left;
  }
  .home-pannel-esp-per a {
    display: block;
    padding: 5px 0;
    font-size: 14px !important;
  }
  .home-pannel-top {
    height: 3px !important;
  }
  #bloup_sous_menu {
    height: 1px !important;
  }
  .home-pannel-esp-pro {
    text-align: right;
    font-size: 14px;
    font-style: italic;
  }
  .home-pannel-esp-pro a {
    display: block;
    padding: 5px 0;
  }
  .home-pannel-esp-pro i {
    position: relative;
    top: 5px;
    left: 5px;
    float: right;
  }

  /* Menu page d'accueil */
  .esm_menu_accueil .mod-menu {
    position: static;
  }
  .esm_menu_accueil .mod-menu-control {
    display: none;
  }
  .esm_menu_accueil .mod-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li > div {
    padding: 10px;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li > div .mod-menu-item-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li > div .mod-menu-item-open {
    float: right;
    color: #fff;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li > div .mod-menu-item-open i {
    position: relative;
    top: -5px;
    font-size: 30px;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(1) > div {
    background: #db2925;
    border-bottom: 2px #cb2622 solid;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(2) > div {
    background: #007bb4;
    border-bottom: 2px #006a9b solid;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(3) > div {
    background: #f58307;
    border-bottom: 2px #e37906 solid;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(4) > div {
    background: #25a707;
    border-bottom: 2px #229b06 solid;
  }
  .esm_menu_accueil .mod-menu-lvl-1 a {
    display: block;
    padding: 5px 20px;
    font-size: 6vw;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(1) a {
    color: #db2925;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(2) a {
    color: #007bb4;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(3) a {
    color: #f58307;
  }
  .esm_menu_accueil .mod-menu-lvl-1 > li:nth-child(4) a {
    color: #25a707;
  }

  /* Menu page internes */
  .esm_menu_page .mod-menu-control {
    display: none;
  }
  .esm_menu_page .mod-menu {
    padding-top: 5px;
    margin-top: -20px;
  }
  .esm_menu_page .mod-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .esm_menu_page .mod-menu a {
    color: #fff !important;
  }
  .esm_menu_page .mod-menu-item-open {
    position: absolute;
    margin-top: -45px;
    right: 10px;
    font-size: 26px;
    color: #fff;
  }
  .esm_menu_page .mod-menu-lvl-1 li {
    display: inline-block;
    font-size: 18px;
    width: 100%;
  }
  .esm_menu_page .mod-menu-lvl-1 > li:first-child {
    position: absolute;
    width: 50px;
  }
  .esm_menu_page .mod-menu-lvl-1 > li:first-child .mod-menu-item-open {
    display: none;
  }
  .esm_menu_page .mod-menu-lvl-1 > li:last-child > div > .mod-menu-item-label {
    margin-left: 50px;
    color: #fff;
    text-transform: uppercase;
  }
  .esm_menu_page .mod-menu-lvl-1 .mod-menu-item-label {
    display: block;
    padding: 9px 20px;
  }
  .esm_menu_page .mod-menu-lvl-2 {
    width: 100%;
  }
  .esm_menu_page .mod-menu-lvl-2 li {
    display: block;
    width: 100%;
    line-height: 1;
  }
  .esm_menu_page .mod-menu-lvl-2 a {
    font-size: 20px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
  }
  .esm_menu_page .mod-menu-lvl-2 .mod-menu-item-label {
    padding: 0;
  }
  .esm_menu_page .mod-menu-lvl-2 a {
    display: block;
    padding: 10px;
  }

  /* Etablissement */
  .esm_menu_page.etablissement .mod-menu {
    background: #ca2622 url("images/etablissement-menu-tablette.png") repeat-x
      top left;
  }

  /* Espace patient */
  .esm_menu_page.espace-patient .mod-menu {
    background: #006a9b url("images/espace-patient-menu-tablette.png") repeat-x
      top left;
  }

  /* Praticiens & Spécialités */
  .esm_menu_page.praticiens-specialite .mod-menu {
    background: #e37906 url("images/praticiens-specialites-menu-tablette.png")
      repeat-x top left;
  }

  /* Sécurité des soins */
  .esm_menu_page.securite-soins .mod-menu {
    background: #229a06 url("images/securite-soins-menu-tablette.png") repeat-x
      top left;
  }

  /* Footer */
  #footer {
    background: transparent url("images/body-footer-mobile.jpg") repeat-x top
      left;
    margin: -50px 0 -50px 0;
    padding-top: 20px;
    max-height: none;
  }
  #footer .content {
    padding: 0;
  }
  #footer ul {
    margin: 0;
    padding: 0;
  }
  #footer ul a {
    display: block;
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
    text-decoration: none; /*letter-spacing: 2px;*/
    text-transform: uppercase;
  }
  #footer ul li {
    margin: 0;
  }
  #footer .logo-esm {
    background: transparent url("images/logo-esm.png") no-repeat center center;
    background-size: 75px 63px;
    height: 63px;
    margin: 10px 0;
  }
  #footer li,
  #footer .footer-col-right {
    text-align: center;
  }
}

/** =============================================================================
	  * IE8
	  * ============================================================================= */

/* Menu*/
.ie8 .esm_menu_accueil .mod-menu {
  position: relative;
  top: -40px;
  height: 334px;
  background: transparent url("images/home-pannel-background.png") no-repeat top
    left;
  z-index: 998;
}
.ie8 .esm_menu_accueil .mod-menu ul {
  list-style: none;
}
.ie8 .esm_menu_accueil .mod-menu-item-open {
  display: none;
}
.ie8 .esm_menu_accueil .mod-menu-lvl-1 {
  padding: 50px 0 0 0;
  list-style: none;
}
.ie8 .esm_menu_accueil .mod-menu-lvl-1 > li {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-family: century gothic, arial;
}
.ie8 .esm_menu_accueil .mod-menu-lvl-1 > li > div .mod-menu-item-label {
  text-transform: uppercase;
  font-weight: bold;
}
.ie8 .esm_menu_accueil .mod-menu-lvl-2 {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 35px 0 0 0;
  text-align: left;
  padding: 0 50px 0 0 !important;
}
.ie8 .esm_menu_accueil .mod-menu-lvl-2 a {
  display: block;
  padding: 2px 20px;
  text-decoration: none;
  color: #02466d;
}
.ie8 .esm_menu_accueil .mod-menu-lvl-2 a:hover {
  text-decoration: underline;
}

/* Menu page internes */
.ie8 .esm_menu_page .mod-menu {
  position: relative;
  top: -80px;
  left: -124px;
  margin-bottom: -90px;
  width: 1272px;
  height: 123px;
  font-family: century gothic, arial;
}
.ie8 .esm_menu_page .mod-menu-item-open {
  display: none;
}
.ie8 .esm_menu_page .mod-menu-items {
  margin: 0;
  padding: 0;
}
.ie8 .esm_menu_page .mod-menu-item-element {
  display: inline-block;
}
.ie8 .esm_menu_page .mod-menu-lvl-1 {
  padding: 25px 124px 0 124px;
}
.ie8 .esm_menu_page .mod-menu-lvl-1-item div {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0 6px 20px;
}
.ie8 .esm_menu_page .mod-menu-lvl-1-item div a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.ie8 .esm_menu_page .mod-menu-lvl-1-item div a:hover {
  color: #fff;
  text-shadow: 0 0 3px #fff;
}
.ie8 .esm_menu_page .mod-menu-lvl-2 {
  position: absolute;
  display: block !important;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
}
.ie8 .esm_menu_page .mod-menu-lvl-2 a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  border-left: 1px transparent dotted;
  border-right: 1px transparent dotted;
}
.ie8 .esm_menu_page .mod-menu-lvl-2 a:hover {
}
.ie8 .esm_menu_page .mod-menu-lvl-2 a.aactif,
.mod-menu-lvl-2 a.aactif:hover {
  text-shadow: none;
  cursor: default;
  text-shadow: none;
}

/* Etablissement */
.ie8 .esm_menu_page.etablissement .mod-menu {
  background: transparent url("images/etablissement-menu.png") no-repeat top
    left;
}
.ie8 .esm_menu_page.etablissement .mod-menu-lvl-1-item div a {
  color: #ebcccb;
}
.ie8 .esm_menu_page.etablissement .mod-menu-lvl-2 a:hover {
  background: #cb2622;
  border-color: #b62220;
  text-shadow: 1px 1px 0 #7b1010;
}
.ie8 .esm_menu_page.etablissement .mod-menu-lvl-2 a.aactif,
.mod-menu-lvl-2 a.aactif:hover {
  background: transparent url("images/menu-etablissement-actif.jpg") repeat-x
    top left;
}

/* Espace patient */
.ie8 .esm_menu_page.espace-patient .mod-menu {
  background: transparent url("images/espace-patient-menu.png") no-repeat top
    left;
}
.ie8 .esm_menu_page.espace-patient .mod-menu-lvl-1-item div a {
  color: #cee6f1;
}
.ie8 .esm_menu_page.espace-patient .mod-menu-lvl-2 a:hover {
  background: #006c9e;
  border-color: #005c87;
  text-shadow: 1px 1px 0 #094059;
}
.ie8 .esm_menu_page.espace-patient .mod-menu-lvl-2 a.aactif,
.mod-menu-lvl-2 a.aactif:hover {
  background: transparent url("images/menu-espace-patient-actif.jpg") repeat-x
    top left;
}

/* Praticiens & Spécialités */
.ie8 .esm_menu_page.praticiens-specialite .mod-menu {
  background: transparent url("images/praticiens-specialites-menu.png")
    no-repeat top left;
}
.ie8 .esm_menu_page.praticiens-specialite .mod-menu-lvl-1-item div a {
  color: #eedac4;
}
.ie8 .esm_menu_page.praticiens-specialite .mod-menu-lvl-2 a:hover {
  background: #e57a07;
  border-color: #cc6c06;
  text-shadow: 1px 1px 0 #663c0e;
}
.ie8 .esm_menu_page.praticiens-specialite .mod-menu-lvl-2 a.aactif,
.mod-menu-lvl-2 a.aactif:hover {
  background: transparent url("images/menu-praticiens-specialites-actif.jpg")
    repeat-x top left;
}

/* Sécurité des soins */
.ie8 .esm_menu_page.securite-soins .mod-menu {
  background: transparent url("images/securite-soins-menu.png") no-repeat top
    left;
}
.ie8 .esm_menu_page.securite-soins .mod-menu-lvl-1-item div a {
  color: #cbe9c4;
}
.ie8 .esm_menu_page.securite-soins .mod-menu-lvl-2 a:hover {
  background: #229e06;
  border-color: #1d8705;
  text-shadow: 1px 1px 0 #19550b;
}
.ie8 .esm_menu_page.securite-soins .mod-menu-lvl-2 a.aactif,
.mod-menu-lvl-2 a.aactif:hover {
  background: transparent url("images/menu-securite-soins-actif.jpg") repeat-x
    top left;
}

/* CAS PARTICULIER CHARTES + LIVRETS */

.vignettes_site h2 {
  font-size: 18px !important;
}
.vignettes_site * {
  text-align: center !important;
}

.vignettes_site img {
  border: 1px solid;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

@media (min-width: 980px) {
  .vignettes_site {
    max-width: 25%;
    min-height: 570px;
  }
}

@media (min-width: 767px) and (max-width: 980px) {
  .vignettes_site {
    max-width: 33%;
    min-height: 68vw;
  }
}

@media (min-width: 10px) and (max-width: 767px) {
  .vignettes_site {
    max-width: 50%;
    min-height: 100vw;
  }
  .vignettes_site h2 {
    font-size: 16px !important;
  }
}

/*** AJOUT BLOC RESAUX FLOTTANT ***/

@media (min-width: 1140px) {
  .bloc_rs {
    position: fixed;
    left: 10%;
    top: 33%;
    transform: translate(-50%, -50%);
    width: 10%;
    max-width: 100px;
    background: #ffffffaa;
    padding: 20px 0;
    z-index: 50000;
    border-radius: 10px;
  }

  .bloc_rs_SA {
    top: -80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
  }
}
@media (max-width: 1139px) {
  .bloc_rs div div div {
    max-width: 30%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  }
  .bloc_rs_SA {
    top: -80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
  }
}
@media (max-width: 1100px) {
  .bloc_rs_SA {
    top: 60px;
    position: absolute;
    left: 75%;
    transform: translateX(-50%);
    width: 100px;
  }
}

/**********************/

/*** Bloc ESM WORK ***/

.bloc_esmwork {
  margin: 0 auto -50px !important;
  position: relative;
  width: 95%;
  text-align: center;
  background: url(/logoesmwork.jpg) center center no-repeat;
  background-size: contain;
  height: 260px;
}

.bloc_esmwork strong {
  font-size: 18px;
  margin-top: 162px;
  display: inline-block;
}

.bloc_esmwork i {
  font-size: 12px;
  transform: rotate(-3.7deg);
  display: inline-block;
  margin-top: 7px;
}

/**********************/

/*** Page Espace Santé Numérique ***/

.titre-video p {
  text-align: center !important;
  margin: 25px 0 0;
  text-transform: capitalize;
  font-weight: 800;
}

/*********************/

/*** SSP 2024 ***/

.mod-menu-item a[href*="semaine-securite-patient"] {
  font-weight: bold;
  color: #008d4c !important;
}

/*** MODULE NEWS ***/
.module-news {
  display: none;
}
