@charset "UTF-8";
/*!
Theme Name: Centrale CSN
Theme URI: http://csn.qc.ca/
Author: RCH, CSN-Communications-Information 
Author URI: http://csn.qc.ca/
Description: Présentation visuelle du site Web de la Confédération des syndicats nationaux. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csnqc
Tags:

Centrale CSN is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE DES MATIÈRES:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "DIN Next W01", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 14px; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

main {
  min-height: 50rem; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.page .entry-content {
  padding: 1rem 4rem 4rem 1rem; }
  .page .entry-content h2 {
    font-family: "DIN Next W01", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2rem;
    margin: 2rem 0 1rem 1rem;
    text-transform: uppercase;
    color: #e65c00; }
  .page .entry-content h3 {
    font-family: "DIN Next W01", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 2rem;
    margin: 4rem 0 2rem 0;
    padding-left: 1rem;
    color: #4B5457;
    text-decoration: underline; }
  .page .entry-content h4 {
    font-family: "DIN Next W01", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.8rem;
    margin: 2rem 0 2rem 1rem;
    text-transform: uppercase;
    color: #4B5457; }
  .page .entry-content h5 {
    font-family: "DIN Next W01", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.8rem;
    margin: 2rem 0 2rem 0;
    color: #485284;
    text-decoration: underline; }
  .page .entry-content h6 {
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8rem;
    margin: 2rem 0 2rem 0;
    color: #485284; }
  .page .entry-content p, .page .entry-content li {
    font-size: 1.2rem;
    line-height: 1.8rem; }
  .page .entry-content p {
    margin-left: 1rem; }
  .page .entry-content ul {
    margin-left: 1rem; }
  .page .entry-content li {
    margin-bottom: 0.5rem; }
  .page .entry-content .su-spoiler-title {
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    margin: 0;
    color: #487484;
    text-decoration: underline; }
  .page .entry-content .su-spoiler-style-fancy .su-spoiler-title {
    font-family: "DIN Next W01", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    margin: 0;
    color: #487484;
    text-decoration: none; }

@media only screen and (max-width: 480px) {
  .page .entry-content {
    padding: 0.5rem;
    font-size: 1rem; } }
.sidebar-page-navigation {
  padding: 1rem 0 0 0; }
  .sidebar-page-navigation .panel-heading {
    background: #dee9ed;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .sidebar-page-navigation .panel-heading .panel-title a {
      color: #222;
      font-family: "DIN Next W01", sans-serif;
      font-weight: 200;
      line-height: 1.8rem;
      font-size: 1.4rem; }
    .sidebar-page-navigation .panel-heading .panel-title a:hover {
      color: #ff6600; }
  .sidebar-page-navigation .panel-body, .sidebar-page-navigation .panel, .sidebar-page-navigation .panel-default {
    border: none; }
  .sidebar-page-navigation .panel-body .page-links, .sidebar-page-navigation .children {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .sidebar-page-navigation .panel-body .page-links .page_item, .sidebar-page-navigation .children .page_item {
      padding: 3px 0 3px 5px;
      border-bottom: 1px solid #dee9ed;
      border-top: 1px solid #dee9ed; }
      .sidebar-page-navigation .panel-body .page-links .page_item a, .sidebar-page-navigation .children .page_item a {
        font-weight: 400; }
    .sidebar-page-navigation .panel-body .page-links .page_item:last-child, .sidebar-page-navigation .children .page_item:last-child {
      border-bottom: none; }
    .sidebar-page-navigation .panel-body .page-links .current_page_item, .sidebar-page-navigation .children .current_page_item {
      margin-left: -6px;
      padding: 2px 4px;
      border-left: 2px solid #bdd3db;
      background-color: #eff4f6; }
      .sidebar-page-navigation .panel-body .page-links .current_page_item a, .sidebar-page-navigation .children .current_page_item a {
        font-weight: 700; }
    .sidebar-page-navigation .panel-body .page-links .children, .sidebar-page-navigation .children .children {
      padding-left: 2rem; }
    .sidebar-page-navigation .panel-body .page-links .children .page_item a, .sidebar-page-navigation .children .children .page_item a {
      font-weight: 400; }
    .sidebar-page-navigation .panel-body .page-links .page_item:not(.current_page_item) .children, .sidebar-page-navigation .children .page_item:not(.current_page_item) .children {
      display: none; }

.sidebar-taxonomy-navigation {
  padding: 1rem 0 0 0; }
  .sidebar-taxonomy-navigation .panel-heading {
    background: #EDE6DE;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .sidebar-taxonomy-navigation .panel-heading .panel-title a {
      color: #222;
      font-family: "DIN Next W01", sans-serif;
      font-weight: 700;
      line-height: 1.2rem;
      font-size: 1rem; }
    .sidebar-taxonomy-navigation .panel-heading .panel-title a:hover {
      color: #ff6600; }
  .sidebar-taxonomy-navigation .panel-body, .sidebar-taxonomy-navigation .panel, .sidebar-taxonomy-navigation .panel-default {
    border: none; }
  .sidebar-taxonomy-navigation .panel-body .page-links, .sidebar-taxonomy-navigation .children {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .sidebar-taxonomy-navigation .panel-body .page-links .page_item, .sidebar-taxonomy-navigation .children .page_item {
      padding: 3px 0 3px 5px;
      border-bottom: 1px solid #dee9ed; }
      .sidebar-taxonomy-navigation .panel-body .page-links .page_item a, .sidebar-taxonomy-navigation .children .page_item a {
        font-weight: 400; }
    .sidebar-taxonomy-navigation .panel-body .page-links .page_item:last-child, .sidebar-taxonomy-navigation .children .page_item:last-child {
      border-bottom: none; }
    .sidebar-taxonomy-navigation .panel-body .page-links .current_page_item, .sidebar-taxonomy-navigation .children .current_page_item {
      padding: 5px;
      background-color: #eff4f6; }
      .sidebar-taxonomy-navigation .panel-body .page-links .current_page_item a, .sidebar-taxonomy-navigation .children .current_page_item a {
        font-weight: 700; }
    .sidebar-taxonomy-navigation .panel-body .page-links .children, .sidebar-taxonomy-navigation .children .children {
      padding-left: 2rem; }
    .sidebar-taxonomy-navigation .panel-body .page-links .children .page_item a, .sidebar-taxonomy-navigation .children .children .page_item a {
      font-weight: 400; }
    .sidebar-taxonomy-navigation .panel-body .page-links .page_item:not(.current_page_item) .children, .sidebar-taxonomy-navigation .children .page_item:not(.current_page_item) .children {
      display: none; }

.page-list {
  margin: 0;
  padding: 0; }
  .page-list li {
    list-style-type: none;
    padding-left: 1rem; }

.document-image-links {
  margin: 0;
  padding: 0; }
  .document-image-links li {
    display: block;
    font-size: 0.8rem;
    min-height: 70px; }
    .document-image-links li a:last-child {
      display: block;
      font-size: 1rem;
      line-height: 1.2rem;
      font-weight: 500; }
    .document-image-links li img {
      width: 40px;
      margin-right: 1rem;
      float: left;
      clear: both;
      border: 1px #ccc solid; }

.wpcf7-form h2 {
  margin: 0 !important; }

.slider {
  margin-left: -2rem; }

.slider h4 {
  font-size: 2rem !important;
  font-family: 'DIN Next W01', sans-serif !important;
  font-weight: 200 !important;
  color: #485284 !important;
  margin: 0 !important;
  padding: 0 !important; }

.slider h4 strong {
  font-weight: 700 !important; }

@media only screen and (max-width: 480px) {
  h2, h3, h4, h5, h6, .slider {
    margin-left: 0 !important; } }
article {
  padding: 0; }
  article .entry-title {
    font-family: "DIN Next W01", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    max-width: 75%;
    padding-left: 15px; }
  article .entry-content p {
    font-size: 1.2rem;
    line-height: 1.8rem; }
  article .chapeau {
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-style: normal;
    color: #444;
    color: #ff6600;
    margin-bottom: 2rem;
    margin-top: 0; }
  article .titre {
    font-size: 3rem;
    line-height: 4rem;
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 900;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 80%;
    white-space: pre-wrap;
    overflow: hidden; }
    article .titre span {
      background-color: #fff;
      color: #000;
      padding: 0.5rem 0.5rem 0.5rem 0; }
  article .box-titre {
    margin-top: 1rem;
    border-left: 0.5rem #fff solid; }
  article .surtitre {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "DIN Next W01", sans-serif;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 0;
    letter-spacing: 1px; }
    article .surtitre span {
      color: #fff;
      background-color: #000;
      padding: 6px; }
  article p {
    font-family: "DIN Next W01", sans-serif;
    font-weight: 200;
    font-size: 1.25rem;
    line-height: 2rem;
    font-style: normal; }

@media only screen and (max-width: 480px) {
  .entry-content {
    font-size: 1rem !important; }
    .entry-content ul, .entry-content ol {
      margin: 0;
      padding: 0; }
    .entry-content li {
      margin: 1rem 0 0 1.5rem;
      padding: 0 0 0 0.5rem;
      font-size: 1.1rem;
      line-height: 1.4rem;
      font-weight: inherit; }

  article p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0.5rem 0; } }
.post-navigation {
  display: block !important;
  clear: both;
  margin-top: 2rem;
  padding-bottom: 2rem; }
  .post-navigation .post-nav {
    background-color: #dee9ed;
    border: 1px #bdd3db solid;
    display: block;
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: 500;
    width: 47.5%;
    padding: 1rem;
    min-height: 120px;
    overflow: hidden; }
  .post-navigation .precedent {
    float: left; }
  .post-navigation .suivant {
    float: right;
    text-align: right; }
  .post-navigation span:first-child {
    text-transform: uppercase;
    color: #487484;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem; }
  .post-navigation span.date {
    font-size: 0.9rem;
    display: block; }

.related-posts {
  margin-top: 2rem; }
  .related-posts .meta h5 {
    margin-bottom: 1.5rem; }

.actualite-entete-caption {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  max-width: 50%;
  text-align: right;
  font-size: 0.9rem;
  background-color: #222;
  padding: 0.5rem;
  margin: 0 0 2rem 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #fff;
  margin-top: -4rem;
  clear: both; }

blockquote {
  background: #eff4f6;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  quotes: "“" "”" "‘" "’"; }
  blockquote .citation-source {
    text-align: right;
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 200; }
  blockquote .citation-source:before {
    content: "\2013"; }
  blockquote li {
    font-size: 1rem; }

blockquote:before {
  color: #dee9ed;
  content: "\00ab";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote p {
  display: block;
  padding-left: 3rem;
  font-size: 1rem !important;
  line-height: 1.4rem !important;
  font-family: "Neue Haas Grotesk W01", sans-serif; }

@media only screen and (max-width: 480px) {
  .actualite-entete-caption {
    max-width: inherit;
    bottom: 6rem;
    margin-left: 1rem;
    font-size: 0.7rem;
    line-height: 0.9rem;
    font-weight: 200; } }
.document-bloc, .document-type-bloc {
  background-color: #333;
  padding: 0.5rem;
  /* height:14rem; */
  position: relative;
  text-align: right; }
  .document-bloc h1, .document-type-bloc h1 {
    font-family: "DIN Next W01", sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    /*		position: absolute;
    		bottom: 0; */ }
    .document-bloc h1 a, .document-type-bloc h1 a {
      color: white; }

.document-type-bloc {
  background-color: #666; }

.document-title-container {
  padding: 0.5rem 0; }
  .document-title-container h3 {
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    max-width: 70%; }
  .document-title-container h4 {
    background-color: #dee9ed;
    color: #487484;
    font-family: "DIN Next W01", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem; }

.document-container {
  padding: 1rem; }
  .document-container h3 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    max-width: 90%; }

.document-description {
  font-family: "DIN Next W01", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 200; }

.document-meta-bloc {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 200;
  padding: 3rem 0;
  text-transform: uppercase; }

.document-download-link {
  display: block; }
  .document-download-link i {
    display: inline-block;
    margin-right: 1rem;
    height: 4rem;
    float: left; }

.conflit-bloc {
  position: relative;
  background-color: #000;
  padding: 1rem;
  margin-top: 1rem;
  min-height: 12rem; }
  .conflit-bloc h1 {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    position: absolute;
    bottom: 0; }

.conflit-container {
  padding: 1rem; }
  .conflit-container h3 {
    padding: 0;
    margin: 3rem 0 3rem 0;
    font-weight: 400;
    max-width: 90%; }
  .conflit-container h5 {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    line-height: 1.75rem;
    color: rgba(60, 76, 77, 0.6);
    margin: 1rem 0 2rem 0; }

.conflit-description {
  font-family: "ITC Charter W01", serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 200; }

.conflit-aux {
  padding: 1rem; }

.conflit-en-bref ul {
  margin: 0;
  padding: 2rem; }
  .conflit-en-bref ul li {
    list-style-type: none;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px #bdd3db solid; }
    .conflit-en-bref ul li span {
      display: inline-block;
      width: 33%;
      margin-right: 1rem;
      font-weight: 500; }
    .conflit-en-bref ul li div {
      padding: 1rem 0 0 0; }
  .conflit-en-bref ul li:last-child {
    border-bottom: 0; }

.thead-conflits-en-cours {
  background-color: #FFEAB5; }

.thead-conflits-regles {
  background-color: #eff4f6; }

.noborder {
  border-bottom: 0 transparent solid;
  height: 4rem; }

.conflit-regle {
  text-align: center;
  padding: 0.5rem;
  background-color: #E2E4F0;
  border: 1px #BCC1DA solid;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem; }

.conflit-encours {
  text-align: center;
  padding: 0.5rem;
  background-color: #FFF3D7;
  border: 1px #FFEAB5 solid;
  color: #ff6600;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem; }

.greves-sporadiques {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .greves-sporadiques li {
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #ccc; }
    .greves-sporadiques li h5 {
      font-weight: 500; }

.ui-widget {
  display: block;
  background-color: #eff4f6;
  padding: 0.5rem;
  margin-bottom: 2rem; }
  .ui-widget .sfl1, .ui-widget .sfl2 {
    width: 20rem !important; }
  .ui-widget #searchsubmit {
    height: 32px;
    margin-left: 1rem;
    text-transform: uppercase;
    font-family: "DIN Next W01", sans-serif;
    font-size: 1rem;
    font-weight: 400; }

.res_info {
  display: block;
  padding: 0.5rem;
  background-color: #eff4f6;
  margin-bottom: 2rem; }
  .res_info span {
    font-style: normal; }

.wdm_label {
  display: block;
  margin: 2rem -2rem 1rem 0;
  padding: 0.25rem 0 0.25rem 1rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  background: #487484;
  color: #eff4f6; }

.wdm_list > div:nth-child(1) {
  background-color: #dee9ed;
  color: #487484;
  padding: 0.5rem; }
  .wdm_list > div:nth-child(1) .wdm_label {
    margin: 0;
    padding: 0;
    background: none;
    color: #487484; }

.wdm_list .select_opt {
  font-size: 0.9rem;
  text-decoration: none;
  margin-left: 1rem; }

#res_facets {
  margin-top: 3rem; }

.results-by-facets hr {
  display: block;
  background-color: #dee9ed; }

.results-by-facets > div {
  display: block;
  overflow: auto;
  padding-bottom: 2rem; }
  .results-by-facets > div .p_title {
    display: block;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
    .results-by-facets > div .p_title b {
      font-weight: 900;
      background-color: #FFEAB5;
      padding: 3px 4px 1px 4px; }
  .results-by-facets > div .p_content {
    display: block; }
    .results-by-facets > div .p_content b {
      font-weight: 700;
      background-color: #FFEAB5;
      padding: 3px 4px 1px 4px; }
  .results-by-facets > div .p_misc {
    display: block;
    padding: 0;
    float: none;
    text-align: right; }
    .results-by-facets > div .p_misc .pauthor {
      text-transform: uppercase;
      font-size: 0.9rem;
      display: none; }
    .results-by-facets > div .p_misc .pdate {
      padding: 0 0 0 1rem; }

lh {
  display: block;
  margin: 2rem 0 1rem 0;
  padding: 0.25rem 0 0.25rem 1rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  background: #eff4f6;
  color: #487484 !important; }

#wpsolr_section_facets br {
  display: none; }

.resultats-vedette {
  background-color: #FFF3D7;
  padding: 2rem;
  margin-bottom: 2rem; }
  .resultats-vedette h3 {
    display: inline-block;
    clear: right;
    margin: 0;
    color: #485284;
    padding: 0.5rem; }
  .resultats-vedette .loop {
    padding-left: 1rem; }
    .resultats-vedette .loop a {
      display: inline-block;
      margin-right: 1rem; }

.toutes-videos {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500; }

.vimeo-video-right {
  margin-top: 1rem;
  padding: 0.5rem;
  background-color: #fff;
  min-height: 7rem;
  color: #000; }
  .vimeo-video-right a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem; }

.region-tabs .su-tabs-pane {
  padding: 3rem 0 0 3rem; }
  .region-tabs .su-tabs-pane ul {
    margin: 0; }
  .region-tabs .su-tabs-pane h3 {
    color: #485284;
    border-bottom: 1px solid #485284;
    margin-bottom: 2rem; }

.region-tabs .su-tabs-pane, .region-tabs .su-tabs-pane p {
  font-size: 1.1rem !important;
  line-heigh: 1.3rem !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.logo-csn {
  background-color: transparent;
  width: 70px;
  height: 70px;
  display: inline-block;
  float: left; }

.nom-csn {
  font-family: 'ITC Officina Sans W01', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.6rem;
  height: 80px;
  display: inline-block;
  padding: 1.25rem 0 1.25rem 0.75rem; }

.sociaux-csn {
  background-color: #fff;
  display: inline-block;
  float: right; }

.sociaux-csn-footer {
  background-color: transparent;
  float: none;
  margin: 0 0 0 -4px; }

.sociaux-csn i {
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 30px 0 10px 4px;
  display: inline-block; }

.sociaux-csn-footer i {
  margin: 20px 8px 20px 4px;
  border: 1px #444 solid; }

.sociaux-csn i.fa-facebook {
  background-color: #365998; }

.sociaux-csn i.fa-twitter {
  background-color: #55acee; }

.sociaux-csn i.fa-rss {
  background-color: #ff6600; }

.sociaux-csn i.fa-vimeo {
  background-color: #162221;
  color: #1ab7ea; }

.sociaux-csn i.fa-youtube {
  background-color: #cd201f; }

.sociaux-csn i.fa-instagram {
  background-color: #3f729b; }

.sociaux-csn i:hover {
  color: #000; }

.sociaux-csn i.fa-vimeo:hover {
  color: #fff; }

.icon-in-nav i {
  display: inline-block;
  width: 1rem;
  margin-right: 0.25rem; }

.iin-facebook, .iin-twitter, .iin-rss, .iin-vimeo, .iin-youtube {
  font-weight: 500 !important; }

.iin-facebook {
  background-color: #365998 !important;
  color: #fff !important; }

.iin-twitter {
  background-color: #55acee !important;
  color: #fff !important; }

.iin-rss {
  background-color: #ff6600 !important;
  color: #fff !important; }

.iin-vimeo {
  background-color: #162221 !important;
  color: #1ab7ea !important; }

.iin-youtube {
  background-color: #cd201f !important;
  color: #fff !important; }

.iin-facebook:hover, .iin-twitter:hover, .iin-rss:hover, .iin-vimeo:hover, .iin-youtube:hover {
  color: #487484 !important; }

/* Navigation */
.nav-haut {
  text-align: right; }
  .nav-haut ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .nav-haut ul li {
      font-family: "DIN Next W01", sans-serif;
      display: inline-block;
      margin-bottom: 0.25rem; }
      .nav-haut ul li a {
        background-color: #333;
        line-height: 1.5rem;
        padding: 2px 10px 0 10px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 200;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: .5rem 1rem .5rem 1rem;
        color: #dee9ed;
        display: block; }
      .nav-haut ul li a:hover {
        color: #333;
        font-weight: 200;
        background-color: #bdd3db; }

.showlogo {
  display: inline; }

.hidelogo {
  display: none; }

#menu-dossiers {
  font-size: 1rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400; }

a:link {
  color: #0099cc;
  text-decoration: none; }

a:visited {
  color: #0099cc; }

a:hover {
  color: #ff6600; }

a:active {
  color: #ffcc00; }

#navbar-primaire a:link {
  color: #0099cc;
  text-decoration: none; }
#navbar-primaire a:visited {
  color: #0099cc; }
#navbar-primaire a:hover {
  color: #ff6600; }
#navbar-primaire a:active {
  color: #ffcc00; }
#navbar-primaire a.dropdown-toggle {
  font-size: 0.90rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
#navbar-primaire .nav > li > a {
  padding: 15px 12px; }

.page-links .current_page_item {
  font-weight: 900; }

.page-links ul {
  padding-left: 0.5rem; }

.post-navigation {
  margin-bottom: 2rem; }
  .post-navigation .nav-links div {
    display: inline-block;
    width: 45%;
    height: 100px;
    white-space: pre-wrap;
    padding: 1rem;
    overflow: hidden; }
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    clear: left; }
    .post-navigation .nav-previous a::before {
      content: "\2190 PRÉCÉDENT \A"; }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    clear: right; }
    .post-navigation .nav-next a::before {
      content: "SUIVANT \2192 \A"; }

.nav-logged-margin-off {
  margin-top: 0; }

.nav-logged-margin-on {
  margin-top: 32px; }

#onglet-congres {
  background-color: #7fe2f9;
  color: #222;
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715); }

#onglet-congres:hover, #onglet-congres:focus, #onglet-congres:active {
  background-color: #96BD5F;
  color: #fff;
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715); }

.sticky-csn {
  width: 40px;
  height: 40px; }

.sticky-caret {
  line-height: 40px; }

@media only screen and (max-width: 1200px) {
  .sticky-csn {
    width: 25px;
    height: 25px; }

  .sticky-caret {
    line-height: 25px; } }
@media only screen and (max-width: 1000px) {
  #navbar-primaire a.dropdown-toggle {
    padding: 15px 3px !important;
    font-size: 0.7rem;
    letter-spacing: -1px; } }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-color: #222;
  color: whitesmoke;
  min-height: 500px; }

.footer-csn {
  margin-top: 3rem; }

.footer-csn .org {
  font-family: 'ITC Officina Sans W01', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 20px 0 10px 0; }

.footer-csn .email, .footer-csn .adr, .footer-csn .tel, .footer-csn .description, .footer-csn .nous-joindre-autres {
  font-size: 12px;
  font-family: 'DIN Next W01', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 20px; }

.footer-csn .foot-nav {
  font-size: 14px;
  font-family: 'DIN Next W01', sans-serif;
  font-weight: 400;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 24px; }

.footer-csn .description {
  color: #aaa;
  line-height: 16px; }

.footer-csn .tel {
  padding: 10px 0 0 0; }

.footer-csn .country-name {
  display: none; }

.footer-liens-col li {
  list-style-type: none; }
.footer-liens-col a {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px; }

.footer-bloc {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 20px; }
  .footer-bloc h2 {
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 500;
    font-size: 1rem; }
  .footer-bloc ul {
    margin: 0;
    padding: 0; }
    .footer-bloc ul li {
      list-style-type: none; }
      .footer-bloc ul li a {
        font-size: 0.9rem;
        letter-spacing: normal; }

.footer-colophon {
  font-size: 0.8rem;
  color: #222;
  background-color: #dee9ed;
  padding: 1rem; }

.footer-outils {
  font-size: 0.8rem;
  color: #222;
  background-color: #eff4f6;
  padding: 1rem; }
  .footer-outils p {
    margin: 0;
    padding: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 2px; }

.outils-collectifs {
  text-align: center; }
  .outils-collectifs img {
    max-height: 70px;
    margin: 1rem 3rem; }

.footer-cookie {
  background-color: #ff6600; }

.footer-dossiers {
  padding-top: 6rem; }

.prod {
  float: right;
  text-align: right; }

.prod span {
  color: #487484;
  font-weight: normal;
  text-transform: uppercase;
  display: block; }

.a-propos-site-web {
  padding-top: 30px;
  font-size: 12px; }

.migration-warning {
  border: 1px #FFEAB5 solid;
  text-align: center;
  margin: 1rem 0; }
  .migration-warning span {
    background-color: #FFEAB5;
    color: #487484;
    padding: 0 0.5rem;
    float: left; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-content {
  min-height: 500px; }

.page-breadcrumb .breadcrumb {
  margin: 0; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.while-playing {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #000;
  opacity: .8;
  min-height: 20px;
  min-width: 20px;
  display: none; }

#restartbutton {
  display: none; }

.while-playing i {
  font-size: 30px;
  color: #fff;
  margin: 10px; }

.while-playing i:hover {
  color: orange; }

.sharing {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #000;
  opacity: .8;
  min-height: 20px;
  min-width: 20px;
  padding-right: 5px; }

.sharing i {
  font-size: 20px;
  color: #fff;
  margin: 5px 0 5px 5px; }

.sharing i:hover {
  color: orange; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Perspectives
--------------------------------------------------------------*/
.perspectives .chapeau {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  color: #fb3333; }
.perspectives .entete-caption {
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: inline-block;
  float: right;
  padding: 4px;
  max-width: 40%;
  font-weight: 200;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-top: 1rem; }
.perspectives article {
  background-color: white;
  margin-top: 400px;
  padding: 2rem; }
.perspectives .perspectives-title {
  padding-top: 1rem; }
  .perspectives .perspectives-title h1, .perspectives .perspectives-title h3 {
    margin: 0.5rem;
    padding: 0; }
  .perspectives .perspectives-title h3 {
    font-family: 'DIN Next W04', sans-serif;
    color: #fb3333;
    font-size: 1rem;
    text-transform: uppercase; }
  .perspectives .perspectives-title h1 {
    font-size: 4rem;
    font-family: "DIN Next W01", sans-serif;
    font-weight: 700;
    color: black; }
@media only screen and (max-width: 1024px) {
  .perspectives article {
    margin-top: 0; }
  .perspectives .entete-caption {
    position: relative;
    margin-top: 200px;
    float: none; } }
@media only screen and (max-width: 480px) {
  .perspectives article {
    margin-top: 0;
    padding: 1rem; }
  .perspectives .perspectives-title h1 {
    font-size: 2rem; }
  .perspectives .entete-caption {
    margin-top: 200px;
    float: none;
    max-width: 100%;
    display: block; } }
.perspectives .perspectives-brand {
  margin: 1rem 0 1rem 0;
  background-color: #fb3333;
  border-top: 4px #000 solid;
  padding: 0.25rem 0.5rem 0.25rem 2rem; }
  .perspectives .perspectives-brand .logotype {
    font-size: 2rem;
    font-family: 'DIN Next W04', sans-serif;
    font-weight: 400;
    color: white;
    letter-spacing: 1px; }
    .perspectives .perspectives-brand .logotype span {
      font-size: 2rem;
      font-family: "DIN Next W01", sans-serif;
      font-weight: 900;
      color: black; }
.perspectives .perspectives-zone .perspectives-dossier {
  text-align: right;
  font-size: 2rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #666;
  text-transform: uppercase; }
.perspectives .perspectives-zone .perspectives-enjeux {
  text-align: right;
  font-size: 2rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 200;
  border-bottom: 2px solid #666; }
.perspectives .perspectives-zone .perspectives-chronique {
  color: #222;
  text-align: right;
  font-size: 2rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 200;
  border-bottom: 2px solid #fb3333; }
  .perspectives .perspectives-zone .perspectives-chronique span {
    color: #fb3333;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block; }
.perspectives .perspectives-zone .perspectives-nouvelles-du-front {
  color: #fff;
  text-align: right;
  font-size: 1.5rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 500;
  background-color: #000;
  text-transform: uppercase;
  padding: 5px; }
.perspectives .author {
  color: #222;
  font-size: 1.2rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .perspectives .author span {
    font-weight: 700; }
.perspectives figure {
  margin: 2rem 0; }
.perspectives .entry-content p {
  font-family: 'Minion W08', Georgia, serif; }

.perspectives .zone-heading {
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fb3333;
  border-bottom: 1px solid #ccc;
  padding-top: 1rem; }

.perspectives-landing ul {
  margin: 0 0 1rem 0 !important;
  padding: 0;
  display: block; }
  .perspectives-landing ul li {
    list-style-type: none;
    font-size: 1rem;
    font-weight: 200;
    display: block;
    margin-bottom: 1rem;
    clear: both; }
    .perspectives-landing ul li img {
      margin-bottom: 1rem; }
    .perspectives-landing ul li span {
      display: block;
      text-transform: uppercase;
      font-weight: 200;
      font-size: 0.9rem; }
    .perspectives-landing ul li a {
      font-weight: 500; }
.perspectives-landing h5 {
  background-color: #444;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.5rem; }

.perspectives-landing-dossier h3 {
  margin: 2rem 0 0 0;
  padding: 0;
  font-weight: 200;
  color: #fb3333;
  text-transform: uppercase;
  font-size: 1.2rem; }
.perspectives-landing-dossier h1 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase; }

.perspectives-nav-apercu span {
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding: 2px;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 200; }
.perspectives-nav-apercu h3, .perspectives-nav-apercu h4 {
  margin: 5px 0;
  padding: 0;
  font-weight: 200;
  color: #fb3333;
  text-transform: uppercase;
  font-size: 1rem; }
.perspectives-nav-apercu h2 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Blogues
--------------------------------------------------------------*/
.blogue .chapeau {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  color: #1BB8D1; }
.blogue article {
  background-color: white;
  margin-top: 400px;
  padding: 2rem; }
.blogue .blogue-brand {
  margin: 1rem 0 1rem 0;
  background-color: #1BB8D1;
  border-top: 4px #000 solid;
  padding: 0.25rem 0.5rem 0.25rem 2rem; }
  .blogue .blogue-brand .logotype {
    font-size: 2rem;
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 700;
    color: white;
    letter-spacing: 1px; }
.blogue .blogue-title {
  padding-top: 1rem; }
  .blogue .blogue-title h1, .blogue .blogue-title h3 {
    margin: 0.5rem;
    padding: 0; }
  .blogue .blogue-title h3 {
    font-family: "DIN Next W01", sans-serif;
    color: #1BB8D1;
    font-size: 1rem;
    text-transform: uppercase; }
  .blogue .blogue-title h1 {
    font-size: 3rem;
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 700;
    color: black; }
.blogue .entry-content p {
  font-family: 'Minion W08', Georgia, serif; }

/*--------------------------------------------------------------
# Campagnes
--------------------------------------------------------------*/
/* CAMPAGNE MA PLACE EN SANTÉ */
main.ma-place-en-sante {
  background-color: #00b8c4;
  /*margin-top: -2.75rem;
  padding-top: 2.75rem; */
  font-size: 1.2rem;
  line-height: 1.8rem; }
  main.ma-place-en-sante .universal-breadcrumb {
    background-color: #fff;
    display: inline-block;
    padding: 0.5rem 1rem; }
  main.ma-place-en-sante .page-content {
    background-color: #fff;
    padding: 2rem 4rem; }
    main.ma-place-en-sante .page-content h2, main.ma-place-en-sante .page-content h3 {
      color: #ed174b;
      font-size: 2rem;
      margin-bottom: 2rem; }
    main.ma-place-en-sante .page-content h2 {
      font-weight: 700;
      font-style: bold; }
    main.ma-place-en-sante .page-content h4 {
      font-size: 1.25rem;
      color: #00b8c4;
      margin-bottom: 1rem;
      font-weight: 700;
      font-style: bold; }
    main.ma-place-en-sante .page-content p {
      margin-left: 1rem; }
  main.ma-place-en-sante .logos-fedes {
    background-color: #fff;
    text-align: right; }
    main.ma-place-en-sante .logos-fedes a img {
      display: inline; }
  main.ma-place-en-sante .sidebar-menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #ed174b;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    main.ma-place-en-sante .sidebar-menu h3 {
      background-color: #ed174b;
      color: #fff;
      padding: 1rem;
      margin: 0; }
      main.ma-place-en-sante .sidebar-menu h3 a {
        color: #fff; }
      main.ma-place-en-sante .sidebar-menu h3 a:hover {
        color: #00b8c4; }
    main.ma-place-en-sante .sidebar-menu ul {
      margin: 0;
      padding: 1rem; }
      main.ma-place-en-sante .sidebar-menu ul li {
        list-style-type: none; }
        main.ma-place-en-sante .sidebar-menu ul li a {
          color: #00b8c4; }
        main.ma-place-en-sante .sidebar-menu ul li a:hover {
          color: #ed174b; }
      main.ma-place-en-sante .sidebar-menu ul li:before {
        content: "\2014\00a0 "; }
      main.ma-place-en-sante .sidebar-menu ul li.current_page_item:before {
        content: "\2192\00a0 "; }
  main.ma-place-en-sante .savoir-plus {
    background-color: white;
    padding: 2rem;
    display: block;
    clear: right; }
    main.ma-place-en-sante .savoir-plus h3 {
      background-color: #ed174b;
      font-size: 1.5rem;
      color: #fff;
      margin-bottom: 1rem;
      font-weight: 700;
      font-style: bold;
      letter-spacing: 1px;
      padding: 0.5rem; }
    main.ma-place-en-sante .savoir-plus h4 {
      display: block;
      color: #fff;
      background-color: #00b8c4;
      padding: 0.5rem;
      font-size: 1.25rem;
      font-weight: 400;
      font-style: normal; }
    main.ma-place-en-sante .savoir-plus ul {
      margin: 0;
      padding: 0; }
      main.ma-place-en-sante .savoir-plus ul li {
        list-style-type: none;
        font-size: 1.2rem;
        line-height: 1.8rem; }
        main.ma-place-en-sante .savoir-plus ul li i {
          font-size: 0.9rem;
          margin-right: 0.5rem;
          line-height: 1.8rem; }
    main.ma-place-en-sante .savoir-plus hr {
      background-color: #ed174b; }

/* CAMPAGNE RÉPONDRE AU BEAU-FRÈRE */
main.repondre-au-beau-frere {
  background-color: #046bb1;
  /*margin-top: -2.75rem;
  padding-top: 2.75rem; */
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-family: "NeueHaasGroteskText W01", sans-serif; }
  main.repondre-au-beau-frere .universal-breadcrumb {
    background-color: #fff;
    display: inline-block;
    padding: 0.5rem 1rem; }
  main.repondre-au-beau-frere .blogue .blogue-brand-rabf {
    background-color: #f8302f;
    padding: 1rem;
    margin: 0;
    color: #000;
    font-family: "Univers LT W01_57 Condensed", sans-serif;
    text-transform: uppercase;
    border-top: 5px black solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    main.repondre-au-beau-frere .blogue .blogue-brand-rabf .logotype {
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      text-transform: uppercase;
      color: white;
      font-size: 1.5rem;
      line-height: 2rem; }
      main.repondre-au-beau-frere .blogue .blogue-brand-rabf .logotype span {
        color: black;
        font-family: "Univers LT W01_67 Bold_1476016", sans-serif; }
  main.repondre-au-beau-frere .blogue article {
    margin-top: 0; }
  main.repondre-au-beau-frere .blogue .entry-content p {
    font-family: "NeueHaasGroteskText W01", sans-serif; }
  main.repondre-au-beau-frere .blogue-title {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  main.repondre-au-beau-frere .blogue-title h1 {
    max-width: 75%;
    font-family: "Univers LT W01_67 Bold_1476016", sans-serif;
    color: black; }
  main.repondre-au-beau-frere .page-content {
    background-color: #fff;
    padding: 4rem; }
    main.repondre-au-beau-frere .page-content h2 {
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      color: #f8302f;
      font-size: 1.7rem;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-style: bold; }
    main.repondre-au-beau-frere .page-content h3 {
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      color: #046bb1;
      font-size: 1.5rem;
      margin: 1rem 0;
      padding: 0;
      text-transform: none; }
    main.repondre-au-beau-frere .page-content h4 {
      font-size: 1.25rem;
      color: #046bb1;
      margin-bottom: 1rem;
      font-weight: 700;
      font-style: bold; }
    main.repondre-au-beau-frere .page-content .dernieres-reponses p {
      font-size: 0.9rem;
      line-height: 1.2rem; }
  main.repondre-au-beau-frere .logos-fedes {
    background-color: #fff;
    text-align: right; }
    main.repondre-au-beau-frere .logos-fedes a img {
      display: inline; }
  main.repondre-au-beau-frere .sidebar-menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #f8302f;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    main.repondre-au-beau-frere .sidebar-menu h3 {
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      background-color: black;
      color: #fff;
      padding: 1rem;
      margin: 0;
      text-transform: uppercase; }
      main.repondre-au-beau-frere .sidebar-menu h3 a {
        color: #fff; }
      main.repondre-au-beau-frere .sidebar-menu h3 a:hover {
        color: #046bb1; }
      main.repondre-au-beau-frere .sidebar-menu h3 span {
        font-size: 1rem;
        text-transform: uppercase;
        display: block;
        color: #f8302f; }
    main.repondre-au-beau-frere .sidebar-menu ul {
      margin: 0;
      padding: 1rem;
      font-size: 1rem;
      line-height: 1rem; }
      main.repondre-au-beau-frere .sidebar-menu ul li {
        list-style-type: none;
        padding-left: 1rem;
        margin-bottom: 0.5rem; }
        main.repondre-au-beau-frere .sidebar-menu ul li a {
          color: #046bb1; }
        main.repondre-au-beau-frere .sidebar-menu ul li a:hover {
          color: #f8302f; }
      main.repondre-au-beau-frere .sidebar-menu ul li.current_page_item {
        border-left: 3px solid #f8302f; }

.incontournable-post {
  background-color: #3a3166;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-family: "Neuzeit S W01", Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-align: right; }

.incontournable-post span {
  font-weight: 400; }

.incontournable-post a {
  color: white;
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715); }

.incontournable-post a:hover {
  color: #00a661; }

#onglet-congres span,
.exposant {
  position: relative;
  top: -0.3em;
  font-size: 70%; }

.container-congres2017 .entry-content h2 {
  color: #acad0e !important; }

.bouton65e a {
  background-color: #acad0e;
  color: #222;
  font-family: "DIN Next W01", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  text-transform: uppercase;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 1rem;
  border: 1px solid #ccc;
  margin-left: 1rem; }
.bouton65e a:hover {
  background-color: #333;
  color: #acad0e; }

/*--------------------------------------------------------------
# Au premier plan -- changer pour refleter les styles
# qui doivent etre appliqués
--------------------------------------------------------------*/
.well-au_premier {
  border-top: 4px solid #bdd3db;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 3rem;
  padding: 0;
  padding-bottom: 2rem;
  background-color: #dee9ed;
  background-image: none;
  font-family: "DIN Next W01", sans-serif; }
  .well-au_premier i {
    font-size: 3.0rem;
    margin-right: 1rem; }
  .well-au_premier h3 {
    display: inline;
    background-color: #487484;
    color: #bdd3db;
    font-size: 1.2rem;
    font-family: "DIN Next W01", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 8px 5px 8px;
    border: 5px #fff solid;
    border-width: 0 2px 2px 0;
    margin: 0 0 0 -1px; }

@media only screen and (max-width: 480px) {
  .well-au_premier {
    margin: 3rem 0; } }
/*--------------------------------------------------------------
# Dump everything from maquettes, CLEAN ME UP LATER
--------------------------------------------------------------*/
.logo-header {
  background-color: #fff;
  height: 80px;
  width: 100%;
  margin: 10px 0 10px 0; }

/* SYNDICATION */
.vedette-img {
  width: 100%;
  height: 300px; }

.vedette-text {
  padding: 10px;
  background-color: #fff; }

.vedette-bloc-titre {
  margin: -4rem 0 0 0;
  padding: 1rem 1rem 0 1rem;
  background-color: #fff; }

.vedette-surtitre {
  font-size: 1.25rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  color: #222; }

.vedette-titre {
  margin: 0.5rem 0 0.5rem 0;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  display: block; }

.media-heading-sub {
  font-size: 1rem;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  display: block;
  margin: 10px 0 0 0; }

.vedette-lead {
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0.5rem 1rem; }
  .vedette-lead a {
    background-color: #0099cc;
    color: #fff;
    font-family: "DIN Next W01", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1rem 0 0 0;
    display: block; }
  .vedette-lead a:hover {
    color: #fff;
    background-color: #ff6600; }

ul.nouvelles-liste {
  list-style-type: none;
  list-style-position: inside;
  padding: 1rem;
  margin: 0; }
  ul.nouvelles-liste li {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-top: 1px dotted #ccc;
    padding: 0.75rem 0 0.75rem 0; }
    ul.nouvelles-liste li a {
      font-weight: 700; }
    ul.nouvelles-liste li span.surtitre {
      font-family: "DIN Next W01", sans-serif;
      display: inline-block;
      font-size: 0.9rem;
      line-height: 1rem;
      text-transform: uppercase;
      color: #777;
      max-width: 75%; }
    ul.nouvelles-liste li span.surtitre:after {
      content: "\a";
      white-space: pre; }
    ul.nouvelles-liste li div {
      display: block;
      clear: left; }
    ul.nouvelles-liste li span.date {
      font-family: "DIN Next W01", sans-serif;
      font-size: 0.9rem;
      text-transform: lowercase;
      color: #777; }
  ul.nouvelles-liste li:first-child {
    border-top: none; }

.dropdown-menu {
  background-color: #fff; }

.dropdown-menu-lacsn {
  padding-top: 30px !important; }

ul.nav-navcat-items {
  margin-top: 5px !important;
  margin-bottom: 20px; }

.nav-navcat li {
  font-size: 14px;
  line-height: 16px;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #888; }

.nav-navcat-items li {
  font-size: 13px;
  line-height: 14px;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin: 4px 0 4px 0; }

.nav-navcat-items li > a {
  display: block;
  padding: 0;
  line-height: 14px;
  height: 20px; }

.meganav-sub-ul {
  margin: 5px 0 15px 0; }

.meganav-sub-ul li {
  padding: 0; }

.navbar .dropdown-menu ul.meganav-sub-ul li > a {
  display: block;
  white-space: normal;
  padding: 0 0 0 20px;
  text-indent: -10px; }

/*videos*/
.media-heading-video {
  font-size: 1.1rem;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  margin-top: 6px; }

.media-date {
  font-size: 1rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  color: #666; }

/*features*/
.feature-gauche {
  background-color: darkorchid;
  background-size: cover;
  height: 428px;
  overflow: hidden; }

.feature-droite-haut {
  background-color: midnightblue;
  height: 214px;
  background-size: cover;
  overflow: hidden; }

.feature-droite-bas {
  background-color: darkkhaki;
  height: 214px;
  background-size: cover;
  overflow: hidden; }

.feature-major {
  padding: 10px;
  background-color: #141414;
  max-width: 75%;
  height: auto;
  color: #fff; }

.feature-pull-right {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0; }

.feature-pull-left {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 20px 20px; }

.feature-pull-left-vimeo {
  position: absolute;
  top: 1rem;
  left: 0;
  margin: 0 0 20px 20px; }

.feature-minor {
  padding: 10px;
  background-color: #141414;
  max-width: 75%;
  height: auto;
  color: #fff; }

.feature-contenu h2, .feature-contenu h4 {
  padding: 0;
  margin: 0; }

.feature-major h2 {
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-top: 5px; }

.feature-major h4 {
  font-size: 1rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.feature-minor h2 {
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  margin-top: 3px; }

.feature-minor h4 {
  font-size: 0.9rem;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.page-container {
  padding-top: 40px; }

#page-titre-bloc {
  background-color: #3C4C4D;
  padding: 10px;
  margin-bottom: 2rem;
  height: auto; }

#page-titre h4, #page-titre h5 {
  padding-left: 10px; }

#page-titre h5 {
  line-height: 20px; }

#page-titre h1 {
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 32px;
  margin: 5px 0 0 0; }

.tel-icone {
  background-color: #000;
  color: #fff;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 3px; }

.metro-vert {
  background-color: #008f36;
  color: #fff;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px; }

@media only screen and (max-width: 480px) {
  .jumbo-region, .jumbo-fede {
    padding: 5%; } }
.jumbo-region h4, .jumbo-fede h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700; }

.jumbo-region p, .jumbo-fede p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 200; }

.conflit-nom-syndicat {
  margin-top: 50px;
  font-size: 24px;
  line-height: 32px; }

.dossier-container {
  padding-top: 40px; }

.dossier-jumbo {
  margin: 40px 0 40px 0; }

#dossier-titre-bloc {
  position: relative;
  min-height: 225px;
  background-color: #000;
  padding: 1rem;
  margin-bottom: 2rem; }

#dossier-titre h1 {
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0; }

#dossier-titre h5 {
  margin-left: 1rem; }

#dossier-gauche ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 10px 0 0 0; }

#dossier-gauche .list-heading {
  margin: 10px 0 30px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  letter-spacing: 1px; }

#dossier-gauche .submenu {
  margin: 0 0 20px 35px;
  padding: 6px 0 0 0;
  text-transform: none;
  letter-spacing: auto; }

.dossier-description {
  color: #78949D;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.2rem;
  margin: 0 1rem 1rem 0; }

.dossier-vedette-titre {
  font-size: 1.8rem;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  display: block;
  padding: 0;
  margin: 0 0 10px 0; }

.dossier-vedette-surtitre {
  font-size: 14px;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  color: #222;
  margin: 20px 0 10px 0;
  padding: 0; }

.dossier-media {
  padding-bottom: 10px;
  margin: 20px 0 20px 0;
  border-bottom: 1px #dee9ed dotted; }

.dossier-vedette-lead {
  font-family: "DIN Next W01", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0.5rem 0;
  margin: 1rem 0; }
  .dossier-vedette-lead a {
    background-color: #0099cc;
    color: #fff;
    font-family: "DIN Next W01", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1rem 0 0 0;
    display: block; }

.dossier-pages-list li {
  list-style-type: square;
  margin-left: 3.5rem; }
  .dossier-pages-list li a {
    text-transform: none;
    letter-spacing: normal; }

.no-pages {
  text-transform: none;
  letter-spacing: normal; }

a.label-etiquettes,
a.label-etiquettes:visited,
a.label-etiquettes:link {
  color: black;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: normal;
  text-transform: none;
  background-color: #ccc;
  margin-right: 1rem; }

a.label-etiquettes:hover {
  color: white; }

.dossier_etiquettes {
  padding: 1rem 0 1rem 2rem; }

.well-doc_cat {
  border: none;
  border-top: 2px #487484 dotted;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 3rem;
  padding: 0;
  padding-bottom: 0rem;
  background-image: none;
  background-color: #dee9ed; }
  .well-doc_cat h3 {
    display: inline;
    background-color: #487484;
    color: #fff !important;
    font-size: 1.2rem  !important;
    font-family: "DIN Next W01", sans-serif !important;
    font-weight: 200  !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 8px 5px 8px;
    border-bottom: 0px #fff solid !important;
    border-right: 0px #fff solid !important; }

.row-doc-cat {
  padding: 2rem; }
  .row-doc-cat .doc_link {
    width: auto;
    height: auto;
    max-height: 12rem; }
  .row-doc-cat .well {
    height: 22rem;
    overflow: hidden; }
    .row-doc-cat .well .doc-title {
      display: block;
      max-height: 5rem;
      line-height: 1.25rem;
      font-family: "Neue Haas Grotesk W01", sans-serif;
      font-weight: 700;
      font-size: 0.9rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    .row-doc-cat .well .doc-title-accueil {
      display: block;
      max-height: 5rem;
      line-height: 1.25rem;
      font-family: "Neue Haas Grotesk W01", sans-serif;
      font-weight: 700;
      font-size: 0.9rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .row-doc-cat .well .doc-date {
      font-family: "DIN Next W01", sans-serif;
      display: block;
      font-size: 0.9rem;
      font-weight: 400;
      color: #aaa;
      margin-top: 1rem; }

.docs_carousel_wrapper {
  padding-top: 1.25rem; }

.conflit-vignette {
  float: left;
  display: inline-block; }

.conflit-text {
  padding: 0 0 1rem 1rem;
  display: inline-block; }

.conflit-row {
  margin-bottom: 1rem; }

.dossier-media-video {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem; }

@media screen and (max-width: 480px) {
  .dossier-media-video {
    padding-bottom: 30px; } }
.article-column {
  /* margin-top: -185px; */
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.article-jumbotron {
  min-height: 400px;
  background-size: contain; }

.article-body-column {
  margin-top: -100px;
  background-color: #fff;
  padding: 1rem; }

.article-extras-column {
  margin-top: 2rem; }

.article-well .sociaux-csn {
  float: none;
  clear: both;
  display: block;
  background-color: transparent; }

.article-well .sociaux-csn i {
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 10px 6px 10px 0;
  display: inline-block; }

.article-well {
  border: none;
  border-top: 1px #ccc solid;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 30px;
  padding: 0 10px 0px 10px; }

.article-well h3 {
  display: inline;
  background-color: #91abb5;
  color: #fff;
  font-size: 14px;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 8px 3px 8px;
  margin-left: -10px; }

.auteur {
  display: block;
  padding: 20px 0 20px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }
  .auteur .auteur-bloc {
    display: block; }
  .auteur .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left; }

.auteur-bloc {
  padding-left: 80px;
  display: block; }

.byline {
  text-transform: uppercase; }

.auteur i {
  margin-right: 5px; }

.auteur-photo {
  float: left; }

.auteur-contacter {
  color: lightgray;
  text-transform: uppercase; }

time {
  margin: 0; }

aside {
  width: 50%;
  display: block;
  float: left;
  clear: both;
  padding: 10px 0 10px 0;
  margin: 20px 20px 20px -25%;
  border-top: 4px solid #444;
  border-bottom: 1px solid #444; }

aside p {
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 32px; }

.media-heading {
  margin: 0;
  padding: 0; }

.memesujet-heading-sub {
  font-size: 16px;
  font-family: "Neue Haas Grotesk W01", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0; }

.article-vedette-lead {
  font-size: 11px; }

.ressources-connexes {
  list-style-type: none;
  padding: 20px 0 20px 10px; }

.ressources-row {
  display: table;
  margin-bottom: 5px;
  width: 100%; }

.ressources-icon {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 22px;
  color: #444; }

.ressources-title {
  display: table-cell;
  vertical-align: top; }

.accueil-features {
  padding-bottom: 20px; }

.error-404 {
  padding: 0 5rem 0 2rem; }

.e404-text {
  color: red;
  font-size: 40px;
  font-weight: 200; }
  .e404-text span {
    font-weight: 800; }

.sticky-logo {
  padding: 5px !important; }

.nav-dropshadow {
  -webkit-box-shadow: 0px 11px 20px -6px rgba(100, 100, 100, 0.85);
  -moz-box-shadow: 0px 11px 20px -6px rgba(100, 100, 100, 0.85);
  box-shadow: 0px 11px 20px -6px rgba(100, 100, 100, 0.85); }

.les-indispensables {
  display: block;
  font-size: 1rem;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  /* border-top: 1px #ddd dotted; */
  /* border-bottom: 1px #ddd dotted; */ }
  .les-indispensables div {
    display: inline-block; }

.indispensables-titre {
  font-family: "DIN Next W01", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  border-right: 2px #ff6600 solid;
  padding-right: 1rem;
  margin: 0; }
  .indispensables-titre i {
    color: #ff6600; }

#menu-acces-rapide {
  margin: 0;
  padding: 0; }
  #menu-acces-rapide li {
    margin-left: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 1px #ccc solid;
    display: inline-block; }

.indispensables-element a:hover {
  color: #ff6600; }

.les-indispensables div:nth-child(2) {
  border-left: 0; }

.indispensables-elements {
  padding: 0; }

.indispensables-elements ul li {
  display: inline-block;
  padding-right: 20px; }

.vimeo-jumbotron {
  margin-bottom: 1.5rem;
  background-color: #dee9ed;
  border-top: 1px solid #bdd3db;
  border-bottom: 1px solid #bdd3db; }
  .vimeo-jumbotron .media {
    margin-bottom: 2rem; }

.gp_products_carousel_wrapper {
  background-color: #eff4f6 !important; }

.gp_products_item_caption {
  overflow: hidden !important;
  max-height: 12rem !important; }

.carousel_doc_title_wrapper {
  max-height: 8rem;
  overflow: hidden; }

.carousel_doc_title {
  font-family: "Neue Haas Grotesk W01", sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.4rem !important;
  font-weight: 700 !important; }

.docs_carousel_outer_wrapper {
  padding-top: 1.5rem; }

.docs_carousel_inner_wrapper {
  padding: 2rem; }

.gp_products_item_image > a > img {
  border: 1px #ccc solid;
  width: 80% !important; }

.form-infolettre {
  margin-top: 1rem; }

.form-infolettre-submit-wrapper button {
  width: 100%; }

/*  START NEW STYLESHEET FROM HERE AND REDO-REORGANIZE */
.pad1rem {
  padding: 1rem; }

.pad2rem {
  padding: 2rem; }

.margin0 {
  margin: 0; }

.navbar {
  margin-bottom: 1rem; }

.flex-wrapper {
  display: flex;
  margin: 0; }

.heading-placeholder {
  height: 2.8rem;
  display: flex;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem; }

.title-jumbotron {
  background-position: cover;
  width: 100%;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: #bdd3db; }

.title-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .title-box h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #000;
    display: inline;
    margin: 0;
    padding: 0.5rem 2rem 0.25rem 2rem;
    color: #fff; }
  .title-box h2 {
    margin: 0;
    padding: 0.5rem 2rem 0 2rem;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    display: inline; }
  .title-box h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: whitesmoke;
    color: #ff6600;
    display: inline;
    margin: 2px 0 0 3rem;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    /* border-top: 1px #7ba7b7 solid; */ }

.actualite-title {
  margin: 1px 0 0 0 !important;
  padding: 0.5rem 2rem 0.5rem 2rem !important;
  font-family: "Neue Haas Grotesk W01", sans-serif !important;
  font-size: 2.5rem !important;
  line-height: 3rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  background-color: #fff !important;
  display: block !important;
  max-width: 75% !important; }

.transparent-title {
  opacity: 0.75;
  filter: alpha(opacity=75); }

@media screen and (max-width: 480px) {
  .actualite-title {
    margin: 1px 0 0 0 !important;
    padding: 0.5rem 0 0.5rem 2rem !important;
    font-family: "Neue Haas Grotesk W01", sans-serif !important;
    font-size: 1.8rem !important;
    line-height: 2rem !important;
    font-weight: 700 !important;
    color: #000 !important;
    background-color: #fff !important;
    display: block !important;
    max-width: 80% !important; }

  .title-jumbotron {
    height: 400px !important; }

  .page-content-area .title-jumbotron {
    height: 150px !important; }

  .title-box h3 {
    font-size: 1rem;
    line-height: 1.2rem; }

  .accueil-features {
    width: 100%; }

  .universal-breadcrumb {
    display: none; } }
.conflit-content-wrapper {
  margin-top: -8rem;
  margin-left: -2rem;
  padding: 2rem 3rem;
  font-size: 1.25rem;
  background: #fff;
  min-height: 10rem; }

.actualite-meta-wrapper {
  margin-top: -8rem;
  padding: 2rem;
  font-size: 1.25rem;
  background: #fff; }

.actualite-content-wrapper {
  padding: 2rem 2rem;
  font-size: 1.25rem;
  margin-top: -4rem;
  margin-left: -3rem;
  background: #fff; }

.conflit-media-object {
  padding: 1rem; }

.plus-actualites {
  margin: 0.5rem 0;
  padding: 2rem 0 1rem 0;
  border-top: 1px solid #dee9ed; }
  .plus-actualites h6 {
    font-family: "DIN Next W01", sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    margin: 0; }
  .plus-actualites h4 {
    font-family: "Neue Haas Grotesk W01", sans-serif;
    font-weight: 700;
    margin: 0.5rem 0 1rem 0; }

.further-actualites {
  margin: 0.5rem 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid #dee9ed; }
  .further-actualites a {
    font-weight: 700;
    font-family: "Neue Haas Grotesk W01", sans-serif; }

h3#videos:before {
  display: block;
  content: " ";
  margin-top: -200px;
  height: 200px;
  visibility: hidden;
  border: 0;
  opacity: 0; }

.document-meta-table {
  margin: 2rem 0 0 0; }

.document-download-button {
  margin: 2rem 0 5rem 0; }

.universal-breadcrumb {
  padding-left: 2rem;
  font-family: "DIN Next W01", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #aaa; }
  .universal-breadcrumb a {
    color: #487484; }

span.archive-date, span.archive-type {
  color: #666;
  font-size: 0.8rem; }

span.archive-surtitre {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #666; }

span.archive-title {
  font-weight: 500;
  font-size: 1.1rem; }

.pagination-wrap {
  text-align: center; }

.pagination-wrap .pagination .page-numbers {
  background-color: #eff4f6;
  border-color: #bdd3db; }

.pagination-wrap .pagination .page-numbers:hover,
.pagination-wrap .pagination .page-numbers span:hover {
  background-color: #dee9ed;
  border-color: #bdd3db; }

.pagination-wrap .pagination .current {
  background-color: #eee;
  border-color: #bdd3db; }

.pagination-wrap .pagination .current:hover,
.pagination-wrap .pagination .current span:hover {
  background-color: #eee;
  border-color: #bdd3db; }

.related-posts-wrapper {
  margin: 0;
  padding: 0; }
  .related-posts-wrapper li {
    list-style-type: none;
    margin: 0.5rem 0 1rem 0; }

.dossier-adjust {
  padding-top: 1rem; }

.menu > li > a {
  margin-top: 5px !important;
  font-weight: 700 !important; }

.navbar .dropdown-menu li > a {
  overflow: hidden;
  line-height: 1rem; }

.navbar .dropdown-menu-dossiers li > a {
  line-height: 1.2rem; }

.yarpp-related h3 {
  text-transform: none !important; }

#pages-list  {
  margin: 0;
  padding: 0 !important;
  -webkit-padding-start: 0 !important; }

.dossier-liste-pages {
  list-style-type: none;
  margin-left: -40px;
  padding-left: 10px;
  border-left: 4px #eee solid;
  margin-bottom: 4px; }

.dossier-liste-pages:hover {
  background-color: #eff4f6; }

.meta-column {
  padding: 0 3rem 0 0; }

.meta {
  margin: 2rem 0;
  font-family: "DIN Next W01", sans-serif;
  font-weight: 200;
  font-size: 1rem; }
  .meta div {
    padding: 0 0 0 5px;
    display: block; }

.meta h5 {
  font-family: "Neue Haas Grotesk W01", sans-serif;
  color: #487484;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 4px #dee9ed solid; }

.buttons-dossier, .buttons-sujet, .buttons-region {
  margin: 0;
  padding: 0; }

.buttons-dossier li {
  list-style-type: none;
  padding-left: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200; }
  .buttons-dossier li i {
    color: #487484;
    margin-right: 0.5rem; }

.buttons-dossier li:hover {
  background-color: #eff4f6; }

.buttons-sujet li {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 5px;
  margin: 3px;
  list-style-type: none;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.25rem;
  font-weight: 400;
  background-color: #dee9ed; }

.buttons-sujet li:hover {
  color: #487484;
  background-color: #eff4f6; }

.buttons-region li {
  list-style-type: none;
  padding-left: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200; }
  .buttons-region li i {
    color: #487484;
    margin-right: 0.5rem; }

.buttons-region li:hover {
  background-color: #eff4f6; }

.plus-anciennes a {
  background-color: #0099cc;
  color: #fff;
  font-family: "DIN Next W01", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 1rem 0 0 0;
  display: block; }

figure {
  border-bottom: 1px #ccc dotted; }

figure.alignright {
  margin: 0 0 2rem 2rem !important; }

figure.alignleft {
  margin: 0 2rem 2rem 0 !important; }

figure.aligncenter {
  margin: 0 0 2rem 0 !important; }

.wp-caption-text {
  font-size: 0.9rem !important;
  font-weight: 200 !important;
  font-color: #222 !important;
  text-align: right; }

#infolettre-submit {
  font-size: 1rem;
  font-weight: 500; }

.consentiment {
  font-style: italic;
  font-size: 0.9rem; }

#infolettre-submit:disabled {
  background-color: #dddddd; }

#infolettre-submit:disabled:hover {
  background-color: #dddddd; }

.accueil-video-modal .modal-title {
  font-size: 1.5rem; }

.accueil-video-modal .modal-footer p {
  font-size: 1.2rem; }

.accueil-video-modal .modal-title span {
  background-color: #dee9ed;
  color: #487484;
  font-weight: 400;
  padding: 4px 2px 2px 2px;
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem; }

#feature1player .controls {
  display: none !important; }

/*--------------------------------------------------------------
# Printer-friendly
--------------------------------------------------------------*/
.printer-meta {
  display: none; }

@media print {
  .printer-meta {
    display: block; }

  p.printer-meta {
    font-size: 0.75rem;
    line-height: 1rem; }

  p.csn-desc {
    margin-top: 1rem; }

  .meta,
  .post-navigation,
  .related-posts,
  .mobile-menu-display,
  .universal-breadcrumb,
  .mobile-menu-wrap-inner,
  nav,
  footer {
    display: none !important; }

  .actualite-content-wrapper {
    margin-left: 0; }

  .flex-wrapper, .actualite-title, .transparent-title {
    margin: 0;
    padding: 0; }

  .title-box h2,
  .title-box h3 {
    margin-left: 0 !important; }

  .title-box h4 {
    margin-left: 2rem; } }
.mobile-content-area {
  margin-top: 80px !important; }

.mobile-content-area-logged-in {
  margin-top: 80px !important; }

.nav-mobile-logged-in {
  margin-top: 46px; }

.nav-logged-mobile-margin-on {
  position: fixed !important;
  margin-top: 0 !important; }

.mobile-menu-wrap-upper {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: #dee9ed;
  border-bottom: 1px solid #bdd3db;
  z-index: 100;
  text-align: center;
  -webkit-box-shadow: 0px 5px 20px -6px rgba(100, 100, 100, 0.65);
  -moz-box-shadow: 0px 5px 20px -6px rgba(100, 100, 100, 0.65);
  box-shadow: 0px 5px 20px -6px rgba(100, 100, 100, 0.65); }

.logo, .dossiers-button, .more-button, .search-button {
  height: 60px;
  width: 60px;
  border-bottom: 1px solid #bdd3db;
  display: inline-block;
  color: #666;
  text-align: center;
  padding: 0;
  font-size: 25px;
  line-height: 60px; }
  .logo img, .dossiers-button img, .more-button img, .search-button img {
    margin: 0; }

.logo, .search-button {
  border-right: 1px solid #bdd3db; }

.dossiers-button, .more-button {
  padding-top: 3px;
  border-left: 1px solid #bdd3db; }

#inner-menu {
  position: absolute;
  max-width: 70vw;
  height: auto;
  background-color: whitesmoke;
  padding: 75px 10px 10px 30px;
  z-index: 50;
  transition: all .3s ease;
  text-align: right;
  top: -200vh;
  right: 1vw;
  display: block;
  font-size: 1.2rem; }
  #inner-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 100%; }
    #inner-menu ul li {
      margin: 0;
      padding: 8px 0;
      border-top: 1px #bdd3db solid; }
    #inner-menu ul li:first-child {
      border: none; }
    #inner-menu ul a {
      display: block; }

#inner-menu:target {
  top: 0; }

.close-menu {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #bdd3db;
  width: 90%;
  padding: 4px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: "DIN Next W01", sans-serif;
  letter-spacing: 1px;
  display: block; }
  .close-menu a {
    color: #666; }

#dossiers-menu {
  position: absolute;
  max-width: 80vw;
  max-height: 80vh;
  background-color: whitesmoke;
  padding: 75px 10px 10px 30px;
  z-index: 25;
  transition: all .3s ease;
  text-align: right;
  top: -200vh;
  right: 60px;
  display: block;
  font-size: 1.2rem;
  overflow: scroll; }
  #dossiers-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 100%; }
    #dossiers-menu ul li {
      margin: 0;
      padding: 8px 0;
      border-top: 1px #bdd3db solid; }
    #dossiers-menu ul li:first-child {
      border: none; }
    #dossiers-menu ul a {
      display: block; }

#dossiers-menu:target {
  position: absolute;
  top: 0;
  display: block; }

#search-menu {
  position: absolute;
  max-width: 80vw;
  height: auto;
  background-color: whitesmoke;
  padding: 75px 10px 10px 10px;
  z-index: 20;
  transition: all .3s ease;
  text-align: left;
  top: -200vh;
  left: 60px;
  display: block;
  font-size: 0.9rem; }
  #search-menu input {
    font-size: 1rem;
    width: 53vw;
    line-height: 40px;
    border: none;
    border-bottom: 1px #bdd3db solid;
    background-color: #dee9ed;
    color: #487484;
    padding: 2px 0 0 10px;
    vertical-align: baseline;
    margin-right: 4px; }
  #search-menu button {
    font-size: 1.2rem;
    width: 10vw;
    line-height: 40px;
    border: 1px #bdd3db solid;
    background-color: #dee9ed;
    color: #487484;
    text-align: center;
    padding: 0; }

#search-menu:target {
  position: absolute;
  top: 0;
  display: block; }

.mobile-button-inner {
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #bdd3db;
  background-color: whitesmoke;
  width: 23vw;
  height: 23vw;
  margin-bottom: 30px;
  padding-top: 20px; }
  .mobile-button-inner a {
    display: block;
    color: #487484;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "DIN Next W01", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem; }
  .mobile-button-inner i {
    display: block;
    font-size: 30px;
    color: #487484; }
  .mobile-button-inner span {
    display: block; }

.mobile-menu-wrap-lower {
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-color: blue;
  z-index: 100;
  background-color: #dee9ed;
  border-top: 1px solid #bdd3db;
  padding: 12px 10px 0 10px; }

.mobile-button {
  text-align: center;
  font-family: "DIN Next W01", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 0.7rem;
  color: #487484; }
  .mobile-button a {
    display: block;
    color: #487484; }
  .mobile-button i {
    display: block;
    font-size: 25px;
    color: #487484; }
  .mobile-button span {
    display: block; }

@media only screen and (max-width: 1200px) {
  #navbar-primaire a.dropdown-toggle {
    font-size: 0.8rem !important;
    font-family: "DIN Next W01", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: inherit !important; }
  #navbar-primaire .nav > li > a {
    padding: 15px 3px !important; } }
@media only screen and (max-width: 700px) {
  body {
    padding-top: 70px; } }
@media only screen and (max-width: 480px) {
  body {
    padding: 0; }

  .entry-content {
    margin: 0;
    padding: 0; }

  .article p,
  .entry-content p {
    padding: 1rem;
    margin: 0; }

  .actualite-meta-wrapper {
    padding: 1rem; }

  .actualite-content-wrapper {
    margin: 0;
    padding: 0; }

  .dossier-title-row .title-jumbotron {
    height: 12rem !important; }

  .wdm_list {
    display: none;
    width: 100%;
    padding: 0; } }

/*# sourceMappingURL=style.css.map */

.wdm_list .select_opt{
	margin-right:1rem;
}
.wpsolr_facet_title{
	margin-bottom:5px;
}


