/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&subset=latin-ext');
/*@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/raleway/Raleway-Light.ttf) format('ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/raleway/Raleway-Medium.ttf) format('ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/raleway/Raleway-Italic.ttf) format('ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/raleway/Raleway-Bold.ttf) format('ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/raleway/Raleway-BoldItalic.ttf) format('ttf');
}
*/

/* ---------- Overall Specifications ---------- */

#page {
    /*width: 1000px;*/
    margin: 0 auto;
}

body,
body.overlay,
#page-wrapper,
#footer-wrapper {
    background-color: #FFFFFF!important;
}

#footer-wrapper {
    border-top: 1px solid rgba(151, 151, 151, .4);
    /*background-color:#c2c4bc!important;*/
}

.sidebar .section {
    padding: 0px!important;
}

#content .section {
    padding: 50px 0;
}

#header {
    /* position: fixed; */
    margin: 0 auto;
    z-index: 999;
    background-color: #FFFFFF!important;
    /*height:178px;*/
    z-index: 10;
}

body {
    line-height: 1.5;
    font-size: 87.5%;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

a.underlined {
    border-bottom: 1px solid #FF4E00;
    padding-bottom: 3px;
}

a.underlined:hover {
    text-decoration: none;
    color: #16212C;
    border-bottom: 1px solid #16212C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.0em 0 0.5em;
    font-weight: inherit;
}

h1 {
    font-size: 1.357em;
    color: #000;
}

h2 {
    font-size: 1.143em;
}

p {
    margin: 0 0 1.2em;
}

.mgb25 {
    margin-bottom: 25px;
}

del {
    text-decoration: line-through;
}

tr.odd {
    background-color: #dddddd;
}

img {
    outline: 0;
}

code,
pre,
kbd,
samp,
var {
    padding: 0 0.4em;
    font-size: 0.77em;
    font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

code {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
}

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
    font-size: 100%;
    background-color: transparent;
}

pre code,
pre samp,
pre var {
    padding: 0;
}

.description code {
    font-size: 1em;
}

kbd {
    background-color: #f2f2f2;
    border: 1px outset #575757;
    margin: 0 3px;
    color: #666;
    display: inline-block;
    padding: 0 6px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

pre {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
    margin: 10px 0;
    overflow: hidden;
    padding: 15px;
    white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
    font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
}

#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea,
select,
a.button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}


/* ------------------ Reset Styles ------------------ */

caption {
    text-align: left;
    /* LTR */
    font-weight: normal;
}

blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

blockquote:before {
    color: #bbb;
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}

blockquote:after {
    color: #bbb;
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}

blockquote > p:first-child {
    display: inline;
}

a.feed-icon {
    display: inline-block;
    padding: 15px 0 0 0;
}


/* ------------------ Table Styles ------------------ */

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
}

table table {
    font-size: 1em;
}

#footer-wrapper table {
    font-size: 1em;
}

table tr th {
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
}

table tr th,
table tr th a,
table tr th a:hover {
    color: #FFF;
    font-weight: bold;
}

table tbody tr th {
    vertical-align: top;
}

tr td,
tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left;
    /* LTR */
}

#footer-wrapper tr td,
#footer-wrapper tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.18);
}

tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}

tr,
tr.even {
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}

table ul.links {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

table ul.links li {
    padding: 0 1em 0 0;
}


/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
    /* LTR */
}

.contextual-links-wrapper {
    font-size: small !important;
}

ul.contextual-links {
    font-size: 0.923em;
}

.contextual-links-wrapper a {
    text-shadow: 0 0 0 !important;
}

.item-list .pager {
    font-size: 0.929em;
}

ul.menu li {
    margin: 0;
}

.region-content ul,
.region-content ol {
    margin: 1em 0;
    padding: 0 0 0.25em 2.5em;
    /* LTR */
}

.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0;
    /* LTR */
}

ul.tips {
    padding: 0 0 0 1.25em;
    /* LTR */
}


/* ------------------ Header ------------------ */

#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-size: 0.94em;
    line-height: 1.7;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    outline: 0;
}

#name-and-slogan {
    float: left;
    /* LTR */
    padding-top: 34px;
    margin: 0 0 30px 15px;
    /* LTR */
}

#site-name {
    font-size: 1.821em;
    color: #686868;
    line-height: 1;
}

h1#site-name {
    margin: 0;
}

#site-name a {
    font-weight: normal;
}

#site-slogan {
    font-size: 0.929em;
    margin-top: 7px;
    word-spacing: 0.1em;
    font-style: italic;
}


/* Region header blocks. */

.region-header .block {
    font-size: 0.857em;
    float: left;
    /* LTR */
    margin: 0 10px;
    padding: 0;
}

.region-header .block .content {
    margin: 0;
    padding: 0;
}

.region-header .block ul {
    margin: 0;
    padding: 0;
}

.region-header .block li {
    list-style: none;
    list-style-image: none;
    padding: 0;
}

.region-header .form-text {
    background: #fefefe;
    background: rgba(255, 255, 255, 0.7);
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.3);
    margin-right: 2px;
    /* LTR */
    width: 120px;
}

.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.region-header .form-required {
    color: #eee;
    color: rgba(255, 255, 255, 0.7);
}


/* Region header block menus. */

.region-header .block-menu {
    border: 1px solid;
    border-color: #eee;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 208px;
}

.region-header .block-menu li a {
    display: block;
    border-bottom: 1px solid;
    border-bottom-color: #eee;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding: 3px 7px;
}

.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
}

.region-header .block-menu li.last a {
    border-bottom: 0;
}


/* User Login block in the header region */

.region-header #block-user-login {
    width: auto;
}

.region-header #block-user-login .content {
    margin-top: 2px;
}

.region-header #block-user-login .form-item {
    float: left;
    /* LTR */
    margin: 0;
    padding: 0;
}

.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
    font-size: 0.916em;
    margin: 0;
}

.region-header #block-user-login div.item-list {
    clear: both;
}

.region-header #block-user-login div.description {
    display: inline;
}

.region-header #block-user-login .item-list ul {
    padding: 0;
    line-height: 1;
}

.region-header #block-user-login .item-list li {
    list-style: none;
    float: left;
    /* LTR */
    padding: 3px 0 1px;
}

.region-header #block-user-login .item-list li.last {
    padding-left: 0.5em;
    /* LTR */
}

.region-header #block-user-login ul.openid-links li.last {
    padding-left: 0;
    /* LTR */
}

.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
    padding-left: 20px;
    /* LTR */
}

.region-header #block-user-login .form-actions {
    margin: 4px 0 0;
    padding: 0;
    clear: both;
}

.region-header #block-user-login input.form-submit {
    border: 1px solid;
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.5);
    background: #eee;
    background: rgba(255, 255, 255, 0.7);
    margin: 4px 0;
    padding: 3px 8px;
}

.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}


/* Search block in region header. */

.region-header #block-search-form,
.region-header #block-custom-search-blocks-1 {
    width: 208px;
}

.region-header #block-search-form .form-text,
.region-header #block-custom-search-blocks-1 .form-text {
    width: 154px;
}


/* Language switcher block in region header. */

.region-header .block-locale ul li {
    display: inline;
    padding: 0 0.5em;
}


/* --------------- Main Menu ------------ */

#main-menu {
    width: 510px;
    float: left;
    clear: both;
    margin-top: 0px;
    background-color: #FFFFFF;
    /*border-top: 1px solid #f2f2f2;*/
    padding-top: 15px;
}

#main-menu-links {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px 0 0;
}

#main-menu-links li {
    float: left;
    /* LTR */
    list-style: none;
    padding: 0 3px;
    margin: 0 1px;
}

#main-menu-links li.first {
    padding: 0 4px 0 0;
    margin: 0 1px 0 0;
}

#main-menu-links a {
    background: #fff;
    float: left;
    /* LTR */
    border-bottom: 2px solid #FFF;
    text-decoration: none;
    /* 
 height: 2.4em;
   color: #333;
  line-height: 2.4em;
  padding: 0.3em 6px;text-shadow: 0 1px #eee;
  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;  
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;   
  border: 3px solid #e96a4c;
  border-bottom: 2px solid #f7e2ed;
  font-family: 'Raleway', Helvetica, sans-serif;*/
    color: #16212C;
    padding: 10px 0;
    margin: 0 10px;
}

#main-menu-links a:hover,
#main-menu-links a:focus {
    /*background-color: #E0E3D9;
  color:#000;*/
    color: #FF4E00;
    border-bottom: 2px solid #FF4E00!important;
}

#main-menu-links a.active,
#main-menu-links a:active {
    /*background: #b3b3b3;
  background:#FFF;*/
    color: #FF4E00;
    border-bottom: 2px solid #FF4E00!important;
    font-weight: bold;
}


/*#main-menu-links li a.active {
  border-bottom:2px solid #FF4E00!important;
  font-weight:bold;
}
#main-menu-links li a:active,
#main-menu-links li a.active {
background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}*/


/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
    float: right;
    /* LTR */
    font-size: 0.929em;
    margin: 10px 10px 0;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
    text-decoration: underline;
}


/* ------------------- Main ------------------- */

#main {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%!important;
    padding-bottom: 20px;
}


/* ----------------- Featured ----------------- */

#featured {
    text-align: center;
    font-size: 1.643em;
    font-weight: normal;
    line-height: 1.4;
    padding: 20px 0 45px;
    margin: 0;
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-bottom: 1px solid #e7e7e7;
    text-shadow: 1px 1px #fff;
}

#featured h2 {
    font-size: 1.174em;
    line-height: 1;
}

#featured p {
    margin: 0;
    padding: 0;
}


/* --------------- Highlighted ---------------- */

#highlighted {
    border-bottom: 1px solid #d3d7d9;
    font-size: 120%;
}


/* ------------------- Help ------------------- */

.region-help {
    border: 1px solid #d3d7d9;
    padding: 0 1.5em;
    margin-bottom: 30px;
}


/* ----------------- Content ------------------ */

.content {
    margin-top: 10px;
}

h1#page-title {
    font-size: 2.4em;
    color: #16212C;
    font-weight: bold;
    display: none;
}

#content h2 {
    margin-bottom: 2px;
    font-size: 1.429em;
    line-height: 1.4;
    font-family: 'Raleway',Helvetica, sans-serif;
    font-weight: bold;
}

.node .content {
    font-size: 1.071em;
}

.node-teaser .content {
    font-size: 1em;
}

.node-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}

.node-teaser h2 a {
    color: #181818;
}

.node-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.node-sticky {
    background: #f9f9f9;
    background: rgba(0, 0, 0, 0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px;
}

.node-full {
    background: none;
    border: none;
    padding: 0;
}

.node-teaser .content {
    clear: none;
    line-height: 1.6;
}

.meta {
    font-size: 0.857em;
    color: #68696b;
    margin-bottom: -5px;
}

.submitted .user-picture img {
    float: left;
    /* LTR */
    height: 20px;
    margin: 1px 5px 0 0;
    /* LTR */
}

.field-type-taxonomy-term-reference {
    margin: 0 0 1.2em;
}

.field-type-taxonomy-term-reference .field-label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
    /* LTR */
}

.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
    font-size: 0.8em;
}

.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
    font-size: 0.821em;
}

.field-type-taxonomy-term-reference ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.field-type-taxonomy-term-reference ul.links li {
    float: left;
    /* LTR */
    padding: 0 1em 0 0;
    /* LTR */
    /* white-space: nowrap;*/
}

.link-wrapper {
    text-align: right;
}

.field-type-image img,
.user-picture img {
    margin: 0 0 1em;
}

ul.links {
    color: #68696b;
    font-size: 0.821em;
}

.node-unpublished {
    margin: -20px -15px 0;
    padding: 20px 15px 0;
}

.node-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}


/* ----------------- Comments ----------------- */

.comment h2.title {
    margin-bottom: 1em;
}

.comment div.user-picture img {
    margin-left: 0;
    /* LTR */
}

.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}

.comment .attribution {
    display: table-cell;
    padding: 0 30px 0 0;
    /* LTR */
    vertical-align: top;
    overflow: hidden;
}

.comment .attribution img {
    margin: 0;
    border: 1px solid #d3d7d9;
}

.comment .attribution .username {
    white-space: nowrap;
}

.comment .submitted p {
    margin: 4px 0;
    font-size: 1.071em;
    line-height: 1.2;
}

.comment .submitted .comment-time {
    font-size: 0.786em;
    color: #68696b;
}

.comment .submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}

.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}

.comment .comment-arrow {
    background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
    /* LTR */
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -47px;
    /* LTR */
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.comment .comment-text {
    padding: 10px 25px;
    border: 1px solid #d3d7d9;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.comment .indented {
    margin-left: 40px;
    /* LTR */
}

.comment ul.links {
    padding: 0 0 0.25em 0;
}

.comment ul.links li {
    padding: 0 0.5em 0 0;
    /* LTR */
}

.comment-unpublished {
    margin-right: 5px;
    /* LTR */
    padding: 5px 2px 5px 5px;
    /* LTR */
}

.comment-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}


/* ------------------ Sidebar ----------------- */

.sidebar .section {
    padding-top: 10px;
}

.sidebar .block {
    border: 1px solid;
    padding: 0px 10px;
    margin: 0 0 20px;
}

.sidebar h2 {
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;
}

.sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4;
}

.sidebar tbody {
    border: none;
}

.sidebar tr.even,
.sidebar tr.odd {
    background: none;
    border-bottom: 1px solid #d6d6d6;
}


/* ----------------- Triptych ----------------- */

#triptych-wrapper {
    background-color: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-top: 1px solid #e7e7e7;
}

#triptych h2 {
    color: #000;
    font-size: 1.714em;
    margin-bottom: 0.8em;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    line-height: 1;
}

#triptych .block {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #dfdfdf;
    line-height: 1.3;
}

#triptych .block.last {
    border-bottom: none;
}

#triptych .block ul li,
#triptych .block ol li {
    list-style: none;
}

#triptych .block ul,
#triptych .block ol {
    padding-left: 0;
}

#triptych #block-user-login .form-text {
    width: 185px;
}

#triptych #block-user-online p {
    margin-bottom: 0;
}

#triptych #block-node-syndicate h2 {
    overflow: hidden;
    width: 0;
    height: 0;
}

#triptych-last #block-node-syndicate {
    text-align: right;
}

#triptych #block-search-form .form-type-textfield input {
    width: 185px;
}

#triptych-middle #block-system-powered-by {
    text-align: center;
}

#triptych-last #block-system-powered-by {
    text-align: right;
}


/* ------------------ Footer ------------------ */

#footer-wrapper {
    color: #16212C;
    /*color: rgba(255, 255, 255, 0.65);*/
    font-size: 0.857em;
}

#footer-wrapper a {
    /* color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);*/
}

#footer-wrapper a:hover,
#footer-wrapper a:focus {
    /* color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;*/
}

#footer-wrapper .block {
    margin: 20px 0;
    border: 1px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}

#footer-columns .block-menu,
#footer .block {
    margin: 0;
    padding: 0;
    border: none;
}

#footer .block {
    margin: 0.5em 0;
}

#footer .block .content {
    padding: 0.5em 0;
    margin-top: 0;
}

#footer .block h2 {
    margin: 0;
}

#footer-columns h2 {
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}

#footer-columns .content {
    margin-top: 0;
}

#footer-columns p {
    margin-top: 1em;
}

#footer-columns .content ul {
    list-style: none;
    padding-left: 0;
    /* LTR */
    margin-left: 0;
}

#footer-columns .content li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-columns .content li a {
    display: block;
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    line-height: 1.2;
    padding: 0.8em 2px 0.8em 20px;
    /* LTR */
    text-indent: -15px;
}

#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
    background-color: #1f1f21;
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}

#footer {
    letter-spacing: 0.2px;
    /*  margin-top: 30px;*/
    border-top: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    text-align: center;
}

#footer .region {
    margin-top: 30px;
}

#footer .block {
    clear: both;
}

#footer ul,
#footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li a {
    float: left;
    /* LTR */
    padding: 0 12px;
    display: block;
    border-right: 1px solid #555;
    /* LTR */
    border-color: rgba(255, 255, 255, 0.15);
}

#footer li.first a {
    padding-left: 0;
    /* LTR */
}

#footer li.last a {
    padding-right: 0;
    /* LTR */
    border-right: none;
    /* LTR */
}

#footer-wrapper tr.odd {
    background-color: transparent;
}

#footer-wrapper tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, 0.15);
}


/* --------------- System Tabs  --------------- */

.tabs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.tabs ul.primary {
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}

.tabs ul.primary li {
    display: block;
    float: left;
    /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0;
    /* LTR */
}

.tabs ul.primary li.active a {
    border-bottom: 1px solid #ffffff;
}

.tabs ul.primary li a {
    color: #000;
    background-color: #ededed;
    height: 1.8em;
    line-height: 1.9;
    display: block;
    font-size: 0.929em;
    float: left;
    /* not LTR */
    padding: 0 10px 3px;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    -khtml-border-radius-topleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -khtml-border-radius-topright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.tabs ul.primary li.active a {
    background-color: #ffffff;
}

.tabs ul.secondary {
    border-bottom: none;
    padding: 0.5em 0;
}

.tabs ul.secondary li {
    display: block;
    float: left;
    /* LTR */
}

.tabs ul.secondary li:last-child {
    border-right: none;
    /* LTR */
}

.tabs ul.secondary li:first-child {
    padding-left: 0;
    /* LTR */
}

.tabs ul.secondary li a {
    padding: 0.25em 0.5em;
}

.tabs ul.secondary li a.active {
    background: #f2f2f2;
    border-bottom: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

ul.action-links {
    list-style: none;
    margin: 5px;
    padding: 0.5em 1em;
}

ul.action-links li {
    display: inline-block;
    margin-left: 10px;
}

ul.action-links li a {
    padding-left: 15px;
    background: url(../images/add.png) no-repeat left center;
    margin: 0 10px 0 0;
}


/* ---------------- Messages  ----------------- */

#messages {
    padding: 20px 0 5px;
    margin: 0 auto;
}

.featured #messages {
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
}

div.messages {
    margin: 8px 15px;
}


/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
    font-size: 0.929em;
}


/* -------------- User Profile   -------------- */

.profile .user-picture {
    float: none;
}


/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
    width: 34em;
}

.password-parent,
div.form-item div.password-suggestions {
    position: relative;
}

.password-strength-text,
.password-strength-title,
div.password-confirm {
    font-size: 0.82em;
}

.password-strength-text {
    margin-top: 0.2em;
}

div.password-confirm {
    margin-top: 2.2em;
    width: 20.73em;
}


/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
    background: #fff url(../images/buttons.png) 0 0 repeat-x;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 0.929em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0.6em;
    /* LTR */
    padding: 4px 17px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
    text-decoration: none;
    color: #5a5a5a;
}


/* -------------- Form Elements   ------------- */

fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0 0 10px;
    position: relative;
    top: 12px;
    /* Offsets the negative margin of legends */
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fieldset-wrapper {
    margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0;
}

.filter-wrapper {
    top: 0;
    padding: 1em 0 0.2em;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
    margin-right: 10px;
}

.filter-wrapper .form-item {
    padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
    background: transparent;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

fieldset legend {
    background: #dbdbdb;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #3b3b3b;
    display: block;
    height: 2em;
    left: -1px;
    /* LTR */
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -12px;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

fieldset.collapsed legend {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

fieldset legend a {
    color: #3b3b3b;
}

fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
    color: #000;
}

fieldset .fieldset-wrapper {
    padding: 0 10px;
}

fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #3c3c3c;
    font-style: italic;
}

input {
    margin: 2px 0;
    padding: 4px;
}

input,
textarea {
    font-size: 0.929em;
}

textarea {
    line-height: 1.5;
}

textarea.form-textarea,
select.form-select {
    padding: 4px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
    border: 1px solid #ccc;
}

input.form-submit:hover,
input.form-submit:focus {
    background: #dedede;
}

.password-suggestions ul li {
    margin-left: 1.2em;
    /* LTR */
}

.form-item {
    margin-bottom: 1em;
    margin-top: 2px;
}

.form-item label {
    font-size: 0.929em;
}

.form-type-radio label,
.form-type-checkbox label {
    margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2px;
}

.form-actions {
    padding-top: 10px;
}


/* Contact Form */

.contact-form #edit-name {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-form #edit-mail {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-form #edit-subject {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-form #edit-message {
    width: 76.3%;
    -khtml-border-top-left-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
    width: 76%;
    -khtml-border-bottom-left-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Disabled form elements */

input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
    background: #ededed;
    border-color: #bbb;
    color: #717171;
}

.form-disabled .grippie {
    background-color: #ededed;
    border-color: #bbb;
}

.form-disabled label {
    color: #717171;
}


/* Animated throbber */

html.js input.form-autocomplete {
    background-image: none!important;
    background-position: 100% 4px;
    /* LTR */
}

html.js input.throbbing {
    background-position: 100% -16px;
    /* LTR */
}


/* Comment form */

.comment-form label {
    float: left;
    /* LTR */
    font-size: 0.929em;
    width: 120px;
}

.comment-form input,
.comment-form .form-select {
    margin: 0;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-form .form-type-textarea label {
    float: none;
}

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
    margin-bottom: 10px;
    overflow: hidden;
}

.comment-form .form-type-checkbox,
.comment-form .form-radios {
    margin-left: 120px;
    /* LTR */
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
    float: none;
    margin-top: 0;
}

.comment-form input.form-file {
    width: auto;
}

.no-sidebars .comment-form .form-text {
    width: 800px;
}

.one-sidebar .comment-form .form-text {
    width: 500px;
}

.two-sidebars .comment-form .form-text {
    width: 320px;
}

.comment-form .form-item .description {
    font-size: 0.786em;
    line-height: 1.2;
    margin-left: 120px;
    /* LTR */
}

#content h2.comment-form {
    margin-bottom: 0.5em;
}

.comment-form .form-textarea {
    -khtml-border-radius-topleft: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-wrapper label {
    width: auto;
    float: none;
}

.filter-wrapper .form-select {
    min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
    font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
    margin-bottom: 0.4em;
}

#edit-actions input {
    margin-right: 0.6em;
    /* LTR */
}


/* -------------- Other Overrides ------------- */

div.password-suggestions {
    border: 0;
}

.ui-widget-overlay {
    background: #222222;
    opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 1em;
}

#forum .name {
    font-size: 1.083em;
}

#forum .description {
    font-size: 1em;
}


/* --------------- Search Form ---------------- */

#block-search-form,
#block-custom-search-blocks-1 {
    /*padding-top: 7px;*/
}

#block-search-form .content,
#block-custom-search-blocks-1 .content {
    margin-top: 0;
}

#search-form input#edit-keys {
    float: left;
    /* LTR */
    font-size: 1em;
    height: 1.143em;
    margin-right: 5px;
    width: 9em;
}

#search-block-form input.form-submit,
#search-form input.form-submit,
#custom-search-blocks-form-1 input.form-submit {
    margin-left: 0;
    margin-right: 0;
    height: 25px;
    width: 34px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    background: url(../images/search-button.png) no-repeat center top;
    overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus,
#custom-search-blocks-form-1 input.form-submit:hover,
#custom-search-blocks-form-1 input.form-submit:focus {
    background-position: center bottom;
}

#search-form .form-item-keys label {
    display: block;
}


/* --------------- Search Results ---------------- */

ol.search-results {
    padding-left: 0;
}

.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}

.search-results li:last-child {
    border-bottom: none;
    padding-bottom: none;
    margin-bottom: 1em;
}

.search-results .search-snippet-info {
    padding-left: 0;
}


/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
    margin: 2.2em 0 1.1em 0;
    /* Same as usual h1#page-title margin. */
}

.shortcut-wrapper h1#page-title {
    float: left;
    /* LTR */
    margin: 0;
}

div.add-or-remove-shortcuts {
    padding-top: 0.9em;
}

.overlay div.add-or-remove-shortcuts {
    padding-top: 0.8em;
}


/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
    margin-right: 15px;
    /* LTR */
}

.page-admin #content .simpletest-image img {
    margin: 0;
}

.page-admin-structure-block-demo .block-region {
    background: #ffff66;
    border: 1px dotted #9f9e00;
    color: #000;
    font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}

.page-admin-structure-block-demo #featured .block-region {
    font-size: 0.55em;
}

.page-admin-structure-block-demo #header .block-region {
    width: 500px;
}

.page-admin #admin-dblog img {
    margin: 0 5px;
}


/* Fix spacing when Seven is used in the overlay. */

#system-theme-settings fieldset {
    padding: 0;
}

#system-theme-settings fieldset .fieldset-legend {
    margin-top: 0;
}


/* Configuration. */

div.admin .right,
div.admin .left {
    width: 49%;
    margin: 0;
}

div.admin-panel {
    background: #fbfbfb;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 0 5px 5px;
}

div.admin-panel h3 {
    margin: 16px 7px;
}

div.admin-panel dt {
    border-top: 1px solid #ccc;
    padding: 7px 0 0;
}

div.admin-panel dd {
    margin: 0 0 10px;
}

div.admin-panel .description {
    margin: 0 0 14px 7px;
}


/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
    width: auto;
    float: none;
}

.overlay #page {
    padding: 0 2em;
}

.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
    display: none;
}

.overlay-processed .field-type-image {
    display: block;
    float: none;
}

.overlay #messages {
    width: auto;
}


/* ---------- Poll ----------- */

.node .poll {
    margin: 2em 0;
}

.node .poll #edit-choice {
    margin: 0 0 1.5em;
}

.poll .vote-form {
    text-align: left;
    /* LTR */
}

.poll .vote-form .choices {
    margin: 0;
}

.poll .percent {
    font-size: 0.857em;
    font-style: italic;
    margin-bottom: 3em;
    margin-top: -3.2em;
    float: right;
    text-align: right;
}

.poll .text {
    clear: right;
    margin-right: 2.25em;
}

.poll .total {
    font-size: 0.929em;
    font-style: italic;
    text-align: right;
    /* LTR */
    clear: both;
}

.node .poll {
    margin: 1.8em 0 0;
}

.node .poll .text {
    margin-right: 6.75em;
}

.node .poll #edit-choice {
    margin: 0 0 1.2em;
}

.poll .bar .foreground {
    background-color: #666;
}

#footer-wrapper .poll .bar {
    background-color: #666;
}

#footer-wrapper .poll .bar .foreground {
    background-color: #ddd;
}


/* NOUVEAUX STYLES */

#upper_header {
    text-align: right;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 0 0 .5px 0px;
    padding: 0 10%;
    position: relative;
}

#upper_header ul {
    margin-right: 50px;
}

#upper_header ul li {
    padding: 4px 8px;
    list-style: none;
    display: inline-block;
    float: right;
    font-size: .9em;
    color: #e82d2d;
}

#upper_header li.active {
    color: #FF4E00;
    border-bottom: 2px solid #FF4E00;
    font-weight: bold;
}

#upper_header li:not(.active) {
    border-bottom: 2px solid #FFF;
}

#upper_header li:not(.active) a {
    color: #333;
}

#upper_header li a {
    text-align: center;
    text-decoration: none;
}

#upper_header li:not(.active):hover {
    border-bottom: 2px solid #D62D87;
}

#upper_header li:not(.active):hover a {
    color: #D62D87;
}

#logo_esj {
    padding: 0;
    float: right;
    position: absolute;
    right: 10%;
    bottom: 0;
}

#logo_esj a {
    display: flex;
    align-items: baseline;
    cursor: pointer;
}

#logo_esj img {
    width: 40px;
}

.node-type-engagement #header {
    height: inherit;
}

#header_top {
    border-bottom: 1px solid rgba(230, 230, 230, .5);
}

#header_top_left {
    width: calc(100% - 200px);
    text-align: center;
    /*max-width: 475px;*/
    float: left;
    padding: 20px 0px 0px 0;
    box-sizing: border-box;
}

#logo_top {
    float: left;
}

#logo {
    float: left;
    padding: 0px;
}

#block-block-30 {
    /* Baseline ESJ */
    font-family: 'Raleway', Helvetica;
    float: left;
}


/* Icones Réseaux sociaux header */

#header_top_left_bottom {
    float: left;
    padding-top: 8px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

#block-block-25 {
    /* Réseaux sociaux */
    float: left;
    margin-left: 20px;
}

#block-block-25 a {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 5px 0 0px;
}

#block-block-25 a img {
    /* border-radius:100%;*/
    margin: 0 10px 0 0px;
    opacity: .8;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}

#block-block-25 a:hover img {
    opacity: 1;
}

#block-block-25 a img.hover {
    display: none;
}

#block-block-25 a:hover img.hover {
    display: block;
}

#block-block-25 a:hover img:not(.hover) {
    display: none;
}


/*#logo img, #bandeau img {
  width:100%;
}*/

#logo img {
    width: 190px;
}

#bandeau {
    /* float: left;
height: 20px;
padding-bottom: 5px;
width: 100%;
    border-top: .5px solid #ccc;
    padding-top: 5px;*/
    display: none;
}

#header_top_right {
    width: 200px;
    padding: 20px 0 0;
    box-sizing: border-box;
    float: right;
    text-align: right;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.site_selector_label {
    margin-right: 6px;
    font-size: .8em;
}


/* Dropdown Button */

.site_selector_btn {
    background-color: #FFF;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #cccccc;
    font-size: .8em;
    width: 100%;
    box-sizing: border-box;
    height: 34px;
}

.site_selector_btn span:after {
    content: '\203A';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 1px;
    font-size: 16px;
    transform: rotate(90deg);
    font-family: serif;
}

.site_selector_btn:hover {
    color: #FF4E00;
}


/* The container <div> - needed to position the dropdown content */

.site_selector {
    position: relative;
    display: inline-block;
    text-align: left;
}


/* Dropdown Content (Hidden by Default) */

.site_selector-content {
    position: absolute;
    display: none;
    background-color: #FFF;
    z-index: 1;
    width: 100%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    height: 34px;
    padding: 8px;
    border-top: 0;
}


/* Links inside the dropdown */

.site_selector-content a {
    color: black;
    text-decoration: none;
    display: block;
    font-size: .8em;
}


/* Change color of dropdown links on hover */

.site_selector-content:hover a {
    color: #D62D87!important;
}


/* Show the dropdown menu on hover */

.site_selector:hover .site_selector-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.site_selector:hover .site_selector_btn {
    /*background-color: #3e8e41;*/
}

#menu-haut {
    float: right;
    padding-top: 10px;
    margin-bottom: -8px;
    color: #e96a4c;
    width: 100%;
    text-align: right;
}

#menu-haut a {
    color: #f2f2f2;
}

#menu-haut a:hover {
    color: #FF4E00;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #FF4E00;
}

#menu-haut p {
    margin: 0;
}

#bandeau_haut_droite {
    float: right;
    width: 100%;
    margin: 0px;
}

.region-bandeau-haut {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#bandeau_haut_droite .block {
    float: right;
    margin: 0 10px;
}

#bandeau_haut_droite .block p {
    margin: 0;
}

#block-menu-menu-menu-haut ul {
    list-style: none;
    padding: 0;
}

#block-menu-menu-menu-haut ul li {
    list-style: none;
    float: left;
    padding: 0;
}

#block-menu-menu-menu-haut ul li:not(:first-of-type):before {
    content: "\2022";
    font-weight: bold;
    color: #f2f2f2;
    margin: 8px;
}

#block-menu-menu-menu-haut a {
    color: #f2f2f2;
    font-weight: bold;
}

#block-menu-menu-menu-haut a:hover,
#block-menu-menu-menu-haut a.active-trail {
    color: #FF4E00;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #FF4E00;
}

#block-menu-menu-menu-haut .last a {
    color: rgba(219, 45, 131, .4);
}

#block-menu-menu-menu-haut .last a:hover {
    color: rgba(219, 45, 131, 1);
    border-bottom: 1px solid rgba(219, 45, 131, 1);
}

#bandeau_bas_droite {
    width: calc(100% - 510px);
    float: right;
    clear: right;
    padding-top: 15px;
    /*width: 100%;*/
    /*    padding-top: 10px;*/
}

#block-search-form,
#block-custom-search-blocks-1 {
    text-align: right;
}

#block-search-form .form-item-search-block-form input,
#block-custom-search-blocks-1 input {
    font-size: .9em;
    height: 1.143em;
    margin-right: 0px;
    width: calc(100% - 60px);
    max-width: 270px;
}

#block-custom-search-blocks-1 .form-item,
#block-custom-search-blocks-1 .form-actions {
    display: inline;
}

#block-custom-search-blocks-1 .ui-autocomplete {
    z-index: 9990!important;
    width: calc(100% - 60px)!important;
    max-width: 330px!important;
}

#block-search-form .search-form,
#block-custom-search-blocks-1 .search-form {
    margin: 0;
}

#block-search-form #edit-actions,
#block-custom-search-blocks-1 #edit-actions {
    padding: 0;
}

#resterinforme {
    /*  float:right;
  width:100%;
  clear:right;
  padding: 8px;
  background-color: #f7f9f2;
  border-radius: 6px 0;
  max-width: 362px;*/
    float: right;
    clear: right;
    margin-top: 15px;
}

#resterinforme p {
    /* text-align: center;*/
    text-align: right;
    margin: 0;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 300px;
}

#lp_embed_signup {
    background: white;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: auto;
    /*max-width:450px;*/
    background: none;
}

#lp_embed_signup label {
    display: block;
    font-size: 1em;
    padding-bottom: 10px;
    font-weight: bold;
    color: #e96a4c;
    text-align: center;
}

#lp_embed_signup .selection {
    height: 34px;
}

#lp_embed_signup input.email {
    display: inline;
    padding: 8px 0;
    margin: 0 0 0px 0;
    text-indent: 5px;
    width: calc(100% - 210px);
    vertical-align: top;
    background-color: #ffffff;
}

#lp_embed_signup input.button {
    display: inline;
    padding: 0 8px;
}

#lp_embed_signup .button {
    margin: 0 5px;
    clear: both;
    background-color: #AAA;
    border: 0 none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 80px;
}

#lp_embed_signup .button:hover {
    background-color: #e96a4c;
}

#lp_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}

#feedback_simple a {
    bottom: 113px!important;
    height: 50px!important;
    width: 50px!important;
    right: 4px!important;
    background: #f2c2da;
    border-radius: 8px;
    border: 1px solid white;
}

#feedback_simple a:hover {
    background: #e96a4c;
}

#feedback_simple a img {
    height: 50px;
    width: 50px;
}

#back-top {
    right: 4px!important;
}



.principal div.ligne {
    width: 100%;
    clear: both;
    padding: 20px 0;
    font-family: Helvetica;
}

.principal div.premiereligne {
    display: flex;
    flex-direction: row;
}

.view-display-id-page_with_page_title_7 div.ligne,
.view-dom-id-5f20971dd2cff0259b0279b0c96f4b81 div.ligne {
    padding: 5px 0!important;
    width: 570px;
    margin: 0 215px;
}

.view-display-id-page_with_page_title_7 div.ligne:hover div.engagement .banniere,
.view-dom-id-5f20971dd2cff0259b0279b0c96f4b81 div.ligne:hover div.engagement .banniere {
    display: inherit!important;
}

.principal .ligne div.numero {
    line-height: 1.2em;
    background-color: #f7e2ed;
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
    width: 20%;
    padding: 8px;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.principal .ligne div.numero p {
    font-weight: bold;
    font-size: 1.2em;
}

.principal .ligne div.numerobis {
    line-height: 1.2em;
    background-color: #f7e2ed;
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    width: 20%;
    padding: 8px;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.principal .ligne div.engagement {
    width: 60%;
    float: left;
}

.principal .ligne div.engagement .banniere {
    height: 10px;
    /*background:url(../images/new/banniere2.png) no-repeat left top;*/
    width: 100%;
}

.principal .banniere_gauche {
    height: 10px;
    width: 32px;
    float: left;
    background: url(/sites/all/themes/bartikredux/images/new/banniere_engagement_gauche.png) no-repeat left top;
}

.principal .banniere_droite {
    height: 10px;
    width: 32px;
    float: right;
    background: url(/sites/all/themes/bartikredux/images/new/banniere_engagement_droite.png) no-repeat right top;
}

.principal .ligne div.engagement .phrase,
.principal .ligne div.engagement .phrase2 {
    clear: both;
    padding: 8px;
    position: relative;
    text-align: center;
    background-color: #f2c2da;
    font-family: 'Raleway', Helvetica;
    font-size: 1.2em;
    height: calc(100% - 10px);
    box-sizing: border-box;
}

.principal .ligne:hover div.engagement .phrase {
    /*  background: url(../images/new/bg2.jpg) center top no-repeat #f2c2da;*/
}

.principal .ligne div.engagement .phrase p,
.principal .ligne div.engagement .phrase2 p {
    /*font-family:Helvetica, Geneva, Arial, sans-serif;
            font-size:1.1em;*/
    color: #333333;
    margin: 0;
}

.principal .ligne div.engagement a,
.principal .ligne div.verdict2 a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #333333;
}

.principal .ligne div.numero a,
.principal .ligne div.numerobis a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #e96a4c;
}

.principal .ligne div.engagement .explication {
    /* display: none; */
    background: #f2c2da;
    padding: 10px;
    height: auto;
}

.principal .ligne div.engagement .explication p {
    margin: 0;
    font-size: 1em;
}

div.extensible a {
    display: inline!important;
    color: #e96a4c!important;
}

div.extensible a:hover,
div.extensible a:focus {
    color: #fd0388;
}

div.extensible a:active {
    color: #fd0388;
}

.principal .ligne div.engagement div.verdict {
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
    min-height: 87px;
    display: block;
}

.principal .ligne div.engagement div.verdict p {
    margin: 0;
    padding: 0;
}

.principal .ligne div.engagement .verdict .logoverdict {
    height: auto;
    margin: 0;
    padding: 0px;
    width: 86px;
    float: left;
    height: 87px;
}

.principal .ligne div.engagement .verdict .logoverdict p img {
    /* padding-top:5px; */
}

.principal .ligne div.engagement .verdict .logoverdict p {
    line-height: 85%;
}

.principal .ligne div.engagement div.verdict div.detailverdict {
    min-height: 87px;
    height: auto;
    margin: 0;
    padding: 0px 5px;
    width: 480px;
    float: left;
    display: block;
    background: white!important;
}

.principal .ligne div.engagement div.verdict div.detailverdict p,
.principal .ligne div.engagement div.timing div.detailtiming p {
    padding: 4px 0px;
    font-size: 1em;
}

.principal .ligne div.engagement div.timing {
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
    background-color: #FFFFFF;
    min-height: 87px;
    border-top: 1px solid #E0E3D9;
}

.principal .ligne div.engagement div.timing p {
    margin: 0;
    padding: 0;
}

.principal .ligne div.engagement .timing .logotiming {
    margin: 0;
    padding: 0px;
    width: 86px;
    float: left;
    height: 87px;
}

.principal .ligne div.engagement .timing .logotiming p img {
    /* padding-top:5px; */
}

.principal .ligne div.engagement .timing .logotiming p {
    line-height: 95%;
}

.principal .ligne div.engagement div.timing div.detailtiming {
    min-height: 87px;
    height: auto;
    margin: 0;
    padding: 0px 5px;
    width: 480px;
    float: left;
    background-color: #FFF;
}

.principal .ligne div.verdict2 {
    width: 20%;
    height: auto;
    background-color: #f7e2ed;
    float: left;
    padding: 8px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1em;
    box-sizing: border-box;
}

.principal .ligne div.verdict2 p {
    margin: 0px;
}

.principal .premiereligne .verdict,
.principal .premiereligne .timing {
    margin: 0 2%;
    width: 96%;
    float: left;
}

.principal .ligne div.verdict2 div.verdict2_logo,
.principal .ligne div.verdict2 div.timing2_logo {
    margin: 0px auto;
    padding: 0px;
    float: left;
    width: 100%;
}

.principal .ligne .verdict2 img {
    max-width: 61px;
    width: 100%;
}

.principal .ligne div.verdict2 div.verdict2_texte {
    width: 100%;
    margin: 0px;
    padding: 5px 0 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.principal .ligne div.verdict2 div.timing2_texte {
    /*width:64px;*/
    margin: 0px;
    padding: 5px 0 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.principal .ligne div.verdict2 div.verdict2_texte p,
.principal .ligne div.verdict2 div.timing2_texte p {
    /*text-transform:uppercase;*/
    line-height: 100%;
}

div.extensible {
    display: none;
}

div.orange {
    background-color: #fb7203;
}

div.orange p {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

div.orange_txt p,
td.orange_txt,
span.orange_txt,
p.orange_txt,
.verdict2_texte.presque {
    color: #fb7203;
}

div.rouge {
    background-color: #ad1628;
}

div.rouge p {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

div.rouge_txt,
td.rouge_txt,
span.rouge_txt,
p.rouge_txt,
.verdict2_texte.trahi,
.verdict2_texte.nonatteint,
.verdict2_texte.abandonne {
    color: #ad1628;
}

div.vert {
    background-color: #81a30a;
}

div.vert p {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

div.vert_txt,
td.vert_txt,
span.vert_txt,
p.vert_txt,
.verdict2_texte.tenu {
    color: #81a30a;
}

div.gris {
    background-color: #716e6b;
}

div.gris p {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

div.gris_txt,
td.gris_txt,
span.gris_txt,
p.gris_txt,
.verdict2_texte.flou,
.verdict2_texte.pasencore,
.verdict2_texte.doute,
.verdict2_texte.encours {
    color: #716e6b;
}

div.rosepale_txt,
td.rosepale_txt,
span.rosepale_txt,
p.rosepale_txt {
    color: #F7E2ED;
}

div.rose_txt,
td.rose_txt,
span.rose_txt,
p.rose_txt {
    color: #e96a4c;
}

div.blanc {
    background-color: #ffffff;
}

.principal .ligne .verdict div.blanc {
    border: 2px solid #716e6b;
    width: 82px;
}

div.blanc p {
    text-align: center;
    color: #716e6b;
    font-weight: bold;
}

div.blanc_txt,
td.blanc_txt,
span.blanc_txt,
p.blanc_txt {
    color: #ffffff;
}

div.video {
    margin: 0 10px 0 10px;
    padding: 0;
    width: 393px;
    height: 230px;
    float: right;
}

div.partage {
    float: left;
    width: 55%;
    margin-left: 15%;
    background: #f7e2ed;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
}

div.partage p {
    margin: 0;
}

.principal .ligne:hover div.engagement .phrase .partage,
.principal .ligne:hover div.engagement .phrase2 .partage {
    display: inline!important;
}

.principal .ligne:hover div.engagement .banniere {
    /*display:none!important;*/
}

a.show_hide {
    cursor: pointer;
    cursor: pointer;
    cursor: hand;
}

.partage .inline {
    display: inline;
}

.partage .twitter {
    display: inline;
    height: 20px;
    margin-left: 5px;
    float: right;
    width: 90px;
}

.partage .facebook {
    height: 20px;
    width: 65px;
    float: right;
}

.field-name-facebook .facebook {
    padding-left: 10px;
    float: left;
}

.field-name-tweet .twitter {
    padding-left: 8px;
    float: left;
}

.twitter span.ext {
    display: none!important;
}

.field-name-google-plus .gplus {
    padding-left: 35px;
    float: left;
}

div.ensavoirplus {
    float: left;
    width: 60%;
    margin-left: 20%;
    background: #f2d2e3;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

.savoirplus-lien {
    padding-left: 5px;
}

@media(max-width: 600px) {
    .savoirplus-lien {
        clear: left;
    }
}

.fb-share-button.fb_iframe_widget {
    margin-left: 5px;
}


/*  div.ensavoirplus a{
  display:inline;
  width:90px;
  }
  */

div.ensavoirplus a {
    font-size: 1em;
    color: #333333!important;
    text-decoration: none!important;
    display: inline!important;
}

div.ensavoirplus a:hover {
    color: #e96a4c!important;
}

div.view-display-id-page_with_page_title_2 .view-filters {
    margin: 0 0 20px 90px;
    width: 800px;
}

div.view-display-id-page_with_page_title_3 .view-filters {
    margin: 0 30px 20px 20px!important;
    width: calc(100% - 50px)!important;
}


/*body:not(.front) div.view-header p{
width: 970px;
}*/

div.view-header h3 {
    text-align: center;
    color: #e96a4c;
    background-color: #EDF0EC;
    width: 250px;
    margin: 0 0 0 225px;
    padding: 4px 4px 0 4px;
}

div.view-header h3 a.show_hide {
    color: #e96a4c;
    text-decoration: none;
}

div.view-header h3 a.show_hide:hover {
    color: #333333;
}

#page {
    background-color: #FFF!important;
    /* max-width: 1000px!important;
    width: calc(100% - 40px)!important;
    margin: 0 auto!important;*/
    width: 100%;
}

#main-wrapper {
    border-top: 1px solid rgba(151, 151, 151, .4);
    /*max-width: 1000px!important;*/
    /*    width: 100%!important;
    margin: 0 auto!important;
    padding:0 5%;
        border-top: 1px solid rgba(151,151,151,.4);*/
}

#page-wrapper {
    min-width: 0;
    width: 100%;
    float: left;
}

#page {
    width: 100%;
}


/*#main, */

#content,
#header,
#footer,
#main-wrapper,
#footer_wrapper {
    padding: 0;
    min-width: inherit;
    box-sizing: border-box;
}

.node-type-page:not(.page-node-48305) #content > .section,
.page-contact #content > .section,
.node-type-engagement-new #content > .section,
#header > .section,
#footer > .section,
#main-wrapper > .section,
#footer_wrapper > .section {
    max-width: 1000px;
    margin: 0 auto!important;
    width: 80%;
}


/*#header div.section{
  width: 100%!important;
}
*/


/* Affichage des promesses en page standalone */

.node-type-engagement-new #main-wrapper {
    padding: 0!important;
}

.node-type-engagement-new #main {
    background: #f4f5f6;
}

[class*="node-engagement"] .group-premiereligne {
    display: flex;
    flex-direction: row;
    background: white;
    color: #FF4E00;
    width: 100%;
    /* margin: 0 10%;*/
    border: 1px solid rgba(151, 151, 151, .4);
    border-bottom-width: 3px;
    padding: 20px 0;
}

[class*="node-engagement"] .group-premiereligne-milieu {
    width: 100%;
    float: left;
}

.node-engagement {
    font-family: Helvetica;
}

[class*="node-engagement"] .numero {
    /*width: 128px;
height: 76px;
padding: 8px 7px 6px 7px;
font-size: 1.1em;*/
    line-height: 1.2em;
    /*font-weight: bold;*/
    background-color: #f7e2ed;
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    width: 20%;
    padding: 8px;
    height: auto;
    margin-bottom: 20px;
}

[class*="node-engagement"] .group_engagement .numero a {
    color: #e96a4c;
}

[class*="node-engagement"] .group_engagement .numero a.black {
    color: #333333;
}

[class*="node-engagement"] .engagement {
    width: 100%;
    float: left;
    /* margin: 0px 10%;*/
    border: 1px solid rgba(151, 151, 151, .4);
    padding: 10px;
    box-sizing: border-box;
}

[class*="node-engagement"] .banniere {
    height: 10px;
    background: url(../images/new/bannier3.png) no-repeat left top;
    display: none;
}

[class*="node-engagement"] .banniere_gauche {
    height: 10px;
    width: 32px;
    float: left;
    background: url(../images/new/banniere_engagement_gauche.png) no-repeat left top;
}

[class*="node-engagement"] .banniere_droite {
    height: 10px;
    width: 32px;
    float: right;
    background: url(../images/new/banniere_engagement_droite.png) no-repeat right top;
}

[class*="node-engagement"] .field-name-boutons-partage-engagement {
    float: left;
    margin-top: 5px;
    /*width: 100%;
    background: #f7e2ed;
    padding:8px;
    text-align: center;
    box-sizing: border-box;
   width: calc(60% - 18px);
    margin-left: calc(20% + 9px);*/
}

.boutons-partage-engagement {
    margin: 0;
    height: 20px;
}

.boutons-partage-engagement iframe {
    margin-right: 6px;
    float: left;
    height: 20px;
}

[class*="node-engagement"] .field-name-field-engagement {
    clear: both;
    padding: 8px;
    position: relative;
    text-align: center;
    font-family: 'Raleway', Helvetica;
    font-size: 1.4em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

[class*="node-engagement"] .field-name-field-engagement p {
    margin: 0;
}

[class*="node-engagement"] .group_engagement2 .field-name-field-engagement p {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 1.2em;
    color: #333333;
    margin: 0;
}

[class*="node-engagement"] .group_engagement2 .field-name-field-detail,
[class*="node-engagement"] .group_engagement2 .field-name-field-detail-de-la-promesse {
    padding: 8px;
    font-size: 0.9em;
    height: auto;
    clear: left;
    box-sizing: border-box;
}

[class*="node-engagement"] .group_engagement2 .field-name-field-detail p,
[class*="node-engagement"] .group_engagement2 .field-name-field-detail-de-la-promesse p {
    margin: 0;
    font-size: 1em;
}

[class*="node-engagement"] .group_engagement2 .field-name-field-detail p {
    display: inline;
}


[class*="node-engagement"] .group_engagement2 .group_verdict {
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
    /*background-color:#FFFFFF;*/
    min-height: 87px;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    margin-left: calc(20% - 73px);
    width: calc(60% + 68px);
}

[class*="node-engagement"] .group_engagement2 .group_verdict p {
    margin: 0;
    padding: 0;
}

[class*="node-engagement"] .group_engagement2 .group_verdict .logoverdict {
    height: auto;
    margin: 0;
    padding: 0px;
    width: 82px;
    float: left;
    height: 87px;
}

[class*="node-engagement"] .group_engagement2 .group_verdict .logoverdict p img {
    /* padding-top:5px; */
}

[class*="node-engagement"] .group_engagement2 .group_verdict .logoverdict p {
    line-height: 85%;
}

[class*="node-engagement"] #node-engagement-full-group-verdict {
    float: left;
    width: 100%;
    /*margin: 0 10%;*/
    background: white;
    padding: 20px 0;
    border: 1px solid rgba(151, 151, 151, .4);
    box-sizing: border-box;
    display: flex;
}

[class*="node-engagement"] .field-name-field-verdict-new {
    width: 20%;
    text-align: center;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

[class*="node-engagement"] .field-name-field-verdict-new p {
    text-align: center;
    color: #716e6b;
    font-weight: bold;
    text-transform: uppercase;
}

[class*="node-engagement"] .group-detail-verdict {
    min-height: 56px;
    height: auto;
    margin: 0;
    width: 80%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    border-left: 1px solid rgba(151, 151, 151, .4);
}

[class*="node-engagement"] .group-detail-verdict .field-name-br-clearboth {
    display: none;
}

[class*="node-engagement"] .group_engagement2 .field-name-field-detailverdict h2 {
    clear: left;
}

[class*="node-engagement"] .group_engagement2 .field-name-field-detailverdict p,
[class*="node-engagement"] .group_engagement2 .field-name-field-detailtiming p {
    padding: 4px 0px;
    font-size: 1em;
}

[class*="node-engagement"] .group_engagement2 .group_timing {
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
    margin-left: calc(20% - 73px);
    width: calc(60% + 64px);
    /*background-color:#FFFFFF;*/
    border-top: 1px solid #E0E3D9;
}

[class*="node-engagement"] .group_engagement2 .group_timing p {
    margin: 0;
    padding: 0;
}

[class*="node-engagement"] .group_engagement2 .group_timing .logotiming {
    height: auto;
    margin: 0;
    padding: 0px;
    width: 82px;
    float: left;
    height: 87px;
}

[class*="node-engagement"] .group_engagement2 .group_timing .logotiming p {
    line-height: 95%;
}

[class*="node-engagement"] .group_engagement2 .field-name-field-detailtiming {
    min-height: 87px;
    height: auto;
    margin: 0;
    padding: 8px;
    float: left;
    background: white;
    width: calc(100% - 84px);
    box-sizing: border-box;
}

[class*="node-engagement"] .group_engagement2 .group_verdict div.blanc,
[class*="node-engagement"] .group_engagement2 .group_verdict div.rouge {}

[class*="node-engagement"] .group_banniere2 {
    clear: left;
    float: left;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0%;
    border: 1px solid rgba(151, 151, 151, .4)
}

[class*="node-engagement"] .group_banniere2 .field-type-taxonomy-term-reference {
    margin: 0;
}

[class*="node-engagement"] .group_banniere2 .field-type-taxonomy-term-reference .field-items,
[class*="node-engagement"] .group_banniere2 .field-type-taxonomy-term-reference .field-label {
    font-size: .9em;
}

class*="node-engagement"] .group_banniere2 .field-type-taxonomy-term-reference a {
    margin-right: 5px;
}

[class*="node-engagement"] .group_banniere2 .field-type-taxonomy-term-reference a:not(:first-of-type):before {
    content: "\00B7 \00A0";
}

.field-name-field-theme h2 {
    font-size: inherit!important;
    margin: 0!important;
    /*
      line-height: 1.2em!important;*/
}


/*    .field-name-field-theme h2:before {
          content: "\00B7 \00A0";
    }*/

[class*="node-engagement"] .field-name-field-tag {}

[class*="node-engagement"] .field-name-field-tag .field-item {
    float: left;
    margin-right: 5px;
}

[class*="node-engagement"] .field-name-field-tag .field-items,
[class*="node-engagement"] .field-name-field-tag .field-label {
    font-size: 0.8em;
}

[class*="node-engagement"] .field-name-share-sample .twitter {
    margin-top: 6px;
}

[class*="node-engagement"] .ds-bas h3.field-label {
    font-size: 1.2em;
    border-bottom: 1px #666 solid;
    padding: 0 5px;
    margin-right: 10px;
}

[class*="node-engagement"] .ds-bas ul.links a {
    font-size: 1.2em;
    color: #e96a4c;
}

#main-wrapper div.section div.region {
    padding-bottom: 0px;
}

.field-type-taxonomy-term-reference h3 {
    font-size: 1em;
}

body.maintenance-page #header,
body.overlay #header {
    display: none;
}

body.maintenance-page #main-wrapper {
    padding-top: 0px;
    background-color: #FFF!important;
}

.view-id-nodequeue_1 .ligne {
    width: 530px;
    padding: 10px 0 20px 0;
    clear: both;
    height: 117px;
}


/* Affichage des promesses en extrait dans les views */

.principal .ligne div.numero-une {
    font-size: 1.2em;
    width: 36px;
    height: 68px;
    background-color: #f7e2ed;
    float: left;
    padding: 7px;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
}

.principal .ligne div.engagement-une {
    width: 290px;
    float: left;
}

.principal .ligne div.engagement-une .banniere-une {
    height: 10px;
    background: url(../images/new/banniere3.png) no-repeat left top;
}

.principal .ligne div.engagement-une .phrase-une {
    background: #f2c2da;
    clear: both;
    padding: 3px 10px 19px 10px;
    height: 87px;
    position: relative;
    background-color: #f2c2da;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 1.1em;
    color: #333333;
}

.principal .ligne:hover div.engagement-une .phrase-une {
    background-color: #f7e2ed;
    background: url(../images/new/bg3.png) left top no-repeat;
    height: 87px;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 1.1em;
    color: #333333;
}

.principal .ligne div.engagement-une .phrase-une p {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 1.1em;
    color: #333333;
    margin: 0;
}

.principal .ligne:hover div.engagement-une .phrase-une .partage {
    display: inline!important;
}

.principal .ligne div.engagement-une .phrase-une div.partage {
    position: absolute;
    right: 10px;
    top: 80px;
    width: 400px;
    text-align: right;
    display: none;
}

.principal .ligne div.verdict2-une {
    width: 170px;
    height: 68px;
    background-color: #f7e2ed;
    float: left;
    padding: 7px 0px 7px 2px;
    text-align: center;
}

.principal .ligne div.verdict2-une p {
    margin: 0px;
}

.principal .ligne div.verdict2-une div.verdict2_logo,
.principal .ligne div.verdict2-une div.timing2_logo {
    width: 65px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.principal .ligne div.verdict2-une div.verdict2_texte {
    width: 84px;
    margin: 0px;
    padding: 5px 0 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.principal .ligne div.verdict2-une div.timing2_texte {
    width: 64px;
    margin: 0px;
    padding: 5px 0 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.principal .ligne div.verdict2-une div.verdict2_texte p,
.principal .ligne div.verdict2-une div.timing2_texte p {
    text-transform: uppercase;
}

.principal .ligne div.engagement-une a,
.principal .ligne div.verdict2-une a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #333333;
}

.principal .ligne div.numero-une a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #333333;
}

div.view-display-id-page_1 tr td {
    padding: 0px;
    border: 0px;
}

div.view-id-nodequeue_1 tr,
div.view-id-nodequeue_1 tr.even {
    background: none;
}

.ligne div.numero-une {
    font-size: 1.2em;
    width: 10px;
    height: 68px;
    background-color: #f7e2ed;
    float: left;
    padding: 7px;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
}

.ligne div.engagement-une {
    width: 320px;
    float: left;
}

.ligne div.engagement-une .banniere-une {
    height: 10px;
    background: url(../images/new/banniere3.png) no-repeat left top;
}

.ligne div.engagement-une .phrase-une {
    background: #f2c2da;
    clear: both;
    padding: 5px 10px 15px 10px;
    height: 87px;
    position: relative;
    background-color: #f2c2da;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 1.1em;
    color: #333333;
}

.ligne:hover div.engagement-une .phrase-une {
    background-color: #f7e2ed;
    background: url(../images/new/bg3.png) left top no-repeat #F2C2DA;
    height: 87px;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 1.1em;
    color: #333333;
}

.ligne div.engagement-une .phrase-une p {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 1.1em;
    color: #333333;
    margin: 0;
}

.ligne:hover div.engagement-une .phrase-une .partage {
    display: inline!important;
}

.ligne div.engagement-une .phrase-une div.partage {
    position: absolute;
    right: 25px;
    top: 85px;
    width: 400px;
    text-align: right;
    display: none;
}

.ligne div.verdict2-une {
    width: 184px;
    height: 70px;
    background: url(../images/new/bg-verdict-une.jpg) 0px 0px no-repeat #F7E2ED;
    float: left;
    padding: 7px 0px 7px 2px;
    text-align: center;
}

.ligne div.source {
    height: 26px;
    float: right;
    font-size: 9pt;
    text-align: center;
    background-color: #F2C2DA;
    margin-left: 7px;
    padding: 6px 5px 0 5px;
    font-family: Helvetica;
    width: 168px;
}

.ligne div.source a {
    color: #DB2C83;
    text-decoration: none;
}

.ligne div.source a:hover {
    color: #fd0388;
}

.ligne div.verdict2-une p {
    margin: 0px;
}

.ligne div.verdict2-une div.verdict2_logo,
.ligne div.verdict2-une div.timing2_logo {
    width: 65px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.ligne div.verdict2-une div.verdict2_texte {
    width: 114px;
    margin: 0px;
    padding: 5px 0 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.ligne div.verdict2-une div.timing2_texte {
    width: 64px;
    margin: 0px;
    padding: 5px 0 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.ligne div.verdict2-une div.verdict2_texte p,
.ligne div.verdict2-une div.timing2_texte p {
    text-transform: uppercase;
}

.ligne div.engagement-une a,
.ligne div.verdict2-une a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #333333;
}

.ligne div.numero-une a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #333333;
}


/*  div#bandeau_haut_droite div.section{
      width:auto!important;
            }*/

div#block-block-3 div.content table {
    font-size: 1.2em!important;
}

div#block-block-3 div.content table p {
    margin: 0px!important;
    padding: 0px!important;
}

div#block-block-4 {
    background: #F2C2DA;
    font-size: 1.3em;
}

div#block-block-4 a {
    text-decoration: none;
}

div#block-block-5 {
    border: none;
    background: none;
    padding: 0;
}

div#block-views-chronologie-block-1 table tr td.views-field p {
    font-size: 1.4em;
}

div#block-views-chronologie-block-1 a {
    color: #e96a4c;
}

div#block-views-rss-lemonde-fr-block-1 {
    padding: 0 0 0px 0!important;
    border: 0!important;
}

div#block-views-rss-lemonde-fr-block-1 .content {
    margin-top: 0!important;
}

div#block-views-rss-lemonde-fr-block-1 .view-header {
    padding: 0!important;
}

div#block-views-rss-lemonde-fr-block-1 ul {
    margin: 0 5px 0 15px;
    list-style: square;
}

div#block-views-rss-lemonde-fr-block-1 ul li.views-row-first {
    font-size: 1.4em;
    font-weight: bold;
    color: #e96a4c;
}

div#block-views-rss-lemonde-fr-block-1 a {
    color: #666666;
}

div#block-views-rss-lemonde-fr-block-1 ul li.views-row-first a {
    color: #e96a4c!important;
}

div#block-views-rss-lemonde-fr-block-1 div.footer-lemonde {
    background: #EFEFEF;
    margin-top: 7px;
    padding: 7px;
}

div#block-views-rss-lemonde-fr-block-1 div.footer-lemonde a {
    color: #e96a4c;
}

div#block-views-rss-lemonde-fr-block-1 div.footer-lemonde p {
    margin: 0;
}

div.field-name-field-commentaire-redac {
    width: 94%;
    margin-left: 2%;
    margin-bottom: 10px;
    padding: 1%;
    background: rgba(255, 255, 255, 0.5);
}

div.field-name-field-commentaire-redac div.field-label {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    color: #e96a4c;
    padding-bottom: 6px;
}

div.field-name-field-commentaire-redac p {
    -webkit-margin-before: 0;
    margin: 0!important;
}

td.dato {
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
}

td.views-field-field-detail-promesse {
    font-size: 1.2em;
}

.clearboth {
    clear: both;
}

.ds-haut,
.ds-milieu,
.ds-bas {
    clear: both;
}

.ds-bas {
    width: 100%;
    padding: 0;
    float: left;
    margin-top: 20px;
}

.node-type-engagement .ds-bas {
    width: 60%;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}

#block-system-main .content {
    padding-top: 20px;
    margin-top: 0;
}

.ds-basdroit {
    float: right;
    width: 250px;
    padding: 0px 10px 0 10px;
    margin-right: 30px;
    /*background: #F7E2ED;*/
    margin-top: 20px;
}

.node-type-engagement .ds-basdroit {
    width: 40%;
    padding: 0px 2%;
    margin: 0;
    box-sizing: border-box;
}



.ds-basdroit a {
    color: #e96a4c;
}

.ds-basdroit a:hover,
.ds-basdroit a:focus {
    color: #fd0388;
    text-decoration: none;
}

.field-name-similaires {
    background: #F7E2ED;
    padding: 5px 20px;
}

.field-collection-item-field-historique .group-right {
    width: 372px!important;
}

.group-historique {
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.group-historique .field-group-format-wrapper .field-name-field-historique .field-items .even .field-collection-item-field-historique {
    background-color: rgba(255, 255, 255, 0.3);
}

.group-historique .field-group-format-wrapper .field-name-field-historique .field-items .odd .field-collection-item-field-historique {
    background-color: rgba(255, 255, 255, 0.6);
}

.group-historique h3 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    margin: 0;
    font-weight: bold;
}

.group-historique .field-group-format-wrapper .field-name-field-historique .field-items .field-item .field-collection-item-field-historique {
    padding: 10px 0;
}

.group-historique a {
    color: #e96a4c;
}


/****** une ********/

.chapo {
    width: 530px;
    clear: both;
    background-color: #F1ECEC;
    height: 40px;
}

.chapo .date {
    text-align: center;
    background-color: #DB2C83;
    width: 72px;
    float: left;
    font-size: 1.1em;
    color: white;
    padding: 7px 2px;
    height: 26px;
    text-transform: lowercase;
}

.chapo .chapotexte {
    padding: 2px 7px;
    float: left;
    width: 440px;
    color: #DB2C83;
    line-height: 1.1em;
    font-size: 1.1em;
}

.bannierechapo {
    background: url(../images/new/banniere-chapo.jpg) 0 0 no-repeat;
    height: 6px;
    width: 76px;
    margin-top: 15px;
}

.rosepale {
    background-color: #F7E2ED;
}

.rose {
    background-color: #e96a4c;
    color: #FFFFFF;
}

.sitemap {
    padding: 20px 30px;
}

.sitemap p {
    margin: 0;
}

.sitemap a {
    color: #e96a4c;
    text-decoration: none;
}

.sitemap a:hover {
    color: #fd0388;
    text-decoration: none;
}

.bef-checkboxes,
.bef-select-as-radios .form-radios {
    /*
   * Setting the height and overflow creates a scrollable <div> for the radio/checkbox elements.
   * The border is just for looks -- adjust or remove as needed.
   */
    max-height: 280px;
    overflow-y: auto;
    max-width: 200px;
}


/* Line up multi-line options nicely */

.bef-group-items .form-item,
.bef-select-as-radios .form-radios .form-item {
    text-indent: -24px;
    margin-left: 24px;
}

.view-filters input {
    background: #e96a4c!important;
    color: white!important;
    font-weight: bold;
    margin-top: 12px!important;
    padding: 4px 7px;
}

.view-filters fieldset legend {
    background: #F7E2ED!important;
}

.view-filters fieldset legend a {
    color: #333333!important;
}

.views-filters .views-submit-button {
    padding-right: 0px!important;
}

select#edit-items-per-page {
    background: #F7E2ED;
}

.form-item-items-per-page label {
    color: #e96a4c;
    font-family: Helvetica;
    font-size: 0.8em!important;
}

div.block-featured-content .node-teaser {
    margin-bottom: 0px!important;
    padding: 5px 0!important;
}

div.block-featured-content .node-teaser:last-of-type {
    margin-bottom: 0px!important;
    padding: 5px 0!important;
}

div.block-featured-content .node-teaser p {
    border-bottom: 0px!important;
}

div.block-featured-content h2 {
    text-align: center;
    color: #e96a4c;
}

div.block-featured-content br {
    display: none;
}

div.block-featured-content .node-teaser img {
    float: left;
    padding: 5px 5px 0 0;
    width: 40px;
    height: 40px;
}

div.block-featured-content .node-teaser span {
    text-transform: uppercase;
    font-size: 0.8em;
}

.shareviews span.ext,
#block-block-3 span.ext {
    display: none;
}

div.views-submit-button,
div.views-widget-per-page {
    float: right;
}

.view-id-chronologie div.view-filters {
    display: none;
}

.node-element-de-chronologie {
    background: #ffffff;
    padding: 1px 10px 7px 10px;
}

.node-element-de-chronologie .group-header {
    width: 600px;
    height: 45px;
    color: #DB2C83;
    font-weight: bold;
}

.node-element-de-chronologie .group-left {
    text-align: center;
    padding: 7px;
    font-weight: bold;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100px;
}

.node-element-de-chronologie .group-middle {
    width: 80px!important;
    padding: 0 30px!important;
}

.node-element-de-chronologie .group-right {
    width: 550px!important;
    padding: 0 30px!important;
}

ol.search-results .search-info {
    border-left: 5px solid #e96a4c;
    padding-left: 6px;
    color: #e96a4c;
    font-style: italic;
}

.block-tagclouds h2,
div#block-views-chronologie-block-1 h2,
#block-block-8 h2 {
    color: #333333;
    font-weight: bold;
    font-size: 1.6em;
    padding-top: 5px;
}

.block-tagclouds .more-link a {
    color: #333333;
    font-weight: bold;
}

.nombrepromesses2 {
    font-size: 1.1em;
    font-weight: bold;
}

.nombrepromesses {
    font-size: 2em;
    font-weight: bold;
}

table.chronosmall {
    background: #F7E2ED;
}

table.hollandometre {
    width: 440px!important;
    margin: 0!important;
    padding: 0!important;
    text-align: center;
    background: #FFFFFF!important;
    border: 2px solid #F2C2DA;
}

table.hollandometre tr td {
    border: 2px solid #F2C2DA;
}

table.hollandometre a {
    text-decoration: none;
}

table.hollandometre p.orange_txt a {
    color: #fb7203;
}

table.hollandometre p.vert_txt a {
    color: #81a30a;
}

table.hollandometre p.gris_txt a {
    color: #716e6b;
}

table.hollandometre p.rose_txt a {
    color: #e96a4c;
}

table.hollandometre p.blanc_txt a {
    color: #ffffff;
}

table.hollandometre p.rouge_txt a {
    color: #ad1628;
}


/******  styles pages par thème *******/


/*.view-display-id-partheme div.ligne {
  width:1000px;
  clear:both;
  height: 100px;
  padding: 20px 0;
  }

  .view-display-id-partheme .ligne div.numero {
  font-size: 1.6em;
  width:74px;
  height:78px;
  background-color:#f7e2ed;
  float:left;
  padding:7px;
  text-align:center;
  line-height:1.2em;
  font-family:Helvetica, Verdana, Arial, sans-serif;
  }

  .view-display-id-partheme .ligne div.numero p {
  font-weight: bold;
  font-size: 1.2em;
  }
  
  .view-display-id-partheme .ligne div.numerobis {
  font-family:Helvetica, Verdana, Arial, sans-serif;
  font-size: 1em;
  width:94px;
  height:78px;
  background-color:#f7e2ed;
  float:left;
  padding:7px 2px;
  text-align:center;
  line-height:1.2em;
  font-weight:bold;
  }
  
  .view-display-id-partheme .ligne div.engagement {
  width:576px;
  float:left;
  }

  .view-display-id-partheme .ligne div.engagement .banniere {
  height:10px; 
  background:url(../images/new/banniere2.png) no-repeat left top;
}

  .view-display-id-partheme .ligne div.engagement .phrase, .view-display-id-partheme .ligne div.engagement .phrase2 {
  background:#f2c2da;
  clear: both;
  padding:10px;
  height: 72px;
  position:relative;
  background-color: #f2c2da;
}
    
            .view-display-id-partheme .ligne:hover div.engagement .phrase {
            background: url(../images/new/bg2.jpg) left top no-repeat #f2c2da;
            }
          

            .view-display-id-partheme .ligne div.engagement .phrase p, .view-display-id-partheme .ligne div.engagement .phrase2 p {
            font-family:Helvetica, Geneva, Arial, sans-serif;
            font-size:1.2em;
            color:#333333;
            margin:0;
            }
            
            .view-display-id-partheme .ligne div.engagement a, .view-display-id-partheme .ligne div.verdict2 a {
            display:block;
            text-decoration:none;
            height:100%;
            color:#333333;
            }
            
            .view-display-id-partheme .ligne div.numero a, .view-display-id-partheme .ligne div.numerobis a {
              display:block;
              text-decoration:none;
              height:100%;
              color:#e96a4c;
            }

            
  .view-display-id-partheme .ligne .explication {

  background:#f2c2da;
  padding:10px;
  height: auto;
  }
  
      .view-display-id-partheme .ligne .explication p {
      margin:0;
      font-size: 1em;
        }
  */

div.extensible a {
    display: inline!important;
    color: #e96a4c!important;
}

div.extensible a:hover,
div.extensible a:focus {
    color: #fd0388;
}

div.extensible a:active {
    color: #fd0388;
}


/*
  .view-display-id-partheme .ligne div.engagement div.verdict {
  height:auto;
  margin:0;
  padding:0;
  clear:both;
  background:#FFFFFF!important;
  min-height:87px;
  display:block;
  }
  
      .view-display-id-partheme .ligne div.engagement div.verdict p {
      margin:0;
      padding:0;
      }
  
  .view-display-id-partheme .ligne .verdict .logoverdict {
  height:auto;
  margin:0;
  padding:0px;
  width:86px;
  float:left;
  height:87px;
  }

  .view-display-id-partheme .ligne .verdict .logoverdict p img {
  
  }

  .view-display-id-partheme .ligne .verdict .logoverdict p {
  line-height: 85%;
  }


  .view-display-id-partheme .ligne div.verdict div.detailverdict {
  min-height:87px;
  height:auto;
  margin:0;
  padding:0px 5px;
  width:480px;
  float:left;
  display:block;
  background:white!important;
  }
  
  .view-display-id-partheme .deuxiemeligne  .verdict div.detailverdict p, .view-display-id-partheme .deuxiemeligne  .timing div.detailtiming p {
  padding:4px 0px;
  font-size: 1em;
  }


  .view-display-id-partheme .ligne div.deuxiemeligne div.timing {
  height:auto;
  margin:0;
  padding:0;
  clear:both;
  background-color:#FFFFFF;
  min-height:87px;
  border-top: 1px solid #E0E3D9;
  }
  
      .view-display-id-partheme .ligne div.deuxiemeligne div.timing p {
      margin:0;
      padding:0;
      }
  
  .view-display-id-partheme .ligne div.deuxiemeligne .timing .logotiming {
  margin:0;
  padding:0px;
  width:86px;
  float:left;
  height:87px;
  }

  .view-display-id-partheme .ligne div.deuxiemeligne .timing .logotiming p img {
  
  }

  .view-display-id-partheme .ligne div.deuxiemeligne .timing .logotiming p {
  line-height: 95%;
  }

  .view-display-id-partheme .ligne div.deuxiemeligne div.timing div.detailtiming {
  min-height:87px;
  height:auto;
  margin:0;
  padding:0px 5px;
  width:480px;
  float:left;
  }

  
  
  
  .view-display-id-partheme .ligne div.verdict2 {
  width:317px;
  height:78px;
  background-color:#f7e2ed;
  float:left;
  padding:7px 7px 7px 2px;
  text-align:center;
  }
  
  
  .view-display-id-partheme .ligne div.verdict2 p {
  margin:0px;
  }
  
  .view-display-id-partheme .ligne div.verdict2 div.verdict2_logo, .view-display-id-partheme .ligne div.verdict2 div.timing2_logo {
  width:65px;
  margin:0px;
  padding:0px;
  float:left;
  }
  
  .view-display-id-partheme .ligne div.verdict2 div.verdict2_texte {
  width:114px;
  margin:0px;
  padding:5px 0 0 0;
  float:left;
  text-align:center;
  font-weight:bold;
  font-family: Helvetica, Arial, sans-serif;
  } 
  
  .view-display-id-partheme .ligne div.verdict2 div.timing2_texte {
  width:64px;
  margin:0px;
  padding:5px 0 0 0;
  float:left;
  text-align:center;
  font-weight:bold;
  font-family: Helvetica, Arial, sans-serif;
  } 

  .view-display-id-partheme .ligne div.verdict2 div.verdict2_texte p, .view-display-id-partheme .ligne div.verdict2 div.timing2_texte p {
  text-transform:uppercase;
  } 
  
    .view-display-id-partheme .ligne div.engagement .verdict div.blanc {
  border:2px solid #716e6b;
  width:82px;
  }

  .view-display-id-partheme .ligne:hover div.engagement .phrase .partage, .view-display-id-partheme .ligne:hover div.engagement .phrase2 .partage {
  display:inline!important;
    }
  
  .view-display-id-partheme .ligne:hover div.engagement .banniere {
  display:none!important;
    }

.view-display-id-partheme .ligne div.numero-une {
font-size: 1.2em;
width: 36px;
  height:68px;
  background-color:#f7e2ed;
  float:left;
  padding:7px;
  text-align:center;
  line-height:1.2em;
  font-weight: bold;
  }



.view-display-id-partheme .ligne div.engagement-une {
        width:290px;
        float:left;
        }
        
      .view-display-id-partheme .ligne div.engagement-une .banniere-une {
  height:10px; 
  background:url(../images/new/banniere3.png) no-repeat left top;
}

.view-display-id-partheme .ligne div.engagement-une .phrase-une {
  background:#f2c2da;
  clear: both;
  padding:3px 10px 19px 10px;
  height: 87px;
  position:relative;
  background-color: #f2c2da;
  font-family:Helvetica, Geneva, Arial, sans-serif;
  font-size:1.1em;
  color:#333333;
}

.view-display-id-partheme .ligne:hover div.engagement-une .phrase-une {
                  background-color: #f7e2ed;
                  background:url(../images/new/bg3.png) left top no-repeat;
                  height: 87px;
                font-family:Helvetica, Geneva, Arial, sans-serif;
                    font-size:1.1em;
                    color:#333333;}


.view-display-id-partheme .ligne div.engagement-une .phrase-une p {
                    font-family:Helvetica, Geneva, Arial, sans-serif;
                    font-size:1.1em;
                    color:#333333;
                    margin:0;
                    }         

.view-display-id-partheme .ligne:hover div.engagement-une .phrase-une .partage {
  display:inline!important;
    }
    
.view-display-id-partheme .ligne div.engagement-une .phrase-une div.partage{
  position:absolute; right:10px;top:80px; width:400px; text-align:right; display:none;
  }
    
.view-display-id-partheme .ligne div.verdict2-une {
          width:170px;
          height:68px;
          background-color:#f7e2ed;
          float:left;
          padding:7px 0px 7px 2px;
          text-align:center;
          }
          

.view-display-id-partheme .ligne div.verdict2-une p {
  margin:0px;
  }
  
  .view-display-id-partheme .ligne div.verdict2-une div.verdict2_logo, .view-display-id-partheme .ligne div.verdict2-une div.timing2_logo {
  width:65px;
  margin:0px;
  padding:0px;
  float:left;
  }
  
  .view-display-id-partheme .ligne div.verdict2-une div.verdict2_texte {
  width:84px;
  margin:0px;
  padding:5px 0 0 0;
  float:left;
  text-align:center;
  font-weight:bold;
  font-family: Helvetica, Arial, sans-serif;
  } 
  
  .view-display-id-partheme .ligne div.verdict2-une div.timing2_texte {
  width:64px;
  margin:0px;
  padding:5px 0 0 0;
  float:left;
  text-align:center;
  font-weight:bold;
  font-family: Helvetica, Arial, sans-serif;
  } 

  .view-display-id-partheme .ligne div.verdict2-une div.verdict2_texte p, .view-display-id-partheme .ligne div.verdict2-une div.timing2_texte p {
  text-transform:uppercase;
  } 
  
  
  .view-display-id-partheme .ligne div.engagement-une a, .view-display-id-partheme .ligne div.verdict2-une a {
            display:block;
            text-decoration:none;
            height:100%;
            color:#333333;
            }
  
  .view-display-id-partheme .ligne div.numero-une a {
            display:block;
            text-decoration:none;
            height:100%;
            color:#333333;
            }
      */

#block-block-8 {
    background: #FFFFFF!important;
}

div.themepicto {
    width: 100px;
    height: 100px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 2px;
    margin-bottom: 7px;
    float: left;
}

div.themepicto:hover {
    background-position: left -100px;
}

div.themepicto a {
    width: 100px;
    height: 100px;
    display: block;
}

div.themepictopage {
    float: right!important;
    clear: right;
}

div.theme-eco {
    background-image: url(../images/themes/eco-2.jpg)
}

div.theme-agriculture {
    background-image: url(../images/themes/agriculture-2.jpg)
}

div.theme-police {
    background-image: url(../images/themes/police-2.jpg)
}

div.theme-social {
    background-image: url(../images/themes/social-2.jpg)
}

div.theme-institutions {
    background-image: url(../images/themes/institutions-2.jpg)
}

div.theme-education {
    background-image: url(../images/themes/education-2.jpg)
}

div.theme-sante {
    background-image: url(../images/themes/sante-2.jpg)
}

div.theme-culture {
    background-image: url(../images/themes/culture-2.jpg)
}

div.theme-environnement {
    background-image: url(../images/themes/environnement-2.jpg)
}

div.theme-logement {
    background-image: url(../images/themes/logement-2.jpg)
}

div.theme-europe {
    background-image: url(../images/themes/europe-2.jpg)
}

div.theme-societe {
    background-image: url(../images/themes/societe-2.jpg)
}

div.theme-chiffres {
    background-image: url(../images/themes/chiffres-2.jpg)
}

.ds-haut .field-name-field-theme {
    /*float:right!important;;
      padding: 10px 0 10px 10px;
background-color: white;
border-radius: 10px 0 0 10px;
margin: 0 0 8px 10px!important;
border:3px solid #f7e2ed;
border-right:0!important;*/
    margin: 0;
}

.field-name-field-theme .content {
    margin: 0;
}

.ds-haut .field-name-field-theme ul li {
    padding: 0!important;
}

.field-name-field-theme .themepicto {
    margin: 0 7px 0 0!important;
}

.ds-haut .field-name-retour2 {
    float: left!important;
    padding: 10px 5px 10px 10px;
    background-color: white;
    border-radius: 0px 10px 10px 0px;
    margin: 0 10px 8px 0!important;
    width: 100px;
    border: 3px solid #f7e2ed;
    border-left: 0!important;
    text-align: center;
    height: 100px;
}

.ds-haut .field-name-retour2 a {
    color: #e96a4c;
    text-decoration: none;
}

.ds-haut .field-name-retour2 a:hover {
    border-bottom: 1px dotted #e96a4c;
}

.ds-haut .field-name-retour2 h3 {
    margin: 10px 0 0 0!important;
}

.ds-haut h1.titre-page {
    font-size: 2.5em;
    line-height: inherit!important;
    font-family: Helvetica;
}

@font-face {
    font-family: Oswald;
    src: url('../fonts/oswald.ttf');
}

@font-face {
    font-family: Rawengulk;
    src: url('../fonts/rawengulk.ttf');
}

@font-face {
    font-family: Rawengulk;
    src: url('../fonts/rawengulkbold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: RNS;
    src: url('../fonts/rnscamelia.ttf');
}

@font-face {
    font-family: Sketch;
    src: url('../fonts/sketchblock.ttf');
}

.filtres_chrono {
    background-color: white;
    padding: 0px 0;
}

.filtres_chrono h3 {
    margin: 0 0 7px 0!important;
    width: inherit!important;
    background: none!important;
}

.filtres_chrono p {
    width: inherit!important;
}

.filtres_chrono img {
    width: 85px!important;
}

.filtres_chrono .container-inline {
    text-align: center;
}

.filtres_chrono select {
    border: 1px solid #ccc;
    width: 300px;
    text-align: center!important;
    font-weight: bold;
    height: 40px;
}

#filtres_chrono_verdict {
    float: left;
    width: 600px;
    border-radius: 0px 8px 8px 0;
    padding: 0px 0;
    margin: 0 0px 7px 0px!important;
    clear: left;
}

.view-id-chronologie .view-header {
    padding-left: 0px!important;
}

#filtres_chrono_date {
    float: right;
    width: 360px;
    border-radius: 8px 0px 0px 8px;
    padding: 0px 0 8px 0;
    margin: 0 0px 7px 0px!important;
    clear: right;
}

#filtres_chrono_reset {
    float: right;
    clear: right;
    border-radius: 8px 0px 0px 8px;
    padding: 0px 0 8px 0;
    margin: 5px 0px 7px 0px!important;
    width: 344px;
}

.pinterest {
    width: 40px;
    float: left;
    height: 20px;
    margin-right: 5px;
    padding-top: 2px;
}

.tumblr {
    width: 20px;
    float: left;
    height: 20px;
    margin-right: 5px;
    padding-top: 2px;
}

.inshare {
    width: 60px;
    float: left;
    padding-top: 2px;
    margin-right: 5px;
}

.field-name-commentaires-facebook {
    background-color: white;
    margin-bottom: 10px;
    width: 50%;
    /* margin-left: 10%;*/
    padding: 2px 7px 0px 7px;
    box-sizing: border-box!important;
    border-top: 2px solid #FF4E00;
    float: left;
}

.field-name-commentaires-facebook h2.block-title {
    text-align: left;
    color: #FF4E00;
    padding-bottom: 7px;
}

.field-name-promesses-similaires-macron- {
    float: left;
    width: 47%;
    margin-left: 3%;
    border: 1px solid rgba(151, 151, 151, .4);
    border-top-width: 2px;
    background: white;
    padding: 0 20px;
    box-sizing: border-box;
}

.field-name-commentaires-facebook h2,
.field-name-promesses-similaires-macron- h2 {
    font-family: 'Raleway', Helvetica;
    font-weight: normal;
    color: #16212C!important;
    text-align: center!important;
}

.field-name-promesses-similaires-macron- .content {
    padding: 0;
}

.field-name-promesses-similaires-macron- .region-content ul {
    padding: 0 0 0.25em 20px;
}


/* Pictos thématiques */

div.theme-eco-home {
    background-image: url(../images/themes/eco.png)
}

div.theme-agriculture-home {
    background-image: url(../images/themes/agriculture.png)
}

div.theme-police-home {
    background-image: url(../images/themes/police.png)
}

div.theme-social-home {
    background-image: url(../images/themes/social.png)
}

div.theme-institutions-home {
    background-image: url(../images/themes/institutions.png)
}

div.theme-education-home {
    background-image: url(../images/themes/education.png)
}

div.theme-sante-home {
    background-image: url(../images/themes/sante.png)
}

div.theme-culture-home {
    background-image: url(../images/themes/culture.png)
}

div.theme-environnement-home {
    background-image: url(../images/themes/environnement.png)
}

div.theme-logement-home {
    background-image: url(../images/themes/logement.png)
}

div.theme-europe-home {
    background-image: url(../images/themes/europe.png)
}

div.theme-societe-home {
    background-image: url(../images/themes/societe.png)
}

div.theme-chiffres-home {
    background-image: url(../images/themes/chiffres.png)
}

div.themepictopage {
    float: right!important;
    clear: right;
}

.plus-pictos {
    padding: 0px 0 0 12px;
}

.plus-pictos div.themepicto {
    width: 60px!important;
    height: 60px!important;
    margin-right: 7px;
}

.plus-pictos div.themepicto a {
    width: 60px!important;
    height: 60px!important;
}

.plus-pictos div.themepicto:hover {
    background-position: left -60px!important;
}

.plus-pictos div.theme-eco {
    background-image: url(../images/themes/eco2.png)
}

.plus-pictos div.theme-agriculture {
    background-image: url(../images/themes/agriculture2.png)
}

.plus-pictos div.theme-police {
    background-image: url(../images/themes/police2.png)
}

.plus-pictos div.theme-social {
    background-image: url(../images/themes/social2.png)
}

.plus-pictos div.theme-institutions {
    background-image: url(../images/themes/institutions2.png)
}

.plus-pictos div.theme-education {
    background-image: url(../images/themes/education2.png)
}

.plus-pictos div.theme-sante {
    background-image: url(../images/themes/sante2.png)
}

.plus-pictos div.theme-culture {
    background-image: url(../images/themes/culture2.png)
}

.plus-pictos div.theme-environnement {
    background-image: url(../images/themes/environnement2.png)
}

.plus-pictos div.theme-logement {
    background-image: url(../images/themes/logement2.png)
}

.plus-pictos div.theme-europe {
    background-image: url(../images/themes/europe2.png)
}

.plus-pictos div.theme-societe {
    background-image: url(../images/themes/societe2.png)
}

.plus-pictos div.theme-chiffres {
    background-image: url(../images/themes/chiffres2.png)
}


/******** Menu principal  ********/


/*.menu-1849 {
    text-indent: -5000px;
width: 48px;
height: 44px;
  }
  
  .menu-1849 a {
  background: url(../images/home.png) center 0px no-repeat white!important;
width: 34px;
padding: 0.3em 6px!important;
height: 37px;
  }
  
  .menu-1849 a:hover {
   
    border-bottom:2px solid #e0e3d9!important;
  }
  
  .menu-1849 a.active {
  background: url(../images/home.png) center 0px no-repeat #E0E3D9!important;
  }*/


/*   */

.about-lemonde {
    float: right;
    margin-top: -38px;
    font-size: 2em;
    font-weight: bold;
    background-color: #e96a4c;
    padding: 0 5px;
    color: white;
}

.about-chrono {
    float: right;
    margin-top: -18px;
    font-size: 1.2em;
    background-color: #e96a4c;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
    padding: 5px 5px 5px 10px;
    color: white;
}

.about-chrono a {
    text-decoration: none!important;
}

#block-views-nodequeue-2-block {
    clear: both;
}

#block-views-nodequeue-1-block-1 table tr td {
    padding: 0!important;
    border: none!important;
}

#block-block-16 .content {
    margin-top: 4px!important;
}


/*
/* Widget Hollandomètre 
*/

.view-widget-hollandometre,
body#widget {
    background-color: #FFFFFF!important;
}

.view-widget-hollandometre {
    width: 315px;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    margin: 0;
    padding: 4px 0;
    height: 242px;
    background: #f5f5dc;
}

.view-widget-hollandometre div.view-header {
    padding: 0px!important;
}

.view-widget-hollandometre div.view-header p {
    width: auto!important;
}

.view-widget-hollandometre .view-header table.hollandometre {
    width: 315px!important;
    margin: 0!important;
    padding: 0!important;
    text-align: center;
    background: #FFFFFF!important;
    border: 1px solid #F2C2DA;
}

.view-widget-hollandometre .view-header table.hollandometre tr td {
    border: 2px solid #F2C2DA;
}

.view-widget-hollandometre .view-header table.hollandometre a {
    text-decoration: none;
}

.view-widget-hollandometre .view-header table.hollandometre p.orange_txt a {
    color: #fb7203;
}

.view-widget-hollandometre .view-header table.hollandometre p.vert_txt a {
    color: #81a30a;
}

.view-widget-hollandometre .view-header table.hollandometre p.gris_txt a {
    color: #716e6b;
}

.view-widget-hollandometre .view-header table.hollandometre p.rose_txt a {
    color: #e96a4c;
}

.view-widget-hollandometre .view-header table.hollandometre p.blanc_txt a {
    color: #ffffff;
}

.view-widget-hollandometre .view-header table.hollandometre p.rouge_txt a {
    color: #ad1628;
}

.view-widget-hollandometre .view-header table.hollandometre img {
    width: 35px;
    height: 34px;
    padding-top: 5px;
}

.view-widget-hollandometre .view-header table.hollandometre .nombrepromesses2 {
    font-size: 12px;
    font-weight: bold;
}

.view-widget-hollandometre .view-header table.hollandometre .nombrepromesses {
    font-size: 26px;
    font-weight: bold;
}


/*
h1.titre-page, h1#titre-page {
  font-size: 2.2em;
  text-align:center;
      font-family: 'Raleway',Helvetica,sans-serif;
font-weight: bold;
}*/

.shareviews {
    text-align: center;
}

.shareviews > div {
    display: inline-block;
    vertical-align: top;
}

.bloc-twitter {
    padding: 0;
    float: left;
    margin: 0 0 0 10px!important;
}

table.tab660 {
    width: 660px!important;
}

table.tab530 {
    width: 530px!important;
}

.view-engagements div.view-header h3 {
    margin: 0 0 0 calc(0.5*(100% - 250px))!important;
    font-family: 'Raleway', Helvetica, sans-serif;
}


/* Bloc titre en haut des views */

.bloc-titre {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
    border-radius: 0px 0 0 0;
    font-family: Helvetica, Verdana, sans-serif;
    padding: 6px 1%;
    width: 48%;
    margin: 0 0 20px 0;
    float: left;
    border-top: 4px solid #e96a4c!important;
}

.bloc-titre h1 {
    margin-top: 10px!important;
}


/* Table bilan en haut des views */

.tableau-bilan {
    float: right;
    width: 48%;
    font-family: 'Raleway', Helvetica, sans-serif;
}

.tableau-bilan p {
    text-align: center;
}

.tableau-bilan img {
    width: 100%;
}

table.bilanverdict {
    text-align: center;
    background-color: #f6f6f2;
    border: 0!important;
    font-family: 'Raleway', Helvetica, sans-serif;
}

table.bilanverdict {
    margin: 0 auto 20px auto!important;
}

table.bilanverdict tr {
    background: transparent;
}

table.bilanverdict tr td {
    text-align: center;
    font-weight: bold;
    vertical-align: text-top;
}

table.bilanverdict tr td span {
    font-size: 1.5em;
}


/* Views : promesses par thème */

.view-engagements .view-header,
.view-display-id-partheme .view-header {
    padding: 0 2%;
}

.view-engagements .view-filters,
.view-display-id-partheme .view-filters {
    margin: 0 2% 40px 2%!important;
    width: 94%!important;
    background-color: #EDF0EC;
    padding: 10px 1% 10px 1%;
}

.view-engagements .view-filters a,
.view-display-id-partheme .view-filters a {
    color: #e96a4c;
}

.view-engagements .view-filters a:hover,
.view-engagements a:focus,
.view-display-id-partheme a:hover,
.view-display-id-partheme a:focus {
    color: #fd0388;
    text-decoration: none;
}

.view-display-id-partheme .view-filters {
    /*    margin: 0 0 0px 32%;
    width: 64%!important;*/
}

.view-display-id-partheme div.view-header h3 {
    margin: 0 0 0 calc(50% - 125px)!important;
    font-family: 'Raleway', Helvetica, sans-serif;
    clear: left;
    box-sizing: border-box;
}



/* Pages de base - grid */

.left_on_page {
    float: left;
    width: 48%;
    clear: left;
    margin: 0 1%;
}

.right_on_page {
    float: right;
    width: 48%;
    margin: 0 1%;
}

.fullwidth_on_page {
    width: 98%;
    margin: 0 1%;
    clear: both;
}



/* Généraux */

.tabs,
.content {
    margin: 0!important;
}

#main-wrapper .content {
    /*padding-top:20px!important;*/
}

.node-type-page h1.titre-page,
.node-type-page h1#titre-page {
    margin: 0!important;
}


/* Homepage */

#recit {
    margin: 20px 0 0 -19px!important;
    width: calc(100% + 19px)!important;
}

#widget .dev-query {
    display: none;
}

#hollandometre-home {
    background-color: none!important;
    min-width: 0px;
    width: 50%;
    height: 250px;
    margin: 0px auto;
    float: left;
    padding: 25px 0;
}

#hollandometre-home .highcharts-container,
#macronometre-home .highcharts-container {
    height: 250px!important;
}

.hollandometre-mandat,
.macronometre-mandat {
    float: right;
    width: 50%;
    text-align: center;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
    font-size: 1.7em;
    padding: 40px 20px 0px 0px;
    box-sizing: border-box;
}

#block-block-22 {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
}

#block-views-rss-lemonde-fr-block-2 .view-content {
    clear: both;
}

#block-views-rss-lemonde-fr-block-2 {
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #f6f6f2;
    border-color: #f9f9f9;
}

#block-views-rss-lemonde-fr-block-2 .view-content,
#block-block-22 .view-content {
    padding: 0 10px 10px 20px;
    margin-top: -10px;
}

#block-block-22 p {
    padding: 0 10px;
}

#block-block-22 p:last-child {
    padding-bottom: 10px;
}

#block-views-rss-lemonde-fr-block-2 .view-header,
#block-block-22 .view-header {
    padding-left: 0px!important;
}

#block-views-rss-lemonde-fr-block-2 .ext {
    /* display:none;*/
}

#block-views-rss-lemonde-fr-block-2 ul {
    list-style-type: none;
}

#block-views-rss-lemonde-fr-block-2 li span.field-content:before {
    content: '\203A \203A \00A0';
    ;
}

#block-views-rss-lemonde-fr-block-2 span.ext {
    display: none;
}


/**** nouvelle home *****/

h1.home-titre {
    height: 58px;
    background: url(../images/new/bg-home-titre.png) left top no-repeat;
    color: white;
    font-size: 1.6em;
    vertical-align: middle;
    margin: 0 0 0 -18px;
    padding: 1px 0 0px 18px;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
    text-align: center;
    width: 100%!important;
}

h1.home-titre-droite {
    height: 58px;
    background: url(../images/new/bg-home-titre-droite.png) right top no-repeat;
    color: white;
    float: right;
    font-size: 1.6em;
    vertical-align: middle;
    margin: 0 -18px 0 0px;
    padding: 1px 18px 0px 0px;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
    text-align: center;
    width: 100%!important;
}

h1.titraille {
    height: 58px;
    background: url(../images/new/bg-titre-large.png) left top no-repeat;
    color: white;
    font-size: 1.6em;
    vertical-align: middle;
    margin: 0 0 0 -18px;
    padding: 1px 0 0px 24px;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
    text-align: left;
}

#block-tagclouds-4 h2 {
    height: 58px;
    background: url(../images/new/bg-home-titre-droite.png) right top no-repeat;
    color: white;
    float: right;
    font-size: 1.6em;
    vertical-align: middle;
    margin: 0px -18px 0 0px;
    padding: 1px 18px 0px 0px;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
    text-align: center;
    font-weight: normal!important;
    width: 490px;
}

#block-views-nodequeue-1-block-1 .view-header,
#block-views-nodequeue-1-block-1 .view-header,
#block-views-nodequeue-4-block .view-header,
#block-views-nodequeue-4-block .view-header {
    padding-left: 0px!important;
}

#home-1,
#home-2,
#home-photo {
    clear: both;
}

#home-photo {
    padding-top: 10px;
}

#home-1gauche {
    float: left;
    width: 48%;
    margin-right: 2%;
}

#home-1droite {
    float: left;
    width: 48%;
    margin-left: 2%;
}

#home-1 .block {
    margin-top: 20px;
}

#home-2gauche {
    float: left;
    width: 49%;
    min-width: 490px;
}

#home-2droite {
    float: left;
    max-width: 49%;
    padding-left: 20px;
}


/* Bloc Hollandomètre/Macronomètre */

#block-block-13,
#block-block-24 {
    /*  background-color: #f6f6f2;
border-color: #f9f9f9;
border-radius: 0px 0 0 0;*/
}

#block-block-13 .content,
#block-block-24 .content {
    margin-top: 0;
}


/* Bloc RSS Le Monde */

#block-views-rss-lemonde-fr-block-2 a {
    color: #fff!important;
}


/**/

#block-block-12,
#block-block-14,
#block-block-15 {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
    border-radius: 0px 0 0 0;
}

#block-block-14 p,
#block-block-15 p {
    padding: 0 8px 10px 8px;
}

#block-block-12 .more-video,
#block-block-14 .more-video {
    font-family: Helvetica, Verdana, sans-serif;
    padding: 0 10px 10px 10px;
    margin: -10px 0 0 0;
    text-align: center;
}

#home-2droite #block-tagclouds-4 {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
    border-radius: 0px 0 0 0;
    margin-top: 40px;
}

#block-block-13 {
    clear: both;
    padding: 0px;
}

#block-block-17 p {
    margin: -22px 0 0 0;
}

#block-block-17 h1.home-titre {
    width: 430px;
}

#block-tagclouds-4 .content {
    clear: both;
    padding: 0 10px 10px 10px;
}

#block-views-chronologie-block-3 {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
    margin-top: 20px;
}

#block-views-chronologie-block-3 table {
    clear: both;
}

#block-views-chronologie-block-3 table tr {
    background: none!important;
}

#block-views-chronologie-block-3 table tr td.views-field-nothing {
    max-width: 90px!important;
    padding: 0 0 0 5px;
}

#block-views-chronologie-block-3 table tr td.views-field-nothing .facebook,
#block-views-chronologie-block-3 table tr td.views-field-nothing .twitter {
    width: 90px;
}

#block-block-11 img,
#block-block-12 iframe,
#block-block-14 img {
    margin-top: -21px;
}

.tooltip-photo {
    float: left;
    padding-left: 10px;
    padding-top: 0px;
    width: 540px;
    line-height: 1.1em;
    font-family: 'Raleway', Verdana, Helvetica, sans-serif;
}

.maj-photo {
    float: right;
    margin-top: -5px;
    font-family: 'Raleway', Helvetica;
    padding-right: 10px;
    color: #666;
    width: 90px;
    text-align: right;
    line-height: 100%;
    font-size: 0.9em;
}


/*** Promesses en homepage ***/

#block-views-nodequeue-1-block-1 .view-content {
    margin-top: -20px;
}

#block-views-nodequeue-1-block-1 .chapo,
#block-views-nodequeue-2-block .chapo #block-views-nodequeue-4-block .chapo {
    width: 500px;
}

#block-views-nodequeue-1-block-1 .chapo .chapotexte,
#block-views-nodequeue-2-block .chapo .chapotexte,
#block-views-nodequeue-4-block .chapo .chapotexte {
    width: 390px;
}

#block-views-nodequeue-1-block-1 .ligne div.numero-une,
#block-views-nodequeue-2-block .ligne div.numero-une {
    width: 5px;
    padding: 7px 0px;
    height: 103px;
}

#block-views-nodequeue-4-block .ligne div.numero-une {
    width: 0px!important;
}

#block-views-nodequeue-1-block-1 .bannierechapo,
#block-views-nodequeue-2-block .bannierechapo,
#block-views-nodequeue-4-block .bannierechapo {
    background: none!important;
}

#block-views-nodequeue-1-block-1 .ligne div.engagement-une,
#block-views-nodequeue-2-block .ligne div.engagement-une,
#block-views-nodequeue-4-block .ligne div.engagement-une {
    width: 360px;
    float: left;
}

#block-views-nodequeue-1-block-1 .ligne div.engagement-une .phrase-une,
#block-views-nodequeue-2-block .ligne div.engagement-une .phrase-une,
#block-views-nodequeue-4-block .ligne div.engagement-une .phrase-une {
    height: 97px;
}

#block-views-nodequeue-1-block-1 .ligne div.verdict2-une,
#block-views-nodequeue-2-block .ligne div.verdict2-une,
#block-views-nodequeue-4-block .ligne div.verdict2-une {
    width: 135px;
    height: 112px;
    padding: 3px 0px 5px 0px;
    background: #F7E2ED;
}

#block-views-nodequeue-1-block-1 .ligne div.verdict2-une div.verdict2_logo,
#block-views-nodequeue-2-block .ligne div.verdict2-une div.verdict2_logo,
#block-views-nodequeue-4-block .ligne div.verdict2-une div.verdict2_logo {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: none;
}

#block-views-nodequeue-1-block-1 .ligne div.verdict2-une div.verdict2_texte,
#block-views-nodequeue-2-block .ligne div.verdict2-une div.verdict2_texte,
#block-views-nodequeue-4-block .ligne div.verdict2-une div.verdict2_texte {
    width: 110px;
    padding: 0px 5px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    clear: both;
}

#block-views-nodequeue-1-block-1 .ligne div.verdict2-une div.verdict2_texte,
#block-views-nodequeue-4-block .ligne div.verdict2-une div.verdict2_texte {
    width: 130px!important;
}

#block-views-nodequeue-1-block-1 .ligne:hover div.engagement-une .phrase-une,
#block-views-nodequeue-2-block .ligne:hover div.engagement-une .phrase-une,
#block-views-nodequeue-4-block .ligne:hover div.engagement-une .phrase-une {
    background: url(../images/new/bg4.png) left top no-repeat #F2C2DA;
    height: 107px;
}

#block-views-nodequeue-1-block-1 .ligne div.engagement-une .phrase-une,
#block-views-nodequeue-2-block .ligne div.engagement-une .phrase-une,
#block-views-nodequeue-4-block .ligne div.engagement-une .phrase-une {
    padding: 5px 10px 15px 10px;
    height: 107px;
}

#block-views-nodequeue-1-block-1 .ligne div.engagement-une .banniere-une,
#block-views-nodequeue-2-block .ligne div.engagement-une .banniere-une {
    background: url(../images/new/banniere4.png) no-repeat left top;
}

#block-views-nodequeue-4-block .ligne div.engagement-une .banniere-une {
    background: url(../images/new/banniere5.png) no-repeat left top;
}

#block-views-nodequeue-1-block-1 .ligne,
#block-views-nodequeue-2-block .ligne,
#block-views-nodequeue-4-block .ligne {
    width: 500px;
    height: 137px;
    padding: 10px 0 0px 0!important;
}

#block-views-nodequeue-1-block-1 .chapo .date,
#block-views-nodequeue-2-block .chapo .date,
#block-views-nodequeue-4-block .chapo .date {
    border-right: 4px solid #f2c2da;
    border-left: 4px solid #f2c2da;
    font-family: 'Raleway', Georgia, sans-serif;
}

#block-views-nodequeue-1-block-1 .ligne div.engagement-une .phrase-une div.partage,
#block-views-nodequeue-2-block .ligne div.engagement-une .phrase-une div.partage,
#block-views-nodequeue-4-block .ligne div.engagement-une .phrase-une div.partage {
    top: 100px;
}

#block-views-nodequeue-1-block-1 {
    clear: left;
}

#block-views-nodequeue-4-block .view-header {
    width: 480px;
    float: left;
}

#block-views-nodequeue-4-block .view-header .node-ministre-de-la-semaine h2,
#block-views-nodequeue-4-block .view-header .node-ministre-de-la-semaine .print-link {
    display: none;
}

#block-views-nodequeue-4-block .view-content {
    width: 500px;
    float: right;
    margin-top: 30px;
}

#block-views-nodequeue-4-block .ligne .numero-une {
    width: 5px;
    padding: 7px 0px;
    height: 103px;
}

.ministre_semaine .photo_ministre {
    float: left;
    padding: 0 20px 20px 20px;
}

.ministre_semaine .photo_ministre img {
    width: 80px;
}

.ministre_semaine .nom_ministre {
    font-family: 'Raleway';
    font-size: 18pt;
    margin: 0;
}

.ministre_semaine .fonction_ministre {
    font-family: 'Raleway';
}

.field-name-field-chapo-ministre {
    font-family: arial;
    padding-left: 20px;
}

.thematique-une-chapo {
    margin-top: -8px;
    font-family: Helvetica, Verdana, sans-serif;
}

div.thematique-une-picto {
    width: 100px;
    float: left;
    padding: 0 7px 7px 0;
}

div.thematique-une-chapo p {
    margin-bottom: 0px;
    padding-left: 110px;
    font-weight: bold;
    padding-right: 10px;
}

div.themepictohome {
    width: 100px;
    height: 100px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 2px;
    margin-bottom: 7px;
    float: left;
    padding-right: 10px;
    margin-top: 10px;
}

div.themepictohome:hover {
    background-position: left -100px;
}

div.themepictohome a {
    width: 100px;
    height: 100px;
    display: block;
}


/* FOOTER PAGE */

#floating_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #f4f5f6;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-top: 2px solid #e82d2d;
    display: flex;
    align-items: center;
    justify-content: center;
}

#floating_footer a {
    margin: 0 7px;
}

#floating_footer img {
    height: 20px;
}


/* HEADER PAGE */

form#views-exposed-form-engagements-page-with-page-title-1,
form#views-exposed-form-engagements-page-with-page-title-2,
form#views-exposed-form-engagements-page-with-page-title-8,
form#views-exposed-form-engagements-page-with-page-title-3 {
    display: block;
}

.page-node-47867 #main-wrapper {
    background: white;
}

.front #main-wrapper {
    padding: 0!important;
}

#home-gris {
    padding: 20px 0;
    /* background: #f4f5f6;*/
}

#home-gris .section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bloc_home_left,
.bloc_home_right {
    float: left;
    color: rgba(0, 0, 0, .8);
}

.bloc_home_left {
    width: 40%;
}

.bloc_home_right {
    width: 57.5%;
    margin-left: 2.5%;
}

.esj {
    display: flex;
    align-items: center;
}

.esj img {
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 7px;
}

.bloc_home_titre,
.titre-page {
    font-size: 2.2em;
    color: #16212C;
    font-weight: bold;
    margin: 0;
    font-family: 'Raleway', Helvetica;
    letter-spacing: .5px;
    text-align: left;
}

.bloc_home_titre:after,
.titre-page:after {
    height: 6px;
    width: 60px;
    background: #FF4E00;
    display: block;
    content: "";
    margin: 25px 0;
    font-size: 2.4em;
    color: #16212C;
    font-weight: bold;
}

.bloc_home_left a {
    font-weight: bold;
}

#home-blanc {
    padding: 0px;
}

#home-blanc .block {
    float: left;
    width: 100%;
    box-sizing: border-box;
    clear: left;
    padding: 50px 0;
}

#home-blanc #block-block-24 {
    padding: 50px 0;
}

#block-block-23,
#block-views-nodequeue-5-block {
    /* Blocs gris */
    background: #f4f5f6;
    border-bottom: 1px solid rgba(151, 151, 151, .4);
}


/* Bloc A propos home */

#block-block-23 span.ext {
    display: none;
}

#block-block-23 img {
    max-height: 310px;
    float: right;
    max-width: 100%;
}

#home-blanc .block .content {
    max-width: 1000px;
    margin: 0 auto!important;
    width: 80%;
}

#block-views-nodequeue-5-block {
    border-top: 1px solid rgba(151, 151, 151, .4);
}

#block-block-24 .jours-mandat,
#block-block-24 .promesses-evaluees {
    color: #FF4E00;
    font-size: 1.2em;
    /*  font-weight: bold;*/
}

#macronometre-home {
    border-left: 1px solid rgba(151, 151, 151, .4);
    padding: 0 0 0px 0;
    margin: 0px auto;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.macronometre-item {
    float: left;
    clear: left;
    width: 100%;
}

.macronometre-item:hover p {
    color: #e82d2d;
}

.macronometre-item p {
    font-size: 0.8em;
    text-transform: uppercase;
    padding-left: 20px;
    margin: 0;
}

#main-wrapper .macronometre-item a,
#main-wrapper .macronometre-item a:hover {
    color: rgba(0, 0, 0, .8)!important;
    text-decoration: none;
}

.macronometre-item p span {
    font-size: 2em;
    font-weight: bold;
    padding-right: 7px;
}

.macronometre-jauge {
    float: left;
    clear: left;
    height: 10px;
    margin-bottom: 7px;
}

.tenu .macronometre-jauge {
    background: #7fa235;
}

.nontenu .macronometre-jauge {
    background: #dc1432;
}

.pasencore .macronometre-jauge {
    background: #ccc;
}

.inevaluable .macronometre-jauge {
    background: #fff;
    border: 1px solid #ccc;
}

.partiellement .macronometre-jauge {
    background: #ff702a;
}

.doute .macronometre-jauge {
    background: #333;
}


/*   Promesses à la une*/

.view-id-nodequeue_5 .view-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.view-id-nodequeue_5 .views-row {
    width: 50%;
    border: 3px solid #F4F5F6;
    background: white;
    padding: 18px 0;
    box-sizing: border-box;
}

.view-id-nodequeue_5 .views-field-nothing .field-content {
    align-items: center;
    display: flex;
    width: 100%;
}

.view-id-nodequeue_5 .views-row:hover {
    background: #fafafb;
    cursor: pointer;
}

.view-id-nodequeue_5 a {
    text-decoration: none!important;
    display: block;
}

.view-id-nodequeue_5 .verdict_left {
    width: 130px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.view-id-nodequeue_5 .verdict_left img {
    max-width: 50px;
}

.view-id-nodequeue_5 .verdict_left p:first-of-type {
    margin: 0 0 6px;
}

.view-id-nodequeue_5 .verdict_left p {
    margin: 0;
}

.view-id-nodequeue_5 .engagement_right {
    width: calc(100% - 140px);
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.view-id-nodequeue_5 .engagement_right p {
    margin: 0;
}

.view-id-nodequeue_5 .engagement_right a:hover {
    color: #FF4E00!important;
}


/* Blog Le Monde*/

#block-views-rss-lemonde-fr-block-lemondefr {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid rgba(151, 151, 151, .4);
}

#block-views-rss-lemonde-fr-block-lemondefr ul {
    list-style: none;
    padding-left: 0;
}

#block-views-rss-lemonde-fr-block-lemondefr .item-list ul li {
    margin: 0;
    padding: 0;
    width: 45%;
    margin: 0 5% 6px 0;
    float: left;
    box-sizing: border-box;
    font-size: .95em;
}

#block-views-rss-lemonde-fr-block-lemondefr .item-list ul li:before {
    content: "\203A";
    float: left;
    margin-right: 7px;
}

#block-views-rss-lemonde-fr-block-lemondefr .item-list ul li a {
    color: #16212C!important;
}

#block-views-rss-lemonde-fr-block-lemondefr .item-list ul li a:hover {
    color: #FF4E00!important;
}


/* Ajouts liste_promesses */

#liste_promesses {
    font-family: Helvetica;
    background: white;
}

#middle_promesses {
    width: 100%;
    float: left;
    clear: left;
    background: #f4f5f6;
    padding: 50px 0%;
    box-sizing: border-box;
    /* display:flex;*/
}

#header_promesses .content {
    max-width: 1000px;
    margin: 0 auto!important;
    width: 80%;
    padding: 0 0 30px 0;
}

#middle_promesses .content {
    padding: 30px 0;
    max-width: 1000px;
    margin: 0 auto!important;
    width: 80%;
}

#header_promesses .h_top {
    width: 100%;
    float: left;
}

.h_top hr {
    height: 6px;
    width: 48px;
    background: #FF4E00;
    border: 0;
    float: left;
}

.h_top h2 {
    font-weight: bold;
    font-size: 2em!important;
    margin: 0 0 10px 0!important;
    color: #16212C;
    line-height: 43px;
}

#header_promesses .h_left {
    width: 35%;
    float: left;
}

.h_left {
    font-size: 15px;
    color: rgba(22, 33, 44, .8);
    line-height: 21px;
}

.h_left h2 {
    font-size: 20px;
    color: #FE3A00;
    line-height: 29px;
}

#header_promesses .h_bottom {
    width: 100%;
    float: left;
    margin: 20px 0 40px;
    /*   padding:30px 12.5%;*/
    text-transform: uppercase;
    /*display: flex;
      -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;*/
}

#header_promesses .h_bottom .item {
    float: left;
    padding: 0 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

#header_promesses .h_bottom_left {
    float: left;
    width: 182px;
    text-align: right;
}

#header_promesses .h_bottom .big {
    font-size: 1.6em;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
}

#header_promesses .h_bottom .label {
    font-size: .7em;
    height: 16px;
    padding: 3px 12px 3px 0;
    letter-spacing: 0.1rem;
    margin: 0;
    border-right: 1px solid #ccc;
}

#header_promesses .h_bottom_right {
    width: calc(100% - 182px);
    float: right;
}

#header_promesses .h_bottom .jauge {
    width: 100%;
    height: 10px;
    display: block;
    margin: 5px 0;
}

#header_promesses .h_bottom .jauge.tenu {
    background: #7fa235;
    border: 1px solid #7fa235;
}

#header_promesses .h_bottom .jauge.nontenu {
    background: #dc1432;
    border: 1px solid #dc1432;
}

#header_promesses .h_bottom .jauge.partiellement {
    background: #ff702a;
    border: 1px solid #ff702a;
}

#header_promesses .h_bottom .jauge.inevaluable {
    background: #fff;
    border: 1px solid #ccc;
}

#header_promesses .h_bottom .jauge.pasencore {
    background: #ccc;
    border: 1px solid #ccc;
}

#header_promesses .h_bottom .jauge.doute {
    background: #333;
    border: 1px solid #333;
}


/* Page 'toutes les promesses' */

.page-node-48305 #main-wrapper {
    padding: 0!important;
}

.page-node-48305 .region .content {
    padding-top: 0!important;
}

#liste_promesses #filtres_promesses {
    width: 40%;
    float: left;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
}

#liste_promesses #filtres_promesses.sticky {
    max-height: 100%;
    overflow-y: scroll;
    position: fixed;
}

.tous,
.aucun {
    margin: 5px 0;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.tous:hover,
.aucun:hover {
    color: #FE3A00;
}

#filtres_promesses #nb_resultats {
    font-size: 17px;
    color: #000000;
    line-height: 21px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    margin: 0;
}

#filtres_promesses #nb_resultats span {
    /*  font-size: 30px;*/
    font-weight: bold;
    margin-right: 6px;
}

#filtres_promesses #searchbox_container {
    margin: 15px 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

#filtres_promesses #searchbox {
    box-sizing: border-box;
    width: 100%;
}

#filtres_promesses #searchbox_container span {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    display: none;
}

#liste_promesses #filtres_promesses .criteria {
    width: 100%;
    float: left;
    clear: left;
    border-top: 1px solid #D9D9D9;
    padding: 20px 0;
    font-size: 12px;
}

#liste_promesses #filtres_promesses legend {
    font-size: 13px;
    color: rgba(0, 0, 0, .8);
    font-weight: bold;
    clear: left;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#liste_promesses #filtres_promesses .f_item:not(.coche) {
    opacity: 0.3;
}

#liste_promesses #filtres_promesses .f_item {
    float: left;
    clear: left;
    margin-bottom: 5px;
    margin-left: 3px;
}

#liste_promesses #filtres_promesses .f_item label {
    font-weight: normal;
}

.allnone {
    margin-top: 2px;
    opacity: 1!important;
    font-size: 0.8em;
}

#liste_promesses #filtres_promesses .f_item img {
    width: 14px;
    margin-left: 5px;
}

#liste_promesses #verdict_criteria .f_item input {
    float: left;
    margin-right: 5px;
}

#liste_promesses #verdict_criteria .f_item label {
    display: flex;
    align-items: center;
    font-weight: normal;
}

#liste_promesses #promesses_container {
    width: 57.5%;
    float: right;
    margin-left: 2.5%;
    box-sizing: border-box;
    background: white;
    font-size: 1.1em;
}

#no_resultats,
#promesses_loading {
    padding: 20px;
    text-align: center;
}

#no_resultats {
    display: none;
}

#promesses_container .engagement {
    width: 100%;
    float: left;
    border-bottom: 2px solid #F4F5F6;
    display: flex;
}

#promesses_container .engagement:hover {
    background: rgba(244, 245, 246, .5);
}

#promesses_container .engagement a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 30px 20px;
    text-decoration: none;
    cursor: pointer;
}

#promesses_container .engagement a:hover {
    color: #FE3A00;
}

#liste_promesses .e_verdict {
    width: 100px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

#liste_promesses .e_verdict img {
    max-width: 26px;
}

#liste_promesses .e_engagement {
    width: calc(100% - 110px);
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

#liste_promesses .elements_invisibles {
    display: none;
}

.couleurtexte.tenu {
    color: #7fa235;
}

.couleurtexte.nontenu {
    color: #dc1432;
}

.couleurtexte.partiellement {
    color: #ff702a;
}

.couleurtexte.inevaluable {
    color: #333;
}

.couleurtexte.pasencore {
    color: #333;
}

.couleurtexte.doute {
    color: #333;
}



#burger_menu{
  display: none;
}









/*

███╗   ███╗ ██████╗ ██████╗ ██╗██╗     ███████╗
████╗ ████║██╔═══██╗██╔══██╗██║██║     ██╔════╝
██╔████╔██║██║   ██║██████╔╝██║██║     █████╗  
██║╚██╔╝██║██║   ██║██╔══██╗██║██║     ██╔══╝  
██║ ╚═╝ ██║╚██████╔╝██████╔╝██║███████╗███████╗
╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝╚══════╝
                                               
                               

*/

@media (max-width:800px) {
    #bandeau_bas_droite{
        float: left!important;
        clear: both!important;
        width: 100%!important;
    }
    #bandeau_bas_droite #block-custom-search-blocks-1{
      text-align: left!important;
    }
    #liste_promesses #promesses_container{
      font-size: .9em;
    }
}
@media (max-width:600px) {
    #header {
        margin-top: 20px;
    }
    #header_top_left,
    #header_top_right {
        width: 100%!important;
        float: left;
        clear: left;
        padding: 10px 0 10px 0;
        justify-content:center;
    }
    .bloc_home_left,
    .bloc_home_right {
        width: 100%!important;
    }
    #block-block-23 img{
      float: left;
      margin-top: 20px;
    }
    .view-id-nodequeue_5 .views-row {
        width: 100%!important;
    }
    #block-views-rss-lemonde-fr-block-lemondefr .item-list ul li {
        width: 100%!important;
        margin: 0 0 6px 0;
    }
    #logo_top {
        width: 100%;
    }
    #logo {
        text-align: center;
        float: none;
    }
    #header_top_left_bottom {
        width: 100%;
        justify-content: center;
    }
    #block-block-25 a {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }
    #block-block-25 a img {
        height: 24px;
    }
    #menu-haut {
        text-align: center;
    }
    #block-search-form,
    #block-custom-search-blocks-1 {
        text-align: center;
    }
    #resterinforme {
        float: left;
        margin: 20px auto 5px;
        box-sizing: border-box;
        max-width: none;
        text-align: center;
        width: 100%;
    }
    #resterinforme p {
        text-align: center;
    }
    #lp_embed_signup label {
        display: none;
    }
    #lp_embed_signup input.email {
        width: 120px!important;
    }
    #back-top {
        right: inherit!important;
    }
    #liste_promesses #promesses_container {
        margin-left: 0!important;
        /*width: 64%!important;*/
        width:100%!important;
    }
    #header_promesses .content,
    #middle_promesses .content {
        width: 96%!important;
    }
    #promesses_container .engagement a {
        display: block!important;
        padding: 10px!important;
    }
    #liste_promesses .e_engagement,
    #liste_promesses .e_verdict {
        width: 100%!important;
        padding: 0!important;
    }
    #liste_promesses .e_verdict {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
    #liste_promesses .e_verdict p {
        display: inline-block;
        margin-right: 10px;
    }
    .node-type-page:not(.page-node-48305) #content > .section,
    .page-contact #content > .section,
    .node-type-engagement-new #content > .section,
    #header > .section,
    #footer > .section,
    #main-wrapper > .section,
    #footer_wrapper > .section {
        width: 96%!important;
    }
    #floating_footer {
        display: none!important;
    }
    #upper_header {
        padding: 0 2%;
    }
    #logo_esj {
        right: 2%;
    }
    #main-menu-links a {
        margin: 0 3px;
    }
    [class*="node-engagement"] #node-engagement-full-group-verdict {
        display: block!important;
    }
    [class*="node-engagement"] .field-name-field-verdict-new {
        width: 100%!important;
    }
    [class*="node-engagement"] .group-detail-verdict {
        border-left: none!important;
        width: 100%!important;
    }
    #back-top span#button {
        opacity: 1;
        filter: alpha(opacity=1);
        background-color: #777777;
    }
    #back-top span#link {
        color: #777777;
    }

    #home-1gauche,
    #home-1droite {
        width: 100%!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }
    div#home-1 .block {
        margin: 20px 20px 0 20px;
    }
    .left_on_page,
    .right_on_page {
        width: 98%;
        float: left;
        clear: left;
    }

    /* Reponsive : views promesses */
    .bloc-titre,
    .tableau-bilan {
        width: 100%!important;
        box-sizing: border-box!important;
    }
    .view-display-id-partheme .view-filters {
        width: 96%!important;
        margin: 0 2%!important;
    }
    #main-wrapper {
        /*background-color: #e0e3d9!important;*/
    }
    .front #main-wrapper {
        background-color: #FFF!important;
    }
    #page {
        width: 100%!important;
        margin: 0!important;
    }
    .ds-basdroit,
    .ds-bas {
        /* width: calc(100% - 40px)!important;
      margin: 10px 20px 0 20px!important;
      padding:0!important;
      float:left!important;
      clear:left!important;*/
    }
    #main-menu-links {
        background: white;
        border-radius: 4px;
        margin: 0;
        /* padding: 5px;*/
        width: 100%;
        box-sizing: border-box;
    }
    #main-menu-links li/*, li.menu-1849*/
    {
        padding: 0!important;
        margin: 0!important;
        text-indent: 0!important;
        background: none!important;
        height: inherit!important;
        width: inherit!important;
        float: none!important;
    }
    #main-menu-links a {
        background: none!important;
        border-left: none!important;
        border-right: none!important;
        border-top: none!important;
        line-height: inherit!important;
        height: auto!important;
        padding: 0.3em 6px 0.3em 0px!important;
        line-height: inherit!important;
        height: auto!important;
        width: auto!important;
        border-bottom: 2px solid #FFF!important;
    }
    /* #main-menu-links li a:before {
        content: "\00B7 \00A0";
    }*/
    #main-menu-links a:hover,
    #main-menu-links a:focus {
        background-color: none!important;
        border-bottom: 2px solid #e96a4c!important;
    }
    /*  .menu-1849 a {
        background: none!important;
        padding:0.3em 6px 0.3em 0px!important;
        width:inherit!important;
        height:inherit!important;
    }
    .menu-1849 a:hover {
        border-bottom:none!important;
    }*/
    #main-menu-links li a.active {
        border-bottom: 2px solid #e96a4c!important;
        font-weight: normal!important;
    }
    #main-menu {
        margin-top: 0!important;
        width:100%;
    }


    [class*="node-engagement"] .group_engagement2 .group_verdict,
    [class*="node-engagement"] .group_engagement2 .group_timing {
        padding: 0 20px!important;
        width: 100%!important;
        box-sizing: border-box!important;
        margin: 0!important;
    }
    [class*="node-engagement"] .field-name-field-detailverdict,
    [class*="node-engagement"] .field-name-field-detailtiming {
        width: 100%!important;
        float: none!important;
    }
    [class*="node-engagement"] .group_engagement2 .field-name-field-detailverdict h2:first-child {
        clear: none!important;
        margin-top: 0!important;
    }
    [class*="node-engagement"] .group_engagement2 .group_verdict .logoverdict,
    [class*="node-engagement"] .group_engagement2 .group_timing .logotiming {
        /* margin: 0 10px 10px 0!important;*/
    }
    [class*="node-engagement"] .field-name-boutons-partage-engagement,
    [class*="node-engagement"] .group_engagement2 .field-name-field-detail,
    [class*="node-engagement"] .group_engagement2 .field-name-field-detail-de-la-promesse,
    .field-name-field-tag {
        /*width: calc(100% - 40px)!important;
              margin: 0 20px!important;
              box-sizing: border-box!important;*/
    }
    [class*="node-engagement"] .field-name-commentaires-facebook,
    .field-name-promesses-similaires-macron- {
        width: 100%!important;
        margin: 0 0 20px!important;
    }
    #content h2 {
        margin-top: 0!important;
    }

    #filtres_promesses .nomobile{
    display: none;
  }
  #burger_menu{
    float:left;
    height:30px;
    display: flex;
    align-items:flex-start;
    margin-right: 6px;
  }
  #burger_menu .hide{
    display: none;
  }
  #burger_menu.active .hide{
    display: block;
  }
  #burger_menu.active .show{
    display: none;
  }
  #burger_menu img{
    height:18px;
    float:left;
    margin-right: 8px;
    cursor: pointer;
  }
  #filtres_promesses{
    width: 100%!important;
  }
  #filtres_promesses #nb_resultats{
    border-bottom: 0!important;
    height:30px;
    display: flex;
    align-items:flex-start;
    padding-bottom: 0!important;
  }
  #liste_promesses #filtres_promesses.sticky{
    border-bottom: 2px solid #333;
    padding:10px 10px 0px 10px!important;
  }
  #liste_promesses #promesses_container{
    min-height: 100vh;
  }
}