@charset "UTF-8";
@font-face {
  font-family: Ubuntu-regular;
  src: url("../fonts/Ubuntu-Regular-webfont.eot");
  src: url("../fonts/Ubuntu-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ubuntu-Regular-webfont.woff") format("woff2"),
    url("../fonts/Ubuntu-Regular-webfont.woff") format("woff"),
    url("../fonts/Ubuntu-Regular-webfont.ttf") format("truetype"),
    url("../fonts/Ubuntu-Regular-webfont.svg#Ubuntu-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Ubuntu-regular;
    src: url("../fonts/Ubuntu-Regular-webfont.svg#Ubuntu-regular") format("svg");
  }
}
@font-face {
  font-family: Ubuntu-light;
  src: url("../fonts/Ubuntu-Light-webfont.eot");
  src: url("../fonts/Ubuntu-Light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ubuntu-Light-webfont.woff") format("woff2"),
    url("../fonts/Ubuntu-Light-webfont.woff") format("woff"),
    url("../fonts/Ubuntu-Light-webfont.ttf") format("truetype"),
    url("../fonts/Ubuntu-Light-webfont.svg#Ubuntu-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Ubuntu-light;
    src: url("../fonts/Ubuntu-Light-webfont.svg#Ubuntu-light") format("svg");
  }
}
@font-face {
  font-family: Ubuntu-bold;
  src: url("../fonts/Ubuntu-Bold-webfont.eot");
  src: url("../fonts/Ubuntu-Bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ubuntu-Bold-webfont.woff") format("woff2"),
    url("../fonts/Ubuntu-Bold-webfont.woff") format("woff"),
    url("../fonts/Ubuntu-Bold-webfont.ttf") format("truetype"),
    url("../fonts/Ubuntu-Bold-webfont.svg#Ubuntu-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Ubuntu-bold;
    src: url("../fonts/Ubuntu-Bold-webfont.svg#Ubuntu-bold") format("svg");
  }
}
@font-face {
  font-family: Ubuntu-medium;
  src: url("../fonts/ubuntu-m-webfont.eot");
  src: url("../fonts/ubuntu-m-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ubuntu-m-webfont.woff") format("woff2"),
    url("../fonts/ubuntu-m-webfont.woff") format("woff"),
    url("../fonts/ubuntu-m-webfont.ttf") format("truetype"),
    url("../fonts/ubuntu-m-webfont.svg#Ubuntu-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Ubuntu-medium;
    src: url("../fonts/ubuntu-m-webfont.svg#Ubuntu-medium") format("svg");
  }
}
@font-face {
  font-family: Ubuntu-Condensed;
  src: url("../fonts/UbuntuCondensed-Regular-webfont.eot");
  src: url("../fonts/UbuntuCondensed-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UbuntuCondensed-Regular-webfont.woff") format("woff2"),
    url("../fonts/UbuntuCondensed-Regular-webfont.woff") format("woff"),
    url("../fonts/UbuntuCondensed-Regular-webfont.ttf") format("truetype"),
    url("../fonts/UbuntuCondensed-Regular-webfont.svg#Ubuntu-Condensed")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Ubuntu-Condensed;
    src: url("../fonts/UbuntuCondensed-Regular-webfont.svg#Ubuntu-Condensed")
      format("svg");
  }
}
/*!
* www.KNACSS.com V3.1.0 (2014-10-20) @author: Raphael Goetter, Alsacreations (with help from Hugo Giraudel)
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching box model for all elements */
* {
  box-sizing: border-box;
}

/* soft reset */
html,
body {
  margin: 0;
  padding: 0;
}

ul,
ol {
  padding-left: 2em;
}

ul.unstyled {
  list-style: none;
}

img {
  height: auto;
  vertical-align: middle;
  border: 0;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

audio,
canvas,
video {
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  /* set body font-size in em (1.4em equiv "14px") */
  font-size: 1.6em;
  background-color: #fff;
  color: #292c32;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  line-height: 1.316;
}

a {
  color: #4e76f9;
}
a:hover,
a:focus,
a:active {
  color: #4e76f9;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.316;
}

h1,
.h1-like {
  font-size: 4.2rem;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  font-weight: 300;
}

h2,
.title_box,
.h2-like {
  font-size: 4rem;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  font-weight: 300;
}

h3,
.h3-like {
  font-size: 1.8rem;
  color: #3b3d91;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h4,
.h4-like {
  font-size: 2rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  font-weight: 300;
}

h5,
.h5-like {
  font-size: 1.8rem;
  color: #3b3d91;
  font-weight: 500;
}

h6,
.h6-like {
  font-size: 1.6rem;
  color: #3b3d91;
}

/* alternate font-sizing */
.smaller {
  font-size: 0.75em;
}

.small {
  font-size: 0.875em;
}

.big {
  font-size: 1.125em;
}

.bigger {
  font-size: 1.25em;
}

.biggest {
  font-size: 1.375em;
}

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: Consolas, "DejaVu Sans Mono", Courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
dfn,
i,
var {
  font-style: italic;
}

strong,
.bold {
  font-weight: bold;
}

small,
sub,
sup {
  font-size: smaller;
}

/* ----------------------------- */
/* == hiding content             */
/* ----------------------------- */
/* hidden but not for assistance tools, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

body > script {
  display: none !important;
}

@media (max-width: 768px) {
  .no-small-screen {
    display: none;
  }
}
@media (min-width: 1280px) {
  .no-large-screen {
    display: none;
  }
}
/* ----------------------------- */
/* == browsers consistency       */
/* ----------------------------- */
/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
.title_box:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}

/* margin-bottom on tables */
table {
  margin-bottom: 20px;
}

/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/* float layout */
/* module, gains superpower "BFC" Block Formating Context */
.mod {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
  clear: both;
}

/* blocks that must contain floats */
.clearfix:after,
.line:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* table layout */
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.row > *,
.col {
  display: table-cell;
  vertical-align: top;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* alignments (blocks and inline) */
/* ------------------------------ */
/* left (or starting) elements */
.left,
.start {
  float: left;
}

img.left,
img.start {
  margin-right: 10px;
}

/* right (or ending) elements */
.right,
.end {
  float: right;
}

img.right,
img.end {
  margin-left: 10px;
}

img.left,
img.right,
img.start,
img.end {
  margin-bottom: 5px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* ---------------------------------- */
/* ==visual helpers                   */
/* .. use them with parcimony !       */
/* ---------------------------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

.w400p {
  width: 400px;
}

.w500p {
  width: 500px;
}

.w600p {
  width: 600px;
}

.w700p {
  width: 700px;
}

.w800p {
  width: 800px;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

.wauto {
  width: auto;
}

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none
*/
.man {
  margin: 0;
}

.pan {
  padding: 0;
}

.mas {
  margin: 10px;
}

.mam {
  margin: 20px;
}

.mal {
  margin: 40px;
}

.pas {
  padding: 10px;
}

.pam {
  padding: 20px;
}

.pal {
  padding: 40px;
}

.mtn {
  margin-top: 0;
}

.mts {
  margin-top: 10px;
}

.mtm {
  margin-top: 20px;
}

.mtl {
  margin-top: 40px;
}

.mrn {
  margin-right: 0;
}

.mrs {
  margin-right: 10px;
}

.mrm {
  margin-right: 20px;
}

.mrl {
  margin-right: 40px;
}

.mbn {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 10px;
}

.mbm {
  margin-bottom: 20px;
}

.mbl {
  margin-bottom: 40px;
}

.mln {
  margin-left: 0;
}

.mls {
  margin-left: 10px;
}

.mlm {
  margin-left: 20px;
}

.mll {
  margin-left: 40px;
}

.ptn {
  padding-top: 0;
}

.pts {
  padding-top: 10px;
}

.ptm {
  padding-top: 20px;
}

.ptl {
  padding-top: 40px;
}

.prn {
  padding-right: 0;
}

.prs {
  padding-right: 10px;
}

.prm {
  padding-right: 20px;
}

.prl {
  padding-right: 40px;
}

.pbn {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 10px;
}

.pbm {
  padding-bottom: 20px;
}

.pbl {
  padding-bottom: 40px;
}

.pln {
  padding-left: 0;
}

.pls {
  padding-left: 10px;
}

.plm {
  padding-left: 20px;
}

.pll {
  padding-left: 40px;
}

/* ---------------------------------- */
/* ==classic grids                    */
/* .. use it when gutter size matters */
/* ---------------------------------- */
/* grids inspired from SUIT https://github.com/suitcss/suit */
/* overall container of grids */
.grid {
  overflow: hidden;
}

/* global styles for direct child ex. .grid3 */
.grid > * {
  display: block;
  padding: 0;
  /* gutter value */
  margin-left: -20px;
  text-align: left;
}

/* global styles for each "cell" */
.grid > * > * {
  display: inline-block;
  /* gutter value */
  padding-left: 20px;
  margin-left: 0;
  vertical-align: top;
}

/* whitespace fixing for modern browsers including IE9+ */
:root .grid {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}

:root .grid > * > * {
  /* fallback for Opera Mini */
  font-size: 16px;
  font-size: 1.6rem;
}

/* Opera hack */
.opera:-o-prefocus,
.grid > * {
  word-spacing: -0.43em;
}

.grid2 > * {
  width: 50%;
}

.grid3 > * {
  width: 33.333%;
}

.grid4 > * {
  width: 25%;
}

.grid5 > * {
  width: 20%;
}

.grid6 > * {
  width: 16.667%;
}

.grid8 > * {
  width: 12.5%;
}

.grid10 > * {
  width: 10%;
}

.grid12 > * {
  width: 8.333%;
}

/* unequal grids (1-2, 2-1, 1-3 and 3-1) for 2 blocks */
.grid2-1 > *:first-child,
.grid1-2 > * + * {
  width: 66.666%;
}

.grid1-2 > *:first-child,
.grid2-1 > * + * {
  width: 33.333%;
}

.grid1-3 > *:first-child,
.grid3-1 > * + * {
  width: 25%;
}

.grid3-1 > *:first-child,
.grid1-3 > * + * {
  width: 75%;
}

/* ---------------------------------- */
/* ==autogrids                        */
/* .. to automatically justify blocs  */
/* ---------------------------------- */
/* Demo : http://codepen.io/raphaelgoetter/pen/Kqehf */
/* container of autogrids */
[class*="autogrid"] {
  text-align: justify;
}

[class*="autogrid"]:after {
  content: "";
  display: inline-block;
  width: 100%;
}

[class*="autogrid"] > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

/* whitespace fixing for modern browsers including IE9+ */
:root [class*="autogrid"] {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}

:root [class*="autogrid"] > * {
  /* fallback for Opera Mini */
  font-size: 16px;
  font-size: 1.6rem;
}

/* Opera hack */
[class*="autogrid"]:-o-prefocus {
  word-spacing: -0.43em;
}

.autogrid2 > * {
  width: 49%;
}

.autogrid3 > * {
  width: 32%;
}

.autogrid4 > * {
  width: 23.6%;
}

.autogrid5 > * {
  width: 19%;
}

.autogrid6 > * {
  width: 15%;
}

.autogrid8 > * {
  width: 10.8%;
}

.autogrid10 > * {
  width: 9%;
}

.autogrid12 > * {
  width: 6.4%;
}

/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  border: 1px solid #ccc;
}

.table {
  display: table;
}

table#recaptcha_table,
table.table-auto {
  table-layout: auto;
}

caption {
  padding: 10px;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  vertical-align: top;
  min-width: 20px;
  cursor: default;
  text-align: left;
}

/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn,
.btn-deep-blue,
td input[type="submit"],
.page-registration-edit form [type="submit"],
.page-registration-edit form #edit-cancel,
#user-login-block-form-fields #edit-submit,
#registration-entity-settings-form .form-required input [type="submit"],
.form-managed-file input[type="submit"],
#views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action,
#views-form-esma-response-list-page input[type="submit"],
#views-form-esma-response-list-page #edit-cancel,
#edit-field-reg-cons-attach-files-und-table input[type="submit"],
.search-page_refine #esma-apachesolr-date-search-form input[type="submit"],
.resp-padding a.facetapi-limit-link {
  display: inline-block;
}

/* forms items */
form,
fieldset {
  border: none;
}

input,
button,
select,
label,
.btn,
.btn-deep-blue,
td input[type="submit"],
.page-registration-edit form [type="submit"],
.page-registration-edit form #edit-cancel,
#user-login-block-form-fields #edit-submit,
#registration-entity-settings-form .form-required input [type="submit"],
.form-managed-file input[type="submit"],
#views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action,
#views-form-esma-response-list-page input[type="submit"],
#views-form-esma-response-list-page #edit-cancel,
#edit-field-reg-cons-attach-files-und-table input[type="submit"],
.search-page_refine #esma-apachesolr-date-search-form input[type="submit"],
.resp-padding a.facetapi-limit-link {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
}

input,
select {
  color: #5d5f65;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  background-image: none;
  border: 1px solid #c2c2c2;
}
input option,
select option {
  color: #5d5f65;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.btn,
.btn-deep-blue,
td input[type="submit"],
.page-registration-edit form [type="submit"],
.page-registration-edit form #edit-cancel,
#user-login-block-form-fields #edit-submit,
#registration-entity-settings-form .form-required input [type="submit"],
.form-managed-file input[type="submit"],
#views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action,
#views-form-esma-response-list-page input[type="submit"],
#views-form-esma-response-list-page #edit-cancel,
#edit-field-reg-cons-attach-files-und-table input[type="submit"],
.search-page_refine #esma-apachesolr-date-search-form input[type="submit"],
.resp-padding a.facetapi-limit-link {
  min-width: 3rem;
  font-size: 1.345rem;
  font-style: normal;
  font-family: Ubuntu-medium, Arial, sans-serif;
  font-weight: 300;
  border: none;
  background-color: #4e76f9;
  text-transform: uppercase;
  line-height: 1.6rem;
  color: white;
  padding: 1.2rem 3rem;
  margin-top: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 100;
}
.btn:hover,
.btn-deep-blue:hover,
td input[type="submit"]:hover,
.page-registration-edit form [type="submit"]:hover,
.page-registration-edit form #edit-cancel:hover,
#user-login-block-form-fields #edit-submit:hover,
#registration-entity-settings-form .form-required input [type="submit"]:hover,
.form-managed-file input[type="submit"]:hover,
#views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:hover,
#views-form-esma-response-list-page input[type="submit"]:hover,
#views-form-esma-response-list-page #edit-cancel:hover,
#edit-field-reg-cons-attach-files-und-table input[type="submit"]:hover,
.search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:hover,
.resp-padding a.facetapi-limit-link:hover {
  background-color: #3b3d91;
  color: white;
  text-decoration: none;
}
.btn a,
.btn-deep-blue a,
td input[type="submit"] a,
.page-registration-edit form [type="submit"] a,
.page-registration-edit form #edit-cancel a,
#user-login-block-form-fields #edit-submit a,
#registration-entity-settings-form .form-required input [type="submit"] a,
.form-managed-file input[type="submit"] a,
#views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  a,
#views-form-esma-response-list-page input[type="submit"] a,
#views-form-esma-response-list-page #edit-cancel a,
#edit-field-reg-cons-attach-files-und-table input[type="submit"] a,
.search-page_refine #esma-apachesolr-date-search-form input[type="submit"] a,
.resp-padding a.facetapi-limit-link a {
  text-decoration: none;
  color: white;
}
.btn a:hover,
.btn-deep-blue a:hover,
td input[type="submit"] a:hover,
.page-registration-edit form [type="submit"] a:hover,
.page-registration-edit form #edit-cancel a:hover,
#user-login-block-form-fields #edit-submit a:hover,
#registration-entity-settings-form .form-required input [type="submit"] a:hover,
.form-managed-file input[type="submit"] a:hover,
#views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  a:hover,
#views-form-esma-response-list-page input[type="submit"] a:hover,
#views-form-esma-response-list-page #edit-cancel a:hover,
#edit-field-reg-cons-attach-files-und-table input[type="submit"] a:hover,
.search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]
  a:hover,
.resp-padding a.facetapi-limit-link a:hover {
  color: white;
}

.btn-deep-blue,
td input[type="submit"],
.page-registration-edit form [type="submit"],
.page-registration-edit form #edit-cancel {
  background-color: #3b3d91;
}
.btn-deep-blue:hover,
td input[type="submit"]:hover,
.page-registration-edit form [type="submit"]:hover,
.page-registration-edit form #edit-cancel:hover {
  background-color: #4e76f9;
}

#edit-cancel {
  background-color: #696f7c;
}
#edit-cancel:hover {
  background-color: #4e76f9;
}

label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

/* clickable input types in iOS */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #4e4d4d;
  font-style: normal;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
.placeholder {
  color: #4e4d4d;
  font-style: normal;
}

/* Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#user-login-block-form-fields {
  text-align: center;
  padding-bottom: 2rem;
  box-shadow: 0 0.3rem 2.1rem 0 rgba(50, 50, 50, 0.29);
}
#user-login-block-form-fields label {
  min-width: 15rem;
  padding-right: 2rem;
  text-align: right;
  font-weight: 400;
}

.form-required label {
  margin: 0;
  color: #708fc9;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
}
.form-required input {
  height: 3rem;
  border-color: #708fc9;
}

#registration-entity-settings-form .form-required label {
  margin: inherit;
  color: red;
  font-family: inherit;
}
#registration-entity-settings-form .form-required input {
  height: inherit;
  border-color: red;
}
#registration-entity-settings-form .form-required .container-inline-date label {
  margin: inherit;
}

.form-managed-file input[type="file"] {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: #c2c2c2;
  width: auto;
  padding: 0 1rem;
  color: white !important;
  position: relative;
  border: 0;
  line-height: 3rem;
}
.form-managed-file input[type="file"]:before {
  content: "Choose file";
  position: absolute;
  display: block;
  left: 0;
  height: 3rem;
  min-width: 54%;
  background-color: #708fc9;
  font-style: normal;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.5rem;
}
.form-managed-file input[type="submit"] {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  background-color: #3b3d91;
  margin: 0 0 0 1rem;
  text-transform: none;
}
.form-managed-file input[type="submit"]:hover {
  background-color: #4e76f9;
}

td input[type="submit"] {
  background-color: #708fc9;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  text-transform: none;
}
td input[type="submit"]:first-letter {
  text-transform: uppercase;
}

#ui-datepicker-div th,
#ui-datepicker-div td {
  width: auto;
}

input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: -1000rem;
}
input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
input[type="checkbox"] + label:before {
  color: #3b3d91;
  font-weight: bold;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0.4rem;
  border: 1px solid #c2c2c2;
  background-color: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.2rem;
}
input[type="checkbox"]:checked + label:before {
  content: "\2713";
  line-height: normal;
}

.node-webform input {
  background: none;
  border: 1px solid #c2c2c2;
  color: #5d5f65;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  xheight: 3rem;
  margin-left: 2rem;
  xmargin-top: 1rem;
}
.node-webform select {
  background: url("../images/icones/arrow_select.png") no-repeat scroll right
    top/3rem 3rem;
  border: 1px solid #c2c2c2;
  color: #5d5f65;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  height: 2.5em;
  margin-left: 2rem;
  margin-top: 1rem;
  width: 25em;
}
.node-webform .statistics_counter {
  display: none;
}
.node-webform .webform-submit {
  background-color: #3b3d91;
  border: medium none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  height: 3.2rem;
  margin-top: 0;
  min-width: 3rem;
  padding: 0.8rem 2rem;
  text-decoration: none;
  vertical-align: middle;
}
.node-webform div.webform-component label,
.node-webform div.webform-component legend {
  color: #708fc9;
}
.node-webform .form-checkboxes label,
.node-webform .form-radios label {
  color: #696c72 !important;
}
.node-webform .form-type-checkbox {
  padding-left: 1em;
}

.node-webform p,
.node-webform .p-like,
.node-webform ul,
.node-webform ol,
.node-webform dl,
.node-webform blockquote,
.node-webform pre,
.node-webform td,
.node-webform th,
.node-webform label,
.node-webform textarea,
.node-webform caption,
.node-webform details,
.node-webform figure {
  margin-top: 0em;
}

/* ----------------------------- */
/* ==icons and bullets	         */
/* ----------------------------- */
.icon {
  display: inline-block;
}

.icon:before,
.icon.after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin: 0 0.3em 0 0;
  font: 1.4em/1 sans-serif;
  color: #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  speak: none;
}

@media (min-device-width: 768px) {
  .icon:before,
  .icon.after:after {
    font: 1em/0.6 sans-serif;
    -webkit-transform: rotateZ(0.05deg);
  }
}
.icon.after:after {
  margin: 0 0 0 8px;
}

.icon.after:before {
  content: "" !important;
}

.icon-rate:before,
.icon-rate.after:after {
  content: "\2605";
}

.icon-unrate:before,
.icon-unrate.after:after {
  content: "\2606";
}

.icon-check:before,
.icon-check.after:after {
  content: "\2713";
}

.icon-uncheck:before,
.icon-uncheck.after:after {
  content: "\2717";
}

.icon-cloud:before,
.icon-cloud.after:after {
  content: "\2601";
}

.icon-dl:before,
.icon-dl.after:after {
  content: "\21E3";
  font-weight: bold;
}

.icon-cross:before,
.icon-cross.after:after {
  content: "\2716";
  font-weight: bold;
}

.icon-arrow1:before,
.icon-arrow1.after:after {
  content: "\2192";
  position: relative;
  top: -0.15em;
}

.icon-arrow2:before,
.icon-arrow2.after:after {
  content: "\279E";
}

.icon-arrow3:before,
.icon-arrow3.after:after {
  content: "\279A";
}

.icon-bracket1:before,
.icon-bracket1.after:after {
  content: "\2039";
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  top: -0.15em;
}

.icon-bracket2:before,
.icon-bracket2.after:after {
  content: "\203A";
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  top: -0.15em;
}

.icon-up:before,
.icon-up.after:after {
  content: "\25B2";
}

.icon-down:before,
.icon-down.after:after {
  content: "\25BC";
}

.icon-bull:before,
.icon-bull.after:after {
  content: "\2022";
  font-size: 1.2em;
  top: -0.05em;
}

.icon-bull2:before,
.icon-bull2.after:after {
  content: "\25E6";
  top: -0.05em;
}

.icon-bull3:before,
.icon-bull3.after:after {
  content: "\2023";
  font-size: 1.6em;
  top: -0.05em;
}

.icon-nav:before,
.icon-nav.after:after {
  content: "\2261";
  font-weight: bold;
}

.icon-losange:before,
.icon-losange.after:after {
  content: "\25C6";
}

.icon-asteri:before,
.icon-asteri.after:after {
  content: "\2731";
  font-weight: bold;
}

.icon-mail:before,
.icon-mail.after:after {
  content: "\2709";
  font-size: 1.6em;
  top: -0.05em;
}

.download_file:before,
#edit-field-reg-cons-attach-files td .file a:before,
#registration-form td .file a:before,
.page-registration-edit td .file a:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
  width: 17px;
  height: 27px;
  margin-right: 0.5rem;
}

/* flexbox layout
Tutorial: http://knacss.com/demos/tutoriel.html#flex */
.flex {
  display: flex;
}

.flex-h {
  flex-direction: row;
}

.flex-v {
  flex-direction: column;
}

.flex-fluid {
  flex: 1;
}

.flex-start {
  order: -1;
}

.flex-mid {
  order: 1;
}

.flex-end {
  order: 42;
}

/* ----------------------------- */
/* ==desktop and HD devices      */
/* ----------------------------- */
@media (min-width: 1025px) {
  /* rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  /* style adjustments for high density devices */
}
/* ---------------------------------- */
/* ==Responsive large                 */
/* ---------------------------------- */
@media (min-width: 1025px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }

  .large-visible {
    display: block !important;
  }

  .large-no-float {
    float: none;
  }

  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }

  .large-col {
    display: table-cell;
    vertical-align: top;
  }

  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }

  .large-w33 {
    width: 33.3333% !important;
  }

  .large-w50 {
    width: 50% !important;
  }

  .large-w66 {
    width: 66.6666% !important;
  }

  .large-w75 {
    width: 75% !important;
  }

  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for large screens */
  .large-man {
    margin: 0 !important;
  }

  /* grid rwd for large screens */
  .grid5 > *,
  .grid6 > *,
  .grid8 > *,
  .grid10 > *,
  .grid12 > * {
    width: 33.333%;
  }

  /* autogrid rwd for large screens */
  .autogrid5 > *,
  .autogrid6 > *,
  .autogrid8 > *,
  .autogrid10 > *,
  .autogrid12 > * {
    width: 32%;
  }
}
/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }

  .medium-visible {
    display: block !important;
  }

  .medium-no-float {
    float: none;
  }

  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .medium-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }

  .medium-col {
    display: table-cell;
    vertical-align: top;
  }

  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }

  .medium-w33 {
    width: 33.3333% !important;
  }

  .medium-w50 {
    width: 50% !important;
  }

  .medium-w66 {
    width: 66.6666% !important;
  }

  .medium-w75 {
    width: 75% !important;
  }

  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for medium screens */
  .medium-man {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* quick reset in small resolution and less */
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }

  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }

  .small-visible {
    display: block !important;
  }

  .small-no-float {
    float: none;
  }

  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  .small-col {
    display: table-cell !important;
    vertical-align: top !important;
  }

  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }

  .small-w33 {
    width: 33.3333% !important;
  }

  .small-w50 {
    width: 50% !important;
  }

  .small-w66 {
    width: 66.6666% !important;
  }

  .small-w75 {
    width: 75% !important;
  }

  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for small screens */
  .small-man {
    margin: 0 !important;
  }

  .small-pan {
    padding: 0 !important;
  }

  /* grid rwd for small screens */
  .grid3 > *,
  .grid4 > *,
  .grid5 > *,
  .grid6 > *,
  .grid8 > *,
  .grid10 > *,
  .grid12 > * {
    width: 50%;
  }

  /* autogrid rwd for small screens */
  .autogrid5 > *,
  .autogrid6 > *,
  .autogrid8 > *,
  .autogrid10 > *,
  .autogrid12 > * {
    width: 49% !important;
  }
}
/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 480px) {
  .w300p,
  .w400p,
  .w500p {
    width: auto;
    float: none;
  }

  .row {
    display: block !important;
    width: 100% !important;
  }

  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }

  .tiny-visible {
    display: block !important;
  }

  .tiny-no-float {
    float: none;
  }

  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }

  th,
  td {
    /*display: block !important;
    width: auto !important;
    text-align: left !important;*/
  }

  thead {
    display: none;
  }

  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }

  .tiny-w33 {
    width: 33.3333% !important;
  }

  .tiny-w50 {
    width: 50% !important;
  }

  .tiny-w66 {
    width: 66.6666% !important;
  }

  .tiny-w75 {
    width: 75% !important;
  }

  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for tiny screens */
  .tiny-man {
    margin: 0 !important;
  }

  .tiny-pan {
    padding: 0 !important;
  }

  /* grid rwd for tiny screens */
  .grid > * > * {
    width: 100% !important;
  }

  /* autogrid rwd for tiny screens */
  [class*="autogrid"] > * {
    width: 100% !important;
  }
}
/* ----------------------------- */
/* ==skip-hyphens                */
/* ----------------------------- */
/* styling skip links */
.skip-links,
.block_user-name ul {
  position: absolute;
}
.skip-links a,
.block_user-name ul a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus,
.block_user-name ul a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 768px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    hyphens: auto;
  }
}
/* ----------------------------- */
/* ==gmaps support               */
/* ----------------------------- */
/* Google Gmap3 bug fix on images */
.gm-style img {
  height: 100%;
}

:not(.gm-style) img {
  height: auto;
}

.gm-style img,
.gmnoscreen img,
.gmnoprint img {
  max-width: none !important;
}

/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: none;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
  background: #ff0;
}

sup,
sub {
  vertical-align: 0;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
}

blockquote:before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

blockquote > footer:before {
  content: "\2014 \0020";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "ÔÇ£\00a0""\00a0ÔÇØ";
}

q:lang(fr),
.q:lang(fr) {
  quotes: "┬½\00a0""\00a0┬╗";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* alternate tables */
.alternate {
  border: 0;
}

.alternate tbody {
  border: 1px solid #ccc;
}

.alternate thead tr > * + * {
  border-left: 0;
}

.alternate tbody tr > * + * {
  border-left: 1px solid #ccc;
}

/* alternate-vert tables */
.alternate-vert {
  border: 0;
  border-right: 1px solid #ccc;
}

.alternate-vert tr > :first-child {
  border-bottom: 0;
}

.alternate-vert tr > * + * {
  border-top: 1px solid #ccc;
}

/* striped tables */
.striped tbody tr:nth-child(odd) {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
}

/* striped-vert tables */
.striped-vert tr > :first-child {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
}

.mytest_test {
  width: 100%;
  height: 20%;
}

.view-empty {
  margin-top: 2rem;
}

#views-form-esma-response-list-page input[type="checkbox"] {
  visibility: visible;
  position: inherit;
  left: inherit;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  background: white;
  border: none;
}
.ui-widget-header .ui-state-default {
  border: none !important;
  background: none !important;
}

.ui-state-default {
  border: none !important;
  background: none !important;
}
.ui-state-default .ui-icon {
  background: url(../images/icone-svg/icon_close2.svg) no-repeat white 50%;
  border: none;
  width: 3rem;
  height: 3rem;
  margin-left: -2rem;
  background-size: 60%;
}

.ui-dialog {
  box-shadow: 0 3px 21px 0 rgba(50, 50, 50, 0.29);
  border: 1px solid #eeeef0;
}
.ui-dialog .ui-dialog-title {
  white-space: normal;
  width: 90%;
  overflow: visible;
  text-overflow: clip;
}
.ui-dialog .ui-dialog-content {
  overflow: visible;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 0 !important;
  top: 20% !important;
  width: 3rem;
  margin: -2rem 0 0 0;
  padding: 1px;
  height: 3rem;
}

.file a.file-icon,
.file a.mime-text-plain {
  background-image: none;
}

.internal_link:after,
.external_link:after,
.internal_document:after,
.external_document:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/icone-svg/icon_link_internal.svg") no-repeat 50%;
  background-size: 89%;
  margin-left: 0.5rem;
}

.external_link:after {
  background: url("../images/icone-svg/icon_link_external.svg") no-repeat 50%;
  background-size: 89%;
}

.internal_document:after {
  background: url("../images/icone-svg/icon_doc_internal.svg") no-repeat 50%;
  background-size: 89%;
}

.external_document:after {
  background: url("../images/icone-svg/icon_doc_external.svg") no-repeat 50%;
  background-size: 89%;
}

span.media-element {
  display: block;
}

span.esma-caption {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
}
span.esma-caption:after {
  padding-left: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  content: "\00a9";
  font-weight: 300;
  font-style: normal;
}
span.esma-caption-title {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
}

.deselect_input:before {
  border: 1px solid #d6d6d6 !important;
  background-color: #eeeef0 !important;
}

.page-newsletter-subscriptions #edit-newsletters .form-item {
  padding-left: 2rem;
}
.page-newsletter-subscriptions #edit-newsletters .form-item:first-child {
  padding-left: 0;
}
.page-newsletter-subscriptions input[type="submit"] {
  background-color: #3b3d91;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.page-newsletter-subscriptions input[type="submit"]:hover {
  background-color: #4e76f9;
}
.page-newsletter-subscriptions input[type="submit"]#edit-unsubscribe {
  background-color: #c2c2c2;
  margin-left: 2rem;
}
.page-newsletter-subscriptions input[type="submit"]#edit-unsubscribe:hover {
  background-color: #4e76f9;
}

/***** page users********/
.page-search-users .item-list-pager {
  display: table;
  float: right;
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.page-search-users .item-list-pager .pager {
  display: table-row;
}
.page-search-users .item-list-pager .pager > li {
  display: table-cell;
}

#views-exposed-form-esma-search-people-page label {
  color: #708fc9;
  font-weight: normal;
}
#views-exposed-form-esma-search-people-page #edit-submit-esma-search-people {
  padding: 0.9rem 1.7rem;
  margin-top: 2.3rem;
  background-color: #708fc9;
  border: 0;
  color: white;
  font-style: normal;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#views-exposed-form-esma-search-people-page
  #edit-submit-esma-search-people:hover {
  background-color: #4e76f9;
}

a {
  font: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3b3d91;
}

a:active {
  color: #234edc;
}

a:visited {
  color: #3b3d91;
}

.quote {
  font: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  color: #5574af;
  font-style: italic;
  border-left: 2px solid #5574af;
  padding-left: 5px;
}

.focus {
  font: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #242424;
}

.list-element {
  font: Ubuntu-regular, Helvetica, Arial, sans-serif;
  color: #242424;
  font-style: italic;
  font-weight: bold;
}

img .align-right {
  float: right;
  margin: 0 20px 0 20px;
}
img .align-left {
  float: left;
  margin: 0 20px 20px 0;
}

.push_block-title {
  color: #8ca4cf;
  font-size: 16px;
}

.push_block-rectangle {
  background-color: #8ca4cf;
  width: 145px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-size: 1.4rem;
}

.internal_link:after,
.external_link:after,
.internal_document:after,
.external_document:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/icone-svg/icon_link_internal.svg") no-repeat 50%;
  background-size: 89%;
  margin-left: 0.5rem;
}

.external_link:after {
  background: url("../images/icone-svg/icon_link_external.svg") no-repeat 50%;
  background-size: 89%;
}

.internal_document:after {
  background: url("../images/icone-svg/icon_doc_internal.svg") no-repeat 50%;
  background-size: 89%;
}

.external_document:after {
  background: url("../images/icone-svg/icon_doc_external.svg") no-repeat 50%;
  background-size: 89%;
}

header[role="banner"] {
  width: 100%;
  padding: 0;
  border: none;
  padding-top: 1.8rem;
}

ul li {
  list-style: inherit\0;
}

.page {
  width: 960px;
  border: none;
}

.tb-megamenu-menu-esma-megamenu {
  width: 960px;
  margin: 0 auto;
}

.front .page {
  width: 1200px;
  border: none;
}
.front .tb-megamenu-menu-esma-megamenu {
  width: 1200px;
}

div [role="main"] {
  background-color: white;
}

#main-content {
  padding: 0;
}

.page_content-layout {
  width: 100%;
}

#sidebar {
  display: inline;
  float: left;
  /* LTR */
  position: relative;
  width: 31.91%;
  padding: 0;
}
#sidebar ul {
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .front .header_content {
    width: 1200px;
  }
  .front .page_content-layout .page {
    width: 1200px;
  }
  .front .page_content-layout .page .page_panel #main-content {
    width: 70%;
  }
  .front .esmapage_panel_footer,
  .front .esmapage_panel-header {
    width: 1200px !important;
    background-image: none;
  }
  .front .header_content {
    width: 1200px;
    margin: 0 auto;
  }

  .header_content {
    width: 960px;
  }

  .page_content-layout .page {
    width: 960px;
  }
  .page_content-layout .page .page_panel #main-content {
    width: 70%;
  }

  .esmapage_panel_footer,
  .esmapage_panel-header {
    width: 960px !important;
    background-image: none;
  }

  .header_content {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .page_content-layout {
    margin: 0 auto;
  }

  .header_content {
    width: 960px;
    margin: 0 auto;
  }
}
footer[role="contentinfo"] {
  margin-top: 110px;
  width: 100%;
  color: white;
  background-color: #242166;
  min-height: 220px;
}
footer[role="contentinfo"] .footer_content {
  margin: 0 auto;
  min-height: 220px;
}
footer[role="contentinfo"] .footer_content .logo_footer-container {
  float: left;
}
footer[role="contentinfo"] .footer_content .logo_footer {
  content: " ";
  width: 25.4rem;
  height: 17.8rem;
  background: url("../images/icone-svg/esma_logo2_footer.svg") no-repeat 50% 50%;
  background-size: 25.4rem 18rem;
}
footer[role="contentinfo"] .footer_content .europe_container {
  display: block;
  color: #a7c6ff;
  font-size: 12.35px;
  background-color: #3b3d91;
  width: 254px;
  height: 22px;
  vertical-align: middle;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
}
footer[role="contentinfo"] .footer_content .europe_container .text_europe {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
footer[role="contentinfo"] .footer_content .europe_container .europe_flag {
  float: right;
  content: " ";
  width: 28px;
  height: 18px;
  margin: 2px;
  background: url("../images/icones/picto-europe.png") no-repeat;
}
footer[role="contentinfo"] .footer_content nav {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  padding: 3.9rem 0 3.7rem 0;
  display: block;
  width: 600px;
  float: right;
}
footer[role="contentinfo"] .footer_content nav:nth-child(2) {
  border-bottom: 1px solid #3b3d91;
  padding-top: 4.8rem;
}
footer[role="contentinfo"] .footer_content nav:nth-child(2) a {
  padding: 1rem 2.5rem;
  text-decoration: none;
  color: white !important;
  font-size: 14px;
}
footer[role="contentinfo"] .footer_content nav:nth-child(2) a:hover {
  text-decoration: underline;
}
footer[role="contentinfo"] .footer_content nav:last-child a {
  padding: 1rem 2.5rem;
  text-decoration: none;
  color: #4e76f9;
  font-size: 14px;
}
footer[role="contentinfo"] .footer_content nav:last-child a:hover {
  text-decoration: underline;
}

nav ul li {
  display: inline-block;
}
nav ul li a {
  color: #6789f9;
}
nav ul li a:hover {
  color: #6789f9;
}
nav ul li a:visited {
  color: #6789f9;
}

#esmapage_main-content {
  width: 59.5744%;
  margin-right: 8.5%;
  padding: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .page,
  .header_content,
  .footer_content {
    width: 100%;
  }

  #esmapage_main-content {
    width: 100%;
  }

  #sidebar {
    width: 100%;
  }
}
.page-press-news-esma-news #sidebar {
  margin-top: 0 !important;
}

.header-region {
  text-align: right;
}
.header-region nav,
.header-region div {
  float: none;
}

.form-type-password {
  float: none;
}

.user-login-button {
  float: right;
  background-color: #3b3d91;
}
.user-login-button:hover {
  background-color: #4e76f9;
}

#user-login-block-form-fields {
  display: none;
}

#user-login-form {
  text-align: right;
  float: none;
}

.header-region {
  width: 63%;
  float: right;
}
.header-region .form-actions {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header-region div {
  float: none;
}
.header-region #user-login-block-container {
  float: right;
}
.header-region #search-block-form {
  float: right;
  background-color: #708fc9;
  margin-right: 0.4rem;
  margin-top: 2.6rem;
}
.header-region #search-block-form h2,
.header-region #search-block-form .title_box {
  display: none;
}
.header-region #search-block-form input[type="text"] {
  width: 12.2rem;
  display: inline-block;
  height: 3.7rem;
  line-height: 3.7rem;
  vertical-align: middle;
  background-color: #708fc9;
  color: white;
  border: 0;
}
.header-region #search-block-form label {
  display: none;
}
.header-region #search-block-form #edit-actions--2,
.header-region #search-block-form input[type="submit"],
.header-region #search-block-form #edit-actions {
  display: inline-block;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #708fc9;
  padding: 0;
  color: rgba(255, 255, 255, 0.01);
  background: url("../images/icone-svg/icon_search.svg") no-repeat;
  background-size: 2.1rem;
  background-position: 50%;
  border: 0;
  margin: 0;
}
.header-region .form-item-search-block-form {
  display: inline-block;
  margin: 0;
}
.header-region .form-item-search-block-form .form-actions {
  margin: 0;
}

.siteinfo {
  width: 25rem;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
  float: none;
  display: inline-block;
}

@media only screen and (max-device-width: 1130px) {
  .prev-next-links {
    display: none;
  }
}
@media only screen and (max-width: 1130px) {
  .prev-next-links {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .esmapage_menu-fixed {
    display: none !important;
  }
}
.front .footer_content {
  width: 1200px;
}
.front .footer_content .nav {
  width: 520px;
}

.region-slider {
  width: 120rem;
  margin: 0 auto;
}
.region-slider > div:first-child {
  width: 68%;
  display: inline-block;
}
.region-slider > div:last-child {
  width: 31.66%;
  display: inline-block;
  vertical-align: top;
}

.front .esma_tb-menu {
  background-color: rgba(255, 255, 255, 0.8);
}

.esma_menu-picto {
  background: url("../images/icone-svg/icon_circle.svg") no-repeat 50% 50%;
  background-size: 0.5%;
  width: 3.5rem;
  height: 4rem;
  padding-top: 0.7rem;
  text-align: center;
  transition: background-size 0.2s ease-out;
}
.esma_menu-picto:hover {
  background-size: 80%;
}
.esma_menu-picto a {
  vertical-align: middle;
  padding: 0 !important;
}

.container {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.logo {
  width: 249px;
  height: 99px;
}

.front .logo {
  width: 370px;
  height: 137px;
}

.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.front header figure,
.front header .siteinfo {
  margin: 0;
}
.front header h4.title {
  color: #c2c2c2;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  display: inline-block;
}

article {
  color: #292c32;
}

.front h1 {
  display: none;
}

.menu_contact,
.footer_nav {
  text-align: right;
}
.menu_contact li,
.footer_nav li {
  text-align: center;
  display: inline-block;
}

.menu_contact-link {
  padding: 0.5rem 1rem;
  font-size: 16px;
  text-decoration: none;
  color: #708fc9;
  font-family: Ubuntu-bold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.container_header {
  margin: 0 auto;
  width: 80vw;
}

div [role="main"] p {
  hyphens: auto;
}
div [role="main"] ul li {
  list-style: initial;
}

.breadcrumb {
  margin-top: 15px;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}
.breadcrumb a {
  /*Ubuntu Condensed
  14 pix, #3b3d91*/
  font-size: 1.4rem;
  color: #3b3d91;
  text-decoration: none;
}

.breadcrumb + div {
  float: right;
  margin-top: 0.937rem;
}

.tb-megamenu-menu-esma-megamenu a {
  color: #3b3d91 !important;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  padding: 0 0;
}

.front .tb-megamenu .row-fluid {
  background-color: #708fc9;
  width: 100%;
  border: 20px solid #708fc9;
  background: url("../images/menu_bg_vertical-home.png") #708fc9;
}
.front .tb-megamenu .row-fluid .mega-dropdown-inner .row-fluid {
  border: 0;
  background-image: none;
}

.user-login-button {
  height: 3.7rem;
  margin-top: 2.6rem;
}

.block_user-name {
  float: right !important;
  background-color: #3b3d91;
  color: white;
  height: 3.7rem;
  font-size: 1.4rem;
  margin-top: 2.6rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
}
.block_user-name a {
  color: white;
}
.block_user-name a:hover,
.block_user-name a:active,
.block_user-name a:focus,
.block_user-name a:visited {
  color: white;
}
.block_user-name a span.user-name {
  color: white;
}

.logout {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  color: white;
}
.logout:hover {
  background-color: #4e76f9;
  color: white;
  text-decoration: none;
}
.logout:visited {
  color: white;
}

.user-name {
  display: inline-block;
  padding: 1rem 1rem 0.8rem 1.6rem;
}

.file-document a,
.file a {
  position: relative;
  display: inline-block;
  padding-left: 2rem !important;
  color: #4e76f9;
  text-transform: uppercase;
}
.file-document a:before,
.file a:before {
  zoom: 1;
  position: absolute;
  display: inline-block;
  margin-left: -1.9rem;
  vertical-align: middle;
  width: 22px;
  height: 17px;
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
}

@media screen\0 {
  .file-document a,
  .file a {
    position: relative;
    display: inline-block;
    padding-left: 2rem !important;
    color: #4e76f9;
    text-transform: uppercase;
  }
  .file-document a:before,
  .file a:before {
    zoom: 1;
    position: absolute;
    display: inline-block;
    margin-left: -25px;
    vertical-align: middle;
    width: 22px;
    height: 17px;
    background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
  }
}
header > nav[role="menuitem"] {
  width: auto;
}
header #edit-search-block-form--2 {
  color: white;
  padding-left: 0.5rem;
  font-size: 1.4rem;
  font-style: normal;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
header #edit-search-block-form--2::-webkit-input-placeholder {
  color: white;
}
header #edit-search-block-form--2:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
header #edit-search-block-form--2::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
header #edit-search-block-form--2:-ms-input-placeholder {
  color: white;
}

nav[role="menuitem"] {
  display: inline-block;
  width: auto;
}

.follow_menu,
.help_menu {
  display: inline;
  vertical-align: middle;
}
.follow_menu ul,
.help_menu ul {
  display: inline-block;
}
.follow_menu ul a,
.help_menu ul a {
  color: #708fc9;
  font-size: 1.2rem;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 1.5rem;
}
.follow_menu h4,
.help_menu h4 {
  display: inline-block;
  font-size: 12px;
  color: #c2c2c2;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  margin: 0;
  margin-top: 0.7rem;
}

nav[role="menuitem"].help_menu ul li {
  padding-top: 0.4rem !important;
}

.follow_menu h4 {
  vertical-align: middle;
  color: #c2c2c2;
}
.follow_menu ul {
  margin: 0;
}
.follow_menu ul a {
  padding: 0 0.75rem;
}
.follow_menu .leaf {
  padding: 0;
}
.follow_menu img {
  vertical-align: inherit;
}

#user-login-block-container {
  position: relative;
}

#user-login-block-form-fields {
  position: absolute;
  z-index: 1000;
  background-color: white;
  padding: 0 2rem 2rem 2rem;
  right: 0;
  top: 7rem;
  /*  -webkit-box-shadow: 0px 3px 21px 0px rgba(50, 50, 50, 0.29);
    -moz-box-shadow:    0px 3px 21px 0px rgba(50, 50, 50, 0.29);
  box-shadow:         0px 3px 21px 0px rgba(50, 50, 50, 0.29);*/
}

#esma_print {
  margin-top: 0.937rem;
  margin-right: 0.1rem;
  width: 7.2rem;
  height: 2.7rem;
  color: rgba(255, 255, 255, 0.01);
  background: url("../images/icone-svg/bt_print.svg");
}
#esma_print span {
  display: none;
}

.front #esma_print {
  display: none;
}

.icone_info {
  cursor: pointer;
}

.addtoany_share_save {
  width: 7.2rem;
  height: 2.7rem;
  color: rgba(255, 255, 255, 0.01);
  background: url("../images/icone-svg/bt_share.svg") no-repeat 50% 50%;
}
.addtoany_share_save:hover,
.addtoany_share_save:focus,
.addtoany_share_save:visited {
  color: rgba(255, 255, 255, 0.01);
}
.addtoany_share_save:hover span,
.addtoany_share_save:hover .a2a_img_text,
.addtoany_share_save:focus span,
.addtoany_share_save:focus .a2a_img_text,
.addtoany_share_save:visited span,
.addtoany_share_save:visited .a2a_img_text {
  display: none;
}
.addtoany_share_save span,
.addtoany_share_save .a2a_img_text {
  display: none !important;
}

.flexslider {
  width: 95%;
  margin: 0;
  border: 0;
  background: transparent;
}
.flexslider .node-slide img {
  max-width: 405px;
  float: right;
  border: 1px solid #c2c2c2;
  margin: 2px 0 10px 5px;
}

#flexslider_news,
.flexslider-news {
  width: 90.6%;
}
#flexslider_news .view-mode-front_list,
.flexslider-news .view-mode-front_list {
  margin-right: 3rem;
  margin-left: 0.3rem;
  border: 1px solid #d6d6d6;
  padding: 2.7rem;
  background-color: rgba(255, 255, 255, 0.6);
}
#flexslider_news .section_link,
.flexslider-news .section_link {
  background-color: #3b3d91;
  color: white;
  font-size: 1.1rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
}
#flexslider_news .link_responses a,
.flexslider-news .link_responses a {
  padding: 0.5rem 0;
  line-height: 16px;
  display: block;
}
#flexslider_news .link_responses a:before,
.flexslider-news .link_responses a:before {
  content: " ";
  width: 20px;
  height: 18px;
  background-size: 18px !important;
  background: url("../images/icone-svg/icon_respond.svg") no-repeat;
  display: inline-block;
  vertical-align: bottom;
}
#flexslider_news .bottom-news,
.flexslider-news .bottom-news {
  padding: 0;
}
#flexslider_news .bottom-news a,
.flexslider-news .bottom-news a {
  font-size: 1.1rem;
}
#flexslider_news .bottom-news a:before,
.flexslider-news .bottom-news a:before {
  width: 20px;
}
#flexslider_news h3,
.flexslider-news h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-top: 0.4rem;
  margin-bottom: 0.9rem;
}
#flexslider_news .list_front-date,
.flexslider-news .list_front-date {
  font-size: 1.2rem;
}
#flexslider_news .news_cartouche-text,
.flexslider-news .news_cartouche-text {
  margin-top: 1rem;
  font-size: 1.6rem;
  margin-bottom: 3.45rem;
}
#flexslider_news .field-type-file a,
#flexslider_news .file-document a,
#flexslider_news .file a,
.flexslider-news .field-type-file a,
.flexslider-news .file-document a,
.flexslider-news .file a {
  font-size: 1.1rem;
}

.flex-control-nav {
  position: relative;
  float: left;
  width: auto;
  bottom: 0;
}

.flex-pauseplay {
  width: auto;
  float: right;
}

.slide_title {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 100;
  padding-right: 9rem;
}
.slide_title a {
  font-size: 4.5rem;
  font-weight: 100;
}

.region-slider {
  padding-top: 10.4rem;
  position: relative;
}
.region-slider .slides {
  min-height: 31rem;
  position: relative;
}
.region-slider .btn,
.region-slider .btn-deep-blue,
.region-slider td input[type="submit"],
td .region-slider input[type="submit"],
.region-slider .page-registration-edit form [type="submit"],
.page-registration-edit form .region-slider [type="submit"],
.region-slider .page-registration-edit form #edit-cancel,
.page-registration-edit form .region-slider #edit-cancel,
.region-slider #user-login-block-form-fields #edit-submit,
#user-login-block-form-fields .region-slider #edit-submit,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"],
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"],
.region-slider .form-managed-file input[type="submit"],
.form-managed-file .region-slider input[type="submit"],
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action,
.region-slider #views-form-esma-response-list-page input[type="submit"],
#views-form-esma-response-list-page .region-slider input[type="submit"],
.region-slider #views-form-esma-response-list-page #edit-cancel,
#views-form-esma-response-list-page .region-slider #edit-cancel,
.region-slider #edit-field-reg-cons-attach-files-und-table input[type="submit"],
#edit-field-reg-cons-attach-files-und-table .region-slider input[type="submit"],
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"],
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"],
.region-slider .resp-padding a.facetapi-limit-link,
.resp-padding .region-slider a.facetapi-limit-link {
  text-transform: uppercase;
  font-family: Ubuntu-medium, Arial, sans-serif;
  padding: 1.45rem 3.65rem;
}
.region-slider .btn.slide_top,
.region-slider .slide_top.btn-deep-blue,
.region-slider td input.slide_top[type="submit"],
td .region-slider input.slide_top[type="submit"],
.region-slider .page-registration-edit form .slide_top[type="submit"],
.page-registration-edit form .region-slider .slide_top[type="submit"],
.region-slider .page-registration-edit form .slide_top#edit-cancel,
.page-registration-edit form .region-slider .slide_top#edit-cancel,
.region-slider #user-login-block-form-fields .slide_top#edit-submit,
#user-login-block-form-fields .region-slider .slide_top#edit-submit,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  .slide_top[type="submit"],
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  .slide_top[type="submit"],
.region-slider .form-managed-file input.slide_top[type="submit"],
.form-managed-file .region-slider input.slide_top[type="submit"],
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  .slide_top#edit-actionesma-vbo-download-action,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  .slide_top#edit-actionesma-vbo-download-action,
.region-slider
  #views-form-esma-response-list-page
  input.slide_top[type="submit"],
#views-form-esma-response-list-page
  .region-slider
  input.slide_top[type="submit"],
.region-slider #views-form-esma-response-list-page .slide_top#edit-cancel,
#views-form-esma-response-list-page .region-slider .slide_top#edit-cancel,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input.slide_top[type="submit"],
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input.slide_top[type="submit"],
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input.slide_top[type="submit"],
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input.slide_top[type="submit"],
.region-slider .resp-padding a.slide_top.facetapi-limit-link,
.resp-padding .region-slider a.slide_top.facetapi-limit-link {
  position: absolute;
  bottom: 5.8rem;
}
.region-slider .btn a,
.region-slider .btn-deep-blue a,
.region-slider td input[type="submit"] a,
td .region-slider input[type="submit"] a,
.region-slider .page-registration-edit form [type="submit"] a,
.page-registration-edit form .region-slider [type="submit"] a,
.region-slider .page-registration-edit form #edit-cancel a,
.page-registration-edit form .region-slider #edit-cancel a,
.region-slider #user-login-block-form-fields #edit-submit a,
#user-login-block-form-fields .region-slider #edit-submit a,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]
  a,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]
  a,
.region-slider .form-managed-file input[type="submit"] a,
.form-managed-file .region-slider input[type="submit"] a,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  a,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action
  a,
.region-slider #views-form-esma-response-list-page input[type="submit"] a,
#views-form-esma-response-list-page .region-slider input[type="submit"] a,
.region-slider #views-form-esma-response-list-page #edit-cancel a,
#views-form-esma-response-list-page .region-slider #edit-cancel a,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]
  a,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]
  a,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]
  a,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]
  a,
.region-slider .resp-padding a.facetapi-limit-link a,
.resp-padding .region-slider a.facetapi-limit-link a {
  font-size: 1.1rem !important;
  color: white !important;
}
.region-slider .btn a:hover,
.region-slider .btn-deep-blue a:hover,
.region-slider td input[type="submit"] a:hover,
td .region-slider input[type="submit"] a:hover,
.region-slider .page-registration-edit form [type="submit"] a:hover,
.page-registration-edit form .region-slider [type="submit"] a:hover,
.region-slider .page-registration-edit form #edit-cancel a:hover,
.page-registration-edit form .region-slider #edit-cancel a:hover,
.region-slider #user-login-block-form-fields #edit-submit a:hover,
#user-login-block-form-fields .region-slider #edit-submit a:hover,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]
  a:hover,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]
  a:hover,
.region-slider .form-managed-file input[type="submit"] a:hover,
.form-managed-file .region-slider input[type="submit"] a:hover,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  a:hover,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action
  a:hover,
.region-slider #views-form-esma-response-list-page input[type="submit"] a:hover,
#views-form-esma-response-list-page .region-slider input[type="submit"] a:hover,
.region-slider #views-form-esma-response-list-page #edit-cancel a:hover,
#views-form-esma-response-list-page .region-slider #edit-cancel a:hover,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]
  a:hover,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]
  a:hover,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]
  a:hover,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]
  a:hover,
.region-slider .resp-padding a.facetapi-limit-link a:hover,
.resp-padding .region-slider a.facetapi-limit-link a:hover,
.region-slider .btn a:focus,
.region-slider .btn-deep-blue a:focus,
.region-slider td input[type="submit"] a:focus,
td .region-slider input[type="submit"] a:focus,
.region-slider .page-registration-edit form [type="submit"] a:focus,
.page-registration-edit form .region-slider [type="submit"] a:focus,
.region-slider .page-registration-edit form #edit-cancel a:focus,
.page-registration-edit form .region-slider #edit-cancel a:focus,
.region-slider #user-login-block-form-fields #edit-submit a:focus,
#user-login-block-form-fields .region-slider #edit-submit a:focus,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]
  a:focus,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]
  a:focus,
.region-slider .form-managed-file input[type="submit"] a:focus,
.form-managed-file .region-slider input[type="submit"] a:focus,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  a:focus,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action
  a:focus,
.region-slider #views-form-esma-response-list-page input[type="submit"] a:focus,
#views-form-esma-response-list-page .region-slider input[type="submit"] a:focus,
.region-slider #views-form-esma-response-list-page #edit-cancel a:focus,
#views-form-esma-response-list-page .region-slider #edit-cancel a:focus,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]
  a:focus,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]
  a:focus,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]
  a:focus,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]
  a:focus,
.region-slider .resp-padding a.facetapi-limit-link a:focus,
.resp-padding .region-slider a.facetapi-limit-link a:focus,
.region-slider .btn a:active,
.region-slider .btn-deep-blue a:active,
.region-slider td input[type="submit"] a:active,
td .region-slider input[type="submit"] a:active,
.region-slider .page-registration-edit form [type="submit"] a:active,
.page-registration-edit form .region-slider [type="submit"] a:active,
.region-slider .page-registration-edit form #edit-cancel a:active,
.page-registration-edit form .region-slider #edit-cancel a:active,
.region-slider #user-login-block-form-fields #edit-submit a:active,
#user-login-block-form-fields .region-slider #edit-submit a:active,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]
  a:active,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]
  a:active,
.region-slider .form-managed-file input[type="submit"] a:active,
.form-managed-file .region-slider input[type="submit"] a:active,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  a:active,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action
  a:active,
.region-slider
  #views-form-esma-response-list-page
  input[type="submit"]
  a:active,
#views-form-esma-response-list-page
  .region-slider
  input[type="submit"]
  a:active,
.region-slider #views-form-esma-response-list-page #edit-cancel a:active,
#views-form-esma-response-list-page .region-slider #edit-cancel a:active,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]
  a:active,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]
  a:active,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]
  a:active,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]
  a:active,
.region-slider .resp-padding a.facetapi-limit-link a:active,
.resp-padding .region-slider a.facetapi-limit-link a:active,
.region-slider .btn a:visited,
.region-slider .btn-deep-blue a:visited,
.region-slider td input[type="submit"] a:visited,
td .region-slider input[type="submit"] a:visited,
.region-slider .page-registration-edit form [type="submit"] a:visited,
.page-registration-edit form .region-slider [type="submit"] a:visited,
.region-slider .page-registration-edit form #edit-cancel a:visited,
.page-registration-edit form .region-slider #edit-cancel a:visited,
.region-slider #user-login-block-form-fields #edit-submit a:visited,
#user-login-block-form-fields .region-slider #edit-submit a:visited,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]
  a:visited,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]
  a:visited,
.region-slider .form-managed-file input[type="submit"] a:visited,
.form-managed-file .region-slider input[type="submit"] a:visited,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  a:visited,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action
  a:visited,
.region-slider
  #views-form-esma-response-list-page
  input[type="submit"]
  a:visited,
#views-form-esma-response-list-page
  .region-slider
  input[type="submit"]
  a:visited,
.region-slider #views-form-esma-response-list-page #edit-cancel a:visited,
#views-form-esma-response-list-page .region-slider #edit-cancel a:visited,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]
  a:visited,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]
  a:visited,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]
  a:visited,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]
  a:visited,
.region-slider .resp-padding a.facetapi-limit-link a:visited,
.resp-padding .region-slider a.facetapi-limit-link a:visited {
  color: white !important;
}
.region-slider .btn:hover,
.region-slider .btn-deep-blue:hover,
.region-slider td input[type="submit"]:hover,
td .region-slider input[type="submit"]:hover,
.region-slider .page-registration-edit form [type="submit"]:hover,
.page-registration-edit form .region-slider [type="submit"]:hover,
.region-slider .page-registration-edit form #edit-cancel:hover,
.page-registration-edit form .region-slider #edit-cancel:hover,
.region-slider #user-login-block-form-fields #edit-submit:hover,
#user-login-block-form-fields .region-slider #edit-submit:hover,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]:hover,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]:hover,
.region-slider .form-managed-file input[type="submit"]:hover,
.form-managed-file .region-slider input[type="submit"]:hover,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:hover,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action:hover,
.region-slider #views-form-esma-response-list-page input[type="submit"]:hover,
#views-form-esma-response-list-page .region-slider input[type="submit"]:hover,
.region-slider #views-form-esma-response-list-page #edit-cancel:hover,
#views-form-esma-response-list-page .region-slider #edit-cancel:hover,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]:hover,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]:hover,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:hover,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]:hover,
.region-slider .resp-padding a.facetapi-limit-link:hover,
.resp-padding .region-slider a.facetapi-limit-link:hover,
.region-slider .btn:focus,
.region-slider .btn-deep-blue:focus,
.region-slider td input[type="submit"]:focus,
td .region-slider input[type="submit"]:focus,
.region-slider .page-registration-edit form [type="submit"]:focus,
.page-registration-edit form .region-slider [type="submit"]:focus,
.region-slider .page-registration-edit form #edit-cancel:focus,
.page-registration-edit form .region-slider #edit-cancel:focus,
.region-slider #user-login-block-form-fields #edit-submit:focus,
#user-login-block-form-fields .region-slider #edit-submit:focus,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]:focus,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]:focus,
.region-slider .form-managed-file input[type="submit"]:focus,
.form-managed-file .region-slider input[type="submit"]:focus,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:focus,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action:focus,
.region-slider #views-form-esma-response-list-page input[type="submit"]:focus,
#views-form-esma-response-list-page .region-slider input[type="submit"]:focus,
.region-slider #views-form-esma-response-list-page #edit-cancel:focus,
#views-form-esma-response-list-page .region-slider #edit-cancel:focus,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]:focus,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]:focus,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:focus,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]:focus,
.region-slider .resp-padding a.facetapi-limit-link:focus,
.resp-padding .region-slider a.facetapi-limit-link:focus,
.region-slider .btn:active,
.region-slider .btn-deep-blue:active,
.region-slider td input[type="submit"]:active,
td .region-slider input[type="submit"]:active,
.region-slider .page-registration-edit form [type="submit"]:active,
.page-registration-edit form .region-slider [type="submit"]:active,
.region-slider .page-registration-edit form #edit-cancel:active,
.page-registration-edit form .region-slider #edit-cancel:active,
.region-slider #user-login-block-form-fields #edit-submit:active,
#user-login-block-form-fields .region-slider #edit-submit:active,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]:active,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]:active,
.region-slider .form-managed-file input[type="submit"]:active,
.form-managed-file .region-slider input[type="submit"]:active,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:active,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action:active,
.region-slider #views-form-esma-response-list-page input[type="submit"]:active,
#views-form-esma-response-list-page .region-slider input[type="submit"]:active,
.region-slider #views-form-esma-response-list-page #edit-cancel:active,
#views-form-esma-response-list-page .region-slider #edit-cancel:active,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]:active,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]:active,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:active,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]:active,
.region-slider .resp-padding a.facetapi-limit-link:active,
.resp-padding .region-slider a.facetapi-limit-link:active,
.region-slider .btn:visited,
.region-slider .btn-deep-blue:visited,
.region-slider td input[type="submit"]:visited,
td .region-slider input[type="submit"]:visited,
.region-slider .page-registration-edit form [type="submit"]:visited,
.page-registration-edit form .region-slider [type="submit"]:visited,
.region-slider .page-registration-edit form #edit-cancel:visited,
.page-registration-edit form .region-slider #edit-cancel:visited,
.region-slider #user-login-block-form-fields #edit-submit:visited,
#user-login-block-form-fields .region-slider #edit-submit:visited,
.region-slider
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]:visited,
#registration-entity-settings-form
  .form-required
  input
  .region-slider
  [type="submit"]:visited,
.region-slider .form-managed-file input[type="submit"]:visited,
.form-managed-file .region-slider input[type="submit"]:visited,
.region-slider
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:visited,
#views-form-esma-registrant-doc-block
  #edit-select
  .region-slider
  #edit-actionesma-vbo-download-action:visited,
.region-slider #views-form-esma-response-list-page input[type="submit"]:visited,
#views-form-esma-response-list-page .region-slider input[type="submit"]:visited,
.region-slider #views-form-esma-response-list-page #edit-cancel:visited,
#views-form-esma-response-list-page .region-slider #edit-cancel:visited,
.region-slider
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]:visited,
#edit-field-reg-cons-attach-files-und-table
  .region-slider
  input[type="submit"]:visited,
.region-slider
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:visited,
.search-page_refine
  #esma-apachesolr-date-search-form
  .region-slider
  input[type="submit"]:visited,
.region-slider .resp-padding a.facetapi-limit-link:visited,
.resp-padding .region-slider a.facetapi-limit-link:visited {
  color: white !important;
}
.region-slider > div:first-child .slides li {
  min-height: 43.7rem;
}
.region-slider > div:last-child {
  position: absolute;
  z-index: 5;
  text-align: center;
  background-color: white;
  padding: 0 2rem 2rem 2rem;
  border: 1px solid #c2c2c2;
}
.region-slider > div:last-child #quicktabs-container-your_input .view-empty {
  height: 8.2rem;
  border-top: 1px solid #c2c2c2;
  text-align: center;
  padding-top: 3rem;
}
.region-slider
  > div:last-child
  #quicktabs-tabpage-your_input-1
  .yourinput_action {
  top: -0.2rem;
}
.region-slider > div:last-child h2,
.region-slider > div:last-child .title_box {
  font-size: 1.8rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  padding: 3rem 0 2.5rem 0;
  margin-bottom: 0;
  letter-spacing: 0.3rem;
}
.region-slider > div:last-child .quicktabs-tabs {
  text-align: center;
  border-bottom: 1px solid #3b3d91;
  padding-left: 0rem;
}
.region-slider > div:last-child .quicktabs-tabs li {
  background-color: #708fc9;
  width: 49.4%;
  display: inline-block;
  padding: 0;
  border-radius: 4px 4px 0 0;
}
.region-slider > div:last-child .quicktabs-tabs li.active {
  background-color: #3b3d91;
}
.region-slider > div:last-child .quicktabs-tabs a {
  padding: 1rem 0;
  text-transform: uppercase;
  color: white;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  display: block;
  font-size: 1.4rem;
  /*letter-spacing: .1rem;*/
}
.region-slider > div:last-child .quicktabs_main {
  text-align: left;
  padding-top: 2.5rem;
}
.region-slider > div:last-child .quicktabs_main li {
  height: 8.2rem;
  line-height: 8.2rem;
}
.region-slider > div:last-child .quicktabs_main a {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}

.yourinput_consultation_ul {
  padding-left: 0;
}
.yourinput_consultation_ul li {
  border-top: 1px solid #d6d6d6;
  position: relative;
}
.yourinput_consultation_ul li:hover {
  background-color: #eeeef0;
}
.yourinput_consultation_ul li:hover .yourinput_date {
  visibility: visible;
  display: block;
}
.yourinput_consultation_ul li:hover .yourinput_action {
  display: block;
}
.yourinput_consultation_ul li:hover .yourinput_action a {
  line-height: 8.2rem;
  font-size: 1.2rem;
  width: 10rem;
}
.yourinput_consultation_ul li:hover .yourinput_action a.yourinput_respond {
  background-color: #4e76f9;
  height: 8.2rem;
  color: white;
  vertical-align: middle;
}
.yourinput_consultation_ul
  li:hover
  .yourinput_action
  a.yourinput_respond:before {
  content: "<";
  display: inline-block;
  width: 1rem;
  padding-right: 0.3rem;
}
.yourinput_consultation_ul
  li:hover
  .yourinput_action
  a.yourinput_respond:after {
  content: "";
  position: absolute;
  height: 8.2rem;
  width: 25px;
  bottom: 0;
  left: -25px;
  background: url(../images/border-responde.png) repeat-y top left transparent;
}
.yourinput_consultation_ul li:last-child {
  padding-bottom: 1px solid #d6d6d6;
}
.yourinput_consultation_ul li a {
  display: inline-block;
  font-size: 1.4rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0rem 0.8rem;
  vertical-align: middle;
  opacity: 1;
}
.yourinput_consultation_ul li a:hover {
  background-color: #eeeef0;
  text-decoration: none;
  color: #3b3d91;
}
.yourinput_consultation_ul li .yourinput_date {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  visibility: hidden;
  height: 2rem;
  font-size: 1.1rem;
  line-height: 2rem;
  padding-left: 0.8rem;
  text-transform: uppercase;
}
.yourinput_consultation_ul .yourinput_action {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

.slide_text {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  padding-right: 34rem;
}
.slide_text p {
  font-size: 2.2rem;
}

.flex-pause,
.flex-play {
  position: relative !important;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.1) !important;
  width: 3rem !important;
  height: 3rem !important;
  background: url("../images/icone-svg/icon_coverflow_pause_off.svg") no-repeat;
}
.flex-pause:before,
.flex-play:before {
  content: "" !important;
  display: none;
}

.flex-play {
  background: url("../images/icone-svg/icon_coverflow_pause_over.svg") no-repeat;
}

.flex-control-paging li a {
  background: transparent;
  border: 2px solid #4e76f9;
  box-shadow: none;
}
.flex-control-paging li a:hover {
  background: #4e76f9;
}
.flex-control-paging li a.flex-active {
  background-color: #4e76f9;
}

.front header {
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardis├®e */
  padding-top: 1.8rem;
}
.front .Breadcrumb {
  display: none !important;
}
.front .region-slider {
  min-height: 45rem;
}

#quicktabs-your_input {
  min-height: 38rem;
}
#quicktabs-your_input .view-footer {
  border-top: 1px solid #d6d6d6;
  text-align: center;
  height: 6.7rem;
  line-height: 8rem;
}

.listnews_footer-link {
  cursor: pointer;
  vertical-align: middle;
  padding: 1.2rem 3rem;
  background-color: #4e76f9;
  color: white !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: Ubuntu-medium, Arial, sans-serif !important;
  font-size: 1.1rem !important;
}
.listnews_footer-link:hover,
.listnews_footer-link:active,
.listnews_footer-link:focus {
  color: white !important;
  background-color: #3b3d91;
}

.region-slider_news {
  background: url(../images/stars-back.png) no-repeat;
  padding-top: 4.7rem;
  background-size: 114%;
  background-position-x: -17rem;
}
.region-slider_news #flexslider_news:hover .flex-direction-nav,
.region-slider_news .flexslider_news:hover .flex-direction-nav {
  opacity: 1;
}
.region-slider_news #flexslider_news:hover .flex-direction-nav a,
.region-slider_news .flexslider_news:hover .flex-direction-nav a {
  opacity: 0.6;
  margin: 0;
  right: 0;
  transition: none;
  color: rgba(255, 255, 255, 0.01);
}
.region-slider_news #flexslider_news:hover .flex-direction-nav a:hover,
.region-slider_news .flexslider_news:hover .flex-direction-nav a:hover {
  opacity: 1;
}
.region-slider_news #flexslider_news:hover .flex-direction-nav a.flex-prev,
.region-slider_news .flexslider_news:hover .flex-direction-nav a.flex-prev {
  transition: none;
  left: 0;
}
.region-slider_news .bottom-news {
  margin: 0;
  border: 0;
}
.region-slider_news .bottom-news a {
  color: #4e76f9;
  font-size: 1.1rem;
}
.region-slider_news .bottom-news a:hover,
.region-slider_news .bottom-news a:focus,
.region-slider_news .bottom-news a:visited,
.region-slider_news .bottom-news a:active {
  color: #4e76f9;
}
.region-slider_news > div {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}
.region-slider_news .flex-control-nav,
.region-slider_news .flex-control-paging {
  display: none;
}
.region-slider_news .flex-direction-nav {
  position: absolute;
  transition: none;
  right: 5.5rem;
  top: 8.2rem;
}
.region-slider_news .flex-direction-nav a {
  transition: none;
  display: block;
  visibility: visible;
  background-color: #4e76f9;
  color: white;
  width: 5rem;
  height: 5rem;
  margin: 0;
  top: 0 !important;
  left: 0;
  color: rgba(255, 255, 255, 0.01) !important;
  text-decoration: none;
  text-shadow: none;
}
.region-slider_news .flex-direction-nav a:before {
  display: none;
  transition: none;
  background-color: red;
  color: white;
}
.region-slider_news .flex-direction-nav a:hover {
  margin: 0 !important;
  right: -5rem !important;
  transition: none !important;
  opacity: 1;
}
.region-slider_news .flex-direction-nav .flex-prev {
  background: url(../images/icone-svg/icon_left_white.svg) no-repeat #4e76f9;
  opacity: 0.6;
  top: 5rem !important;
  background-size: 2rem 2rem;
  background-position: 50%;
  color: rgba(255, 255, 255, 0.01) !important;
  text-shadow: none;
}
.region-slider_news .flex-direction-nav .flex-next {
  background: url(../images/icone-svg/icon_right_white.svg) no-repeat #4e76f9;
  opacity: 0.6;
  background-size: 2rem 2rem;
  background-position: 50%;
  text-shadow: none;
}

.flex-direction-nav li {
  list-style: none;
}

.slider_news-footer {
  text-align: center;
  padding: 4.7rem 0 4rem 0;
}
.slider_news-footer .btn,
.slider_news-footer .btn-deep-blue,
.slider_news-footer td input[type="submit"],
td .slider_news-footer input[type="submit"],
.slider_news-footer .page-registration-edit form [type="submit"],
.page-registration-edit form .slider_news-footer [type="submit"],
.slider_news-footer .page-registration-edit form #edit-cancel,
.page-registration-edit form .slider_news-footer #edit-cancel,
.slider_news-footer #user-login-block-form-fields #edit-submit,
#user-login-block-form-fields .slider_news-footer #edit-submit,
.slider_news-footer
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"],
#registration-entity-settings-form
  .form-required
  input
  .slider_news-footer
  [type="submit"],
.slider_news-footer .form-managed-file input[type="submit"],
.form-managed-file .slider_news-footer input[type="submit"],
.slider_news-footer
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action,
#views-form-esma-registrant-doc-block
  #edit-select
  .slider_news-footer
  #edit-actionesma-vbo-download-action,
.slider_news-footer #views-form-esma-response-list-page input[type="submit"],
#views-form-esma-response-list-page .slider_news-footer input[type="submit"],
.slider_news-footer #views-form-esma-response-list-page #edit-cancel,
#views-form-esma-response-list-page .slider_news-footer #edit-cancel,
.slider_news-footer
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"],
#edit-field-reg-cons-attach-files-und-table
  .slider_news-footer
  input[type="submit"],
.slider_news-footer
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"],
.search-page_refine
  #esma-apachesolr-date-search-form
  .slider_news-footer
  input[type="submit"],
.slider_news-footer .resp-padding a.facetapi-limit-link,
.resp-padding .slider_news-footer a.facetapi-limit-link {
  color: white;
  padding: 1.2rem 3.4rem;
}
.slider_news-footer .btn:hover,
.slider_news-footer .btn-deep-blue:hover,
.slider_news-footer td input[type="submit"]:hover,
td .slider_news-footer input[type="submit"]:hover,
.slider_news-footer .page-registration-edit form [type="submit"]:hover,
.page-registration-edit form .slider_news-footer [type="submit"]:hover,
.slider_news-footer .page-registration-edit form #edit-cancel:hover,
.page-registration-edit form .slider_news-footer #edit-cancel:hover,
.slider_news-footer #user-login-block-form-fields #edit-submit:hover,
#user-login-block-form-fields .slider_news-footer #edit-submit:hover,
.slider_news-footer
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]:hover,
#registration-entity-settings-form
  .form-required
  input
  .slider_news-footer
  [type="submit"]:hover,
.slider_news-footer .form-managed-file input[type="submit"]:hover,
.form-managed-file .slider_news-footer input[type="submit"]:hover,
.slider_news-footer
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:hover,
#views-form-esma-registrant-doc-block
  #edit-select
  .slider_news-footer
  #edit-actionesma-vbo-download-action:hover,
.slider_news-footer
  #views-form-esma-response-list-page
  input[type="submit"]:hover,
#views-form-esma-response-list-page
  .slider_news-footer
  input[type="submit"]:hover,
.slider_news-footer #views-form-esma-response-list-page #edit-cancel:hover,
#views-form-esma-response-list-page .slider_news-footer #edit-cancel:hover,
.slider_news-footer
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]:hover,
#edit-field-reg-cons-attach-files-und-table
  .slider_news-footer
  input[type="submit"]:hover,
.slider_news-footer
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:hover,
.search-page_refine
  #esma-apachesolr-date-search-form
  .slider_news-footer
  input[type="submit"]:hover,
.slider_news-footer .resp-padding a.facetapi-limit-link:hover,
.resp-padding .slider_news-footer a.facetapi-limit-link:hover,
.slider_news-footer .btn:active,
.slider_news-footer .btn-deep-blue:active,
.slider_news-footer td input[type="submit"]:active,
td .slider_news-footer input[type="submit"]:active,
.slider_news-footer .page-registration-edit form [type="submit"]:active,
.page-registration-edit form .slider_news-footer [type="submit"]:active,
.slider_news-footer .page-registration-edit form #edit-cancel:active,
.page-registration-edit form .slider_news-footer #edit-cancel:active,
.slider_news-footer #user-login-block-form-fields #edit-submit:active,
#user-login-block-form-fields .slider_news-footer #edit-submit:active,
.slider_news-footer
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]:active,
#registration-entity-settings-form
  .form-required
  input
  .slider_news-footer
  [type="submit"]:active,
.slider_news-footer .form-managed-file input[type="submit"]:active,
.form-managed-file .slider_news-footer input[type="submit"]:active,
.slider_news-footer
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:active,
#views-form-esma-registrant-doc-block
  #edit-select
  .slider_news-footer
  #edit-actionesma-vbo-download-action:active,
.slider_news-footer
  #views-form-esma-response-list-page
  input[type="submit"]:active,
#views-form-esma-response-list-page
  .slider_news-footer
  input[type="submit"]:active,
.slider_news-footer #views-form-esma-response-list-page #edit-cancel:active,
#views-form-esma-response-list-page .slider_news-footer #edit-cancel:active,
.slider_news-footer
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]:active,
#edit-field-reg-cons-attach-files-und-table
  .slider_news-footer
  input[type="submit"]:active,
.slider_news-footer
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:active,
.search-page_refine
  #esma-apachesolr-date-search-form
  .slider_news-footer
  input[type="submit"]:active,
.slider_news-footer .resp-padding a.facetapi-limit-link:active,
.resp-padding .slider_news-footer a.facetapi-limit-link:active,
.slider_news-footer .btn :focus,
.slider_news-footer .btn-deep-blue :focus,
.slider_news-footer td input[type="submit"] :focus,
td .slider_news-footer input[type="submit"] :focus,
.slider_news-footer .page-registration-edit form [type="submit"] :focus,
.page-registration-edit form .slider_news-footer [type="submit"] :focus,
.slider_news-footer .page-registration-edit form #edit-cancel :focus,
.page-registration-edit form .slider_news-footer #edit-cancel :focus,
.slider_news-footer #user-login-block-form-fields #edit-submit :focus,
#user-login-block-form-fields .slider_news-footer #edit-submit :focus,
.slider_news-footer
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]
  :focus,
#registration-entity-settings-form
  .form-required
  input
  .slider_news-footer
  [type="submit"]
  :focus,
.slider_news-footer .form-managed-file input[type="submit"] :focus,
.form-managed-file .slider_news-footer input[type="submit"] :focus,
.slider_news-footer
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action
  :focus,
#views-form-esma-registrant-doc-block
  #edit-select
  .slider_news-footer
  #edit-actionesma-vbo-download-action
  :focus,
.slider_news-footer
  #views-form-esma-response-list-page
  input[type="submit"]
  :focus,
#views-form-esma-response-list-page
  .slider_news-footer
  input[type="submit"]
  :focus,
.slider_news-footer #views-form-esma-response-list-page #edit-cancel :focus,
#views-form-esma-response-list-page .slider_news-footer #edit-cancel :focus,
.slider_news-footer
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]
  :focus,
#edit-field-reg-cons-attach-files-und-table
  .slider_news-footer
  input[type="submit"]
  :focus,
.slider_news-footer
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]
  :focus,
.search-page_refine
  #esma-apachesolr-date-search-form
  .slider_news-footer
  input[type="submit"]
  :focus,
.slider_news-footer .resp-padding a.facetapi-limit-link :focus,
.resp-padding .slider_news-footer a.facetapi-limit-link :focus,
.slider_news-footer .btn:visited,
.slider_news-footer .btn-deep-blue:visited,
.slider_news-footer td input[type="submit"]:visited,
td .slider_news-footer input[type="submit"]:visited,
.slider_news-footer .page-registration-edit form [type="submit"]:visited,
.page-registration-edit form .slider_news-footer [type="submit"]:visited,
.slider_news-footer .page-registration-edit form #edit-cancel:visited,
.page-registration-edit form .slider_news-footer #edit-cancel:visited,
.slider_news-footer #user-login-block-form-fields #edit-submit:visited,
#user-login-block-form-fields .slider_news-footer #edit-submit:visited,
.slider_news-footer
  #registration-entity-settings-form
  .form-required
  input
  [type="submit"]:visited,
#registration-entity-settings-form
  .form-required
  input
  .slider_news-footer
  [type="submit"]:visited,
.slider_news-footer .form-managed-file input[type="submit"]:visited,
.form-managed-file .slider_news-footer input[type="submit"]:visited,
.slider_news-footer
  #views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action:visited,
#views-form-esma-registrant-doc-block
  #edit-select
  .slider_news-footer
  #edit-actionesma-vbo-download-action:visited,
.slider_news-footer
  #views-form-esma-response-list-page
  input[type="submit"]:visited,
#views-form-esma-response-list-page
  .slider_news-footer
  input[type="submit"]:visited,
.slider_news-footer #views-form-esma-response-list-page #edit-cancel:visited,
#views-form-esma-response-list-page .slider_news-footer #edit-cancel:visited,
.slider_news-footer
  #edit-field-reg-cons-attach-files-und-table
  input[type="submit"]:visited,
#edit-field-reg-cons-attach-files-und-table
  .slider_news-footer
  input[type="submit"]:visited,
.slider_news-footer
  .search-page_refine
  #esma-apachesolr-date-search-form
  input[type="submit"]:visited,
.search-page_refine
  #esma-apachesolr-date-search-form
  .slider_news-footer
  input[type="submit"]:visited,
.slider_news-footer .resp-padding a.facetapi-limit-link:visited,
.resp-padding .slider_news-footer a.facetapi-limit-link:visited {
  color: white;
}

.front footer[role="contentinfo"] {
  margin-top: 0;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 960px) {
  .region-slider_news > div {
    width: 97vw;
  }
}
@media only screen and (min-device-width: 961px) {
  .region-slider_news > div {
    width: 97vw;
  }
}
@media only screen and (min-device-width: 1200px) {
  .region-slider_news > div {
    width: 120rem;
  }
}
.sidebar_library {
  background-color: #f2f2f2;
  padding: 1.8rem;
  margin-bottom: 30px;
}
.sidebar_library .pane-title,
.sidebar_library h2 .panels-ipe-portlet-wrapper .esma_sidebar-press:first-child,
h2 .panels-ipe-portlet-wrapper .sidebar_library .esma_sidebar-press:first-child,
.sidebar_library
  .title_box
  .panels-ipe-portlet-wrapper
  .esma_sidebar-press:first-child,
.title_box
  .panels-ipe-portlet-wrapper
  .sidebar_library
  .esma_sidebar-press:first-child {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #eeeef0;
  padding: 1.1rem 0px 3rem;
  margin-bottom: 0px;
  letter-spacing: 0.25rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  padding-bottom: 2rem;
}
.sidebar_library .quicktabs-tabs {
  text-align: left;
  border-bottom: 1px solid #dedede;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
}
.sidebar_library .quicktabs-tabs li {
  text-align: center;
  background-color: #f2f2f2;
  padding: 0;
  width: 50%;
  display: block;
}
.sidebar_library .quicktabs-tabs li.first {
  float: left;
}
.sidebar_library .quicktabs-tabs li.last {
  float: none;
}
.sidebar_library .quicktabs-tabs li.active {
  background-color: #dedede;
  display: inline-block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sidebar_library .quicktabs-tabs li.active a {
  font-size: 1.2rem;
  color: #292c32;
  text-decoration: none;
}
.sidebar_library .quicktabs-tabs li a {
  width: 100%;
  letter-spacing: 0.065rem;
}
.sidebar_library .quicktabs-tabs a {
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 0;
  color: #4e76f9;
  font-size: 1.2rem;
  font-weight: 300;
}
.sidebar_library .quicktabs-tabs a:hover {
  color: #292c32;
  text-decoration: none;
}

.quicktabs-tabpage .legal_text {
  text-align: center;
  font-size: 1.1rem;
  padding: 1.4rem 0;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #dedede;
}
.quicktabs-tabpage .item-list ul,
.quicktabs-tabpage .item-list li {
  margin: 0;
}
.quicktabs-tabpage li {
  padding: 0;
  display: block;
  margin: 0;
}
.quicktabs-tabpage .quick_download_conteneur {
  position: relative;
  min-height: 6.348rem;
  border-bottom: 1px solid #dedede;
}
.quicktabs-tabpage .quick_download_conteneur:hover {
  background-color: #dedede;
}
.quicktabs-tabpage .quick_download_conteneur:hover .quick_download,
.quicktabs-tabpage .quick_download_conteneur:hover .quick_view {
  display: none;
}
.quicktabs-tabpage .quick_download_conteneur a {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  min-height: 6.348rem;
  text-decoration: none;
  font-family: Ubuntu-medium, Arial, sans-serif;
}
.quicktabs-tabpage .quick_download_conteneur a:first-child {
  width: 100%;
  padding: 2rem 0;
}
.quicktabs-tabpage .quick_download_conteneur a:first-child:before {
  display: inline-block;
  background-color: #3b3d91;
  width: 6px;
  height: 6px;
  content: " ";
  border-radius: 50%;
  margin: 0 5px;
}
.quicktabs-tabpage .quick_download_conteneur a:first-child:hover {
  text-decoration: initial;
}
.quicktabs-tabpage .quick_download_conteneur a:first-child:hover:before {
  display: inline-block;
  background-color: #4e76f9;
  width: 6px;
  height: 6px;
  content: " ";
  border-radius: 50%;
  margin: 0 5px;
  line-height: 1.5;
}
.quicktabs-tabpage .quick_download_conteneur a:hover {
  min-height: 6.348rem;
  padding-bottom: 2rem;
  background-color: #dedede;
  color: #4e76f9;
}
.quicktabs-tabpage .quick_download_conteneur .quick_download-comment {
  position: relative;
  bottom: 0;
  font-size: 1.2rem;
  left: 15px;
  margin-top: -2rem;
  z-index: 0;
}
.quicktabs-tabpage .quick_download_conteneur .quick_download,
.quicktabs-tabpage .quick_download_conteneur .quick_view {
  text-align: center;
  display: none;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  min-height: 6.348rem;
  height: 100%;
  background-color: #3b3f4a;
  font-size: 1.1rem;
  line-height: 1.1rem;
  z-index: 1;
}
.quicktabs-tabpage .quick_download_conteneur .quick_download:before,
.quicktabs-tabpage .quick_download_conteneur .quick_view:before {
  background: url("../images/icone-svg/icon_file_download.svg") 100% no-repeat;
  width: 17px;
  height: 22px;
  content: " ";
  display: block;
  margin: 6px auto;
}
.quicktabs-tabpage .quick_download_conteneur .quick_download:hover,
.quicktabs-tabpage .quick_download_conteneur .quick_view:hover {
  background-color: #3b3f4a;
}
.quicktabs-tabpage .quick_download_conteneur .quick_view {
  background-color: #4e76f9;
}
.quicktabs-tabpage .quick_download_conteneur .quick_view:before {
  background: url("../images/icone-svg/icon_view.svg") 100% no-repeat;
}
.quicktabs-tabpage .quick_download_conteneur .quick_view:hover {
  fill: white;
  color: white;
  background-color: #708fc9 !important;
}
.quicktabs-tabpage .views-field-title a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2rem 0 0 0;
  color: #4e76f9;
}

.section_link {
  display: inline-block;
  background-color: #eeeef0;
  color: #3b3d91;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.378rem 1.357rem;
  text-transform: uppercase;
  min-width: 2rem;
  margin: 0 1rem 1rem 0;
}

.summary {
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}

.node-type-news h2,
.node-type-news .title_box {
  font-size: 4.2rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  font-weight: 300;
  line-height: 1.2;
}
.node-type-news .field.field-type-ds {
  font-size: 85%;
  margin-bottom: 0.5em;
  text-align: right;
}

.prev-next-link-prev a,
.prev-next-link-next a {
  text-align: left;
  font-size: 1.1rem;
  display: block;
  text-decoration: none;
  width: 7rem;
  height: 7rem;
  text-transform: uppercase;
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.01);
}
.prev-next-link-prev a:hover,
.prev-next-link-prev a:active,
.prev-next-link-prev a.activated,
.prev-next-link-next a:hover,
.prev-next-link-next a:active,
.prev-next-link-next a.activated {
  text-decoration: none;
  background-color: #708fc9;
}

.prev-next-link-prev a {
  background: url("../images/icone-svg/icon_left.svg") no-repeat 42% 50%;
  background-size: 30% 30%;
  /* &:before{
     display: inline-block;
     content:" ";
     background: url('../images/arrow_prev.png') no-repeat;
     width:5px;
     height:6px;
     margin-right:1rem;
   }*/
}
.prev-next-link-prev a:hover {
  background: url("../images/icone-svg/icon_left_white.svg") no-repeat 42% 50%
    #708fc9;
  background-size: 30% 30%;
  /*&:before{
    background: url('../images/arrow_prev_hover.png') no-repeat;
  }*/
}

.prev-next-link-next a {
  background: url("../images/icone-svg/icon_right.svg") no-repeat center;
  background-size: 30% 30%;
  /* &:before{
      display: inline-block;
      content:" ";
      background: url('../images/arrow_next.png') no-repeat;
      width:5px;
      height:6px;
      margin-right:1rem;

    }*/
}
.prev-next-link-next a:hover {
  background: url("../images/icone-svg/icon_right_white.svg") no-repeat center
    #708fc9;
  background-size: 30% 30%;
  /* &:before{
        background: url('../images/arrow_next_hover.png') no-repeat;

      }*/
}

.sidebar_summary,
.sidebar_summary-teaser {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  margin: 0.6rem 0 1rem 0;
  line-height: 1.6rem;
}
.sidebar_summary p,
.sidebar_summary-teaser p {
  line-height: 1.6rem;
}

#sidebar .file-document a,
#sidebar .file a {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 0 2.6rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
  display: block;
}
#sidebar .file-document a:before,
#sidebar .file a:before {
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
  content: " ";
  position: absolute;
  display: inline-block;
  margin-left: -1.9rem;
  vertical-align: middle;
  width: 22px;
  height: 17px;
}

.esma_sidebar-press {
  /* .file-document {
    a{
      padding:0;
      color:$esma-electric-blue;

    }
  }*/
}
.esma_sidebar-press .view-mode-teaser_main {
  padding-bottom: 2rem;
}
.esma_sidebar-press .node-news .esma_sidebar-documents {
  padding-bottom: 0;
}
.esma_sidebar-press .node-news .view-mode-teaser_side {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeef0;
}
.esma_sidebar-press .view-mode-teaser_side {
  padding-bottom: 2rem;
}
.esma_sidebar-press .bottom-news {
  margin-top: 0;
  border-top: 0;
  padding: 0;
}
.esma_sidebar-press .bottom-news a {
  color: #4e76f9;
  font-size: 1.2rem;
  padding: 0;
  line-height: 1.4rem;
}
.esma_sidebar-press .bottom-news a:before {
  content: " ";
  line-height: 14px;
  width: 27px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  background: url("../images/icone-svg/icon_input2.svg") no-repeat;
  background-size: 20px !important;
}
.esma_sidebar-press .bottom-news .link_responses a:before {
  background-size: 18px 18px !important;
  background: url("../images/icone-svg/icon_respond.svg") no-repeat;
}
.esma_sidebar-press .bottom-news .link_read_responses a:before {
  background-size: 20px !important;
  background: url("../images/icone-svg/icon_input2.svg") no-repeat;
}
.esma_sidebar-press .field-item:last-child .view-mode-teaser_side,
.esma_sidebar-press .field-item:last-child .view-mode-teaser_main {
  border: 0;
}

.node-type-news
  .esma_sidebar-press
  article
  .field-type-entityreference:nth-child(n + 6) {
  display: none;
}
.node-type-news .esma_sidebar-press div {
  /* &:last-child{
     .sidebar_summary-teaser{
       border:none;
     }
   }*/
}
.node-type-news .esma_sidebar-press div:nth-child(n + 7) {
  display: none;
}

.esma_sidebar-documents {
  font-size: 1.2rem;
  color: #4e76f9;
  position: relative;
}
.esma_sidebar-documents:before {
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  content: " ";
  height: 1.8rem;
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
}
.esma_sidebar-documents a {
  font-size: 1.2rem;
  color: #4e76f9;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0 0 2.6rem;
  word-wrap: break-word;
  word-break: break-word;
  word-break: break-all;
}
.esma_sidebar-documents .file-size {
  display: block;
  width: 100%;
  color: #292c32;
  padding: 0 0 0 2.7rem;
}
.esma_sidebar-documents .file img {
  display: none;
}

.sidebar_date {
  font-size: 1.4rem;
}

.esma_sidebar-teasertitle {
  font-size: 1.4rem;
  margin: 2rem 0 0.9rem 0;
  margin-top: 2rem;
}
.esma_sidebar-teasertitle a {
  font-size: 1.4rem;
  color: #4e76f9;
  line-height: 1.35;
}
.esma_sidebar-teasertitle:last-child .esma_sidebar-documents,
.esma_sidebar-teasertitle:last-child .sidebar_summary-teaser {
  border-bottom: 0;
}

.panels-ipe-portlet-wrapper {
  margin-bottom: 2rem;
}
.panels-ipe-portlet-wrapper:last-child {
  margin: 0;
}

.node-type-news .cartouche_view,
.page-press-news-esma-news .cartouche_view {
  background: #708fc9 url("../images/icone-svg/icon_news_white.svg") no-repeat;
  background-position: 20px 50%;
}
.node-type-news
  #sidebar
  .field-type-entityreference
  .field-item:nth-child(n + 6),
.node-type-news
  #sidebar
  .field-type-entityreference
  .views-row:nth-child(n + 6),
.node-type-news #sidebar .esma_sidebar-press .field-item:nth-child(n + 6),
.node-type-news #sidebar .esma_sidebar-press .views-row:nth-child(n + 6),
.page-press-news-esma-news
  #sidebar
  .field-type-entityreference
  .field-item:nth-child(n + 6),
.page-press-news-esma-news
  #sidebar
  .field-type-entityreference
  .views-row:nth-child(n + 6),
.page-press-news-esma-news
  #sidebar
  .esma_sidebar-press
  .field-item:nth-child(n + 6),
.page-press-news-esma-news
  #sidebar
  .esma_sidebar-press
  .views-row:nth-child(n + 6) {
  display: none;
}

.esma_sidebar-press:first-child {
  margin-bottom: 2rem;
}

#sidebar .esma_sidebar-press .item-list ul {
  padding: 0;
  margin: 0;
}
#sidebar .esma_sidebar-press li {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
#sidebar .esma_sidebar-press li:nth-child(n + 6) {
  display: none;
}
#sidebar .esma_sidebar-press li:last-child .sidebar_summary-teaser {
  border: 0;
}

.bottom-news {
  margin-top: 6rem;
  border-top: 1px solid #eeeef0;
  padding: 2rem 0;
}
.bottom-news a {
  padding: 1.5rem 3rem;
}

#sidebar .pane-esma-same-topic .view-mode-teaser_side {
  border-bottom: 1px solid #eeeef0;
  padding-bottom: 2rem;
}
#sidebar .pane-esma-same-topic .field-type-file {
  word-break: break-word;
  word-wrap: break-word;
}

.bottom_news_consultation {
  display: block;
  float: none;
}

.bottom_news_hearing + div {
  float: left;
  margin-top: -12.7rem;
}

.page_panel {
  margin-top: 3rem;
}

.node-type-news .summary {
  margin-top: 3rem;
}

.page_content-layout {
  background-color: white;
}

#panels-ipe-regionid-middle,
#main-content {
  background-color: white;
}

.pane-title,
h2 .panels-ipe-portlet-wrapper .esma_sidebar-press:first-child,
.title_box .panels-ipe-portlet-wrapper .esma_sidebar-press:first-child {
  color: #3b3d91;
  font-family: Ubuntu-bold, Helvetica, Arial, sans-serif;
}

.esmapage_menu-fixed {
  display: block;
  z-index: 10;
  position: fixed;
  background-color: #eeeef0;
  text-align: center;
  top: 50%;
  left: 0;
}
.esmapage_menu-fixed li {
  border-top: 1px solid white;
  display: block;
  list-style: none;
}
.esmapage_menu-fixed li:first-child {
  border-top: none;
}
.esmapage_menu-fixed ul {
  padding: 0;
}

.field-type-text-long ul li,
.field-type-text-long ol li {
  padding-bottom: 0;
}

.esmapage_block-text:last-child {
  margin-bottom: 50px;
}
.esmapage_block-text li {
  padding-bottom: 27px;
}

.node-type-esma-page .content h2,
.node-type-esma-page .content .title_box {
  line-height: 1.8rem;
}
.node-type-esma-page h1 {
  display: none;
}
.node-type-esma-page h2,
.node-type-esma-page .title_box {
  font-size: 4.2rem;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  font-weight: 300;
}
.node-type-esma-page .esma_summary {
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
}
.node-type-esma-page .esma_summary + .field-type-image {
  margin-top: 4rem;
}
.node-type-esma-page h3 {
  margin-top: 5rem;
}

.esmapage_menu-link {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.065rem;
  display: block;
  text-decoration: none;
  padding: 0.8rem 2rem;
  width: 210px;
  text-transform: uppercase;
  color: #292c32;
  font-weight: normal;
  line-height: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}
.esmapage_menu-link:hover,
.esmapage_menu-link:active,
.esmapage_menu-link.activated {
  text-decoration: none;
  background-color: #708fc9;
  color: white;
}

.esmapage_menu-li {
  list-style-type: none;
}

h1,
h2,
.title_box,
h3,
h4 {
  text-transform: uppercase;
}

h1 {
  letter-spacing: 0.1em;
}

.field-type-paragraphs .esmapage_block-text {
  margin-bottom: 5rem;
  text-align: justify;
}
.field-type-paragraphs .field-type-text {
  text-transform: uppercase;
}
.field-type-paragraphs ul li {
  list-style: initial;
}
.field-type-paragraphs h3 {
  margin-top: 0;
}
.field-type-paragraphs .highlighted {
  margin-top: 50px;
  background-color: #eeeef0;
  padding: 37px 20px;
}
.field-type-paragraphs .highlighted h3 {
  margin-top: 0;
}

.esma_sidebar-press {
  padding: 1.9rem;
  border: 1px solid #d6d6d6;
  margin-top: 1rem;
}
.esma_sidebar-press .pane-title,
.esma_sidebar-press
  h2
  .panels-ipe-portlet-wrapper
  .esma_sidebar-press:first-child,
h2
  .panels-ipe-portlet-wrapper
  .esma_sidebar-press
  .esma_sidebar-press:first-child,
.esma_sidebar-press
  .title_box
  .panels-ipe-portlet-wrapper
  .esma_sidebar-press:first-child,
.title_box
  .panels-ipe-portlet-wrapper
  .esma_sidebar-press
  .esma_sidebar-press:first-child {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #eeeef0;
  padding: 1.1rem 0 3rem 0;
  margin-bottom: 0;
  letter-spacing: 0.25rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
}
.esma_sidebar-press .esma_sidebar-teasertitle {
  font-size: 1.4rem;
  margin: 2rem 0 0.9rem 0;
  line-height: 1.2rem;
  font-family: Ubuntu-medium, Arial, sans-serif;
  font-weight: 100;
  margin-top: 2rem;
}
.esma_sidebar-press .esma_sidebar-teasertitle a {
  color: #4e76f9;
}

/*.sidebar_summary-teaser {
    border-bottom: 1px solid $esma-light-grey;
    padding-bottom: 2rem;
    margin-top: 6px;
    p {
        line-height: 1.8rem;
    }
}*/
.sidebar_date {
  font-size: 1.1rem;
  line-height: 1.2rem;
}

#sidebar .more-link,
#sidebar .view-footer {
  margin-top: 1rem;
  color: white;
  text-align: center;
  display: block;
  height: 5.2rem;
  padding-top: 2rem;
  letter-spacing: 0.065rem;
}
#sidebar .more-link a,
#sidebar .view-footer a {
  font-family: Ubuntu-medium, Arial, sans-serif;
  color: white;
  padding: 1.2rem 3rem;
  background-color: #4e76f9;
  text-transform: uppercase;
  font-size: 1.1rem;
}
#sidebar .more-link a:hover,
#sidebar .view-footer a:hover {
  color: white;
  text-decoration: none;
  background-color: #3b3d91;
}

#esma_timeframe h3 {
  font-weight: normal;
}

.esma_timeline-right {
  background-color: #eeeef0;
  padding: 1.5rem 1.8rem;
  display: inline-block;
  width: 70%;
  position: relative;
}
.esma_timeline-right:before {
  position: absolute;
  left: -5px;
  top: 23px;
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background: #eeeef0 url("../images/triangle.png");
}

.esma_timeline-left {
  width: 20%;
  display: inline-block;
  position: relative;
  top: 0;
  padding: 1.5rem 0;
  vertical-align: top;
  margin-right: 9%;
  text-align: right;
}
.esma_timeline-left:after {
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: #eeeef0 url("../images/time_circle.png");
  position: absolute;
  right: -30%;
  top: 20px;
}

.esma_timeline ul {
  padding-left: 0;
  list-style: none;
  background: url("../images/vertical_line.png") repeat-y 25% 20px;
}
.esma_timeline li {
  list-style: none !important;
  position: relative;
  margin-bottom: 12px;
}

.esmapage_link {
  border: 1px solid #eeeef0;
  padding: 1.9rem;
  margin: 20px 0;
  min-height: 10em;
  z-index: 0;
}
.esmapage_link label {
  padding-top: 3.8rem;
}
.esmapage_link .pane-title,
.esmapage_link h2 .panels-ipe-portlet-wrapper .esma_sidebar-press:first-child,
h2 .panels-ipe-portlet-wrapper .esmapage_link .esma_sidebar-press:first-child,
.esmapage_link
  .title_box
  .panels-ipe-portlet-wrapper
  .esma_sidebar-press:first-child,
.title_box
  .panels-ipe-portlet-wrapper
  .esmapage_link
  .esma_sidebar-press:first-child {
  font-size: 1.4rem;
  text-align: center;
  padding: 1.1rem 0 2rem 0;
  margin-bottom: 0;
  letter-spacing: 0.25rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
}
.esmapage_link li {
  list-style: none !important;
  width: 100%;
}
.esmapage_link h3 {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  margin: 0;
}
.esmapage_link .node {
  position: relative;
}

.esmapage_internal,
.sidebar_external-link {
  float: left;
}
.esmapage_internal .side_link a,
.sidebar_external-link .side_link a {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  width: 130px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem 0;
  text-decoration: none;
}

.sidebar_external-link label {
  right: 0;
}

#esma_link,
#external_link {
  background: white;
  width: 100%;
  left: 0;
}
#esma_link .esmapage_internal-ul,
#esma_link .sidebar_external-ul,
#external_link .esmapage_internal-ul,
#external_link .sidebar_external-ul {
  padding-top: 3.8rem;
}
#esma_link li,
#external_link li {
  border-top: 1px solid #eeeef0 !important;
}
#esma_link li a,
#external_link li a {
  display: block;
  width: 100%;
  padding: 1.5rem 0 1.5rem 2rem;
  color: #4e76f9;
}
#esma_link li a:hover,
#external_link li a:hover {
  background-color: #eeeef0;
  text-decoration: none;
}
#esma_link li a:before,
#external_link li a:before {
  background-color: #4e76f9;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  content: " ";
  border-radius: 50%;
}

#external_link {
  width: 260px;
}

.esmapage_link #esma_link {
  display: block;
}
.esmapage_link #external_link {
  display: none;
}
.esmapage_link [type="radio"]:checked + label {
  background-color: #dedede;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #292c32;
}
.esmapage_link [type="radio"]:checked + label + div {
  display: block;
  z-index: 2;
}
.esmapage_link label {
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #4e76f9;
  width: 130px;
  letter-spacing: 0.065rem;
}
.esmapage_link label + div {
  z-index: 1;
  display: none;
}
.esmapage_link .view-footer {
  /* Valtech Paris
  position: absolute;
  bottom: 40px;
  */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#tab-1,
#tab-2 {
  display: none;
}

.is-opened {
  display: block !important;
}

.opened a {
  text-decoration: none;
}
.opened a:hover,
.opened a:focus,
.opened a:active,
.opened a:link {
  text-decoration: none !important;
  outline: none;
}

.esmapage_internal-ul,
.sidebar_external-ul {
  border-bottom: 1px solid #eeeef0 !important;
}

.esmapage_internal-li:nth-child(n + 6),
.sidebar_external-li:nth-child(n + 6) {
  display: none;
}
.esmapage_internal-li:nth-child(n + 6).open,
.sidebar_external-li:nth-child(n + 6).open {
  display: block;
}

.sidebar_external-li:last-child {
  border-bottom: 1px solid #eeeef0;
}
.sidebar_external-li .last {
  border-bottom: 1px solid #eeeef0;
}

.esma-internal-link,
.esma-external-link {
  position: relative;
}
.esma-internal-link:before,
.esma-external-link:before {
  position: absolute;
  left: 0.5rem;
  top: 2.5rem;
}

.node-type-esma-page .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
  margin-bottom: 0 !important;
}
.node-type-esma-page #sidebar .view-mode-teaser_side {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeef0;
}

.page-press-news-esma-news table.views-view-grid {
  float: left;
}

.esma-hide-sidebar #sidebar {
  display: none;
}
.esma-hide-sidebar #esmapage_main-content {
  width: 100%;
  margin-right: 0;
}

.node-type-esma-page.esma-hide-sidebar tbody:nth-child(2n + 2) {
  background-color: red;
}
.node-type-esma-page.esma-hide-sidebar tbody tr {
  border-bottom: 1px solid #eeeef0;
}
.node-type-esma-page.esma-hide-sidebar tbody tr td {
  background-color: white;
}
.node-type-esma-page.esma-hide-sidebar tbody tr td tr {
  border: none;
}
.node-type-esma-page.esma-hide-sidebar tbody tr td tr td {
  background-color: #f5f5f5;
}
.node-type-esma-page.esma-hide-sidebar tbody tr td tr td:nth-child(2n + 1) {
  background-color: #f2f2f2;
}

#esma_timeframe .esmapage_block-text:nth-child(n + 6) {
  display: none;
}
#esma_timeframe .view-footer {
  margin-top: 1rem;
  color: #fff;
  text-align: center;
  display: block;
  height: 5.2rem;
  padding-top: 2rem;
  letter-spacing: 0.065rem;
}
#esma_timeframe .view-footer a {
  font-family: Ubuntu-medium, Arial, sans-serif;
  color: #fff;
  padding: 1.2rem 3rem;
  background-color: #4e76f9;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.page-press-news #sidebar {
  margin-top: 65px;
}
.page-press-news #sidebar .bottom-news {
  padding: 0;
  margin: 0;
  border: 0;
}
.page-press-news #sidebar .bottom-news a {
  color: #4e76f9;
  font-size: 1.2rem;
  padding: 0;
  line-height: 1.4rem;
}
.page-press-news #sidebar .bottom-news a:before {
  content: " ";
  line-height: 14px;
  width: 27px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  background: url("../images/icone-svg/icon_book.svg") no-repeat;
  background-size: 18px !important;
}
.page-press-news #sidebar .bottom-news .link_responses a:before {
  background-size: 18px 18px !important;
  background: url("../images/icone-svg/icon_respond.svg") no-repeat;
}
.page-press-news #sidebar .bottom-news .link_read_responses a:before {
  background-size: 20px !important;
  background: url("../images/icone-svg/icon_input2.svg") no-repeat;
}
.page-press-news #sidebar .node-library-document {
  padding: 0;
  margin: 0;
  border: 0;
}
.page-press-news #sidebar .sidebar_summary-teaser {
  padding: 0;
  border: 0;
}
.page-press-news #sidebar li {
  padding-bottom: 2rem;
  border-bottom: 1px solid #eeeef0;
}

.pane-esma-all-news .news_list ul {
  margin: 0;
}
.pane-esma-all-news .news_list li {
  list-style: none;
  overflow: hidden;
  width: 40%;
}
.pane-esma-all-news .news_list li:nth-child(odd) {
  float: right;
}
.pane-esma-all-news .news_list li:nth-child(even) {
  float: left;
}
.pane-esma-all-news h2,
.pane-esma-all-news .title_box {
  letter-spacing: 0.7rem;
}
.pane-esma-all-news .view-filters {
  float: left;
}
.pane-esma-all-news .item-list-pager {
  float: right;
  padding-bottom: 1rem;
}
.pane-esma-all-news .views-exposed-widget {
  padding: 0;
  margin: 0;
}
.pane-esma-all-news .views-exposed-widget div {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #708fc9;
  z-index: 0;
  overflow: hidden;
  background: url("../images/icones/arrow_select.png") no-repeat top right white;
  height: 30px;
  background-size: 30px 30px;
  line-height: 18px;
}
.pane-esma-all-news .views-exposed-widget label {
  display: none;
  width: 0;
  position: absolute;
  left: -2500px;
}
.pane-esma-all-news .views-exposed-widget select {
  height: 30px;
  z-index: 1;
  border: 0;
  font-size: 12px;
  line-height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0);
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #5d5f65;
}
.pane-esma-all-news .views-exposed-widget select option {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  color: #5d5f65;
}
.pane-esma-all-news .views-widget-sort-by {
  margin-right: 12px;
}
.pane-esma-all-news .views-widget-sort-by div {
  width: 165px;
}
.pane-esma-all-news .views-widget-sort-by select {
  width: 185px;
}
.pane-esma-all-news .views-widget-per-page div {
  width: 110px;
}
.pane-esma-all-news .views-widget-per-page select {
  width: 130px;
}
.pane-esma-all-news .bottom-news {
  margin-top: 0;
  border-top: 0;
  padding: 0;
}

.footable-row-detail-row:last-child {
  border-bottom: 1px solid #eeeef0;
}

tr.even,
tr.odd {
  border-bottom: 1px solid #eeeef0;
}

.footable-row-detail-name {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  min-width: 200px;
  font-size: 1.4rem;
  text-align: right;
  padding-right: 20px;
  font-weight: 300;
}

.footable-row-detail-value {
  padding-bottom: 20px;
}
.footable-row-detail-value ul li {
  list-style: none !important;
}

.page-press-news-esma-news .section_link {
  padding: 0.678rem 1.357rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #3b3d91;
  color: white !important;
}
.page-press-news-esma-news .section_link a {
  font-size: 1.1rem;
  color: white;
}
.page-press-news-esma-news .section_link a:active,
.page-press-news-esma-news .section_link a:hover,
.page-press-news-esma-news .section_link a:focus {
  color: white;
}
.page-press-news-esma-news .view-mode-teaser_main {
  border: 1px solid #eeeef0;
}
.page-press-news-esma-news .view-mode-teaser_main.node {
  height: 100%;
  padding: 2.5rem;
}
.page-press-news-esma-news .view-mode-teaser_main h2,
.page-press-news-esma-news .view-mode-teaser_main .title_box {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
}
.page-press-news-esma-news .view-mode-teaser_main h2 a,
.page-press-news-esma-news .view-mode-teaser_main .title_box a {
  color: #3b3d91;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.page-press-news-esma-news .view-mode-teaser_main .field {
  font-size: 1.2rem;
}
.page-press-news-esma-news .view-mode-teaser_main .news_cartouche-text {
  font-size: 1.4rem;
  margin: 1.2rem 0 0.75rem 0;
  line-height: 1.6rem;
}
.page-press-news-esma-news .view-mode-teaser_main .news_cartouche-text p {
  line-height: 1.6rem;
}
.page-press-news-esma-news td {
  padding: 0;
}
.page-press-news-esma-news .row-* {
  border-top: 1px solid #3b3d91;
}
.page-press-news-esma-news .col-1 {
  padding: 0 1rem 2rem 0;
}
.page-press-news-esma-news .col-2 {
  padding: 0 0 2rem 1rem;
}
.page-press-news-esma-news #sidebar .view-mode-teaser_main {
  border: 0 !important;
}

.news_list-docs .view-mode-teaser_main,
.news_list-hearings .view-mode-teaser_main,
.news_list-consultation .view-mode-teaser_main {
  padding: 0 !important;
  border: 0 !important;
}
.news_list-docs a,
.news_list-hearings a,
.news_list-consultation a {
  padding: 0.5rem 0;
  line-height: 16px;
  display: block;
}
.news_list-docs a:before,
.news_list-hearings a:before,
.news_list-consultation a:before {
  content: " ";
  line-height: 14px;
  width: 27px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
}

.news_list-docs a:before {
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
}

.news_list-hearings a:before,
.news_list-consultation a:before {
  background-size: 18px !important;
  background: url("../images/icone-svg/icon_book.svg") no-repeat;
}
.news_list-hearings .link_responses a:before,
.news_list-consultation .link_responses a:before {
  background-size: 18px 18px !important;
  background: url("../images/icone-svg/icon_respond.svg") no-repeat;
}
.news_list-hearings .link_read_responses a:before,
.news_list-consultation .link_read_responses a:before {
  background-size: 20px !important;
  background: url("../images/icone-svg/icon_input2.svg") no-repeat;
}

.node-type-hearing h1,
.node-type-consultation h1 {
  display: none;
}

.views-exposed-widget {
  float: right;
}

.page-press-news-hearings .views-widget-per-page,
.page-press-news-consultations .views-widget-per-page,
.page-about-esma-careers-vacancies .views-widget-per-page {
  padding: 0px !important;
  margin: 0px;
  position: relative;
  display: inline-block;
  border: 1px solid #708fc9;
  z-index: 0;
  overflow: hidden;
  background: url("../images/icones/arrow_select.png") no-repeat scroll right
    center #fff;
  background-size: 3rem 3rem;
  height: 3rem;
  width: 137px;
}
.page-press-news-hearings .views-widget-per-page select,
.page-press-news-consultations .views-widget-per-page select,
.page-about-esma-careers-vacancies .views-widget-per-page select {
  z-index: 1;
  border: 0px none;
  -moz-appearance: none;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0);
  width: 156px;
  vertical-align: bottom;
}

.item-list-pager .pager {
  text-align: center;
  line-height: 30px;
  float: right;
  padding: 0;
}
.item-list-pager .pager li {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.item-list-pager .pager li a {
  width: 30px;
  height: 30px;
  display: block;
}
.item-list-pager .current {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px !important;
  color: #292c32 !important;
  background-image: none !important;
  background-color: #eeeef0 !important;
}
.item-list-pager .pager-first,
.item-list-pager .pager-previous,
.item-list-pager .pager-next,
.item-list-pager .pager-last {
  color: rgba(255, 255, 255, 0);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  background-color: #4e76f9;
}
.item-list-pager .pager-first a,
.item-list-pager .pager-previous a,
.item-list-pager .pager-next a,
.item-list-pager .pager-last a {
  color: rgba(255, 255, 255, 0);
}
.item-list-pager .pager-first a:hover,
.item-list-pager .pager-previous a:hover,
.item-list-pager .pager-next a:hover,
.item-list-pager .pager-last a:hover {
  background-color: #3b3d91;
}
.item-list-pager .pager-first {
  background: url(../images/icones/first.png);
}
.item-list-pager .pager-first a:hover {
  background: url(../images/icones/first.png);
}
.item-list-pager .pager-previous {
  background: url(../images/icones/previous.png);
}
.item-list-pager .pager-previous a:hover {
  background: url(../images/icones/previous.png);
}
.item-list-pager .pager-next {
  background: url(../images/icones/next.png);
}
.item-list-pager .pager-next a:hover {
  background: url(../images/icones/next.png);
}
.item-list-pager .pager-last {
  background: url(../images/icones/last.png);
}
.item-list-pager .pager-last a:hover {
  background: url(../images/icones/last.png);
}

.cartouche_view,
.cartouche_view_bottom {
  height: 60px;
  width: 100%;
  margin-bottom: 37px;
  color: white;
  background: #708fc9 url("../images/icones/hearing.png") no-repeat;
  background-size: 27px 23px;
  background-position: 20px 50%;
}

.page-press-news-hearings .cartouche_view {
  background: #708fc9 url("../images/icone-svg/icon_hearings_white.svg")
    no-repeat;
  background-position: 20px 50%;
}

.page-press-news-consultations .cartouche_view {
  background: #708fc9 url("../images/icone-svg/icon_consultation_white.svg")
    no-repeat;
  background-position: 20px 50%;
}

.page-about-esma-careers .cartouche_view {
  background: #708fc9 url("../images/icone-svg/icon_news_white.svg") no-repeat;
  background-position: 20px 50%;
}

.cartouche_view_bottom {
  margin: 3.7rem 0 1.2rem 0;
  background: #708fc9 url("../images/icone-svg-negative/icon_document.svg")
    no-repeat;
  background-size: 20px 25px;
  background-position: 22px;
}

.total_vie-number,
.page-investor-corner .search_total-number,
.page-press-news .search_total-number,
.page-databases-library .search_total-number {
  background-color: #3b3d91;
  color: white;
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  line-height: 17px;
  height: 17px;
  padding: 0 5px;
  margin: 10px 0 0 38px;
  display: inline-block;
  float: left;
}

.total_view-title,
.page-investor-corner .search_menu-text,
.page-press-news .search_menu-text,
.page-databases-library .search_menu-text {
  line-height: 60px;
  margin-top: 20px;
}

.icone_info {
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/icone-svg/icon_info.svg") no-repeat;
  background-size: 30px 30px;
  margin-top: 0.5rem;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: none;
}

.calendar-calendar table,
table.esma-library_table,
table.views-table {
  font-size: 12px;
}
.calendar-calendar table a,
table.esma-library_table a,
table.views-table a {
  font-size: inherit;
}

table {
  border: 0;
}
table caption {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.9rem;
  font-style: normal;
}
table a {
  line-height: 1.42rem;
}
table thead {
  font-family: Ubuntu-medium, Arial, sans-serif;
  border: 0;
  background-color: #eeeef0;
  font-weight: normal !important;
  color: #292c32;
}
table thead a {
  color: #292c32;
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 10px 0;
  background: url(../images/icone_fleche_noire.png) no-repeat 30px 10px;
}
table thead a.active {
  font-weight: normal;
}
table thead tr {
  height: 35px;
}
table thead th {
  font-weight: normal;
  border: 0;
  line-height: 35px;
}
table thead th:first-child {
  padding-left: 9.6px;
  width: 16%;
}
table thead th:nth-child(2) {
  width: 20%;
}
table thead th:last-child {
  width: 15%;
}
table thead th .table-order-desc {
  display: none;
}
table tbody {
  border-top: 0;
}
table tbody tr.odd,
table tbody tr.even {
  background-color: white;
  padding-top: 25px;
}
table tbody tr .document_link-table a {
  position: relative;
  padding-left: 1.5rem;
}
table tbody tr .document_link-table a:before {
  display: inline-block;
  position: absolute;
  content: " ";
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
  width: 17px;
  height: 27px;
  margin-left: -20px;
}
table tbody tr td {
  padding: 15px 0.8em 17px 0.8em;
  border: 0;
}
table tbody tr td a {
  color: #4e76f9;
}
table tbody tr td.active {
  background-color: white;
}
table tbody .footable-toggle:before {
  display: none;
}
table tbody .footable-row-detail-cell .field-type-file a {
  line-height: 2.3rem;
  padding: 0.5rem 0;
}
table tbody .footable-row-detail-cell .field-type-file a:before {
  margin-top: 0;
  vertical-align: bottom;
}

.page-press-news-consultations th:nth-child(2),
.page-about-esma-careers th:nth-child(2) {
  width: 45%;
}
.page-press-news-consultations td:nth-child(2),
.page-press-news-consultations td:nth-child(3),
.page-about-esma-careers td:nth-child(2),
.page-about-esma-careers td:nth-child(3) {
  font-size: 1.4rem;
}
.page-press-news-consultations td:nth-child(2) a,
.page-press-news-consultations td:nth-child(3) a,
.page-about-esma-careers td:nth-child(2) a,
.page-about-esma-careers td:nth-child(3) a {
  font-size: 1.4rem;
}

.extention_dec-table {
  display: block;
  padding-left: 1.5rem;
}

.views-field-field-hearing-date,
.views-field-nothing,
.views-field-nid {
  width: 86px;
}

.node-type-hearing .cartouche_view {
  padding: 15px 15px 0 0;
}

.cartouche_view .sidebar_date {
  display: inline-block;
  margin-left: 60px;
  width: 15%;
  vertical-align: top;
  margin-top: 0.4rem;
}
.cartouche_view .esma_location {
  display: inline-block;
  width: 35%;
}
.cartouche_view .condition_block {
  font-size: 12px;
  display: inline-block;
  width: 40%;
  font-style: italic;
  vertical-align: middle;
}

.node-type-hearing .cartouche_view {
  height: auto;
  background-position: 2rem 2rem;
}
.node-type-hearing .esma_location {
  width: 75%;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
.node-type-hearing .condition_block {
  float: none;
  display: block;
  width: 85%;
  padding: 0 0 2rem 22rem;
}

.hearing_registration .form-type-select .select_container,
.consultation_registration .form-type-select .select_container {
  display: inline-block;
  border: 1px solid #708fc9;
  background: url(../images/icones/arrow_select.png) top right no-repeat;
  overflow: hidden;
  vertical-align: bottom;
}
.hearing_registration .form-type-select .select_container:focus,
.consultation_registration .form-type-select .select_container:focus {
  border-color: #3b3d91;
}
.hearing_registration .form-item-field-hear-reg-title-und,
.hearing_registration .form-item-field-reg-cons-title-und,
.consultation_registration .form-item-field-hear-reg-title-und,
.consultation_registration .form-item-field-reg-cons-title-und {
  height: 4rem;
}
.hearing_registration .form-item-field-hear-reg-title-und label,
.hearing_registration .form-item-field-reg-cons-title-und label,
.consultation_registration .form-item-field-hear-reg-title-und label,
.consultation_registration .form-item-field-reg-cons-title-und label {
  display: inline-block;
  overflow: hidden;
}
.hearing_registration .form-item-field-hear-reg-title-und .select_container,
.hearing_registration .form-item-field-reg-cons-title-und .select_container,
.consultation_registration
  .form-item-field-hear-reg-title-und
  .select_container,
.consultation_registration
  .form-item-field-reg-cons-title-und
  .select_container {
  margin: 1rem 0 0 2rem;
  width: 6rem;
  background-size: 3rem 3rem;
}
.hearing_registration
  .form-item-field-hear-reg-title-und
  .select_container
  select,
.hearing_registration
  .form-item-field-reg-cons-title-und
  .select_container
  select,
.consultation_registration
  .form-item-field-hear-reg-title-und
  .select_container
  select,
.consultation_registration
  .form-item-field-reg-cons-title-und
  .select_container
  select {
  border: 0;
  width: 9rem;
}
.hearing_registration legend,
.consultation_registration legend {
  float: left;
  margin-top: 1.6rem;
}
.hearing_registration label,
.hearing_registration legend,
.consultation_registration label,
.consultation_registration legend {
  width: 30%;
  padding-right: 2rem;
  color: #5d5f65;
  font-size: 1.2rem;
  text-align: right;
  display: inline-block;
}
.hearing_registration label span,
.hearing_registration legend span,
.consultation_registration label span,
.consultation_registration legend span {
  color: #708fc9;
  font-weight: bold;
  font-size: 1.2rem;
}
.hearing_registration label.required,
.hearing_registration legend.required,
.consultation_registration label.required,
.consultation_registration legend.required {
  color: #708fc9;
  content: "*";
}
.hearing_registration legend + .fieldset-wrapper,
.consultation_registration legend + .fieldset-wrapper {
  display: inline-block;
}
.hearing_registration
  legend
  + .fieldset-wrapper
  .container-inline-date
  .date-padding,
.consultation_registration
  legend
  + .fieldset-wrapper
  .container-inline-date
  .date-padding {
  padding: 0;
}
.hearing_registration
  legend
  + .fieldset-wrapper
  .container-inline-date
  .date-padding
  label,
.consultation_registration
  legend
  + .fieldset-wrapper
  .container-inline-date
  .date-padding
  label {
  display: none;
}
.hearing_registration #edit-field-vac-attach-files legend,
.consultation_registration #edit-field-vac-attach-files legend {
  margin-top: 2.9rem;
}
.hearing_registration #edit-field-vac-attach-files input[type="submit"],
.consultation_registration #edit-field-vac-attach-files input[type="submit"] {
  line-height: 0.6rem;
}
.hearing_registration input,
.hearing_registration select,
.consultation_registration input,
.consultation_registration select {
  color: #5d5f65;
  height: 3rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  background-image: none;
  border: 1px solid #c2c2c2;
  margin-left: 2rem;
  margin-top: 1rem;
}
.hearing_registration input:focus,
.hearing_registration select:focus,
.consultation_registration input:focus,
.consultation_registration select:focus {
  border-color: #3b3d91;
}
.hearing_registration select,
.consultation_registration select {
  background: url(../images/icones/arrow_select.png) top right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 3rem 3rem;
}
.hearing_registration #edit-field-reg-cons-activity-und,
.consultation_registration #edit-field-reg-cons-activity-und {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 3rem 3rem;
  width: 30.5rem;
}
.hearing_registration #edit-who-is-registering,
.consultation_registration #edit-who-is-registering {
  border-color: #708fc9;
}
.hearing_registration #edit-who-is-registering:focus,
.consultation_registration #edit-who-is-registering:focus {
  border-color: #3b3d91;
}
.hearing_registration #field-hear-reg-name-add-more-wrapper input,
.hearing_registration #field-hear-reg-institution-add-more-wrapper input,
.consultation_registration #field-hear-reg-name-add-more-wrapper input,
.consultation_registration #field-hear-reg-institution-add-more-wrapper input {
  border-color: #708fc9;
}
.hearing_registration #field-hear-reg-name-add-more-wrapper input:focus,
.hearing_registration #field-hear-reg-institution-add-more-wrapper input:focus,
.consultation_registration #field-hear-reg-name-add-more-wrapper input:focus,
.consultation_registration
  #field-hear-reg-institution-add-more-wrapper
  input:focus {
  border-color: #3b3d91;
}
.hearing_registration #edit-field-hear-reg-title-und,
.hearing_registration #edit-field-reg-cons-title-und,
.hearing_registration #edit-field-reg-cons-activity-und,
.consultation_registration #edit-field-hear-reg-title-und,
.consultation_registration #edit-field-reg-cons-title-und,
.consultation_registration #edit-field-reg-cons-activity-und {
  margin: 0;
}
.hearing_registration #edit-actions input,
.hearing_registration #edit-actions #edit-cancel,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel,
.consultation_registration #edit-actions input,
.consultation_registration #edit-actions #edit-cancel,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel {
  height: 3.2rem;
  min-width: 3rem;
  font-size: 1.4rem;
  font-style: normal;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-weight: 300;
  border: none;
  background-color: #3b3d91;
  display: inline-block;
  color: white;
  padding: 0.8rem 2rem;
  margin-top: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}
.hearing_registration #edit-actions input:hover,
.hearing_registration #edit-actions input:focus,
.hearing_registration #edit-actions #edit-cancel:hover,
.hearing_registration #edit-actions #edit-cancel:focus,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:hover,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:focus,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:hover,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:focus,
.consultation_registration #edit-actions input:hover,
.consultation_registration #edit-actions input:focus,
.consultation_registration #edit-actions #edit-cancel:hover,
.consultation_registration #edit-actions #edit-cancel:focus,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:hover,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:focus,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:hover,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:focus {
  background-color: #4e76f9;
}
.hearing_registration #edit-actions input:first-child,
.hearing_registration #edit-actions #edit-cancel:first-child,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:first-child,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:first-child,
.consultation_registration #edit-actions input:first-child,
.consultation_registration #edit-actions #edit-cancel:first-child,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:first-child,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:first-child {
  margin-right: 2rem;
  margin-left: 25%;
}
.hearing_registration #edit-actions input:last-child,
.hearing_registration #edit-actions #edit-cancel:last-child,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:last-child,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:last-child,
.consultation_registration #edit-actions input:last-child,
.consultation_registration #edit-actions #edit-cancel:last-child,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:last-child,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:last-child {
  line-height: 1.5rem;
  background-color: #c2c2c2;
}
.hearing_registration #edit-actions input:last-child:focus,
.hearing_registration #edit-actions #edit-cancel:last-child:focus,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:last-child:focus,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:last-child:focus,
.consultation_registration #edit-actions input:last-child:focus,
.consultation_registration #edit-actions #edit-cancel:last-child:focus,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:last-child:focus,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:last-child:focus {
  background-color: #4e76f9;
}
.hearing_registration #edit-actions input:last-child:hover,
.hearing_registration #edit-actions #edit-cancel:last-child:hover,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:last-child:hover,
.hearing_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:last-child:hover,
.consultation_registration #edit-actions input:last-child:hover,
.consultation_registration #edit-actions #edit-cancel:last-child:hover,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  input:last-child:hover,
.consultation_registration
  #edit-field-reg-cons-attach-files-und-0-upload-button
  #edit-cancel:last-child:hover {
  background-color: #4e76f9;
}
.hearing_registration legend,
.consultation_registration legend {
  color: #708fc9;
}

.legend_text,
.page-press-news-consultations .views-exposed-widget .description,
.page-press-news-hearings .views-exposed-widget .description,
.page-about-esma-careers .views-exposed-widget .description {
  font-size: 1.2rem;
  font-style: italic;
}

#edit-field-reg-cons-want-published {
  width: 100%;
}

.form-type-managed-file {
  color: #5d5f65;
}
.form-type-managed-file .form-managed-file {
  display: inline-block !important;
}

.node-consultation .description {
  color: #5d5f65 !important;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-left: 33%;
  margin-top: 1rem;
}

#edit-field-reg-cons-activity
  .form-item-field-reg-cons-activity-und
  .select_container {
  border: #eeeef0 !important;
  margin: 1rem 0px 0px 2rem;
  width: 27.5rem;
  background: url(../images/icones/arrow_select.png) top right no-repeat;
  background-size: auto 100%;
}

#edit-field-reg-cons-want-published-und {
  float: right;
  margin-right: 65%;
}

#edit-field-reg-cons-want-published label {
  width: 30%;
}

#edit-field-reg-cons-attach-files-und-0-upload-button {
  padding: 0.8rem 2rem;
  background-color: #3b3d91;
  color: white;
  font-style: normal;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-weight: 300;
  border: none;
  font-size: 1.4rem;
}
#edit-field-reg-cons-attach-files-und-0-upload-button:hover {
  background-color: #4e76f9;
}

.consultation_date {
  background-color: #eeeef0;
  padding: 1rem 1.5rem;
  font-family: Ubuntu-light, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: 100;
}

.consultation_date:first-letter {
  text-transform: uppercase;
}

.title_box-link {
  margin: 2rem 0;
  text-align: center;
  background-color: #eeeef0;
}
.title_box-link a {
  margin-top: 0.75rem;
  margin-right: 1rem;
  float: right;
  padding: 1rem 2rem;
  display: inline-block;
  background-color: #3b3d91;
  color: white !important;
}
.title_box-link a:hover,
.title_box-link a:active {
  background-color: #4e76f9;
}

.title_box {
  display: inline-block !important;
}

#views-form-esma-registrant-doc-block #edit-select legend {
  display: none;
}
#views-form-esma-registrant-doc-block
  #edit-select
  #edit-actionesma-vbo-download-action {
  float: right;
  text-transform: none;
}
#views-form-esma-registrant-doc-block table th:last-child {
  width: 4rem;
}
#views-form-esma-registrant-doc-block table th:first-child {
  width: 20%;
}
#views-form-esma-registrant-doc-block table td .file:nth-child(n + 2) {
  margin-top: 0.7rem;
}
#views-form-esma-registrant-doc-block table td .file a {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#views-form-esma-response-list-page legend {
  display: none;
}
#views-form-esma-response-list-page input[type="submit"] {
  margin-right: 2rem;
}
#views-form-esma-response-list-page table th:first-child {
  width: 4rem;
}
#views-form-esma-response-list-page table th:nth-child(2) {
  width: 10%;
}
#views-form-esma-response-list-page table th a {
  background: none;
}
#views-form-esma-response-list-page table th .table-order-desc {
  display: block;
}

.node-type-consultation .views-field-field-reg-cons-institution,
.node-type-consultation .views-field-field-reg-cons-attach-files,
.node-type-consultation .vbo-views-form {
  font-size: 1.4rem;
}
.node-type-consultation .views-field-field-reg-cons-institution .file-icon,
.node-type-consultation .views-field-field-reg-cons-attach-files .file-icon,
.node-type-consultation .vbo-views-form .file-icon {
  display: none;
}
.node-type-consultation .views-field-field-reg-cons-institution a,
.node-type-consultation .views-field-field-reg-cons-attach-files a,
.node-type-consultation .vbo-views-form a {
  font-size: 1.4rem;
}
.node-type-consultation .views-field-field-reg-cons-institution a.file-icon,
.node-type-consultation .views-field-field-reg-cons-attach-files a.file-icon,
.node-type-consultation .vbo-views-form a.file-icon {
  background-image: none;
}
.node-type-consultation .views-field-field-reg-cons-institution a:before,
.node-type-consultation .views-field-field-reg-cons-attach-files a:before,
.node-type-consultation .vbo-views-form a:before {
  display: inline-block;
  position: absolute;
  content: " ";
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
  width: 17px;
  height: 27px;
  margin-left: -20px;
}
.node-type-consultation
  .views-field-field-reg-cons-institution
  th.views-field-field-reg-cons-institution,
.node-type-consultation
  .views-field-field-reg-cons-institution
  th.views-field-field-reg-cons-attach-files,
.node-type-consultation
  .views-field-field-reg-cons-attach-files
  th.views-field-field-reg-cons-institution,
.node-type-consultation
  .views-field-field-reg-cons-attach-files
  th.views-field-field-reg-cons-attach-files,
.node-type-consultation
  .vbo-views-form
  th.views-field-field-reg-cons-institution,
.node-type-consultation
  .vbo-views-form
  th.views-field-field-reg-cons-attach-files {
  font-size: 1.2rem;
}
.node-type-consultation .views-field-field-reg-cons-activity.active {
  font-weight: normal;
}
.node-type-consultation td:nth-child(2),
.node-type-consultation td:nth-child(3) {
  font-size: 1.4rem;
}
.node-type-consultation td:nth-child(2) a,
.node-type-consultation td:nth-child(3) a {
  font-size: 1.4rem;
}
.node-type-consultation td:nth-child(2) a:before,
.node-type-consultation td:nth-child(3) a:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
  width: 17px;
  height: 27px;
  margin-right: 0.5rem;
}

#edit-field-reg-cons-attach-files-und-table input[type="submit"] {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  background-color: #3b3d91;
}
#edit-field-reg-cons-attach-files-und-table input[type="submit"]:hover {
  background-color: #4e76f9;
}

#edit-field-reg-cons-attach-files td .file a.file-icon,
#registration-form td .file a.file-icon {
  background-image: none;
}
#edit-field-reg-cons-attach-files td .file-size,
#registration-form td .file-size {
  margin-left: 4rem;
}
#edit-field-reg-cons-attach-files a.tabledrag-handle .handle,
#registration-form a.tabledrag-handle .handle {
  content: "+";
  display: block;
  width: 2rem;
  height: 3rem;
}

#registration-delete-confirm #edit-submit,
#registration-delete-confirm #edit-cancel {
  background-color: #c2c2c2;
  font-size: 1.4rem;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  padding: 0.8rem 2rem;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  color: white;
  font-style: normal;
  vertical-align: middle;
}
#registration-delete-confirm #edit-submit:hover,
#registration-delete-confirm #edit-cancel:hover {
  background-color: #4e76f9;
}
#registration-delete-confirm #edit-submit {
  background-color: #3b3d91;
  margin-right: 2rem;
  margin-left: 25%;
}

.page-registration-edit td .file a.file-icon {
  background-image: none;
}
.page-registration-edit td .file-size {
  margin-left: 4rem;
}
.page-registration-edit a.tabledrag-handle .handle {
  content: "+";
  display: block;
  width: 2rem;
  height: 3rem;
}
.page-registration-edit form label {
  width: 30%;
  padding-right: 2rem;
  color: #5d5f65;
  font-size: 1.2rem;
  text-align: right;
}
.page-registration-edit form label.required {
  color: #708fc9;
  content: "*";
}
.page-registration-edit form input {
  border-color: #708fc9;
}
.page-registration-edit form input:focus {
  border-color: #3b3d91;
}
.page-registration-edit form [type="submit"],
.page-registration-edit form #edit-cancel {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  margin-right: 2rem;
}
.page-registration-edit form #edit-cancel {
  background-color: #c2c2c2;
}
.page-registration-edit form #edit-delete {
  background-color: red;
}
.page-registration-edit form input[type="text"] {
  height: 2.7rem;
}
.page-registration-edit form .form-required .select_container {
  border-color: #708fc9;
  border: 1px solid #708fc9;
}
.page-registration-edit form .select_container {
  margin: 0 !important;
  display: inline-block;
  overflow: hidden;
  margin: 1rem 0px 0px 0;
  background: url("../images/icones/arrow_select.png") no-repeat scroll right
    center #fff;
  border: 1px solid #c2c2c2;
}
.page-registration-edit form .select_container select {
  height: 2.7rem;
  padding-right: 4rem;
  margin: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.01);
}
.page-registration-edit
  form
  .form-item-field-reg-cons-title-und
  .select_container {
  width: 6rem;
}
.page-registration-edit form .form-item-field-reg-cons-title-und select {
  width: 8rem;
}
.page-registration-edit form #edit-field-reg-cons-activity .select_container {
  width: 27.5rem;
  border: 1px solid #c2c2c2 !important;
}
.page-registration-edit form #edit-field-reg-cons-activity select {
  width: 30.5rem;
}

.page-press-news-consultations .view-empty,
.page-press-news-hearings .view-empty,
.page-about-esma-careers .view-empty {
  min-height: 20rem;
}
.page-press-news-consultations .views-exposed-widget,
.page-press-news-hearings .views-exposed-widget,
.page-about-esma-careers .views-exposed-widget {
  float: none;
  padding: 0;
  display: inline-block;
  margin-bottom: none;
  vertical-align: top;
}
.page-press-news-consultations .views-exposed-widget input[type="text"],
.page-press-news-hearings .views-exposed-widget input[type="text"],
.page-about-esma-careers .views-exposed-widget input[type="text"] {
  box-sizing: border-box;
  height: 3rem;
  margin: 0;
  line-height: 3rem;
  padding: 0;
  margin-top: -0.1rem;
}
.page-press-news-consultations .views-exposed-widget #edit-combine-wrapper,
.page-press-news-hearings .views-exposed-widget #edit-combine-wrapper,
.page-about-esma-careers .views-exposed-widget #edit-combine-wrapper {
  padding: 0;
}
.page-press-news-consultations .views-exposed-widget label,
.page-press-news-hearings .views-exposed-widget label,
.page-about-esma-careers .views-exposed-widget label {
  font-size: 1.2rem;
  color: #292c32;
  cursor: pointer;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.page-press-news-consultations
  .views-exposed-widget
  #edit-submit-esma-hearing-list,
.page-press-news-hearings .views-exposed-widget #edit-submit-esma-hearing-list,
.page-about-esma-careers .views-exposed-widget #edit-submit-esma-hearing-list {
  width: 3rem;
  height: 3rem;
  color: rgba(255, 255, 255, 0.01);
  background-color: transparent;
  -webkit-appearance: none;
}
.page-press-news-consultations
  .views-exposed-widget
  #edit-submit-esma-hearing-list:focus,
.page-press-news-hearings
  .views-exposed-widget
  #edit-submit-esma-hearing-list:focus,
.page-about-esma-careers
  .views-exposed-widget
  #edit-submit-esma-hearing-list:focus {
  border-color: #708fc9;
}
.page-press-news-consultations .views-exposed-widgets,
.page-press-news-hearings .views-exposed-widgets,
.page-about-esma-careers .views-exposed-widgets {
  padding: 1rem 2rem 2rem;
  background-color: #f2f2f2;
  margin-bottom: 0;
}
.page-press-news-consultations .views-exposed-widgets input[type="submit"],
.page-press-news-hearings .views-exposed-widgets input[type="submit"],
.page-about-esma-careers .views-exposed-widgets input[type="submit"] {
  width: 3rem;
  height: 3rem;
  color: rgba(255, 255, 255, 0.01);
  border: 1px solid #c2c2c2;
  border-left: none;
  cursor: pointer;
  padding: 0 2rem 0 0;
  background: url("../images/icone-svg/icon_search_blue1.svg") no-repeat white;
  background-size: 2.1rem;
  background-position: 50%;
  margin: 2.1rem 2rem 0 -0.4rem;
}
.page-press-news-consultations .views-exposed-widgets #edit-combine,
.page-press-news-hearings .views-exposed-widgets #edit-combine,
.page-about-esma-careers .views-exposed-widgets #edit-combine {
  margin: 0;
  border: 1px solid inherit;
  border-right: none;
  color: #292c32;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-style: normal;
  padding-left: 0.5rem;
  font-size: 1.4rem;
  width: 31rem;
}
.page-press-news-consultations .views-exposed-widgets #edit-combine:focus,
.page-press-news-hearings .views-exposed-widgets #edit-combine:focus,
.page-about-esma-careers .views-exposed-widgets #edit-combine:focus {
  border-color: #708fc9;
  border-right: 1px solid #708fc9;
}
.page-press-news-consultations .views-exposed-widgets .ajax-progress .throbber,
.page-press-news-hearings .views-exposed-widgets .ajax-progress .throbber,
.page-about-esma-careers .views-exposed-widgets .ajax-progress .throbber {
  position: absolute;
  top: 15.5rem;
  height: 20px;
  /* tweak this according to your gif */
  width: 20px;
  /* tweak this according to your gif */
  margin: 2px;
  right: 2rem;
}
.page-press-news-consultations .views-widget-per-page,
.page-press-news-hearings .views-widget-per-page,
.page-about-esma-careers .views-widget-per-page {
  position: absolute;
  top: 30.2rem;
}
.page-press-news-consultations .cartouche_view,
.page-press-news-hearings .cartouche_view,
.page-about-esma-careers .cartouche_view {
  margin-bottom: 7.2rem;
}
.page-press-news-consultations .pager_list,
.page-press-news-hearings .pager_list,
.page-about-esma-careers .pager_list {
  position: absolute;
  right: 0;
  top: 30.2rem;
}

.page-about-esma-careers .view-esma-vacancy-list {
  margin-top: 1rem;
}
.page-about-esma-careers .views-widget-per-page,
.page-about-esma-careers .pager_list {
  position: absolute;
  top: 26.7rem;
}
.page-about-esma-careers th.views-field-field-vacancy-reference {
  width: 15%;
}
.page-about-esma-careers th.views-field-field-vacancy-reference a {
  background: url(../images/icone_fleche_noire.png) no-repeat 65px 10px;
}
.page-about-esma-careers th.views-field-title {
  width: 42%;
}
.page-about-esma-careers th.views-field-title a {
  background: url(../images/icone_fleche_noire.png) no-repeat 54px 10px;
}

#registration-form_consultation,
#registration-form_hearing {
  padding-top: 3rem;
}

.esma_sidebar-press .node-hearing .bottom-news a:before {
  background: url("../images/icone-svg/icon_book.svg") no-repeat;
  background-size: 18px !important;
}

.form-type-date-popup input[type="text"] {
  background: url("../images/icone-svg/icon_calendar2.svg") no-repeat 98% 50%
    #fff;
  background-size: 22px;
  padding-left: 0.87rem !important;
}

.form-item-field-consultation-section-tid,
.form-item-field-hearing-section-tid {
  padding: 0px !important;
  margin: 0px;
  position: relative;
  display: inline-block;
  border: 1px solid #c2c2c2;
  z-index: 0;
  overflow: hidden;
  background: url("../images/icones/arrow_select.png") no-repeat scroll right
    center #fff;
  background-size: 3rem 3rem;
  height: 3rem;
  width: 34rem;
}
.form-item-field-consultation-section-tid select,
.form-item-field-hearing-section-tid select {
  border: none;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0);
  width: 36rem;
  vertical-align: bottom;
}

#edit-field-consultation-section-tid-wrapper,
#edit-field-hearing-section-tid-wrapper {
  padding: 0;
}

.hearing_list-location {
  position: relative;
  padding-left: 2.5rem;
}
.hearing_list-location:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/icone-svg/icon_location.svg") no-repeat 50%;
}

.node-type-consultation input[type="checkbox"]:checked + label:before {
  content: "\2713";
  line-height: 1.4rem;
}
.node-type-consultation .vbo-views-form .vbo-table-select-all {
  position: relative !important;
  left: 0 !important;
  visibility: inherit !important;
}
.node-type-consultation .vbo-views-form .file a,
.node-type-consultation .vbo-views-form .file span {
  line-height: 2.5rem;
}
.node-type-consultation
  .vbo-views-form
  th.views-field-views-bulk-operations
  .vbo-table-select-all {
  position: relative;
  left: 0;
  visibility: inherit;
}

.node-type-vacancy .vacancy-reference .label-inline {
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid #708fc9;
  color: #708fc9;
}
.node-type-vacancy .vacancy-reference .reference {
  display: inline-block;
  padding: 1rem 2rem;
  color: white;
  background-color: #708fc9;
  border: 1px solid #708fc9;
}
.node-type-vacancy #main-content h1 {
  display: none;
}
.node-type-vacancy .node-vacancy header .field-type-text label {
  margin-top: 0;
}

.page-about-esma-careers-vacancies #main-content div > .esma-library_intro {
  display: none;
}

.field-name-field-vac-gender select {
  width: 9.7rem;
}

#views-form-esma-vacancy-responses-list-page
  .views-field-views-bulk-operations {
  width: 4%;
}
#views-form-esma-vacancy-responses-list-page
  .views-field-views-bulk-operations
  input[type="checkbox"] {
  visibility: visible;
  position: initial;
  left: 0;
}
#views-form-esma-vacancy-responses-list-page
  .views-field-field-vac-date-of-birth {
  width: 10%;
}
#views-form-esma-vacancy-responses-list-page .views-field-registration-id {
  width: 6.1%;
}
#views-form-esma-vacancy-responses-list-page .views-field-field-vac-gender {
  width: 7%;
}
#views-form-esma-vacancy-responses-list-page
  .views-field-field-vac-attach-files
  ul {
  padding: 0;
  margin-top: 2rem;
}
#views-form-esma-vacancy-responses-list-page
  .views-field-field-vac-attach-files
  li {
  list-style: none;
}
#views-form-esma-vacancy-responses-list-page
  .views-field-field-vac-attach-files
  li
  .file-icon {
  display: none;
}
#views-form-esma-vacancy-responses-list-page
  .views-field-field-vac-attach-files
  a {
  padding-left: 0 !important;
  word-break: break-all;
}

#views-form-esma-vacancy-responses-list-page .vbo-table-select-all {
  display: block;
  margin-top: 1rem;
}
#views-form-esma-vacancy-responses-list-page table th:first-child {
  width: 4rem;
}
#views-form-esma-vacancy-responses-list-page table th:nth-child(2) {
  width: 10%;
}
#views-form-esma-vacancy-responses-list-page table th a {
  background: none;
}
#views-form-esma-vacancy-responses-list-page table th .table-order-desc {
  display: block;
}
#views-form-esma-vacancy-responses-list-page #edit-select input[type="submit"] {
  padding: 1rem 2rem;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  color: white;
  border: 0;
  font-style: normal;
  font-size: 1.4rem;
  background-color: #708fc9;
}
#views-form-esma-vacancy-responses-list-page
  #edit-select
  input[type="submit"]:hover {
  background-color: #4e76f9;
}
#views-form-esma-vacancy-responses-list-page
  #edit-select
  input[type="submit"]:first-child {
  float: right;
  background-color: #ff4500;
}

#registration-entity-settings-form #edit-save,
#registration-entity-settings-form #edit-send,
#registration-entity-settings-form #edit-preview,
#registration-entity-settings-form #edit-submit,
#registration-registrations-broadcast-form #edit-save,
#registration-registrations-broadcast-form #edit-send,
#registration-registrations-broadcast-form #edit-preview,
#registration-registrations-broadcast-form #edit-submit,
#user-login #edit-save,
#user-login #edit-send,
#user-login #edit-preview,
#user-login #edit-submit {
  display: block;
  background-color: #708fc9;
  color: white;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  padding: 0.9rem 2rem;
  text-transform: uppercase;
  border: none;
  font-style: normal;
}
#registration-entity-settings-form #edit-save:hover,
#registration-entity-settings-form #edit-send:hover,
#registration-entity-settings-form #edit-preview:hover,
#registration-entity-settings-form #edit-submit:hover,
#registration-registrations-broadcast-form #edit-save:hover,
#registration-registrations-broadcast-form #edit-send:hover,
#registration-registrations-broadcast-form #edit-preview:hover,
#registration-registrations-broadcast-form #edit-submit:hover,
#user-login #edit-save:hover,
#user-login #edit-send:hover,
#user-login #edit-preview:hover,
#user-login #edit-submit:hover {
  background-color: #4e76f9;
}
#registration-entity-settings-form #edit-send,
#registration-registrations-broadcast-form #edit-send,
#user-login #edit-send {
  display: inline-block;
  margin-right: 2rem;
}
#registration-entity-settings-form #edit-preview,
#registration-registrations-broadcast-form #edit-preview,
#user-login #edit-preview {
  display: inline-block;
  background-color: #c2c2c2;
}

#views-form-list-registrations-page input.vbo-select,
#views-form-list-registrations-page input.vbo-table-select-all {
  position: relative;
  left: 3rem;
  visibility: visible;
}

.captcha img,
.captcha .reload-captcha-wrapper {
  margin-left: 33%;
}
.captcha .fieldset-wrapper {
  width: 100%;
}
.captcha .captcha_description {
  color: #5d5f65 !important;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.4rem;
  text-align: center;
}

.consultation_registration .field-name-field-reg-cons-want-published {
  text-align: center;
}
.consultation_registration #edit-field-reg-cons-want-published {
  width: 100%;
}
.consultation_registration #edit-field-reg-cons-want-published label {
  width: 60%;
  text-align: left;
}
.consultation_registration input[type="checkbox"] + label:before {
  top: 0;
}

.tb-megamenu-menu-esma-megamenu {
  background-color: rgba(255, 255, 255, 0.1);
}
.tb-megamenu-menu-esma-megamenu .href-level-1 {
  cursor: pointer;
}
.tb-megamenu-menu-esma-megamenu
  .href-level-1
  > .mega-dropdown-menu
  > .mega-dropdown-inner {
  display: table;
  width: 100%;
}
.tb-megamenu-menu-esma-megamenu .always-show.nav-collapse {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  vertical-align: top;
}
.tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="3"] {
  width: 33%;
}
.tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="2"] {
  width: 50%;
}
.tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="4"] {
  width: 25%;
}
.tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="1"] {
  width: 100%;
}
.tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav {
  display: table-row;
}
.tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav li.level-1 {
  display: table-cell;
  float: none;
  vertical-align: top;
  text-align: center;
}
.tb-megamenu-menu-esma-megamenu .dropdown-menu {
  text-align: left;
}
.tb-megamenu-menu-esma-megamenu .level-1.active {
  background-color: #708fc9;
  font-weight: normal;
}
.tb-megamenu-menu-esma-megamenu .level-1.active a {
  color: white !important;
  font-weight: normal;
}
.tb-megamenu-menu-esma-megamenu .level-1.active a.dropdown-toggle,
.tb-megamenu-menu-esma-megamenu .level-1.active a:focus,
.tb-megamenu-menu-esma-megamenu .level-1.active a:visited {
  background-color: transparent !important;
  color: white !important;
  border: 0;
}
.tb-megamenu-menu-esma-megamenu .nav > .active > a:focus {
  background-color: #8ca4cf !important;
}
.tb-megamenu-menu-esma-megamenu
  .nav
  li.dropdown
  .tb-megamenu-menu-esma-megamenu
  .nav
  li.open {
  background-color: #8ca4cf;
  color: white;
}
.tb-megamenu-menu-esma-megamenu
  .nav
  li.dropdown
  .tb-megamenu-menu-esma-megamenu
  .nav
  li.open
  .dropdown-toggle {
  background-color: #8ca4cf !important;
  color: white !important;
}
.tb-megamenu-menu-esma-megamenu .nav li.active {
  font-weight: normal;
}
.tb-megamenu-menu-esma-megamenu .nav li.active a.dropdown-toggle,
.tb-megamenu-menu-esma-megamenu .nav li.active a:focus,
.tb-megamenu-menu-esma-megamenu .nav li.active a:hover {
  background-color: transparent !important;
  color: white !important;
  border: 0;
  font-weight: normal;
}
.tb-megamenu-menu-esma-megamenu .nav li.active a.dropdown-toggle:hover,
.tb-megamenu-menu-esma-megamenu .nav li.active a.dropdown-toggle:focus,
.tb-megamenu-menu-esma-megamenu .nav li.active a:focus:hover,
.tb-megamenu-menu-esma-megamenu .nav li.active a:focus:focus,
.tb-megamenu-menu-esma-megamenu .nav li.active a:hover:hover,
.tb-megamenu-menu-esma-megamenu .nav li.active a:hover:focus {
  background-color: transparent !important;
}
.tb-megamenu-menu-esma-megamenu .nav li.active a:first-child {
  background-color: transparent !important;
}
.tb-megamenu-menu-esma-megamenu .nav li a {
  font-weight: normal;
  border: 0;
  padding: 20px 2px 20px 7px;
}
.tb-megamenu-menu-esma-megamenu .nav li a:hover {
  color: white;
}
.tb-megamenu-menu-esma-megamenu .nav li a:hover .caret {
  border-top-color: #708fc9 !important;
  border-bottom-color: #708fc9 !important;
}
.tb-megamenu-menu-esma-megamenu .nav > li > a {
  border-left: 1px solid #dfe3ec;
  padding: 0 2px 0 7px;
  margin: 2.1rem 0 2.2rem 0;
}
.tb-megamenu-menu-esma-megamenu .nav > li > a:hover {
  background-color: transparent;
  border-left: 1px solid #8ca4cf;
}
.tb-megamenu-menu-esma-megamenu .nav > li:first-child > a {
  border-left: 0;
  margin: 2.35rem 0;
}
.tb-megamenu-menu-esma-megamenu .nav > li:first-child > a:focus {
  background-image: none;
}
.tb-megamenu-menu-esma-megamenu .nav > li:hover > a {
  border-left: 1px solid #8ca4cf;
}
.tb-megamenu-menu-esma-megamenu .nav > li:hover:first-child > a {
  border-left: 0;
}

.tb-megamenu .href-level-2,
.tb-megamenu .href-level-3,
.tb-megamenu .href-level-4 {
  background-image: none;
  filter: none !important;
  border: none;
}
.tb-megamenu .href-level-2:hover,
.tb-megamenu .href-level-2:active,
.tb-megamenu .href-level-2:visited,
.tb-megamenu .href-level-2:focus,
.tb-megamenu .href-level-3:hover,
.tb-megamenu .href-level-3:active,
.tb-megamenu .href-level-3:visited,
.tb-megamenu .href-level-3:focus,
.tb-megamenu .href-level-4:hover,
.tb-megamenu .href-level-4:active,
.tb-megamenu .href-level-4:visited,
.tb-megamenu .href-level-4:focus {
  background-image: none;
  filter: none !important;
  text-decoration: underline;
}
.tb-megamenu .tb-megamenu-subnav.mega-nav.level-1 {
  line-height: normal;
}
.tb-megamenu .tb-megamenu-subnav.mega-nav.level-1 .tb-megamenu-item.level-2 {
  line-height: 1.2rem;
}
.tb-megamenu .level-3 {
  line-height: 0 !important;
}
.tb-megamenu .caret {
  border-color: white;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.tb-megamenu .tb-megamenu-column {
  height: 100% !important;
}
.tb-megamenu .level-1.open {
  background-color: #8ca4cf;
  color: white;
}
.tb-megamenu .level-1.open a.dropdown-toggle {
  background-color: #8ca4cf !important;
  color: white !important;
}
.tb-megamenu .level-1.open a.dropdown-toggle .caret {
  border-top-color: #8ca4cf;
  border-bottom-color: #8ca4cf;
}
.tb-megamenu .level-1.open .mega-dropdown-menu > .mega-dropdown-inner {
  display: table;
  width: 100%;
}
.tb-megamenu .level-1.open .row-fluid {
  background-color: inherit;
  border-color: #8ca4cf;
  background: none;
  width: 100%;
  display: table-row;
  display: block\9\0;
  /*Only works in IE9*/
}
.tb-megamenu .level-1.open .row-fluid .tb-megamenu-column:first-child {
  border-left: 0 !important;
}
.tb-megamenu .level-1.open .row-fluid .tb-megamenu-column.span3 {
  width: calc(100% / 4);
  width: 240px\9\0;
  /*Only works in IE9*/
  display: table-cell;
  float: none;
  padding: 0 1rem;
  border-left: 1px solid #a3b6d9;
}
.tb-megamenu .level-1.open .megamenu_block-spacer .tb-megamenu-block {
  background-color: inherit;
}
.tb-megamenu .level-1.open.tb-megamenu-item > .tb-megamenu-submenu {
  width: 100%;
  display: table;
  border-spacing: 0;
  background-color: inherit;
}
.tb-megamenu
  .level-1.open.tb-megamenu-item
  > .tb-megamenu-submenu
  > .mega-dropdown-inner {
  margin: 1rem 0;
  display: table;
  width: 100%;
}
.tb-megamenu .level-1.active.open {
  background-color: #708fc9 !important;
}
.tb-megamenu .level-1.active.open a,
.tb-megamenu .level-1.active.open a:hover {
  background-color: transparent;
  color: white;
}
.tb-megamenu .level-1.active.open a.dropdown-toggle,
.tb-megamenu .level-1.active.open a:hover.dropdown-toggle {
  background-color: #708fc9 !important;
  color: white !important;
}
.tb-megamenu .level-1.active.open a.dropdown-toggle .caret,
.tb-megamenu .level-1.active.open a:hover.dropdown-toggle .caret {
  border-top-color: #708fc9;
  border-bottom-color: #708fc9;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.tb-megamenu .level-1.active.open .row-fluid {
  background-color: inherit !important;
  border-color: #708fc9;
  float: none;
  background: none;
  width: 100%;
  display: table-row;
}
.tb-megamenu .level-1.active.open .row-fluid .tb-megamenu-column {
  /* &[class*="span"]{
    // width:calc(100%/4);
     width:100%;
     //   width:240px\9\0;
     display:table-cell;
     float:none;
   //  padding: 0 1rem;
     border-left:1px solid $esma_border_column;
   }*/
}
.tb-megamenu .level-1.active.open .row-fluid .tb-megamenu-column:first-child {
  border-left: 0;
}
.tb-megamenu .level-1.active.open .row-fluid .tb-megamenu-column.span3 {
  width: calc(100% / 4) !important;
  display: table-cell !important;
  float: none !important;
  padding: 0 1rem;
  border-left: 1px solid #a3b6d9;
}
.tb-megamenu .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
  /* border-left-width: 1px;
   border-right-width: 1px;
   border-top-width: 1px;*/
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.tb-megamenu .dropdown-toggle .nav-collapse {
  height: 100% !important;
}
.tb-megamenu .dropdown-menu {
  width: 100%;
  border: none;
}
.tb-megamenu .dropdown-menu.nav-child {
  height: 100%;
}

.mega-group-title {
  padding-left: 0 !important;
}
.mega-group-title:before {
  content: "";
  background: url(../images/icones/menu_triangle.png) no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
}

.esma_tb-menu {
  background-color: white;
  border-top: 1px solid #dfe3ec;
  border-bottom: 1px solid #dfe3ec;
  margin: 0 auto;
}

/*.submenu_financial{
  width:700px;
}*/
.tb-megamenu-submenu {
  background-color: inherit;
  border: none;
}
.tb-megamenu-submenu a {
  color: white;
}

.tb-megamenu .row-fluid {
  background: transparent none repeat scroll 0px 0px;
  width: 100%;
  display: table-row;
}
.tb-megamenu .row-fluid .tb-megamenu-column.span3,
.tb-megamenu .row-fluid .tb-megamenu-column.span4 {
  display: table-cell;
  float: none;
  border-left: 1px solid #a3b6d9;
}
.tb-megamenu .tb-megamenu-subnav {
  height: 100%;
}
.tb-megamenu .row-fluid + .row-fluid {
  border: none;
}
.tb-megamenu .dropdown-menu .active > a {
  font-weight: normal;
  background-image: none;
}
.tb-megamenu .dropdown-menu .active > a:hover {
  background-image: none;
  text-decoration: underline;
}

.tb-megamenu .row-fluid {
  background-color: inherit;
  width: 100%;
  background: url("../images/menu_bg_vertical.png") #708fc9;
  /*.tb-megamenu-column-inner{
  padding-left:20px !important;
  }*/
}
.tb-megamenu .row-fluid a {
  font-size: 1.4rem;
}
.tb-megamenu .row-fluid #tb-megamenu-column-30 {
  background-color: inherit;
}
.tb-megamenu .row-fluid .tb-megamenu-column-inner {
  padding: 0;
}
.tb-megamenu .row-fluid .mega-dropdown-inner .row-fluid {
  border: 0;
  background-image: none;
}
.tb-megamenu .row-fluid .tb-megamenu-block {
  padding: 10px;
  background-color: white;
}
.tb-megamenu .row-fluid .tb-megamenu-block ul {
  list-style-type: circle;
}
.tb-megamenu .row-fluid .tb-megamenu-block ul li {
  list-style-type: initial !important;
  list-style-image: initial !important;
  list-style-position: inside !important;
  text-align: left;
  list-style-type: circle;
}
.tb-megamenu .row-fluid .tb-megamenu-block h2,
.tb-megamenu .row-fluid .tb-megamenu-block .title_box {
  display: none;
}
.tb-megamenu .row-fluid .tb-megamenu-block .block-inner + div {
  text-align: center;
}
.tb-megamenu .row-fluid .tb-megamenu-block p {
  color: #292c32;
  text-align: left;
  font-size: 14px;
}
.tb-megamenu .row-fluid .tb-megamenu-block a {
  color: #3b3d91;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-title {
  font-size: 18px;
  text-align: left;
  color: #3b3d91;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-title a {
  color: #3b3d91 !important;
  text-decoration: none;
  white-space: normal;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-title a:hover {
  color: #3b3d91;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-text {
  margin-top: 10px;
  list-style: initial !important;
  text-align: left;
  color: #292c32;
  font-size: 14px;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-text a {
  color: #292c32 !important;
  text-decoration: none;
  white-space: normal;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-text a:hover {
  color: #292c32;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-rectangle {
  margin: 0 auto;
  color: white;
  text-align: center;
  width: 100%;
  border: 1px solid #a4b8fb;
  font-size: 1.2rem;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-rectangle a {
  color: white !important;
  text-decoration: none;
  white-space: normal;
}
.tb-megamenu .row-fluid .tb-megamenu-block .push_block-rectangle a:hover {
  color: white;
}
.tb-megamenu .row-fluid .tb-megamenu-block ul {
  margin: 10px 0;
  text-align: center;
}
.tb-megamenu .row-fluid .tb-megamenu-block li {
  font-size: 12px;
  color: #292c32;
}
.tb-megamenu .row-fluid li.level-3 .href-level-3 {
  text-transform: none;
}
.tb-megamenu .row-fluid li.level-3 a {
  padding: 2px 0 2px 10px !important;
  font-family: Ubuntu-light, Helvetica, Arial, sans-serif;
  text-transform: none;
}
.tb-megamenu .row-fluid li.active {
  font-weight: normal;
}
.tb-megamenu .row-fluid li.active.mega-group .mega-group-title {
  /*background-color:  $esma-deep-blue;*/
  text-decoration: underline;
}
.tb-megamenu .row-fluid li.active.mega-group .mega-group-title a {
  font-weight: normal !important;
}
.tb-megamenu .row-fluid li.active.level-3 a {
  background-image: none;
  /*background-color:  $esma-deep-blue;*/
  text-decoration: underline;
  text-transform: none;
}
.tb-megamenu .row-fluid li.active.level-3 a:hover {
  background-image: none;
  /*background-color:  $esma-deep-blue;*/
  text-decoration: underline;
}
.tb-megamenu .row-fluid li a {
  color: white !important;
}

.icone_home {
  background: url("../images/icones/pict-home.png") no-repeat;
  content: "";
  min-width: 2rem;
  height: 17px;
  display: block;
  margin-top: 4px;
  padding-right: 0.5rem;
  margin-bottom: 3px;
  background-position: 40% 50%;
}

.tb-megamenu-column li {
  display: block;
  list-style-type: none;
  overflow: hidden;
}
.tb-megamenu-column li.level-2.active > a {
  text-decoration: underline;
}
.tb-megamenu-column li.level-2 a {
  padding-left: 10px !important;
  font-family: Ubuntu-bold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.tb-megamenu-column li.level-2 a:before {
  content: "";
  background: url(../images/icones/menu_triangle.png) no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
}
.tb-megamenu-column li.level-2 a:hover {
  text-decoration: underline;
}
.tb-megamenu-column li.level-2 ul a {
  padding-left: 0 !important;
}
.tb-megamenu-column li.level-2 ul a:before {
  background: none;
  width: 0;
  height: 0;
  display: none;
}
.tb-megamenu-column.megamenu_block-spacer .tb-megamenu-block {
  background-color: #708fc9;
}

.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title {
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  display: block;
}

@media screen\0 {
  .tb-megamenu .row-fluid {
    display: block;
  }
  .tb-megamenu .row-fluid .tb-megamenu-column.span3,
  .tb-megamenu .row-fluid .tb-megamenu-column .span4 {
    border-left: 1px solid #a3b6d9;
  }
}
/*
@media screen and ( max-width: 1375px) {
  .esmapage_menu-fixed {
    position : relative;
    background-color: transparent;
    margin-bottom:2rem;
    ul {
      text-align:left;
      > li {
        display:inline-block;
        background-color: #eeeef0;
        margin-right:1rem;

        .esmapage_menu-link {
          width :auto;
        }
      }
    }
  }
}
*/
.search-page_header {
  background-color: #eeeef0;
  margin-top: 1rem;
}
.search-page_header h1,
.search-page_header .search-form {
  display: inline-block;
}
.search-page_header.isrb-search {
  margin-top: 0;
}
.search-page_header .form-type-checkbox label {
  display: inline;
  color: #292c32;
  padding-left: 1rem;
}
.search-page_header .form-type-checkbox input[type="checkbox"] {
  margin-left: 2rem;
}
.search-page_header #edit-submit,
.search-page_header #edit-submit-ref {
  width: 3.8rem;
  height: 3.8rem;
  background-color: white;
  border: none;
  color: rgba(255, 255, 255, 0.01);
  margin-left: -0.4rem;
  background: url("../images/icone-svg/icon_search_blue1.svg") no-repeat white;
  background-position: 50%;
  background-size: 60%;
}
.search-page_header h1 {
  margin: 3.5rem 6rem 4.2rem 2.4rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
}
.search-page_header label {
  display: block;
  font-family: Ubuntu-medium, Arial, sans-serif;
  color: #3b3d91;
  font-size: 12px;
  padding: 2rem 0 1.5rem 0;
  font-weight: normal;
  margin: 0;
}
.search-page_header input[type="text"] {
  background-color: white;
  border: none;
  height: 3.8rem;
  line-height: 3.8rem;
  font-size: 18px;
  padding-left: 2rem;
  font-style: normal;
  color: #292c32;
}

.search-page_main {
  background-color: white;
}

a.isrb-tab {
  background-color: #ffffff;
  color: #4e76f9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 20px 2px 20px;
  border: 1px solid #eeeef0;
  margin-right: 5px;
  text-decoration: none;
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  display: inline-block;
}
a.isrb-tab.tab-selected {
  background-color: #eeeef0;
  color: #292c32;
}

.search-page_refine {
  margin-top: 2.5rem;
  width: 21%;
  float: left;
  background-color: #eeeef0;
  /* a{
     &.facetapi-checkbox{
       font-size: 1.2rem;
       text-transform:lowercase;
       line-height: 1.4rem;
     }
   }*/
  /*ul li{
    line-height: 1.4rem !important;
    font-size: 1.2rem !important;
    margin-bottom: .5rem;
  }*/
}
.search-page_refine ul li {
  line-height: 1.4rem !important;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  padding-left: 2.2rem !important;
}
.search-page_refine a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.search-page_refine a:before {
  color: #3b3d91;
  font-weight: bold;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: -2.3rem;
  top: 0.1rem;
  border: 1px solid #c2c2c2;
  background-color: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.2rem;
}
.search-page_refine a.facetapi-active {
  display: block !important;
  margin-left: -1.8rem !important;
  color: rgba(255, 255, 255, 0.01) !important;
  font-size: 0.1rem !important;
  line-height: 0.1rem !important;
}
.search-page_refine a.facetapi-active:before {
  content: "\2713";
  left: -0.5rem;
  line-height: 14px;
}

.page-search .search-result .icone_info {
  float: right;
}

.search-page_results {
  width: 76.4%;
  float: left;
}
.search-page_results .element-invisible {
  display: none;
}
.search-page_results .pager {
  display: table !important;
}
.search-page_results.legal-act-search {
  width: 100%;
}
.search-page_results.legal-act-search .row {
  padding: 1rem 0;
  border-collapse: separate;
}
.search-page_results.legal-act-search .search-results {
  width: 100%;
}

.search-results {
  margin-left: 0.5rem;
  width: 105.5%;
  border-spacing: 2rem 0;
}
.search-results .row {
  padding: 1rem 0;
  border-collapse: separate;
}
.search-results .item-list-pager {
  display: table !important;
  border-collapse: separate;
  border-spacing: 10px;
}
.search-results .pager {
  display: table-row;
}
.search-results .pager li {
  display: table-cell;
  padding: 5px;
  background-color: gold;
}

.search-result {
  padding: 2.5rem;
  border: 1px solid #eeeef0;
  margin-left: 1rem;
  border-spacing: 2rem 0;
}
.search-result .section_link {
  padding: 0.678rem 1.357rem;
  background-color: #3b3d91;
  color: white;
  margin: 0 0.5rem 0.5rem 0;
}
.search-result h2,
.search-result .title_box {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.search-result h2 a,
.search-result .title_box a {
  font-size: 1.8rem;
}
.search-result h2 a:before,
.search-result .title_box a:before {
  display: none;
}
.search-result h2.legal-act-text-descr,
.search-result .legal-act-text-descr.title_box {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.search-result h2.legal-act-text-title,
.search-result .legal-act-text-title.title_box {
  margin-bottom: 0;
}
.search-result .legal-act-ref {
  margin-top: 1rem;
}
.search-result .field {
  font-size: 1.2rem;
}
.search-result .search_cartouche,
.search-result .search_cartouche-text {
  font-size: 1.4rem;
  margin-top: 2.3rem;
}
.search-result .search_cartouche strong,
.search-result .search_cartouche-text strong {
  background-color: #f1e90f;
  font-family: Ubuntu-medium, Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 0 0.2rem;
  font-size: 1.345rem;
}
.search-result .search_cartouche-ref {
  font-size: 1.4rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #3b3d91;
}
.search-result .w50 {
  border-spacing: 0 2rem;
}
.search-result .file img,
.search-result .file-document img,
.search-result .field-type-file img {
  display: none;
}
.search-result .file a,
.search-result .file-document a,
.search-result .field-type-file a {
  padding: 0.3rem 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #4e76f9;
  padding-left: 2.5rem !important;
  position: relative;
  display: block;
  margin-top: 0.75rem;
  text-transform: inherit;
}
.search-result .file a:first-line,
.search-result .file-document a:first-line,
.search-result .field-type-file a:first-line {
  line-height: 2rem;
}
.search-result .file a:before,
.search-result .file-document a:before,
.search-result .field-type-file a:before {
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  vertical-align: middle;
  content: " ";
  background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
  width: 17px;
  height: 27px;
  margin-left: -2.5rem;
}
.search-result .file h2 a,
.search-result .file .title_box a,
.search-result .file-document h2 a,
.search-result .file-document .title_box a,
.search-result .field-type-file h2 a,
.search-result .field-type-file .title_box a {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #3b3d91;
  padding-left: 0 !important;
}
.search-result .file h2 a:before,
.search-result .file .title_box a:before,
.search-result .file-document h2 a:before,
.search-result .file-document .title_box a:before,
.search-result .field-type-file h2 a:before,
.search-result .field-type-file .title_box a:before {
  display: none;
}
.search-result h3 .field-group-format-title {
  display: none;
  text-indent: -3000px;
}

.search-page_refine #esma-apachesolr-date-search-form {
  padding: 0 2rem 2rem 2rem;
  text-align: center;
}
.search-page_refine #esma-apachesolr-date-search-form label {
  text-align: left;
  font-size: 1.2rem;
  font-family: Ubuntu-medium, Arial, sans-serif;
  font-weight: normal;
}
.search-page_refine #esma-apachesolr-date-search-form .description {
  font-size: 1rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-style: italic;
}
.search-page_refine #esma-apachesolr-date-search-form .form-type-date-popup {
  text-align: left;
  margin: 0;
}
.search-page_refine
  #esma-apachesolr-date-search-form
  .form-type-date-popup
  input[type="text"] {
  background-size: 22px;
  height: 3rem;
  line-height: 3rem;
}
.search-page_refine #esma-apachesolr-date-search-form #edit-to,
.search-page_refine #esma-apachesolr-date-search-form #edit-from {
  padding: 0;
}
.search-page_refine #esma-apachesolr-date-search-form input[type="submit"] {
  text-transform: inherit;
  margin: 2rem auto 0 auto;
  font-size: 1.1rem;
  padding: 1.2rem 3rem;
  text-transform: uppercase;
  /*&:first-letter{
    text-transform: uppercase;
  }*/
}
.search-page_refine #esma-apachesolr-date-search-form input[type="text"] {
  text-align: left;
  width: 100%;
}
.search-page_refine h3 {
  margin-top: 1.5rem;
}
.search-page_refine .resp-padding {
  text-align: center;
  padding: 0;
}
.search-page_refine .resp-padding h3.facet-title {
  font-size: 1.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid #708fc9;
  margin-top: 0rem;
}
.search-page_refine .resp-padding ul {
  text-align: left;
  margin: 0 2rem;
  padding: 1rem;
  border: 1px solid #c2c2c2;
  border: 1px solid #c2c2c2;
  background-color: white;
  list-style: none;
}
.search-page_refine .resp-padding ul:last-child {
  margin-bottom: 2rem;
}
.search-page_refine .resp-padding ul li {
  list-style: none;
  padding: 0;
  line-height: 2.5rem;
}
.search-page_refine .resp-padding ul li a {
  color: #292c32;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.4rem;
}
.search-page_refine h3 {
  color: #3b3d91;
  font-size: 12px;
  text-align: center;
}

.search-page_your_filter {
  background-color: #eeeef0;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-top: 2.5rem;
  margin-left: 2.5rem;
  position: relative;
  line-height: 3.4rem;
}
.search-page_your_filter:before {
  position: absolute;
  left: -1.6rem;
  top: 0rem;
  width: 2rem;
  height: 4.5rem;
  display: inline-block;
  content: " ";
  background: url("../images/icone-svg/search_fleche.svg") right center
    no-repeat;
  background-size: 100% 105%;
}
.search-page_your_filter:last-child {
  float: right;
}
.search-page_your_filter ul {
  display: inline-block;
  border-left: 1px solid #292c32;
  margin-left: 0.5rem;
  padding-left: 0;
}
.search-page_your_filter li {
  list-style: none;
  display: inline-block;
  margin-left: 1rem;
}

.search-page_results .item-list-pager {
  margin-top: 1rem;
  margin-right: -3rem;
  float: right;
}
.search-page_results .pager {
  display: table;
  border-spacing: 0.5rem !important;
}
.search-page_results .pager li {
  display: table-cell !important;
}

.search-page_type {
  width: 100%;
  background-color: #eeeef0;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.search-page_type a {
  min-width: 13rem;
  display: block;
  height: 9rem;
  color: #4e76f9;
  font-size: 1.2rem;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  background: url("../images/icone-svg-negative/icon_document.svg") no-repeat;
  background-position: 50% 30%;
  background-size: 15%;
  margin: 0;
  padding-top: 1.5rem;
  font-weight: normal;
}
.search-page_type a .search_total-number {
  background-color: #c0c0c0;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  color: #292c32;
  line-height: 1.3rem;
  padding: 0.3rem 0.5rem;
  float: right;
  margin-right: 27%;
}
.search-page_type a:visited {
  color: #4e76f9;
}
.search-page_type a.active,
.search-page_type a:hover {
  background-color: #708fc9;
  color: white;
  text-decoration: none;
  /* .search_total-number{
     color:white;
     background-color: $esma-deep-blue;
   }*/
}
.search-page_type a.search_menu-all {
  background: url("../images/icone-svg/icon_all_blue.svg") no-repeat;
  background-position: 50% 36%;
  background-size: 21%;
}
.search-page_type a.search_menu-all.active,
.search-page_type a.search_menu-all:hover {
  background: url("../images/icone-svg/icon_all_white.svg") no-repeat #708fc9;
  background-position: 50% 36%;
  background-size: 20%;
}
.search-page_type a.search_menu-all.search-filter_null {
  background: url("../images/icone-svg/icon_all_grey.svg") no-repeat;
  background-position: 50% 36%;
  background-size: 21%;
}
.search-page_type a.search_menu-documents {
  background: url("../images/icone-svg/icon_document_blue.svg") no-repeat;
  background-position: 50% 37%;
  background-size: 21%;
}
.search-page_type a.search_menu-documents.active,
.search-page_type a.search_menu-documents:hover {
  background: url("../images/icone-svg/icon_document_white.svg") no-repeat
    #708fc9;
  background-position: 50% 37%;
  background-size: 21%;
}
.search-page_type a.search_menu-documents.search-filter_null {
  background: url("../images/icone-svg/icon_document_grey.svg") no-repeat;
  background-position: 50% 37%;
  background-size: 21%;
}
.search-page_type a.search_menu-news,
.search-page_type a.search_menu-legal-act {
  background: url("../images/icone-svg/icon_news_blue.svg") no-repeat;
  background-position: 50% 34%;
  background-size: 22%;
}
.search-page_type a.search_menu-news.active,
.search-page_type a.search_menu-news:hover,
.search-page_type a.search_menu-legal-act.active,
.search-page_type a.search_menu-legal-act:hover {
  background: url("../images/icone-svg/icon_news_white.svg") no-repeat #708fc9;
  background-position: 50% 34%;
  background-size: 22%;
}
.search-page_type a.search_menu-news.search-filter_null,
.search-page_type a.search_menu-legal-act.search-filter_null {
  background: url("../images/icone-svg/icon_news_grey.svg") no-repeat;
  background-position: 50% 34%;
  background-size: 22%;
}
.search-page_type a.search_menu-pages--reports {
  background: url("../images/icone-svg/icon_reports_blue.svg") no-repeat;
  background-position: 50% 36%;
  background-size: 24%;
}
.search-page_type a.search_menu-pages--reports.active,
.search-page_type a.search_menu-pages--reports:hover {
  background: url("../images/icone-svg/icon_reports_white.svg") no-repeat
    #708fc9;
  background-position: 50% 30%;
  background-size: 24%;
}
.search-page_type a.search_menu-pages--reports.search-filter_null {
  background: url("../images/icone-svg/icon_reports_grey.svg") no-repeat;
  background-position: 50% 36%;
  background-size: 24%;
}
.search-page_type a.search_menu-consultations {
  background: url("../images/icone-svg/icon_consultation_blue.svg") no-repeat;
  background-position: 50% 36%;
  background-size: 24%;
}
.search-page_type a.search_menu-consultations.active,
.search-page_type a.search_menu-consultations:hover {
  background: url("../images/icone-svg/icon_consultation_white.svg") no-repeat
    #708fc9;
  background-position: 50% 30%;
  background-size: 24%;
}
.search-page_type a.search_menu-consultations.search-filter_null {
  background: url("../images/icone-svg/icon_consultation_grey.svg") no-repeat;
  background-position: 50% 30%;
  background-size: 24%;
}
.search-page_type a.search_menu-hearings {
  background: url("../images/icone-svg/icon_hearings_blue.svg") no-repeat;
  background-position: 50% 36%;
  background-size: 16%;
}
.search-page_type a.search_menu-hearings.active,
.search-page_type a.search_menu-hearings:hover {
  background: url("../images/icone-svg/icon_hearings_white.svg") no-repeat
    #708fc9;
  background-position: 50% 30%;
  background-size: 16%;
}
.search-page_type a.search_menu-hearings.search-filter_null {
  background: url("../images/icone-svg/icon_hearings_grey.svg") no-repeat;
  background-position: 50% 36%;
  background-size: 16%;
}
.search-page_type a.search-filter_null {
  background-color: #eeeef0;
  color: #c0c0c0;
  cursor: default;
}
.search-page_type a.search-filter_null .search_total-number {
  display: none;
}
.search-page_type a.search-filter_null:hover,
.search-page_type a.search-filter_null:active,
.search-page_type a.search-filter_null:visited {
  cursor: default;
  background-color: #eeeef0;
}
.search-page_type li {
  height: 9rem;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  min-width: 16.33%;
  text-align: center;
  border-right: 1px solid white;
  box-sizing: border-box;
}
.search-page_type li:last-child {
  border: none;
}
.search-page_type ul {
  width: 100%;
  display: table-row;
  padding: 0;
  border: 1px solid white;
}

.search_menu-text {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  margin-top: 4.8rem;
}

.spelling-suggestions {
  display: none;
}

.resp-padding a.facetapi-limit-link {
  margin: 1rem auto;
  color: white;
  text-transform: inherit;
  font-size: 1.1rem;
  padding: 1.2rem 3rem;
  text-transform: uppercase;
}
.resp-padding a.facetapi-limit-link:before {
  display: none;
}
.resp-padding a.facetapi-limit-link:focus,
.resp-padding a.facetapi-limit-link:active,
.resp-padding a.facetapi-limit-link:visited,
.resp-padding a.facetapi-limit-link:hover {
  color: white;
}

.cartouche_search-filter {
  display: inline-block;
  margin-left: 0.5rem;
}

.cartouche_filter-exposed {
  padding: 0.7rem 0.5rem;
  border-left: 1px solid #3b3d91;
}
.cartouche_filter-exposed .search-delete {
  width: 15px;
  height: 10px;
  background: url("../images/icone-svg/icon_close2.svg") no-repeat;
  color: rgba(255, 255, 255, 0.01);
  background-attachment: scroll;
  background-size: 10px 10px !important;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
  background-position: center left;
  background-origin: content-box;
}

.page-search .search-page_sort,
.page-search .search-page_perpage {
  display: inline-block;
  width: 16rem;
  border: 1px solid #c2c2c2;
  z-index: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  background: url("../images/icone-svg/arrow_select.svg") no-repeat scroll right
    center #fff;
  background-size: 2.4rem 2.4rem;
  background-position: 98% 50%;
  height: 3rem;
  margin: 2.8rem 0 0 2.5rem;
}
.page-search .search-page_sort form,
.page-search .search-page_perpage form {
  width: 18.7rem;
  display: block;
}
.page-search .search-page_sort select,
.page-search .search-page_perpage select {
  height: 3rem;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  width: 18.7rem;
  background: none transparent;
  border: 0;
}
.page-search .search-page_perpage {
  width: 11.7rem;
  margin-left: 1.5rem;
  overflow: hidden;
}
.page-search .search-page_perpage select {
  width: 14.7rem;
}
.page-search .ui-dialog .ui-dialog-titlebar {
  font-size: 1.8rem;
  color: #3b3d91;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.page-search .ui-dialog .search_cartouche {
  font-size: 1rem;
  background-color: #fff;
  color: #292c32;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
}
.page-search .ui-dialog .label-inline {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  color: #3b3d91;
  min-width: 200px;
  font-size: 1.4rem;
  text-align: left;
  padding-right: 0;
  font-weight: 300;
  margin: 1rem 0;
}
.page-search .ui-dialog .file-document a {
  color: #4e76f9;
  display: inline-block;
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  height: 2.063rem;
  line-height: 23px;
  list-style-type: none;
  padding: 5px 0 !important;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.form-item-within-doc label {
  padding-left: 3.5rem !important;
}
.form-item-within-doc label:before {
  top: 2rem !important;
  left: 0.95rem !important;
  line-height: 1.4rem !important;
}

.esma-library.search-page_header .search-form {
  padding-left: 3rem;
  margin-bottom: 1.25em;
}

.esma-library.search-page_header .search-form .container-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.esma-library.search-page_header .form-item-keys {
  display: inline-block;
}
.esma-library.search-page_header .form-item-keys label {
  display: block;
}
.esma-library.search-page_header .reference-wrapper,
.esma-library.search-page_header .full-text-wrapper {
  display: flex;
  align-items: end;
}
.esma-library.search-page_header .form-item-reference {
  display: inline-block;
}

.esma-library.search-page_header .form-item-retain-filters {
  order: 1;
  margin-bottom: 1em;
}

.esma-library.search-page_header #edit-submit,
.esma-library.search-page_header #edit-submit-ref {
  margin-right: 2rem;
  margin-bottom: 1.33333em;
}

.esma-library.search-page_header .form-item-retain-filters label {
  padding: 0;
}
.esma-library.search-page_header .form-item-retain-filters label::before {
  position: static;
  vertical-align: sub;
}

.page-investor-corner .search-page_main,
.page-press-news .search-page_main,
.page-databases-library .search-page_main {
  background: url("../images/icone-svg/icon_document_white.svg") no-repeat 2.3%
    50%;
  background-color: #708fc9;
}
.page-investor-corner .search-page_header input[type="text"]#edit-reference,
.page-press-news .search-page_header input[type="text"]#edit-reference {
  width: 35.8rem;
}
.page-investor-corner .search_total-number,
.page-press-news .search_total-number,
.page-databases-library .search_total-number {
  /* color:white;
   border-radius: 2px;
   background-color: $esma-deep-blue;
   display: block;*/
}
.page-investor-corner .search_page-documents,
.page-press-news .search_page-documents,
.page-databases-library .search_page-documents {
  display: block;
}
.page-investor-corner .search_menu-text,
.page-press-news .search_menu-text,
.page-databases-library .search_menu-text {
  color: white;
  margin-top: 0;
  padding-left: 7rem;
}
.page-investor-corner .search-page_perpage,
.page-press-news .search-page_perpage,
.page-databases-library .search-page_perpage {
  height: 3rem;
  line-height: 3rem;
  width: 15.6rem;
  overflow: hidden;
  float: left;
  margin: 2.5rem 0 2rem 2.5rem;
  border: 1px solid #c2c2c2;
  background: url("../images/icones/arrow_select.png") no-repeat scroll right
    center #fff;
  background-size: 18% 100%;
}
.page-investor-corner .search-page_perpage form,
.page-press-news .search-page_perpage form,
.page-databases-library .search-page_perpage form {
  height: 3rem;
  line-height: 2.4rem;
}
.page-investor-corner .search-page_perpage select,
.page-press-news .search-page_perpage select,
.page-databases-library .search-page_perpage select {
  width: 18.6rem;
  background: transparent;
  border: 0;
  appearance: none;
}
.page-investor-corner #edit-submit,
.page-press-news #edit-submit {
  margin-right: 14.8rem;
}

.esma-library_table {
  margin-left: 2.5rem;
}
.esma-library_table .footable-row-detail-name {
  min-width: 21%;
}

.esma-library-table_date {
  width: 12% !important;
}

table.esma-library_table {
  /*th{
    font-size: 1rem;
    a{
      font-size: 1rem;
    }
  }*/
}
table.esma-library_table .esma-library-table_ref {
  width: 10% !important;
}
table.esma-library_table .esma-library-table_title {
  width: 33% !important;
}
table.esma-library_table .esma-library-table_section {
  width: 14% !important;
}
table.esma-library_table .esma-library-table_info {
  width: 6.8% !important;
}
table.esma-library_table .extention_dec-table {
  padding: 0;
}
table.esma-library_table td:nth-child(6) {
  text-align: center;
}
table.esma-library_table td:nth-child(3) a:visited {
  color: #4e76f9;
}
table.esma-library_table tr {
  border-bottom: 1px solid #eeeef0;
}
table.esma-library_table tr .footable-row-detail-row:last-child {
  border: 0;
}

.search-page_refine_blocks
  .resp-padding
  .facetapi-facet-im-field-document-type {
  margin-bottom: 1rem;
}
.search-page_refine_blocks
  .resp-padding
  .facetapi-facet-im-field-document-type
  + h3 {
  margin-top: 1rem;
}
.search-page_refine_blocks .resp-padding .facetapi-facet-im-esma-sections {
  margin-bottom: 1rem;
}
.search-page_refine_blocks
  .resp-padding
  .facetapi-facet-im-esma-sections
  .facetapi-limit-link {
  margin: 0 auto;
}

.isrb-search.search-page_header .form-item-keys {
  vertical-align: top;
}
.isrb-search.search-page_header .search-page_sort {
  height: 3.8rem;
  margin: 0 2rem 1em 0;
}
.isrb-search.search-page_header .search-page_sort select {
  height: 3.8rem;
}

.calendar-calendar table thead th {
  width: auto;
}
.calendar-calendar table .dayview,
.calendar-calendar table .monthview {
  background-color: white !important;
}
.calendar-calendar table .dayview a,
.calendar-calendar table .monthview a {
  font-weight: normal !important;
}
.calendar-calendar table .today {
  border-color: #708fc9 !important;
}
.calendar-calendar table th.days {
  font-family: Ubuntu-medium, Arial, sans-serif;
  font-weight: normal !important;
  color: #292c32;
}
.calendar-calendar table .td .empty {
  color: #708fc9;
}
.calendar-calendar div.day {
  width: 2rem;
}

.pager li.date-prev,
.pager li.date-next {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: rgba(255, 255, 255, 0.01);
  width: 5rem;
  height: 5rem;
}
.pager li.date-prev a,
.pager li.date-next a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.date-prev a {
  background: url("../images/icone-svg/icon_left.svg") no-repeat center #eeeef0;
  background-size: 50% 50%;
}
.date-prev a:hover {
  background: url("../images/icone-svg/icon_left_white.svg") no-repeat center
    #708fc9;
  background-size: 50% 50%;
}

.date-next a {
  background: url("../images/icone-svg/icon_right.svg") no-repeat center #eeeef0;
  background-size: 50% 50%;
}
.date-next a:hover {
  background: url("../images/icone-svg/icon_right_white.svg") no-repeat center
    #708fc9;
  background-size: 50% 50%;
}

.attachment .view-header {
  margin: 2rem 0;
}
.attachment .form-type-select {
  display: block;
  height: 3rem;
  border: 1px solid #708fc9;
  background: url("../images/icones/arrow_select.png") no-repeat scroll right
    center #fff;
  background-size: 3rem 3rem;
  width: 18rem;
  overflow: hidden;
}
.attachment .form-type-select label {
  margin-left: 0.5rem;
  color: #292c32;
  font-size: 1.2rem;
  text-align: right;
  font-weight: normal;
  line-height: 3rem;
}
.attachment select {
  background: none transparent;
  height: 3rem;
  line-height: 3rem;
  border: 0;
  width: 20.7rem;
}

.page-press-news-key-dates .views-exposed-widget {
  padding: 0;
  margin: 0;
}
.page-press-news-key-dates .views-exposed-widget div {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #708fc9;
  z-index: 0;
  overflow: hidden;
  background: url("../images/icones/arrow_select.png") no-repeat top right white;
  height: 30px;
  background-size: 30px 30px;
  line-height: 18px;
}
.page-press-news-key-dates .views-exposed-widget label {
  display: none;
  width: 0;
  position: absolute;
  left: -2500px;
}
.page-press-news-key-dates .views-exposed-widget select {
  height: 30px;
  z-index: 1;
  border: 0;
  font-size: 12px;
  line-height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0);
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #5d5f65;
}
.page-press-news-key-dates .views-exposed-widget select option {
  font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
  color: #5d5f65;
}
.page-press-news-key-dates .views-widget-per-page {
  margin-top: 2rem;
}
.page-press-news-key-dates .views-widget-per-page div {
  width: 110px;
}
.page-press-news-key-dates .views-widget-per-page select {
  width: 130px;
}

.month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
  display: inline-block;
}

@media only screen and (max-device-width: 767px),
  only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
  only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body:before {
    content: "phone" !important;
    display: none;
  }

  .element-invisible {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
  }

  textarea,
  input[type="text"],
  input[type="button"],
  input[type="submit"],
  select {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .div[role="main"] {
    width: 100%;
    float: none;
  }

  #main-content {
    padding: 0 3%;
  }
  #main-content .page_panel {
    display: flex;
    flex-direction: column;
  }

  #esmapage_main-content,
  #sidebar,
  .esmapage_panel_footer,
  .esmapage_panel-header,
  .page {
    width: 100%;
    float: none;
  }

  .front .Breadcrumb {
    display: none;
  }
  .front .tb-megamenu-menu-esma-megamenu {
    width: auto;
  }
  .front .page {
    width: 100%;
  }

  .Breadcrumb {
    float: right;
    margin: 1rem auto;
  }

  .ui-dialog {
    width: 80vw;
    height: 50vh;
  }

  .ui-corner-all {
    border-radius: 0;
  }

  .ui-widget-header {
    background: white;
    border: none;
  }
  .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
  }

  .ui-state-default {
    border: none !important;
    background: none !important;
  }
  .ui-state-default .ui-icon {
    background: url(../images/icone-svg/icon_close2.svg) no-repeat white 50%;
    border: none;
    width: 3rem;
    height: 3rem;
    margin-left: -2rem;
    background-size: 60%;
  }

  .ui-dialog-titlebar-close {
    position: absolute;
    right: 0 !important;
    top: 20% !important;
    width: 3rem;
    margin: -2rem 0 0 0;
    padding: 1px;
    height: 3rem;
  }

  .display_none {
    display: none !important;
  }

  .display_block {
    display: block !important;
  }

  .ajax-progress-throbber {
    position: absolute;
    right: 0;
    top: 0;
  }

  body.admin-menu {
    margin-top: 54px !important;
  }

  .front header[role="banner"] {
    padding: 0 0 0 3%;
    border-bottom: 0;
  }
  .front header[role="banner"] .logout {
    color: #4e76f9;
  }
  .front header[role="banner"] .logout:focus,
  .front header[role="banner"] .logout:visited,
  .front header[role="banner"] .logout:active {
    color: #4e76f9;
  }
  .front .slide_title {
    font-size: 2.5rem;
    padding-right: 0;
  }
  .front .slide_text {
    padding-right: 0;
  }
  .front .esma_tb-menu {
    right: 0;
  }
  .front header .siteinfo {
    margin-top: 2.5rem;
    width: 73%;
    margin-left: 3%;
  }
  .front .header-region {
    padding-bottom: 1.9rem;
  }
  .front .region-slider {
    width: 100%;
    padding: 2.5rem 3% 2.5rem 0;
  }

  header[role="banner"] {
    padding: 0 0 1rem 3%;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
  }

  .region-slider {
    width: 100%;
  }
  .region-slider > div:first-child,
  .region-slider > div:last-child {
    width: 100%;
  }

  .esma_mobile-search {
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    background: url("../images/icone-svg/icon_search_blue1.svg") no-repeat 50%;
    margin-right: 0.4rem;
    margin: 0 auto;
    background-size: 89% !important;
  }

  #esma_print {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  .Breadcrumb {
    padding: 0px 3%;
    min-height: 4rem;
  }
  .Breadcrumb .breadcrumb + div {
    float: left;
    margin-top: 0.937rem;
    margin-right: 1rem;
  }
  .Breadcrumb a {
    width: 7.2rem;
    height: 2.7rem;
    float: left;
  }

  .ui-widget #search-block-form .form-type-textfield {
    width: 80%;
    float: left;
    overflow: hidden;
  }
  .ui-widget #search-block-form .form-actions {
    width: 3.7rem;
    background-color: #708fc9;
    float: left;
  }
  .ui-widget #search-block-form input[type="text"] {
    width: 400%;
    display: inline-block;
    height: 3.7rem;
    line-height: 3.7rem;
    vertical-align: middle;
    background-color: #708fc9;
    font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
    color: #fff;
    border: 0;
    padding-left: 0.5rem;
  }
  .ui-widget #search-block-form input[type="text"]::-webkit-input-placeholder {
    color: white;
  }
  .ui-widget #search-block-form input[type="text"]:-moz-placeholder {
    color: white;
  }
  .ui-widget #search-block-form input[type="text"]::-moz-placeholder {
    color: white;
  }
  .ui-widget #search-block-form input[type="text"]:-ms-input-placeholder {
    color: white;
  }
  .ui-widget #search-block-form input[type="submit"] {
    display: inline-block;
    width: 3.7rem;
    height: 3.7rem;
    background-color: #708fc9;
    padding: 0;
    color: rgba(255, 255, 255, 0.01);
    background: url("../images/icone-svg/icon_search.svg") no-repeat;
    background-size: 2.1rem;
    background-position: 50%;
    border: 0;
    margin: 0;
  }

  .header_content {
    width: 100%;
  }

  .header-region nav[role="menuitem"].help_menu,
  .header-region nav[role="menuitem"].follow_menu {
    display: none;
  }

  .esma_tb-menu {
    border: 0;
    width: 5rem !important;
    right: 0 !important;
  }

  .region-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .region-slider > div:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .region-slider > div:first-child .flexslider {
    margin: 0px auto 2rem;
  }
  .region-slider > div:last-child {
    position: relative;
    width: 100%;
  }
  .region-slider > div:last-child .quicktabs-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .region-slider > div:last-child .quicktabs-tabs .first,
  .region-slider > div:last-child .quicktabs-tabs .last {
    width: 49%;
    margin-left: 0.2rem;
  }
  .region-slider > div:last-child .quicktabs-tabs .first a,
  .region-slider > div:last-child .quicktabs-tabs .last a {
    font-size: 1.1rem;
  }

  .siteinfo {
    width: 80%;
  }

  .tb-megamenu-menu-esma-megamenu {
    width: auto;
  }
  .tb-megamenu-menu-esma-megamenu:focus,
  .tb-megamenu-menu-esma-megamenu:active {
    border: 0;
    box-shadow: none;
  }

  .front .esma_tb-menu {
    width: 5rem;
  }

  div[role="search"] {
    padding-top: 7rem;
    display: block;
    margin: 0 auto;
  }

  .esma_tb-menu {
    position: absolute;
    top: 0;
    right: 3%;
    height: 3.7rem;
    background-color: white;
    width: 20%;
  }
  .esma_tb-menu .tb-megamenu .btn:hover,
  .esma_tb-menu .tb-megamenu .btn-deep-blue:hover,
  .esma_tb-menu .tb-megamenu td input[type="submit"]:hover,
  td .esma_tb-menu .tb-megamenu input[type="submit"]:hover,
  .esma_tb-menu .tb-megamenu .page-registration-edit form [type="submit"]:hover,
  .page-registration-edit form .esma_tb-menu .tb-megamenu [type="submit"]:hover,
  .esma_tb-menu .tb-megamenu .page-registration-edit form #edit-cancel:hover,
  .page-registration-edit form .esma_tb-menu .tb-megamenu #edit-cancel:hover,
  .esma_tb-menu .tb-megamenu #user-login-block-form-fields #edit-submit:hover,
  #user-login-block-form-fields .esma_tb-menu .tb-megamenu #edit-submit:hover,
  .esma_tb-menu
    .tb-megamenu
    #registration-entity-settings-form
    .form-required
    input
    [type="submit"]:hover,
  #registration-entity-settings-form
    .form-required
    input
    .esma_tb-menu
    .tb-megamenu
    [type="submit"]:hover,
  .esma_tb-menu .tb-megamenu .form-managed-file input[type="submit"]:hover,
  .form-managed-file .esma_tb-menu .tb-megamenu input[type="submit"]:hover,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-registrant-doc-block
    #edit-select
    #edit-actionesma-vbo-download-action:hover,
  #views-form-esma-registrant-doc-block
    #edit-select
    .esma_tb-menu
    .tb-megamenu
    #edit-actionesma-vbo-download-action:hover,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    input[type="submit"]:hover,
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    input[type="submit"]:hover,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    #edit-cancel:hover,
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    #edit-cancel:hover,
  .esma_tb-menu
    .tb-megamenu
    #edit-field-reg-cons-attach-files-und-table
    input[type="submit"]:hover,
  #edit-field-reg-cons-attach-files-und-table
    .esma_tb-menu
    .tb-megamenu
    input[type="submit"]:hover,
  .esma_tb-menu
    .tb-megamenu
    .search-page_refine
    #esma-apachesolr-date-search-form
    input[type="submit"]:hover,
  .search-page_refine
    #esma-apachesolr-date-search-form
    .esma_tb-menu
    .tb-megamenu
    input[type="submit"]:hover,
  .esma_tb-menu .tb-megamenu .resp-padding a.facetapi-limit-link:hover,
  .resp-padding .esma_tb-menu .tb-megamenu a.facetapi-limit-link:hover,
  .esma_tb-menu .tb-megamenu .btn:active,
  .esma_tb-menu .tb-megamenu .btn-deep-blue:active,
  .esma_tb-menu .tb-megamenu td input[type="submit"]:active,
  td .esma_tb-menu .tb-megamenu input[type="submit"]:active,
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    [type="submit"]:active,
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    [type="submit"]:active,
  .esma_tb-menu .tb-megamenu .page-registration-edit form #edit-cancel:active,
  .page-registration-edit form .esma_tb-menu .tb-megamenu #edit-cancel:active,
  .esma_tb-menu .tb-megamenu #user-login-block-form-fields #edit-submit:active,
  #user-login-block-form-fields .esma_tb-menu .tb-megamenu #edit-submit:active,
  .esma_tb-menu
    .tb-megamenu
    #registration-entity-settings-form
    .form-required
    input
    [type="submit"]:active,
  #registration-entity-settings-form
    .form-required
    input
    .esma_tb-menu
    .tb-megamenu
    [type="submit"]:active,
  .esma_tb-menu .tb-megamenu .form-managed-file input[type="submit"]:active,
  .form-managed-file .esma_tb-menu .tb-megamenu input[type="submit"]:active,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-registrant-doc-block
    #edit-select
    #edit-actionesma-vbo-download-action:active,
  #views-form-esma-registrant-doc-block
    #edit-select
    .esma_tb-menu
    .tb-megamenu
    #edit-actionesma-vbo-download-action:active,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    input[type="submit"]:active,
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    input[type="submit"]:active,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    #edit-cancel:active,
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    #edit-cancel:active,
  .esma_tb-menu
    .tb-megamenu
    #edit-field-reg-cons-attach-files-und-table
    input[type="submit"]:active,
  #edit-field-reg-cons-attach-files-und-table
    .esma_tb-menu
    .tb-megamenu
    input[type="submit"]:active,
  .esma_tb-menu
    .tb-megamenu
    .search-page_refine
    #esma-apachesolr-date-search-form
    input[type="submit"]:active,
  .search-page_refine
    #esma-apachesolr-date-search-form
    .esma_tb-menu
    .tb-megamenu
    input[type="submit"]:active,
  .esma_tb-menu .tb-megamenu .resp-padding a.facetapi-limit-link:active,
  .resp-padding .esma_tb-menu .tb-megamenu a.facetapi-limit-link:active {
    transition: none;
    background-position-x: 19%;
  }
  .esma_tb-menu .tb-megamenu .nav-collapse .nav > nav {
    float: right;
  }
  .esma_tb-menu .icon-reorder {
    visibility: hidden;
  }
  .esma_tb-menu .btn-navbar {
    background-color: white;
  }
  .esma_tb-menu .btn-navbar:hover {
    background-color: white;
  }
  .esma_tb-menu .tb-megamenu-button {
    margin: 1rem auto 0;
    background: url("../images/icone-svg/icon_burgermenu_mobile.svg") no-repeat
      center center white !important;
    background-size: 3.2rem;
    background-position-x: 50%;
    height: 3.7rem !important;
    width: 3.7rem !important;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    overflow: hidden;
  }
  .esma_tb-menu .tb-megamenu-button:focus,
  .esma_tb-menu .tb-megamenu-button:active {
    background-color: white;
    background-position: 50% 50%;
  }

  .header-region #search-block-form input[type="submit"] {
    background-color: transparent;
    background-image: none;
    width: 3.3rem;
    height: 3.3rem;
  }

  .header-region {
    display: flex;
    flex-direction: column-reverse;
    width: 6rem;
    background-color: white;
  }
  .header-region .user-name {
    display: none;
  }
  .header-region .logout {
    margin-right: 1.4rem;
  }
  .header-region .logout,
  .header-region .block_user-name {
    background-color: white;
    color: #4e76f9;
  }
  .header-region #user-login-block-container {
    padding-right: 1.1rem;
  }
  .header-region > div {
    /*float: right;*/
  }
  .header-region .user-login-button.btn,
  .header-region .user-login-button.btn-deep-blue,
  .header-region td input.user-login-button[type="submit"],
  td .header-region input.user-login-button[type="submit"],
  .header-region .page-registration-edit form .user-login-button[type="submit"],
  .page-registration-edit form .header-region .user-login-button[type="submit"],
  .header-region .page-registration-edit form .user-login-button#edit-cancel,
  .page-registration-edit form .header-region .user-login-button#edit-cancel,
  .header-region #user-login-block-form-fields .user-login-button#edit-submit,
  #user-login-block-form-fields .header-region .user-login-button#edit-submit,
  .header-region
    #registration-entity-settings-form
    .form-required
    input
    .user-login-button[type="submit"],
  #registration-entity-settings-form
    .form-required
    input
    .header-region
    .user-login-button[type="submit"],
  .header-region .form-managed-file input.user-login-button[type="submit"],
  .form-managed-file .header-region input.user-login-button[type="submit"],
  .header-region
    #views-form-esma-registrant-doc-block
    #edit-select
    .user-login-button#edit-actionesma-vbo-download-action,
  #views-form-esma-registrant-doc-block
    #edit-select
    .header-region
    .user-login-button#edit-actionesma-vbo-download-action,
  .header-region
    #views-form-esma-response-list-page
    input.user-login-button[type="submit"],
  #views-form-esma-response-list-page
    .header-region
    input.user-login-button[type="submit"],
  .header-region
    #views-form-esma-response-list-page
    .user-login-button#edit-cancel,
  #views-form-esma-response-list-page
    .header-region
    .user-login-button#edit-cancel,
  .header-region
    #edit-field-reg-cons-attach-files-und-table
    input.user-login-button[type="submit"],
  #edit-field-reg-cons-attach-files-und-table
    .header-region
    input.user-login-button[type="submit"],
  .header-region
    .search-page_refine
    #esma-apachesolr-date-search-form
    input.user-login-button[type="submit"],
  .search-page_refine
    #esma-apachesolr-date-search-form
    .header-region
    input.user-login-button[type="submit"],
  .header-region .resp-padding a.user-login-button.facetapi-limit-link,
  .resp-padding .header-region a.user-login-button.facetapi-limit-link {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0;
    margin: 2rem 0.2rem 0 0;
    color: transparent;
    background: url("../images/icone-svg/icon_profile.svg") no-repeat;
  }
  .header-region #search-block-form {
    background-color: white;
    margin-right: 1.6rem;
    width: 80vw;
    height: 50vh;
    display: none;
  }
  .header-region #search-block-form .form-actions {
    margin-top: 2rem !important;
  }
  .header-region #search-block-form #edit-actions--2,
  .header-region #search-block-form #edit-actions {
    float: right;
    background: url("../images/icone-svg/icon_search_blue1.svg") no-repeat white !important;
    background-image: none;
    background-size: 2.1rem;
    background-position: 50%;
    width: 3.3rem;
    height: 3.3rem;
  }
  .header-region #search-block-form form input[type="submit"] {
    float: right;
    background-color: transparent !important;
    background-image: none !important;
  }

  .footer_content {
    margin: 0 auto;
    padding: 0 5% 3rem 5%;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .footer_content nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_content nav:last-child li {
    width: auto;
  }
  .footer_content nav:last-child li a {
    padding: 1rem 1rem !important;
    display: block;
  }
  .footer_content nav:nth-child(2) {
    order: 1;
  }
  .footer_content nav ul {
    margin: 0;
    padding-left: 0;
  }
  .footer_content nav a {
    padding: 0 !important;
  }

  footer[role="contentinfo"] {
    margin-top: 3rem;
  }
  footer[role="contentinfo"] .footer_content {
    width: 100%;
    text-align: center;
  }
  footer[role="contentinfo"] .footer_content nav {
    width: 100%;
    margin: 0 auto !important;
    text-align: center !important;
  }
  footer[role="contentinfo"] .footer_content nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  footer[role="contentinfo"] .footer_content nav ul li {
    margin: auto;
  }
  footer[role="contentinfo"] .footer_content nav a {
    display: block;
    word-wrap: normal;
    hyphens: none;
    margin: auto;
  }
  footer[role="contentinfo"] .logo_footer-container {
    float: none !important;
    margin: 0 auto !important;
  }
  body.megamenu-mobile-open .header-region {
    z-index: 20;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
  }
  body.megamenu-mobile-open .tb-megamenu,
  body.megamenu-mobile-open .esma_tb-menu {
    position: static;
  }
  body.megamenu-mobile-open
    .tb-megamenu
    .always-show
    .mega
    > .href-level-1
    + .mega-dropdown-menu,
  body.megamenu-mobile-open
    .tb-megamenu
    .always-show
    .href-level-1
    + .dropdown-menu {
    display: none !important;
  }
  body.megamenu-mobile-open
    .tb-megamenu
    .always-show
    .mega.dropdown-open
    > .mega-dropdown-menu,
  body.megamenu-mobile-open
    .tb-megamenu
    .always-show
    .dropdown-open
    > .dropdown-menu,
  body.megamenu-mobile-open
    .tb-megamenu
    .always-show
    .mega.active
    > .mega-dropdown-menu,
  body.megamenu-mobile-open
    .tb-megamenu
    .always-show
    .mega.active
    > .mega-group-ct,
  body.megamenu-mobile-open .tb-megamenu .always-show .active > .dropdown-menu {
    display: block !important;
  }
  body.megamenu-mobile-open .tb-megamenu-item.level-3.active {
    background-color: white;
    color: #708fc9;
  }
  body.megamenu-mobile-open .tb-megamenu-item.level-3.active a {
    color: inherit !important;
  }
  body.megamenu-mobile-open .tb-megamenu .nav-collapse .nav > li > a,
  body.megamenu-mobile-open .tb-megamenu .nav-collapse .dropdown-menu a {
    border: none;
  }
  body.megamenu-mobile-open .tb-megamenu > .always-show.nav-collapse,
  body.megamenu-mobile-open .front .tb-megamenu > .always-show.nav-collapse,
  body.megamenu-mobile-open
    .tb-megamenu-menu-esma-megamenu
    > .always-show.nav-collapse {
    left: 0;
  }
  body.megamenu-mobile-open .tb-megamenu .row-fluid {
    background-color: #708fc9;
  }

  .esma_tb-menu .tb-megamenu button.btn.tb-megamenu-button,
  .esma_tb-menu .tb-megamenu button.tb-megamenu-button.btn-deep-blue,
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button[type="submit"],
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button[type="submit"],
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button#edit-cancel,
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-cancel,
  .esma_tb-menu
    .tb-megamenu
    #user-login-block-form-fields
    button.tb-megamenu-button#edit-submit,
  #user-login-block-form-fields
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-submit,
  .esma_tb-menu
    .tb-megamenu
    #registration-entity-settings-form
    .form-required
    input
    button.tb-megamenu-button[type="submit"],
  #registration-entity-settings-form
    .form-required
    input
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button[type="submit"],
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-registrant-doc-block
    #edit-select
    button.tb-megamenu-button#edit-actionesma-vbo-download-action,
  #views-form-esma-registrant-doc-block
    #edit-select
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-actionesma-vbo-download-action,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    button.tb-megamenu-button#edit-cancel,
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-cancel {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    border-radius: 0;
    width: 6rem !important;
    height: 6rem !important;
    margin-top: 0;
  }
  .esma_tb-menu .tb-megamenu button.btn.tb-megamenu-button:active,
  .esma_tb-menu .tb-megamenu button.tb-megamenu-button.btn-deep-blue:active,
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button[type="submit"]:active,
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button[type="submit"]:active,
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button#edit-cancel:active,
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-cancel:active,
  .esma_tb-menu
    .tb-megamenu
    #user-login-block-form-fields
    button.tb-megamenu-button#edit-submit:active,
  #user-login-block-form-fields
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-submit:active,
  .esma_tb-menu
    .tb-megamenu
    #registration-entity-settings-form
    .form-required
    input
    button.tb-megamenu-button[type="submit"]:active,
  #registration-entity-settings-form
    .form-required
    input
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button[type="submit"]:active,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-registrant-doc-block
    #edit-select
    button.tb-megamenu-button#edit-actionesma-vbo-download-action:active,
  #views-form-esma-registrant-doc-block
    #edit-select
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-actionesma-vbo-download-action:active,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    button.tb-megamenu-button#edit-cancel:active,
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-cancel:active,
  .esma_tb-menu .tb-megamenu button.btn.tb-megamenu-button.active,
  .esma_tb-menu .tb-megamenu button.tb-megamenu-button.active.btn-deep-blue,
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button.active[type="submit"],
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button.active[type="submit"],
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button.active#edit-cancel,
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button.active#edit-cancel,
  .esma_tb-menu
    .tb-megamenu
    #user-login-block-form-fields
    button.tb-megamenu-button.active#edit-submit,
  #user-login-block-form-fields
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button.active#edit-submit,
  .esma_tb-menu
    .tb-megamenu
    #registration-entity-settings-form
    .form-required
    input
    button.tb-megamenu-button.active[type="submit"],
  #registration-entity-settings-form
    .form-required
    input
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button.active[type="submit"],
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-registrant-doc-block
    #edit-select
    button.tb-megamenu-button.active#edit-actionesma-vbo-download-action,
  #views-form-esma-registrant-doc-block
    #edit-select
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button.active#edit-actionesma-vbo-download-action,
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    button.tb-megamenu-button.active#edit-cancel,
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button.active#edit-cancel {
    background-image: inherit;
  }
  .esma_tb-menu .tb-megamenu button.btn.tb-megamenu-button i[class^="icon-"],
  .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button.btn-deep-blue
    i[class^="icon-"],
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button[type="submit"]
    i[class^="icon-"],
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button[type="submit"]
    i[class^="icon-"],
  .esma_tb-menu
    .tb-megamenu
    .page-registration-edit
    form
    button.tb-megamenu-button#edit-cancel
    i[class^="icon-"],
  .page-registration-edit
    form
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-cancel
    i[class^="icon-"],
  .esma_tb-menu
    .tb-megamenu
    #user-login-block-form-fields
    button.tb-megamenu-button#edit-submit
    i[class^="icon-"],
  #user-login-block-form-fields
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-submit
    i[class^="icon-"],
  .esma_tb-menu
    .tb-megamenu
    #registration-entity-settings-form
    .form-required
    input
    button.tb-megamenu-button[type="submit"]
    i[class^="icon-"],
  #registration-entity-settings-form
    .form-required
    input
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button[type="submit"]
    i[class^="icon-"],
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-registrant-doc-block
    #edit-select
    button.tb-megamenu-button#edit-actionesma-vbo-download-action
    i[class^="icon-"],
  #views-form-esma-registrant-doc-block
    #edit-select
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-actionesma-vbo-download-action
    i[class^="icon-"],
  .esma_tb-menu
    .tb-megamenu
    #views-form-esma-response-list-page
    button.tb-megamenu-button#edit-cancel
    i[class^="icon-"],
  #views-form-esma-response-list-page
    .esma_tb-menu
    .tb-megamenu
    button.tb-megamenu-button#edit-cancel
    i[class^="icon-"] {
    display: none;
  }

  .icone_home {
    background-position: 50% 50%;
  }

  .tb-megamenu > .always-show.nav-collapse,
  .front .tb-megamenu > .always-show.nav-collapse,
  .tb-megamenu-menu-esma-megamenu > .always-show.nav-collapse {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    box-shadow: 0px 2px 1px 0px #c2c2c2;
    /* transition:left .8s ease-in .6s;*/
  }
  .tb-megamenu .nav-collapse,
  .front .tb-megamenu .nav-collapse,
  .tb-megamenu-menu-esma-megamenu .nav-collapse {
    background-color: #8ca4cf !important;
    width: 100vw;
    border-right: 6rem solid #3b3d91;
    margin: 0 !important;
  }
  .tb-megamenu ul.tb-megamenu-nav,
  .front .tb-megamenu ul.tb-megamenu-nav,
  .tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav {
    display: flex;
    flex-direction: column;
    margin: 0 2rem !important;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .tb-megamenu ul.tb-megamenu-nav li.level-1,
  .front .tb-megamenu ul.tb-megamenu-nav li.level-1,
  .tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav li.level-1 {
    display: block;
    color: white;
    text-align: left;
    border-bottom: 1px solid white;
  }
  .tb-megamenu ul.tb-megamenu-nav li.level-1.active,
  .front .tb-megamenu ul.tb-megamenu-nav li.level-1.active,
  .tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav li.level-1.active {
    background-color: #708fc9;
  }
  .tb-megamenu ul.tb-megamenu-nav li.level-1.open,
  .front .tb-megamenu ul.tb-megamenu-nav li.level-1.open,
  .tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav li.level-1.open {
    background-color: #8ca4cf;
  }
  .tb-megamenu ul.tb-megamenu-nav li.level-1.open > .tb-megamenu-submenu,
  .front .tb-megamenu ul.tb-megamenu-nav li.level-1.open > .tb-megamenu-submenu,
  .tb-megamenu-menu-esma-megamenu
    ul.tb-megamenu-nav
    li.level-1.open
    > .tb-megamenu-submenu {
    background-color: #8ca4cf;
  }
  .tb-megamenu ul.tb-megamenu-nav li.level-1 a,
  .front .tb-megamenu ul.tb-megamenu-nav li.level-1 a,
  .tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav li.level-1 a {
    padding: 1rem 0;
    margin: 0;
    display: block;
    color: inherit !important;
    background-color: transparent !important;
  }
  .tb-megamenu ul.tb-megamenu-nav li .tb-megamenu-column li.level-2 a,
  .front .tb-megamenu ul.tb-megamenu-nav li .tb-megamenu-column li.level-2 a,
  .tb-megamenu-menu-esma-megamenu
    ul.tb-megamenu-nav
    li
    .tb-megamenu-column
    li.level-2
    a {
    text-decoration: none;
  }
  .tb-megamenu .mega-col-nav[col_number="3"],
  .tb-megamenu .mega-col-nav[col_number="2"],
  .tb-megamenu .mega-col-nav[col_number="1"],
  .tb-megamenu .mega-col-nav[col_number="4"],
  .front .tb-megamenu .mega-col-nav[col_number="3"],
  .front .tb-megamenu .mega-col-nav[col_number="2"],
  .front .tb-megamenu .mega-col-nav[col_number="1"],
  .front .tb-megamenu .mega-col-nav[col_number="4"],
  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="3"],
  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="2"],
  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="1"],
  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="4"] {
    width: 100%;
  }
  .tb-megamenu .row-fluid,
  .front .tb-megamenu .row-fluid,
  .tb-megamenu-menu-esma-megamenu .row-fluid {
    display: block;
    padding: 0;
    border: 0;
    background-image: none;
  }
  .tb-megamenu .row-fluid > a,
  .front .tb-megamenu .row-fluid > a,
  .tb-megamenu-menu-esma-megamenu .row-fluid > a {
    display: block;
  }
  .tb-megamenu .row-fluid > a:before,
  .front .tb-megamenu .row-fluid > a:before,
  .tb-megamenu-menu-esma-megamenu .row-fluid > a:before {
    display: none;
  }
  .tb-megamenu .row-fluid .tb-megamenu-column,
  .front .tb-megamenu .row-fluid .tb-megamenu-column,
  .tb-megamenu-menu-esma-megamenu .row-fluid .tb-megamenu-column {
    width: 80vw !important;
    display: block !important;
    border: 0;
  }
  .tb-megamenu .row-fluid .tb-megamenu-column .mega-group-title,
  .front .tb-megamenu .row-fluid .tb-megamenu-column .mega-group-title,
  .tb-megamenu-menu-esma-megamenu
    .row-fluid
    .tb-megamenu-column
    .mega-group-title {
    display: block;
  }
  .tb-megamenu .row-fluid .tb-megamenu-column .mega-group-title:before,
  .front .tb-megamenu .row-fluid .tb-megamenu-column .mega-group-title:before,
  .tb-megamenu-menu-esma-megamenu
    .row-fluid
    .tb-megamenu-column
    .mega-group-title:before {
    display: none;
  }
  .tb-megamenu .row-fluid .tb-megamenu-block,
  .front .tb-megamenu .row-fluid .tb-megamenu-block,
  .tb-megamenu-menu-esma-megamenu .row-fluid .tb-megamenu-block {
    display: none;
  }
  .tb-megamenu .row-fluid .row-fluid,
  .front .tb-megamenu .row-fluid .row-fluid,
  .tb-megamenu-menu-esma-megamenu .row-fluid .row-fluid {
    display: block;
  }
  .tb-megamenu .row-fluid .row-fluid .tb-megamenu-subnav,
  .front .tb-megamenu .row-fluid .row-fluid .tb-megamenu-subnav,
  .tb-megamenu-menu-esma-megamenu .row-fluid .row-fluid .tb-megamenu-subnav {
    display: block;
  }
  .tb-megamenu .row-fluid .row-fluid a,
  .front .tb-megamenu .row-fluid .row-fluid a,
  .tb-megamenu-menu-esma-megamenu .row-fluid .row-fluid a {
    display: block;
  }

  .esma_tb-menu .help_menu,
  .esma_tb-menu .follow_menu {
    width: calc(100vw - 6rem);
    float: left;
    background-color: white;
  }
  .esma_tb-menu .help_menu ul,
  .esma_tb-menu .follow_menu ul {
    padding: 0;
  }
  .esma_tb-menu .help_menu {
    background-color: white;
  }
  .esma_tb-menu .help_menu ul {
    display: flex;
    font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
    font-weight: bold;
    flex-direction: column;
    margin: 0 2rem;
    padding-bottom: 2rem;
  }
  .esma_tb-menu .help_menu ul li {
    padding: 0.9rem 0;
    border-bottom: 1px solid #8ca4cf;
  }
  .esma_tb-menu .help_menu ul li a {
    padding: 0;
  }
  .esma_tb-menu .follow_menu {
    background-color: white;
    padding: 0 2rem;
  }
  .esma_tb-menu .follow_menu h4.title {
    color: #3b3d91;
  }
  .esma_tb-menu .always-show {
    background-color: white;
  }
  .esma_tb-menu .display_none {
    display: none !important;
  }
  .esma_tb-menu .display_block {
    display: block !important;
  }

  .mega-group-ct {
    margin-left: 2rem;
  }

  .page-press-news-esma-news .news_cartouche-text {
    padding-bottom: 1rem;
  }
  .page-press-news-esma-news
    #views-exposed-form-esma-all-news-default
    #edit-submit-esma-all-news {
    display: none;
  }
  .page-press-news-esma-news .views-widget-per-page {
    display: none;
  }
  .page-press-news-esma-news #sidebar {
    margin-top: 2rem !important;
    padding-top: 1.5rem;
    border-top: 1px solid #c2c2c2;
  }
  .page-press-news-esma-news .esma_sidebar-press .field-type-entityreference {
    display: none;
  }
  .page-press-news-esma-news .col-1,
  .page-press-news-esma-news .col-2 {
    padding: 0;
    margin-bottom: 2rem;
  }
  .page-press-news-esma-news tr,
  .page-press-news-esma-news td {
    border-collapse: collapse;
    display: block;
  }
  .page-press-news-esma-news tr {
    vertical-align: inherit;
  }
  .page-press-news-esma-news .esma_news_list-sort-pager {
    float: left;
    height: 11.6rem;
  }
  .page-press-news-esma-news .esma_news_list-sort-pager .item-list-pager {
    display: table;
    float: none;
    width: 100%;
    padding: 2rem 0;
    text-align: left;
    float: none !important;
  }
  .page-press-news-esma-news
    .esma_news_list-sort-pager
    .item-list-pager
    .pager {
    display: table-row;
    float: none !important;
    text-align: left;
  }
  .page-press-news-esma-news
    .esma_news_list-sort-pager
    .item-list-pager
    .pager
    li {
    margin-right: 0.5rem;
  }
  .page-press-news-esma-news
    .esma_news_list-sort-pager
    .item-list-pager
    .pager
    li
    a {
    text-decoration: none;
  }

  .page-databases-library .search-page_header,
  .page-search-site .search-page_header,
  .page-investor-corner .search-page_header {
    width: 100%;
    margin: 0 auto;
  }
  .page-databases-library .search-page_header h1,
  .page-search-site .search-page_header h1,
  .page-investor-corner .search-page_header h1 {
    margin: 0.8rem 6rem 0rem 1rem;
  }
  .page-databases-library .search-page_header .search-form,
  .page-search-site .search-page_header .search-form,
  .page-investor-corner .search-page_header .search-form {
    padding-left: 0 !important;
  }
  .page-databases-library .search-page_header input[type="text"],
  .page-search-site .search-page_header input[type="text"],
  .page-investor-corner .search-page_header input[type="text"] {
    width: 100%;
    padding-left: 1rem;
    margin-left: 1rem;
  }
  .page-databases-library .search-page_header input[type="text"]#edit-reference,
  .page-search-site .search-page_header input[type="text"]#edit-reference,
  .page-investor-corner .search-page_header input[type="text"]#edit-reference {
    width: 100%;
  }
  .page-databases-library .search-page_refine_results .search-page_perpage,
  .page-databases-library .search-page_refine_results .search-page_sort,
  .page-search-site .search-page_refine_results .search-page_perpage,
  .page-search-site .search-page_refine_results .search-page_sort,
  .page-investor-corner .search-page_refine_results .search-page_perpage,
  .page-investor-corner .search-page_refine_results .search-page_sort {
    float: left;
    margin-left: 0;
    border: 1px solid #d6d6d6;
  }
  .page-databases-library .search-page_refine_results .search-page_perpage,
  .page-search-site .search-page_refine_results .search-page_perpage,
  .page-investor-corner .search-page_refine_results .search-page_perpage {
    float: left;
    width: 10.3rem;
    margin-left: 1rem !important;
  }
  .page-databases-library .search-page_refine_results .search-page_sort,
  .page-search-site .search-page_refine_results .search-page_sort,
  .page-investor-corner .search-page_refine_results .search-page_sort {
    margin-bottom: 2rem !important;
  }
  .page-databases-library .item-list-pager,
  .page-search-site .item-list-pager,
  .page-investor-corner .item-list-pager {
    display: none;
  }
  .page-databases-library .search-page_perpage,
  .page-databases-library .search-page_sort,
  .page-search-site .search-page_perpage,
  .page-search-site .search-page_sort,
  .page-investor-corner .search-page_perpage,
  .page-investor-corner .search-page_sort {
    display: inline-block;
    margin-left: 0;
    border: 1px solid #d6d6d6;
  }
  .page-databases-library .search-page_perpaget,
  .page-search-site .search-page_perpaget,
  .page-investor-corner .search-page_perpaget {
    float: left;
    width: 10.3rem;
    margin-left: 1rem;
  }
  .page-databases-library .search-page_sort,
  .page-search-site .search-page_sort,
  .page-investor-corner .search-page_sort {
    margin-bottom: 2rem;
  }
  .page-databases-library .container-inline-date,
  .page-search-site .container-inline-date,
  .page-investor-corner .container-inline-date {
    display: inline-block;
    width: 50%;
    text-align: right;
    display: inline-block;
  }
  .page-databases-library .container-inline-date:first-child,
  .page-search-site .container-inline-date:first-child,
  .page-investor-corner .container-inline-date:first-child {
    text-align: left;
  }
  .page-databases-library .container-inline-date label,
  .page-search-site .container-inline-date label,
  .page-investor-corner .container-inline-date label {
    text-align: left;
  }
  .page-databases-library .container-inline-date input[type="text"],
  .page-databases-library .container-inline-date #edit-from,
  .page-databases-library .container-inline-date #edit-to,
  .page-search-site .container-inline-date input[type="text"],
  .page-search-site .container-inline-date #edit-from,
  .page-search-site .container-inline-date #edit-to,
  .page-investor-corner .container-inline-date input[type="text"],
  .page-investor-corner .container-inline-date #edit-from,
  .page-investor-corner .container-inline-date #edit-to {
    min-width: 10rem;
    height: 6rem;
  }
  .page-databases-library .container-inline-date label,
  .page-search-site .container-inline-date label,
  .page-investor-corner .container-inline-date label {
    display: block;
  }

  .search-page_refine .resp-padding {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
  }
  .search-page_refine .resp-padding #esma-apachesolr-date-search-form {
    order: 7;
  }
  .search-page_refine h3:first-child {
    display: none;
  }
  .search-page_refine #esma-apachesolr-date-search-form input[type="submit"] {
    margin-top: 3rem;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .container-inline-date
    #edit-to {
    float: right;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .container-inline-date
    #edit-from {
    float: left;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .container-inline-date
    label[for="edit-to"] {
    float: right;
  }
  .search-page_refine #esma-apachesolr-date-search-form .form-item {
    width: 100%;
  }
  .search-page_refine #esma-apachesolr-date-search-form label {
    text-align: left;
    width: 10rem;
    height: 2rem;
  }
  .search-page_refine #esma-apachesolr-date-search-form .container-inline-date {
    width: 49%;
    display: inline-block;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .container-inline-date
    label {
    display: block;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .container-inline-date
    .form-item-to
    label,
  .search-page_refine
    #esma-apachesolr-date-search-form
    .container-inline-date
    .form-item-to
    #edit-to {
    float: none;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .form-type-date-popup
    .form-type-textfield {
    position: relative;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .form-type-date-popup
    .form-type-textfield
    .esma_date-display {
    position: absolute;
    display: block;
    content: "YY/XX/XXXX";
    color: #292c32;
    bottom: 0;
    height: 2rem;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .form-type-date-popup
    input[type="text"],
  .search-page_refine
    #esma-apachesolr-date-search-form
    .form-type-date-popup
    input[type="date"] {
    /* height:8rem;
     position: relative;
     // background:url('../images/icone-svg/icon_calendar_white.svg')no-repeat 40% 50% $esma-electric-blue;
     background:url('../images/icone-svg/icon_calendar_white.svg'),url('../images/bg_date.gif');
     background-color: $esma-electric-blue;
     background-repeat:no-repeat, repeat-x;
     background-position: 43% 17%, bottom left;
     background-size: 50% 50%,30% 31%;
     line-height: 8rem;
     border: none;
     color:rgba(255,255,255,.01);
     width:100%;
     -webkit-appearance: none;
     -moz-appearance: none;
     @include placeholder {
       color:rgba(255,255,255,.01);
     }*/
    height: 3rem;
    position: relative;
    line-height: 3rem;
    border: none;
    width: 18rem;
    background: url("../images/icone-svg/icon_calendar2.svg") no-repeat 98% 50%
      #fff;
    background-size: 22px;
    padding-left: 2.8rem;
  }
  .search-page_refine
    #esma-apachesolr-date-search-form
    .form-type-date-popup
    .input[type="date"]
    #date-time-edit {
    width: 100%;
    position: absolute;
    bottom: -3rem;
    margin: 0 auto;
  }

  .search-page_header label {
    margin-left: 1rem;
  }
  .search-page_header .form-item-within-doc {
    display: block;
  }
  .search-page_header .form-item-within-doc.form-item {
    margin-top: 1rem;
  }

  .search-page_refine,
  .search-page_results {
    width: 100%;
    display: block;
  }

  .esma-library .item-list-pager {
    display: none;
  }

  .esma-library_table {
    margin: 0;
  }
  .esma-library_table thead {
    display: none !important;
  }

  .search-page_your_filter {
    display: none;
  }

  #facetapi-facet-apachesolrsolr-block-im-field-document-type,
  #facetapi-facet-apachesolrsolr-block-im-esma-sections {
    display: none;
  }

  .page-investor-corner h1,
  .page-press-news h1,
  .page-databases-library h1 {
    margin-bottom: 1rem;
  }
  .page-investor-corner #edit-submit,
  .page-press-news #edit-submit,
  .page-databases-library #edit-submit {
    margin-right: 0;
  }

  .esma-library_intro {
    font-size: 1.9rem;
    line-height: 2.4rem;
    margin-bottom: 2.2rem;
  }

  .esma-library_table {
    margin-top: 2.3rem;
  }
  .esma-library_table td:nth-child(6) {
    text-align: left !important;
  }
  .esma-library_table.phone .footable-row-detail {
    display: none !important;
  }
  .esma-library_table.phone tr {
    border: 1px solid #c2c2c2;
    margin-bottom: 2.3rem !important;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    width: 94.1vw !important;
  }
  .esma-library_table.phone tr.footable-row-detail {
    display: none !important;
  }
  .esma-library_table.phone tr:last-child {
    margin-bottom: 0 !important;
  }
  .esma-library_table.phone tr.footable-row-detail {
    display: none;
  }
  .esma-library_table.phone tr td {
    padding: 0;
  }
  .esma-library_table .esma_library-related,
  .esma-library_table .esma_library-summary,
  .esma-library_table .esma_library-translated,
  .esma-library_table .esma_library-info {
    display: none !important;
  }
  .esma-library_table .esma_library-section {
    padding: 0;
    font-size: 0.1rem;
    order: 1;
  }
  .esma-library_table .esma_library-section .library_section-tag {
    display: inline-block;
    padding: 0.678rem 1.357rem;
    background-color: #3b3d91;
    color: white;
    margin: 0 0.5rem 0.5rem 0;
    font-size: 1.1rem;
  }
  .esma-library_table .esma_library-title {
    order: 2;
  }
  .esma-library_table .esma_library-title a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .esma-library_table .esma_library-date {
    order: 3;
    font-size: 1.2rem;
    color: #4e4d4d;
  }
  .esma-library_table .esma_library-ref {
    order: 4;
    font-size: 1.4rem;
  }
  .esma-library_table .esma_library-type {
    order: 5;
    font-size: 1.4rem;
  }
  .esma-library_table .esma_library-download {
    order: 6;
    text-align: left;
  }
  .esma-library_table .esma_library-info {
    order: 7;
  }
  .esma-library_table .esma_library-summary {
    order: 8;
  }
  .esma-library_table .esma_library-related {
    order: 9;
  }
  .esma-library_table .esma_library-translated {
    order: 10;
  }
  .esma-library_table .extention_dec-table {
    position: relative;
    margin-left: 2.5rem;
  }
  .esma-library_table .extention_dec-table:before {
    display: inline-block;
    position: absolute;
    top: 0.2rem;
    vertical-align: middle;
    content: " ";
    background: transparent url("../images/icone-svg/icon_file_download.svg")
      no-repeat scroll 0% 0%;
    width: 17px;
    height: 27px;
    margin-left: -2.5rem;
  }
  .esma-library_table .extention_dec-size {
    margin-left: 2.5rem;
    color: #4e4d4d;
  }

  .search-page_header .form-item {
    margin: 0 auto;
  }
  .esma-library.search-page_header #edit-submit,
  .esma-library.search-page_header #edit-submit-ref {
    margin: 0 1rem 0 0;
  }
  .esma-library.search-page_header .reference-wrapper,
  .esma-library.search-page_header .full-text-wrapper {
    width: 100%;
  }
  .esma-library.search-page_header .form-item-retain-filters {
    margin: 1em 0 0 0;
  }
  .isrb-search.search-page_header .full-text-wrapper {
    margin-bottom: 1em;
  }
  .isrb-search.search-page_header .search-page_sort {
    margin-left: 1rem;
    margin-bottom: 0;
  }
  .search-page_header .form-item.form-type-textfield {
    width: 93%;
  }

  .facetapi-limit-link {
    display: none;
  }

  .search-page_refine {
    margin-top: 0;
  }

  h3.facet-title {
    border: 1px solid #3b3d91;
    padding-top: 0;
    background-color: white;
  }
  h3.facet-title a:before {
    display: none;
  }

  /*.page-databases-library,.page-search-site{
    input[type="date"]{

      width:100%;

    }
  }*/
  .page-investor-corner,
  .page-press-news,
  .page-databases-library {
    /* .search_menu-text{
       background: url("../images/icone-svg/icon_document_white.svg") no-repeat;
     }*/
  }
  .page-investor-corner .facetapi-limit-link,
  .page-press-news .facetapi-limit-link,
  .page-databases-library .facetapi-limit-link {
    display: none;
  }
  .page-investor-corner .search-page_main,
  .page-press-news .search-page_main,
  .page-databases-library .search-page_main {
    background: url("../images/icone-svg/icon_document_white.svg") no-repeat
      5.2% 52% #708fc9;
  }

  .search-page_refine .resp-padding h3.facet-title {
    padding-top: 0;
    height: 3rem;
    margin: 1rem 1rem 0 1rem;
    line-height: 3rem;
    background: url("../images/icone-svg/arrow_select.svg") no-repeat right
      center white;
    background-size: 2.4rem 2.4rem;
    background-position: 98.5% 50%;
  }

  .search-page_refine .resp-padding ul {
    margin: 0 1rem;
  }

  .resp-padding li.leaf {
    display: block !important;
  }
  .resp-padding a {
    width: 100%;
  }
  .resp-padding a.facetapi-limit-link {
    display: none;
  }

  .row > * {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .search-page_main .item-list-pager {
    display: none;
  }
  .search-page_main .search-page_type {
    display: flex;
    flex-direction: column;
  }
  .search-page_main .search-page_type ul {
    display: block;
    border: 0;
  }
  .search-page_main .search-page_type li {
    display: block;
    border-bottom: 1px solid white;
    /*  &:nth-child(2n+1){
        background-color: green;
      }*/
  }

  .search-page_type li {
    height: 6.25rem;
    display: block;
  }
  .search-page_type a {
    padding-top: 1rem;
  }
  .search-page_type a.search_menu-all,
  .search-page_type a.search_menu-documents,
  .search-page_type a.search_menu-news,
  .search-page_type a.search_menu-pages--reports,
  .search-page_type a.search_menu-consultations,
  .search-page_type a.search_menu-hearings {
    background-position: 8% 50%;
    background-size: 25px 25px;
    height: 6.25rem;
    border: 0;
  }
  .search-page_type a.search_menu-all.search-filter_null,
  .search-page_type a.search_menu-documents.search-filter_null,
  .search-page_type a.search_menu-news.search-filter_null,
  .search-page_type a.search_menu-pages--reports.search-filter_null,
  .search-page_type a.search_menu-consultations.search-filter_null,
  .search-page_type a.search_menu-hearings.search-filter_null {
    background-position: 8% 50%;
    background-size: 25px 25px;
    height: 6.25rem;
  }
  .search-page_type a.search_menu-all.active,
  .search-page_type a.search_menu-all:hover,
  .search-page_type a.search_menu-all:active,
  .search-page_type a.search_menu-documents.active,
  .search-page_type a.search_menu-documents:hover,
  .search-page_type a.search_menu-documents:active,
  .search-page_type a.search_menu-news.active,
  .search-page_type a.search_menu-news:hover,
  .search-page_type a.search_menu-news:active,
  .search-page_type a.search_menu-pages--reports.active,
  .search-page_type a.search_menu-pages--reports:hover,
  .search-page_type a.search_menu-pages--reports:active,
  .search-page_type a.search_menu-consultations.active,
  .search-page_type a.search_menu-consultations:hover,
  .search-page_type a.search_menu-consultations:active,
  .search-page_type a.search_menu-hearings.active,
  .search-page_type a.search_menu-hearings:hover,
  .search-page_type a.search_menu-hearings:active {
    background-position: 8% 50%;
    background-size: 25px 25px;
    border: 0;
  }
  .search-page_type a.search_menu-all.active .search_total-number,
  .search-page_type a.search_menu-all:hover .search_total-number,
  .search-page_type a.search_menu-all:active .search_total-number,
  .search-page_type a.search_menu-documents.active .search_total-number,
  .search-page_type a.search_menu-documents:hover .search_total-number,
  .search-page_type a.search_menu-documents:active .search_total-number,
  .search-page_type a.search_menu-news.active .search_total-number,
  .search-page_type a.search_menu-news:hover .search_total-number,
  .search-page_type a.search_menu-news:active .search_total-number,
  .search-page_type a.search_menu-pages--reports.active .search_total-number,
  .search-page_type a.search_menu-pages--reports:hover .search_total-number,
  .search-page_type a.search_menu-pages--reports:active .search_total-number,
  .search-page_type a.search_menu-consultations.active .search_total-number,
  .search-page_type a.search_menu-consultations:hover .search_total-number,
  .search-page_type a.search_menu-consultations:active .search_total-number,
  .search-page_type a.search_menu-hearings.active .search_total-number,
  .search-page_type a.search_menu-hearings:hover .search_total-number,
  .search-page_type a.search_menu-hearings:active .search_total-number {
    background-color: #3b3d91;
    color: white;
  }
  .search-page_type a.search_menu-all .search_total-number,
  .search-page_type a.search_menu-documents .search_total-number,
  .search-page_type a.search_menu-news .search_total-number,
  .search-page_type a.search_menu-pages--reports .search_total-number,
  .search-page_type a.search_menu-consultations .search_total-number,
  .search-page_type a.search_menu-hearings .search_total-number {
    float: left;
    min-width: 2rem;
    margin-right: 0.5rem;
    margin-left: 4rem;
  }
  .search-page_type a.search_menu-all .search_menu-text,
  .search-page_type a.search_menu-documents .search_menu-text,
  .search-page_type a.search_menu-news .search_menu-text,
  .search-page_type a.search_menu-pages--reports .search_menu-text,
  .search-page_type a.search_menu-consultations .search_menu-text,
  .search-page_type a.search_menu-hearings .search_menu-text {
    line-height: 4.5rem;
    margin: 0;
    text-align: left;
    padding-left: 6rem;
  }

  .search_menu-text {
    font-family: Ubuntu-medium, Arial, sans-serif;
  }

  .search-results {
    width: 100%;
  }

  .apachesolr_search-results {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .apachesolr_search-results .row {
    padding: 0;
  }
  .apachesolr_search-results .search-result {
    border-spacing: 0;
    margin: 0.5rem 0;
    float: left;
  }

  #edit-keys {
    display: inline-block;
  }

  .page-search .search-page_header input[type="text"] {
    width: 81%;
  }

  #search_menu-toggle {
    display: none;
    margin-top: 0;
  }

  .search_menu-button .search_menu-text {
    background: url("../images/icone-svg/arrow_select_white.svg") no-repeat 95%
      50%;
    background-size: 16%;
  }

  /** home page**
  ***************/
  #flexslider_news {
    margin: 0 auto;
  }
  #flexslider_news ul {
    width: 100% !important;
  }
  #flexslider_news ul li {
    width: 100% !important;
  }

  .flex-control-nav {
    float: none;
    margin: 0 auto;
  }

  #flexslider_news ul li {
    float: none;
  }

  #flexslider_news,
  .flexslider-news {
    width: 100%;
  }
  #flexslider_news .flexslider2,
  .flexslider-news .flexslider2 {
    margin: 0 3%;
  }
  #flexslider_news .ews_list-consultation,
  #flexslider_news .news_list-hearings,
  #flexslider_news .news_list-docs,
  .flexslider-news .ews_list-consultation,
  .flexslider-news .news_list-hearings,
  .flexslider-news .news_list-docs {
    display: none;
  }
  #flexslider_news .slides li .view-mode-front_list,
  .flexslider-news .slides li .view-mode-front_list {
    margin: 0.5rem;
  }
  #flexslider_news .slides li > div .news_cartouche-text,
  .flexslider-news .slides li > div .news_cartouche-text {
    margin-bottom: 0;
  }
  #flexslider_news .slides li > div:last-child,
  .flexslider-news .slides li > div:last-child {
    margin-top: 2rem;
  }

  .region-slider .btn.slide_top,
  .region-slider .slide_top.btn-deep-blue,
  .region-slider td input.slide_top[type="submit"],
  td .region-slider input.slide_top[type="submit"],
  .region-slider .page-registration-edit form .slide_top[type="submit"],
  .page-registration-edit form .region-slider .slide_top[type="submit"],
  .region-slider .page-registration-edit form .slide_top#edit-cancel,
  .page-registration-edit form .region-slider .slide_top#edit-cancel,
  .region-slider #user-login-block-form-fields .slide_top#edit-submit,
  #user-login-block-form-fields .region-slider .slide_top#edit-submit,
  .region-slider
    #registration-entity-settings-form
    .form-required
    input
    .slide_top[type="submit"],
  #registration-entity-settings-form
    .form-required
    input
    .region-slider
    .slide_top[type="submit"],
  .region-slider .form-managed-file input.slide_top[type="submit"],
  .form-managed-file .region-slider input.slide_top[type="submit"],
  .region-slider
    #views-form-esma-registrant-doc-block
    #edit-select
    .slide_top#edit-actionesma-vbo-download-action,
  #views-form-esma-registrant-doc-block
    #edit-select
    .region-slider
    .slide_top#edit-actionesma-vbo-download-action,
  .region-slider
    #views-form-esma-response-list-page
    input.slide_top[type="submit"],
  #views-form-esma-response-list-page
    .region-slider
    input.slide_top[type="submit"],
  .region-slider #views-form-esma-response-list-page .slide_top#edit-cancel,
  #views-form-esma-response-list-page .region-slider .slide_top#edit-cancel,
  .region-slider
    #edit-field-reg-cons-attach-files-und-table
    input.slide_top[type="submit"],
  #edit-field-reg-cons-attach-files-und-table
    .region-slider
    input.slide_top[type="submit"],
  .region-slider
    .search-page_refine
    #esma-apachesolr-date-search-form
    input.slide_top[type="submit"],
  .search-page_refine
    #esma-apachesolr-date-search-form
    .region-slider
    input.slide_top[type="submit"],
  .region-slider .resp-padding a.slide_top.facetapi-limit-link,
  .resp-padding .region-slider a.slide_top.facetapi-limit-link {
    position: static;
    margin: 0 25% 7px 25%;
  }

  .region-slider > div:last-child h2,
  .region-slider > div:last-child .title_box,
  .region-slider > div:last-child .title_box {
    font-size: 2.25rem;
  }

  .region-slider_news > div {
    width: 100%;
    margin: 0 auto;
  }

  .region-slider_news h2,
  .region-slider_news .title_box {
    font-size: 2.625rem;
    font-family: Ubuntu-regular, Helvetica, Arial, sans-serif;
    text-align: center;
    letter-spacing: 0.688rem;
  }

  .flex-direction-nav {
    display: none;
  }

  .flexslider_news .view-mode-front_list {
    margin-right: 0;
    height: 100%;
    margin-bottom: 1rem;
  }

  .front .slide_title {
    text-align: center;
  }

  .front .slide_text {
    margin-bottom: 1rem;
    text-align: center;
  }

  .flex-pauseplay {
    margin-top: -22px;
  }

  .yourinput_consultation_ul li:hover .yourinput_action a:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: none !important;
  }

  a.extranetlink {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0 4.3rem 0 0;
    margin: 2rem 0.2rem 0 0;
    color: transparent !important;
    background: url("../images/icone-svg/icon_profile.svg") no-repeat
      transparent !important;
    content: " " !important;
  }
  a.extranetlink:hover {
    background-color: transparent;
  }

  /***list news**
  ***************/
  .page-press-news .item-list-pager {
    margin-right: 0;
  }

  .page-press-news-hearings .icone_info,
  .page-press-news-consultations .icone_info,
  .page-about-esma-careers-vacancies .icone_info {
    float: right;
  }
  .page-press-news-hearings #main-content,
  .page-press-news-consultations #main-content,
  .page-about-esma-careers-vacancies #main-content {
    width: 100%;
  }
  .page-press-news-hearings #main-content h1,
  .page-press-news-consultations #main-content h1,
  .page-about-esma-careers-vacancies #main-content h1 {
    font-size: 3.7rem;
  }
  .page-press-news-hearings .views-exposed-widgets,
  .page-press-news-consultations .views-exposed-widgets,
  .page-about-esma-careers-vacancies .views-exposed-widgets {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 1rem;
  }
  .page-press-news-hearings .views-exposed-widgets #edit-combine,
  .page-press-news-consultations .views-exposed-widgets #edit-combine,
  .page-about-esma-careers-vacancies .views-exposed-widgets #edit-combine {
    border: none;
    width: 100%;
    padding: 0;
  }
  .page-press-news-hearings
    .views-exposed-widgets
    #edit-combine
    .form-type-textfield,
  .page-press-news-consultations
    .views-exposed-widgets
    #edit-combine
    .form-type-textfield,
  .page-about-esma-careers-vacancies
    .views-exposed-widgets
    #edit-combine
    .form-type-textfield {
    width: 100%;
  }
  .page-press-news-hearings .search-page_header #edit-combine-wrapper,
  .page-press-news-hearings .search-page_header .esma_date-wrapper,
  .page-press-news-hearings .view-filters #edit-combine-wrapper,
  .page-press-news-hearings .view-filters .esma_date-wrapper,
  .page-press-news-consultations .search-page_header #edit-combine-wrapper,
  .page-press-news-consultations .search-page_header .esma_date-wrapper,
  .page-press-news-consultations .view-filters #edit-combine-wrapper,
  .page-press-news-consultations .view-filters .esma_date-wrapper,
  .page-about-esma-careers-vacancies .search-page_header #edit-combine-wrapper,
  .page-about-esma-careers-vacancies .search-page_header .esma_date-wrapper,
  .page-about-esma-careers-vacancies .view-filters #edit-combine-wrapper,
  .page-about-esma-careers-vacancies .view-filters .esma_date-wrapper {
    order: 0;
  }
  .page-press-news-hearings .search-page_header input[type="date"],
  .page-press-news-hearings .view-filters input[type="date"],
  .page-press-news-consultations .search-page_header input[type="date"],
  .page-press-news-consultations .view-filters input[type="date"],
  .page-about-esma-careers-vacancies .search-page_header input[type="date"],
  .page-about-esma-careers-vacancies .view-filters input[type="date"] {
    /* height: 8rem;
     position: relative;
     background: url("../images/icone-svg/icon_calendar_white.svg"),url("../images/bg_date.gif");
     background-color: $esma-electric-blue;
     background-repeat: no-repeat,repeat-x;
     background-position: 43% 17%,bottom left;
     background-size: 50% 50%,30% 31%;
     line-height: 8rem;
     color: rgba(255,255,255,.01);
     width: 11.6rem;*/
    height: 3rem;
    position: relative;
    line-height: 8rem;
    border: none;
    width: 18rem;
    background: url("../images/icone-svg/icon_calendar2.svg") no-repeat 0% 50%
      #fff;
    background-size: 22px;
    padding-left: 2.8rem;
  }
  .page-press-news-hearings
    .search-page_header
    #edit-field-consultation-section-tid-wrapper,
  .page-press-news-hearings
    .search-page_header
    #edit-field-hearing-section-tid-wrapper,
  .page-press-news-hearings
    .view-filters
    #edit-field-consultation-section-tid-wrapper,
  .page-press-news-hearings
    .view-filters
    #edit-field-hearing-section-tid-wrapper,
  .page-press-news-consultations
    .search-page_header
    #edit-field-consultation-section-tid-wrapper,
  .page-press-news-consultations
    .search-page_header
    #edit-field-hearing-section-tid-wrapper,
  .page-press-news-consultations
    .view-filters
    #edit-field-consultation-section-tid-wrapper,
  .page-press-news-consultations
    .view-filters
    #edit-field-hearing-section-tid-wrapper,
  .page-about-esma-careers-vacancies
    .search-page_header
    #edit-field-consultation-section-tid-wrapper,
  .page-about-esma-careers-vacancies
    .search-page_header
    #edit-field-hearing-section-tid-wrapper,
  .page-about-esma-careers-vacancies
    .view-filters
    #edit-field-consultation-section-tid-wrapper,
  .page-about-esma-careers-vacancies
    .view-filters
    #edit-field-hearing-section-tid-wrapper {
    margin-bottom: 1rem;
  }
  .page-press-news-hearings .search-page_header input[type="submit"],
  .page-press-news-hearings .view-filters input[type="submit"],
  .page-press-news-consultations .search-page_header input[type="submit"],
  .page-press-news-consultations .view-filters input[type="submit"],
  .page-about-esma-careers-vacancies .search-page_header input[type="submit"],
  .page-about-esma-careers-vacancies .view-filters input[type="submit"] {
    margin-top: 3rem;
    margin: 2rem auto 0 auto;
    font-size: 1.1rem;
    padding: 1.2rem 3rem;
    text-transform: uppercase;
    font-size: 1.345rem;
    font-style: normal;
    font-family: Ubuntu-medium, Arial, sans-serif;
    font-weight: 300;
    border: none;
    background-color: #4e76f9;
    text-transform: uppercase;
    line-height: 1.6rem;
    color: #fff;
    padding: 1.2rem 3rem;
    margin-top: 0;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 100;
    width: auto;
    height: auto;
    background-image: none;
    order: 3;
  }
  .page-press-news-hearings
    .search-page_header
    .form-item-field-consultation-section-tid,
  .page-press-news-hearings
    .search-page_header
    .form-item-field-hearing-section-tid,
  .page-press-news-hearings
    .view-filters
    .form-item-field-consultation-section-tid,
  .page-press-news-hearings .view-filters .form-item-field-hearing-section-tid,
  .page-press-news-consultations
    .search-page_header
    .form-item-field-consultation-section-tid,
  .page-press-news-consultations
    .search-page_header
    .form-item-field-hearing-section-tid,
  .page-press-news-consultations
    .view-filters
    .form-item-field-consultation-section-tid,
  .page-press-news-consultations
    .view-filters
    .form-item-field-hearing-section-tid,
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item-field-consultation-section-tid,
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item-field-hearing-section-tid,
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item-field-consultation-section-tid,
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item-field-hearing-section-tid {
    width: 100%;
  }
  .page-press-news-hearings
    .search-page_header
    .form-item-field-consultation-section-tid
    select,
  .page-press-news-hearings
    .search-page_header
    .form-item-field-hearing-section-tid
    select,
  .page-press-news-hearings
    .view-filters
    .form-item-field-consultation-section-tid
    select,
  .page-press-news-hearings
    .view-filters
    .form-item-field-hearing-section-tid
    select,
  .page-press-news-consultations
    .search-page_header
    .form-item-field-consultation-section-tid
    select,
  .page-press-news-consultations
    .search-page_header
    .form-item-field-hearing-section-tid
    select,
  .page-press-news-consultations
    .view-filters
    .form-item-field-consultation-section-tid
    select,
  .page-press-news-consultations
    .view-filters
    .form-item-field-hearing-section-tid
    select,
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item-field-consultation-section-tid
    select,
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item-field-hearing-section-tid
    select,
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item-field-consultation-section-tid
    select,
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item-field-hearing-section-tid
    select {
    width: 105%;
    border: 0;
  }
  .page-press-news-hearings .search-page_header .esma_date-wrapper,
  .page-press-news-hearings .view-filters .esma_date-wrapper,
  .page-press-news-consultations .search-page_header .esma_date-wrapper,
  .page-press-news-consultations .view-filters .esma_date-wrapper,
  .page-about-esma-careers-vacancies .search-page_header .esma_date-wrapper,
  .page-about-esma-careers-vacancies .view-filters .esma_date-wrapper {
    min-height: 8rem;
    margin-bottom: 2rem;
  }
  .page-press-news-hearings .search-page_header .esma_date-wrapper > div,
  .page-press-news-hearings .view-filters .esma_date-wrapper > div,
  .page-press-news-consultations .search-page_header .esma_date-wrapper > div,
  .page-press-news-consultations .view-filters .esma_date-wrapper > div,
  .page-about-esma-careers-vacancies
    .search-page_header
    .esma_date-wrapper
    > div,
  .page-about-esma-careers-vacancies .view-filters .esma_date-wrapper > div {
    width: 50%;
    position: relative;
  }
  .page-press-news-hearings
    .search-page_header
    .esma_date-wrapper
    > div:last-child,
  .page-press-news-hearings .view-filters .esma_date-wrapper > div:last-child,
  .page-press-news-consultations
    .search-page_header
    .esma_date-wrapper
    > div:last-child,
  .page-press-news-consultations
    .view-filters
    .esma_date-wrapper
    > div:last-child,
  .page-about-esma-careers-vacancies
    .search-page_header
    .esma_date-wrapper
    > div:last-child,
  .page-about-esma-careers-vacancies
    .view-filters
    .esma_date-wrapper
    > div:last-child {
    padding-top: 0.5rem;
    float: right;
  }
  .page-press-news-hearings
    .search-page_header
    .esma_date-wrapper
    > div:last-child
    label,
  .page-press-news-hearings
    .view-filters
    .esma_date-wrapper
    > div:last-child
    label,
  .page-press-news-consultations
    .search-page_header
    .esma_date-wrapper
    > div:last-child
    label,
  .page-press-news-consultations
    .view-filters
    .esma_date-wrapper
    > div:last-child
    label,
  .page-about-esma-careers-vacancies
    .search-page_header
    .esma_date-wrapper
    > div:last-child
    label,
  .page-about-esma-careers-vacancies
    .view-filters
    .esma_date-wrapper
    > div:last-child
    label {
    width: 84%;
    padding-left: 2.5rem;
    margin-bottom: 0.1rem;
  }
  .page-press-news-hearings
    .search-page_header
    .esma_date-wrapper
    > div:last-child
    .form-type-textfield,
  .page-press-news-hearings
    .view-filters
    .esma_date-wrapper
    > div:last-child
    .form-type-textfield,
  .page-press-news-consultations
    .search-page_header
    .esma_date-wrapper
    > div:last-child
    .form-type-textfield,
  .page-press-news-consultations
    .view-filters
    .esma_date-wrapper
    > div:last-child
    .form-type-textfield,
  .page-about-esma-careers-vacancies
    .search-page_header
    .esma_date-wrapper
    > div:last-child
    .form-type-textfield,
  .page-about-esma-careers-vacancies
    .view-filters
    .esma_date-wrapper
    > div:last-child
    .form-type-textfield {
    float: right;
  }
  .page-press-news-hearings
    .search-page_header
    .views-exposed-form
    > .views-exposed-widget,
  .page-press-news-hearings
    .view-filters
    .views-exposed-form
    > .views-exposed-widget,
  .page-press-news-consultations
    .search-page_header
    .views-exposed-form
    > .views-exposed-widget,
  .page-press-news-consultations
    .view-filters
    .views-exposed-form
    > .views-exposed-widget,
  .page-about-esma-careers-vacancies
    .search-page_header
    .views-exposed-form
    > .views-exposed-widget,
  .page-about-esma-careers-vacancies
    .view-filters
    .views-exposed-form
    > .views-exposed-widget {
    padding: 1rem 1rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .page-press-news-hearings .search-page_header .container-inline-date,
  .page-press-news-hearings .view-filters .container-inline-date,
  .page-press-news-consultations .search-page_header .container-inline-date,
  .page-press-news-consultations .view-filters .container-inline-date,
  .page-about-esma-careers-vacancies .search-page_header .container-inline-date,
  .page-about-esma-careers-vacancies .view-filters .container-inline-date {
    margin-right: 0;
  }
  .page-press-news-hearings
    .search-page_header
    .container-inline-date
    input[type="text"],
  .page-press-news-hearings
    .view-filters
    .container-inline-date
    input[type="text"],
  .page-press-news-consultations
    .search-page_header
    .container-inline-date
    input[type="text"],
  .page-press-news-consultations
    .view-filters
    .container-inline-date
    input[type="text"],
  .page-about-esma-careers-vacancies
    .search-page_header
    .container-inline-date
    input[type="text"],
  .page-about-esma-careers-vacancies
    .view-filters
    .container-inline-date
    input[type="text"] {
    display: none;
  }
  .page-press-news-hearings
    .search-page_header
    .container-inline-date
    .form-type-textfield,
  .page-press-news-hearings
    .view-filters
    .container-inline-date
    .form-type-textfield,
  .page-press-news-consultations
    .search-page_header
    .container-inline-date
    .form-type-textfield,
  .page-press-news-consultations
    .view-filters
    .container-inline-date
    .form-type-textfield,
  .page-about-esma-careers-vacancies
    .search-page_header
    .container-inline-date
    .form-type-textfield,
  .page-about-esma-careers-vacancies
    .view-filters
    .container-inline-date
    .form-type-textfield {
    position: relative;
  }
  .page-press-news-hearings
    .search-page_header
    .container-inline-date
    .esma_date-display,
  .page-press-news-hearings
    .view-filters
    .container-inline-date
    .esma_date-display,
  .page-press-news-consultations
    .search-page_header
    .container-inline-date
    .esma_date-display,
  .page-press-news-consultations
    .view-filters
    .container-inline-date
    .esma_date-display,
  .page-about-esma-careers-vacancies
    .search-page_header
    .container-inline-date
    .esma_date-display,
  .page-about-esma-careers-vacancies
    .view-filters
    .container-inline-date
    .esma_date-display {
    position: absolute;
    display: none;
    content: "YY/XX/XXXX";
    color: #292c32;
    top: 4.8rem;
    height: 2rem;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .page-press-news-hearings .search-page_header .form-item.form-type-textfield,
  .page-press-news-hearings .view-filters .form-item.form-type-textfield,
  .page-press-news-consultations
    .search-page_header
    .form-item.form-type-textfield,
  .page-press-news-consultations .view-filters .form-item.form-type-textfield,
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item.form-type-textfield,
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item.form-type-textfield {
    width: 84%;
    background-color: #fff;
    border: none;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 18px;
  }
  .page-press-news-hearings
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget,
  .page-press-news-hearings
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget,
  .page-press-news-consultations
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget,
  .page-press-news-consultations
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget,
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget,
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget {
    padding: 1rem 1rem 2rem;
  }
  .page-press-news-hearings
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:first-child,
  .page-press-news-hearings
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(2),
  .page-press-news-hearings
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:first-child,
  .page-press-news-hearings
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(2),
  .page-press-news-consultations
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:first-child,
  .page-press-news-consultations
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(2),
  .page-press-news-consultations
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:first-child,
  .page-press-news-consultations
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(2),
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:first-child,
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(2),
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:first-child,
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(2) {
    display: inline-block;
  }
  .page-press-news-hearings
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(3),
  .page-press-news-hearings
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(3),
  .page-press-news-consultations
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(3),
  .page-press-news-consultations
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(3),
  .page-about-esma-careers-vacancies
    .search-page_header
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(3),
  .page-about-esma-careers-vacancies
    .view-filters
    .form-item
    .views-widget
    .views-exposed-widget:nth-child(3) {
    display: block;
    width: 100%;
  }
  .page-press-news-hearings .search-page_header .views-widget-per-page,
  .page-press-news-hearings .view-filters .views-widget-per-page,
  .page-press-news-consultations .search-page_header .views-widget-per-page,
  .page-press-news-consultations .view-filters .views-widget-per-page,
  .page-about-esma-careers-vacancies .search-page_header .views-widget-per-page,
  .page-about-esma-careers-vacancies .view-filters .views-widget-per-page {
    top: 43.2rem;
  }
  .page-press-news-hearings .search-page_header .pager_list,
  .page-press-news-hearings .view-filters .pager_list,
  .page-press-news-consultations .search-page_header .pager_list,
  .page-press-news-consultations .view-filters .pager_list,
  .page-about-esma-careers-vacancies .search-page_header .pager_list,
  .page-about-esma-careers-vacancies .view-filters .pager_list {
    top: 43.2rem;
    right: 3%;
  }
  .page-press-news-hearings .search-page_header .pager_list ul.pager,
  .page-press-news-hearings .view-filters .pager_list ul.pager,
  .page-press-news-consultations .search-page_header .pager_list ul.pager,
  .page-press-news-consultations .view-filters .pager_list ul.pager,
  .page-about-esma-careers-vacancies .search-page_header .pager_list ul.pager,
  .page-about-esma-careers-vacancies .view-filters .pager_list ul.pager {
    margin-top: 0;
  }
  .page-press-news-hearings .views-widget-filter-combine,
  .page-press-news-consultations .views-widget-filter-combine,
  .page-about-esma-careers-vacancies .views-widget-filter-combine {
    overflow: hidden;
    display: inline-block;
  }
  .page-press-news-hearings .views-widget-filter-combine .form-item-combine,
  .page-press-news-consultations
    .views-widget-filter-combine
    .form-item-combine,
  .page-about-esma-careers-vacancies
    .views-widget-filter-combine
    .form-item-combine {
    overflow: hidden;
  }
  .page-press-news-hearings
    .views-widget-filter-combine
    .form-item-combine.form-item-combine,
  .page-press-news-consultations
    .views-widget-filter-combine
    .form-item-combine.form-item-combine,
  .page-about-esma-careers-vacancies
    .views-widget-filter-combine
    .form-item-combine.form-item-combine {
    width: 100%;
  }
  .page-press-news-hearings
    .views-widget-filter-combine
    .form-item-combine
    input[type="text"],
  .page-press-news-consultations
    .views-widget-filter-combine
    .form-item-combine
    input[type="text"],
  .page-about-esma-careers-vacancies
    .views-widget-filter-combine
    .form-item-combine
    input[type="text"] {
    width: 400%;
  }
  .page-press-news-hearings tbody tr,
  .page-press-news-consultations tbody tr,
  .page-about-esma-careers-vacancies tbody tr {
    padding: 2.5rem;
    margin-bottom: 2rem;
  }
  .page-press-news-hearings thead tr,
  .page-press-news-consultations thead tr,
  .page-about-esma-careers-vacancies thead tr {
    height: 55px;
  }
  .page-press-news-hearings .views-table tr,
  .page-press-news-consultations .views-table tr,
  .page-about-esma-careers-vacancies .views-table tr {
    border: 1px solid #d6d6d6;
    display: flex;
    position: relative;
    flex-flow: column wrap;
  }
  .page-press-news-hearings .views-table tr.footable-detail-show,
  .page-press-news-consultations .views-table tr.footable-detail-show,
  .page-about-esma-careers-vacancies .views-table tr.footable-detail-show {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .page-press-news-hearings .views-table tr.footable-row-detail,
  .page-press-news-consultations .views-table tr.footable-row-detail,
  .page-about-esma-careers-vacancies .views-table tr.footable-row-detail {
    border-top: 0;
  }
  .page-press-news-hearings .views-table tr .footable-row-detail-row:last-child,
  .page-press-news-consultations
    .views-table
    tr
    .footable-row-detail-row:last-child,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .footable-row-detail-row:last-child {
    border: 0;
  }
  .page-press-news-hearings .views-table tr td,
  .page-press-news-consultations .views-table tr td,
  .page-about-esma-careers-vacancies .views-table tr td {
    padding: 0;
  }
  .page-press-news-hearings .views-table tr td ul,
  .page-press-news-consultations .views-table tr td ul,
  .page-about-esma-careers-vacancies .views-table tr td ul {
    padding: 0;
  }
  .page-press-news-hearings .views-table tr td li,
  .page-press-news-consultations .views-table tr td li,
  .page-about-esma-careers-vacancies .views-table tr td li {
    list-style: none;
  }
  .page-press-news-hearings .views-table tr .views-field-title,
  .page-press-news-consultations .views-table tr .views-field-title,
  .page-about-esma-careers-vacancies .views-table tr .views-field-title {
    order: -1;
    margin-bottom: 1rem;
    width: 35%;
  }
  .page-press-news-hearings .views-table tr .views-field-title a,
  .page-press-news-consultations .views-table tr .views-field-title a,
  .page-about-esma-careers-vacancies .views-table tr .views-field-title a {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
    color: #3b3d91;
    padding: 0;
    background-position: 74px 4px;
  }
  .page-press-news-hearings
    .views-table
    tr
    .views-field-field-consultation-date,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-consultation-date,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-consultation-date {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .page-press-news-hearings .views-table tr .views-field-field-hearing-location,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-hearing-location,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-hearing-location {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .page-press-news-hearings .views-table tr .views-field-nid,
  .page-press-news-consultations .views-table tr .views-field-nid,
  .page-about-esma-careers-vacancies .views-table tr .views-field-nid {
    min-height: 1.4rem;
    width: auto;
  }
  .page-press-news-hearings .views-table tr .views-field-nid a,
  .page-press-news-consultations .views-table tr .views-field-nid a,
  .page-about-esma-careers-vacancies .views-table tr .views-field-nid a {
    background-color: #4e76f9;
    color: white;
    padding: 1rem 2rem;
  }
  .page-press-news-hearings .views-table tr .views-field-nid a:hover,
  .page-press-news-consultations .views-table tr .views-field-nid a:hover,
  .page-about-esma-careers-vacancies .views-table tr .views-field-nid a:hover {
    text-decoration: none;
  }
  .page-press-news-hearings .views-table tr td.views-field-nothing,
  .page-press-news-consultations .views-table tr td.views-field-nothing,
  .page-about-esma-careers-vacancies .views-table tr td.views-field-nothing {
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
  }
  .page-press-news-hearings .views-table tr .footable-row-detail-name,
  .page-press-news-consultations .views-table tr .footable-row-detail-name,
  .page-about-esma-careers-vacancies .views-table tr .footable-row-detail-name {
    min-width: 1rem;
  }
  .page-press-news-hearings
    .views-table
    tr
    .views-field-field-consultation-section,
  .page-press-news-hearings .views-table tr .views-field-field-hearing-section,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-consultation-section,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-hearing-section,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-consultation-section,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-hearing-section {
    order: -2;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 0.678rem 1.357rem;
    background-color: #3b3d91;
    color: white;
    margin: 0 0.5rem 0.5rem 0;
  }
  .page-press-news-hearings
    .views-table
    tr
    .views-field-field-consultation-documents
    a,
  .page-press-news-hearings
    .views-table
    tr
    .views-field-field-hearing-relat-docs
    a,
  .page-press-news-hearings .views-table tr .field-type-file a,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-consultation-documents
    a,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-hearing-relat-docs
    a,
  .page-press-news-consultations .views-table tr .field-type-file a,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-consultation-documents
    a,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-hearing-relat-docs
    a,
  .page-about-esma-careers-vacancies .views-table tr .field-type-file a {
    position: relative;
    padding: 0.3rem 0;
    display: block;
    margin-top: 0.75rem;
  }
  .page-press-news-hearings
    .views-table
    tr
    .views-field-field-consultation-documents
    a:before,
  .page-press-news-hearings
    .views-table
    tr
    .views-field-field-hearing-relat-docs
    a:before,
  .page-press-news-hearings .views-table tr .field-type-file a:before,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-consultation-documents
    a:before,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-hearing-relat-docs
    a:before,
  .page-press-news-consultations .views-table tr .field-type-file a:before,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-consultation-documents
    a:before,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-hearing-relat-docs
    a:before,
  .page-about-esma-careers-vacancies .views-table tr .field-type-file a:before {
    display: inline-block;
    position: absolute;
    top: 0.2rem;
    vertical-align: middle;
    content: " ";
    background: url("../images/icone-svg/icon_file_download.svg") no-repeat;
    width: 17px;
    height: 27px;
    margin-left: -2.5rem;
  }
  .page-press-news-hearings .views-table tr .views-field-field-hearing-location,
  .page-press-news-consultations
    .views-table
    tr
    .views-field-field-hearing-location,
  .page-about-esma-careers-vacancies
    .views-table
    tr
    .views-field-field-hearing-location {
    display: block;
  }

  .page-about-esma-careers-vacancies .views-exposed-widget {
    min-height: 20px;
  }

  #edit-field-consultation-date-value2-wrapper,
  #edit-field-consultation-date-value-wrapper {
    display: inline-block;
    width: 50%;
  }

  .esma-library_intro div {
    display: none;
  }

  .page-about-esma-careers-vacancies
    .view-esma-vacancy-list
    .views-exposed-form
    .views-widget-per-page {
    top: 46.9rem;
  }
  .page-about-esma-careers-vacancies .view-esma-vacancy-list .pager_list {
    top: 46.9rem;
  }
  .page-about-esma-careers-vacancies
    .footable
    td.views-field-field-vacancy-reference
    a {
    background-image: none;
  }
  .page-about-esma-careers-vacancies .footable td:nth-child(4) {
    height: 3rem;
  }

  .node-type-vacancy tr,
  .node-hearing tr,
  .node-type-consultation tr {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }
  .node-type-vacancy tr:nth-child(2n + 2),
  .node-hearing tr:nth-child(2n + 2),
  .node-type-consultation tr:nth-child(2n + 2) {
    background-color: #eeeef0;
  }
  .node-type-vacancy tr.odd,
  .node-type-vacancy tr.even,
  .node-hearing tr.odd,
  .node-hearing tr.even,
  .node-type-consultation tr.odd,
  .node-type-consultation tr.even {
    padding-top: 1rem;
  }
  .node-type-vacancy tr td,
  .node-hearing tr td,
  .node-type-consultation tr td {
    position: relative;
    padding: 1rem 0.8rem 1rem 8rem;
    margin-top: 0;
  }
  .node-type-vacancy tr td:before,
  .node-hearing tr td:before,
  .node-type-consultation tr td:before {
    position: absolute;
    left: 0;
    display: inline-block;
    content: attr(data-label);
    width: 10rem;
    color: grey;
    height: 100%;
  }

  .node-hearing .cartouche_view .sidebar_date,
  .node-consultation .cartouche_view .sidebar_date {
    width: 50%;
  }
  .node-hearing .cartouche_view .esma_location,
  .node-consultation .cartouche_view .esma_location {
    padding-left: 6rem;
  }
  .node-hearing .cartouche_view .condition_block,
  .node-consultation .cartouche_view .condition_block {
    padding: 0 0 2rem 2rem;
  }

  .hearing_registration input[type="text"],
  .hearing_registration .select_container,
  .consultation_registration input[type="text"],
  .consultation_registration .select_container {
    margin-left: 0 !important;
  }
  .hearing_registration input[type="edit-submit"],
  .consultation_registration input[type="edit-submit"] {
    margin-left: 11.9% !important;
  }
  .hearing_registration #edit-field-reg-cons-want-published label,
  .consultation_registration #edit-field-reg-cons-want-published label {
    width: auto;
  }
  .hearing_registration .form-type-managed-file,
  .consultation_registration .form-type-managed-file {
    text-align: center;
  }
  .hearing_registration .form-type-managed-file label,
  .consultation_registration .form-type-managed-file label {
    width: auto;
  }
  .hearing_registration .form-type-managed-file input[type="submit"],
  .hearing_registration
    .form-type-managed-file
    #edit-field-reg-cons-attach-files-und-0-upload-button,
  .consultation_registration .form-type-managed-file input[type="submit"],
  .consultation_registration
    .form-type-managed-file
    #edit-field-reg-cons-attach-files-und-0-upload-button {
    margin-top: 2rem;
    align-items: center;
  }
  .hearing_registration .description,
  .consultation_registration .description {
    margin-left: 0;
  }
  .hearing_registration legend,
  .consultation_registration legend {
    width: 100%;
  }
  .hearing_registration #field-vac-date-of-birth-add-more-wrapper legend,
  .consultation_registration #field-vac-date-of-birth-add-more-wrapper legend {
    width: 30%;
    padding-right: 2rem;
  }
  .hearing_registration #edit-field-vac-attach-files-und-ajax-wrapper legend,
  .consultation_registration
    #edit-field-vac-attach-files-und-ajax-wrapper
    legend {
    text-align: left;
  }
  .hearing_registration #edit-field-vac-gender-und,
  .hearing_registration #edit-field-vac-nationality-und,
  .consultation_registration #edit-field-vac-gender-und,
  .consultation_registration #edit-field-vac-nationality-und {
    margin-left: 0;
  }
  .hearing_registration input[type="date"],
  .consultation_registration input[type="date"] {
    height: 3rem;
    position: relative;
    background-repeat: no-repeat, repeat-x;
    background-position: 43% 17%, bottom left;
    background-size: 50% 50%, 30% 31%;
    line-height: 8rem;
    border: none;
    width: 16rem;
    margin-left: 0;
  }
  .hearing_registration .container-inline-date .form-item .form-item,
  .consultation_registration .container-inline-date .form-item .form-item {
    position: relative;
  }
  .hearing_registration .esma_date-display,
  .consultation_registration .esma_date-display {
    position: absolute;
    top: 6.7rem;
    left: 1rem;
  }

  .view-esma-hearing-list thead,
  .view-esma-consultation-list thead {
    display: none !important;
  }

  .esma_timeline-right {
    width: 60%;
  }

  .esma_timeline-left {
    width: 29%;
  }
  .esma_timeline-left:after {
    right: -20%;
  }

  .node-type-esma-page #sidebar {
    margin-top: 3rem;
  }
  .node-type-esma-page .field-type-paragraphs .esmapage_block-text {
    margin-bottom: 2rem;
  }
  .node-type-esma-page .field-type-paragraphs .esmapage_block-text thead {
    display: table-caption;
  }
  .node-type-esma-page .field-type-paragraphs .esmapage_block-text thead th,
  .node-type-esma-page .field-type-paragraphs .esmapage_block-text thead td {
    display: table-cell !important;
  }
  .node-type-esma-page .field-type-paragraphs .esmapage_block-text tr {
    border-bottom: 1px solid #d6d6d6;
  }
  .node-type-esma-page
    .field-type-paragraphs
    .esmapage_block-text
    tr:nth-child(2n + 2) {
    background-color: #f2f2f2;
  }
  .node-type-esma-page .field-type-paragraphs .esmapage_block-text tr td {
    display: table-cell !important;
  }
  .node-type-esma-page div[role="main"] .esma_timeline ul {
    background-position: 33% 20px;
  }
  .node-type-esma-page div[role="main"] .esma_timeline ul ul {
    background-image: none;
  }
  .node-type-esma-page div[role="main"] .esma_timeline ul ul li {
    list-style: initial !important;
    margin: 0 0 0 1.5rem;
    padding: 0;
  }

  .calendar-calendar .month-view tr {
    padding: 0;
    margin-bottom: 0;
    border: 0;
  }
  .calendar-calendar thead {
    display: none;
  }
  .calendar-calendar tr {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .calendar-calendar tr.date-box {
    display: none;
  }
  .calendar-calendar tr td {
    padding: 0 !important;
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
  }
  .calendar-calendar tr td:nth-child(6),
  .calendar-calendar tr td:nth-child(7) {
    background-color: #eeeef0;
  }
  .calendar-calendar tr td.today {
    border: 1px solid #3b3d91 !important;
  }
  .calendar-calendar tr td a {
    background-color: #708fc9 !important;
    color: white;
    display: block;
    font-size: 1.2rem;
    padding: 1rem 0.5rem !important;
    text-align: center;
    border-radius: 0 !important;
  }
  .calendar-calendar tr td .item {
    background-color: #3b3d91;
    color: white;
    font-size: 1.2rem;
  }
  .calendar-calendar tr td:before {
    content: attr(headers) " " attr(data-day-of-month);
    width: 100%;
    width: 100%;
    display: block;
  }
  .calendar-calendar tr td:after {
    position: absolute;
    top: 0;
    right: 0.5rem;
  }
  .calendar-calendar tr td .dayview,
  .calendar-calendar tr td .monthview {
    background-color: white !important;
    padding: 0 !important;
  }
  .calendar-calendar tr td .stripe {
    display: none;
  }

  .pane-esma-key-dates .footable tr {
    border: 1px solid #d6d6d6;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    margin-bottom: 1rem;
  }
  .pane-esma-key-dates .footable tr td:before {
    display: inline-block;
    width: 30%;
  }
  .pane-esma-key-dates .footable tr td:nth-child(1),
  .pane-esma-key-dates .footable tr td:nth-child(4) {
    order: -1;
    width: 50%;
    padding: 0;
  }
  .pane-esma-key-dates .footable tr td:nth-child(2) {
    padding: 1rem 0;
  }
  .pane-esma-key-dates .footable tr td:nth-child(2) a {
    margin-top: 1.2rem;
    font-size: 1.8rem !important;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
    color: #3b3d91;
  }
  .pane-esma-key-dates .footable tr td:nth-child(3) {
    order: -2;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 0.678rem 1.357rem;
    background-color: #3b3d91;
    color: #fff;
    margin: 0 0.5rem 0.5rem 0;
  }

  .pane-esma-key-dates thead {
    display: none !important;
  }
}
@media only screen and (min-device-width: 491px) and (max-device-width: 768px),
  only screen and (min-width: 491px) and (max-width: 768px) {
  .footer_content nav:nth-child(2) a {
    padding: 1rem 1rem !important;
  }
}
@media only screen and (max-device-width: 490px),
  only screen and (max-width: 490px) {
  .footer_content nav:nth-child(2) a {
    padding: 1rem 1rem !important;
  }
}
/***** test hack desktop *******/
@media only screen and (min-device-width: 1200px) and (min-width: 400px) and (max-width: 1200px) {
  .tb-megamenu-menu-esma-megamenu {
    width: 100% !important;
  }

  .tb-megamenu .row-fluid [class*="span"] {
    width: auto !important;
    min-width: auto !important;
  }

  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="1"] {
    width: 100% !important;
  }
  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="2"] {
    width: 50% !important;
  }
  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="3"] {
    width: 33.33% !important;
  }
  .tb-megamenu-menu-esma-megamenu .mega-col-nav[col_number="4"] {
    width: 25% !important;
  }

  .tb-megamenu-menu-esma-megamenu .nav > li:first-child > a {
    height: auto !important;
  }

  .esma_tb-menu .nav-collapse .nav > li > a {
    height: 100%;
    margin-top: 0;
  }

  .tb-megamenu-menu-esma-megamenu ul.tb-megamenu-nav li.level-1 {
    height: 100%;
    padding-top: 2.1rem;
  }

  .tb-megamenu .nav-collapse .dropdown-menu a {
    border-top: 0;
  }

  .tb-megamenu .mega-align-justify {
    position: static;
  }

  .esma_tb-menu .always-show .dropdown-menu {
    display: none !important;
  }
  .esma_tb-menu .always-show .mega > .mega-dropdown-menu {
    display: none !important;
  }
  .esma_tb-menu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
    display: table !important;
    position: absolute;
    float: left;
  }
  .esma_tb-menu .mega.open > .mega-dropdown-menu {
    display: table !important;
    position: absolute;
    float: left;
  }
  .esma_tb-menu .nav-collapse {
    background-color: white;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  .esma_tb-menu .nav-collapse .nav > li > a {
    border: 0;
    font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  .esma_tb-menu button {
    display: none !important;
  }

  .tb-megamenu .nav-collapse,
  .tb-megamenu .nav-collapse.collapse {
    overflow: visible;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .page-about-esma-careers .pager_list {
    right: 3%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 959px),
  only screen and (min-width: 768px) and (max-width: 959px) {
  header[role="banner"],
  .page,
  footer[role="contentinfo"],
  .footer_content {
    width: 100% !important;
    margin: 0 auto;
  }

  .page {
    width: 100%;
    padding: 0 3rem;
  }

  nav ul li {
    display: inline-block;
  }

  footer[role="contentinfo"] {
    width: 100%;
  }
  footer[role="contentinfo"] .footer_content nav {
    width: 66%;
  }
  footer[role="contentinfo"] .footer_content nav:first-child ul {
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
  footer[role="contentinfo"] .footer_content nav:first-child a {
    padding: 0;
    display: block;
  }
  footer[role="contentinfo"] .footer_content nav:nth-child(2) a {
    padding: 10% 20%;
    height: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .front .header_content {
    width: 1200px;
  }
  .front .page_content-layout .page {
    width: 1200px;
  }
  .front .page_content-layout .page .page_panel #main-content {
    width: 70%;
  }
  .front .esmapage_panel_footer,
  .front .esmapage_panel-header {
    width: 1200px !important;
    background-image: none;
  }
  .front .header_content {
    width: 1200px;
    margin: 0 auto;
  }

  .page_content-layout .page {
    width: 960px;
  }
  .page_content-layout .page .page_panel #main-content {
    width: 70%;
  }

  .esmapage_panel_footer,
  .esmapage_panel-header {
    width: 960px !important;
    background-image: none;
  }

  .header_content {
    width: 960px;
    margin: 0 auto;
  }

  #main-content {
    padding: 0 3%;
  }
}
@media only screen and (min-device-width: 960px) and (max-width: 1023px) {
  header [role="banner"] {
    width: 100%;
  }

  .footer_content {
    width: 96rem;
  }
  .footer_content .logo_footer-container {
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  #main-content {
    padding: 0;
  }

  .footer_content {
    width: 96rem;
  }

  .front #main-content {
    padding: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1),
  only screen and (min-width: 768px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
  /*****import tablet******/
  .region-slider {
    width: 100%;
    padding: 10.4rem 3% 0 3%;
    margin: 0 auto;
  }
  .region-slider > div:first-child {
    width: 65%;
  }
  .region-slider > div:last-child {
    width: 35%;
  }
  .region-slider > div:last-child .quicktabs-tabs {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
  only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .region-slider > div:first-child {
    width: 100%;
  }
  .region-slider > div:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
  only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #main-content {
    margin-bottom: 5rem;
  }

  .page-press-news-consultations .view-filters .pager_list,
  .page-press-news-hearings .view-filters .pager_list {
    top: 40.5rem;
  }
  .page-press-news-consultations .view-filters .views-widget-per-page,
  .page-press-news-hearings .view-filters .views-widget-per-page {
    top: 42rem;
  }
  .page-press-news-consultations .view-filters .form-item .form-type-textfield,
  .page-press-news-hearings .view-filters .form-item .form-type-textfield {
    height: auto;
  }

  .tb-megamenu li.level- ~ a {
    padding: 1rem;
    display: block;
    background-color: indianred !important;
  }
  .tb-megamenu a {
    padding: 1rem;
    display: block;
  }

  textarea,
  input[type="text"],
  input[type="button"],
  input[type="submit"],
  select {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .container-inline-date input[type="text"] {
    display: block !important;
  }
  .container-inline-date .esma_date-display {
    display: none !important;
  }

  .extranetlink {
    margin-top: 1rem;
    padding: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  textarea,
  input[type="text"],
  input[type="button"],
  input[type="submit"],
  select {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .page_content-layout .page {
    width: 95%;
  }

  body:before {
    content: "tablet_landscape" !important;
    display: none;
  }
  body .Breadcrumb {
    width: 95%;
    margin: 0 auto;
  }

  .front .tb-megamenu-menu-esma-megamenu {
    width: 95%;
  }
  .front .esma_tb-menu {
    width: 100%;
  }

  .page-press-news-esma-news .pane-esma-all-news .item-list-pager .pager {
    margin-top: 0;
  }

  .node-type-news .page_content-layout {
    margin-bottom: 10rem;
  }

  .page-press-news-consultations .pager_list,
  .page-press-news-hearings .pager_list {
    right: 3rem;
    top: 28.7rem !important;
  }
  .page-press-news-consultations .views-widget-per-page,
  .page-press-news-hearings .views-widget-per-page {
    top: 29.2rem !important;
  }
  .page-press-news-consultations .page_content-layout,
  .page-press-news-hearings .page_content-layout {
    margin-bottom: 5rem;
  }

  .node-type-consultation .header_content {
    width: 95%;
  }

  .node-type-hearing .page_content-layout,
  .page-press-news-key-dates .page_content-layout {
    margin-bottom: 5rem;
  }

  .page-databases-library #edit-submit {
    margin-right: 9.8rem;
  }

  .region-slider_news > div {
    width: 95%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .front .header_content {
    width: 100% !important;
    padding: 0 3%;
  }
  .front .Breadcrumb {
    display: none !important;
  }

  .footer_content {
    width: 95% !important;
  }

  header [role="banner"] {
    width: 100% !important;
  }
}
a.extranetlink {
  background-color: #383d91;
  color: white !important;
  padding: 0.95rem 3rem;
  float: right;
  margin-top: 26px;
  font-size: 1.345rem;
  font-family: Ubuntu-medium, Arial, sans-serif;
  font-style: normal;
  height: 37px;
}
a.extranetlink:hover {
  background-color: #4e76f9;
  text-decoration: none;
}
a.extranetlink:visited {
  background: inherit;
  color: inherit;
}

@media all and (max-width: 768px) and (min-width: 601px) {
  a.extranetlink {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0px 43px 0px 0px;
    margin: 2rem 0.2rem 0 0;
    text-indent: -3330em;
    overflow: hidden;
    background: url("../images/icone-svg/icon_profile.svg") no-repeat #fff;
  }
  a.extranetlink:hover {
    background-color: transparent;
  }
}
@media all and (max-width: 600px) and (min-width: 481px) {
  a.extranetlink {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0px 43px 0px 0px;
    margin: 2rem 0.2rem 0 0;
    text-indent: -3330em;
    background: url("../images/icone-svg/icon_profile.svg") no-repeat #fff;
  }
  a.extranetlink:hover {
    background-color: transparent;
  }
}
@media all and (max-width: 480px) and (min-width: 320px) {
  a.extranetlink {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0px 43px 0px 0px;
    margin: 2rem 0.2rem 0 0;
    text-indent: -3330em;
    background: url("../images/icone-svg/icon_profile.svg") no-repeat #fff;
  }
  a.extranetlink:hover {
    background-color: transparent;
  }
}
@media all and (max-width: 320px) {
  a.extranetlink {
    width: 3.3rem;
    height: 3.3rem;
    padding: 0px 43px 0px 0px;
    margin: 2rem 0.2rem 0 0;
    text-indent: -3330em;
    background: url("../images/icone-svg/icon_profile.svg") no-repeat #fff;
  }
  a.extranetlink:hover {
    background-color: transparent;
  }
}

/*
    Q&A
*/
.node-questions_and_answers-form .workflow-current-state {
  display: none;
}

.node-questions_and_answers-form .qa-blocks {
  padding: 35px;
}

.node-questions_and_answers-form .qa-blocks#block-qa-ident,
.node-questions_and_answers-form .qa-blocks#block-qa-question {
  background-color: #f5f5f5;
}

.node-questions_and_answers-form h3 span {
  font-weight: 700;
}

.node-questions_and_answers-form:after {
  content: "* Mandatory fields";
  display: block;
  color: red;
  padding-top: 0.9em;
}

.node-questions_and_answers-form .form-wrapper,
.node-questions_and_answers-form .form-item-title {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eeeef0;
}

.node-questions_and_answers-form-edit .form-wrapper,
.node-questions_and_answers-form-edit .field-type-color-field-rgb {
  display: flex;
}

.node-questions_and_answers-form .form-wrapper.field-type-serial,
.node-questions_and_answers-form .form-wrapper:last-child {
  border-bottom: 0;
}

.node-questions_and_answers-form .form-wrapper .form-item,
.node-questions_and_answers-form .form-item-title {
  margin: 0;
}

.node-questions_and_answers-form
  .form-wrapper.field-name-field-country-of-incorporation-r {
  padding-bottom: 0;
  border-bottom: transparent;
}

.node-questions_and_answers-form .form-wrapper.field-name-field-qa-sector {
  border-bottom: transparent;
}
.node-questions_and_answers-form
  .form-wrapper.field-name-field-qa-country-other,
.node-questions_and_answers-form
  .form-wrapper.field-name-field-qa-sector-other {
  padding-top: 0;
}

.node-questions_and_answers-form label {
  float: left;
  width: 250px;
  color: #708fc9;
  font-weight: 500;
  cursor: none;
}

.node-questions_and_answers-form .form-required label:after {
  content: " *";
  color: red;
}

.node-questions_and_answers-form .form-item input,
.node-questions_and_answers-form .form-item .select_container {
  float: left;
  width: 500px;
  max-width: 500px;
}

.node-questions_and_answers-form input[type="text"] {
  width: 350px;
  height: 3rem;
  font-size: 16px;
  font-style: normal;
  color: black;
  padding: 2px;
}

.form-item-workflow-sid,
.node-questions_and_answers-form .form-item .select_container {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

#edit-workflow-sid,
.field-name-field-qa-team-allocation select,
.node-questions_and_answers-form .form-item .select_container select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-style: normal;
  width: 500px;
  max-width: 500px;
  font-size: 16px;
  max-width: 680px;
  padding: 5px 35px 5px 5px;
  background-image: url("../images/icones/arrow_select.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 28px;
}

.node-questions_and_answers-form .form-item .form-textarea-wrapper {
  float: left;
  left: 0;
  bottom: 0;
}

.node-questions_and_answers-form
  .field-type-color-field-rgb
  #div-field-qa-person-assignment-und-0--rgb {
  float: left;
  left: 0;
  margin-top: 10px;
}

.node-questions_and_answers-form
  .form-item.form-item-field-qa-level3-und
  .description {
  margin: 1rem 0;
}

.node-questions_and_answers-form .form-item .description {
  float: left;
  color: #5d5f65 !important;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 1rem 0 0 250px;
}

.node-questions_and_answers-form
  .form-item.form-item-field-qa-da-und
  .description {
  margin-left: 0;
}

.node-questions_and_answers-form .form-textarea-wrapper {
  max-width: 650px;
  position: relative;
  left: 237px;
  bottom: 16px;
}

.node-questions_and_answers-form .form-item .file-widget {
  position: relative;
}

.node-questions_and_answers-form
  .form-wrapper.field-type-file
  .form-managed-file {
  display: flex !important;
  flex-direction: column;
  max-width: 650px;
  position: initial;
}

.node-questions_and_answers-form
  .form-wrapper.field-type-file
  .form-managed-file
  #edit-field-qa-upload-file-und-0-upload {
  height: 3rem;
  padding: 0 0 0 82px;
  background-color: transparent;
  color: #5d5f65 !important;
}

.node-questions_and_answers-form
  .form-wrapper.field-type-file
  .form-managed-file
  input[type="file"]:before {
  color: white;
}

.node-questions_and_answers-form .form-item .file-widget input[type="submit"] {
  margin: 15px 0 0 0;
}

form.node-questions_and_answers-form .vertical-tabs {
  margin: 25px 0 0 0;
}

form.node-questions_and_answers-form .vertical-tabs ul.vertical-tabs-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  border: transparent;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-list
  li.vertical-tab-button {
  list-style-type: none;
  border: transparent;
  flex: 1 1;
  display: flex;
  align-items: center;
  text-align: center;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-list
  li.vertical-tab-button
  a {
  width: 100%;
  color: #708fc9;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-list
  li.vertical-tab-button
  a:hover {
  outline: transparent;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-list
  li.vertical-tab-button
  a
  span.summary {
  margin-bottom: 0;
  font-size: 12px;
  color: #3b3d91;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-panes
  fieldset.vertical-tabs-pane {
  padding: 15px;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-panes
  fieldset.vertical-tabs-pane
  .fieldset-wrapper {
  float: left;
  position: relative;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-panes
  fieldset.vertical-tabs-pane
  .fieldset-wrapper
  .form-item
  .description {
  clear: both;
  margin: 1rem 0 1rem 250px;
}

form.node-questions_and_answers-form
  .vertical-tabs
  .vertical-tabs-panes
  fieldset.vertical-tabs-pane
  .fieldset-wrapper
  .form-item {
  float: left;
}

form.node-questions_and_answers-form .form-actions input[type="submit"] {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  background-color: #3b3d91;
  text-transform: none;
  color: white;
  width: 350px;
  padding: 12px 30px;
  font-style: normal;
  border: transparent;
  margin-bottom: 5px;
}

form.node-questions_and_answers-form-edit .form-actions input[type="submit"] {
  width: initial;
}

form.node-questions_and_answers-form .form-actions input[type="submit"]:hover {
  background-color: #4e76f9;
}

.form-wrapper.field-name-field-qa-esma-response,
.form-wrapper.workflow-transition-container {
  padding: 35px;
}

.form-wrapper.field-name-field-qa-rejected-reason {
  padding: 35px;
}

.form-wrapper.field-name-field-qa-rejected-reason select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-style: normal;
  width: 500px;
  max-width: 500px;
  font-size: 16px;
  max-width: 680px;
  padding: 5px 35px 5px 5px;
  background-image: url(../images/icones/arrow_select.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 28px;
}

.form-wrapper.field-name-field-qa-priority-flag label {
  margin-top: 0;
}

.form-wrapper.field-widget-taxonomy-autocomplete input {
  width: 350px;
}

.form-wrapper.field-widget-taxonomy-autocomplete .description {
  margin-left: 0;
}

/* ----------------------------- */
/* ESMA RESPONSES BLOCK          */
/* ----------------------------- */
table.sticky-header {
  z-index: 2;
}

table.field-multiple-table {
  background-color: #f5f5f5;
}

table.field-multiple-table thead {
  background-color: transparent;
}

table.field-multiple-table thead tr th.field-label {
  padding: 35px 0 0 35px;
}

table.field-multiple-table thead tr th {
  padding: 0;
}

table.field-multiple-table thead tr th label {
  font-size: 18px;
  color: #3b3d91;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

table.field-multiple-table tbody tr {
  display: table;
  width: 960px;
  border: 0;
}

table.field-multiple-table tbody tr .field-multiple-drag {
  border-bottom: 0;
}

table.field-multiple-table tbody tr.even {
  background-color: transparent !important;
}

table.field-multiple-table tbody tr td {
  border-top: 1px solid #708fc9;
}

table.field-multiple-table tbody tr.odd:first-child td {
  border-top: 0;
}

table.field-multiple-table tbody tr.odd {
  background-color: #f5f5f5 !important;
}

table.field-multiple-table tbody tr td {
  display: block;
}

table.field-multiple-table tbody tr td:not(last-child) {
  display: block;
  border-bottom: 0;
  margin: 0;
  padding: 15px 35px;
}

table.field-multiple-table tbody tr td .field-type-datetime {
  padding: 0;
  border-bottom: 0;
}

table.field-multiple-table tbody tr td .field-type-text-with-summary {
  border-bottom: 0;
}

table.field-multiple-table tbody tr td .field-type-text-with-summary > div {
  width: 100%;
}

table.field-multiple-table tbody tr td .field-type-datetime div.form-item {
  width: 100%;
}

table.field-multiple-table tbody tr td .field-type-text-long {
  padding: 0 35px;
  border-bottom: 0;
}

.filter-list option[value="plain_text"],
.filter-list option[value="ds_code"] {
  display: none;
}

.filter-list option[value="full_html"] {
  font-style: normal;
}

table.field-multiple-table .center-button {
  text-align: center;
}

table.field-multiple-table .center-button input {
  float: none;
  width: 250px;
}

table.field-multiple-table tbody tr {
  margin-bottom: 25px;
}

table.field-multiple-table .cke .cke_contents .cke_editable {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
}

form#questions-and-answers-node-form
  .field-name-field-fc-esma-responses
  .clearfix {
  text-align: center;
}

form#questions-and-answers-node-form
  .field-name-field-fc-esma-responses
  .clearfix
  input {
  float: none;
}

.field-type-datetime > div > fieldset > legend,
.field-type-datetime > div > fieldset > .fieldset-wrapper {
  float: left;
}
.field-type-datetime > div > fieldset {
  padding: 0;
  margin: 0;
}

.field-type-datetime > div > fieldset > legend {
  display: block;
  float: left;
  width: auto;
  margin: 4px 0;
}

.field-type-datetime > div > fieldset > .fieldset-wrapper {
  display: block;
  float: left;
  margin-left: 10px;
}

.field-type-datetime > div > fieldset > .fieldset-wrapper .date-padding {
  padding: 0;
}

.field-name-field-fc-esma-responses .fieldset-wrapper .description,
.field-name-field-fc-esma-response-trans .fieldset-wrapper .description {
  display: none;
}

/* Input date */
.date-date .date-clear {
  border: 0;
  background-color: transparent;
}

/* FIELD ESMA RESPONSE */
.field-name-field-fc-esma-response .text-format-wrapper label,
.field-name-field-fc-esma-response-trans .text-format-wrapper label {
  margin-top: 0;
}
.field-name-field-fc-esma-response .text-format-wrapper .form-type-textarea,
.field-name-field-fc-esma-response-trans
  .text-format-wrapper
  .form-type-textarea {
  display: flex;
  flex-direction: column;
  height: 200px;
}

.field-name-field-fc-esma-response .text-format-wrapper .ckeditor_links,
.field-name-field-fc-esma-response-trans .text-format-wrapper .ckeditor_links {
  display: none !important;
}

.field-name-field-fc-esma-response > div {
  width: 100%;
}

.field-name-field-fc-esma-response
  .text-format-wrapper
  .form-type-textarea
  .form-textarea-wrapper,
.field-name-field-fc-esma-response-trans
  .text-format-wrapper
  .form-type-textarea
  .form-textarea-wrapper {
  flex: 1 1 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}

fieldset.filter-wrapper .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px 10px 2px;
}

fieldset.filter-wrapper .fieldset-wrapper .filter-help,
fieldset.filter-wrapper .fieldset-wrapper .form-type-select {
  flex: 0 1 50%;
  padding: 0;
}

fieldset.filter-wrapper .fieldset-wrapper .form-type-select {
  order: 1;
  padding-left: 0;
}

fieldset.filter-wrapper .fieldset-wrapper .filter-help {
  order: 2;
  border-bottom: 0;
  justify-content: flex-end;
}

fieldset.filter-wrapper .fieldset-wrapper .filter-guidelines {
  order: 3;
  flex: 0 1 100%;
}

fieldset.filter-wrapper .fieldset-wrapper .form-type-select label {
  margin: 4px 0;
  width: auto;
}

fieldset.filter-wrapper .fieldset-wrapper .form-type-select select.filter-list {
  font-style: normal;
  padding: 2px;
  border: 1px solid #ccc;
  border-top-color: #999;
  background: #fff;
  color: #333;
  margin: 4px 0 4px 10px;
}

fieldset.filter-wrapper .fieldset-wrapper .filter-guidelines {
  font-size: 0.923em;
  padding: 2px 0 0 0;
}

fieldset.filter-wrapper .fieldset-wrapper .filter-help a {
  color: #0074bd;
  font-size: 11px;
}

ul.tips {
  margin: 5px 0;
  line-height: 1.231em;
  font-size: 11px;
  color: #666;
}

ul.tips li {
  margin: 0.25em 0 0.25em 1.5em;
}

input.field-add-more-submit {
  font-family: Ubuntu-Condensed, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  background-color: #3b3d91;
  text-transform: none;
  color: white;
  width: 350px;
  padding: 12px 30px;
  font-style: normal;
  border: transparent;
  margin: 10px 0;
  float: initial;
}

.transparentBox {
  padding: 0px 8px 2px;
}

/* ADMINISTRATION BLOCK */
.required-fields {
  padding: 35px;
}

#sliding-popup a {
  color: #fff;
  text-decoration: underline;
}

#sliding-popup .popup-content #popup-text h1,
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text h3,
#sliding-popup .popup-content #popup-text p {
  font-weight: normal;
}

#sliding-popup.sliding-popup-top {
  background-color: #242166;
}

/* ----------------------------- */
/* ==own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a Sass @import */
/* @import "my-styles"; */
