@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i&subset=latin-ext');

:root{
    --mobile-padding:16px;
}

html,
body,
#page {
    display: flex;
flex-wrap: wrap;
}
.align-center{
text-align:center;
}

#featured div.section,
#messages div.section,
#triptych,
#footer-columns,
#footer {
    margin-left: auto;
    margin-right: auto;
}



header#header {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    margin: 0 auto;
    z-index: 999;
    background-color: #FFFFFF !important;
    z-index: 10;
    padding:20px 5% 0;
}

#header_top {
    border-bottom: 1px solid rgba(230, 230, 230, .5);
    width:100%;
display:flex;
flex-wrap:nowrap;
justify-content:space-between;
padding: 0px 0 0px;
}


#header_top_left {
    display:flex;
    flex-wrap:nowrap;
}

#header_bottom{
width:100%;
display:flex;
flex-wrap:nowrap;
justify-content:space-between;
}


#logo_top {
    flex-shrink:1;
}
#logo_top img{
width:100%;
max-width:190px;
}

#block-baseline {
    font-family: 'Raleway', Helvetica;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-top: -8px;
    white-space: nowrap;
    flex-shrink:0;
    flex-grow:1;
}


#block-social {
display:flex;
align-items:center;
}

#block-social a {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 0 0 8px;
}

#block-social a img {
    margin: 0 10px 0 0px;
    opacity: .8;
    width:100%;
}

#block-social a:hover img {
    opacity: 1;
}

#block-social a img.hover {
    display: none;
}

#block-social a:hover img.hover {
    display: block;
}

#block-social a:hover img:not(.hover) {
    display: none;
}


#bandeau {
    display: none;
}

#header_top_right {

    box-sizing: border-box;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.region-header {
    float: right;
    margin: 0 5px 10px;
}

.with-secondary-menu .region-header {
    margin-top: 3em;
}

.without-secondary-menu .region-header {
    margin-top: 15px;
}

#secondary-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
}

#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
    display: inline;
    float: left;
    position: relative;
}

.one-sidebar #content {
    width: 520px;
}

.two-sidebars #content {
    width: 480px;
}

.no-sidebars #content {
    width: 960px;
    float: none;
}

#sidebar-first,
#sidebar-second {
    width: 440px;
    float: right;
    margin-right: 20px;
}

#main-wrapper {
    position: relative;
    z-index: 2;
    width:100%;
}
#main-wrapper.grey-bg {
 background: #f4f5f6;
 }

#main {
    margin-left: auto;
    margin-right: auto;
    display: flex;
flex-wrap: wrap;
justify-content:center;

    margin: 0 auto !important;
    padding:0px;
    box-sizing:border-box;
    width: 100%;
}
.wrapper-content{
max-width:1000px;
width:100%;
padding:20px 5%;
box-sizing:border-box;

}
.two-cols{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
}
.two-cols > div{
width:50%;
margin:0;

    padding:0 2%;
}
.two-cols > div:not(:first-child){
    border-left:1px solid #ccc;
}
.homepage-block{
width:100%;
    display:flex;
    justify-content:center;
    border-bottom: 1px solid rgba(151,151,151,.4);
}
.grey-bg{
    background: #f4f5f6;


}
* html #main-wrapper {
    position: relative;
    padding-top: 163px;
    z-index: 2;
    overflow: auto;
    overflow-y: scroll;
    position: relative;
}

#content .section,
.sidebar .section {
    padding: 0 15px;
}

#breadcrumb {
    margin: 0 15px;
}

.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
    margin: 20px 20px 30px;
    width: 280px;
}

.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
    padding: 0 10px;
    width: 220px;
}

#footer {}

#page {
    margin: 0 auto;
}

body,
body.overlay,
#page-wrapper,
#footer-wrapper {
    background-color: #FFFFFF !important;
}

.sidebar .section {
    padding: 0px !important;
}

#content .section {
    padding: 50px 0;
}



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;
}

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;
}

caption {
    text-align: left;
    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 {
    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;
}

#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;
}

.block ol,
.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}

.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;
}

.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0;
}

ul.tips {
    padding: 0 0 0 1.25em;
}

#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;
    padding-top: 34px;
    margin: 0 0 30px 15px;
}

#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 .block {
    font-size: 0.857em;
    float: left;
    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;
    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-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;
}

.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;
    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;
    padding: 3px 0 1px;
}

.region-header #block-user-login .item-list li.last {
    padding-left: 0.5em;
}

.region-header #block-user-login ul.openid-links li.last {
    padding-left: 0;
}

.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
    padding-left: 20px;
}

.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);
}

.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;
}

.region-header .block-locale ul li {
    display: inline;
    padding: 0 0.5em;
}

#main-menu {


}

#main-menu-links {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px 0 0;
}

#main-menu-links li {
    float: left;
    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;
    border-bottom: 2px solid #FFF;
    text-decoration: none;
    color: #16212C;
    padding: 10px 0;
    margin: 0 10px;
}

#main-menu-links a:hover,
#main-menu-links a:focus {
    color: #FF4E00;
    border-bottom: 2px solid #FF4E00 !important;
}

#main-menu-links a.active,
#main-menu-links a:active {
    color: #FF4E00;
    border-bottom: 2px solid #FF4E00 !important;
    font-weight: bold;
}

#secondary-menu-links {
    float: right;
    font-size: 0.929em;
    margin: 10px 10px 0;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
    text-decoration: underline;
}



#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 {
    border-bottom: 1px solid #d3d7d9;
    font-size: 120%;
}

.region-help {
    border: 1px solid #d3d7d9;
    padding: 0 1.5em;
    margin-bottom: 30px;
}

.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;
    height: 20px;
    margin: 1px 5px 0 0;
}
.field-label-inline{
    display:flex;
    flex-wrap:nowrap;
}

.field-type-taxonomy-term-reference {
    margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference span, .field-type-taxonomy-term-reference a{
color: #FF4E00 !important;
margin:0 5px 0 0;
}
.field-type-taxonomy-term-reference span::after, .field-type-taxonomy-term-reference a::after{
content:"\00B7"
margin:0 5px 0 0;
display:block;
}

.field-type-taxonomy-term-reference .field-label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
}

.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;
    padding: 0 1em 0 0;
}

.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;
}

.comment h2.title {
    margin-bottom: 1em;
}

.comment div.user-picture img {
    margin-left: 0;
}

.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}

.comment .attribution {
    display: table-cell;
    padding: 0 30px 0 0;
    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(/static/assets/comment-arrow.gif) no-repeat 0 center transparent;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -47px;
    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;
}

.comment ul.links {
    padding: 0 0 0.25em 0;
}

.comment ul.links li {
    padding: 0 0.5em 0 0;
}

.comment-unpublished {
    margin-right: 5px;
    padding: 5px 2px 5px 5px;
}

.comment-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.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-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-wrapper {
    color: #16212C;
    font-size: 0.857em;
    border-top: 1px solid rgba(151, 151, 151, .4);
     padding: 0px 5px 0px;
    width:100%;
}

#footer-wrapper a {}

#footer-wrapper a:hover,
#footer-wrapper a:focus {}

#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: 1em 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;
    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;
    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;
    border-top: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    overflow:hidden;
}


#footer p{
margin:0
}
#footer .block {
    clear: both;
}

#footer ul,
#footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li a {
    float: left;
    padding: 0 12px;
    display: block;
    border-right: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
}

#footer li.first a {
    padding-left: 0;
}

#footer li.last a {
    padding-right: 0;
    border-right: none;
}

#footer-wrapper tr.odd {
    background-color: transparent;
}

#footer-wrapper tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, 0.15);
}

.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(/static/assets/tabs-border.png) repeat-x left bottom;
}

.tabs ul.primary li {
    display: block;
    float: left;
    vertical-align: bottom;
    margin: 0 5px 0 0;
}

.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;
    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;
}

.tabs ul.secondary li:last-child {
    border-right: none;
}

.tabs ul.secondary li:first-child {
    padding-left: 0;
}

.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(/static/assets/add.png) no-repeat left center;
    margin: 0 10px 0 0;
}

#messages {
    padding: 20px 0 5px;
    margin: 0 auto;
}

.featured #messages {
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
}

div.messages {
    margin: 8px 15px;
}

.breadcrumb {
    font-size: 0.929em;
}

.profile .user-picture {
    float: none;
}

.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;
}

input.form-submit,
a.button {
    background: #fff url(/static/assets/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;
    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;
}

fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0 0 10px;
    position: relative;
    top: 12px;
    -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;
    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;
}

.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 #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;
}

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;
}

html.js input.form-autocomplete {
    background-image: none !important;
    background-position: 100% 4px;
}

html.js input.throbbing {
    background-position: 100% -16px;
}

.comment-form label {
    float: left;
    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;
}

.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;
}

#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;
}

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;
}

#block-search-form,
#block-custom-search-blocks-1 {}

#block-search-form .content,
#block-custom-search-blocks-1 .content {
    margin-top: 0;
}

#search-form input#edit-keys {
    float: left;
    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(/static/assets/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;
}

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-wrapper {
    margin: 2.2em 0 1.1em 0;
}

.shortcut-wrapper h1#page-title {
    float: left;
    margin: 0;
}

div.add-or-remove-shortcuts {
    padding-top: 0.9em;
}

.overlay div.add-or-remove-shortcuts {
    padding-top: 0.8em;
}

.page-admin #content img {
    margin-right: 15px;
}

.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;
}

#system-theme-settings fieldset {
    padding: 0;
}

#system-theme-settings fieldset .fieldset-legend {
    margin-top: 0;
}

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 #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;
}

.node .poll {
    margin: 2em 0;
}

.node .poll #edit-choice {
    margin: 0 0 1.5em;
}

.poll .vote-form {
    text-align: left;
}

.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;
    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;
}




.site_selector_label {
    margin-right: 6px;
    font-size: .8em;
}

.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;
}

.site_selector {
    position: relative;
    display: inline-block;
    text-align: left;
}

.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;
}

.site_selector-content a {
    color: black;
    text-decoration: none;
    display: block;
    font-size: .8em;
}

.site_selector-content:hover a {
    color: #D62D87 !important;
}

.site_selector:hover .site_selector-content {
    display: block;
}

.site_selector:hover .site_selector_btn {}

#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 {
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

#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;
    clear: right;
    margin-top: 15px;
}

#resterinforme p {
    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;
    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_arrow {
    position: fixed;
    bottom: 15px;
    left: calc(50% + 430px);
    background: #333;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s linear;
    z-index: 8000;
}
#back_top_arrow.transparent {
    opacity: 0;
    pointer-events: none;
}

#back_top_arrow:hover {
    background: #025b8e;
}

#back_top_arrow .d_up {
    margin-left: 0 !important;
    margin-top: -3px;
    transform: rotate(180deg);
}
#back_top_arrow .d_down,
#back_top_arrow .d_up {
    background: url(/static/assets/arrow.svg) no-repeat center center;
    background-size:20px;
    width:20px;
    height:20px;
}

@media screen and (max-width: 1100px) {
    #back_top_arrow {
        right: 10px;
        left: inherit;
        display:flex;
       /* box-shadow: -2px -2px white;*/
    }

}


.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;
    width: 100%;
}

.principal .banniere_gauche {
    height: 10px;
    width: 32px;
    float: left;
    background: url(/static/assets/new/banniere_engagement_gauche.png) no-repeat left top;
}

.principal .banniere_droite {
    height: 10px;
    width: 32px;
    float: right;
    background: url(/static/assets/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 {}

.principal .ligne div.engagement .phrase p,
.principal .ligne div.engagement .phrase2 p {
    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 {
    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 {}

.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 {}

.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 {
    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 {
    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 {}

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 {
    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;
}

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;
    width: 100%;
}

#main-wrapper {
    border-top: 1px solid rgba(151, 151, 151, .4);
}

#page-wrapper {
    min-width: 0;
    width: 100%;
}

#page {
    width: 100%;
}

#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%;
}

.node-type-engagement-new#main-wrapper {
    padding: 0 !important;
}

.node-type-engagement-new #main {
    background: #f4f5f6;
    display:flex;
    flex-wrap:wrap;
    padding:0 80px;
    box-sizing: border-box;
}

.node-engagement-new{
    padding: 50px 0;
    /*width:100%;
    max-width: 1000px;*/
    margin: 0 auto!important;
}

[class*="node-engagement"] .group-premiereligne {
    display: flex;
    flex-direction: row;
    background: white;
    color: #FF4E00;
    width: 100%;
    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 {
    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;
}

[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;
    border: 1px solid rgba(151, 151, 151, .4);
    padding: 10px;
    box-sizing: border-box;
}

[class*="node-engagement"] .banniere {
    height: 10px;
    background: url(/static/assets/new/bannier3.png) no-repeat left top;
    display: none;
}

[class*="node-engagement"] .banniere_gauche {
    height: 10px;
    width: 32px;
    float: left;
    background: url(/static/assets/new/banniere_engagement_gauche.png) no-repeat left top;
}

[class*="node-engagement"] .banniere_droite {
    height: 10px;
    width: 32px;
    float: right;
    background: url(/static/assets/new/banniere_engagement_droite.png) no-repeat right top;
}

[class*="node-engagement"] .field-name-boutons-partage-engagement {
    float: left;
    margin-top: 5px;
}

.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;
    width:100%;
}

[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;
    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 {}

[class*="node-engagement"] .group_engagement2 .group_verdict .logoverdict p {
    line-height: 85%;
}

[class*="node-engagement"] .node-engagement-full-group-verdict {
    float: left;
    width: 100%;
    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,[class*="node-engagement"] .group-detail-timing {
    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);
    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: left;
    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;
}

[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;
}

.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(/static/assets/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(/static/assets/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(/static/assets/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(/static/assets/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(/static/assets/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#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;
    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;
}

.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(/static/assets/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 {
    max-height: 280px;
    overflow-y: auto;
    max-width: 200px;
}

.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;
}

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;
}

#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(/static/assets/themes/eco-2.jpg)
}

div.theme-agriculture {
    background-image: url(/static/assets/themes/agriculture-2.jpg)
}

div.theme-police {
    background-image: url(/static/assets/themes/police-2.jpg)
}

div.theme-social {
    background-image: url(/static/assets/themes/social-2.jpg)
}

div.theme-institutions {
    background-image: url(/static/assets/themes/institutions-2.jpg)
}

div.theme-education {
    background-image: url(/static/assets/themes/education-2.jpg)
}

div.theme-sante {
    background-image: url(/static/assets/themes/sante-2.jpg)
}

div.theme-culture {
    background-image: url(/static/assets/themes/culture-2.jpg)
}

div.theme-environnement {
    background-image: url(/static/assets/themes/environnement-2.jpg)
}

div.theme-logement {
    background-image: url(/static/assets/themes/logement-2.jpg)
}

div.theme-europe {
    background-image: url(/static/assets/themes/europe-2.jpg)
}

div.theme-societe {
    background-image: url(/static/assets/themes/societe-2.jpg)
}

div.theme-chiffres {
    background-image: url(/static/assets/themes/chiffres-2.jpg)
}

.ds-haut .field-name-field-theme {
    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;
}



@font-face {
    font-family: Oswald;
    src: url(/static/fonts/oswald.ttf);
}

@font-face {
    font-family: Rawengulk;
    src: url(/static/fonts/rawengulk.ttf);
}

@font-face {
    font-family: Rawengulk;
    src: url(/static/fonts/rawengulkbold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: RNS;
    src: url(/static/fonts/rnscamelia.ttf);
}

@font-face {
    font-family: Sketch;
    src: url(/static/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%;
    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;
}

div.theme-eco-home {
    background-image: url(/static/assets/themes/eco.png)
}

div.theme-agriculture-home {
    background-image: url(/static/assets/themes/agriculture.png)
}

div.theme-police-home {
    background-image: url(/static/assets/themes/police.png)
}

div.theme-social-home {
    background-image: url(/static/assets/themes/social.png)
}

div.theme-institutions-home {
    background-image: url(/static/assets/themes/institutions.png)
}

div.theme-education-home {
    background-image: url(/static/assets/themes/education.png)
}

div.theme-sante-home {
    background-image: url(/static/assets/themes/sante.png)
}

div.theme-culture-home {
    background-image: url(/static/assets/themes/culture.png)
}

div.theme-environnement-home {
    background-image: url(/static/assets/themes/environnement.png)
}

div.theme-logement-home {
    background-image: url(/static/assets/themes/logement.png)
}

div.theme-europe-home {
    background-image: url(/static/assets/themes/europe.png)
}

div.theme-societe-home {
    background-image: url(/static/assets/themes/societe.png)
}

div.theme-chiffres-home {
    background-image: url(/static/assets/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(/static/assets/themes/eco2.png)
}

.plus-pictos div.theme-agriculture {
    background-image: url(/static/assets/themes/agriculture2.png)
}

.plus-pictos div.theme-police {
    background-image: url(/static/assets/themes/police2.png)
}

.plus-pictos div.theme-social {
    background-image: url(/static/assets/themes/social2.png)
}

.plus-pictos div.theme-institutions {
    background-image: url(/static/assets/themes/institutions2.png)
}

.plus-pictos div.theme-education {
    background-image: url(/static/assets/themes/education2.png)
}

.plus-pictos div.theme-sante {
    background-image: url(/static/assets/themes/sante2.png)
}

.plus-pictos div.theme-culture {
    background-image: url(/static/assets/themes/culture2.png)
}

.plus-pictos div.theme-environnement {
    background-image: url(/static/assets/themes/environnement2.png)
}

.plus-pictos div.theme-logement {
    background-image: url(/static/assets/themes/logement2.png)
}

.plus-pictos div.theme-europe {
    background-image: url(/static/assets/themes/europe2.png)
}

.plus-pictos div.theme-societe {
    background-image: url(/static/assets/themes/societe2.png)
}

.plus-pictos div.theme-chiffres {
    background-image: url(/static/assets/themes/chiffres2.png)
}

.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;
}

.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;
}

.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 {
    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;
}

.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;
}

.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 {}

.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;
}

.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: 100%;
}

.tabs,
.content {
    margin: 0 !important;
}


#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,
#promessometre-home .highcharts-container {
    height: 250px !important;
}

.hollandometre-mandat,
.promessometre-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 {}

#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;
}

h1.home-titre {
    height: 58px;
    background: url(/static/assets/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(/static/assets/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(/static/assets/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(/static/assets/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;
}

#block-block-13,
#block-block-24 {}

#block-block-13 .content,
#block-block-24 .content {
    margin-top: 0;
}

#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;
}

#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(/static/assets/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(/static/assets/new/banniere4.png) no-repeat left top;
}

#block-views-nodequeue-4-block .ligne div.engagement-une .banniere-une {
    background: url(/static/assets/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;
}

#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;
}

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;
}

#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;
}
.static-page-white{
/*width:100%;
max-width:1000px;*/
background:#fff;
display:flex;
flex-wrap:wrap;

}
.static-page-white > *{
    width:100%;
}

h2{
    font-size: 2rem;
    line-height:1.3;
    color: #16212C;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-family: 'Raleway', Helvetica;
    letter-spacing: .5px;
    text-align: left;
    width:100%;
}
h3{
    font-size: 1.4rem;
    line-height:1.3;
    color: #16212C;
    font-weight: bold;
}

.bloc_home_titre:after,
.titre-souligne:after {
    height: 6px;
    width: 60px;
    background: #FF4E00;
    display: block;
    content: "";
    margin: 25px 0;
    font-size: 2.4em;
    color: #16212C;
    font-weight: bold;
}
.bloc_home_titre.titre_promessometre{
margin:0 0 30px 0;
position: relative;
text-align:center;
}
.bloc_home_titre.titre_promessometre:after {
    position: absolute;
    left: calc(50% - 30px);
    bottom: -25px;
    margin: 0;
}
.president_icon {
   display:flex;
   justify-content:center;
}
.president_icon img{
    margin:0 0 15px 0;
    height:140px;
}
.titre-centre{
text-align:center;
}
.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 {
    background: #f4f5f6;
    border-bottom: 1px solid rgba(151, 151, 151, .4);
}

#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;
}

#promessometre-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%;
}

.promessometre-item {
    float: left;
    clear: left;
    width: 100%;
}

.promessometre-item:hover p {
    color: #e82d2d;
}

.promessometre-item p {
    font-size: 0.8em;
    text-transform: uppercase;
    padding-left: 20px;
    margin: 0;
}

#main-wrapper .promessometre-item a,
#main-wrapper .promessometre-item a:hover {
    color: rgba(0, 0, 0, .8) !important;
    text-decoration: none;
}

.promessometre-item p span {
    font-size: 2em;
    font-weight: bold;
    padding-right: 7px;
}

.promessometre-jauge {
    float: left;
    clear: left;
    height: 10px;
    margin-bottom: 7px;
}

.tenu .promessometre-jauge {
    background: #7fa235;
}

.nontenu .promessometre-jauge {
    background: #dc1432;
}

.pasencore .promessometre-jauge {
    background: #ccc;
}

.inevaluable .promessometre-jauge {
    background: #fff;
    border: 1px solid #ccc;
}

.partiellement .promessometre-jauge,.partiellementtenu .promessometre-jauge {
    background: #ff702a;
}

.doute .promessometre-jauge {
    background: #333;
}

.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;
}

#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;
}

.flex_center{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    }

#liste_promesses {
    font-family: Helvetica;
    width:100%;

}
.promessometre{
width:100%;
    padding:10px 0 0px 0;
}
.promessometre .promessometre-inner{
background:#fff;
width:100%;
display: flex;
    flex-wrap: wrap;
    padding:0 10px;
    box-sizing: border-box;
        outline: 1px solid rgba(151, 151, 151, .4);
}
#detail_promesses {
    width: 100%;
 /*   background: #f4f5f6;*/
    padding: 0px 0 20px;
    box-sizing: border-box;
}
#detail_promesses .wrapper-content{
padding-top:0;
}
/*
.promessometre .content {
    max-width: 1000px;
    margin: 0 auto !important;
    width: 80%;
    padding: 0 0 30px 0;
}

#detail_promesses .content {
    padding: 30px 0;
    max-width: 1000px;
    margin: 0 auto !important;
    width: 100%;
}
*/


.promessometre .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;
}

.promessometre .h_bottom {
    width: 100%;
    margin: 0px 0 20px;
    text-transform: uppercase;
      display:flex;
    flex-wrap:wrap;
    justify-content:center
}
#liste_promesses .promessometre .h_bottom {
    margin: 0px 0 40px;
}

.promessometre .h_bottom .item {
    padding: 0 1px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
       display:flex;
    flex-wrap:nowrap;
    justify-content:center
}

.promessometre .h_bottom_middle {
    display:flex;
    justify-content:center;
}
.promessometre .h_bottom .h_bottom_middle .label {
    padding: 3px 0 13px 0;
    border-right: 0;
}
.promessometre .h_bottom_left {
    width: 182px;
    text-align: right;
}

.promessometre .h_bottom .big {
    font-size: 1.6em;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
}

.promessometre .h_bottom .label {
    font-size: .7em;
    height: 16px;
    padding: 3px 12px 3px 0;
    letter-spacing: 0.1rem;
    margin: 0;
    border-right: 1px solid #ccc;
}


.promessometre .h_bottom_right {
    width: calc(100% - 182px);
}

.promessometre .h_bottom .jauge {
    width: 100%;
    height: 10px;
    display: block;
    margin: 5px 0;
}

.promessometre .h_bottom .jauge.tenu {
    background: #7fa235;
    border: 1px solid #7fa235;
}

.promessometre .h_bottom .jauge.nontenu {
    background: #dc1432;
    border: 1px solid #dc1432;
}

.promessometre .h_bottom .jauge.partiellement,.promessometre .h_bottom .jauge.partiellementtenu {
    background: #ff702a;
    border: 1px solid #ff702a;
}

.promessometre .h_bottom .jauge.inevaluable {
    background: #fff;
    border: 1px solid #ccc;
}

.promessometre .h_bottom .jauge.pasencore {
    background: #ccc;
    border: 1px solid #ccc;
}

.promessometre .h_bottom .jauge.doute {
    background: #333;
    border: 1px solid #333;
}

.promessometre .h_bottom .jauge a{
display: block;
    height: 100%;
    width: 100%;
}

.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;
        outline: 1px solid rgba(151, 151, 151, .4);
}

#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-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;
    outline: 1px solid rgba(151, 151, 151, .4);
}

#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,.couleurtexte.respecte {
    color: #7fa235;
}

.couleurtexte.nontenu {
    color: #dc1432;
}

.couleurtexte.partiellementtenu,.couleurtexte.partiellement,.couleurtexte.retard,.couleurtexte.encours {
    color: #ff702a;
}

.couleurtexte.inevaluable {
    color: #333;
}

.couleurtexte.pasencore {
    color: #333;
}

.couleurtexte.doute {
    color: #333;
}

#burger_menu {
    display: none;
}

@media (max-width:600px) {
    h2{
        font-size:1.5rem;
    }
    h3{
        font-size:1.2rem;
    }


    /** Header **/
    .wrapper-content{
       padding:0 var(--mobile-padding);
    }
     .homepage-block .wrapper-content{
      padding:20px var(--mobile-padding);
    }

    header#header {
     padding: var(--mobile-padding) var(--mobile-padding) 0;
    }

    #block-baseline{
        font-size: .7rem;
        margin-left: 8px;
        white-space:normal;
    }
    #block-social{
        display:none;
    }
    #main-menu-links {
        font-size: .7rem;
    }
    #main-menu-links a{
        margin:0px;
    }

    #block-social a {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }

    #block-social a img {
        height: 24px;
    }

    .homepage-block p{
    text-align:center;
    }

    .bloc_home_titre, .titre-souligne{
        position:relative;

        text-align:center;
    }
    .bloc_home_titre{
    margin:0px 0 35px;
    }
    .titre-souligne{
    margin:20px 0 35px;
    }
    .bloc_home_titre:after, .titre-souligne:after{
        position: absolute;
        left: calc(50% - 30px);
        bottom: -15px;
        margin:0
    }
    .two-cols{
        flex-wrap:wrap;
    }

    .two-cols > div{
    width:100%;
    padding:0px 2% 20px;
    }
    .two-cols > div:not(:first-child){
        border-left:0px;
        border-top:1px solid #ccc;
        padding:20px 2% 20px;
    }



    /* Main */
    #main, .node-type-engagement-new #main{
        padding:10px 0;
    }

    .homepage #main{
        padding:0;
    }



  /* Flèche */

    #back-top {
        right: inherit !important;
    }

     #back-top span#button {
        opacity: 1;
        filter: alpha(opacity=1);
        background-color: #777777;
    }

    #back-top span#link {
        color: #777777;
    }

    .homepage .promessometre .wrapper-content{
    padding:10px 0;}

    /** Liste engagements **/
 .promessometre .h_bottom :not(.h_bottom_middle) .label{
    text-align:right;
 }
  .promessometre .h_bottom .h_bottom_middle .label{
    text-align:center;
    height:auto;
 }


     #detail_promesses .wrapper-content{
        padding-top:20px;
    }

    #liste_promesses #promesses_container {
        font-size: .9em;
    }

    #liste_promesses #promesses_container {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .promessometre{
    padding:0
    }

    .promessometre .h_bottom{
    margin:0 0 20px;
    }

    #promesses_container .engagement a {
        display:flex;
    flex-wrap:nowrap;
        padding: 10px !important;
    }
    #liste_promesses .e_verdict {
    order:0;
    width:auto;
    width:80px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    }
    #liste_promesses .e_engagement{
        order:1;
        flex-grow:1;
    }




    #liste_promesses .e_verdict p {
        display: inline-block;
        margin: 0 0 5px 0;
        width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
    }

    .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;
    }

    #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;
        box-sizing: border-box;
        left:0;
    }

    #liste_promesses #promesses_container {
        min-height: 100vh;
    }





    [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;
    }



    [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"] .group-detail-verdict, [class*="node-engagement"] .group-detail-timing{
 border-left:0;
}

    [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 {}

    [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 {}

    [class*="node-engagement"] .field-name-commentaires-facebook,
    .field-name-promesses-similaires-macron- {
        width: 100% !important;
        margin: 0 0 20px !important;
    }



}

body,
body.overlay {
    color: #3b3b3b;
}

.comment .comment-arrow {
    border-color: #e0e3d9;
}

#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
    background: #fff;
}

.tabs ul.primary li a.active {
    background-color: #fff;
}

.tabs ul.primary li.active a {
    background-color: #fff;
}

a {
    color: #e82d2d;
}

a:hover,
a:focus {
    color: #ff2525;
}

a:active {
    color: #ff5757;
}

#main-wrapper a {
    color: #FF4E00 !important;
}

#main-wrapper a:hover,
#main-wrapper a:focus {
    color: #018fe2 !important;
}

#main-wrapper a:active {
    color: #23aeff !important;
}

.sidebar .block {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
    border-radius: 12px 0;
}

#page-wrapper,
#footer-wrapper {
    background: #292929;
}

.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
    color: #666666;
}





/* AUTRES */

#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}

html.js input.form-autocomplete {
    background-image: url(/misc/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-image: url(/misc/throbber-active.gif);
    background-position: 100% center;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}

fieldset.collapsible {
    position: relative;
}

fieldset.collapsible .fieldset-legend {
    display: block;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resizable-textarea .grippie {
    background: #eee url(/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {
    background: url(/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
    background: url(/misc/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.ajax-progress {
    display: inline-block;
}

.ajax-progress .throbber {
    background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}

.ajax-progress .message {
    padding-left: 20px;
}

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child+html .clearfix {
    min-height: 1%;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}

ul li.expanded {
    list-style-image: url(/misc/menu-expanded.png);
    list-style-type: circle;
}

ul li.collapsed {
    list-style-image: url(/misc/menu-collapsed.png);
    list-style-type: disc;
}

ul li.leaf {
    list-style-image: url(/misc/menu-leaf.png);
    list-style-type: square;
}

li.expanded,
li.collapsed,
li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: 4px solid #999;
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

div.status {
    background-image: url(/misc/message-24-ok.png);
    border-color: #be7;
}

div.status,
.ok {
    color: #234600;
}

div.status,
table tr.ok {
    background-color: #f8fff0;
}

div.warning {
    background-image: url(/misc/message-24-warning.png);
    border-color: #ed5;
}

div.warning,
.warning {
    color: #840;
}

div.warning,
table tr.warning {
    background-color: #fffce5;
}

div.error {
    background-image: url(/misc/message-24-error.png);
    border-color: #ed541d;
}

div.error,
.error {
    color: #8c2e0b;
}

div.error,
table tr.error {
    background-color: #fef5f1;
}

div.error p.error {
    color: #333;
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}

div.messages ul li {
    list-style-image: none;
}

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

tbody {
    border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

th.active img {
    display: inline;
}

td.active {
    background-color: #ddd;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.form-item .description {
    font-size: 0.85em;
}

label {
    display: block;
    font-weight: bold;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
    vertical-align: middle;
}

.marker,
.form-required {
    color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

.more-link {
    text-align: right;
}

.more-help-link {
    text-align: right;
}

.more-help-link a {
    background: url(/misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

.pager-current {
    font-weight: bold;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px;
}

html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/misc/menu-collapsed.png);
    background-position: 5px 50%;
}

.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

.tabledrag-toggle-weight {
    font-size: 0.9em;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

.progress {
    font-weight: bold;
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress .filled {
    background: #0072b9 url(/misc/progress.gif);
}