@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: -.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: .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;
  }
}
/* quick print reset */
/*	* {
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	body {
		width: auto !important;
		margin: auto !important;
		font-family: serif;
		font-size: 12pt;
		background-color: #fff !important;
		color: #333 !important;
	}
	
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	blockquote,
	ul,
	ol {
		color: #000 !important;
		margin: auto !important;
	}
	
	.print {
		display: block;
	}
	
	.no-print {
		display: none;
	}
	
	img { 
		filter: grayscale(100%);
	}*/
/* no orphans, no widows */
/*p,
blockquote {
	orphans: 3; 
	widows: 3;
}*/
/* no breaks inside these elements */
/*blockquote,
ul,
ol {
	page-break-inside: avoid; 
}*/
/* page break before main headers */
/*h1 {
	page-break-before: always; 
}*/
/* no breaks after these elements */
/*h1,
h2,
h3,
caption {
	page-break-after: avoid; 
}

a {
	color: #000 !important;
	text-decoration: underline !important;
}*/
/* displaying URLs */
	/*a[href]:after {
		content: " (" attr(href) ")"; 
	}
	
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
}
*/
.header-region, footer[role="contentinfo"], .esma_tb-menu, #esma_print, .addtoany_share_save {
  display: none;
}

body {
  width: auto !important;
  margin: auto !important;
}

blockquote,
ul,
ol,
.view-mode-teaser_main,
.view-mode-teaser_side,
.search-result {
  page-break-inside: avoid;
}

p,
blockquote {
  orphans: 3;
  widows: 3;
}

.sidebar_library {
  border: 1px solid #eeeef0;
}

#main-content {
  width: 100%;
}

.esmapage_menu-fixed {
  display: none;
}

/* ----------------------------- */
/* ==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: .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: .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: .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: .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: .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: .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: .5%;
  width: 3.5rem;
  height: 4rem;
  padding-top: 0.7rem;
  text-align: center;
  transition: background-size .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: .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 .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: .7rem;
}

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

.follow_menu h4 {
  vertical-align: middle;
  color: #c2c2c2;
}
.follow_menu ul {
  margin: 0;
}
.follow_menu ul a {
  padding: 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: .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: .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: .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: .4rem;
  margin-bottom: .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: .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: .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: .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: .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: .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: .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: .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 .5rem .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 .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: .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: .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: .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;
}

.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 .form-item-retain-filters label {
  padding: 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: .1rem !important;
}
.search-page_refine a.facetapi-active:before {
  content: "\2713";
  left: -.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 .5rem .5rem 0;
}
.search-result h2, .search-result .title_box {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: .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 .2rem;
  font-size: 1.345rem;
}
.search-result .search_cartouche-ref {
  font-size: 1.4rem;
  margin-top: .75rem;
  margin-bottom: .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: .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: .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: .5rem .5rem .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: .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: .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: .5rem;
}

.cartouche_filter-exposed {
  padding: 0.7rem .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: .750rem;
  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: .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 .form-item-keys {
  display: inline-block;
}
.esma-library.search-page_header .form-item-keys label {
  display: block;
}
.esma-library.search-page_header .form-item-reference {
  display: inline-block;
}
.esma-library.search-page_header #edit-submit {
  margi-right: 2rem;
}

.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: .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;
}

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

.esma-library.search-page_header .search-form .container-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.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-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;
}
