@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: .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: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  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'] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.blueimp-gallery {
  background: #000;
  direction: ltr;
  display: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999999; }
  .blueimp-gallery .slides {
    height: 100%;
    overflow: hidden;
    position: relative; }
  .blueimp-gallery .slide {
    float: left;
    height: 100%;
    min-height: 300px;
    position: relative;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .blueimp-gallery .slide-loading .slide-content {
    opacity: 0; }
  .blueimp-gallery .slide-error .slide-content {
    display: none; }
  .blueimp-gallery .video-content {
    height: 100%; }
    .blueimp-gallery .video-content img {
      -moz-backface-visibility: hidden;
      bottom: 0;
      height: auto;
      left: 0;
      margin: auto;
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: auto; }
    .blueimp-gallery .video-content a {
      cursor: pointer;
      height: 128px;
      left: 50%;
      margin: -64px auto 0 -64px;
      opacity: .8;
      position: absolute;
      right: 0;
      top: 50%;
      width: 128px; }
      .blueimp-gallery .video-content a:hover {
        opacity: 1; }
    .blueimp-gallery .video-content video {
      display: none;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .blueimp-gallery .video-content iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%; }
  .blueimp-gallery .video-playing video {
    display: block; }
  .blueimp-gallery .video-playing iframe {
    top: 0; }
  .blueimp-gallery .video-playing a,
  .blueimp-gallery .video-playing img {
    display: none; }
  .blueimp-gallery,
  .blueimp-gallery .slide-content {
    -moz-backface-visibility: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear; }
  .blueimp-gallery .slide-content {
    height: 100%;
    margin: auto;
    max-height: 100%;
    max-width: 85%;
    opacity: 1;
    position: relative;
    width: auto; }
    @media (max-width: 699px) {
      .blueimp-gallery .slide-content {
        background-position: top center !important;
        top: 10px; } }
  .blueimp-gallery .prev,
  .blueimp-gallery .next {
    background: #222;
    border: 3px solid #fff;
    border-radius: 23px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -23px;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    top: 50%;
    width: 40px; }
  .blueimp-gallery .next {
    left: auto;
    right: 15px; }
  .blueimp-gallery .close,
  .blueimp-gallery .title {
    color: #fff;
    display: none;
    font-size: 20px;
    left: 15px;
    line-height: 30px;
    margin: 0 40px 0 0;
    opacity: .8;
    position: absolute;
    text-shadow: 0 0 2px #000;
    top: 15px; }
  .blueimp-gallery .close {
    cursor: pointer;
    font-size: 30px;
    left: auto;
    margin: -15px;
    padding: 15px;
    right: 15px;
    text-decoration: none; }
  .blueimp-gallery .prev:hover,
  .blueimp-gallery .next:hover,
  .blueimp-gallery .close:hover,
  .blueimp-gallery .title:hover {
    color: #fff;
    opacity: 1; }
  .blueimp-gallery .slide-content,
  .blueimp-gallery .prev,
  .blueimp-gallery .next,
  .blueimp-gallery .close {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blueimp-gallery .indicator {
    bottom: 15px;
    display: none;
    left: 15px;
    line-height: 10px;
    list-style: none;
    margin: 0 40px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .blueimp-gallery .indicator li:hover,
    .blueimp-gallery .indicator .active {
      background-color: #fff;
      border-color: #fff;
      opacity: 1; }
    .blueimp-gallery .indicator li {
      background: rgba(255, 255, 255, 0.25) center no-repeat;
      border: 1px solid transparent;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 2px #000;
      box-shadow: 0 0 2px #000;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      cursor: pointer;
      display: inline-block;
      height: 9px;
      margin: 6px 3px 0;
      opacity: .5;
      width: 9px; }
  .blueimp-gallery.blueimp-clone .prev::after,
  .blueimp-gallery.blueimp-clone .next::after {
    content: ' ';
    display: block;
    height: 80px;
    left: -21px;
    position: relative;
    top: -48px;
    width: 80px; }

.blueimp-gallery-carousel {
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  margin: 1em auto;
  padding-bottom: 56.25%;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  z-index: auto; }
  .blueimp-gallery-carousel .slides {
    position: absolute; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery-controls .prev,
.blueimp-gallery-controls .next,
.blueimp-gallery-controls .close,
.blueimp-gallery-controls .title {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-controls .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single .prev,
.blueimp-gallery-left .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-right .next {
  display: none; }

.blueimp-gallery-single .indicator {
  display: none; }

.blueimp-gallery .modal-body {
  cursor: pointer;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  text-align: center; }
  .blueimp-gallery .modal-body img,
  .blueimp-gallery .modal-body .video-content video,
  .blueimp-gallery .modal-body .video-content iframe,
  .blueimp-gallery .modal-body .video-content a {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .blueimp-gallery .modal-body .video-content video {
    display: none; }
  .blueimp-gallery .modal-body .video-content iframe {
    border: 0;
    height: 100%;
    left: 100%;
    width: 100%; }
  .blueimp-gallery .modal-body .video-content a {
    cursor: pointer; }
    .blueimp-gallery .modal-body .video-content a::after {
      content: '\e029';
      font-family: 'Glyphicons Halflings';
      font-size: 64px;
      -webkit-font-smoothing: antialiased;
      height: 64px;
      line-height: 64px;
      margin: -32px 0 0 -32px;
      position: absolute;
      top: 50%;
      width: 64px; }
  .blueimp-gallery .modal-body .video-playing video {
    display: block; }
  .blueimp-gallery .modal-body .video-playing iframe {
    left: 0; }
  .blueimp-gallery .modal-body .video-playing img,
  .blueimp-gallery .modal-body .video-playing a {
    display: none; }
  .blueimp-gallery .modal-body .video-loading a {
    background: url("../images/loading.gif") center no-repeat;
    background-size: 64px 64px; }
    .blueimp-gallery .modal-body .video-loading a::after {
      content: none; }

.blueimp-gallery .modal-footer {
  margin: 0; }

@media (min-width: 700px) {
  .blueimp-gallery .modal-dialog {
    left: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;
    right: auto;
    width: auto; } }

.sidebar {
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
  bottom: 0;
  display: block;
  max-height: none;
  min-height: 100%;
  overflow: auto;
  padding: 20px;
  position: fixed;
  top: 101px;
  z-index: 1000; }
  .sidebar.sidebar-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .sidebar.sidebar-left.sidebar-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sidebar.sidebar-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .sidebar.sidebar-right.sidebar-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.sidebar-left {
  left: 0; }

.sidebar-right {
  right: 0; }

.sidebar-animate {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }

.ps-container {
  overflow: hidden !important;
  -ms-overflow-style: none;
  -ms-touch-action: none;
  touch-action: none; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    background-color: transparent;
    display: block;
    opacity: .3; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: .9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: .9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    bottom: 3px;
    display: none;
    height: 6px;
    opacity: 0;
    position: absolute;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #aaa;
      bottom: 0;
      height: 6px;
      position: absolute;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    right: 1px;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    width: 5px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #aaa;
      position: absolute;
      right: 0;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out;
      width: 5px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: .9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #575757; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: .9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #575757; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #575757; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9; }
  .ps-container .ps-scrollbar-y {
    background-color: #575757;
    border-radius: 2px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container::before, .container::after {
    content: ' ';
    display: table; }
  .container::after {
    clear: both; }
  @media (min-width: 700px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid::before, .container-fluid::after {
    content: ' ';
    display: table; }
  .container-fluid::after {
    clear: both; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 700px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.form-control {
  line-height: 1.35;
  width: 100%; }

textarea.form-control {
  height: auto; }

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%; }

.form-group {
  margin-bottom: 15px; }

.btn {
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.35;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.active:focus, .btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none; }
  .btn.active, .btn:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    outline: 0; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #797979; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #5b5b5b; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #797979; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    left: auto;
    right: 0; }
  .dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden; }
  .dropdown-menu > li > a {
    clear: both;
    color: #575757;
    display: block;
    font-weight: normal;
    line-height: 1.35;
    padding: 3px 20px;
    white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  color: #4a4a4a;
  text-decoration: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #337ab7;
  color: #fff;
  outline: 0;
  text-decoration: none; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #d7d7d7; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  color: #d7d7d7;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  padding: 3px 20px;
  white-space: nowrap; }

.dropdown-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  left: auto;
  right: 0; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid;
  border-top: 0;
  content: ''; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 1px;
  top: auto; }

@media (min-width: 10px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav a {
    display: block;
    padding: 10px; }
  .nav > li {
    float: left;
    position: relative; }
    .nav > li > a:focus,
    .nav > li > a:hover {
      background-color: #f0f0f0;
      text-decoration: none; }

.nav-tabs {
  margin-bottom: 20px; }
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a {
    border: 0; }
  .nav-tabs li.active a {
    background: #797979;
    border: 0;
    border-radius: 0;
    color: #fff; }

.tab-content {
  padding: 5px; }
  .tab-content li {
    padding: 5px; }
  .tab-content > .tab-pane {
    display: none;
    visibility: hidden; }
  .tab-content > .active {
    display: block;
    visibility: visible; }

.navbar-nav > li {
  float: left; }

.navbar-right {
  float: right; }

.navbar-inverse {
  background-color: #242424; }

.navbar-collapse.collapse {
  visibility: visible; }

.pagination {
  border-radius: 0;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > span,
    .pagination > li > a {
      background-color: #fff;
      border: 1px solid #ddd;
      color: #337ab7;
      float: left;
      line-height: 1.35;
      margin-left: -1px;
      padding: 6px 12px;
      position: relative;
      text-decoration: none; }
    .pagination > li:first-child > span,
    .pagination > li:first-child > a {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > span,
    .pagination > li:last-child > a {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > span:focus, .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > a:hover {
    background-color: #f0f0f0;
    border-color: #ddd;
    color: #23527c; }
  .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
  .pagination > .active > a,
  .pagination > .active > a:focus,
  .pagination > .active > a:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 2; }
  .pagination > .disabled > a,
  .pagination > .disabled > a:focus,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span {
    background-color: #fff;
    border-color: #ddd;
    color: #d7d7d7;
    cursor: not-allowed; }

.thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  line-height: 1.35;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto; }
  .thumbnail .caption {
    color: #575757;
    padding: 9px; }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7; }

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px; }
  .alert h4 {
    color: inherit;
    margin-top: 0; }
  .alert > ul,
  .alert > p {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-link {
  font-weight: bold; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  display: block;
  width: 100%; }

.media-object {
  display: block;
  max-width: 100%;
  width: 100%; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-bottom: 5px;
  margin-top: 0; }

.media-list {
  list-style: none;
  padding-left: 0; }

.list-group {
  margin-bottom: 0;
  padding: 0; }

.list-group-item {
  background: none;
  border: 0;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0;
  position: relative; }

.panel {
  background-color: #fff;
  border: 1px solid transparent;
  margin-bottom: 20px; }
  .panel > .list-group {
    margin-bottom: 0; }
    .panel > .list-group:first-child .list-group-item:first-child {
      border-top: 0; }
    .panel > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0; }
  .panel .list-group-item {
    border-width: 1px 0; }

.panel-body {
  padding: 15px; }
  .panel-body::before, .panel-body::after {
    content: ' ';
    display: table; }
  .panel-body::after {
    clear: both; }

.panel-heading {
  border-bottom: 1px solid transparent;
  padding: 10px 15px; }

.panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 10px 15px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.embed-responsive-item {
  height: auto;
  margin-top: 0;
  border: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  color: #000;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:hover, .close:focus {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    opacity: .5; }

button.close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0; }

.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: none;
  left: 0;
  max-width: 276px;
  padding: 1px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  z-index: 1060;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 8px 14px; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow::after {
  border-width: 10px;
  content: ''; }

.popover.top > .arrow {
  border-bottom-width: 0;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
  left: 50%;
  margin-left: -11px; }
  .popover.top > .arrow::after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: ' ';
    margin-left: -10px; }

.popover.right > .arrow {
  border-left-width: 0;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  left: -11px;
  margin-top: -11px;
  top: 50%; }
  .popover.right > .arrow::after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: ' ';
    left: 1px; }

.popover.bottom > .arrow {
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-top-width: 0;
  left: 50%;
  margin-left: -11px;
  top: -11px; }
  .popover.bottom > .arrow::after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: ' ';
    margin-left: -10px;
    top: 1px; }

.popover.left > .arrow {
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  border-right-width: 0;
  margin-top: -11px;
  right: -11px;
  top: 50%; }
  .popover.left > .arrow::after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: ' ';
    right: 1px; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 699px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 700px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  margin: auto;
  overflow: auto;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 991px) {
    html {
      min-width: 0; } }

body {
  background: #d7d7d7;
  color: #575757;
  font-size: 14px;
  line-height: 1.35;
  -webkit-overflow-scrolling: touch;
  position: relative; }
  body::before {
    color: transparent;
    font-size: 0;
    position: absolute;
    z-index: -1000; }
  @media (max-width: 699px) {
    body::before {
      content: 'xs'; } }
  @media (min-width: 700px) and (max-width: 991px) {
    body::before {
      content: 'sm'; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body::before {
      content: 'md'; } }
  @media (min-width: 1200px) {
    body::before {
      content: 'lg'; } }
  @media (min-width: 1770px) {
    body::before {
      content: 'fullhd'; } }

input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

figcaption {
  background: #000;
  color: #fff;
  padding: 2px 10px; }

img {
  vertical-align: middle; }

a {
  color: #337ab7;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
    outline-offset: -2px; }

hr {
  border: 0;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 20px;
  margin-top: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    color: #d7d7d7;
    font-weight: normal;
    line-height: 1; }

h1,
h2,
h3 {
  margin-top: 20px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px; }
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

ul,
ol {
  margin-bottom: 10px;
  margin-top: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  list-style: none;
  padding-left: 0; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-bottom: 20px;
  margin-top: 0; }

dt,
dd {
  line-height: 1.35; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd::before, .dl-horizontal dd::after {
  content: ' ';
  display: table; }

.dl-horizontal dd::after {
  clear: both; }

@media (min-width: 10px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    text-align: right;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #d7d7d7;
  cursor: help; }

blockquote {
  border-left: 5px solid #f0f0f0;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #d7d7d7;
    display: block;
    font-size: 80%;
    line-height: 1.35; }
    blockquote footer::before,
    blockquote small::before,
    blockquote .small::before {
      content: '\2014 \00A0'; }

blockquote::before,
blockquote::after {
  content: ''; }

address {
  font-style: normal;
  line-height: 1.35;
  margin-bottom: 20px; }

#gr-header {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

#gr-navbar-header {
  background-color: #003978;
  border-color: #090909;
  float: none;
  margin: 0 auto;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  z-index: 20; }
  @media (max-width: 991px) {
    #gr-navbar-header {
      position: fixed; } }
  .has-header #gr-navbar-header {
    top: 0; }
    @media (hover: none) and (pointer: coarse) {
      .has-header #gr-navbar-header {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  @media (max-width: 991px) {
    .has-header-hide #gr-navbar-header {
      top: -97px; } }

@media (hover: none) and (pointer: coarse) and (max-width: 991px) {
  .has-header-hide #gr-navbar-header {
    top: 0;
    -webkit-transform: translate3d(0, -97px, 0);
    transform: translate3d(0, -97px, 0); } }
  .has-header-fixed #gr-navbar-header {
    position: fixed; }
    @media (max-width: 991px) {
      .has-header-fixed #gr-navbar-header {
        top: 0; } }

@media (hover: none) and (pointer: coarse) and (max-width: 991px) {
  .has-header-fixed #gr-navbar-header {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  @media (min-width: 992px) {
    .has-header-perma-small #gr-navbar-header,
    .has-header-small #gr-navbar-header {
      position: fixed;
      top: 0; } }
  .sidebar-login #gr-navbar-header,
  .sidebar-service #gr-navbar-header {
    position: fixed; }

.gr-navbar-header-center::before, .gr-navbar-header-center::after {
  content: ' ';
  display: table; }

.gr-navbar-header-center::after {
  clear: both; }

.gr-navbar-header-center div {
  display: inline-block; }
  .gr-navbar-header-center div:first-child {
    display: block; }

#wrapper {
  background: #fff;
  border-top: 0;
  padding: 0; }

#gr-main-content {
  background: #d7d7d7;
  height: 100%;
  position: relative; }
  #gr-main-content::before, #gr-main-content::after {
    content: ' ';
    display: table; }
  #gr-main-content::after {
    clear: both; }
  @media (max-width: 991px) {
    #gr-main-content {
      background: #fff; } }
  @media (min-width: 1200px) {
    #gr-main-content {
      padding-left: 300px; } }

#gr-aside-content {
  position: relative; }

#gr-unes-titres,
.gr-content {
  float: left;
  margin-left: 12px;
  margin-right: 24px;
  position: relative;
  width: calc(100% - 360px); }
  @media (max-width: 991px) {
    #gr-unes-titres,
    .gr-content {
      float: none;
      margin-left: 15px;
      margin-right: 12px;
      padding: 0 0 0 12px;
      width: auto; } }
  @media (max-width: 699px) {
    #gr-unes-titres,
    .gr-content {
      margin-left: 10px;
      margin-right: 10px;
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #gr-unes-titres,
    .gr-content {
      margin-right: 24px; } }
  @media (min-width: 992px) {
    #gr-unes-titres,
    .gr-content {
      padding: 0; } }
  #gr-unes-titres .gr-une-row,
  .gr-content .gr-une-row {
    display: block; }
    @media (max-width: 699px) {
      #gr-unes-titres .gr-une-row,
      .gr-content .gr-une-row {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0; } }

.gr-content-inner {
  background: #fff;
  margin-left: 24px;
  padding-top: 12px; }
  .gr-content-inner::before, .gr-content-inner::after {
    content: ' ';
    display: table; }
  .gr-content-inner::after {
    clear: both; }
  @media (max-width: 991px) {
    .gr-content-inner {
      margin: 0;
      padding: 20px 0; } }
  @media (min-width: 992px) {
    .gr-content-inner {
      margin: 0 24px; } }

#gr-sidebar-left, .gr-sidebar {
  bottom: 0;
  clear: both;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  z-index: 15; }
  @media (max-width: 1199px) {
    #gr-sidebar-left, .gr-sidebar {
      bottom: 0;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 21; } }
  @media (max-width: 699px) {
    #gr-sidebar-left, .gr-sidebar {
      border-right: 7px solid #797979;
      width: 100%;
      z-index: 21; } }
  @media (min-width: 700px) and (max-width: 1199px) {
    #gr-sidebar-left, .gr-sidebar {
      width: 300px; } }
  @media (min-width: 1200px) {
    #gr-sidebar-left, .gr-sidebar {
      clear: none;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: initial;
      transition: initial;
      width: 300px; } }
  @media (min-width: 1333px) {
    #gr-sidebar-left, .gr-sidebar {
      left: calc(50% - 666px); } }
  .has-header #gr-sidebar-left, .has-header .gr-sidebar {
    position: fixed; }
    @media (min-width: 1200px) {
      .has-header #gr-sidebar-left, .has-header .gr-sidebar {
        position: absolute;
        -webkit-transition: initial;
        transition: initial; } }
  .has-header-perma-small #gr-sidebar-left, .has-header-perma-small .gr-sidebar,
  .has-header-small #gr-sidebar-left,
  .has-header-small .gr-sidebar {
    margin-top: 36px;
    position: fixed;
    top: 0; }
  .has-header-fixed #gr-sidebar-left, .has-header-fixed .gr-sidebar {
    position: fixed; }
    @media (min-width: 1200px) {
      .has-header-fixed #gr-sidebar-left, .has-header-fixed .gr-sidebar {
        margin-top: 97px; } }
    .has-sidebar .has-header-fixed #gr-sidebar-left, .has-sidebar .has-header-fixed .gr-sidebar {
      -webkit-transition: initial;
      transition: initial; }
  #gr-sidebar-left.is-visible, .is-visible.gr-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 21; }
    @media (min-width: 700px) and (max-width: 1199px) {
      #gr-sidebar-left.is-visible, .is-visible.gr-sidebar {
        -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); } }
    .no-csstransitions #gr-sidebar-left.is-visible, .no-csstransitions .is-visible.gr-sidebar {
      left: 0; }
  .no-csstransitions #gr-sidebar-left, .no-csstransitions .gr-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (max-width: 699px) {
      .no-csstransitions #gr-sidebar-left, .no-csstransitions .gr-sidebar {
        left: -100%; } }
    @media (min-width: 700px) and (max-width: 1199px) {
      .no-csstransitions #gr-sidebar-left, .no-csstransitions .gr-sidebar {
        left: -300px; } }
    @media (min-width: 1200px) {
      .no-csstransitions #gr-sidebar-left, .no-csstransitions .gr-sidebar {
        left: 0; } }

#gr-sidebar-left-content {
  background: #fff;
  border-top: 1px solid #575757;
  overflow: auto;
  padding: 10px;
  width: 100%; }
  @media (max-width: 1199px) {
    #gr-sidebar-left-content {
      bottom: 0;
      height: auto;
      left: 0;
      position: absolute;
      top: 40px; } }
  @media (min-width: 1200px) {
    #gr-sidebar-left-content {
      max-height: calc(100vh - 97px); } }
  @media (min-width: 1200px) {
    .has-header-perma-small #gr-sidebar-left-content,
    .has-header-small #gr-sidebar-left-content {
      max-height: calc(100vh - 36px); } }

#gr-sidebar {
  float: left;
  padding: 0;
  width: 300px; }
  @media (max-width: 991px) {
    #gr-sidebar {
      padding: 20px 12px 0 27px;
      width: 100%; } }
  @media (max-width: 699px) {
    #gr-sidebar {
      padding: 10px; } }

#gr-footer {
  margin: 0;
  padding: 0 24px;
  position: relative;
  color: #fff; }
  #gr-footer::before, #gr-footer::after {
    content: ' ';
    display: table; }
  #gr-footer::after {
    clear: both; }
  @media (max-width: 991px) {
    #gr-footer {
      background: #797979; } }
  @media (min-width: 1200px) {
    #gr-footer {
      margin-left: 300px; } }
  #gr-footer .navbar {
    margin: 0 auto;
    max-width: 1284px;
    padding: 12px; }
    @media (min-width: 992px) {
      #gr-footer .navbar {
        margin-left: auto;
        margin-right: auto;
        max-width: 1332px; } }
  @media (min-width: 992px) {
    #gr-footer .list-group {
      -webkit-columns: 2;
      columns: 2; } }
  #gr-footer .list-group-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid; }
    #gr-footer .list-group-item:last-child {
      padding-bottom: 5px; }
    #gr-footer .list-group-item a {
      border-bottom: 1px solid #d7d7d7;
      display: block;
      padding-bottom: 5px; }

#logo {
  display: block;
  float: left;
  height: auto;
  padding: 0; }
  #logo img {
    height: 97px;
    max-height: 100%;
    width: 150px; }
  .contextual-links-region #logo .has-header-small {
    top: -15px; }

#gr-sections-plus-top {
  display: inline-block; }
  @media (max-width: 991px) {
    #gr-sections-plus-top {
      display: none; } }
  #gr-sections-plus-top a {
    color: #fff;
    font-weight: bold;
    position: relative; }
  #gr-sections-plus-top li a:hover {
    color: #fff; }

.gr-section-plus-more .fa {
  margin: 0; }

#gr-login {
  display: inline-block;
  float: right;
  padding: 12px 0 5px 10px;
  right: 10px;
  top: 0;
  z-index: 10; }
  #gr-login .badge-notify {
    background: #840303;
    left: -15px;
    position: absolute;
    top: -2px; }
  #gr-login .glyphicon {
    margin: 0; }
  #gr-login .subtitle {
    display: block; }
    @media (min-width: 992px) {
      #gr-login .subtitle {
        display: none; } }

#gr-login-button {
  background: none;
  color: #797979;
  display: block;
  margin: 0;
  outline: none; }
  #gr-login-button.navbar-toggle {
    padding: 0 30px 0 3px;
    right: 0; }
    #gr-login-button.navbar-toggle .badge-notify {
      background: #840303;
      border: #f5f5f5;
      left: -15px;
      position: absolute;
      top: -2px; }

#gr-services-button {
  color: #fff;
  display: block;
  float: left;
  margin: 0; }
  @media (max-width: 991px) {
    #gr-services-button {
      display: block; } }
  #gr-services-button:hover, #gr-services-button:focus {
    background: #575757;
    border-radius: 0; }
  #gr-services-button .fa {
    display: block;
    margin: 0;
    text-align: center;
    width: auto; }
  #gr-services-button .ls-menu-button {
    display: block;
    font-size: .8em;
    text-align: center;
    width: 100%; }
  #gr-services-button .navbar-toggle {
    margin: 0; }

.sidebar {
  background: #575757;
  bottom: 0;
  display: none;
  font-weight: bold;
  height: auto;
  left: 0;
  min-height: 0;
  position: fixed;
  top: 97px;
  width: 300px;
  z-index: 22; }
  .sidebar .navbar-right {
    margin: 0; }
  .sidebar .dropdown-menu {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    position: relative;
    width: 100%; }
    .sidebar .dropdown-menu a {
      padding-bottom: 15px;
      padding-top: 15px; }
  .sidebar li {
    display: block;
    float: none;
    text-align: left;
    width: 100%; }
    .sidebar li li {
      border: 0; }
  .sidebar a {
    display: block;
    padding: 10px 15px;
    text-align: left; }
    .sidebar a:hover {
      text-decoration: none; }
  .sidebar.sidebar-open {
    display: block; }
  @media (hover: none) and (pointer: coarse) {
    .sidebar.sidebar-open {
      overflow: auto !important; } }

#gr-main-nav .sidebar {
  border-right: 1px solid #797979;
  font-weight: bold;
  padding: 20px; }
  @media (min-width: 1333px) {
    #gr-main-nav .sidebar {
      left: calc(50% - 666px); } }
  #gr-main-nav .sidebar li {
    border-bottom: 1px solid #d7d7d7; }
    #gr-main-nav .sidebar li.item-from-menu-section-plus-top {
      background: #333 !important; }
    #gr-main-nav .sidebar li:last-child {
      border: 0; }

#gr-main-menu li {
  position: relative; }
  #gr-main-menu li a {
    margin-bottom: 0; }
  #gr-main-menu li ul {
    border-left: 1px solid #d7d7d7;
    display: block;
    margin-left: 15px; }
  #gr-main-menu li li {
    border: 0;
    display: block; }
    #gr-main-menu li li a {
      display: block;
      font-size: 21px;
      padding: 7px 0 7px 20px; }
      #gr-main-menu li li a:hover {
        color: #fff; }
    #gr-main-menu li li li a {
      font-size: 17px; }

#gr-main-menu .expanded {
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: auto; }
  #gr-main-menu .expanded > .btn-nav {
    color: #aaa;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 40px; }
    #gr-main-menu .expanded > .btn-nav::after {
      content: '\f055';
      font: normal normal normal 14px/1 FontAwesome;
      height: 40px;
      line-height: 40px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 40px; }
    #gr-main-menu .expanded > .btn-nav:hover {
      color: #fff; }
  #gr-main-menu .expanded > .nav {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: auto; }

#gr-main-menu .has-nav-open > .btn-nav::after {
  content: '\f056'; }

#gr-main-menu .has-nav-open > .nav {
  height: auto;
  margin-bottom: 15px; }
  #gr-main-menu .has-nav-open > .nav .nav {
    margin-bottom: 0; }

#gr-account-infos .sidebar {
  left: auto;
  right: 0;
  /*@include xlg {
            right: calc(50% - 1284px/2 + 300px / 2);
        }*/ }

.gr-header-link {
  float: right;
  height: 97px; }
  @media (max-width: 699px) {
    .gr-header-link {
      display: none; } }
  .gr-header-link:hover {
    background: #0051ab; }
  .gr-header-link > a {
    display: block;
    height: 97px;
    padding-top: 12px;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 991px) {
      .gr-header-link > a {
        padding-top: 7px; } }
    .gr-header-link > a .fa {
      margin: 0; }
  .gr-header-link .subtitle {
    display: none;
    text-transform: uppercase; }
    @media (max-width: 699px) {
      .gr-header-link .subtitle {
        display: none; } }

#gr-topics-navigation {
  margin: 0 12px; }

#gr-header .gr-topics-navigation {
  display: none; }
  @media (max-width: 699px) {
    #gr-header .gr-topics-navigation {
      height: 90px; } }
  @media (max-width: 991px) {
    #gr-header .gr-topics-navigation {
      display: block;
      float: left; } }
  #gr-header .gr-topics-navigation .dropdown-toggle {
    color: #fff; }
    @media (max-width: 699px) {
      #gr-header .gr-topics-navigation .dropdown-toggle {
        height: 90px;
        padding: 7px 10px 0; } }
  #gr-header .gr-topics-navigation .dropdown-menu {
    background: #575757;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    top: 97px; }
    @media (max-width: 699px) {
      #gr-header .gr-topics-navigation .dropdown-menu {
        position: fixed; } }
    @media (min-width: 992px) {
      #gr-header .gr-topics-navigation .dropdown-menu {
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        font-size: 17px;
        padding: 0;
        position: static; } }

#gr-main-content .gr-topics-navigation {
  margin: 0 24px;
  padding: 5px 0 5px 20px; }
  #gr-main-content .gr-topics-navigation::before, #gr-main-content .gr-topics-navigation::after {
    content: ' ';
    display: table; }
  #gr-main-content .gr-topics-navigation::after {
    clear: both; }
  @media (max-width: 991px) {
    #gr-main-content .gr-topics-navigation {
      display: none; } }
  #gr-main-content .gr-topics-navigation > a {
    display: none; }
  #gr-main-content .gr-topics-navigation .navbar-right {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin-right: 12px;
    padding: 0;
    position: static; }
    #gr-main-content .gr-topics-navigation .navbar-right li a {
      padding: 5px 10px; }
      @media (max-width: 991px) {
        #gr-main-content .gr-topics-navigation .navbar-right li a {
          color: #fff; } }
      @media (min-width: 992px) {
        #gr-main-content .gr-topics-navigation .navbar-right li a {
          color: #003978; } }
    #gr-main-content .gr-topics-navigation .navbar-right li:last-child {
      border: 0; }

#gr-search-menu {
  float: right; }

.damsearch {
  clear: both; }

#dpidamwidgets-damsearch-content-type-search-form {
  margin: 12px 0; }
  #dpidamwidgets-damsearch-content-type-search-form .form-submit {
    border: 0;
    display: inline-block;
    float: right;
    text-transform: uppercase; }
  #dpidamwidgets-damsearch-content-type-search-form .form-type-select {
    display: inline-block; }
    #dpidamwidgets-damsearch-content-type-search-form .form-type-select label {
      display: none;
      text-transform: uppercase; }
    #dpidamwidgets-damsearch-content-type-search-form .form-type-select select {
      display: inline-block;
      font-size: .9em;
      width: auto; }

.pane-damfacets {
  height: 100%; }

.gr-search-facet {
  height: 100%; }
  .gr-search-facet h2 {
    background: #d7d7d7;
    color: #797979;
    font-size: 17px;
    margin: 0;
    padding: 8px 12px; }
    @media (max-width: 1199px) {
      .gr-search-facet h2 {
        border: 0;
        border-radius: 0 0 5px 5px;
        font-size: 1em;
        height: 30px;
        left: auto;
        margin-bottom: 0;
        margin-top: -12px;
        padding-top: 6px;
        position: fixed;
        right: -90px;
        text-align: center;
        top: 50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 150px;
        z-index: 1;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        .gr-search-facet h2:hover {
          cursor: pointer; } }
    @media (max-width: 699px) {
      .gr-search-facet h2 {
        right: -97px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gr-search-facet h2 {
        top: 300px; } }
  .is-visible .gr-search-facet h2 {
    right: -63px; }
    @media (min-width: 700px) and (max-width: 1199px) {
      .is-visible .gr-search-facet h2 {
        right: -95px; } }
    @media (max-width: 1199px) {
      .is-visible .gr-search-facet h2 {
        border-radius: 5px 5px 0 0; } }
  .gr-search-facet .article-group {
    background: #fff;
    height: calc(100% - 52px);
    overflow-y: scroll;
    padding: 0 0 12px; }
  .gr-search-facet .facet {
    list-style: none;
    padding-left: 12px; }
    .gr-search-facet .facet.cat {
      font-size: 21px; }
  .gr-search-facet .facet,
  .gr-search-facet .facet-term {
    font-size: 14px;
    font-weight: normal; }

.gr-panel-search-aside {
  background: #f5f5f5;
  padding: 12px; }
  .gr-panel-search-aside::after {
    clear: both;
    content: '';
    display: block; }
  .gr-panel-search-aside img {
    display: block;
    margin: auto; }
    @media (max-width: 991px) {
      .gr-panel-search-aside img {
        float: left;
        margin-right: 24px; } }
  .gr-panel-search-aside .list-group-item {
    background: none;
    border: 0; }

.gr-breadcrumb {
  margin: 0;
  padding: 0;
  position: absolute; }
  @media (max-width: 991px) {
    .gr-breadcrumb {
      border-bottom: 1px solid #d7d7d7;
      height: 30px;
      margin-bottom: 12px;
      text-align: center; } }
  .gr-breadcrumb a {
    background: none; }
  .gr-breadcrumb .btn {
    border: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 12px;
    width: auto; }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-breadcrumb .btn {
        font-size: 21px;
        height: 19px;
        line-height: 19px;
        width: 33%; } }
    @media (max-width: 699px) {
      .gr-breadcrumb .btn {
        font-size: 14px;
        height: 19px;
        line-height: 19px; } }
    .gr-breadcrumb .btn .glyphicon {
      top: 0; }
      @media (max-width: 991px) {
        .gr-breadcrumb .btn .glyphicon {
          display: none; } }
      .gr-breadcrumb .btn .glyphicon::before {
        display: inline-block;
        font-size: 21px;
        font-weight: bold;
        line-height: 40px; }
  .gr-breadcrumb .gr-previous-section,
  .gr-breadcrumb .gr-next-section {
    color: #797979;
    padding: 0;
    top: 0; }
    @media (max-width: 991px) {
      .gr-breadcrumb .gr-previous-section,
      .gr-breadcrumb .gr-next-section {
        top: 2px; } }
    .gr-breadcrumb .gr-previous-section:hover,
    .gr-breadcrumb .gr-next-section:hover {
      background: transparent;
      color: #797979; }
    .gr-breadcrumb .gr-previous-section .gr-label,
    .gr-breadcrumb .gr-next-section .gr-label {
      display: inline-block;
      padding: 0; }
      @media (min-width: 992px) {
        .gr-breadcrumb .gr-previous-section .gr-label,
        .gr-breadcrumb .gr-next-section .gr-label {
          max-width: 0;
          overflow: hidden;
          text-overflow: clip;
          white-space: nowrap;
          width: 0; } }
    .gr-breadcrumb .gr-previous-section .glyphicon,
    .gr-breadcrumb .gr-next-section .glyphicon {
      margin-left: 0; }
  .gr-content-inner .gr-breadcrumb .gr-next-section {
    margin-left: -5px; }
    @media (max-width: 991px) {
      .gr-content-inner .gr-breadcrumb .gr-next-section {
        position: absolute;
        right: 0; } }
  .gr-breadcrumb .gr-current-section {
    border-radius: 0; }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-breadcrumb .gr-current-section {
        margin: 0 33.33%; } }
    @media (max-width: 699px) {
      .gr-breadcrumb .gr-current-section {
        font-size: 17px; } }

@media (min-width: 992px) {
  .gr-breadcrumb-open .gr-previous-section .gr-label,
  .gr-breadcrumb-open .gr-next-section .gr-label {
    max-width: none;
    width: auto; } }

.pagination {
  margin: 20px auto;
  text-align: center;
  width: 100%; }
  .pagination ul {
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
    .pagination li:first-child a {
      border-left-width: 1px;
      border-radius: 3px 0 0 3px; }
    .pagination li:last-child a {
      border-radius: 0 3px 3px 0; }
  .pagination a {
    border: 1px solid #ddd;
    border-left-width: 0;
    border-radius: 0 !important;
    float: left;
    padding: 0 14px;
    text-decoration: none; }
  .pagination a:hover,
  .pagination .active a {
    background-color: #f5f5f5; }
  .pagination .active a {
    color: #999;
    cursor: default; }
  .pagination .disabled span,
  .pagination .disabled a,
  .pagination .disabled a:hover {
    background-color: transparent;
    color: #999;
    cursor: default; }

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

.pagination-right {
  text-align: right; }

.node-type-package-gallery article,
.gr-package-gallery article {
  position: relative; }

.gr-main-media {
  clear: both;
  margin: 5px 0 20px 0; }
  @media (max-width: 699px) {
    .gr-main-media {
      margin-bottom: 0; } }
  .gr-main-media .image-gallery-launch {
    border-radius: 0;
    display: none; }
    .gr-main-media .image-gallery-launch .gr-main-image {
      cursor: pointer; }
    .gr-main-media .image-gallery-launch .gr-caption {
      display: block;
      font-size: 14px; }
      @media (max-width: 699px) {
        .gr-main-media .image-gallery-launch .gr-caption {
          background: #000; } }
  @media (max-width: 699px) {
    .gr-main-media .embed-responsive {
      height: auto;
      position: static; } }
  @media (max-width: 699px) {
    .gr-main-media .embed-responsive .embed-responsive-item {
      margin: 0;
      position: static; } }
  @media (max-width: 699px) {
    .gr-main-media .embed-responsive-16by9 {
      margin-bottom: 0;
      padding: 0; } }

.gr-content-image {
  margin: 20px 0; }

.gr-caption {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 12.6px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 100%; }
  @media (max-width: 699px) {
    .gr-caption {
      background: #000;
      position: static; } }
  .gr-caption p {
    color: #fff !important;
    font-size: 12.6px; }
    @media (max-width: 991px) {
      .gr-caption p {
        font-size: 11.2px; } }
    .gr-caption p.author {
      font-size: 9.8px; }
  @media (max-width: 699px) {
    .gr-caption.gr-caption-carousel {
      background: rgba(0, 0, 0, 0.9); } }
  @media (max-width: 991px) {
    .gr-caption.gr-caption-carousel {
      display: block;
      position: relative; } }
  @media (min-width: 992px) {
    .gr-caption.gr-caption-carousel {
      position: relative; } }

.gr-gallery-thumbnails {
  background: rgba(0, 0, 0, 0.9);
  border-collapse: separate;
  border-spacing: 22px;
  display: table;
  empty-cells: show;
  overflow-x: hidden;
  width: 100%; }
  @media (max-width: 699px) {
    .gr-gallery-thumbnails {
      border-spacing: 10px; } }
  .gr-gallery-thumbnails a img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle; }

.gr-gallery-thumbnail {
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: table-cell;
  margin: 0;
  max-width: 10%;
  min-width: 9%;
  opacity: .5;
  overflow-y: hidden;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .gr-gallery-thumbnail {
      max-width: 25%;
      min-width: 24%; } }
  .gr-gallery-thumbnail:hover {
    opacity: .8; }
  .gr-gallery-thumbnail.active {
    opacity: 1; }

.blueimp-gallery .modal {
  display: none; }

.blueimp-gallery .injected-iframe {
  border: 0;
  height: 100%;
  width: 100%; }

.blueimp-gallery > .fullsize-toggle {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 50px;
  z-index: 1; }
  .blueimp-gallery > .fullsize-toggle::after {
    display: none; }
  .blueimp-gallery > .fullsize-toggle:hover {
    background: black;
    color: #fff; }

.blueimp-gallery > .next,
.blueimp-gallery > .prev {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.blueimp-gallery > .next {
  right: 10px; }

.blueimp-gallery > .prev {
  left: 10px; }

.blueimp-gallery > .close,
.blueimp-gallery > .fullsize-toggle {
  right: 10px;
  top: 10px; }

.blueimp-gallery.blueimp-clone > .next::after,
.blueimp-gallery.blueimp-clone > .prev::after,
.blueimp-gallery.blueimp-clone > .close::after,
.blueimp-gallery.blueimp-clone > .fullsize-toggle::after {
  display: none; }

.blueimp-gallery.blueimp-clone > .next::before,
.blueimp-gallery.blueimp-clone > .prev::before,
.blueimp-gallery.blueimp-clone > .close::before,
.blueimp-gallery.blueimp-clone > .fullsize-toggle::before {
  display: block; }

.blueimp-gallery.blueimp-clone > .fullsize-toggle {
  display: none; }

.blueimp-gallery.blueimp-gallery-controls > .description,
.blueimp-gallery.blueimp-gallery-controls > .author {
  display: block; }

.blueimp-gallery > .slides > .slide {
  min-height: 0; }

.blueimp-gallery-carousel {
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: both;
  display: block !important;
  height: 0;
  margin-bottom: 0;
  margin-top: 0;
  opacity: 1;
  overflow: hidden;
  padding-bottom: 56.25%;
  text-align: center; }
  .blueimp-gallery-carousel .close,
  .blueimp-gallery-carousel .indicator,
  .blueimp-gallery-carousel .play-pause,
  .blueimp-gallery-carousel .gr-caption {
    display: none; }

.gr-gallery-video-item:hover {
  cursor: pointer; }
  .gr-gallery-video-item:hover .gr-gallery-video-item__play-button {
    background: red; }

.gr-gallery-video-item__play-button {
  background: rgba(255, 0, 0, 0.4);
  border-radius: 50%;
  height: 80px;
  left: 50%;
  line-height: 80px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 1; }
  .gr-gallery-video-item__play-button::before {
    border: 15px solid transparent;
    border-left: 25px solid #fff;
    bottom: 0;
    color: #fff;
    content: '';
    font-size: 32px;
    height: 0;
    left: 50%;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
    width: 0; }

.gr-full-width-page #image-gallery-launch {
  display: none; }

@media (max-width: 991px) {
  .gr-full-width-page .blueimp-gallery > .slides > .slide > .slide-content {
    margin-top: 0;
    width: 100%; } }

@media (max-width: 991px) {
  .gr-full-width-page .blueimp-gallery > ol.indicator {
    display: none;
    margin-top: 10px;
    position: static;
    width: 100%; } }

.ratio-16-9 {
  padding-bottom: 56.25%; }

.ratio-4-3 {
  padding-bottom: 75%; }

.ratio-1-1 {
  padding-bottom: 100%; }

.media {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px; }
  .media .embed-container {
    background: none;
    background-color: #000;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding-bottom: 0;
    text-align: center;
    width: 100%; }
    .media .embed-container .gr-default-image {
      height: 100%;
      margin: 0 auto; }
    .media .embed-container img {
      max-width: 100%;
      width: 100%; }
  .media .media-object {
    padding-left: 0; }
    .media .media-object.lazy {
      background: #fff url("/sites/all/themes/enabootstrap/images/placeholder.png") no-repeat;
      border-color: #fff;
      color: #fff;
      display: block;
      height: auto !important;
      max-width: 100%;
      min-width: 100%;
      position: relative; }
  .media.gr-une-main-title .embed-container img {
    max-width: 100%;
    padding-left: 0;
    width: 100%; }

@media (max-width: 699px) {
  .gr-default-image-link {
    display: none; } }

.gr-une-main-title .gr-default-image-link {
  margin-top: 24px;
  padding: 0; }
  .gr-une-main-title .gr-default-image-link img {
    display: none; }

@media (max-width: 991px) {
  .gr-no-pic {
    display: none; } }

.gr-media {
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 100%; }
  .gr-media > iframe {
    margin: 0 auto;
    min-height: 400px;
    width: 100%; }
  .gr-media.gr-main-media {
    padding: 0; }

.gr-media--video {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .gr-media--video > iframe {
    left: 0;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100% !important; }
  .gr-media--video.gr-media {
    padding-bottom: 56.25%; }

.gr-media--deezer-playlist > iframe,
.gr-media--soundcloud > iframe {
  min-height: 95px; }

.gr-media--twitter iframe {
  min-height: 200px; }

.gr-media--infogram {
  min-height: 800px;
  overflow-x: hidden;
  width: 100% !important; }

.dnd-atom-wrapper .meta {
  display: none; }

.gr-media__placeholder {
  display: none;
  padding: 20px; }
  .gr-media__placeholder .fa-2x {
    margin-right: 20px;
    vertical-align: middle; }

.gr-media__placeholder--info {
  background: #5bc0de;
  color: #fff; }

.gr-media__placeholder--warning {
  background: #f0ad4e;
  color: #fff; }

.gr-media__placeholder-link {
  color: #fff;
  display: block;
  padding: 10px; }
  .gr-media__placeholder-link:hover, .gr-media__placeholder-link:visited {
    color: #fff; }
  .gr-article-content .gr-media__placeholder-link {
    color: #fff; }

@media (max-width: 699px) {
  .gr-media--deezer .gr-media__placeholder {
    background: #003978;
    display: block;
    padding: 0; } }

@media (max-width: 699px) {
  .gr-media--deezer .gr-media__placeholder-link {
    height: 40px; } }

@media (max-width: 699px) {
  .gr-media--deezer .icon.icon-deezer {
    display: inline-block;
    font-size: 90px;
    height: 25px;
    line-height: 10px;
    margin-left: -5px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
    width: 80px; } }

@media (max-width: 699px) {
  .gr-media--deezer .icon.icon-deezer::before {
    line-height: 30px !important; } }

@media (hover: none) and (pointer: coarse) and (max-width: 699px) {
  .gr-media--deezer {
    margin: 0 0 10px; } }

@media (hover: none) and (pointer: coarse) and (max-width: 699px) {
  .gr-media--deezer .gr-media__placeholder-link {
    margin-bottom: -10px; } }

@media (hover: none) and (pointer: coarse) and (max-width: 699px) {
  .gr-media--deezer .icon.icon-deezer {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-top: -5px;
    vertical-align: top; } }

@media (max-width: 699px) {
  .gr-media--facebook .fb-post {
    display: none !important; } }

.gr-media--facebook .gr-media__placeholder {
  background: #003978;
  padding: 0; }
  @media (max-width: 699px) {
    .gr-media--facebook .gr-media__placeholder {
      display: block; } }

.lazyscroll {
  position: relative; }
  .lazyscroll iframe {
    pointer-events: none; }
  .lazyscroll:hover::before {
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%; }
  .lazyscroll:hover::after {
    content: 'Cliquez pour interagir';
    display: block;
    font-size: 21px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }

@media (max-width: 991px) {
  .has-direct {
    overflow: hidden; } }

#gr-le-direct {
  margin: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    #gr-le-direct {
      position: absolute; } }
  #gr-le-direct h2 {
    background-color: #797979;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: normal;
    margin: 0;
    padding: 10px; }

.gr-le-direct-tap {
  border-radius: 0 0 5px 5px; }
  @media (max-width: 1199px) {
    .gr-le-direct-tap {
      -khtml-user-select: none;
      border: 0;
      font-size: 1em;
      height: 30px;
      left: auto;
      margin-bottom: 0;
      margin-top: -15px;
      padding-top: 6px;
      position: fixed;
      right: -60px;
      text-align: center;
      top: 50%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 90px;
      z-index: 1;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); } }
  @media (max-device-width: 699px) and (orientation: landscape) {
    .gr-le-direct-tap {
      top: 137px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-le-direct-tap {
      right: -60px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-le-direct-tap {
      right: -60px; } }
  @media (min-width: 1200px) {
    .gr-le-direct-tap {
      display: none; } }
  @media (max-width: 1199px) {
    .gr-le-direct-tap:hover {
      cursor: pointer; } }
  @media (max-width: 699px) {
    .is-visible .gr-le-direct-tap {
      border-radius: 5px 5px 0 0;
      right: -37px; } }
  @media (min-width: 700px) and (max-width: 1199px) {
    .is-visible .gr-le-direct-tap {
      border-radius: 0 0 5px 5px;
      right: -60px; } }

.gr-direct-item {
  border-radius: 0;
  display: block;
  margin-top: 0;
  padding: 5px;
  position: relative; }
  .gr-direct-list .gr-direct-item .tab-content {
    padding-left: 5px; }

.gr-direct-item-day {
  border: 0;
  font-size: 21px;
  font-weight: bold; }
  .gr-direct-list .gr-direct-item-day .tab-content {
    margin: 15px 0 0;
    padding-left: 10px; }

.gr-direct-item__time {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 5px; }

.gr-direct-item__content {
  display: block;
  padding-top: 0; }
  .gr-direct-item__content .img-responsive {
    margin-top: 10px; }

.gr-direct-alert {
  background: #d7d7d7;
  padding: 10px; }

.gr-le-direct__meteo {
  display: table;
  width: 100%; }

.gr-le-direct__meteo-button {
  border: 1px solid #d7d7d7;
  border-left: 0;
  display: table-cell;
  float: none;
  padding: 0;
  width: 33%; }

.gr-direct-services-icon {
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  width: 30%; }
  .gr-direct-services-icon .fa-arrow-down {
    color: #b50000; }
  .gr-direct-services-icon .fa-arrow-up {
    color: #53c153; }
  .gr-direct-services-icon .fa-car {
    color: #53c153; }
    .gr-direct-services-icon .fa-car.fa-yellow {
      color: #fdd22e; }
    .gr-direct-services-icon .fa-car.fa-red {
      color: #b50000; }

.gr-direct-services-value {
  display: inline-block;
  float: left;
  font-weight: bold;
  padding-top: 10px;
  width: 70%; }

.direct__header {
  height: 40px;
  overflow: visible;
  position: absolute;
  width: 100%;
  z-index: 4; }

.direct__loading-container {
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }

.direct__notification {
  cursor: pointer;
  height: 24px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 24px;
  z-index: 2; }
  .direct__notification .badge {
    background: #f00;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 24px;
    z-index: 2; }
  .direct__notification:hover .badge {
    background: rgba(255, 0, 0, 0.8); }
  .direct__notification.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.direct__current,
.direct__tab {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  z-index: 2;
  padding: 0 10px;
  line-height: 40px; }
  .direct__current:hover,
  .direct__tab:hover {
    background: #383838;
    color: #fff; }

.direct__current {
  background: #575757;
  color: #fff;
  left: 42px;
  width: calc(100% - 42px); }
  .direct__current::after {
    border: 5px solid transparent;
    border-top-color: #fff;
    border-top-width: 10px;
    content: '';
    height: 0;
    margin-top: -5px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 50%;
    width: 0; }

.direct__tab {
  display: none;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto; }

.direct__nav {
  height: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
  z-index: 4; }

.direct__menu {
  background: #003978;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  z-index: -1; }
  @media (min-width: 1200px) {
    .direct__menu {
      max-height: calc(100vh - 97px); } }
  .direct__menu li {
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 15px; }
    .direct__menu li:hover {
      background: rgba(0, 0, 0, 0.3); }

.direct__nav.has-menu {
  height: auto; }
  .direct__nav.has-menu .direct__menu {
    opacity: 1;
    overflow: auto;
    visibility: visible;
    z-index: 2; }

.has-tabs .direct__current.is-active,
.has-tabs .direct__tab.is-active {
  background: #003978;
  color: #fff; }

.has-tabs .direct__current {
  width: calc(70% - 42px); }
  .has-tabs .direct__current.is-active::after {
    border-top-color: #fff; }

.has-tabs .direct__tab {
  display: block;
  position: absolute;
  width: 30%;
  padding-left: 10px; }

.gr-linked-stories {
  background: #f5f5f5;
  border: 1px solid #797979;
  margin: 12px 12px 12px 0; }
  .gr-linked-stories h4 {
    line-height: 1.8em; }
    .gr-linked-stories h4 .label {
      margin-right: 6px; }
  .gr-linked-stories.col-md-8 {
    clear: both;
    float: none; }

.gr-social-links {
  display: table;
  margin: 12px 0;
  min-height: 24px;
  width: 100%; }
  @media (min-width: 992px) {
    .gr-social-links {
      display: inline-block;
      float: right;
      margin-top: 0;
      text-align: right;
      width: auto; } }
  .gr-social-links .btn {
    background: #797979;
    border: 0;
    color: #fff;
    height: 24px;
    margin-right: 5px;
    min-height: 24px;
    padding: 0;
    text-align: center;
    width: 24px; }
    .gr-social-links .btn:hover {
      background: #000; }
    .gr-social-links .btn:last-child {
      margin-right: 0; }
    .gr-social-links .btn > :first-child {
      border-right: 0;
      font-size: 14px;
      line-height: 24px; }
  .gr-social-links .btn-facebook:hover,
  .gr-social-links .btn-fb-like:hover {
    background: #3b5998; }
  .gr-social-links .btn-twitter:hover {
    background: #4099ff; }
  .gr-social-links .btn-google-plus:hover {
    background: #f90101; }
  .gr-social-links .btn-linkedin:hover {
    background: #0274b3; }
  @media (max-width: 991px) {
    .gr-social-links.btn-facebook, .gr-social-links.btn-twitter, .gr-social-links.btn-linkedin, .gr-social-links.btn-prev-next {
      color: #fff;
      max-width: 24px;
      display: block; } }
  @media (max-width: 991px) {
    .gr-social-links.btn-facebook .label, .gr-social-links.btn-twitter .label, .gr-social-links.btn-linkedin .label, .gr-social-links.btn-prev-next .label {
      display: none; } }
  @media (max-width: 991px) {
    .gr-social-links .btn-prev-next {
      background: #d7d7d7; } }
  @media (max-width: 991px) {
    .gr-social-links .gr-social.gr-social-visible {
      display: block; } }
  .gr-social-links .gr-prev-next {
    float: right; }
    @media (max-width: 991px) {
      .gr-social-links .gr-prev-next {
        display: inline-table; } }
    @media (min-width: 992px) {
      .gr-social-links .gr-prev-next {
        display: none; } }
    .gr-social-links .gr-prev-next button {
      display: table-cell; }
    @media (min-width: 700px) {
      .gr-social-links .gr-prev-next .visible-xs {
        display: none !important; } }
    .gr-social-links .gr-prev-next .gr-article-prev-next-title {
      display: none; }
    .gr-social-links .gr-prev-next .glyphicon {
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 40px; }
      .gr-social-links .gr-prev-next .glyphicon::before {
        font-size: 15px !important;
        font-weight: bold;
        line-height: 24px;
        width: 40px; }

.gr-social-links-comments {
  display: inline-block;
  line-height: 24px;
  margin: 0 10px; }
  .gr-social-links-comments .fa-comment {
    color: #575757;
    font-size: 20px;
    margin-right: 5px; }

.gr-social-links-toggle {
  display: none; }

.badge {
  background-color: #d7d7d7;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-right: 9px;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .nav-pills > .active > a > .badge,
  a.list-group-item.active > .badge {
    background-color: #fff;
    color: #337ab7; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

#comments {
  background: #f5f5f5;
  clear: both;
  margin: 20px auto 24px; }
  #comments::before, #comments::after {
    content: ' ';
    display: table; }
  #comments::after {
    clear: both; }
  @media (max-width: 991px) {
    #comments {
      padding: 6px 0; } }
  #comments .indented {
    padding-left: 48px; }
  #comments .new {
    display: none; }

.form-item-dpisocial-facebook-share-comment {
  margin-left: 40px; }

.gr-comment-login {
  padding: 12px; }
  .gr-comment-login .btn {
    margin-right: 10px; }

.gr-comment-charte {
  padding-top: 10px; }

.page-comment-reply .gr-content-inner {
  padding-top: 15px; }

.gr-ads {
  background: none;
  border: 0 !important;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-ads {
      text-align: center; } }
  @media (max-width: 699px) {
    .gr-ads img {
      margin: 0 auto; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-ads img {
      margin: 0 auto;
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-ads img {
      margin: 0 auto; } }

.gr-ads-horizontal-top {
  height: 90px; }

.gr-ads-rectangle-top {
  height: 250px; }

.gr-ads-leaderboard-top {
  background: #d6d0d0; }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-ads-leaderboard-top {
      margin: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-ads-leaderboard-top img {
      height: auto;
      padding: 0 15px 0 30px;
      width: 100%; } }
  #gr-article-container .gr-ads-leaderboard-top {
    margin-left: 0; }
  .sidebar-login .gr-ads-leaderboard-top,
  .sidebar-service .gr-ads-leaderboard-top {
    display: none; }

@media (min-width: 700px) and (max-width: 991px) {
  .gr-ads-imu {
    display: none;
    width: 300px; } }

@media (min-width: 1200px) {
  #gr-sidebar .gr-ads-imu:first-child {
    padding-top: 0; } }

#rossel-leader-2_ad_container {
  padding: 12px; }

.gr-toggle-button {
  border: 0;
  color: #d7d7d7; }
  .gr-toggle-button:hover {
    color: #797979; }

.gr-panel {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 24px;
  position: relative;
  width: 100%; }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-panel {
      break-inside: avoid;
      -webkit-column-break-inside: avoid; } }
  .gr-panel .media-heading {
    clear: both;
    margin: 0 0 5px; }
  .gr-panel .badge {
    display: block;
    padding: 0; }
  .gr-panel .list-group-item {
    border: 0;
    margin: 0;
    padding: 5px 0; }
    .gr-panel .list-group-item:last-child {
      border-bottom: 0;
      border-radius: 0;
      padding-bottom: 0; }
  .gr-panel .panel-heading {
    background: none;
    border: 0;
    border-bottom: 7px solid #575757;
    margin-top: 0;
    padding: 5px 0; }

.gr-panel--pdf {
  height: 250px;
  overflow-y: hidden;
  padding: 0; }
  .gr-panel--pdf img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 100%; }
  .gr-panel--pdf ul {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 12px;
    position: absolute;
    width: 100%; }
  .gr-panel--pdf li {
    list-style: none; }
  .gr-panel--pdf h4 {
    width: 100%; }

.gr-panel--vignette h4 {
  margin: 0 0 20px 0; }

.gr-panel--vignette .img-responsive {
  display: inline-block;
  padding: 0 10px 5px 0; }

.gr-panel--vignette p a {
  padding: 0 0 0; }
  .gr-panel--vignette p a img {
    margin-right: 10px;
    max-width: 100%; }

.gr-panel--galerie .panel-heading {
  background: #383838;
  border: 0; }

.gr-panel--galerie .media-list {
  margin: 0;
  padding-bottom: 5px; }

.gr-panel--galerie .list-group-item {
  border: 0; }

.gr-panel--galerie img {
  max-width: 100%; }

.gr-panel--article-block-more > ul {
  margin-top: 20px; }
  .gr-panel--article-block-more > ul::before, .gr-panel--article-block-more > ul::after {
    content: ' ';
    display: table; }
  .gr-panel--article-block-more > ul::after {
    clear: both; }

.gr-panel--article-block-more .list-group-item {
  margin-bottom: 10px;
  padding: 0 6px;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-panel--article-block-more .list-group-item {
      float: left;
      width: 50%; } }
  .gr-panel--article-block-more .list-group-item .img-responsive a,
  .gr-panel--article-block-more .list-group-item p a {
    clear: both;
    display: block;
    float: none;
    padding: 0;
    width: 100%; }

.gr-une-row {
  border-collapse: separate;
  border-spacing: 12px;
  display: table;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px; }
  .gr-une-row:last-child .gr-une-titles {
    border: 0; }
  .gr-une-row .gr-une-titles {
    border: 0;
    display: table-cell;
    float: none !important;
    margin-top: 0;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding: 12px 0;
    width: 50%; }
    @media (min-width: 992px) {
      .gr-une-row .gr-une-titles {
        float: left;
        width: 50%; } }
    @media (max-width: 699px) {
      .gr-une-row .gr-une-titles {
        display: block;
        width: 100%; } }
    @media (min-width: 992px) {
      .gr-une-row .gr-une-titles {
        padding: 0; } }
    .gr-une-row .gr-une-titles .embed-container {
      width: 100%; }
      .gr-une-row .gr-une-titles .embed-container img {
        float: none;
        padding-right: 0;
        width: 100%; }

.gr-une-manchette,
.gr-highlight-content {
  margin-left: -12px;
  margin-right: -12px;
  margin: 0 12px 24px; }
  .gr-une-manchette::before, .gr-une-manchette::after,
  .gr-highlight-content::before,
  .gr-highlight-content::after {
    content: ' ';
    display: table; }
  .gr-une-manchette::after,
  .gr-highlight-content::after {
    clear: both; }
  @media (max-width: 991px) {
    .gr-une-manchette,
    .gr-highlight-content {
      margin: 0 12px 24px 27px; } }

.rss h1 {
  margin-top: 0; }

.rss__heading {
  border-bottom: 1px solid #575757;
  display: block;
  margin: 40px 0 0;
  padding: 0; }

.rss__list {
  display: block;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 0; }
  .rss__list .rss__list {
    padding: 0 0 0 40px; }
    @media (max-width: 699px) {
      .rss__list .rss__list {
        padding: 0 0 0 10px; } }

.rss__heading + .rss__list {
  margin-bottom: 40px; }

.rss__text {
  border-bottom: 1px solid #d7d7d7; }

.rss__text,
.rss__link {
  border-bottom: 1px solid #d7d7d7;
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0; }
  @media (max-width: 699px) {
    .rss__text,
    .rss__link {
      font-size: 16px; } }

.rss__link {
  padding-right: 70px;
  position: relative;
  z-index: 0; }
  .rss__link::before {
    background: #f60;
    color: #fff;
    content: 'RSS';
    font-size: 14px;
    line-height: 30px;
    padding: 0 0 0 5px;
    position: absolute;
    right: 35px;
    top: 5px; }
  .rss__link::after {
    background: #f60;
    color: #fff;
    content: '\EA20';
    font-family: main;
    font-size: 11px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 30px;
    z-index: 1; }

.overlay {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 100000; }
  .overlay.is-animated {
    display: block; }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible; }

.overlay__bkg {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.overlay__wrapper {
  background: #fff;
  left: 10px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: calc(100% - 20px);
  z-index: 1;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 700px) {
    .overlay__wrapper {
      max-height: 600px;
      max-width: 800px;
      height: 80%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -75%);
      transform: translate(-50%, -75%);
      width: 80%; } }

.overlay__title {
  line-height: 50px;
  padding: 0; }

.overlay__close {
  background: #fdc800;
  color: #FFF;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; }
  .overlay__close:hover {
    background: #ffd431;
    color: #fff; }
  .overlay__close .icon {
    display: block;
    height: 50px;
    position: relative;
    width: 50px; }
    .overlay__close .icon:before {
      content: "x";
      font-family: arial;
      font-size: 20px;
      height: 50px;
      left: 0;
      line-height: 50px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 50px; }

.overlay__content {
  bottom: 0;
  overflow: auto;
  padding: 10px;
  position: absolute;
  top: 50px;
  width: 100%; }

@media (min-width: 700px) {
  .is-visible .overlay__wrapper {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media (min-width: 700px) {
  .is-hide .overlay__wrapper {
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%); } }

.overlay--direct-debug .overlay__bkg {
  background: rgba(255, 0, 0, 0.3); }

.overlay--direct-debug .overlay__title {
  background: #F00;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase; }

.overlay--direct-debug .direct-item-id {
  margin-bottom: 5px;
  margin-top: 30px; }

.overlay--direct-debug .direct-item-label {
  font-weight: bold; }

.overlay--old-browser .overlay__title {
  background: #003978;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.overlay--old-browser .overlay__content {
  background: #fff;
  text-align: center; }

.overlay--old-browser .overlay__header {
  font-size: 20px;
  font-weight: bold;
  padding: 40px 0 0; }

.overlay--old-browser .overlay__list {
  font-size: 0;
  list-style-type: none;
  margin: 40px 0;
  padding: 0; }

.overlay--old-browser .overlay__item {
  display: inline-block;
  font-size: 16px;
  margin: 20px;
  width: 100px; }

.overlay--old-browser .overlay__thumb {
  height: 100px; }

.overlay--old-browser .overlay__link {
  display: block; }

@media (max-width: 991px) {
  #gr-une-bis-content,
  .gr-content-container {
    padding: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #gr-une-bis-content,
  .gr-content-container {
    padding: 0; } }

@media (min-width: 992px) {
  #gr-une-bis-content,
  .gr-content-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1332px; } }

.entry-details,
.gr-article-content .entry-details,
.gr-meta {
  display: inline-block; }
  #gr-article .entry-details, #gr-article
  .gr-article-content .entry-details, #gr-article
  .gr-meta {
    margin-right: 6px; }

@media (max-width: 991px) {
  #gr-article-container {
    left: 0;
    padding: 0;
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #gr-article-container {
    left: 0;
    padding: 0;
    width: 100%; } }

@media (min-width: 1200px) {
  #gr-article-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1332px; } }

#gr-article {
  overflow: hidden;
  width: 100%; }
  @media (max-width: 991px) {
    #gr-article {
      padding: 0 12px 0 27px; } }
  @media (max-width: 991px) {
    #gr-article article {
      padding: 0; } }

@media (min-width: 992px) {
  .gr-article-header {
    padding: 20px 24px 0; } }

@media (min-width: 992px) {
  .gr-article-header h1 {
    margin-top: 0; } }

@media (max-width: 991px) {
  #gr-articles-nav,
  .gr-article-prev-next {
    display: none; } }

@media (max-width: 699px) {
  #gr-articles-nav li,
  .gr-article-prev-next li {
    display: inline-block;
    width: 48%; } }

@media (max-width: 699px) {
  #gr-articles-nav li .visible-xs,
  .gr-article-prev-next li .visible-xs {
    display: inline-block; } }

.gr-article-prev a {
  text-align: left; }

.gr-article-next a {
  text-align: right; }

.gr-article-infos {
  border: 1px solid #d7d7d7;
  border-left: 0;
  border-right: 0;
  margin: 20px 0 20px;
  padding: 20px 0 10px; }
  .gr-article-infos::before, .gr-article-infos::after {
    content: ' ';
    display: table; }
  .gr-article-infos::after {
    clear: both; }
  .gr-article-infos .gr-social-links {
    margin-bottom: 0; }

.gr-article-content {
  padding: 10px 0 10px 24px; }
  @media (min-width: 992px) {
    .gr-article-content {
      float: left;
      margin-right: 30px;
      width: calc(100% - 360px); } }
  @media (max-width: 991px) {
    .gr-article-content {
      padding: 10px 0; } }
  .gr-article-content p .media-object {
    margin: 10px 0; }

.gr-article-sidebar {
  float: left;
  width: 300px; }
  @media (max-width: 699px) {
    .gr-article-sidebar {
      clear: both; } }
  @media (max-width: 991px) {
    .gr-article-sidebar {
      width: 100%; } }

.drop-cap {
  float: left;
  font-size: 6em;
  line-height: 1em;
  margin-right: .2em; }

.question {
  border-left: 3px solid #d7d7d7;
  padding-left: 10px; }

.gr-article-secondary {
  border-top: 1px solid #f5f5f5;
  margin-top: 24px;
  padding-top: 24px; }
  .gr-article-secondary .gr-article-header {
    padding: 0; }
  .gr-article-secondary .gr-article-teaser p {
    font-size: 21px; }

.gr-reply-title {
  border-bottom: 7px solid #003978;
  font-weight: bold;
  padding-top: 12px;
  text-transform: uppercase; }
  .gr-reply-title p {
    margin-bottom: 5px; }

.gr-reply-content {
  background: #f5f5f5;
  padding: 12px; }

#gr-article .embed-responsive-16by9,
.atom-package-gallery-player .embed-responsive-16by9 {
  background: #777676;
  height: auto;
  overflow: visible;
  padding: 10px;
  padding-bottom: 10px; }
  #gr-article .embed-responsive-16by9.gr-gallery-thumbnail,
  .atom-package-gallery-player .embed-responsive-16by9.gr-gallery-thumbnail {
    padding: 0; }
  #gr-article .embed-responsive-16by9 .gr-main-image,
  .atom-package-gallery-player .embed-responsive-16by9 .gr-main-image {
    position: static;
    width: auto; }

.gr-main-media--fixed {
  background: #d7d7d7;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  position: relative; }
  .gr-main-media--fixed .gr-media--video {
    background: #797979;
    border: 10px solid #003978;
    bottom: 0;
    height: 180px;
    left: 0;
    margin-bottom: 0;
    overflow: visible;
    padding: 10px;
    position: fixed;
    width: 300px;
    z-index: 2; }
    .gr-main-media--fixed .gr-media--video::before, .gr-main-media--fixed .gr-media--video::after {
      content: ' ';
      display: table; }
    .gr-main-media--fixed .gr-media--video::after {
      clear: both; }
    .gr-main-media--fixed .gr-media--video .gr-media__content {
      border: 0;
      height: 100%;
      min-height: 100%; }
    .gr-main-media--fixed .gr-media--video .gr-caption.visible {
      background: #003978;
      bottom: 100%;
      display: block;
      left: -10px;
      position: absolute;
      width: 300px;
      z-index: 5; }

.gr-12-clics {
  margin: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-12-clics #gr-une-bis-content {
      margin-left: 300px; } }
  @media (min-width: 992px) {
    .gr-12-clics #gr-sidebar-left, .gr-12-clics .gr-sidebar {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      width: 300px; } }
  .gr-12-clics #gr-sidebar-left .panel-heading, .gr-12-clics .gr-sidebar .panel-heading {
    border-radius: 0 0 5px 5px; }
  @media (max-width: 699px) {
    .gr-12-clics #gr-sidebar-left.is-visible .panel-heading, .gr-12-clics .is-visible.gr-sidebar .panel-heading {
      border-radius: 5px 5px 0 0; } }
  .gr-12-clics #gr-sidebar-left .view-le-12-clics, .gr-12-clics .gr-sidebar .view-le-12-clics {
    height: 100%; }
  @media (min-width: 992px) {
    .gr-12-clics.has-header #gr-sidebar-left, .gr-12-clics.has-header .gr-sidebar {
      position: absolute;
      -webkit-transition: initial;
      transition: initial; } }
  .gr-12-clics .thumbnail {
    border-radius: 0; }
  .gr-12-clics .media-object {
    width: 100%; }

.gr-12-clics__topmenu {
  border-collapse: collapse;
  display: table;
  width: 100%; }
  .gr-12-clics__topmenu li {
    display: table-cell;
    font-size: 25px;
    height: 49px;
    line-height: 49px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 33.33%; }
    @media (max-width: 699px) {
      .gr-12-clics__topmenu li {
        display: block;
        font-size: 21px;
        width: auto; } }
    .gr-12-clics__topmenu li a {
      color: #d7d7d7; }
      .gr-12-clics__topmenu li a:hover {
        color: #242424; }
    .gr-12-clics__topmenu li.active-trail a,
    .gr-12-clics__topmenu li .active a {
      color: #242424; }

.gr-12-clics__nav {
  bottom: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%; }
  .gr-12-clics__nav .nav {
    border: 0;
    counter-reset: item;
    height: 100%;
    padding: 0; }
  .gr-12-clics__nav .panel-heading {
    display: none; }
    @media (max-width: 991px) {
      .gr-12-clics__nav .panel-heading {
        background: #003978;
        border: 0;
        color: #fff;
        display: block;
        font-size: 1em;
        height: 30px;
        left: auto;
        margin-bottom: 0;
        margin-top: -15px;
        padding-top: 6px;
        position: fixed;
        right: -80px;
        text-align: center;
        top: 50%;
        -webkit-transition: top .3s ease;
        transition: top .3s ease;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 120px;
        z-index: 1;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        .gr-12-clics__nav .panel-heading:hover {
          cursor: pointer; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-12-clics__nav .panel-heading {
        right: -75px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gr-12-clics__nav .panel-heading {
        right: -75px; } }
    .is-visible .gr-12-clics__nav .panel-heading {
      top: 40px; }
      @media (max-width: 699px) {
        .is-visible .gr-12-clics__nav .panel-heading {
          border-radius: 5px 5px 0 0;
          right: -45px;
          z-index: 3; } }
  .gr-12-clics__nav .list-group-item {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0; }
    .gr-12-clics__nav .list-group-item::before, .gr-12-clics__nav .list-group-item::after {
      content: ' ';
      display: table; }
    .gr-12-clics__nav .list-group-item::after {
      clear: both; }
    .gr-12-clics__nav .list-group-item .gr-section-name {
      display: block; }
    .gr-12-clics__nav .list-group-item > a {
      background: #fff;
      color: #003978;
      cursor: pointer;
      display: block;
      padding: 10px 10px 10px 50px;
      position: relative; }
      @media (max-width: 699px) {
        .gr-12-clics__nav .list-group-item > a {
          padding: 20px 10px 20px 50px; } }
      .gr-12-clics__nav .list-group-item > a::before {
        content: counter(item) " ";
        counter-increment: item;
        font-style: italic;
        left: 5px;
        padding-right: 7px;
        position: absolute;
        text-align: center;
        top: 10px;
        width: 44px; }
      .gr-12-clics__nav .list-group-item > a:focus, .gr-12-clics__nav .list-group-item > a:visited {
        background: #fff;
        color: #003978; }
    .gr-12-clics__nav .list-group-item a:focus:hover,
    .gr-12-clics__nav .list-group-item a:hover,
    .gr-12-clics__nav .list-group-item a:visited:hover {
      background: #f5f5f5;
      color: #003978; }
      .gr-12-clics__nav .list-group-item a:focus:hover::before,
      .gr-12-clics__nav .list-group-item a:hover::before,
      .gr-12-clics__nav .list-group-item a:visited:hover::before {
        color: #003978; }
    .gr-12-clics__nav .list-group-item.active {
      background: #003978; }
      .gr-12-clics__nav .list-group-item.active a,
      .gr-12-clics__nav .list-group-item.active a:focus,
      .gr-12-clics__nav .list-group-item.active a:hover,
      .gr-12-clics__nav .list-group-item.active a:visited {
        background: #003978;
        color: #fff; }
        .gr-12-clics__nav .list-group-item.active a::before,
        .gr-12-clics__nav .list-group-item.active a:focus::before,
        .gr-12-clics__nav .list-group-item.active a:hover::before,
        .gr-12-clics__nav .list-group-item.active a:visited::before {
          color: #fff; }
    .gr-12-clics__nav .list-group-item article {
      font-size: 14px; }

.pane-le-12-clics {
  height: 100%; }

.gr-12-clics__content {
  padding-top: 40px; }
  @media (max-width: 991px) {
    .gr-12-clics__content {
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-12-clics__content {
      margin-left: 300px;
      width: calc(100% - 300px); } }
  .gr-12-clics__content #comments,
  .gr-12-clics__content .gr-social-links {
    display: none; }
  @media (min-width: 992px) {
    .gr-12-clics__content .gr-content-inner {
      margin: 0 24px; } }

.gr-12-clics__article-list {
  counter-reset: article;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.gr-12-clics__article-item {
  border-bottom: 5px solid #797979;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative; }
  .gr-12-clics__article-item::before {
    content: counter(article) " ";
    counter-increment: article;
    display: block;
    font-size: 50px;
    left: 5px;
    margin: 0 auto 20px;
    position: static;
    text-align: center;
    top: 10px;
    width: 100px; }
  .gr-12-clics__article-item article > p {
    font-size: 21px;
    margin: auto;
    width: 80%; }
  .gr-12-clics__article-item .gr-media {
    margin-top: 0;
    padding: 0; }
  .gr-12-clics__article-item .gr-article-content,
  .gr-12-clics__article-item .gr-article-teaser,
  .gr-12-clics__article-item header {
    float: none;
    margin: 12px auto 0;
    max-width: 700px;
    max-width: none;
    padding: 0;
    width: 80%; }
    @media (max-width: 991px) {
      .gr-12-clics__article-item .gr-article-content,
      .gr-12-clics__article-item .gr-article-teaser,
      .gr-12-clics__article-item header {
        padding: 0 12px;
        width: 100%; } }
    .gr-12-clics__article-item .gr-article-content img,
    .gr-12-clics__article-item .gr-article-teaser img,
    .gr-12-clics__article-item header img {
      width: 100%; }

#gr-12-clics-nav {
  height: 100%;
  padding-right: 0; }

.author {
  border: 0; }
  .author figure {
    float: left;
    width: 50%; }
    .author figure img {
      width: 100%; }
  #gr-sidebar .author img {
    display: none; }
  #gr-unes-titres .author {
    display: block; }
    #gr-unes-titres .author img {
      display: block;
      float: left;
      margin-right: 24px;
      min-width: initial;
      width: 100px; }
      @media (max-width: 699px) {
        #gr-unes-titres .author img {
          float: none;
          width: auto; } }
  .author .author-desc {
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    padding: 15px 0;
    text-transform: none; }
    #gr-unes-titres .author .author-desc {
      background: #f5f5f5;
      font-size: 17px;
      font-weight: 300;
      padding: 10px; }
      @media (min-width: 992px) {
        #gr-unes-titres .author .author-desc {
          display: none; } }
  .author .author-details {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: none; }
    @media (max-width: 699px) {
      .author .author-details {
        margin-bottom: 10px; } }
    #gr-sidebar .author .author-details {
      font-size: 17px; }
  .author .author-title {
    border-bottom: 7px solid #003978;
    font-size: 25px;
    margin-bottom: 3px;
    margin-top: 0;
    padding-top: 10px; }
    #gr-unes-titres .author .author-title {
      text-transform: none; }
    #gr-sidebar .author .author-title {
      border: 0;
      font-size: 0;
      visibility: hidden; }
      #gr-sidebar .author .author-title::before {
        border-bottom: 7px solid #003978;
        content: 'Bio express';
        display: block;
        font-size: 21px;
        visibility: visible; }

@media (max-width: 991px) {
  #gr-sidebar .pane-authors-description {
    display: none; } }

.author-page #gr-sidebar {
  background: #f5f5f5;
  position: relative; }
  @media (min-width: 992px) {
    .author-page #gr-sidebar {
      margin-top: -12px;
      padding: 10px; } }
  .author-page #gr-sidebar::after {
    border-color: transparent #f5f5f5 transparent transparent;
    border-style: solid;
    border-width: 0 30px 30px 0;
    content: '';
    height: 0;
    left: -30px;
    position: absolute;
    top: 40px;
    width: 0; }

.page-dossiers #gr-unes-titres {
  float: none;
  margin: 0 15px;
  width: auto; }

#gr-une-bis-content .dossiers .gr-une-row {
  margin: 0; }

.dossier {
  margin-top: 0;
  padding: 12px;
  width: 100%; }
  @media (min-width: 1200px) {
    .dossier {
      float: left;
      width: 33.33%; } }
  .dossier .media-heading {
    font-size: 21px; }
  .dossier .media-heading,
  .dossier .entry-details {
    padding: 5px 12px 0 0; }
  .dossier .media-object {
    float: none;
    padding-right: 0;
    width: 100%; }
    @media (min-width: 700px) and (max-width: 1199px) {
      .dossier .media-object {
        float: left;
        margin-right: 12px;
        padding: 0;
        width: 50%; } }
  .dossier .media-body {
    padding: 0 12px; }
    @media (min-width: 700px) {
      .dossier .media-body {
        padding-left: 0;
        width: auto; } }
    .dossier .media-body h2 {
      margin-top: 5px; }
  .dossier.first {
    float: none;
    width: auto; }
    .dossier.first::after::before, .dossier.first::after::after {
      content: ' ';
      display: table; }
    .dossier.first::after::after {
      clear: both; }
    .dossier.first a.col-md-8 {
      padding-left: 0;
      padding-right: 0; }
    .dossier.first .media-heading {
      font-size: 25px; }
    @media (min-width: 1200px) {
      .dossier.first .media-object {
        float: left;
        margin-right: 12px;
        padding: 0;
        width: 66%; } }

.dossier-accroche {
  background: #f5f5f5;
  margin-bottom: 24px;
  padding: 24px; }
  .dossier-accroche::before, .dossier-accroche::after {
    content: ' ';
    display: table; }
  .dossier-accroche::after {
    clear: both; }
  @media (max-width: 991px) {
    .dossier-accroche {
      margin: 24px 12px 24px 27px; } }
  @media (min-width: 992px) {
    .dossier-accroche {
      margin-top: -12px !important; } }
  .pane-dossiers-description .dossier-accroche .media-object {
    float: left;
    margin-bottom: 10px;
    margin-right: 12px;
    min-width: 0;
    width: 180px; }
    @media (max-width: 699px) {
      .pane-dossiers-description .dossier-accroche .media-object {
        width: 100%; } }
  .dossier-accroche .dossier-title {
    font-size: 42px;
    font-weight: 300;
    margin-top: 0; }
  .dossier-accroche .dossier-desc,
  .dossier-accroche .dossier-details {
    color: #575757;
    display: inline;
    font-size: 17px;
    font-weight: 300;
    margin-top: 12px; }

.separator {
  clear: both; }
  @media (min-width: 1200px) {
    .separator {
      clear: none; }
      .separator:nth-child(3n+3) {
        clear: both; } }

.gr-page-le-direct #gr-sidebar-left, .gr-page-le-direct .gr-sidebar {
  display: none; }

.gr-page-le-direct #gr-une-bis-content {
  max-width: 100%;
  padding-left: 24px; }

.gr-page-le-direct .gr-direct-list {
  background: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-page-le-direct .gr-direct-list {
      line-height: auto; } }
  .gr-page-le-direct .gr-direct-list li {
    background: none;
    border-bottom: 1px solid #797979; }

.gr-page-le-direct .gr-direct-item__time,
.gr-page-le-direct .gr-direct-item__meta-link {
  font-size: 22px;
  font-weight: 400; }

.gr-page-le-direct .gr-direct-item__time {
  background-color: #003978;
  color: #fff; }

.gr-page-le-direct .gr-direct-item__meta-link {
  color: #003978; }

.gr-page-le-direct .gr-direct-item__meta-link--alert {
  color: #fff;
  font-size: 14px; }

@media (min-width: 700px) and (max-width: 991px) {
  .gr-page-le-direct .gr-direct-item__heading {
    line-height: auto; } }

.gr-page-le-direct .gr-direct-item__content {
  padding-left: 50px; }
  .gr-page-le-direct .gr-direct-item__content .gr-direct-item__heading {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 20px; }
  .gr-page-le-direct .gr-direct-item__content .gr-article-teaser,
  .gr-page-le-direct .gr-direct-item__content .gr-meta-author {
    margin-bottom: 5px; }
  .gr-page-le-direct .gr-direct-item__content .gr-social-links .btn {
    margin-right: 5px; }
  .gr-page-le-direct .gr-direct-item__content .gr-read-more {
    text-align: right; }

.panels-ipe-editing #panels-ipe-regionid-header_navbar,
.panels-ipe-editing #panels-ipe-regionid-header_top {
  display: none; }

.pane-targetblock > .contextual-links-wrapper {
  right: 40px; }

.view-default-targetview > .contextual-links-wrapper {
  right: 80px; }

#gr-sidebar-left-content .contextual-links-wrapper li {
  padding: 0; }

.gr-full-width-page #gr-main-content {
  padding-left: 0;
  position: relative; }

.gr-full-width-page #gr-article-container,
.gr-full-width-page #gr-une-bis-content {
  left: 0;
  max-width: none;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  padding-left: 79px;
  padding-right: 24px; }
  @media (min-width: 992px) {
    .gr-full-width-page #gr-article-container,
    .gr-full-width-page #gr-une-bis-content {
      float: left;
      width: 100%; } }

.gr-full-width-page .btn-default,
.gr-full-width-page .gr-breadcrumb {
  background: transparent; }

.gr-full-width-page .gr-breadcrumb {
  height: 40px;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-full-width-page .gr-breadcrumb {
      float: left;
      width: 50%; } }
  .gr-full-width-page .gr-breadcrumb .btn {
    font-size: 14px;
    height: 29px; }
    .gr-full-width-page .gr-breadcrumb .btn .gr-label {
      top: 0; }
    .gr-full-width-page .gr-breadcrumb .btn .glyphicon::before {
      font-size: 25px;
      line-height: 25px; }

.gr-full-width-page #gr-article-container {
  max-width: 100%; }
  .gr-full-width-page #gr-article-container .gr-content-inner {
    padding-top: 20px; }

.gr-full-width-page #gr-article,
.gr-full-width-page article {
  clear: both; }

.gr-full-width-page #gr-topics-navigation,
.gr-full-width-page .gr-article-content,
.gr-full-width-page .gr-article-sidebar,
.gr-full-width-page .gr-breadcrumb {
  display: none !important; }

.gr-full-width-page .tooltip {
  font-size: 14px;
  width: 150px; }
  .gr-full-width-page .tooltip.right .tooltip-arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #797979 !important;
    border-top: 5px solid transparent; }
  .gr-full-width-page .tooltip .tooltip-inner {
    background: #797979 !important;
    padding: 10px; }

.gr-full-width-page #gr-sidebar-left, .gr-full-width-page .gr-sidebar {
  background: #383838 !important;
  z-index: 2; }
  @media (min-width: 992px) {
    .gr-full-width-page #gr-sidebar-left, .gr-full-width-page .gr-sidebar {
      left: -300px; } }
  .gr-full-width-page #gr-sidebar-left.is-open, .gr-full-width-page .is-open.gr-sidebar {
    left: 0; }

.gr-full-width-page #gr-full-width-page-tools {
  background: #222 !important;
  bottom: 0;
  padding: 0;
  position: absolute;
  right: -55px;
  top: 0;
  width: 55px;
  z-index: 1; }
  @media (max-width: 991px) {
    .gr-full-width-page #gr-full-width-page-tools {
      display: none; } }

.gr-full-width-page #btn-display-panel-left {
  padding: 15px 5px;
  text-align: center; }
  .gr-full-width-page #btn-display-panel-left .gr-togglers {
    margin: 0; }

.gr-full-width-page #gr-footer {
  left: 0;
  margin-left: 0;
  padding-left: 90px;
  padding-right: 40px;
  width: 100%; }

.article-features-zen-reading a {
  line-height: 1.7; }

.has-zen-reader {
  background: #fff; }
  .has-zen-reader #wrapper {
    margin: 0 auto;
    max-width: 725px;
    padding: 0;
    position: static; }
  .has-zen-reader #gr-header,
  .has-zen-reader #gr-topics-navigation,
  .has-zen-reader #gr-sidebar-left,
  .has-zen-reader .gr-sidebar,
  .has-zen-reader .gr-breadcrumb,
  .has-zen-reader #gr-articles-sidenav,
  .has-zen-reader #gr-sidebar,
  .has-zen-reader #comments,
  .has-zen-reader #gr-footer,
  .has-zen-reader .gr-articles-secondaires,
  .has-zen-reader .gr-article-sidebar,
  .has-zen-reader .gr-social-links,
  .has-zen-reader .gr-messages,
  .has-zen-reader #gr-le-journal,
  .has-zen-reader #gr-archives {
    display: none !important; }
  .has-zen-reader #gr-main-content,
  .has-zen-reader #gr-article-container,
  .has-zen-reader .gr-article-content,
  .has-zen-reader .gr-content-inner {
    background: #fff;
    display: block;
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
  .has-zen-reader #gr-article-container {
    margin: auto !important; }
  .has-zen-reader .contextual-links-region,
  .has-zen-reader #gr-main-content {
    position: static; }
  .has-zen-reader .gr-ads {
    display: none !important; }

.is-zen-reader {
  padding: 60px 30px 30px !important; }
  .is-zen-reader .gr-article-header {
    padding: 0; }
    .is-zen-reader .gr-article-header h1 {
      margin: 0 auto 18px;
      text-align: center; }
  .is-zen-reader .entry-details {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    display: block;
    margin: 20px auto 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: auto; }
  .is-zen-reader .gr-article-teaser {
    display: block;
    margin: 20px auto 20px;
    text-align: center; }
  .is-zen-reader .gr-main-media {
    margin-left: 0;
    margin-right: 0; }
  .is-zen-reader .article-features-zen-reading {
    position: fixed;
    right: 15px;
    top: 7px;
    z-index: 2; }
    .navbar-horizontal .is-zen-reader .article-features-zen-reading {
      top: 85px; }
    .navbar-vertical .is-zen-reader .article-features-zen-reading {
      top: 45px; }
    .is-zen-reader .article-features-zen-reading a,
    .is-zen-reader .article-features-zen-reading a:hover,
    .is-zen-reader .article-features-zen-reading a:focus {
      background: transparent;
      padding: 0;
      width: auto; }

.gr-zen-toolbar {
  background: #003978;
  height: 36px;
  position: fixed;
  width: 100%;
  z-index: 1; }
  .gr-zen-toolbar .gr-header-link {
    display: block;
    height: 97px; }
    .gr-zen-toolbar .gr-header-link#gr-services-button {
      display: block; }
    .gr-zen-toolbar .gr-header-link a .fa {
      display: none; }
  .gr-zen-toolbar .home {
    display: inline-block;
    height: 36px;
    text-indent: -999em;
    width: 170px; }
  .gr-zen-toolbar .gr-social {
    float: right;
    margin-right: 170px; }
    .gr-zen-toolbar .gr-social button {
      border: 0;
      margin: 2px 5px 0; }
    .gr-zen-toolbar .gr-social .btn-twitter,
    .gr-zen-toolbar .gr-social .btn-facebook,
    .gr-zen-toolbar .gr-social .btn-social-icon {
      background: transparent;
      color: #fff; }
  .gr-zen-toolbar .gr-social-links-comments {
    display: none; }

.gr-no-sidebar-left #gr-sidebar-left, .gr-no-sidebar-left .gr-sidebar {
  display: none; }

@media (min-width: 1200px) {
  .gr-direct-close #gr-main-content {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .gr-direct-close #gr-sidebar-left, .gr-direct-close .gr-sidebar {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 21; } }

@media (min-width: 1200px) {
  .gr-direct-close #gr-sidebar-left.is-visible, .gr-direct-close .is-visible.gr-sidebar {
    margin-top: 97px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 1200px) {
  .gr-direct-close .gr-le-direct-tap {
    -khtml-user-select: none;
    border: 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    font-size: 1em;
    height: 30px;
    left: auto;
    margin-bottom: 0;
    margin-top: -15px;
    padding-top: 6px;
    position: fixed;
    right: -65px;
    text-align: center;
    top: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 90px;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

@media (min-width: 1200px) {
  .gr-direct-close .gr-le-direct-tap:hover {
    cursor: pointer; } }

@media (min-width: 1200px) {
  .is-visible .gr-direct-close .gr-le-direct-tap {
    border-radius: 0 0 5px 5px;
    right: -60px; } }

@media (min-width: 1200px) {
  .gr-direct-close #gr-footer {
    margin-left: 0; } }

@media print {
  /* Common styles
    ========================================================================== */
  @page {
    margin: 2em; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    float: none !important;
    height: auto !important;
    line-height: 1.3;
    max-width: 100% !important;
    min-height: 0 !important;
    position: static !important;
    text-align: left !important;
    text-shadow: none !important;
    width: auto !important; }
  html,
  body {
    font-size: 13pt;
    height: 99% !important; }
  body {
    font-family: Georgia, 'Times New Roman', Times, serif; }
  a:link,
  a:visited,
  a {
    font-weight: bold;
    page-break-inside: avoid;
    text-decoration: underline; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  blockquote {
    page-break-inside: avoid; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  h1 {
    font-size: 26pt; }
  h2 {
    font-size: 21pt; }
  h3 {
    font-size: 18pt; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
    page-break-after: avoid; }
  table {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  ul,
  ol,
  dl {
    page-break-before: avoid; }
  /* Lesoir+
    ========================================================================== */
  #gr-main-content,
  #gr-article,
  #gr-article .gr-article-header h1,
  #gr-article .gr-article-header .gr-article-teaser,
  #gr-article .gr-article-content,
  #gr-sidebar {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  iframe,
  #gr-header,
  #gr-sidebar-left,
  .gr-sidebar,
  #gr-article .gr-article-header .gr-article-infos-group,
  #gr-article .gr-article-links-list,
  #gr-sidebar,
  .pane-ena-prev-next-articles,
  #gr-article .gr-article-content .gr-article-tools,
  #gr-article .gr-article-sidebar,
  #gr-article #comments,
  #gr-sidebar,
  .gr-panel,
  .gr-media--video,
  .gr-media--infogram,
  .pane-voir-aussi,
  .gr-fast-toolbar,
  .gr-ads,
  .OUTBRAIN,
  .teads-inread,
  #gr-footer {
    display: none !important; }
  #gr-article .gr-article-header .gr-article-teaser {
    margin-bottom: 16px !important; }
  .gr-media .embed-responsive .gr-caption {
    position: relative; }
  .gr-media {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  .gr-media .embed-responsive {
    border: 0 !important; } }

.form__row {
  overflow: hidden;
  margin-bottom: 36px; }

@media (min-width: 992px) {
  .form__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%; }
    .form__col:first-child {
      padding-right: 24px; }
    .form__col:last-child {
      padding-left: 24px; } }

.form__subtitle {
  color: #003978;
  font-size: 20px;
  margin-bottom: 48px;
  margin-top: 48px; }

.form__title + .form__subtitle {
  margin-top: -24px; }

.form__separator {
  border: 0;
  border-top: 1px solid #d7d7d7;
  display: block;
  height: 0;
  margin: 36px 0;
  padding: 0;
  width: 100%; }

.form__field {
  display: block;
  margin-bottom: 36px; }
  .form__field:last-child {
    margin-bottom: 0; }

.form__label {
  color: #383838;
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

.form textarea {
  border: 1px solid #d7d7d7;
  color: #797979;
  padding: 0 12px;
  width: 100%;
  height: 200px; }

.form__value, .form__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 40px; }
  .form__value.form__value, .form__value[type="text"], .form__value[type="password"], .form__value[type="email"], .form__value[type="number"], .form__input.form__value, .form__input[type="text"], .form__input[type="password"], .form__input[type="email"], .form__input[type="number"] {
    border: 1px solid #d7d7d7;
    color: #797979;
    padding: 0 12px;
    width: 100%; }
    .form__value.form__value:focus, .form__value[type="text"]:focus, .form__value[type="password"]:focus, .form__value[type="email"]:focus, .form__value[type="number"]:focus, .form__input.form__value:focus, .form__input[type="text"]:focus, .form__input[type="password"]:focus, .form__input[type="email"]:focus, .form__input[type="number"]:focus {
      outline: 0; }
  .form__value::-webkit-input-placeholder, .form__input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .form__value:-ms-input-placeholder, .form__input:-ms-input-placeholder {
    color: #d7d7d7; }
  .form__value::placeholder, .form__input::placeholder {
    color: #d7d7d7; }
  .form__value[type="submit"], .form__input[type="submit"] {
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 6px 24px; }
    .form__value[type="submit"].is-block, .form__input[type="submit"].is-block {
      display: block;
      width: 100%; }

.form__value {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  background: #fff; }

.form__select {
  position: relative; }
  .form__select::before {
    border: 4px solid transparent;
    border-top: 6px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    width: 0;
    z-index: 10; }
  .form__select .form__input {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0 12px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form__select .form__input:focus {
      opacity: 1;
      outline: 0; }

.form__hint, .form__message {
  font-size: 13px;
  margin-bottom: 12px;
  padding-top: 12px; }

.form__hint {
  color: #d7d7d7;
  display: block; }

.form__message {
  display: none; }

.form__error {
  margin-bottom: 48px;
  margin-top: -48px; }

.form__result {
  display: none;
  margin-bottom: 48px;
  margin-top: -24px; }

.form__checkbox,
.form__radio {
  cursor: pointer;
  position: relative; }
  .form__checkbox .form__input,
  .form__radio .form__input {
    height: 40px;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form__checkbox .form__input:focus,
    .form__radio .form__input:focus {
      outline: 0; }
  .form__checkbox .form__value,
  .form__radio .form__value {
    border: 0;
    line-height: 21px;
    padding-left: 30px;
    padding-top: 12px; }
    .form__checkbox .form__value::before,
    .form__radio .form__value::before {
      border: 1px solid #d7d7d7;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      content: " ";
      height: 20px;
      left: 0;
      line-height: 20px;
      position: absolute;
      text-align: center;
      top: 11px;
      width: 20px; }
    .form__checkbox .form__value.is-checked::before,
    .form__radio .form__value.is-checked::before {
      content: "✔"; }

.form__checkbox .form__value::before {
  font-size: 16px;
  padding-left: 3px; }

.form__checkbox .form__value.is-checked::before {
  content: "✔"; }

.form__radio .form__value::before {
  border-radius: 100%;
  font-size: 20px;
  line-height: 20px; }

.form__radio .form__value.is-checked::before {
  background: #003978;
  -webkit-box-shadow: inset 0 0 0 4px #FFF;
  box-shadow: inset 0 0 0 4px #FFF;
  content: ""; }

.form__col > .form__subtitle {
  margin-top: 12px; }

.form.has-error .form__result {
  color: #b50000;
  display: block; }

.form.has-success .form__result {
  color: #5cb85c;
  display: block; }

.form__field.has-error > .form__hint {
  display: none; }

.form__field.has-error > .form__radio .form__value::before,
.form__field.has-error > .form__checkbox .form__value::before,
.form__field.has-error > .form__select .form__value,
.form__field.has-error > .form__input {
  border-color: #b50000; }

.form__field.has-error > .form__select + .form__message,
.form__field.has-error > .form__message {
  color: #b50000;
  display: block; }

.form__field.has-success > .form__hint {
  display: none; }

.form__field.has-success > .form__select .form__value,
.form__field.has-success > .form__input {
  border-color: #5cb85c; }

.form__field.has-success > .form__select + .form__message,
.form__field.has-success > .form__message {
  color: #5cb85c;
  display: block; }

.form__field.is-mandatory .form__label::after {
  content: "*";
  display: inline-block;
  margin-left: 10px;
  color: #fdc800; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  -khtml-user-select: none;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  display: block;
  opacity: 0; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
  max-width: 100%;
  margin: 0 auto; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative; }

.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
  width: 80px;
  z-index: 1; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-nav > div {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  height: 100%;
  line-height: 190px;
  padding-bottom: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 40px;
  z-index: 50; }

.owl-nav.disabled {
  display: none; }

.owl-prev {
  left: -45px; }
  @media (max-width: 699px) {
    .owl-prev {
      left: -35px; } }
  .gr-sidebar__content .owl-prev {
    left: -20px; }

.owl-next {
  right: -45px; }
  @media (max-width: 699px) {
    .owl-next {
      right: -35px; } }
  .owl-next .glyphicon-chevron-right {
    margin-left: 0; }
  .gr-sidebar__content .owl-next {
    right: -20px; }

@font-face {
  font-family: 'oswald';
  src: url("/sites/all/themes/engbootstrap_lesoir/fonts/Oswald/oswald-light-webfont.woff2") format("woff2"), url("/sites/all/themes/engbootstrap_lesoir/fonts/Oswald/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotocondensed_regular';
  src: url("/sites/all/themes/engbootstrap_lesoir/fonts/Roboto/robotocondensed-regular-webfont.woff2") format("woff2"), url("/sites/all/themes/engbootstrap_lesoir/fonts/Roboto/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotocondensed_light';
  src: url("/sites/all/themes/engbootstrap_lesoir/fonts/Roboto/robotocondensed-light-webfont.woff2") format("woff2"), url("/sites/all/themes/engbootstrap_lesoir/fonts/Roboto/robotocondensed-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-transition: background .3s ease;
  transition: background .3s ease; }

body {
  background: #f5f5f5;
  font-family: Helvetica, Arial, sans-serif;
  overflow: visible !important; }
  @media (min-width: 1770px) {
    body {
      padding-left: 20%;
      -webkit-transition: padding-left ease .5s;
      transition: padding-left ease .5s; }
      body.close-fullhd-direct {
        padding-left: 0; } }

a {
  color: #003978; }
  a:hover {
    color: #383838;
    text-decoration: underline; }
  a img:hover {
    opacity: .95; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: oswald; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #003978; }

h1 {
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 20px; }
  @media (min-width: 700px) and (max-width: 991px) {
    h1 {
      font-family: Oswald, sans-serif;
      font-size: 30px;
      font-weight: 300;
      line-height: 1.15; } }
  @media (max-width: 699px) {
    h1 {
      font-family: Oswald, sans-serif;
      font-size: 25px;
      font-weight: 300;
      line-height: 1.15; } }

h2 {
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35; }

iframe {
  border: 0;
  display: block;
  margin: auto;
  max-width: 100%; }
  iframe.gr-media {
    width: 1px;
    min-width: 100%;
    *width: 100%; }

.icon-home-outline {
  vertical-align: text-top;
  color: #003978; }
  .icon-home-outline:hover, .icon-home-outline:focus {
    color: #fff; }

#gr-header {
  background: none;
  height: 97px; }
  @media (max-width: 699px) {
    #gr-header {
      height: 45px;
      margin-bottom: 30px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-header {
      height: 73px; } }
  .is-cup #gr-header {
    height: auto; }

#gr-navbar-header {
  -webkit-box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
  box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
  max-width: 1284px; }
  @media (max-width: 699px) {
    #gr-navbar-header {
      height: 45px;
      left: 0;
      width: 100%; } }
  @media (min-width: 992px) {
    #gr-navbar-header {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .sidebar-service #gr-navbar-header,
      .sidebar-login #gr-navbar-header {
        position: static; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-navbar-header {
      width: calc(100% - 48px); } }
  .navbar-inverse #gr-navbar-header {
    background-color: #fff; }
  .has-header-fixed #gr-navbar-header,
  .has-header-hide #gr-navbar-header,
  .has-header-small #gr-navbar-header {
    width: calc(100% - 48px); }
    @media (max-width: 699px) {
      .has-header-fixed #gr-navbar-header,
      .has-header-hide #gr-navbar-header,
      .has-header-small #gr-navbar-header {
        width: 100%; } }
  .sidebar-service #gr-navbar-header,
  .sidebar-login #gr-navbar-header {
    position: absolute; }
    @media (max-width: 991px) {
      .sidebar-service #gr-navbar-header,
      .sidebar-login #gr-navbar-header {
        position: fixed; } }
  .has-header-small #gr-navbar-header {
    background: #003978;
    border: 0;
    height: 36px;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media (hover: none) and (pointer: coarse) {
      .has-header-small #gr-navbar-header {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  .has-header-small-animation #gr-navbar-header {
    -webkit-transform: translate(0, -70px);
    transform: translate(0, -70px);
    -webkit-transition: initial;
    transition: initial; }
  .has-header-animation #gr-navbar-header {
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    -webkit-transition: initial;
    transition: initial; }
  .has-header-hide #gr-navbar-header {
    top: -97px; }
    @media (hover: none) and (pointer: coarse) {
      .has-header-hide #gr-navbar-header {
        top: 0;
        -webkit-transform: translate3d(0, -97px, 0);
        transform: translate3d(0, -97px, 0); } }
  .has-header-fixed #gr-navbar-header {
    position: fixed;
    top: 0; }
    @media (hover: none) and (pointer: coarse) {
      .has-header-fixed #gr-navbar-header {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

.navbar-header a {
  color: #383838; }

.gr-navbar-header-center {
  text-align: center; }
  .gr-navbar-header-center .contextual-links-region {
    display: inline-block; }
    .gr-navbar-header-center .contextual-links-region:first-child {
      display: block; }
  @media (max-width: 699px) {
    .gr-navbar-header-center .pane-ena-nav-section-dpi-menu {
      display: none; } }

.navbar-header-content {
  background: #003978;
  position: relative; }
  @media (min-width: 992px) {
    .navbar-header-content {
      max-width: calc( 1284px + 300px + (100% - 792px)); } }
  .has-header-small .navbar-header-content {
    border: 0;
    margin: 0;
    max-width: none;
    padding: 0; }

#wrapper {
  margin: 0 auto;
  max-width: 1332px;
  background: none;
  padding: 0 10px; }
  @media (min-width: 700px) {
    #wrapper {
      padding: 0 24px; } }

#gr-main-content {
  background: none; }
  @media (min-width: 700px) {
    #gr-main-content {
      padding: 24px 0 0; } }

.front .gr-row-standalone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  #gr-unes-titres {
    width: calc(100% - 300px - 24px);
    margin-left: 24px; } }

@media (max-width: 699px) {
  #gr-unes-titres {
    margin-left: 33px; } }

#gr-unes-titres .gr-meta {
  display: inline-block; }

.gr-section {
  clear: both;
  margin-bottom: 30px; }

.gr-section__wrapper {
  margin: 0 auto;
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (max-width: 699px) {
    .gr-section__wrapper {
      padding-left: 6px;
      padding-right: 6px; } }
  .gr-section__wrapper > .gr-section__wrapper {
    padding-left: 0;
    padding-right: 0; }

.gr-content-inner {
  background: #fff;
  margin: 0; }
  .gr-content-inner::before, .gr-content-inner::after {
    content: ' ';
    display: table; }
  .gr-content-inner::after {
    clear: both; }

@media (max-width: 991px) {
  #gr-main-media {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 992px) {
  #gr-une-content,
  .gr-une-content,
  #gr-une-bis-content {
    float: right;
    margin-left: 24px;
    width: calc(100% - 300px - 24px); } }

@media (min-width: 992px) {
  #gr-une-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

@media (min-width: 700px) {
  .gr-zone,
  .gr-zone .gr-une-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 700px) {
  .gr-zone > .panel-pane,
  .gr-zone .gr-une-sections > .panel-pane {
    width: 100%; } }

@media (min-width: 700px) {
  .gr-zone > .panel-pane > .view,
  .gr-zone .gr-une-sections > .panel-pane > .view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; } }

.gr-zone .gr-panel,
.gr-zone .gr-une-titles,
.gr-zone .gr-une-sections .gr-panel,
.gr-zone .gr-une-sections .gr-une-titles {
  min-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.gr-zone-inner {
  width: 100%; }
  @media (min-width: 700px) {
    .gr-zone-inner {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      bottom: 10px;
      position: -webkit-sticky;
      position: sticky; }
      @supports ((position: -webkit-sticky) or (position: sticky)) {
        .gr-zone-inner {
          -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end; } } }
  @media (min-width: 1200px) {
    .gr-region-10 .gr-zone-inner {
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto; } }

.gr-region {
  margin-bottom: 24px; }
  .gr-region::before, .gr-region::after {
    content: ' ';
    display: table; }
  .gr-region::after {
    clear: both; }
  @media (min-width: 700px) {
    .gr-region {
      margin-left: -12px;
      margin-right: -12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .gr-region::before, .gr-region::after {
        content: ' ';
        display: table; }
      .gr-region::after {
        clear: both; } }
  @media (max-width: 699px) {
    .gr-region {
      margin-bottom: 12px; } }

.gr-region-70 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 700px) {
  .gr-region-col-4-8 .gr-zone-right,
  .gr-region-col-8-4 .gr-zone-left {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; } }
  @media (min-width: 700px) and (min-width: 700px) {
    .gr-region-col-4-8 .gr-zone-right,
    .gr-region-col-8-4 .gr-zone-left {
      float: left;
      width: 66.66667%; } }

@media (hover: none) and (pointer: coarse) and (min-width: 700px) {
  .gr-region-col-4-8 .gr-zone-right,
  .gr-region-col-8-4 .gr-zone-left {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; } }

@media (min-width: 700px) {
  .gr-region-col-4-8 .gr-zone-left,
  .gr-region-col-8-4 .gr-zone-right {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; } }
  @media (min-width: 700px) and (min-width: 700px) {
    .gr-region-col-4-8 .gr-zone-left,
    .gr-region-col-8-4 .gr-zone-right {
      float: left;
      width: 33.33333%; } }

@media (hover: none) and (pointer: coarse) and (min-width: 700px) {
  .gr-region-col-4-8 .gr-zone-left,
  .gr-region-col-8-4 .gr-zone-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 700px) {
  .gr-region-col-6-6 .gr-zone-left,
  .gr-region-col-6-6 .gr-zone-right {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; } }
  @media (min-width: 700px) and (min-width: 700px) {
    .gr-region-col-6-6 .gr-zone-left,
    .gr-region-col-6-6 .gr-zone-right {
      float: left;
      width: 50%; } }

.gr-region-70.gr-region-col-6-6 .gr-zone-left, .gr-region-col-6-6 .gr-zone-right {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.gr-region-col-12 .gr-zone-left,
.gr-region-col-12 .gr-zone-right {
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-region-col-12 .gr-zone-left,
    .gr-region-col-12 .gr-zone-right {
      float: left;
      width: 100%; } }
  @media (max-width: 699px) {
    .gr-region-col-12 .gr-zone-left,
    .gr-region-col-12 .gr-zone-right {
      padding: 0; } }

.gallery .gr-region-col-12 .gr-zone-left > .panel-pane > .view,
.maga .gr-region-col-12 .gr-zone-left > .panel-pane > .view {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#gr-sidebar-left, .gr-sidebar {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  position: static;
  -webkit-transform: none;
  transform: none;
  z-index: 0; }
  @media (max-width: 699px) {
    #gr-sidebar-left, .gr-sidebar {
      margin-bottom: 12px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-sidebar-left, .gr-sidebar {
      margin-top: 24px;
      width: 100%; } }
  @media (min-width: 992px) {
    #gr-sidebar-left, .gr-sidebar {
      clear: none;
      float: left; } }
  .has-header #gr-sidebar-left, .has-header .gr-sidebar,
  .has-header-perma-small #gr-sidebar-left,
  .has-header-perma-small .gr-sidebar,
  .has-header-fixed #gr-sidebar-left,
  .has-header-fixed .gr-sidebar,
  .has-header-small #gr-sidebar-left,
  .has-header-small .gr-sidebar {
    margin-top: 0;
    position: static; }

#gr-sidebar-left-content {
  border: 0;
  padding: 0; }
  #gr-sidebar-left-content .tab-content {
    padding: 0; }
  .has-header-perma-small #gr-sidebar-left-content,
  .has-header-small #gr-sidebar-left-content {
    max-height: calc(100vh - 60px); }

@media (min-width: 992px) {
  #gr-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

#gr-aside-content {
  width: 100%; }
  @media (min-width: 992px) {
    #gr-aside-content {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      bottom: 10px;
      position: -webkit-sticky;
      position: sticky;
      width: 300px; }
      @supports ((position: -webkit-sticky) or (position: sticky)) {
        #gr-aside-content {
          -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end; } } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-aside-content {
      -webkit-columns: 1;
      columns: 1; }
      #gr-sidebar-left #gr-aside-content, .gr-sidebar #gr-aside-content {
        -webkit-columns: 2;
        columns: 2; } }

#gr-footer {
  clear: both;
  margin-left: 0;
  padding: 0; }
  #gr-footer .navbar {
    padding: 0; }
  #gr-footer .list-group-item a {
    border-bottom: 1px solid #888; }

.gr-footer {
  background: #797979;
  color: #fff;
  margin: 0;
  padding: 24px 24px 0 0; }
  @media (max-width: 699px) {
    .gr-footer {
      padding-right: 10px; } }

.gr-footer-section {
  clear: both;
  overflow: hidden; }

.gr-footer-section--social {
  display: block;
  margin-bottom: 12px; }
  .gr-footer-section--social .btn {
    background: #575757;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    padding: 0;
    width: 60px; }
    .gr-footer-section--social .btn:hover {
      background: #000;
      color: #fff; }
    .gr-footer-section--social .btn:focus {
      outline: 0; }
  .gr-footer-section--social .icon {
    position: relative;
    top: 3px; }
  .gr-footer-section--social .btn-facebook:hover {
    background: #3b5998; }
  .gr-footer-section--social .btn-twitter:hover {
    background: #4099ff; }
  .gr-footer-section--social .btn-google-plus:hover {
    background: #f90101; }
  .gr-footer-section--social .btn-linkedin:hover {
    background: #0274b3; }

.gr-panel-newsletter {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 60px; }
  .gr-panel-newsletter .gr-footer-input {
    background: #575757;
    border: 2px solid #888;
    border-radius: 3px;
    display: inline-block;
    min-width: 50%;
    padding: 0 20px; }
    @media (max-width: 699px) {
      .gr-panel-newsletter .gr-footer-input {
        display: block;
        margin-bottom: 6px;
        min-width: 70%; } }
    .gr-panel-newsletter .gr-footer-input::-webkit-input-placeholder {
      color: #fff; }
    .gr-panel-newsletter .gr-footer-input::-moz-placeholder {
      color: #fff; }
    .gr-panel-newsletter .gr-footer-input:-ms-input-placeholder {
      color: #fff; }
    .gr-panel-newsletter .gr-footer-input:-moz-placeholder {
      color: #fff; }
    .gr-panel-newsletter .gr-footer-input:focus {
      background: #383838; }
  .gr-panel-newsletter .gr-footer-btn {
    background: #003978;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 0 20px; }
    @media (max-width: 991px) {
      .gr-panel-newsletter .gr-footer-btn {
        padding: 0 15px; } }
    @media (max-width: 699px) {
      .gr-panel-newsletter .gr-footer-btn {
        font-size: 18px; } }
    .gr-panel-newsletter .gr-footer-btn:hover {
      background: #fdc800;
      color: #003978;
      text-decoration: none; }

@media (max-width: 699px) {
  .gr-footer-section--menu {
    display: none; } }

.gr-footer-copyright {
  margin: 0;
  padding: 12px 24px 24px; }
  .gr-footer-copyright a {
    color: #fff; }
  @media (max-width: 699px) {
    .gr-footer-copyright {
      padding-left: 10px;
      padding-right: 0; } }

.author .author-title {
  font-family: Oswald, sans-serif;
  border-bottom: 7px solid #003978; }
  #gr-unes-titres .author .author-title {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 42px;
    border-bottom: 0; }
  #gr-sidebar .author .author-title::before {
    border-bottom: 7px solid #003978;
    font-size: 21px; }

.author .author-desc {
  font-family: Helvetica, Arial, sans-serif; }
  #gr-unes-titres .author .author-desc {
    font-size: 17px;
    background: #f5f5f5; }
    @media (min-width: 992px) {
      #gr-unes-titres .author .author-desc {
        display: none; } }

.author .author-details {
  font-size: 21px; }
  #gr-sidebar .author .author-details {
    font-size: 17px; }

.author-page #gr-sidebar {
  background: none; }
  .author-page #gr-sidebar::after {
    border: 0; }

.gr-panel-exergue-bulle {
  padding: 10px;
  position: relative; }
  .gr-panel-exergue-bulle::after {
    position: absolute;
    content: '';
    left: -30px;
    top: 40px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #f5f5f5 transparent transparent; }

.dossiers::before, .dossiers::after {
  content: ' ';
  display: table; }

.dossiers::after {
  clear: both; }

.dossiers .readmore {
  background: #fdc800;
  color: #797979;
  font-family: Oswald, sans-serif; }

#gr-une-bis-content .dossier.first .list-group-item {
  display: block; }

.dossier .gr-keyword {
  margin-top: 5px;
  background: #575757; }

#gr-une-bis-content .dossier .list-group-item {
  padding-bottom: 0;
  font-size: 1em; }
  @media (min-width: 1200px) {
    #gr-une-bis-content .dossier .list-group-item {
      display: inline; } }

.dossier-accroche {
  padding: 24px; }
  .dossier-accroche .embed-container {
    width: calc(100% - 330px);
    float: left;
    padding: 0;
    margin-right: 24px;
    margin-bottom: 24px; }
  .dossier-accroche .media-heading {
    font-family: Oswald, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.15; }
  .dossier-accroche .media-body {
    width: auto; }

#gr-une-bis-content .dossier:not(.first) ul.gr-teasers-list li {
  padding-right: 0; }
  #gr-une-bis-content .dossier:not(.first) ul.gr-teasers-list li:first-child {
    padding-left: 0; }
    @media (min-width: 1200px) {
      #gr-une-bis-content .dossier:not(.first) ul.gr-teasers-list li:first-child::before {
        display: none; } }

#gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child {
  background: transparent;
  border-left: 10px solid #575757;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px;
  position: relative; }
  #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .media-heading {
    font-family: Oswald, sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 1.35;
    color: #575757;
    min-height: 150px;
    padding-left: 60px; }
    @media (max-width: 991px) {
      #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .media-heading {
        font-family: Oswald, sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.35;
        min-height: 100px; } }
  #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier {
    background: #cc0300;
    font-size: 36px;
    left: -35px;
    top: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier::before, #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier::after {
      background: #cc0300;
      content: '';
      position: absolute;
      top: 0;
      margin: 0 -1px;
      width: 100%;
      height: 100%; }
    #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier::before {
      right: 100%; }
    #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier::after {
      left: 100%; }
    @media (max-width: 991px) {
      #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier {
        font-size: 24px;
        left: -24px; } }

#gr-une-bis-content .gr-dossier-top .dossier-accroche {
  background: none;
  padding: 0; }

#gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title .media-body {
  background: #383838;
  color: #fff;
  padding: 10px; }
  #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title .media-body a {
    color: #fff; }

@media (min-width: 992px) {
  #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title {
    overflow: hidden;
    padding-bottom: 0; }
    #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title .dossier-accroche {
      padding: 0; }
    #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title .media-object {
      margin-bottom: 0;
      max-width: 70%;
      min-width: 70%; }
    #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title .embed-container {
      margin-bottom: 0; }
    #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title .media-body {
      background: #383838;
      bottom: 0;
      height: 100%;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 0;
      width: 30%; } }

.gr-une-titles {
  position: relative;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: visible;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 3px 7px rgba(36, 37, 38, 0.08);
  box-shadow: 0 3px 7px rgba(36, 37, 38, 0.08); }
  .gr-une-titles::before, .gr-une-titles::after {
    content: ' ';
    display: table; }
  .gr-une-titles::after {
    clear: both; }
  @media (max-width: 699px) {
    .gr-une-titles {
      margin-bottom: 12px;
      padding-bottom: 0; } }
  .gr-une-titles:last-child {
    margin-bottom: 0; }
  .gr-une-titles.gr-une-event {
    margin-bottom: 24px; }
  .gr-une-titles .media-body {
    padding-top: 8px; }
    @media (max-width: 699px) {
      .gr-une-titles .media-body {
        padding: 2px 6px 6px 0; } }
  .gr-une-titles h4 {
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
    font-family: oswald;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 699px) {
      .gr-une-titles h4 {
        font-size: 17px;
        font-size: calc(3vw + 7px); } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-une-titles h4 {
        font-size: 21px; } }
    .gr-region-10 .gr-zone-left .gr-une-titles h4 {
      font-size: 50px;
      padding: 15px; }
      @media (max-width: 699px) {
        .gr-region-10 .gr-zone-left .gr-une-titles h4 {
          font-size: 27px; } }
    .gr-une-titles h4 span {
      color: #099; }
  @media (max-width: 699px) {
    .gr-une-titles.ena-viewmode-override-enalesoir_gratuit_manchette_1 h4 {
      font-size: 27px; } }
  .gr-une-titles .gr-meta {
    font-family: robotocondensed_light;
    text-transform: none;
    color: #797979;
    font-size: 14px;
    margin-top: 10px; }
    @media (max-width: 699px) {
      .gr-une-titles .gr-meta {
        display: none; } }
    .gr-une-titles .gr-meta a {
      color: #840303;
      margin-right: 10px; }
  .gr-une-titles .comment-count {
    margin-right: 5px; }
  .gr-une-titles .icon-comment {
    margin-right: 5px; }
  @media (max-width: 699px) {
    .gr-une-titles.media + .media {
      padding-top: 0; } }
  .gr-une-titles .gr-article-teaser {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    margin: 10px 0 0;
    width: 100%; }
  .gr-une-titles.ena-viewmode-override-gratuit_niveau_3_impact_1, .gr-une-titles.ena-viewmode-override-gratuit_bandeau {
    background: #840303; }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_3_impact_1 a,
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_3_impact_1 button, .gr-une-titles.ena-viewmode-override-gratuit_bandeau a,
    .gr-une-titles.ena-viewmode-override-gratuit_bandeau button {
      color: #fff; }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_3_impact_1 .media-heading, .gr-une-titles.ena-viewmode-override-gratuit_bandeau .media-heading {
      margin-bottom: 0; }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_3_impact_1 .gr-social-links, .gr-une-titles.ena-viewmode-override-gratuit_bandeau .gr-social-links {
      background: whitesmoke; }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_3_impact_1 .gr-article-teaser, .gr-une-titles.ena-viewmode-override-gratuit_bandeau .gr-article-teaser {
      color: #d7d7d7;
      margin-top: 10px; }
  .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 {
    background: #003978; }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 a,
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 button {
      color: #fff; }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 .embed-container {
      float: left;
      margin: 12px 0 12px 12px;
      width: 200px; }
      @media (min-width: 700px) and (max-width: 1199px) {
        .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 .embed-container {
          float: none;
          margin: 0;
          width: 100%; } }
      @media (max-width: 699px) {
        .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 .embed-container {
          float: left;
          margin: 6px;
          width: 30%; } }
    @media (max-width: 699px) {
      .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 .media-body {
        padding: 6px; } }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 .media-heading {
      margin-bottom: 0; }
    .gr-une-titles.ena-viewmode-override-gratuit_niveau_1_impact_3 .gr-social-links {
      background: whitesmoke; }

.ena-viewmode-override-gratuit_manchette {
  padding-bottom: 60px; }
  @media (max-width: 699px) {
    .ena-viewmode-override-gratuit_manchette.gr-une-titles {
      margin-bottom: 12px; } }
  @media (max-width: 699px) {
    .ena-viewmode-override-gratuit_manchette.gr-une-titles .media-body {
      padding: 6px; } }
  .ena-viewmode-override-gratuit_manchette .media-heading {
    font-weight: 700;
    line-height: 1.2; }
  .ena-viewmode-override-gratuit_manchette .gr-meta {
    bottom: 40px;
    position: absolute; }
  .ena-viewmode-override-gratuit_manchette .gr-article-teaser {
    font-size: 18px; }

.ena-viewmode-override-enalesoir_gratuit_manchette_1 .media-heading {
  font-size: 35px; }

@media (max-width: 699px) {
  .ena-viewmode-override-enalesoir_gratuit_manchette_1.media .embed-container {
    margin: 0;
    width: 100%; } }

@media (max-width: 699px) {
  .ena-viewmode-override-enalesoir_gratuit_manchette_1.media .media-body {
    padding: 2px 6px 6px; } }

.ena-viewmode-override-gratuit_bandeau {
  padding-bottom: 0; }
  .ena-viewmode-override-gratuit_bandeau .media-heading {
    text-align: center; }

.ena-viewmode-override-gratuit_niveau_1::before, .ena-viewmode-override-gratuit_niveau_1::after,
.ena-viewmode-override-gratuit_niveau_2::before,
.ena-viewmode-override-gratuit_niveau_2::after {
  content: ' ';
  display: table; }

.ena-viewmode-override-gratuit_niveau_1::after,
.ena-viewmode-override-gratuit_niveau_2::after {
  clear: both; }

.ena-viewmode-override-gratuit_niveau_1 .embed-container {
  float: left;
  margin: 12px 0 12px 12px;
  width: 200px; }
  @media (max-width: 699px) {
    .ena-viewmode-override-gratuit_niveau_1 .embed-container {
      width: 30%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ena-viewmode-override-gratuit_niveau_1 .embed-container {
      float: none;
      margin: 0;
      width: 100%; } }

.ena-viewmode-override-gratuit_niveau_1 .gr-meta {
  padding: 0; }

.ena-viewmode-override-gratuit_niveau_2 .media-heading {
  font-size: 30px; }
  @media (max-width: 699px) {
    .ena-viewmode-override-gratuit_niveau_2 .media-heading {
      font-size: 17px;
      font-size: calc(3vw + 7px); } }

.ena-viewmode-override-gratuit_niveau_2 .embed-container {
  float: right;
  width: calc(33.33% - 15px);
  margin: 0 0 0 15px; }

.ena-viewmode-override-gratuit_niveau_2 .gr-keyword-alerte {
  left: auto;
  right: 10px; }

@media (min-width: 700px) {
  .ena-viewmode-override-enalesoir_gratuit_niveau_1 .embed-container,
  .ena-viewmode-override-enalesoir_gratuit_niveau_2 .embed-container {
    display: none; } }

@media (max-width: 699px) {
  .ena-viewmode-override-enalesoir_gratuit_niveau_1 .gr-article-teaser,
  .ena-viewmode-override-enalesoir_gratuit_niveau_2 .gr-article-teaser {
    display: none; } }

.ena-viewmode-override-gratuit_manchette,
.ena-viewmode-override-enalesoir_gratuit_manchette_1,
.ena-viewmode-override-enalesoir_gratuit_niveau_1,
.ena-viewmode-override-enalesoir_gratuit_niveau_2,
.ena-viewmode-override-gratuit_niveau_1,
.ena-viewmode-override-gratuit_niveau_1_impact_3,
.ena-viewmode-override-gratuit_niveau_3,
.ena-viewmode-override-gratuit_niveau_3_impact_1 {
  padding-bottom: 30px; }
  @media (max-width: 699px) {
    .ena-viewmode-override-gratuit_manchette,
    .ena-viewmode-override-enalesoir_gratuit_manchette_1,
    .ena-viewmode-override-enalesoir_gratuit_niveau_1,
    .ena-viewmode-override-enalesoir_gratuit_niveau_2,
    .ena-viewmode-override-gratuit_niveau_1,
    .ena-viewmode-override-gratuit_niveau_1_impact_3,
    .ena-viewmode-override-gratuit_niveau_3,
    .ena-viewmode-override-gratuit_niveau_3_impact_1 {
      padding-bottom: 0; } }
  .ena-viewmode-override-gratuit_manchette .gr-meta,
  .ena-viewmode-override-enalesoir_gratuit_manchette_1 .gr-meta,
  .ena-viewmode-override-enalesoir_gratuit_niveau_1 .gr-meta,
  .ena-viewmode-override-enalesoir_gratuit_niveau_2 .gr-meta,
  .ena-viewmode-override-gratuit_niveau_1 .gr-meta,
  .ena-viewmode-override-gratuit_niveau_1_impact_3 .gr-meta,
  .ena-viewmode-override-gratuit_niveau_3 .gr-meta,
  .ena-viewmode-override-gratuit_niveau_3_impact_1 .gr-meta {
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 6px 10px 1px;
    position: absolute;
    right: 0; }

.ena-viewmode-override-gratuit_niveau_1_impact_3 .gr-meta {
  background: #002d5f; }

@media (max-width: 699px) {
  .ena-viewmode-override-gratuit_niveau_3_impact_1 .gr-article-teaser {
    display: none; } }

.ena-viewmode-override-gratuit_niveau_3_impact_1 .gr-meta {
  background: #6b0202; }

.gr-teaser-3col .ena-viewmode-override-gratuit_niveau_3 {
  width: calc(33.33% - 16px);
  float: left;
  margin: 0 24px 0 0;
  min-width: 0; }
  @media (max-width: 699px) {
    .gr-teaser-3col .ena-viewmode-override-gratuit_niveau_3 {
      width: 100%;
      float: none;
      margin-bottom: 12px; } }
  .gr-teaser-3col .ena-viewmode-override-gratuit_niveau_3:last-child {
    margin: 0; }
  .gr-zone .gr-teaser-3col .ena-viewmode-override-gratuit_niveau_3 {
    min-width: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }

.gr-une-main-title {
  clear: both;
  display: block;
  float: none; }
  .gr-une-main-title h4 {
    font-family: Oswald, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      .gr-une-main-title h4 {
        font-family: Oswald, sans-serif;
        font-size: 25px;
        font-weight: 300;
        line-height: 1.15; } }
    .gr-une-main-title h4 span {
      color: #099; }
  .gr-une-main-title .gr-star {
    color: #099; }
  .gr-une-main-title .embed-container {
    background: transparent;
    display: block;
    float: none;
    margin: 0 0 5px; }
    .gr-une-main-title .embed-container img {
      margin: 0;
      padding: 0 !important;
      width: 100%; }
  .gr-une-main-title .media-body {
    display: block;
    float: none;
    overflow: visible; }
    .gr-une-main-title .media-body p:last-child {
      margin-bottom: 0; }
    .gr-une-main-title .media-body .list-group-item:last-child {
      padding-bottom: 0; }

.media-heading {
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  margin: 10px 0; }

.gr-teasers-list {
  margin-bottom: 10px;
  margin-left: 20px; }
  .gr-teasers-list .list-group-item {
    font-size: 14px;
    font-family: robotocondensed_regular;
    padding-left: 0;
    padding-bottom: 0;
    border: 0; }
    @media (max-width: 699px) {
      .gr-teasers-list .list-group-item {
        background: transparent; } }
    .gr-panel .gr-teasers-list .list-group-item::before, .gr-teasers-list .list-group-item::before {
      color: #575757;
      content: '\EA20';
      font-family: main;
      font-size: 6px;
      display: inline-block;
      width: 2em;
      margin-left: -2.5em;
      position: relative;
      top: -2px; }
  .gr-panel .list-group .gr-teasers-list {
    margin-left: 30px; }
    .gr-panel .list-group .gr-teasers-list .list-group-item {
      padding-bottom: 0; }

.author,
.gr-article-content .entry-details,
.gr-meta,
.entry-details {
  font-family: robotocondensed_light;
  display: inline-block;
  margin-right: 10px; }
  .author .fa-pencil,
  .gr-article-content .entry-details .fa-pencil,
  .gr-meta .fa-pencil,
  .entry-details .fa-pencil {
    margin-left: 6px; }

.nav-pills {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35; }

.gr-meta-author {
  margin-bottom: 0;
  display: block;
  margin-right: 0;
  font-family: roboto; }
  .gr-meta-author .fa-pencil {
    display: none !important; }
  .gr-article-infos .gr-meta-author {
    position: relative;
    margin-right: 0;
    display: inline-block; }
    @media (max-width: 699px) {
      .gr-article-infos .gr-meta-author {
        left: 0; } }
  #gr-article .gr-article-infos .gr-meta-author {
    margin-right: 0; }

.gr-meta-author + .gr-meta-section::before {
  content: '|';
  display: inline-block;
  margin: 0 5px; }

.media-body {
  width: auto;
  padding: 12px; }
  @media (max-width: 699px) {
    .media-body {
      padding: 6px; } }
  .media-body .hidden-xs {
    font-size: 18px;
    margin-bottom: 10px; }

.not-front #gr-une-content .fa-pencil {
  margin-left: 0; }

.not-front #gr-une-content .gr-une-main-title {
  margin-top: 0;
  margin-bottom: 15px;
  border: 0;
  min-height: 1%;
  overflow: visible;
  position: relative; }
  .not-front #gr-une-content .gr-une-main-title .embed-container {
    overflow-x: visible; }

@media (min-width: 992px) and (max-width: 1199px) {
  .not-front #gr-une-content .gr-une-titles .media-body {
    padding-bottom: 48px; } }

.not-front #gr-une-content .gr-une-titres {
  margin-left: 12px; }

@media (max-width: 699px) {
  .not-front #gr-une-content .gr-region-col-8-4 .gr-zone-left {
    margin-bottom: 24px; } }

@media (max-width: 699px) {
  .not-front #gr-une-content .gr-region-col-8-4 .gr-zone-left .gr-une-titles > a.embed-container {
    float: none;
    width: 100%;
    margin: 0; } }

@media (max-width: 699px) {
  .not-front #gr-une-content .gr-region-col-8-4 .gr-zone-left .gr-une-titles .media-body {
    padding: 12px; } }

@media (max-width: 699px) {
  .not-front #gr-une-content .gr-region-col-8-4 .gr-zone-right .gr-une-titles {
    padding-bottom: 0;
    display: block; }
    .not-front #gr-une-content .gr-region-col-8-4 .gr-zone-right .gr-une-titles:before {
      display: none; }
    .not-front #gr-une-content .gr-region-col-8-4 .gr-zone-right .gr-une-titles > a.embed-container {
      width: 34%;
      display: block; }
    .not-front #gr-une-content .gr-region-col-8-4 .gr-zone-right .gr-une-titles .media-body {
      padding: 12px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .not-front #gr-une-content .gr-region-col-12 .gr-zone-left .gr-une-titles {
    width: 48%;
    float: left;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
    .not-front #gr-une-content .gr-region-col-12 .gr-zone-left .gr-une-titles:nth-child(2n+1) {
      margin-right: 4%; } }

@media (min-width: 992px) {
  .not-front #gr-une-content .gr-une-row {
    border-spacing: 24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    width: auto; } }

.not-front #gr-une-content .gr-une-row .gr-une-titles .embed-container {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px; }

.page-trafic #gr-unes-titres {
  background: #fff;
  padding: 20px;
  margin-bottom: 24px; }
  .page-trafic #gr-unes-titres iframe {
    width: 100%;
    height: 300px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page-trafic #gr-unes-titres iframe {
        height: 500px; } }
    @media (min-width: 1200px) {
      .page-trafic #gr-unes-titres iframe {
        height: 600px; } }

.gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery,
.gallery .gr-region-col-12 .gr-zone-left .ena-type-package {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%; }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery::before, .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery::after,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package::before,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package::after {
    content: ' ';
    display: table; }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery::after,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package::after {
    clear: both; }
  @media (min-width: 700px) {
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery,
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package {
      width: calc(50% - 12px);
      min-width: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .ena-viewmode-teaser-medium,
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .ena-viewmode-teaser-medium {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery:nth-child(2n + 1),
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package:nth-child(2n + 1) {
    margin-right: 24px; }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .embed-container,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .embed-container {
    float: none;
    margin: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .embed-container,
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .embed-container {
        float: left;
        margin: 0; } }
    @media (max-width: 699px) {
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .embed-container,
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .embed-container {
        width: 34%;
        margin: 6px; } }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .media-body,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .media-body {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0; }
    @media (max-width: 699px) {
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .media-body,
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .media-body {
        padding: 10px;
        width: auto; } }
    @media (min-width: 700px) {
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .media-body,
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .media-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0 !important; }
        .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .media-body .gr-article-teaser,
        .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .media-body .gr-article-teaser {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .media-body .media-heading,
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .media-body .media-heading {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 699px) {
        .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .media-body .media-heading,
        .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .media-body .media-heading {
          margin-bottom: 0; } }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .gr-social-links-comments,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .gr-social-links-comments {
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .gr-social-links,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .gr-social-links {
    background: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0; }
    @media (max-width: 699px) {
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .gr-social-links,
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .gr-social-links {
        display: none; } }
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .gr-social-links .gr-social,
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .gr-social-links .gr-social {
      display: inline-block; }
  @media (max-width: 699px) {
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .gr-keyword-alerte,
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .gr-keyword-alerte {
      top: 0;
      left: 0; } }
  @media (max-width: 699px) {
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery h4,
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package h4 {
      font-size: 17px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery h4,
    .gallery .gr-region-col-12 .gr-zone-left .ena-type-package h4 {
      font-size: 21px; } }
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .gr-meta,
  .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .gr-meta {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 24px;
    padding: 5px 12px;
    width: 100%;
    background: #f5f5f5;
    display: block;
    width: auto;
    position: relative; }
    @media (max-width: 699px) {
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package-gallery .gr-meta,
      .gallery .gr-region-col-12 .gr-zone-left .ena-type-package .gr-meta {
        display: none; } }

@media (max-width: 699px) {
  .gallery .gr-region-col-12 .gr-zone-left .media.ena-type-package-gallery .embed-container::before, .gallery .gr-region-col-12 .gr-zone-left .media.ena-type-package .embed-container::before {
    bottom: calc(50% - 20px);
    left: auto;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; } }

@media (max-width: 699px) {
  .gallery .gr-region-col-12 .gr-zone-left .media.ena-type-package-gallery .media-body, .gallery .gr-region-col-12 .gr-zone-left .media.ena-type-package .media-body {
    padding-left: 24px; } }

@media (max-width: 1199px) {
  .gr-region-col-6-6 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-infographie .embed-container::before, .gr-region-col-6-6 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-audio .embed-container::before, .gr-region-col-6-6 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-video .embed-container::before, .gr-region-col-6-6 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package-gallery .embed-container::before, .gr-region-col-6-6 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package .embed-container::before, .gr-region-col-6-6 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-debat .embed-container::before {
    bottom: -24px;
    left: 12px;
    right: inherit; } }

@media (max-width: 699px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small::after,
.gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1::before,
.gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1::after,
.gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small::before,
.gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small::after,
.gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1::before,
.gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1::after {
  content: ' ';
  display: table; }

.gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small::after,
.gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1::after,
.gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small::after,
.gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1::after {
  clear: both; }

@media (max-width: 699px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small,
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 {
    float: none;
    margin: 0 0 12px 0;
    width: 100%; } }

@media (min-width: 700px) and (max-width: 991px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .embed-container,
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .embed-container,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .embed-container,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .embed-container {
    float: left;
    margin: 0; } }

@media (max-width: 699px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .gr-keyword-alerte,
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .gr-keyword-alerte,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .gr-keyword-alerte,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .gr-keyword-alerte {
    top: 0;
    left: 0; } }

@media (max-width: 699px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .media-heading,
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .media-heading,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .media-heading,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .media-heading {
    margin-bottom: 0; } }

@media (max-width: 699px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small h4,
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 h4,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small h4,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 h4 {
    font-size: 17px;
    font-size: calc(3vw + 7px); } }

@media (min-width: 700px) and (max-width: 991px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small h4,
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 h4,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small h4,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 h4 {
    font-size: 21px; } }

@media (max-width: 699px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .gr-meta,
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .gr-meta,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-teaser-small .gr-meta,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .ena-viewmode-override-gratuit_niveau_1 .gr-meta {
    display: none; } }

@media (max-width: 699px) {
  .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-infographie .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-audio .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-video .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.ena-type-package-gallery .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.ena-type-package .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-debat .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-infographie .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-audio .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-video .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package-gallery .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package .embed-container::before, .gr-region-col-12 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-debat .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-infographie .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-audio .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-video .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.ena-type-package-gallery .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.ena-type-package .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-teaser-small.gr-une-title-debat .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-infographie .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-audio .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-video .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package-gallery .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package .embed-container::before,
  .gr-region-col-8-4 .gr-zone-left .gr-unes-sections .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-debat .embed-container::before {
    bottom: calc(50% - 20px);
    left: auto;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; } }

@media (max-width: 699px) {
  .gr-region-col-4-8 .gr-zone-left {
    margin-bottom: 12px; } }

#gr-une-content .gr-region-col-12 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-infographie .embed-container::before, #gr-une-content .gr-region-col-12 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-audio .embed-container::before, #gr-une-content .gr-region-col-12 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-video .embed-container::before, #gr-une-content .gr-region-col-12 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package-gallery .embed-container::before, #gr-une-content .gr-region-col-12 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.ena-type-package .embed-container::before, #gr-une-content .gr-region-col-12 .gr-zone-left .media.ena-viewmode-override-gratuit_niveau_1.gr-une-title-debat .embed-container::before {
  left: 12px;
  right: auto; }

.gr-article-plus .media-heading::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/sites/all/themes/engbootstrap_lesoir/images/plus-icon.svg") right 0 no-repeat;
  background-size: 20px;
  vertical-align: middle; }

a.gr-article-plus::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/sites/all/themes/engbootstrap_lesoir/images/plus-icon.svg") right top no-repeat;
  background-size: 20px;
  vertical-align: middle; }

/* -----------------------
 * Une Bis
 * ---------------------*/
.not-front .gr-une-titles.ena-viewmode-override-gratuit_niveau_1 .embed-container {
  float: left;
  margin: 0;
  background: #f5f5f5; }

@media (min-width: 1200px) {
  .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles {
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles:before {
      display: none; }
    .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles .media-body h4 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 10px; }
    .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles .ena-viewmode-teaser-medium {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .not-front .ena-viewmode-override-gratuit_niveau_1 .gr-meta {
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px; }
  .not-front .ena-viewmode-override-gratuit_niveau_1 .embed-container {
    z-index: 1;
    position: relative;
    width: 225px; }
  .not-front .ena-viewmode-override-gratuit_niveau_1 .gr-social-links {
    width: auto;
    right: 0;
    padding-left: 255px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .not-front .ena-viewmode-override-gratuit_niveau_1 {
    padding-bottom: 0; }
    .not-front .ena-viewmode-override-gratuit_niveau_1 .gr-meta {
      margin-bottom: 0;
      padding-left: 12px;
      padding-right: 12px; } }

@media (max-width: 991px) {
  .not-front .ena-viewmode-override-gratuit_niveau_1 {
    padding-bottom: 0; }
    .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles {
      padding-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles:before {
        display: none; }
      .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles .media-body {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles .media-body h4 {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles .ena-viewmode-teaser-medium {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .not-front .ena-viewmode-override-gratuit_niveau_1 .gr-meta {
      position: relative;
      margin-left: -12px;
      margin-right: -12px;
      padding-left: 12px;
      padding-right: 12px; } }

@media (max-width: 699px) {
  .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles a.embed-container {
    width: 34%;
    background: none;
    margin: 6px; }
  .not-front .ena-viewmode-override-gratuit_niveau_1.gr-une-titles .media-body {
    padding: 12px; } }

#gr-articles-sidenav {
  position: relative;
  z-index: 2; }
  #gr-articles-sidenav::before, #gr-articles-sidenav::after {
    content: ' ';
    display: table; }
  #gr-articles-sidenav::after {
    clear: both; }
  @media (max-width: 991px) {
    #gr-articles-sidenav {
      display: block; } }
  #gr-articles-sidenav li {
    position: absolute; }
    #gr-articles-sidenav li a {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background: #f5f5f5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      height: 80px;
      margin-top: 210px;
      padding: 12px 0;
      position: fixed;
      top: 0;
      width: 24px;
      z-index: 1; }
      @media (max-width: 991px) {
        #gr-articles-sidenav li a {
          display: none; } }
      #gr-articles-sidenav li a .gr-article-prev-next-title {
        background: #f5f5f5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 21px;
        height: auto;
        min-height: 80px;
        line-height: 1.5;
        opacity: 0;
        padding: 10px;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .2s ease, visibility .2s ease;
        transition: opacity .2s ease, visibility .2s ease;
        visibility: hidden;
        width: 280px; }
      #gr-articles-sidenav li a:hover {
        background-color: #003978;
        color: #fff; }
        #gr-articles-sidenav li a:hover .gr-article-prev-next-title {
          color: #575757;
          opacity: 1;
          visibility: visible; }
          #gr-articles-sidenav li a:hover .gr-article-prev-next-title:hover {
            background: #f5f5f5;
            color: #575757; }
      #gr-articles-sidenav li a .glyphicon {
        margin: auto;
        width: auto; }
  #gr-articles-sidenav .gr-article-prev {
    left: -24px; }
    #gr-articles-sidenav .gr-article-prev .gr-article-prev-next-title {
      left: 24px; }
    #gr-articles-sidenav .gr-article-prev .glyphicon-chevron-left::before {
      content: '\EA1A';
      font-family: main;
      margin-right: 2px; }
  #gr-articles-sidenav .gr-article-next {
    width: 24px;
    right: -24px; }
    #gr-articles-sidenav .gr-article-next .gr-article-prev-next-title {
      left: -280px; }
    #gr-articles-sidenav .gr-article-next .glyphicon-chevron-right::before {
      content: '\EA19';
      font-family: main;
      margin-left: 2px; }

.gr-article-prevnext-sticky-wrapper {
  height: auto !important; }

@media (min-width: 1200px) {
  #gr-articles-sidenav.is-stuck li a {
    position: fixed;
    top: 90px; }
  #gr-articles-sidenav.is-stuck li.gr-article-next {
    right: -24px;
    width: 24px; } }

@media (min-width: 992px) {
  #gr-articles-sidenav.is-stuck-bottom li a {
    bottom: 15px;
    left: 0;
    position: absolute;
    top: auto; } }

.gr-content-inner {
  background: transparent;
  padding-top: 0;
  position: relative; }
  @media (min-width: 992px) {
    .gr-content-inner {
      padding-left: 0;
      padding-right: 0; } }

#gr-article {
  background: #fff;
  margin-bottom: 24px;
  padding: 24px 24px 0;
  position: relative; }
  @media (max-width: 699px) {
    #gr-article {
      margin-bottom: 12px;
      padding: 6px 10px 0; } }
  @media (min-width: 992px) {
    #gr-article {
      float: left;
      margin-right: 24px;
      overflow: visible;
      width: calc(100% - 310px - 20px); } }
  @media (min-width: 1200px) {
    #gr-article {
      padding-left: 310px;
      width: calc(100% - 300px - 24px); } }

#gr-article .embed-responsive-16by9,
.atom-package-gallery-player .embed-responsive-16by9 {
  padding: 0; }
  #gr-article .embed-responsive-16by9 .gr-main-image,
  .atom-package-gallery-player .embed-responsive-16by9 .gr-main-image {
    margin: 0; }

.gr-article-content {
  float: none;
  padding-left: 0;
  padding-top: 0;
  width: 100%; }
  .gr-article-content h2 {
    color: #840303;
    font-family: "Georgia", "Times New Roman", Times, serif;
    text-transform: none; }
  .gr-article-content a {
    color: #003978; }
  .gr-article-content p {
    color: #383838;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 0;
    line-height: 1.35; }
    .gr-article-content p a {
      color: #0069de;
      text-decoration: underline; }
  .gr-article-content .drop-cap {
    color: #840303;
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 6em;
    font-weight: 300;
    line-height: 0.9em; }
    @media (max-width: 699px) {
      .gr-article-content .drop-cap {
        font-family: "Georgia", "Times New Roman", Times, serif;
        font-size: 4em;
        font-weight: 300;
        line-height: 0.9em; } }
  .gr-article-content .gr-article-sticky-wrapper {
    background: #f5f5f5;
    height: auto !important; }
    .gr-article-content .gr-article-sticky-wrapper::before, .gr-article-content .gr-article-sticky-wrapper::after {
      content: ' ';
      display: table; }
    .gr-article-content .gr-article-sticky-wrapper::after {
      clear: both; }

@media (min-width: 992px) {
  .gr-article-header {
    padding: 0; } }

.gr-article-header h1 {
  color: #840303; }
  .gr-article-header h1::before, .gr-article-header h1::after {
    content: ' ';
    display: table; }
  .gr-article-header h1::after {
    clear: both; }

.gr-article-header .gr-article-teaser {
  font-size: 18px; }

.gr-article-infos {
  border: 0;
  font-family: robotocondensed_light;
  padding-bottom: 0;
  padding-top: 0; }
  @media (max-width: 480px) {
    .gr-article-infos .gr-article-infos-group {
      display: block; } }
  @media (max-width: 480px) {
    .gr-article-infos .gr-article-infos-group .gr-article-infos-content.gr-social-links {
      border-left: 0;
      margin: 0 0 12px;
      padding: 0; } }
  @media (min-width: 1200px) {
    .gr-article-infos {
      left: 12px;
      margin: 0;
      position: absolute;
      top: 24px;
      width: 198px; } }
  @media (max-width: 1199px) {
    .gr-article-infos {
      border-top: 1px solid #d7d7d7;
      border-bottom: 1px solid #d7d7d7;
      padding: 12px; }
      .gr-article-infos .gr-article-infos-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 8px; } }
    @media (max-width: 1199px) and (max-width: 480px) {
      .gr-article-infos .gr-article-infos-group {
        display: block; } }
  @media (max-width: 1199px) {
        .gr-article-infos .gr-article-infos-group .gr-article-infos-content {
          margin-bottom: 0; }
          .gr-article-infos .gr-article-infos-group .gr-article-infos-content.gr-social-links {
            margin-left: 12px;
            padding-left: 12px;
            border-left: 1px solid #d7d7d7; } }
        @media (max-width: 1199px) and (max-width: 480px) {
          .gr-article-infos .gr-article-infos-group .gr-article-infos-content.gr-social-links {
            border-left: 0;
            margin: 0 0 12px;
            padding: 0; } }
  @media (max-width: 1199px) {
      .gr-article-infos .gr-article-infos-author,
      .gr-article-infos .gr-section-url {
        margin-left: 7px;
        padding-left: 7px;
        position: relative; }
        .gr-article-infos .gr-article-infos-author::before,
        .gr-article-infos .gr-section-url::before {
          background: #333;
          content: '';
          height: 11px;
          left: 0;
          position: absolute;
          top: 4px;
          width: 1px; } }
  @media (max-width: 480px) {
    .gr-article-infos {
      padding: 12px 0; }
      .gr-article-infos .gr-section-url {
        clear: both;
        display: block;
        float: none;
        margin-left: 0;
        padding-left: 0;
        padding-top: 5px; }
        .gr-article-infos .gr-section-url::before {
          display: none; } }
  .gr-article-infos .gr-article-infos-content {
    vertical-align: middle; }
    @media (max-width: 1199px) {
      .gr-article-infos .gr-article-infos-content {
        white-space: nowrap; } }
    @media (max-width: 480px) {
      .gr-article-infos .gr-article-infos-content {
        white-space: normal; } }
    @media (min-width: 1200px) {
      .gr-article-infos .gr-article-infos-content + .gr-article-infos-content {
        padding-top: 0; } }
    @media (min-width: 1200px) {
      .gr-article-infos .gr-article-infos-content + .gr-article-infos-content:not(.gr-social-links) {
        border-top: 1px solid #d7d7d7;
        padding-bottom: 10px;
        padding-top: 10px; } }
    .gr-article-infos .gr-article-infos-content:not(.gr-social-links) {
      position: relative; }
      @media (min-width: 1200px) {
        .gr-article-infos .gr-article-infos-content:not(.gr-social-links) {
          left: 64px;
          padding-bottom: 10px; } }
    @media (min-width: 1200px) {
      .gr-article-infos .gr-article-infos-content:first-child {
        padding-bottom: 0;
        padding-top: 0; } }
  .gr-article-infos .gr-social-comments {
    font-size: 21px; }
    .gr-article-infos .gr-social-comments a {
      color: #575757;
      font-size: 21px; }
      @media (max-width: 699px) {
        .gr-article-infos .gr-social-comments a {
          font-size: 18px; } }
    .gr-article-infos .gr-social-comments .icon {
      height: 40px;
      line-height: 40px;
      margin-right: 4px;
      text-align: center; }
  .gr-article-infos .gr-article-infos-content {
    display: inline-block; }
    @media (max-width: 480px) {
      .gr-article-infos .gr-article-infos-content {
        display: block; } }
    .gr-article-infos .gr-article-infos-content time {
      display: inline-block; }
  .gr-article-infos .gr-article-infos-author {
    left: -3px; }
    @media (max-width: 480px) {
      .gr-article-infos .gr-article-infos-author {
        left: 0; } }
  .gr-article-infos .gr-section-url a {
    color: #003978; }
  .gr-article-infos.has-stuck-bottom {
    height: 0;
    overflow: visible;
    padding: 0;
    position: static; }

.gr-article-tools {
  display: none;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35; }
  .gr-article-tools ul {
    margin-bottom: 20px;
    text-align: center; }
    .gr-article-tools ul li {
      float: none;
      margin: 0 auto;
      position: relative; }
      .gr-article-tools ul li a {
        background: #840303;
        margin: 0 auto;
        background: #575757;
        color: #fff;
        border-radius: 40px;
        display: block;
        padding: 20px;
        text-align: center;
        width: 80px;
        height: 80px; }
        .gr-article-tools ul li a:hover, .gr-article-tools ul li a:active {
          background: #840303;
          background: #e80505; }
        .gr-article-tools ul li a:focus {
          background: #575757;
          background: ligthen(#840303, 10); }
  .gr-article-tools .glyphicon {
    display: none; }

.gr-article-teaser {
  color: #575757;
  font-family: "Georgia", "Times New Roman", Times, serif;
  margin-bottom: 12px;
  margin-top: 0; }
  @media (max-width: 991px) {
    .gr-article-teaser {
      float: none;
      width: 100%; } }
  .gr-article-header .gr-article-teaser {
    display: inline-block; }
  .gr-article-teaser p {
    margin-bottom: 0; }

.gr-article-links-list {
  background: #d7d7d7;
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 10px; }
  @media (max-width: 699px) {
    .gr-article-links-list {
      width: 100%; } }
  .gr-article-links-list .gr-article-links-list__heading {
    border-bottom-width: 5px;
    font-size: 17px;
    padding-top: 0; }

.gr-article-sidebar-left {
  border: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left; }
  .gr-article-sidebar-left::before, .gr-article-sidebar-left::after {
    content: ' ';
    display: table; }
  .gr-article-sidebar-left::after {
    clear: both; }
  @media (min-width: 1200px) {
    .gr-article-sidebar-left {
      float: left;
      margin-bottom: 10px;
      margin-left: -246px;
      margin-right: 24px;
      margin-top: 0;
      position: absolute;
      top: 700px;
      width: 222px; } }
  .gr-article-sidebar-left p {
    font-size: 14px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-article-sidebar-left img {
      float: left;
      margin-right: 24px;
      max-width: 310px; } }
  .gr-article-sidebar-left figcaption {
    background: none;
    color: inherit;
    padding: 10px; }

@media (max-width: 699px) {
  .gr-article-aside figure,
  .gr-article-aside p {
    display: none; } }

.gr-article-aside .gr-article-aside-heading,
.gr-article-aside .gr-article-aside-body {
  padding: 10px; }

.gr-article-aside .gr-article-aside-heading {
  background: #fdc800;
  color: #383838;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.35; }

@media (min-width: 1200px) {
  .gr-article-aside.is-sticky.is-stuck {
    position: fixed;
    top: 90px; } }

@media (min-width: 992px) {
  .gr-article-aside.is-sticky.is-stuck-bottom {
    bottom: 15px;
    left: 64px;
    margin-left: 0;
    position: absolute;
    top: inherit; } }

.gr-article-aside-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }

.gr-article-blockquote {
  border-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-article-blockquote {
      margin-bottom: 40px;
      margin-top: 40px; } }
  .gr-article-blockquote p {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 21px;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .gr-article-blockquote p {
        font-size: 42px;
        line-height: 1.15; } }
    .gr-article-blockquote p::before {
      color: #f5f5f5;
      content: '\EA10';
      font-family: 'main';
      font-size: 42px;
      left: -12px;
      position: absolute;
      top: -12px;
      z-index: -1; }
      @media (min-width: 992px) {
        .gr-article-blockquote p::before {
          font-size: 63px;
          left: -24px;
          top: -24px; } }

.pane-ena-links-lists .panel-heading {
  background: #fff; }

.pane-ena-links-lists .gr-panel > .list-group {
  padding-bottom: 0;
  padding-top: 0; }
  .pane-ena-links-lists .gr-panel > .list-group .list-group {
    padding-bottom: 5px;
    padding-top: 5px; }

.pane-ena-links-lists .list-group-item {
  border: 0;
  font-size: 17px;
  margin-left: 48px;
  padding: 5px 0; }
  .pane-ena-links-lists .list-group-item::before {
    color: #840303;
    content: '• ';
    margin-left: -24px;
    top: 2px; }

.pane-ena-links-lists .media-heading {
  margin: 0; }
  .pane-ena-links-lists .media-heading a {
    color: #003978; }

.gr-article-hors-texte {
  background: #f5f5f5;
  border-top: 7px solid #003978; }
  .gr-article-hors-texte .gr-meta-author {
    margin: 0;
    padding: 10px 15px; }
  .gr-article-hors-texte > .panel-heading {
    background: none;
    border: 0;
    font-size: 21px;
    color: #000;
    font-family: "Georgia", "Times New Roman", Times, serif; }
  .gr-article-hors-texte > .panel-body p {
    color: #383838;
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 19px; }
  .gr-article-hors-texte > .panel-body p:last-child {
    margin: 0; }

#gr-articles-nav {
  font-size: 25px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35; }
  @media (max-width: 991px) {
    #gr-articles-nav {
      display: none; } }
  #gr-articles-nav li {
    position: relative; }
    #gr-articles-nav li a {
      display: none; }

@media (max-width: 991px) {
  #gr-main-media,
  .gr-main-media {
    margin-left: 0;
    margin-right: 0; } }

#gr-main-media.gr-media--video,
.gr-main-media.gr-media--video {
  background: #797979;
  border: 0;
  height: auto;
  padding-top: 0;
  -webkit-transition: top .25s, left .25s, width .15s ease, height .15s ease, opacity .25s ease-in;
  transition: top .25s, left .25s, width .15s ease, height .15s ease, opacity .25s ease-in;
  width: 100%; }
  #gr-main-media.gr-media--video .gr-caption,
  .gr-main-media.gr-media--video .gr-caption {
    display: none; }

.gr-article-secondary .gr-article-teaser {
  float: none;
  width: 100%; }
  .gr-article-secondary .gr-article-teaser p {
    font-size: 21px; }

.gr-article-secondary .gr-article-header img {
  margin-bottom: 15px; }

.gr-reply-title {
  border-bottom: 7px solid #cc0300; }

.gr-12-clics .gr-breadcrumb {
  margin-bottom: 0; }

.gr-12-clics .row {
  margin-left: 0;
  margin-right: 0; }

.gr-12-clics #gr-une-bis-content .gr-content-inner {
  padding-top: 0; }

@media (max-width: 699px) {
  .gr-12-clics #gr-sidebar-left, .gr-12-clics .gr-sidebar {
    border-right: 7px solid #003978; } }

.gr-12-clics .gr-content-inner {
  margin: 0 24px 0 27px; }

.gr-12-clics__topmenu {
  font-family: Oswald, sans-serif;
  border-bottom: 1px solid #d7d7d7; }
  .gr-12-clics__topmenu li {
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.35;
    font-size: 25px; }

.gr-12-clics__nav {
  border: 0; }
  .gr-12-clics__nav .nav {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 4em;
    font-style: italic;
    list-style-type: none; }
  .gr-12-clics__nav .panel-heading {
    background: #003978;
    border-radius: 0 0 5px 5px; }
    @media (max-width: 699px) {
      .is-visible .gr-12-clics__nav .panel-heading {
        right: -45px;
        border-radius: 5px 5px 0 0; } }
  .gr-12-clics__nav .list-group-item {
    background: #f5f5f5;
    border-bottom: 1px solid #d7d7d7; }
    .gr-12-clics__nav .list-group-item .gr-section-name {
      font-family: Oswald, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.35;
      text-transform: uppercase;
      color: #383838; }
    .gr-12-clics__nav .list-group-item a {
      background: #f5f5f5;
      font: normal 14px "Georgia", "Times New Roman", Times, serif;
      line-height: 1.35;
      color: #383838; }
      .gr-12-clics__nav .list-group-item a::before {
        top: 20%;
        font-size: 30px;
        color: #383838; }
      .gr-12-clics__nav .list-group-item a:focus, .gr-12-clics__nav .list-group-item a:visited {
        background: #fff;
        color: #383838; }
    .gr-12-clics__nav .list-group-item a:hover,
    .gr-12-clics__nav .list-group-item a:focus:hover,
    .gr-12-clics__nav .list-group-item a:visited:hover {
      color: #383838;
      background: #d7d7d7; }
      .gr-12-clics__nav .list-group-item a:hover::before,
      .gr-12-clics__nav .list-group-item a:focus:hover::before,
      .gr-12-clics__nav .list-group-item a:visited:hover::before {
        color: #383838; }
    .gr-12-clics__nav .list-group-item.active {
      border: 0;
      background: #d7d7d7; }
      .gr-12-clics__nav .list-group-item.active a,
      .gr-12-clics__nav .list-group-item.active a:hover,
      .gr-12-clics__nav .list-group-item.active a:focus,
      .gr-12-clics__nav .list-group-item.active a:visited {
        background: #d7d7d7;
        color: #383838; }
        .gr-12-clics__nav .list-group-item.active a::before,
        .gr-12-clics__nav .list-group-item.active a:hover::before,
        .gr-12-clics__nav .list-group-item.active a:focus::before,
        .gr-12-clics__nav .list-group-item.active a:visited::before {
          color: #383838; }
    .gr-12-clics__nav .list-group-item:first-child.active {
      border-top: 0; }
    .gr-12-clics__nav .list-group-item strong {
      font-family: Oswald, sans-serif;
      text-transform: uppercase;
      display: block; }

.gr-12-clics__article-item {
  border-bottom: 5px solid #000; }
  .gr-12-clics__article-item:last-child {
    border-bottom: 0; }
  .gr-12-clics__article-item::before {
    font: italic 4em "Georgia", "Times New Roman", Times, serif;
    font-size: 100px;
    line-height: 100px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 10px solid #000; }
  .gr-12-clics__article-item .media {
    position: relative; }

.gr-page-le-direct #gr-main-content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.gr-page-le-direct .gr-content-inner {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 700px) {
    .gr-page-le-direct .gr-content-inner {
      float: left;
      width: 83.33333%; } }
  @media (min-width: 700px) {
    .gr-page-le-direct .gr-content-inner {
      margin-left: 8.33333%; } }
  @media (min-width: 992px) {
    .gr-page-le-direct .gr-content-inner {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .gr-page-le-direct .gr-content-inner {
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .gr-page-le-direct .gr-content-inner {
      float: left;
      width: 58.33333%; } }
  @media (min-width: 1200px) {
    .gr-page-le-direct .gr-content-inner {
      margin-left: 20.83333%; } }

.gr-page-le-direct #gr-unes-titres {
  width: 100%; }

.gr-page-le-direct .gr-page-title {
  border: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  letter-spacing: 0;
  line-height: normal;
  padding: 0; }

.gr-page-le-direct h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 24px;
  padding-bottom: 12px; }

.gr-page-le-direct .gr-direct-list .gr-direct-item-day {
  border-bottom: 0;
  font-family: Oswald, sans-serif;
  padding: 10px 0 20px 0; }

.gr-page-le-direct .gr-direct-list .gr-direct-item {
  border: 0;
  padding: 10px 0 10px 72px; }
  @media (max-width: 699px) {
    .gr-page-le-direct .gr-direct-list .gr-direct-item {
      padding: 10px 0; } }
  .gr-page-le-direct .gr-direct-list .gr-direct-item + .gr-direct-item {
    border-top: 1px solid #d7d7d7; }

.gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__time {
  background: none;
  color: #797979;
  float: none;
  font-family: roboto_regular;
  font-size: 14px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 12.5px;
  text-align: left;
  width: 48px; }

.gr-page-le-direct .gr-direct-list .gr-direct-item .gr-social-links {
  height: 24px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: auto; }
  .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-social-links .btn {
    border-radius: 50%; }
  @media (min-width: 700px) {
    .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-social-links .btn + .btn {
      margin-left: 10px; } }

.gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__meta {
  font-family: roboto_regular;
  line-height: 1; }
  .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__meta .gr-direct-item__meta-link {
    background: transparent;
    color: #840303;
    display: inline-block;
    font-size: 14px;
    padding: 2.5px 5px; }
    .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__meta .gr-direct-item__meta-link--alert {
      background: #840303;
      color: #fff; }

.gr-page-le-direct .gr-direct-list .gr-direct-item .gr-meta-author {
  display: block;
  margin-bottom: 20px; }

.gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__content {
  border: 0;
  margin-right: 96px;
  padding: 0; }
  @media (max-width: 699px) {
    .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__content {
      margin-right: 0; } }
  .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__content .gr-direct-item__heading {
    float: none;
    margin-top: 0; }
  .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__content .gr-direct-item__media {
    display: inline-block;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__content .gr-direct-item__media {
        float: left;
        margin-right: 10px;
        width: 40%; } }
    .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__content .gr-direct-item__media .img-responsive {
      margin-top: 0; }
  .gr-page-le-direct .gr-direct-list .gr-direct-item .gr-direct-item__content .gr-article-teaser {
    font-size: 17px; }

.page-services #gr-main-content {
  padding-left: 0; }
  .page-services #gr-main-content #gr-une-bis-content {
    float: none;
    width: auto;
    background: #fff;
    overflow: hidden;
    margin: 0 12px; }
  .page-services #gr-main-content .gr-content-inner {
    background: #fff;
    padding: 60px 25%;
    margin-left: -260px;
    margin-bottom: 24px; }
    .page-services #gr-main-content .gr-content-inner h2 {
      font-size: 40px;
      margin-bottom: 40px; }
    .page-services #gr-main-content .gr-content-inner h3 {
      font-size: 30px;
      margin-top: 40px;
      margin-bottom: 20px; }
    .page-services #gr-main-content .gr-content-inner p {
      font-size: 18px;
      line-height: 24px; }
      .page-services #gr-main-content .gr-content-inner p strong {
        font-weight: bold;
        font-family: roboto_regular;
        display: block;
        margin: 20px 0; }
    .page-services #gr-main-content .gr-content-inner ul,
    .page-services #gr-main-content .gr-content-inner ol {
      margin-top: 20px;
      margin-bottom: 20px; }
      .page-services #gr-main-content .gr-content-inner ul li,
      .page-services #gr-main-content .gr-content-inner ol li {
        font-size: 18px;
        margin-bottom: 15px; }

.page-bourse .gr-content-inner {
  background: #fff;
  padding: 24px;
  margin-bottom: 24px; }

.page-rss .gr-content-inner {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .page-services #gr-main-content .gr-content-inner {
    margin-left: 0;
    padding: 24px; } }

.gr-top {
  counter-reset: top-user; }
  .gr-top h1 {
    color: #003978; }
  .gr-top .gr-une-titles {
    counter-increment: top-user;
    padding-left: 36px;
    min-width: calc(100% - 36px);
    overflow: hidden; }
    .gr-top .gr-une-titles.gr-une-event {
      margin-bottom: 24px; }
    @media (max-width: 699px) {
      .gr-top .gr-une-titles {
        padding-left: 20px; } }
    .gr-top .gr-une-titles::before {
      background: #f5f5f5;
      bottom: 0;
      color: #fff;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      width: 36px;
      z-index: 10; }
      @media (max-width: 699px) {
        .gr-top .gr-une-titles::before {
          width: 20px; } }
    .gr-top .gr-une-titles::after {
      bottom: 0;
      color: #797979;
      content: counter(top-user);
      display: block;
      font-family: oswald;
      font-size: 30px;
      left: 0;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-25%);
      transform: translateY(-25%);
      width: 36px;
      z-index: 11; }
      @media (max-width: 699px) {
        .gr-top .gr-une-titles::after {
          font-size: 17px;
          width: 20px; } }
    @media (max-width: 699px) {
      .gr-top .gr-une-titles h4 {
        font-size: calc(3vw + 5px); } }
    @media (min-width: 700px) {
      .gr-top .gr-une-titles .gr-social-links-comments {
        margin-left: 40px; } }
  .gr-top .ena-viewmode-override-gratuit_niveau_1 .embed-container {
    margin: 0;
    width: 240px; }
    @media (max-width: 699px) {
      .gr-top .ena-viewmode-override-gratuit_niveau_1 .embed-container {
        margin-right: 10px;
        width: 34%; } }
  .gr-top .gr-keyword-alerte {
    left: 45px; }
  .gr-top .ena-viewmode-override-gratuit_niveau_2.media.ena-viewmode-teaser-infographie .embed-container::before,
  .gr-top .media.ena-viewmode-teaser-audio .embed-container::before,
  .gr-top .media.ena-viewmode-teaser-video .embed-container::before,
  .gr-top .media.ena-viewmode-teaser-gallery .embed-container::before,
  .gr-top .media.ena-viewmode-teaser-debat .embed-container::before {
    left: auto; }

.domain-soirmag-lesoir-be {
  background-color: #d7d7d7 !important; }
  .domain-soirmag-lesoir-be #gr-login-button .icon[class^='icon-']::before,
  .domain-soirmag-lesoir-be #gr-login-button .icon[class*='icon-']::before,
  .domain-soirmag-lesoir-be #gr-search-menu a .icon[class^='icon-']::before,
  .domain-soirmag-lesoir-be #gr-search-menu a .icon[class*='icon-']::before,
  .domain-soirmag-lesoir-be #gr-services-button a .icon[class^='icon-']::before,
  .domain-soirmag-lesoir-be #gr-services-button a .icon[class*='icon-']::before,
  .domain-soirmag-lesoir-be #gr-navbar-header .gr-home-link .icon[class^='icon-']::before,
  .domain-soirmag-lesoir-be #gr-navbar-header .gr-home-link .icon[class*='icon-']::before,
  .domain-soirmag-lesoir-be .gr-footer .gr-panel--footer .icon[class^='icon-']::before,
  .domain-soirmag-lesoir-be .gr-footer .gr-panel--footer .icon[class*='icon-']::before {
    font-family: 'main'; }
  .domain-soirmag-lesoir-be .pane-ena-cinetelerevue-progamtv-block-page-grille {
    position: relative;
    z-index: 0; }

.gr-programme-tv .gr-section,
.gr-programme-tv .gr-fast-toolbar,
.gr-programme-tv .gr-region {
  margin-bottom: 0; }

.inscription_aux_newsletters {
  background: #fff;
  width: 100%;
  padding: 24px 48px; }
  @media (max-width: 699px) {
    .inscription_aux_newsletters {
      padding-left: 24px;
      padding-right: 24px; } }
  .inscription_aux_newsletters #wrapper {
    padding: 0; }
  .inscription_aux_newsletters h1 {
    margin-top: 0;
    color: #840303; }
  .inscription_aux_newsletters .intros {
    color: #575757;
    font-family: "Georgia", "Times New Roman", Times, serif;
    margin-bottom: 12px;
    font-size: 17px;
    margin-top: 0; }
  .inscription_aux_newsletters form ul {
    margin: 24px 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -1%;
    margin-right: -1%; }
    .inscription_aux_newsletters form ul:before, .inscription_aux_newsletters form ul:after {
      display: none; }
    .inscription_aux_newsletters form ul li {
      list-style: none;
      width: 32%;
      margin-bottom: 3%;
      border: 1px solid #d7d7d7;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-shadow: 0 0 0 0 transparent;
      box-shadow: 0 0 0 0 transparent;
      -webkit-transition: all linear .2s;
      transition: all linear .2s;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-left: 1%;
      margin-right: 1%; }
      .inscription_aux_newsletters form ul li.active, .inscription_aux_newsletters form ul li.selected {
        -webkit-box-shadow: 0 0 0 5px #9d0404;
        box-shadow: 0 0 0 5px #9d0404; }
      @media (max-width: 699px) {
        .inscription_aux_newsletters form ul li {
          width: 100%;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-bottom: 30px; } }
      .inscription_aux_newsletters form ul li label {
        background: #f0f0f0;
        color: #840303;
        font-family: Oswald, sans-serif;
        font-size: 21px;
        font-weight: 300;
        padding: 10px;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .inscription_aux_newsletters form ul li label a {
          color: #575757;
          font-size: 0; }
          .inscription_aux_newsletters form ul li label a:before {
            font-family: main;
            content: '\EA13';
            display: inline-block;
            font-size: 21px;
            vertical-align: middle; }
      .inscription_aux_newsletters form ul li span {
        padding: 24px;
        display: block;
        text-align: center;
        cursor: pointer;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .inscription_aux_newsletters form ul li span input {
          display: none; }
        .inscription_aux_newsletters form ul li span p {
          text-align: left;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .inscription_aux_newsletters form ul li span .boutAjout {
          background: #004592;
          display: inline-block;
          padding: 10px 60px 10px 20px;
          margin: 10px auto;
          text-align: center;
          color: #fff;
          position: relative; }
          .inscription_aux_newsletters form ul li span .boutAjout:after {
            display: block;
            content: '\EA27';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 40px;
            background: #003978;
            font-family: 'main';
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none;
            line-height: 40px; }
          .inscription_aux_newsletters form ul li span .boutAjout.cancel {
            background: #fdc800; }
            .inscription_aux_newsletters form ul li span .boutAjout.cancel:after {
              content: '\EA1B';
              background: #e4b400; }
  .inscription_aux_newsletters form .checkbox label {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .inscription_aux_newsletters form .checkbox label:before {
      display: inline-block;
      content: "";
      border: 1px solid #fff;
      -webkit-box-shadow: 0px 0px 0px 1px #797979;
      box-shadow: 0px 0px 0px 1px #797979;
      width: 10px;
      height: 10px;
      margin-right: 5px; }
  .inscription_aux_newsletters form .checkbox input {
    display: none; }
    .inscription_aux_newsletters form .checkbox input:checked + label:before {
      background: #003978; }
  .inscription_aux_newsletters form #person-info {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #ebebeb;
    margin-left: -48px;
    margin-right: -48px;
    margin-bottom: -24px; }
    @media (max-width: 699px) {
      .inscription_aux_newsletters form #person-info {
        margin-left: -24px;
        margin-right: -24px; } }
    .inscription_aux_newsletters form #person-info h4 {
      padding: 0 24px 10px; }
    .inscription_aux_newsletters form #person-info p {
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 48px;
      padding-right: 48px; }
      @media (max-width: 699px) {
        .inscription_aux_newsletters form #person-info p {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-left: 24px;
          padding-right: 24px;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          display: block; } }
      @media (max-width: 699px) {
        .inscription_aux_newsletters form #person-info p span {
          margin-bottom: 12px;
          display: block; } }
      @media (max-width: 699px) {
        .inscription_aux_newsletters form #person-info p input {
          width: 100%; } }
    .inscription_aux_newsletters form #person-info label {
      font-family: Helvetica, Arial, sans-serif; }
      @media (max-width: 699px) {
        .inscription_aux_newsletters form #person-info label {
          display: block; } }
    .inscription_aux_newsletters form #person-info input[type="text"] {
      border: 1px solid #d7d7d7;
      padding: 10px;
      margin-left: 10px;
      font-size: 14px; }
      .inscription_aux_newsletters form #person-info input[type="text"]:focus, .inscription_aux_newsletters form #person-info input[type="text"]:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      @media (max-width: 699px) {
        .inscription_aux_newsletters form #person-info input[type="text"] {
          margin-left: 0; } }
    .inscription_aux_newsletters form #person-info button {
      background: #003978;
      border: none;
      padding: 10px 20px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      border: 1px solid #003978;
      white-space: nowrap; }
      .inscription_aux_newsletters form #person-info button:hover, .inscription_aux_newsletters form #person-info button:focus {
        background: #fdc800;
        border-color: #fdc800; }
      @media (max-width: 699px) {
        .inscription_aux_newsletters form #person-info button {
          float: left; } }

#logo {
  background: #003978;
  height: 60px;
  margin: 0;
  overflow: hidden;
  padding: 14px 0;
  width: 310px; }
  @media (max-width: 480px) {
    #logo {
      width: 120px; } }
  @media (max-width: 699px) {
    #logo {
      float: none;
      height: 45px;
      margin: 0 auto;
      padding: 10px 0;
      width: 130px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #logo {
      height: 45px;
      padding: 10px 0;
      width: 230px; } }
  #logo img {
    display: block;
    height: 45px;
    width: 100%; }
    @media (max-width: 991px) {
      #logo img {
        margin: 0 auto; } }
    @media (max-width: 480px) {
      #logo img {
        width: 130px; } }
    @media (max-width: 320px) {
      #logo img {
        width: 100px; } }
  .front #logo,
  .page-partners-scribble #logo {
    float: none;
    margin: auto; }

#gr-sections-plus-top a,
.gr-menu-favoris a {
  color: #003978;
  font-family: robotocondensed_light;
  font-size: 17px;
  line-height: 36px;
  padding: 0 12px;
  text-transform: none; }
  #gr-sections-plus-top a .fa-newspaper-o,
  .gr-menu-favoris a .fa-newspaper-o {
    display: none; }
  #gr-sections-plus-top a .fa-home,
  .gr-menu-favoris a .fa-home {
    display: inline-block; }
    @media (min-width: 992px) {
      #gr-sections-plus-top a .fa-home,
      .gr-menu-favoris a .fa-home {
        margin-right: 4px; } }
  #gr-sections-plus-top a:hover,
  .gr-menu-favoris a:hover {
    background: #0051ab; }
  #gr-sections-plus-top a.active,
  .gr-menu-favoris a.active {
    color: #840303; }

#gr-sections-plus-top .icon-home,
.gr-menu-favoris .icon-home {
  display: block;
  padding-top: 2px; }

#gr-sections-plus-top .navbar-bar,
.gr-menu-favoris .navbar-bar {
  display: inline-block;
  float: none; }

#gr-sections-plus-top .gr-section-plus-more:hover,
.gr-menu-favoris .gr-section-plus-more:hover {
  background: none;
  color: #fdc800; }

#gr-sections-plus-top .gr-section-plus-more.open,
.gr-menu-favoris .gr-section-plus-more.open {
  color: #fdc800; }

#gr-sections-plus-top .gr-section-plus-more .fa-plus-circle::before,
.gr-menu-favoris .gr-section-plus-more .fa-plus-circle::before {
  content: '\f142'; }

#gr-sections-plus-top .submenu,
.gr-menu-favoris .submenu {
  background: #fff;
  left: 50%;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 55px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden; }
  @media (max-width: 699px) {
    #gr-sections-plus-top .submenu,
    .gr-menu-favoris .submenu {
      display: none; } }
  #gr-sections-plus-top .submenu li,
  .gr-menu-favoris .submenu li {
    display: block;
    float: none; }
  #gr-sections-plus-top .submenu a,
  .gr-menu-favoris .submenu a {
    display: block;
    white-space: nowrap; }

#gr-sections-plus-top .has-submenu:hover .submenu,
.gr-menu-favoris .has-submenu:hover .submenu {
  opacity: 1;
  top: 36px;
  visibility: visible; }

#gr-sections-plus-top .has-submenu .has-submenu .submenu,
.gr-menu-favoris .has-submenu .has-submenu .submenu {
  display: none; }

#gr-sections-plus-top {
  background: #fff;
  display: block;
  float: left;
  font-size: 0;
  height: 36px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: calc(100% - 240px - 82px - 36px - 152px - 40px); }
  @media (max-width: 699px) {
    #gr-sections-plus-top {
      display: none;
      padding-right: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-sections-plus-top {
      width: calc(100% - 82px - 36px - 152px - 38px - 7px); } }
  #gr-sections-plus-top.has-more-menu {
    overflow: visible;
    padding-right: 40px;
    font-size: 0; }
  #gr-sections-plus-top #gr-section-plus-more > li {
    background: transparent;
    display: block;
    position: relative; }
  #gr-sections-plus-top #gr-section-plus-more .submenu {
    left: auto;
    right: 230px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #gr-sections-plus-top #gr-section-plus-more .submenu::before {
      border: 15px solid transparent;
      border-left-color: rgba(255, 255, 255, 0.9);
      border-size: 0 0 0 10px;
      content: '';
      height: 0;
      margin-top: -15px;
      position: absolute;
      right: -30px;
      top: 50%;
      width: 0;
      z-index: 1; }
    #gr-sections-plus-top #gr-section-plus-more .submenu::after {
      background: transparent;
      content: '';
      height: 100%;
      position: absolute;
      right: -21px;
      top: 0;
      width: 30px;
      z-index: 0; }
  #gr-sections-plus-top #gr-section-plus-more > li:hover .submenu {
    max-height: 80vh;
    opacity: 1;
    right: 220px;
    visibility: visible; }
  #gr-sections-plus-top > li:first-child .submenu {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    #gr-sections-plus-top > li:first-child .submenu::before {
      left: 25%; }
  #gr-sections-plus-top li {
    display: inline-block;
    float: none; }
  #gr-sections-plus-top .gr-section-plus-more:hover {
    background: none;
    color: #fdc800; }
  #gr-sections-plus-top .gr-section-plus-more.open {
    color: #fdc800; }
  #gr-sections-plus-top .gr-section-plus-more .fa-plus-circle::before {
    content: '\f142'; }
  .has-header-small #gr-sections-plus-top {
    display: none; }

#gr-section-plus {
  position: absolute;
  right: 0; }
  #gr-section-plus > a {
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    width: 40px; }
    #gr-section-plus > a::before {
      content: '\EA07';
      font-family: 'main';
      font-size: 14px; }

#gr-section-plus-more {
  background: #fff;
  -webkit-clip-path: circle(11px at 186px -15px);
  clip-path: circle(11px at 186px -15px);
  padding: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-clip-path .5625s, clip-path .375s;
  transition: -webkit-clip-path .5625s, clip-path .375s;
  visibility: hidden;
  width: 200px; }
  #gr-section-plus:hover #gr-section-plus-more {
    -webkit-clip-path: circle(1000px at 225px -15px);
    clip-path: circle(1000px at 150px -15px);
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    visibility: visible; }
  #gr-section-plus-more a {
    display: block;
    line-height: normal;
    padding: 3px 15px; }
    #gr-section-plus-more a:hover {
      text-decoration: none; }
  #gr-sections-plus-top #gr-section-plus-more li {
    display: block;
    white-space: normal; }
  li:hover #gr-section-plus-more {
    display: block; }

.gr-menu-favoris {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px; }
  @media (max-width: 699px) {
    .gr-menu-favoris {
      display: none; } }
  @media (min-width: 1333px) {
    .gr-menu-favoris {
      margin-right: calc(50% - 642px); } }
  .gr-menu-favoris .submenu {
    top: 36px; }
  @media (max-width: 1199px) {
    .gr-menu-favoris .has-submenu:hover .submenu {
      left: auto;
      right: 5px;
      -webkit-transform: none;
      transform: none; } }
  .gr-menu-favoris .has-submenu > a {
    display: block;
    height: 36px; }
  .gr-menu-favoris a {
    color: #003978;
    font-weight: 700; }
    .gr-menu-favoris a:hover {
      background: #840303;
      color: #fff;
      text-decoration: none; }
  .gr-menu-favoris .icon-star {
    font-size: 12px; }
  .has-header-small .gr-menu-favoris {
    display: none; }

.gr-home-link {
  color: #003978;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 32px;
  padding: 4px 10px 0;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (max-width: 699px) {
    .gr-home-link {
      display: none; } }
  .gr-home-link:hover {
    background: #0051ab; }
    .gr-home-link:hover .icon-home {
      color: #fff; }
  .gr-home-link .icon-home {
    color: #003978; }
  .has-header-small .gr-home-link {
    display: none; }

.gr-journal-link {
  display: block;
  float: right;
  padding: 0 5px; }
  @media (max-width: 699px) {
    .gr-journal-link {
      display: none; } }
  .has-header-small .gr-journal-link {
    display: none; }

.gr-soirplus-link {
  background: white;
  display: block;
  float: right;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1; }
  .navbar-header .gr-soirplus-link .icon {
    line-height: 36px;
    font-size: 26px;
    color: #003978; }
  @media (max-width: 699px) {
    .gr-soirplus-link {
      display: none; } }
  .gr-soirplus-link img {
    height: 24px;
    width: 100px; }

.has-header-small .gr-soirplus-link {
  display: none; }

#gr-login {
  color: #fdc800;
  border-left: 1px solid #0051ab;
  padding: 0;
  height: 60px;
  -webkit-transition: initial;
  transition: initial;
  font-family: Oswald, sans-serif; }
  @media (max-width: 991px) {
    #gr-login {
      height: 45px; } }
  @media (max-width: 699px) {
    #gr-login {
      border: 0; } }
  #gr-login:hover {
    background: #0051ab; }
  #gr-login a {
    color: #fdc800;
    display: block;
    padding: 6px 10px; }
    #gr-login a:hover {
      background: #fdc800;
      color: #003978;
      text-decoration: none; }
    #gr-login a:last-child {
      border-top: 1px solid #d7d7d7; }
  #gr-login .subtitle {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: inline; }
    @media (max-width: 699px) {
      #gr-login .subtitle {
        display: none; } }
  #gr-login .hello-user {
    display: none; }
  #gr-login .gr-user-register,
  #gr-login .gr-user-login {
    display: none; }

#gr-login-button {
  float: none;
  font-size: 30px;
  border: 0;
  color: #fdc800; }
  @media (max-width: 699px) {
    #gr-login-button {
      font-size: 20px;
      line-height: 45px; } }
  #gr-login-button:focus, #gr-login-button:hover {
    background: none; }
  #gr-login-button .subtitle {
    display: none; }
  #gr-login-button.navbar-toggle {
    padding: 0 10px; }
    @media (min-width: 992px) {
      #gr-login-button.navbar-toggle {
        padding: 13px 15px; } }

#gr-header .sidebar {
  background: transparent;
  border: 0;
  display: block !important;
  top: 0 !important;
  z-index: 50;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  @media (max-width: 991px) {
    #gr-header .sidebar {
      top: 48.5px; } }
  @media (max-width: 699px) {
    #gr-header .sidebar {
      width: 270px; } }
  #gr-header .sidebar.sidebar-open {
    -webkit-box-shadow: 0 0 40px #000;
    box-shadow: 0 0 40px #000; }
    @media (min-width: 1770px) {
      #gr-header .sidebar.sidebar-open {
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .has-header-fixed #gr-header .sidebar {
    position: fixed; }

.sidebar-left {
  left: 0; }

.sidebar-right {
  right: 0; }

#gr-services-button {
  border: 0;
  border-right: 1px solid #0051ab;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  z-index: 20; }
  @media (max-width: 991px) {
    #gr-services-button {
      height: 45px;
      width: 48px; } }
  @media (max-width: 699px) {
    #gr-services-button {
      border: 0; } }
  #gr-services-button:hover {
    background: #0051ab; }
    #gr-services-button:hover a {
      color: #fff; }
  #gr-services-button a {
    background: transparent;
    border: 0;
    color: #fff;
    height: 60px;
    margin: 0;
    padding-top: 7px; }
    @media (max-width: 991px) {
      #gr-services-button a {
        height: 45px;
        line-height: 50px;
        padding-top: 0; } }
  #gr-services-button span {
    margin: 0 auto;
    padding: 0;
    width: auto; }
  #gr-services-button .fa {
    font-size: 34px; }
  #gr-services-button .open {
    background: #0051ab; }
  #gr-services-button .ls-menu-button {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 991px) {
      #gr-services-button .ls-menu-button {
        display: none; } }

#gr-main-nav .sidebar {
  background: #383838;
  left: 0;
  padding: 30px 5px 0;
  z-index: 51; }
  #gr-main-nav .sidebar a {
    padding: 6px 20px; }
  #gr-main-nav .sidebar li {
    border-bottom: 1px solid #2e2e2e; }

#gr-main-nav .has-nav {
  padding-bottom: 5px;
  padding-top: 5px; }
  #gr-main-nav .has-nav::before, #gr-main-nav .has-nav::after {
    content: ' ';
    display: table; }
  #gr-main-nav .has-nav::after {
    clear: both; }

#gr-main-menu {
  background: #383838; }
  #gr-header #gr-main-menu li ul {
    margin-left: 30px; }
  #gr-header #gr-main-menu li.expanded > .btn-nav {
    height: 52px;
    width: 52px; }
    #gr-header #gr-main-menu li.expanded > .btn-nav::after {
      content: '\EA22';
      font-family: main;
      font-size: 24px;
      height: 20px;
      line-height: 24px;
      margin-right: 15px;
      margin-top: 12px;
      width: 20px; }
  #gr-header #gr-main-menu li.expanded.has-nav-open > .btn-nav::after {
    content: '\EA21'; }
  #gr-header #gr-main-menu li.expanded li > .btn-nav::after {
    margin-top: 9px; }
  #gr-header #gr-main-menu li li {
    background: none; }
    #gr-header #gr-main-menu li li a {
      font-size: 17px; }
    #gr-header #gr-main-menu li li li {
      display: inline-block; }
      #gr-header #gr-main-menu li li li a {
        display: inline-block;
        font-size: 14px; }
  #gr-header #gr-main-menu a {
    color: #fff; }
    #gr-header #gr-main-menu a:hover, #gr-header #gr-main-menu a:focus {
      background-color: #383838;
      color: #fff; }
      @media (max-device-width: 991px) {
        #gr-header #gr-main-menu a:hover, #gr-header #gr-main-menu a:focus {
          background-color: transparent;
          color: #f5f5f5; } }

#gr-account-infos {
  min-height: 0; }
  #gr-account-infos a {
    border-bottom: 1px inset #2c2c2c;
    color: #f5f5f5;
    font-size: 17px; }
    #gr-account-infos a:hover {
      color: #383838; }
  #gr-account-infos .label-default {
    color: #fdc800;
    font-size: 21px;
    padding: 7px 30px; }
  #gr-account-infos .sidebar {
    background: #383838;
    padding: 30px 0 0;
    position: fixed;
    right: 0; }
    #gr-account-infos .sidebar a {
      padding: 7px 30px; }

.gr-pre-menu {
  border-bottom: 1px inset #2c2c2c;
  padding: 0 0 5px; }
  .gr-pre-menu li {
    padding: 3px 0; }
  .gr-pre-menu a {
    color: #fff;
    padding: 8px 20px; }
  .gr-pre-menu .icon {
    margin-right: 15px; }

.modal-dialog {
  background: #fff;
  padding: 0; }

.modal-content {
  background: #fff;
  height: 100%;
  border-radius: 0; }

div[role^='tooltip'] {
  border: red !important; }

.tooltip {
  font-size: 14px;
  width: 150px; }
  .tooltip.right .tooltip-arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #575757 !important;
    border-top: 5px solid transparent; }
  .tooltip.top .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #575757 !important; }
  .tooltip .tooltip-inner {
    background: #575757 !important;
    padding: 10px; }

.fa[class^='fa-'],
.fa[class*=' fa-'] {
  display: inline-block;
  font-family: 'main';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

.fa-envelope-o::before {
  content: '\EA0B'; }

.fa-print::before {
  content: '\EA0C'; }

.fa-arrow-down::before {
  content: '\EA24'; }

.fa-arrow-up::before {
  content: '\EA25'; }

.fa-car::before {
  content: '\EA03'; }

@font-face {
  font-family: 'main';
  font-weight: normal;
  font-style: normal;
  src: url("/sites/all/themes/engbootstrap_lesoir/fonts/icons/main.woff") format("woff"), url("/sites/all/themes/engbootstrap_lesoir/fonts/icons/main.woff2") format("woff2"); }

.icon[class^='icon-'],
.icon[class*=' icon-'] {
  display: inline-block;
  font-family: 'main';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

.icon-bourse::before {
  content: ""; }

.icon-home::before {
  content: ""; }

.icon-trafic::before {
  content: ""; }

.icon-meteo::before {
  content: ""; }

.icon-direct::before {
  content: ""; }

.icon-bookmark::before {
  content: ""; }

.icon-more::before {
  content: ""; }

.icon-facebook::before {
  content: ""; }

.icon-twitter::before {
  content: ""; }

.icon-comment::before {
  content: ""; }

.icon-mail::before {
  content: ""; }

.icon-print::before {
  content: ""; }

.icon-camera::before {
  content: ""; }

.icon-pencil::before {
  content: ""; }

.icon-video::before {
  content: ""; }

.icon-quote::before {
  content: ""; }

.icon-star-o::before {
  content: ""; }

.icon-user::before {
  content: ""; }

.icon-search::before {
  content: ""; }

.icon-menu::before {
  content: ""; }

.icon-audio::before {
  content: ""; }

.icon-debat::before {
  content: ""; }

.icon-infographic::before {
  content: ""; }

.icon-expand::before {
  content: ""; }

.icon-next::before {
  content: ""; }

.icon-prev::before {
  content: ""; }

.icon-cancel::before {
  content: ""; }

.icon-video-circle::before {
  content: ""; }

.icon-star::before {
  content: ""; }

.icon-linkedin::before {
  content: ""; }

.icon-google-plus::before {
  content: ""; }

.icon-square::before {
  content: ""; }

.icon-menu-less::before {
  content: ""; }

.icon-menu-more::before {
  content: ""; }

.icon-pin::before {
  content: ""; }

.icon-arrow-down::before {
  content: ""; }

.icon-arrow-up::before {
  content: ""; }

.icon-journal::before {
  content: ""; }

.icon-check::before {
  content: ""; }

.icon-arrow-left::before {
  content: ""; }

.icon-arrow-right::before {
  content: ""; }

.icon-home-outline::before {
  content: ""; }

.icon-arrow-bottom::before {
  content: ""; }

#gr-header .gr-topics-navigation {
  margin: 0;
  padding: 5px 0 5px 20px;
  position: static;
  z-index: 2;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35; }
  #gr-header .gr-topics-navigation::before, #gr-header .gr-topics-navigation::after {
    content: ' ';
    display: table; }
  #gr-header .gr-topics-navigation::after {
    clear: both; }
  @media (max-width: 699px) {
    #gr-header .gr-topics-navigation {
      display: none; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-header .gr-topics-navigation {
      display: block;
      height: 41.5px;
      padding: 0; } }
  #gr-header .gr-topics-navigation > a {
    color: #fff;
    display: block;
    font-size: 24px;
    height: 41.5px;
    padding: 40px 10px 0;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 991px) {
      #gr-header .gr-topics-navigation > a {
        font-size: 24px;
        padding-top: 9px; } }
    @media (min-width: 992px) {
      #gr-header .gr-topics-navigation > a {
        display: none; } }
    #gr-header .gr-topics-navigation > a .fa {
      margin: 0; }
  @media (max-width: 991px) {
    #gr-header .gr-topics-navigation .subtitle {
      font-family: Oswald, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      display: block;
      text-transform: uppercase; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-header .gr-topics-navigation .subtitle {
      font-size: 12px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .has-header-small #gr-header .gr-topics-navigation .subtitle {
      font-size: 14px; } }
  #gr-header .gr-topics-navigation .dropdown-menu {
    top: 41.5px; }
    @media (min-width: 992px) {
      #gr-header .gr-topics-navigation .dropdown-menu {
        font-size: 17px; } }
  #gr-header .gr-topics-navigation .navbar-right {
    margin-right: 0; }
    #gr-header .gr-topics-navigation .navbar-right li a {
      padding: 5px 10px; }
      @media (max-width: 991px) {
        #gr-header .gr-topics-navigation .navbar-right li a {
          color: #fff; } }
      @media (min-width: 992px) {
        #gr-header .gr-topics-navigation .navbar-right li a {
          color: #003978; } }
    #gr-header .gr-topics-navigation .navbar-right li:last-child {
      border: 0; }
  @media (max-width: 699px) {
    #gr-header .gr-topics-navigation .dropdown-toggle {
      height: 41.5px;
      padding: 9px 10px 0; } }
  @media (max-width: 991px) {
    #gr-header .gr-topics-navigation .dropdown-toggle:hover {
      background: #0051ab; } }
  #gr-header .gr-topics-navigation.open .dropdown-toggle {
    background: #575757; }

.has-header-small #gr-navbar-header .gr-topics-navigation {
  height: 36px; }
  .has-header-small #gr-navbar-header .gr-topics-navigation > a {
    height: 36px;
    padding-top: 12px; }
  .has-header-small #gr-navbar-header .gr-topics-navigation .icon-topic {
    display: none; }

#gr-main-content .gr-topics-navigation {
  margin: 0 12px;
  padding: 5px 0 5px 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35; }
  #gr-main-content .gr-topics-navigation::before, #gr-main-content .gr-topics-navigation::after {
    content: ' ';
    display: table; }
  #gr-main-content .gr-topics-navigation::after {
    clear: both; }
  @media (max-width: 991px) {
    #gr-main-content .gr-topics-navigation {
      display: none; } }
  #gr-main-content .gr-topics-navigation > a {
    display: none; }
  #gr-main-content .gr-topics-navigation .navbar-right {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 17px;
    margin-right: 0;
    padding: 0;
    position: static; }
    #gr-main-content .gr-topics-navigation .navbar-right li {
      border-right: 1px solid #003978; }
      #gr-main-content .gr-topics-navigation .navbar-right li a {
        padding: 5px 10px; }
        @media (max-width: 991px) {
          #gr-main-content .gr-topics-navigation .navbar-right li a {
            color: #fff; } }
        @media (min-width: 992px) {
          #gr-main-content .gr-topics-navigation .navbar-right li a {
            color: #003978; } }
      #gr-main-content .gr-topics-navigation .navbar-right li:last-child {
        border: 0; }

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1; }
  .pager::before, .pager::after {
    content: ' ';
    display: table; }
  .pager::after {
    clear: both; }
  .pager::before, .pager::after {
    display: table;
    content: ''; }
  .pager li {
    display: inline; }
  .pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
    .pager a:hover {
      text-decoration: none;
      background-color: #f5f5f5; }
  .pager .next a {
    float: right; }
  .pager .previous a {
    float: left; }
  .pager .disabled a,
  .pager .disabled a:hover {
    color: #999999;
    background-color: #fff;
    cursor: default; }

.btn-primary {
  background: #003978;
  border: 0;
  font-weight: bold;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  border-radius: 4px; }
  .btn-primary:hover, .btn-primary:focus {
    background: #0051ab; }

.form-control {
  padding: 5px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #d7d7d7; }
  .form-control:focus {
    border-color: #fdc800;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 200, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 200, 0, 0.6); }

form label {
  font-family: "Georgia", "Times New Roman", Times, serif; }

.form--contact {
  background: #fff;
  padding: 40px; }
  .form--contact .form__field {
    margin-bottom: 20px; }
  .form--contact .form__row {
    margin-bottom: 0; }
  .form--contact .form__input,
  .form--contact .form__value {
    font-family: Helvetica, Arial, sans-serif; }
  .form--contact .is-service {
    display: none; }
  .form--contact .form__input[type="submit"] {
    background: #fdc800; }

.gr-paywall-bloc-limit {
  background: #003978;
  color: #fff;
  font-family: Oswald, sans-serif;
  padding: 0 15px; }
  .gr-paywall-bloc-limit.anonyme {
    background: none; }
    .gr-paywall-bloc-limit.anonyme .row {
      background: #003978;
      padding: 30px 0; }
    .gr-paywall-bloc-limit.anonyme h3 {
      color: #003978;
      font-weight: bold; }
  .gr-paywall-bloc-limit::before, .gr-paywall-bloc-limit::after {
    content: ' ';
    display: table; }
  .gr-paywall-bloc-limit::after {
    clear: both; }
  @media (max-width: 991px) {
    .gr-paywall-bloc-limit {
      width: 100%; } }
  @media (max-width: 699px) {
    .gr-paywall-bloc-limit {
      margin-top: 15px; } }
  .gr-paywall-bloc-limit h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center; }
  .gr-paywall-bloc-limit p {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px; }
    @media (max-width: 699px) {
      .gr-paywall-bloc-limit p {
        text-align: center; } }
  .gr-paywall-bloc-limit .btn {
    background: #fdc800;
    border-radius: 3px;
    display: block;
    font-size: 21px;
    margin: 10px 0 0;
    padding: 5px 12px;
    position: relative;
    text-align: center;
    text-decoration: none; }
    .gr-paywall-bloc-limit .btn:hover {
      background: #ffd431; }
  .gr-paywall-bloc-limit .col-left {
    padding: 0 30px; }
  .gr-paywall-bloc-limit .col-right {
    font-size: 21px;
    padding: 0 30px;
    text-align: center; }
    @media (max-width: 699px) {
      .gr-paywall-bloc-limit .col-right {
        margin-top: 30px; } }
  .gr-paywall-bloc-limit .gr-paywall-24h {
    padding: 15px;
    text-align: center; }
    .gr-paywall-bloc-limit .gr-paywall-24h.col-sm-12 {
      font-size: 17px; }
      .gr-paywall-bloc-limit .gr-paywall-24h.col-sm-12 a {
        color: #fff; }
    .gr-paywall-bloc-limit .gr-paywall-24h strong {
      font-size: 42px; }
    .gr-paywall-bloc-limit .gr-paywall-24h.col-xs-4 {
      text-align: left; }
      .gr-paywall-bloc-limit .gr-paywall-24h.col-xs-4 a {
        width: 70%; }
        .gratuit .gr-paywall-bloc-limit .gr-paywall-24h.col-xs-4 a {
          width: auto; }
    .gr-paywall-bloc-limit .gr-paywall-24h a {
      text-decoration: underline; }
    .gr-paywall-bloc-limit .gr-paywall-24h .gr-un-euros, .gr-paywall-bloc-limit .gr-paywall-24h a, .gr-paywall-bloc-limit .gr-paywall-24h .span24 {
      display: inline-block;
      vertical-align: middle; }
    .gr-paywall-bloc-limit .gr-paywall-24h .gr-un-euros {
      font-family: Oswald, sans-serif;
      font-size: 45px;
      margin-right: 7px; }
  .gr-paywall-bloc-limit .row-bottom {
    margin-left: -12px;
    margin-right: -12px;
    background: #f0f0f0;
    color: #003978;
    font-family: "Georgia", "Times New Roman", Times, serif;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center; }
    .gr-paywall-bloc-limit .row-bottom::before, .gr-paywall-bloc-limit .row-bottom::after {
      content: ' ';
      display: table; }
    .gr-paywall-bloc-limit .row-bottom::after {
      clear: both; }
    .gr-paywall-bloc-limit .row-bottom::before, .gr-paywall-bloc-limit .row-bottom::after {
      content: ' ';
      display: table; }
    .gr-paywall-bloc-limit .row-bottom::after {
      clear: both; }
    .gr-paywall-bloc-limit .row-bottom a {
      color: #003978;
      font-weight: bold; }
    .gr-paywall-bloc-limit .row-bottom .col-xs-6 {
      text-align: center; }
      @media (max-width: 480px) {
        .gr-paywall-bloc-limit .row-bottom .col-xs-6 {
          float: none;
          margin-top: 15px;
          width: 100%; } }
  .gr-paywall-bloc-limit .col-xs-4 {
    padding: 15px; }

.gr-header-link {
  display: inherit;
  float: left;
  height: 60px;
  margin-top: 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .gr-header-link {
      height: 45px; } }
  .gr-header-link:hover {
    background: #0051ab; }
  .gr-header-link > a {
    font-size: 24px;
    height: 60px;
    padding: 5px 10px 0; }
    @media (max-width: 991px) {
      .gr-header-link > a {
        font-size: 22px;
        height: 45px;
        line-height: 50px;
        padding: 7px 10px 0; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-header-link > a {
        padding: 7px 7px 0; } }
    .gr-header-link > a:hover {
      text-decoration: none; }
  .gr-header-link .subtitle {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1; }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-header-link .subtitle {
        font-size: 12px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .has-header-small .gr-header-link .subtitle {
        font-size: 14px; } }
  .gr-header-link.open a.dropdown-toggle {
    background: #0051ab; }
  .gr-header-link.dropdown {
    position: static; }
  .gr-header-link .dropdown-menu {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 130px;
    top: 0; }
    @media (max-width: 991px) {
      .gr-header-link .dropdown-menu {
        left: 0;
        top: 41.5px;
        width: 100%; } }
    @media (max-width: 699px) {
      .gr-header-link .dropdown-menu {
        position: fixed; } }
    @media (min-width: 992px) {
      .gr-header-link .dropdown-menu {
        left: 100px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .is-12-clics .gr-header-link .dropdown-menu {
        left: 324px; } }
    .gr-header-link .dropdown-menu ul {
      display: table;
      margin-top: 8px;
      padding-left: 0;
      width: 100%; }
    .gr-header-link .dropdown-menu li {
      display: table-cell;
      font-family: Oswald, sans-serif;
      font-size: 17px;
      list-style: none;
      text-align: center; }
    .gr-header-link .dropdown-menu div {
      background: #575757;
      height: 60px;
      margin: auto;
      max-width: 1284px;
      padding: 4px 15px; }
      @media (max-width: 699px) {
        .gr-header-link .dropdown-menu div {
          height: 48px; } }
    .gr-header-link .dropdown-menu a {
      color: #fff; }
  .gr-header-link.gr-back-to-paid {
    position: relative;
    width: 36px; }
    .gr-header-link.gr-back-to-paid:hover {
      cursor: pointer; }
    .gr-header-link.gr-back-to-paid::before {
      color: #fdc800;
      content: '\f067';
      display: block;
      font-family: 'FontAwesome';
      font-size: 30px;
      height: 36px;
      left: 0;
      line-height: 40px;
      position: absolute;
      top: 0;
      width: 36px; }
    .gr-header-link.gr-back-to-paid .ls-menu-button {
      text-indent: -9999px; }

.icon-follow::before {
  font-size: 21px; }

#gr-dossiers {
  float: right; }

@media (max-width: 699px) {
  #gr-essentiel {
    display: block; } }

.aside-result {
  margin: 12px; }
  .aside-result img {
    display: block;
    margin: auto; }
  .aside-result h4 {
    font-family: "Georgia", "Times New Roman", Times, serif; }
  .aside-result li {
    margin-bottom: 5px;
    border: 0; }

#dpidamwidgets-damsearch-content-type-search-form {
  padding-top: 12px; }
  #dpidamwidgets-damsearch-content-type-search-form .form-submit {
    background: #003978;
    font-family: Oswald, sans-serif; }
  #dpidamwidgets-damsearch-content-type-search-form .form-type-select label {
    font-family: Oswald, sans-serif; }
  #dpidamwidgets-damsearch-content-type-search-form .form-item-word label {
    display: none; }

#gr-search-menu {
  margin-top: 0;
  float: right; }
  @media (max-width: 699px) {
    #gr-search-menu {
      float: none;
      position: absolute;
      left: 48px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-search-menu {
      display: block; } }
  #gr-search-menu:hover {
    background: #0051ab; }
  #gr-search-menu a {
    padding: 15px;
    font-size: 30px;
    color: #fff; }
    @media (max-width: 991px) {
      #gr-search-menu a {
        padding: 0 15px;
        font-size: 20px; } }
  #gr-search-menu.open .icon {
    color: #fff; }
    #gr-search-menu.open .icon::before {
      content: '\EA1B'; }
  #gr-search-menu .subtitle {
    display: none; }
  #gr-search-menu .form-text {
    background: none;
    border: 1px solid #d7d7d7;
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #383838;
    float: left;
    font-size: 25px;
    font-weight: normal;
    height: 60px;
    line-height: 50px;
    outline: none;
    padding: 0 10px; }
    @media (max-width: 699px) {
      #gr-search-menu .form-text {
        font-size: 18px;
        height: 48px;
        margin: 0;
        width: 71%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #gr-search-menu .form-text {
        width: 50%; } }
    @media (min-width: 1200px) {
      #gr-search-menu .form-text {
        width: 80%; } }
  #gr-search-menu .search-submit {
    background: #575757;
    color: #fff;
    width: 20%;
    border: 0;
    padding: 0;
    font-size: 25px;
    border-radius: 0;
    font-family: Oswald, sans-serif;
    float: right;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    line-height: 60px; }
    @media (max-width: 699px) {
      #gr-search-menu .search-submit {
        line-height: 48px;
        height: 48px;
        width: 29%;
        font-size: 17px; } }
  #gr-search-menu .dropdown-menu {
    background: #f5f5f5;
    border-bottom: 1px solid #d7d7d7; }
    @media (max-width: 699px) {
      #gr-search-menu .dropdown-menu {
        padding: 10px; } }
    #gr-search-menu .dropdown-menu div {
      padding: 0;
      background: #fff; }

.page-archives-recherche .gr-row-standalone::before, .page-archives-recherche .gr-row-standalone::after,
.page-archives-results .gr-row-standalone::before,
.page-archives-results .gr-row-standalone::after {
  content: ' ';
  display: table; }

.page-archives-recherche .gr-row-standalone::after,
.page-archives-results .gr-row-standalone::after {
  clear: both; }

.page-archives-recherche #gr-une-bis-content {
  float: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .page-archives-recherche #gr-une-bis-content .gr-content-inner {
    background: #fff; }
  .page-archives-recherche #gr-une-bis-content #gr-unes-titres {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 83.33333%;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .page-archives-recherche #gr-une-bis-content #gr-unes-titres {
        float: left;
        min-height: 1px;
        padding-left: 12px;
        padding-right: 12px;
        position: relative;
        width: 50%;
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  .page-archives-recherche #gr-une-bis-content form {
    margin: 20px 0; }
  .page-archives-recherche #gr-une-bis-content .form-submit {
    display: block;
    width: 100%; }
    @media (min-width: 700px) {
      .page-archives-recherche #gr-une-bis-content .form-submit {
        display: inline-block;
        width: auto; } }

.page-archives-results .article-group {
  list-style: none;
  padding-left: 0;
  padding-top: 12px; }
  .page-archives-results .article-group h2 {
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.35;
    text-transform: none; }
  .page-archives-results .article-group .article-inline {
    clear: both;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d7d7d7; }
  .page-archives-results .article-group .article-inline.small {
    font-size: 100%; }
    .page-archives-results .article-group .article-inline.small::after {
      content: '';
      display: block;
      clear: both; }
  .page-archives-results .article-group figure {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fdfdfd; }
    @media (max-width: 699px) {
      .page-archives-results .article-group figure {
        float: none;
        text-align: center; } }
  .page-archives-results .article-group em {
    background: #fdc800; }

.page-archives-results .gr-article-header h1 * {
  display: inline; }
  .page-archives-results .gr-article-header h1 *::after {
    content: ''; }

.page-archives-results .gr-article-teaser ~ p {
  display: inline; }
  .page-archives-results .gr-article-teaser ~ p::after {
    content: ''; }

@media (min-width: 992px) and (max-width: 1199px) {
  .page-archives-results #gr-une-content,
  .page-archives-results .gr-une-content,
  .page-archives-results #gr-une-bis-content {
    width: 100%; } }

@media (min-width: 1200px) {
  .page-archives-results #gr-une-content,
  .page-archives-results .gr-une-content,
  .page-archives-results #gr-une-bis-content {
    width: calc(100% - 300px); } }

.page-archives-results #gr-unes-titres {
  background: #fff;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 992px) {
    .page-archives-results #gr-unes-titres {
      margin-right: 24px;
      width: calc(100% - 300px - 24px); } }

@media (min-width: 992px) {
  .page-archives-results #gr-sidebar-left, .page-archives-results .gr-sidebar,
  .page-archives-results .gr-sidebar {
    width: 300px; } }

.page-archives-results .gr-search-facet .cat.facet {
  font-family: Oswald, sans-serif; }

.page-archives-results .gr-search-facet .facet,
.page-archives-results .gr-search-facet .facet-term {
  font-family: Helvetica, Arial, sans-serif; }

.page-archives-results .gr-search-facet h2 {
  background: #fff; }

.page-archives-results .nbr-results {
  display: block;
  font-size: 24px;
  margin: 12px 0 24px;
  font-family: Oswald, sans-serif;
  padding: 10px 12px;
  border-bottom: 7px solid #003978; }

.page-archives-detail #gr-article {
  position: relative;
  padding-top: 40px; }
  @media (min-width: 992px) {
    .page-archives-detail #gr-article {
      padding-top: 64px; } }

@media (min-width: 1200px) {
  .page-archives-detail .gr-article-infos {
    top: 64px; } }

.page-archives-detail .search-back-results {
  background: #f5f5f5;
  display: inline-block;
  font-family: roboto_regular;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding-left: 12px;
  position: absolute;
  top: 0;
  right: 0; }
  .page-archives-detail .search-back-results .icon {
    position: relative;
    top: 2px; }

.page-archives-results #gr-sidebar-left, .page-archives-results .gr-sidebar {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background: #fff;
  bottom: 0;
  clear: both;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 51; }
  @media (max-width: 699px) {
    .page-archives-results #gr-sidebar-left, .page-archives-results .gr-sidebar {
      border-right: 7px solid #797979;
      width: 100%; } }
  @media (min-width: 700px) and (max-width: 1199px) {
    .page-archives-results #gr-sidebar-left, .page-archives-results .gr-sidebar {
      width: 300px; } }
  @media (min-width: 1200px) {
    .page-archives-results #gr-sidebar-left, .page-archives-results .gr-sidebar {
      -webkit-transition: initial;
      transition: initial;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      clear: none;
      left: auto;
      position: absolute;
      top: 24px;
      width: 300px;
      z-index: 15; } }
  .page-archives-results #gr-sidebar-left .gr-search-facet h2, .page-archives-results .gr-sidebar .gr-search-facet h2 {
    background: #003978;
    border-radius: 0 0 5px 5px;
    color: #fff;
    top: calc(50% - 40px); }
    @media (min-width: 1200px) {
      .page-archives-results #gr-sidebar-left .gr-search-facet h2, .page-archives-results .gr-sidebar .gr-search-facet h2 {
        background: #fff;
        color: #797979;
        border-radius: 0; } }

.page-archives-results.has-header #gr-sidebar-left, .page-archives-results.has-header .gr-sidebar {
  position: fixed;
  top: 0; }
  @media (min-width: 1200px) {
    .page-archives-results.has-header #gr-sidebar-left, .page-archives-results.has-header .gr-sidebar {
      -webkit-transition: initial;
      transition: initial;
      position: absolute;
      top: 24px; } }

.page-archives-results.has-header-perma-small #gr-sidebar-left, .page-archives-results.has-header-perma-small .gr-sidebar, .page-archives-results.has-header-small #gr-sidebar-left, .page-archives-results.has-header-small .gr-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 0; }
  @media (min-width: 1200px) {
    .page-archives-results.has-header-perma-small #gr-sidebar-left, .page-archives-results.has-header-perma-small .gr-sidebar, .page-archives-results.has-header-small #gr-sidebar-left, .page-archives-results.has-header-small .gr-sidebar {
      left: auto;
      top: 36px;
      margin-top: 36px; } }

.page-archives-results.has-header-fixed #gr-sidebar-left, .page-archives-results.has-header-fixed .gr-sidebar {
  position: fixed; }
  @media (min-width: 1200px) {
    .page-archives-results.has-header-fixed #gr-sidebar-left, .page-archives-results.has-header-fixed .gr-sidebar {
      margin-top: 97px; } }

.page-archives-results.has-header-fixed.has-sidebar #gr-sidebar-left, .page-archives-results.has-header-fixed.has-sidebar .gr-sidebar {
  -webkit-transition: initial;
  transition: initial; }

.page-archives-results #gr-sidebar-left.is-visible, .page-archives-results .is-visible.gr-sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-right: 7px solid #003978; }
  @media (min-width: 700px) and (max-width: 1199px) {
    .page-archives-results #gr-sidebar-left.is-visible, .page-archives-results .is-visible.gr-sidebar {
      -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); } }
  .page-archives-results #gr-sidebar-left.is-visible.no-csstransitions, .page-archives-results .is-visible.no-csstransitions.gr-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; }
    @media (max-width: 699px) {
      .page-archives-results #gr-sidebar-left.is-visible.no-csstransitions, .page-archives-results .is-visible.no-csstransitions.gr-sidebar {
        left: -100%; } }
    @media (min-width: 700px) and (max-width: 1199px) {
      .page-archives-results #gr-sidebar-left.is-visible.no-csstransitions, .page-archives-results .is-visible.no-csstransitions.gr-sidebar {
        left: -300px; } }
    @media (min-width: 1200px) {
      .page-archives-results #gr-sidebar-left.is-visible.no-csstransitions, .page-archives-results .is-visible.no-csstransitions.gr-sidebar {
        left: 0; } }

@media (max-width: 699px) {
  .page-archives-results #gr-sidebar-left.is-visible .gr-search-facet h2, .page-archives-results .is-visible.gr-sidebar .gr-search-facet h2 {
    border-radius: 5px 5px 0 0; } }

.page-archives-results #gr-sidebar-left-content {
  border-top: 1px solid #575757;
  background: #fff;
  width: 100%;
  padding: 10px;
  overflow: auto; }
  @media (max-width: 1199px) {
    .page-archives-results #gr-sidebar-left-content {
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 0;
      height: auto; } }
  @media (min-width: 1200px) {
    .page-archives-results #gr-sidebar-left-content {
      max-height: calc(100vh - 97px); } }

@media (min-width: 1200px) {
  .page-archives-results.has-header-perma-small #gr-sidebar-left-content, .page-archives-results.has-header-small #gr-sidebar-left-content {
    max-height: calc(100vh - 36px); } }

.gr-article-payant:hover .description,
.gr-article-payant:hover a h2 {
  color: #000; }

.gr-article-payant h2::before {
  background: url("/sites/all/themes/enabootstrap_lesoir/images/plus-icon-alt.svg") top 0 left no-repeat;
  background-size: 30px 30px;
  color: #fff;
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px; }

.logged-in .gr-article-payant h2 {
  color: #003978; }

.not-logged-in .gr-article-payant {
  color: #d7d7d7; }
  .not-logged-in .gr-article-payant h2,
  .not-logged-in .gr-article-payant a {
    color: #d7d7d7; }

.gr-messages {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  max-width: 1284px;
  background: #fff;
  margin: auto; }
  .gr-messages .tabs--primary {
    margin: 0 auto 0;
    max-width: 1284px;
    border-bottom: 0; }
  .gr-messages .nav-tabs > li.active > a:hover, .gr-messages .nav-tabs > li.active > a:focus, .gr-messages .nav-tabs > li.active > a:active {
    background-color: #eee;
    border: 0; }

.alert {
  margin-bottom: 0; }

.alert-danger {
  background: #cc0300;
  color: #fff;
  border: 0; }
  .alert-danger .close {
    color: #fff;
    opacity: .6;
    text-shadow: 0 1px 0 #000; }

.alert-warning {
  background: #cc0300;
  color: #fff;
  border: 0; }
  .alert-warning .close {
    color: #fff;
    opacity: .6;
    text-shadow: 0 1px 0 #000; }

.alert-success {
  background: #fdc800;
  color: #242424;
  border: 0; }

.alert-info {
  background: #797979;
  color: #fff;
  border: 0; }
  .alert-info .close {
    color: #fff;
    opacity: .6;
    text-shadow: 0 1px 0 #000;
    padding: 10px; }

.gr-static {
  position: static; }

.alert-status {
  display: none; }
  .alert-status.alert-status--visible {
    background: #003978;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
    z-index: 5; }
    .alert-status.alert-status--visible a.close {
      color: #fff;
      opacity: 1;
      position: absolute;
      top: 10px;
      right: 10px; }

#cookiesdirective {
  font-size: .9em; }
  @media (max-width: 1199px) {
    #cookiesdirective .alert {
      padding-left: 12px; } }
  #cookiesdirective .content {
    display: inline-block;
    width: 80%; }
    @media (max-width: 699px) {
      #cookiesdirective .content {
        width: calc(100% - 40px); } }
    #cookiesdirective .content a {
      color: #fdc800; }
  #cookiesdirective .btn {
    float: right;
    padding: 2px 7px;
    border-radius: 5px; }
    @media (max-width: 699px) {
      #cookiesdirective .btn {
        float: none; } }

#gr-social-menu {
  float: right;
  margin-top: 0; }
  @media (max-width: 699px) {
    #gr-social-menu {
      display: none; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-social-menu {
      display: block; } }
  #gr-social-menu .dropdown-menu .fa {
    margin-right: 3px; }

.gr-social-facebook .fa {
  background: #fff;
  border-radius: 50%;
  color: #3b5998;
  height: 15px;
  line-height: 16px;
  margin: 1px;
  width: 15px; }

.gr-social-googleplus .fa {
  background: #f90101;
  border-radius: 50%;
  color: #fff;
  height: 15px;
  line-height: 16px;
  margin: 1px;
  width: 15px; }

.gr-social-twitter .fa {
  color: #4099ff; }

.gr-social-linkedin .fa {
  color: #0274b3; }

.gr-social-pinterest .fa {
  background: #fff;
  border-radius: 50%;
  color: #cb2027;
  height: 15px;
  line-height: 16px;
  margin: 1px;
  width: 15px; }

.gr-social-youtube .fa {
  color: #cc181e; }

.gr-social-newsletter .fa {
  background: #003978;
  border-radius: 50%;
  color: #fff;
  height: 15px;
  line-height: 16px;
  margin: 1px;
  width: 15px; }

.gr-social-rss .fa {
  background: #f18b32;
  border-radius: 50%;
  color: #fff;
  height: 15px;
  line-height: 16px;
  margin: 1px;
  width: 15px; }

.gr-social-android .fa {
  color: #a3c240; }

.gr-breadcrumb {
  margin: 9px 0 0;
  display: block;
  width: auto;
  height: 40px;
  position: static; }
  @media (max-width: 991px) {
    .gr-breadcrumb {
      display: none; } }
  @media (max-width: 991px) {
    .gr-breadcrumb {
      border: 0;
      margin: 0; } }
  @media (min-width: 992px) {
    .gr-breadcrumb {
      background-color: transparent; } }
  .gr-breadcrumb h1 {
    font-size: inherit;
    margin: 0; }
  .gr-breadcrumb a {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .gr-breadcrumb .btn {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    text-transform: none; }
    @media (max-width: 699px) {
      .gr-breadcrumb .btn {
        font-size: 14px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-breadcrumb .btn {
        font-size: 21px; } }
    .gr-breadcrumb .btn .glyphicon::before,
    .gr-breadcrumb .btn .fa::before {
      font-size: 21px; }
    @media (min-width: 992px) {
      .gr-breadcrumb .btn.gr-current-section {
        margin-left: -170px; } }
  @media (min-width: 700px) {
    .gr-breadcrumb .gr-previous-section {
      position: absolute;
      z-index: 1; } }
  .gr-breadcrumb .gr-current-section:hover,
  .gr-breadcrumb .gr-previous-section:hover,
  .gr-breadcrumb .gr-next-section:hover {
    background: #fff; }
  .gr-breadcrumb .gr-previous-section,
  .gr-breadcrumb .gr-next-section {
    color: #797979; }
    .gr-breadcrumb .gr-previous-section .gr-label,
    .gr-breadcrumb .gr-next-section .gr-label {
      vertical-align: top; }
    .gr-breadcrumb .gr-previous-section:hover,
    .gr-breadcrumb .gr-next-section:hover {
      color: #797979; }
  .gr-breadcrumb.btn-group .gr-current-section:hover {
    background: none;
    color: #fff; }
  @media (max-width: 699px) {
    .gr-breadcrumb.btn-group .gr-current-section {
      font-size: 17px; } }
  @media (max-width: 699px) {
    .gr-navbar-header-center .gr-breadcrumb.btn-group {
      display: none; } }
  .gr-breadcrumb .fa.fa-chevron-right::before, .gr-breadcrumb .fa.fa-chevron-left::before {
    font-family: 'icons';
    display: block;
    line-height: 42px;
    width: 40px;
    font-weight: bold;
    overflow: hidden; }
  .gr-breadcrumb .fa.fa-chevron-left::before {
    content: '\e040';
    margin-left: -11px; }
    @media (max-width: 991px) {
      .gr-breadcrumb .fa.fa-chevron-left::before {
        margin-left: -9px; } }
  .gr-breadcrumb .fa.fa-chevron-right::before {
    content: '\e041';
    margin-left: -9px; }
    @media (max-width: 991px) {
      .gr-breadcrumb .fa.fa-chevron-right::before {
        margin-left: -8px; } }

.gr-breadcrumb-open .gr-previous-section .gr-label,
.gr-breadcrumb-open .gr-next-section .gr-label {
  padding: 0 10px;
  vertical-align: top; }

.gr-breadcrumb-open .gr-previous-section {
  left: -60px; }

.gr-breadcrumb-prev-open .gr-previous-section .gr-label,
.gr-breadcrumb-prev-open .gr-next-section .gr-label {
  width: auto;
  max-width: none;
  padding: 0 10px; }

.gr-breadcrumb-prev-open .btn.gr-current-section {
  margin-left: 0; }

.gr-breadcrumb-prev-open .gr-previous-section {
  position: static; }

.pagination {
  text-align: center;
  width: 100%; }
  .pagination ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto; }
    .pagination ul li a {
      font-family: Oswald, sans-serif;
      font-size: 21px;
      font-weight: 400;
      line-height: 1.35;
      background: #f5f5f5;
      border: 0;
      border-radius: 0;
      font-size: 17px;
      margin-right: 1px;
      text-transform: uppercase;
      padding-top: 2px; }
      .pagination ul li a:hover {
        background: #d7d7d7; }
    .pagination ul li.active a {
      background: #575757;
      color: #fff; }
  .pagination .pagination-point a {
    background: #f5f5f5;
    padding-left: 1px;
    padding-right: 1px;
    text-indent: -999em; }

.modal-dialog {
  background: #fff;
  padding: 0; }

.modal-content {
  background: #fff;
  height: 100%;
  border-radius: 0; }

.gr-le-journal-pdf {
  background: #d7d7d7;
  border: 1px solid #575757;
  height: 250px;
  overflow-y: hidden;
  padding: 0;
  position: relative; }
  .gr-le-journal-pdf a img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 100%; }
  .gr-le-journal-pdf ul {
    background-color: rgba(87, 87, 87, 0.8);
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 12px;
    position: absolute;
    width: 100%; }
    .gr-le-journal-pdf ul li {
      list-style: none; }
    .gr-le-journal-pdf ul h4 {
      font-family: Oswald, sans-serif;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.35;
      color: #fff;
      width: 100%; }

.gr-main-media h2 {
  background: #575757;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.35; }

.blueimp-gallery {
  background: #000; }
  .blueimp-gallery > .slides > .slide > .slide-content {
    max-width: 100%;
    width: 100%; }
  .blueimp-gallery > .next,
  .blueimp-gallery > .prev,
  .blueimp-gallery > .close,
  .blueimp-gallery > .fullsize-toggle {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    height: 50px;
    line-height: 50px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: 50px;
    z-index: 1; }
    .blueimp-gallery > .next::after,
    .blueimp-gallery > .prev::after,
    .blueimp-gallery > .close::after,
    .blueimp-gallery > .fullsize-toggle::after {
      display: none; }
    .blueimp-gallery > .next:hover,
    .blueimp-gallery > .prev:hover,
    .blueimp-gallery > .close:hover,
    .blueimp-gallery > .fullsize-toggle:hover {
      background: black;
      color: #fff; }
  .blueimp-gallery > .next,
  .blueimp-gallery > .prev,
  .blueimp-gallery > .close {
    border: 0; }
    .blueimp-gallery > .next::before,
    .blueimp-gallery > .prev::before,
    .blueimp-gallery > .close::before {
      font-family: 'main';
      font-size: 20px; }
  .blueimp-gallery > .next::before {
    content: '\EA19';
    margin-left: 4px; }
  .blueimp-gallery > .prev::before {
    content: '\EA1A';
    margin-right: 4px; }
  .blueimp-gallery > .close::before {
    content: '\EA1B';
    font-size: 16px; }
  .blueimp-gallery .gr-caption {
    text-align: center;
    background: rgba(0, 0, 0, 0.8); }
    .blueimp-gallery .gr-caption .caption {
      font-size: 17px; }
    .blueimp-gallery .gr-caption .author {
      font-size: 14px; }
  .blueimp-gallery.blueimp-gallery-carousel .fullsize-toggle {
    border: 0; }
    .blueimp-gallery.blueimp-gallery-carousel .fullsize-toggle::before {
      content: '\EA18';
      font-family: 'main';
      font-size: 18px;
      line-height: 50px; }

.gr-caption-carousel {
  background: #242424; }

.gr-gallery-thumbnails {
  background: #242424;
  border-spacing: 10px; }
  @media (max-width: 699px) {
    .gr-gallery-thumbnails {
      display: none; } }
  .gr-gallery-thumbnails .gr-gallery-thumbnail {
    opacity: 1;
    border: 2px solid #242424; }
    .gr-gallery-thumbnails .gr-gallery-thumbnail:hover {
      opacity: 1;
      border-color: rgba(255, 255, 255, 0.05); }
    .gr-gallery-thumbnails .gr-gallery-thumbnail.active {
      border-color: #fff; }
      .gr-gallery-thumbnails .gr-gallery-thumbnail.active:hover {
        border-color: #fff; }

.gr-caption {
  width: auto; }
  @media (max-width: 699px) {
    .gr-caption {
      width: 100%; } }

/*
.mad {
    .gr-gallery-thumbnails {
        border-spacing: 5px;

        .gr-gallery-thumbnail {
            max-width: none;
        }
    }

    .gr-caption {
        &.gr-caption-carousel {
            p {
                font-size: 13px;
            }
        }
    }

    .blueimp-gallery {
        > .next,
        > .prev {
            width: 26px;
            height: 26px;
            line-height: 20px;
            font-size: 30px;
            border: 2px solid $light;
        }

        &.blueimp-gallery-carousel {
            .fullsize-toggle {
                border: 2px solid $light;
                font-size: 15px;
                padding: 6px;
                width: 30px;
                height: 30px;
            }
        }
    }
}
*/
.media {
  margin-top: 0; }
  @media (max-width: 699px) {
    .media .embed-container {
      float: left;
      margin: 6px;
      width: 30%; } }
  .ena-viewmode-override-gratuit_manchette.media .embed-container {
    float: none; }
    @media (max-width: 699px) {
      .ena-viewmode-override-gratuit_manchette.media .embed-container {
        margin: 0;
        width: 100%; } }
  .media.gr-une-title-infographie .embed-container, .media.gr-une-title-audio .embed-container, .media.gr-une-title-video .embed-container, .media.gr-une-title-gallery .embed-container, .media.gr-une-title-debat .embed-container {
    overflow: visible;
    position: relative; }
    .media.gr-une-title-infographie .embed-container::before, .media.gr-une-title-audio .embed-container::before, .media.gr-une-title-video .embed-container::before, .media.gr-une-title-gallery .embed-container::before, .media.gr-une-title-debat .embed-container::before {
      background-color: #fff;
      bottom: 12px;
      color: #003978;
      display: block;
      font-family: 'main';
      font-size: 26px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      right: 12px;
      text-align: center;
      width: 40px;
      z-index: 2; }
      @media (max-width: 699px) {
        .media.gr-une-title-infographie .embed-container::before, .media.gr-une-title-audio .embed-container::before, .media.gr-une-title-video .embed-container::before, .media.gr-une-title-gallery .embed-container::before, .media.gr-une-title-debat .embed-container::before {
          display: none; } }
      .ena-viewmode-override-gratuit_niveau_1.media.gr-une-title-infographie .embed-container::before, .media.gr-une-title-audio .embed-container::before, .media.gr-une-title-video .embed-container::before, .media.gr-une-title-gallery .embed-container::before, .media.gr-une-title-debat .embed-container::before {
        left: auto;
        right: 12px; }
      .ena-viewmode-override-gratuit_niveau_2.media.gr-une-title-infographie .embed-container::before, .media.gr-une-title-audio .embed-container::before, .media.gr-une-title-video .embed-container::before, .media.gr-une-title-gallery .embed-container::before, .media.gr-une-title-debat .embed-container::before {
        left: 12px; }
  .media.gr-une-main-title .embed-container::before {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    width: 50px; }
  .media.gr-une-title-infographie .embed-container::before {
    content: '\EA17'; }
  .media.gr-une-title-gallery .embed-container::before {
    content: '\EA0D'; }
  .media.gr-une-title-debat .embed-container::before {
    content: '\EA16';
    font-size: 13px; }
  .media.gr-une-title-video .embed-container::before {
    content: '\EA0F'; }
  .media.gr-une-title-audio .embed-container::before {
    content: '\EA15'; }

@media (max-width: 699px) {
  .media + .media {
    padding-top: 15px; } }

.qualifio_iframe_wrapper {
  text-align: center; }

.page-node-long .gr-media.gr-media--video iframe,
.gr-12-clics .gr-media.gr-media--video iframe {
  position: relative; }

.gr-media.gr-media--rtl {
  padding: 0; }

#comments {
  background: #fff; }

.pane-eng-ls-charte-reactions {
  border-top: 4px solid #840303; }
  .pane-eng-ls-charte-reactions h2 {
    color: #840303;
    font-size: 21px; }

@media (max-width: 699px) {
  .icon-comment {
    margin-right: 5px; } }

.gr-linked-stories {
  background: #fff;
  border: 0;
  clear: both;
  float: none;
  margin: 20px 0;
  padding: 10px 10px 10px 100px;
  position: relative;
  width: auto;
  border-top: 1px solid #003978;
  border-bottom: 1px solid #003978; }
  .gr-linked-stories::after {
    content: '';
    background: transparent url("/sites/all/themes/engbootstrap_lesoir/images/plus-icon.svg") no-repeat center center;
    background-size: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 80px;
    background-color: transparent; }
  .gr-linked-stories h4 {
    margin: 0; }
    .gr-linked-stories h4 .label {
      font-size: 18px;
      font-family: roboto, sans-serif;
      padding: 0 0 5px; }
    .gr-linked-stories h4 a {
      color: #003978;
      font-size: 24px;
      font-family: Oswald, sans-serif;
      display: block;
      padding: 0 0 10px; }
    .gr-linked-stories h4 > span {
      color: #003978;
      display: block; }

.gr-une-titles .gr-social-links {
  background: #f5f5f5;
  bottom: 0;
  display: block;
  height: 30px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%; }
  @media (max-width: 699px) {
    .gr-une-titles .gr-social-links {
      display: none; } }
  .gr-une-titles .gr-social-links .comment-count {
    color: #575757;
    display: inline-block;
    font-family: robotocondensed_regular;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    vertical-align: top; }
    .gr-une-titles .gr-social-links .comment-count .icon {
      margin-right: 2px;
      vertical-align: middle; }
  .gr-une-titles .gr-social-links .btn {
    background: transparent;
    color: #575757;
    height: 30px;
    line-height: 30px; }
    .gr-une-titles .gr-social-links .btn:hover {
      background: transparent; }
    .gr-une-titles .gr-social-links .btn .icon {
      vertical-align: middle; }
  .gr-une-titles .gr-social-links .btn-twitter,
  .gr-une-titles .gr-social-links .btn-facebook {
    display: inline-block !important; }
  .gr-une-titles .gr-social-links .btn-print,
  .gr-une-titles .gr-social-links .btn-mail,
  .gr-une-titles .gr-social-links .btn-linkedin,
  .gr-une-titles .gr-social-links .btn-twitter,
  .gr-une-titles .gr-social-links .btn-google-plus {
    display: none; }
  .gr-une-titles .gr-social-links .btn-facebook:hover {
    background: #3b5998;
    color: #fff; }
  .gr-une-titles .gr-social-links .btn-twitter:hover {
    background: #4099ff;
    color: #fff; }

.gr-une-titles .gr-social-links-comments {
  display: block;
  float: left;
  margin: 0 6px 0 0; }

.gr-article-infos .gr-social-links {
  display: inline-block;
  float: none;
  height: auto;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
  width: auto; }
  @media (min-width: 1200px) {
    .gr-article-infos .gr-social-links {
      border-right: 1px solid #d7d7d7;
      border-top: 0;
      padding-right: 6px;
      padding-top: 0;
      position: absolute;
      top: 0;
      width: 52px; }
      .gr-article-infos .gr-social-links .btn {
        display: block;
        float: none; }
      .gr-article-infos .gr-social-links .btn + .btn {
        margin-top: 5px; } }
  .gr-article-infos .gr-social-links .btn {
    border-radius: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 6px !important;
    max-width: 40px !important;
    width: 40px; }
    .gr-article-infos .gr-social-links .btn .fa,
    .gr-article-infos .gr-social-links .btn .icon {
      line-height: 40px;
      vertical-align: middle; }

.gr-article-infos .gr-social-links-sticky-wrapper {
  height: auto !important; }

@media (min-width: 1200px) {
  .gr-article-infos-content.is-sticky.is-stuck {
    border-right: 0;
    position: fixed;
    top: 90px; } }

@media (min-width: 992px) {
  .gr-article-infos-content.is-sticky.is-stuck-bottom {
    bottom: 15px;
    left: 0;
    position: absolute;
    top: auto; } }

.has-stuck-bottom .gr-article-infos-content {
  display: none; }
  .has-stuck-bottom .gr-article-infos-content.gr-social-links {
    border-right: 0;
    display: block;
    left: 12px; }

.gr-paywall-bloc-limit {
  background: #003978;
  color: #fff;
  font-family: Oswald, sans-serif;
  padding: 0 15px; }
  .gr-paywall-bloc-limit.anonyme {
    background: none; }
    .gr-paywall-bloc-limit.anonyme .row {
      background: #003978;
      padding: 30px 0; }
    .gr-paywall-bloc-limit.anonyme h3 {
      color: #003978;
      font-weight: bold; }
  .gr-paywall-bloc-limit::before, .gr-paywall-bloc-limit::after {
    content: ' ';
    display: table; }
  .gr-paywall-bloc-limit::after {
    clear: both; }
  @media (max-width: 991px) {
    .gr-paywall-bloc-limit {
      width: 100%; } }
  @media (max-width: 699px) {
    .gr-paywall-bloc-limit {
      margin-top: 15px; } }
  .gr-paywall-bloc-limit h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center; }
  .gr-paywall-bloc-limit p {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px; }
    @media (max-width: 699px) {
      .gr-paywall-bloc-limit p {
        text-align: center; } }
  .gr-paywall-bloc-limit .btn {
    background: #fdc800;
    border-radius: 3px;
    display: block;
    font-size: 21px;
    margin: 10px 0 0;
    padding: 5px 12px;
    position: relative;
    text-align: center;
    text-decoration: none; }
    .gr-paywall-bloc-limit .btn:hover {
      background: #ffd431; }
  .gr-paywall-bloc-limit .col-left {
    padding: 0 30px; }
  .gr-paywall-bloc-limit .col-right {
    font-size: 21px;
    padding: 0 30px;
    text-align: center; }
    @media (max-width: 699px) {
      .gr-paywall-bloc-limit .col-right {
        margin-top: 30px; } }
  .gr-paywall-bloc-limit .gr-paywall-24h {
    padding: 15px;
    text-align: center; }
    .gr-paywall-bloc-limit .gr-paywall-24h.col-sm-12 {
      font-size: 17px; }
      .gr-paywall-bloc-limit .gr-paywall-24h.col-sm-12 a {
        color: #fff; }
    .gr-paywall-bloc-limit .gr-paywall-24h strong {
      font-size: 42px; }
    .gr-paywall-bloc-limit .gr-paywall-24h.col-xs-4 {
      text-align: left; }
      .gr-paywall-bloc-limit .gr-paywall-24h.col-xs-4 a {
        width: 70%; }
        .gratuit .gr-paywall-bloc-limit .gr-paywall-24h.col-xs-4 a {
          width: auto; }
    .gr-paywall-bloc-limit .gr-paywall-24h a {
      text-decoration: underline; }
    .gr-paywall-bloc-limit .gr-paywall-24h .gr-un-euros, .gr-paywall-bloc-limit .gr-paywall-24h a, .gr-paywall-bloc-limit .gr-paywall-24h .span24 {
      display: inline-block;
      vertical-align: middle; }
    .gr-paywall-bloc-limit .gr-paywall-24h .gr-un-euros {
      font-family: Oswald, sans-serif;
      font-size: 45px;
      margin-right: 7px; }
  .gr-paywall-bloc-limit .row-bottom {
    margin-left: -12px;
    margin-right: -12px;
    background: #f0f0f0;
    color: #003978;
    font-family: "Georgia", "Times New Roman", Times, serif;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center; }
    .gr-paywall-bloc-limit .row-bottom::before, .gr-paywall-bloc-limit .row-bottom::after {
      content: ' ';
      display: table; }
    .gr-paywall-bloc-limit .row-bottom::after {
      clear: both; }
    .gr-paywall-bloc-limit .row-bottom::before, .gr-paywall-bloc-limit .row-bottom::after {
      content: ' ';
      display: table; }
    .gr-paywall-bloc-limit .row-bottom::after {
      clear: both; }
    .gr-paywall-bloc-limit .row-bottom a {
      color: #003978;
      font-weight: bold; }
    .gr-paywall-bloc-limit .row-bottom .col-xs-6 {
      text-align: center; }
      @media (max-width: 480px) {
        .gr-paywall-bloc-limit .row-bottom .col-xs-6 {
          float: none;
          margin-top: 15px;
          width: 100%; } }
  .gr-paywall-bloc-limit .col-xs-4 {
    padding: 15px; }

.gr-ads-leaderboard-top {
  background: #f5f5f5; }
  @media (max-width: 991px) {
    .gr-ads-leaderboard-top {
      background: none;
      position: relative;
      top: 45px;
      z-index: 10;
      margin-top: 24px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-ads-leaderboard-top {
      top: 83px; } }
  .gr-ads-leaderboard-top .pane-dpipub-rossel-leader-top,
  .gr-ads-leaderboard-top .gr-ads-top-content {
    background: #f5f5f5;
    padding: 12px 0;
    margin: auto;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    max-width: 1284px;
    width: calc(100% - 40px);
    z-index: 50; }
    @media (max-width: 991px) {
      .gr-ads-leaderboard-top .pane-dpipub-rossel-leader-top,
      .gr-ads-leaderboard-top .gr-ads-top-content {
        background: none;
        position: static !important;
        width: auto; } }
  .sidebar-login .gr-ads-leaderboard-top,
  .sidebar-service .gr-ads-leaderboard-top {
    display: block; }

.gr-ads-imu {
  width: 300px; }
  .gr-zone .gr-ads-imu {
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (max-width: 699px) {
    .gr-ads-imu {
      margin: auto; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-ads-imu {
      display: block; } }

#rossel-imu-top {
  position: sticky;
  -webkit-position: -webkit-sticky;
  top: 84px; }

#rossel-imu-middle {
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
  border: 1px solid #003978; }

#rossel-imu-middle_ad_container {
  margin-bottom: 24px; }

#rossel-leader {
  text-align: center; }
  #rossel-leader > div {
    margin: 15px; }

#rossel-vlan-activation-v2 iframe,
#rossel-vlan-activation-v22 iframe,
#rossel-vlan-activation-v23 iframe {
  width: 100%; }

.pane-dpipub-rossel-leader {
  background: #f5f5f5;
  width: 100%;
  z-index: 1000; }

#gr-aside-content .gr-ads-imu-sticky {
  position: static; }
  @media (hover: none) and (pointer: coarse) {
    #gr-aside-content .gr-ads-imu-sticky {
      height: auto; } }
  @media (min-width: 992px) {
    #gr-aside-content .gr-ads-imu-sticky {
      overflow: visible; } }
  #gr-aside-content .gr-ads-imu-sticky.gr-panel {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #gr-aside-content .gr-ads-imu-sticky a {
    display: block;
    width: 300px; }
  @media (min-width: 992px) {
    #gr-aside-content .gr-ads-imu-sticky .is-sticky.is-stuck {
      position: fixed;
      top: 90px;
      width: 300px; } }
  @media (min-width: 992px) {
    #gr-aside-content .gr-ads-imu-sticky .is-sticky.is-stuck-bottom {
      bottom: 4px;
      position: absolute;
      right: 0;
      top: inherit; } }

.gr-region-70.gr-region-col-6-6 .gr-zone-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: static;
  overflow: visible;
  padding: 0;
  margin-left: 12px;
  margin-right: 12px; }
  @media (min-width: 700px) {
    .gr-region-70.gr-region-col-6-6 .gr-zone-right {
      width: 300px;
      min-width: 300px;
      max-width: 300px; } }
  @media (max-width: 699px) {
    .gr-region-70.gr-region-col-6-6 .gr-zone-right {
      margin: auto; } }
  .gr-region-70.gr-region-col-6-6 .gr-zone-right .gr-ads-imu {
    display: block;
    overflow: visible; }
  .gr-region-70.gr-region-col-6-6 .gr-zone-right #rossel-imu-middle {
    margin: 24px 0;
    position: sticky;
    -webkit-position: -webkit-sticky;
    top: 84px;
    overflow: visible; }
    .gr-region-70.gr-region-col-6-6 .gr-zone-right #rossel-imu-middle > a {
      display: block; }

.content-outbraine::before, .content-outbraine::after {
  content: ' ';
  display: table; }

.content-outbraine::after {
  clear: both; }

.gr-teaser-3col + .pane-dpipub-rossel-native {
  margin-top: 24px; }

div[role^='tooltip'] {
  border: red !important; }

.tooltip {
  font-size: 14px;
  width: 150px; }
  .tooltip.right .tooltip-arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #575757 !important;
    border-top: 5px solid transparent; }
  .tooltip.top .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #575757 !important; }
  .tooltip .tooltip-inner {
    background: #575757 !important;
    padding: 10px; }

.gr-panel {
  -webkit-box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
  box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
  margin-bottom: 24px; }
  @media (max-width: 699px) {
    .gr-panel {
      margin-bottom: 12px; } }
  .gr-panel .panel-heading,
  .gr-panel .gr-panel-heading {
    border-bottom: 0;
    color: #840303;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 300;
    padding: 10px; }
    .gr-panel .panel-heading a,
    .gr-panel .gr-panel-heading a {
      color: #840303; }
      .gr-pane-plus .gr-panel .panel-heading a, .gr-pane-plus
      .gr-panel .gr-panel-heading a {
        color: #003978; }
    .gr-panel .panel-heading .icon,
    .gr-panel .gr-panel-heading .icon {
      margin-right: 4px;
      position: relative;
      top: 2px; }
  .gr-panel .list-group {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .gr-panel .list-group-item {
    padding: 10px; }
    .gr-panel .list-group-item::before, .gr-panel .list-group-item::after {
      content: ' ';
      display: table; }
    .gr-panel .list-group-item::after {
      clear: both; }
    .gr-panel .list-group-item:last-child {
      padding-bottom: 10px; }
    .gr-panel .list-group-item + .list-group-item {
      border-top: 1px solid #f5f5f5; }
    .gr-panel .list-group-item .media-body {
      padding: 0; }
      .gr-panel .list-group-item .media-body .embed-container {
        display: block; }
    .gr-panel .list-group-item .gr-rating {
      font-size: 21px; }
  .gr-panel .media-heading {
    clear: none;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 0; }
    .gr-sidebar .gr-panel .media-heading {
      font-family: robotocondensed_regular;
      font-size: 17px; }
  .gr-panel .gr-meta {
    margin-top: 5px; }
    .gr-panel .gr-meta a {
      color: #840303;
      font-family: robotocondensed_light;
      font-weight: 300;
      margin-right: 10px; }
  .gr-panel .badge {
    background: none;
    border: 0;
    border-radius: 0;
    color: #575757;
    text-align: left;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35; }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-sidebar .gr-panel {
      margin: auto auto 24px;
      width: 100%; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-sidebar .gr-panel {
      width: 300px;
      margin-left: auto;
      margin-right: auto; } }
  #gr-footer .gr-panel,
  .gr-pane .gr-panel {
    -webkit-box-shadow: none;
    box-shadow: none; }

.gr-panel--gratuit-accroche-vignette .panel-heading,
.gr-panel--vignette .panel-heading {
  background: #eee; }

.gr-panel--gratuit-accroche-vignette .list-group-item,
.gr-panel--vignette .list-group-item {
  padding: 10px; }
  .gr-panel--gratuit-accroche-vignette .list-group-item:first-child,
  .gr-panel--vignette .list-group-item:first-child {
    padding-top: 10px; }
  .gr-panel--gratuit-accroche-vignette .list-group-item .embed-container,
  .gr-panel--vignette .list-group-item .embed-container {
    float: left;
    margin: 0 10px 0 0;
    width: 35%; }
    .gr-panel--gratuit-accroche-vignette .list-group-item .embed-container .img-responsive,
    .gr-panel--vignette .list-group-item .embed-container .img-responsive {
      padding: 0; }
    .gr-zone .gr-panel--gratuit-accroche-vignette .list-group-item .embed-container, .gr-zone
    .gr-panel--vignette .list-group-item .embed-container {
      float: none;
      margin: 0;
      width: 100%; }
  .gr-zone .gr-panel--gratuit-accroche-vignette .list-group-item, .gr-zone
  .gr-panel--vignette .list-group-item {
    float: left;
    width: 33.33%; }

@media (max-width: 699px) {
  .gr-panel--gratuit-accroche-vignette {
    display: none; } }

.gr-panel--gratuit-accroche-vignette .list-group-item .media-heading {
  font-family: robotocondensed_regular;
  font-size: 15px;
  margin-left: 35%;
  padding-left: 10px; }
  .gr-zone .gr-panel--gratuit-accroche-vignette .list-group-item .media-heading {
    margin: 0;
    padding: 0; }

.gr-panel--gratuit-accroche-vignette.xs-display {
  display: none; }
  @media (max-width: 699px) {
    .gr-panel--gratuit-accroche-vignette.xs-display {
      display: block; } }

.gr-panel--gratuit-accroche-vignette .media-object {
  margin-bottom: 10px;
  margin-top: 5px; }

.gr-panel--plus .panel-heading {
  background: #fdc800;
  color: #fff;
  padding-bottom: 10px; }

.gr-panel--plus .list-group-item {
  background: #797979;
  padding: 0; }
  .gr-panel--plus .list-group-item .media-heading a {
    background: #797979;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-box-shadow: 5px 0 0 #797979, -5px 0 0 #797979;
    box-shadow: 5px 0 0 #797979, -5px 0 0 #797979;
    color: #fdc800;
    position: relative;
    right: -5px; }
  .gr-panel--plus .list-group-item .gr-description {
    color: #575757; }

.gr-panel--panebig {
  margin-bottom: 12px; }
  .gr-panel--panebig .list-group-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    .gr-panel--panebig .list-group-item .embed-container,
    .gr-panel--panebig .list-group-item .media-heading {
      margin-bottom: 10px; }
    .gr-panel--panebig .list-group-item h4,
    .gr-panel--panebig .list-group-item .gr-teaser,
    .gr-panel--panebig .list-group-item .gr-rating,
    .gr-panel--panebig .list-group-item .gr-meta {
      margin-left: 0;
      margin-right: 0; }

.gr-panel--panesmall .list-group-item {
  padding-left: 0;
  padding-right: 0; }
  .gr-panel--panesmall .list-group-item:first-child {
    padding-top: 0; }
  .gr-panel--panesmall .list-group-item .embed-container {
    float: left;
    margin: 0 10px 0 0;
    max-width: 45%; }

.gr-panel--dailymotion-player {
  background: #222;
  position: relative; }
  .gr-panel--dailymotion-player .gr-panel-player-container {
    width: calc(66.66% - 20px); }
  .gr-panel--dailymotion-player .gr-panel-player-inner-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
  .gr-panel--dailymotion-player .gr-panel-player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .gr-panel--dailymotion-player .list-group {
    background: transparent;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 33.3333333%; }
    .gr-panel--dailymotion-player .list-group.is-loading {
      background: transparent url("../images/loading.svg") 50% no-repeat;
      display: block;
      width: 100%; }
  .gr-panel--dailymotion-player .list-group-item {
    padding: 7px 5px; }
    .gr-panel--dailymotion-player .list-group-item .embed-container,
    .gr-panel--dailymotion-player .list-group-item .media-heading {
      margin-bottom: 10px; }
    .gr-panel--dailymotion-player .list-group-item .embed-container {
      float: left;
      margin: 0 10px 0 0;
      width: 35%; }
    .gr-panel--dailymotion-player .list-group-item:only-child h4,
    .gr-panel--dailymotion-player .list-group-item:only-child .gr-teaser,
    .gr-panel--dailymotion-player .list-group-item:only-child .gr-rating,
    .gr-panel--dailymotion-player .list-group-item:only-child .gr-meta {
      margin-left: 0;
      margin-right: 0; }
  .gr-panel--dailymotion-player.is-full-width .gr-panel-player-container,
  .gr-panel--dailymotion-player.is-full-width .list-group {
    position: relative;
    width: 100%; }
  .gr-panel--dailymotion-player.is-full-width .panel-heading {
    color: #fff; }
  .gr-panel--dailymotion-player.is-full-width .list-group-item .media-heading {
    font-size: 14px;
    margin-bottom: 0;
    margin-left: calc(35% + 10px);
    width: calc(65% - 10px); }
    .gr-panel--dailymotion-player.is-full-width .list-group-item .media-heading a {
      color: #fff; }

.gr-panel--digiteka {
  background: #000; }
  .gr-panel--digiteka .panel-heading {
    background: #000;
    color: #fff; }

.gr-pane-section .gr-panel--dailymotion-player {
  margin-bottom: 0; }

.gr-panel .gr-teasers-list .list-group-item {
  border: 0;
  padding-left: 0; }
  @media (max-width: 699px) {
    .gr-panel .gr-teasers-list .list-group-item {
      background: transparent; } }

.gr-panel--section .media-heading .badge {
  font-family: robotocondensed_regular;
  margin-bottom: 5px; }

.gr-panel--section .media-heading a {
  clear: left;
  display: block; }

.gr-panel--carousel {
  background: #fff;
  height: auto;
  overflow: hidden; }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-panel--carousel {
      max-width: calc(100vw - 48px); } }
  @media (max-width: 699px) {
    .gr-panel--carousel {
      max-width: calc(100vw - 20px); } }
  .gr-panel--carousel .gr-panel-heading {
    background: #575757;
    color: #fff; }
  .gr-zone .gr-panel--carousel .owl-item {
    margin-right: 20px !important; }
    .gr-zone .gr-panel--carousel .owl-item:nth-child(even) {
      margin-right: 0 !important; }
  .gr-panel--carousel .owl-carousel {
    padding: 24px;
    background: #f5f5f5; }
    @media (max-width: 699px) {
      .gr-panel--carousel .owl-carousel {
        display: block;
        overflow-x: auto;
        white-space: nowrap; } }
    @media (max-width: 699px) {
      .gr-panel--carousel .owl-carousel .item {
        display: inline-block; } }
    @media (min-width: 700px) {
      .gr-panel--carousel .owl-carousel .item {
        display: block; } }
  #gr-une-content .gr-panel--carousel {
    background: #fff; }
    #gr-une-content .gr-panel--carousel .owl-carousel {
      padding: 20px 30px;
      background: none; }
      #gr-une-content .gr-panel--carousel .owl-carousel .owl-stage {
        padding: 10px 0; }
      #gr-une-content .gr-panel--carousel .owl-carousel .owl-item a {
        display: block; }
        #gr-une-content .gr-panel--carousel .owl-carousel .owl-item a img {
          width: 100%; }
      #gr-une-content .gr-panel--carousel .owl-carousel img {
        -webkit-box-shadow: 0 0 1px #d7d7d7;
        box-shadow: 0 0 1px #d7d7d7;
        width: 100%; }
    #gr-une-content .gr-panel--carousel .panel-heading {
      margin: 30px 30px 0;
      padding: 0;
      background: none;
      color: #099;
      background: #fbfbfb;
      text-transform: uppercase;
      line-height: 1; }
  #gr-main-content .gr-panel--carousel .owl-nav div,
  #gr-aside-content .gr-panel--carousel .owl-nav div {
    color: transparent;
    font-size: 0;
    overflow: hidden;
    width: 30px; }
    #gr-main-content .gr-panel--carousel .owl-nav div::before,
    #gr-aside-content .gr-panel--carousel .owl-nav div::before {
      background: rgba(87, 87, 87, 0.7);
      color: #fff;
      font-family: main;
      font-size: 24px;
      height: 60px;
      left: 0;
      line-height: 60px;
      margin-top: -30px;
      position: absolute;
      top: 50%;
      width: 100%; }
  #gr-main-content .gr-panel--carousel .owl-prev,
  #gr-aside-content .gr-panel--carousel .owl-prev {
    left: 0; }
    #gr-main-content .gr-panel--carousel .owl-prev::before,
    #gr-aside-content .gr-panel--carousel .owl-prev::before {
      content: '\EA28'; }
  #gr-main-content .gr-panel--carousel .owl-next,
  #gr-aside-content .gr-panel--carousel .owl-next {
    right: 0; }
    #gr-main-content .gr-panel--carousel .owl-next::before,
    #gr-aside-content .gr-panel--carousel .owl-next::before {
      content: '\EA29'; }
  .gr-panel--carousel .owl-item .owl-lazy {
    opacity: 1; }

.gr-panel-carousel--sidebar .owl-carousel {
  background: #575757; }

.gr-panel-carousel--une .gr-panel-heading,
.gr-panel-carousel--une .owl-carousel {
  background: #f5f5f5; }

.gr-panel-carousel--une .gr-panel-heading {
  color: #fff;
  text-align: center; }

/*
.gr-panel--carousel {
    overflow: hidden;
    height: auto;
    max-width: 100%;
    margin: 0 auto $grid-gutter-width;
    padding: 0;
    background: $gray-lighter;

    @include xs {
        margin-bottom: $grid-gutter-width / 2;
    }

    #gr-aside-content & {
        @include xssm {
            //margin: 30px auto;
        }
    }

    .gr-carousel {
        padding: 15px 25px;
    }

    .item img {
        margin: 0 auto;
        float: none;
        max-width: 150px;
        width: auto;
    }

    .gr-carousel .owl-prev {
        top: 20px;
        left: -5px;
    }

    .gr-carousel .owl-next {
        top: 20px;
        right: -5px;
    }
    //owlcarrosel
    // clearfix
    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        // position relative and z-index fix webkit rendering fonts issue
        position: relative;
        z-index: 1;
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

    .owl-carousel .owl-stage::after {
        content: '.';
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        // fix for flashing background
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-dot,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d;
    }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }
    // No Js
    .no-js .owl-carousel {
        display: block;
    }

   // 	Owl Carousel - Lazy Load Plugin

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
    }

   // 	Owl Carousel - Video Plugin

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: $dark;
    }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url('owl.video.play.png') no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: scale 100ms ease;
        -moz-transition: scale 100ms ease;
        -ms-transition: scale 100ms ease;
        -o-transition: scale 100ms ease;
        transition: scale 100ms ease;
    }

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

    .owl-carousel .owl-video-playing .owl-video-play-icon,
    .owl-carousel .owl-video-playing .owl-video-tn {
        display: none;
    }

    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
    }

    .owl-nav > div {
        position: absolute;
        top: 0;
        z-index: 50;
        height: 100%;
        display: block;
        color: $brand-primary;
        font-size: 100px;
        cursor: pointer;
        width: 40px;
        text-align: center;
        line-height: 190px;
        font-family: $gr-font-family-sans-serif-headings;
        padding-bottom: 10px;
        vertical-align: middle;
    }

    .owl-prev {
        left: -45px;
        @include xs {
            left: -35px;
        }

        #gr-aside-content & {
            left: -20px;
        }
    }

    .owl-next {
        right: -45px;
        @include xs {
            right: -35px;
        }

        .glyphicon-chevron-right {
            margin-left: 0;
        }

        #gr-aside-content & {
            right: -20px;
        }
    }

    .owl-carousel {
        .owl-item {
            .owl-lazy {
                opacity: 1;
            }
        }
    }

    #gr-sidebar & {
        position: relative;
        //padding-top: 36px;
        //background: $brand-primary;

        img:hover {
            opacity: 1;
        }

        ul {
            background-color: transparent;
            top: 0;
            bottom: auto;
            left: 0;
            margin: 0;
            padding: 0 $grid-gutter-width / 2;
            position: absolute;
            width: 100%;

            li {
                list-style: none;
            }

            h4 {
                font-family: $gr-font-family-sans-serif-headings;
                font-size: 14px;
                text-transform: uppercase;
                color: $light;
                width: 100%;
            }
        }
    }
}
*/
.gr-panel--pdf {
  height: auto; }
  .gr-panel--pdf ul {
    display: none; }
  .gr-panel--pdf .list-group {
    background: #383838; }
    .gr-panel--pdf .list-group .list-group-item {
      padding: 0; }
      .gr-panel--pdf .list-group .list-group-item .media-heading {
        color: #fff;
        margin: 0;
        padding-bottom: 10px;
        padding-top: 10px; }
        @media (max-width: 699px) {
          .gr-panel--pdf .list-group .list-group-item .media-heading {
            padding: 10px; } }

.gr-panel--galerie {
  background: #383838; }
  .gr-panel--galerie .panel-heading {
    background-color: #383838;
    color: #fff; }
    .gr-panel--galerie .panel-heading::before {
      color: #fff;
      content: '\EA0D';
      font-family: 'main';
      font-size: 25px;
      margin-right: 4px; }
    .gr-panel--galerie .panel-heading a {
      color: #fff; }
  .gr-panel--galerie .list-group-item {
    background: transparent;
    color: #fff;
    padding: 0; }
    .gr-panel--galerie .list-group-item:last-child {
      padding-bottom: 1px; }
    .gr-panel--galerie .list-group-item .media-body {
      padding: 0; }
    .gr-panel--galerie .list-group-item .media-heading {
      padding: 10px;
      position: relative; }
      .gr-panel--galerie .list-group-item .media-heading::before {
        content: none; }
  .gr-panel--galerie a,
  .gr-panel--galerie a:active,
  .gr-panel--galerie a:focus,
  .gr-panel--galerie a:hover,
  .gr-panel--galerie a:visited {
    color: #fff; }

.accroche-_ditos::before, .accroche-_ditos::after {
  content: ' ';
  display: table; }

.accroche-_ditos::after {
  clear: both; }

.accroche-_ditos .panel-heading {
  background: #f5f5f5; }
  .gr-pane-plus .accroche-_ditos .panel-heading {
    background: #fff; }

.accroche-_ditos .list-group-item .media-body {
  padding: 10px; }
  .accroche-_ditos .list-group-item .media-body::before, .accroche-_ditos .list-group-item .media-body::after {
    content: ' ';
    display: table; }
  .accroche-_ditos .list-group-item .media-body::after {
    clear: both; }

.accroche-_ditos .list-group-item .gr-chronique-title-sig::before, .accroche-_ditos .list-group-item .gr-chronique-title-sig::after {
  content: ' ';
  display: table; }

.accroche-_ditos .list-group-item .gr-chronique-title-sig::after {
  clear: both; }

.accroche-_ditos .list-group-item .gr-media-author-pic {
  float: left;
  margin: 0 10px 10px 0;
  width: 35%; }
  .accroche-_ditos .list-group-item .gr-media-author-pic::before, .accroche-_ditos .list-group-item .gr-media-author-pic::after {
    content: ' ';
    display: table; }
  .accroche-_ditos .list-group-item .gr-media-author-pic::after {
    clear: both; }
  @media (max-width: 991px) {
    .accroche-_ditos .list-group-item .gr-media-author-pic {
      max-width: 100px; } }

.accroche-_ditos .list-group-item .media-heading {
  float: right;
  margin-bottom: 5px;
  width: calc(65% - 10px); }
  @media (max-width: 991px) {
    .accroche-_ditos .list-group-item .media-heading {
      float: none;
      width: 100%; } }

.accroche-_ditos .list-group-item .author {
  margin-bottom: 0; }

.gr-panel--exergue {
  background: #575757; }
  .gr-panel--exergue a {
    color: #fff; }
  .gr-panel--exergue .panel-heading {
    background: #383838;
    color: #fff; }

.gr-panel--widget-club-du-soir {
  background: #f5f5f5; }
  .gr-panel--widget-club-du-soir .panel-heading {
    background: #003978 url("/sites/all/themes/enabootstrap_lesoir/images/clublesoir_logo.svg") 100% 0 no-repeat;
    border-bottom: 0;
    color: #fff; }
  .gr-panel--widget-club-du-soir .media-list {
    padding: 10px; }
  .gr-panel--widget-club-du-soir .media-body {
    width: 100%; }
    .gr-panel--widget-club-du-soir .media-body .media-heading {
      float: left;
      padding-left: 12px;
      width: 50%; }
    .gr-panel--widget-club-du-soir .media-body > p {
      float: left;
      width: 50%; }
  .gr-panel--widget-club-du-soir span {
    color: #da6f2b;
    display: inline-block;
    padding-left: 12px;
    width: 50%; }
  .gr-panel--widget-club-du-soir img {
    float: left;
    width: 100%; }

.gr-panel--video-buzz {
  background: none;
  margin-top: 40px; }
  .gr-panel--video-buzz .panel-heading {
    background: none;
    border-bottom: 8px solid #840303;
    color: #222;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0; }
  .gr-panel--video-buzz .panel-body {
    background: #222;
    color: #fff;
    padding: 30px 0; }
    @media (min-width: 700px) and (max-width: 1199px) {
      .gr-panel--video-buzz .panel-body .embed-container {
        min-height: 1px;
        padding-left: 12px;
        padding-right: 12px;
        position: relative; } }
  @media (min-width: 700px) and (max-width: 1199px) and (min-width: 700px) {
    .gr-panel--video-buzz .panel-body .embed-container {
      float: left;
      width: 58.33333%; } }
    @media (min-width: 1200px) {
      .gr-panel--video-buzz .panel-body .embed-container {
        min-height: 1px;
        padding-left: 12px;
        padding-right: 12px;
        position: relative; } }
  @media (min-width: 1200px) and (min-width: 700px) {
    .gr-panel--video-buzz .panel-body .embed-container {
      float: left;
      width: 66.66667%; } }
    .gr-panel--video-buzz .panel-body .media-object {
      margin: 0 auto; }
    .gr-panel--video-buzz .panel-body .media-heading {
      clear: none;
      font-size: 25px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .gr-panel--video-buzz .panel-body .media-heading {
          font-size: 42px; } }
      @media (min-width: 700px) and (max-width: 1199px) {
        .gr-panel--video-buzz .panel-body .media-heading {
          min-height: 1px;
          padding-left: 12px;
          padding-right: 12px;
          position: relative; } }
  @media (min-width: 700px) and (max-width: 1199px) and (min-width: 700px) {
    .gr-panel--video-buzz .panel-body .media-heading {
      float: left;
      width: 41.66667%; } }
      @media (min-width: 1200px) {
        .gr-panel--video-buzz .panel-body .media-heading {
          font-size: 52.5px;
          min-height: 1px;
          padding-left: 12px;
          padding-right: 12px;
          position: relative; } }
  @media (min-width: 1200px) and (min-width: 700px) {
    .gr-panel--video-buzz .panel-body .media-heading {
      float: left;
      width: 33.33333%; } }
      .gr-panel--video-buzz .panel-body .media-heading a {
        color: #fff;
        display: block;
        padding: 15px 0 0; }

.gr-panel--impact-1 .panel-heading {
  background: #840303;
  color: #fff; }

.gr-panel--impact-3 {
  background: #099;
  color: #fff; }
  .gr-panel--impact-3 .panel-heading {
    background: none;
    color: #fff; }
  .gr-panel--impact-3 .media-heading a {
    color: #fff; }

.gr-panel--vignette-xs {
  max-width: calc(100vw - 20px); }
  @media (min-width: 700px) {
    .gr-panel--vignette-xs {
      display: none; } }
  .gr-panel--vignette-xs .panel-heading a {
    color: #fff; }
  @media (max-width: 699px) {
    .gr-panel--vignette-xs .list-group {
      overflow: auto;
      white-space: nowrap; } }
  @media (max-width: 699px) {
    .gr-panel--vignette-xs .list-group-item {
      display: inline-block;
      margin: 0 10px 10px;
      vertical-align: top;
      white-space: normal;
      width: 80%; } }
  @media (max-width: 699px) {
    .gr-panel--vignette-xs .list-group-item .embed-container {
      width: 100%;
      float: none; } }

.gr-panel--vignette-plus {
  /*
    .list-group-item {
        background: $gray;

        a {
            color: $brand-secondary;
        }

        & + .list-group-item {
            border-top-color: $gray-dark;
        }

    }
    */ }
  .gr-panel--vignette-plus .panel-heading {
    background: #003978 url("/sites/all/themes/enabootstrap_lesoir/images/site-logo.svg") 50% 0 no-repeat;
    background-size: 200px 53px;
    color: #fff;
    font-size: 0;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    padding: 0;
    text-align: center; }
    .gr-panel--vignette-plus .panel-heading img {
      display: none;
      display: inline; }

.gr-panel--most-commented ol,
.gr-panel--most-commented ul,
.gr-panel--most-viewed ol,
.gr-panel--most-viewed ul,
.gr-panel--pepites ol,
.gr-panel--pepites ul,
.gr-panel--pluslus ol,
.gr-panel--pluslus ul {
  counter-reset: li; }
  .gr-panel--most-commented ol .list-group-item::after,
  .gr-panel--most-commented ul .list-group-item::after,
  .gr-panel--most-viewed ol .list-group-item::after,
  .gr-panel--most-viewed ul .list-group-item::after,
  .gr-panel--pepites ol .list-group-item::after,
  .gr-panel--pepites ul .list-group-item::after,
  .gr-panel--pluslus ol .list-group-item::after,
  .gr-panel--pluslus ul .list-group-item::after {
    bottom: 0;
    content: counter(li) "";
    counter-increment: li;
    font-size: 25px;
    left: 0;
    min-width: 24px;
    position: absolute;
    text-align: center;
    top: 12.5px;
    width: 40px; }
  .gr-panel--most-commented ol .list-group-item .media-heading,
  .gr-panel--most-commented ul .list-group-item .media-heading,
  .gr-panel--most-viewed ol .list-group-item .media-heading,
  .gr-panel--most-viewed ul .list-group-item .media-heading,
  .gr-panel--pepites ol .list-group-item .media-heading,
  .gr-panel--pepites ul .list-group-item .media-heading,
  .gr-panel--pluslus ol .list-group-item .media-heading,
  .gr-panel--pluslus ul .list-group-item .media-heading {
    padding-left: 50px; }

.gr-panel--most-commented,
.gr-panel--most-viewed {
  background: none; }
  .gr-panel--most-commented .panel-heading,
  .gr-panel--most-viewed .panel-heading {
    background: #eee; }
  .gr-panel--most-commented ol .list-group-item,
  .gr-panel--most-commented ul .list-group-item,
  .gr-panel--most-viewed ol .list-group-item,
  .gr-panel--most-viewed ul .list-group-item {
    background: #f5f5f5;
    padding: 0; }
    .gr-panel--most-commented ol .list-group-item::after,
    .gr-panel--most-commented ul .list-group-item::after,
    .gr-panel--most-viewed ol .list-group-item::after,
    .gr-panel--most-viewed ul .list-group-item::after {
      bottom: 0;
      color: #d7d7d7;
      font-family: Oswald, sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .gr-panel--most-commented ol .list-group-item:last-child,
    .gr-panel--most-commented ul .list-group-item:last-child,
    .gr-panel--most-viewed ol .list-group-item:last-child,
    .gr-panel--most-viewed ul .list-group-item:last-child {
      padding-bottom: 0; }
    .gr-panel--most-commented ol .list-group-item .media-body,
    .gr-panel--most-commented ul .list-group-item .media-body,
    .gr-panel--most-viewed ol .list-group-item .media-body,
    .gr-panel--most-viewed ul .list-group-item .media-body {
      background: #fff;
      margin-left: 40px;
      min-height: 56px; }
    .gr-panel--most-commented ol .list-group-item .media-heading,
    .gr-panel--most-commented ul .list-group-item .media-heading,
    .gr-panel--most-viewed ol .list-group-item .media-heading,
    .gr-panel--most-viewed ul .list-group-item .media-heading {
      background: #fff;
      padding: 10px; }
  .gr-panel--most-commented .media-left,
  .gr-panel--most-viewed .media-left {
    display: none; }

.gr-panel--pepites ul .list-group-item::after,
.gr-panel--pluslus ul .list-group-item::after {
  font-family: times;
  font-size: 42px;
  top: 5px;
  width: 50px; }

.gr-panel--pepites ul .list-group-item + .list-group-item,
.gr-panel--pluslus ul .list-group-item + .list-group-item {
  border-top: 0; }

.gr-panel--pepites ul .list-group-item .media-heading,
.gr-panel--pluslus ul .list-group-item .media-heading {
  padding-left: 50px; }

@media (min-width: 1200px) {
  .gr-panel--pepites .list-group {
    -webkit-columns: 2;
    columns: 2; } }

.gr-panel--pepites .list-group-item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.gr-panel--pluslus .list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gr-panel--pluslus .list-group .list-group-item {
    border-top: 0;
    width: 25%; }
    @media (max-width: 699px) {
      .gr-panel--pluslus .list-group .list-group-item {
        width: 100%; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-panel--pluslus .list-group .list-group-item {
        width: 50%; } }
  .gr-panel--pluslus .list-group:last-child .list-group-item:last-child {
    border-bottom: 1px solid #f5f5f5; }

.gr-panel--pluslus .list-group-item {
  border-bottom: 1px solid #f5f5f5;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  min-height: 140px; }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-panel--pluslus .list-group-item {
      min-height: 100px; } }

.gr-panel--pluslus .media-left {
  display: none; }

.gr-panel--link-list {
  background: #f5f5f5; }
  .gr-panel--link-list .list-group-item {
    margin-left: 20px;
    padding: 15px 15px 0;
    font-size: 17px; }
    .gr-panel--link-list .list-group-item::before {
      color: #003978;
      content: '\EA20';
      display: inline-block;
      font-family: main;
      font-size: 7px;
      margin-left: -2em;
      position: absolute;
      top: 25px;
      width: 16px; }
    .gr-panel--link-list .list-group-item + .list-group-item {
      border: 0; }
    .gr-panel--link-list .list-group-item .media-heading {
      font-size: 17px;
      margin: 0; }
  .atom-package-player-hors-texte-teasing + .gr-panel--link-list {
    margin-top: 30px; }

.gr-panel--article-block-more {
  clear: both; }
  .gr-panel--article-block-more .media-list {
    margin: 0; }
  .gr-panel--article-block-more .list-group-item {
    border-top: 1px solid #d7d7d7;
    margin-bottom: 0;
    overflow-y: hidden; }
    .gr-panel--article-block-more .list-group-item article {
      height: 100%;
      overflow-y: hidden; }
    .gr-panel--article-block-more .list-group-item .media-body {
      position: relative; }
      .gr-panel--article-block-more .list-group-item .media-body .gr-keyword-alerte {
        top: 10px;
        z-index: 2; }
      .gr-panel--article-block-more .list-group-item .media-body h4 {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        height: 100%;
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        font-family: Oswald, sans-serif;
        font-size: 22px;
        font-weight: 100;
        line-height: 1.35; }
        .gr-panel--article-block-more .list-group-item .media-body h4 a {
          color: #fff;
          display: block;
          height: 100%;
          padding: 35px 10px 10px;
          text-decoration: none;
          width: 100%; }
      .gr-panel--article-block-more .list-group-item .media-body p {
        margin-bottom: 0; }

.gr-panel--large {
  background: #575757;
  margin-left: auto;
  margin-right: auto;
  max-width: 1284px; }
  .gr-panel--large .panel-heading {
    background: #383838;
    color: #fff;
    padding-bottom: 5px; }
  .gr-panel--large .list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gr-panel--large .list-group-item {
    float: left;
    width: 25%; }
    @media (max-width: 699px) {
      .gr-panel--large .list-group-item {
        width: 100%; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-panel--large .list-group-item {
        width: 50%; } }
    .gr-panel--large .list-group-item + .list-group-item {
      border: 0; }
  .gr-panel--large .media-heading {
    margin-left: 0;
    margin-top: 5px; }
  .gr-panel--large .gr-meta {
    margin-left: 0;
    margin-top: 5px; }
  .gr-panel--large .gr-meta a,
  .gr-panel--large .media-heading a {
    color: #fff; }

.gr-panel--entreprise {
  background: #f0e7d4; }
  .gr-panel--entreprise .panel-heading {
    background: none;
    border-bottom: 3px solid #bba25c;
    color: #003978;
    font-size: 30px;
    padding-bottom: 0; }
  .gr-panel--entreprise .list-group::before, .gr-panel--entreprise .list-group::after {
    content: ' ';
    display: table; }
  .gr-panel--entreprise .list-group::after {
    clear: both; }
  .gr-panel--entreprise .list-group-item {
    float: left;
    width: 25%; }
    @media (max-width: 699px) {
      .gr-panel--entreprise .list-group-item {
        width: 100%; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-panel--entreprise .list-group-item {
        width: 50%; } }
    .gr-panel--entreprise .list-group-item + .list-group-item {
      border: 0; }
    .gr-panel--entreprise .list-group-item .media-heading {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 17px;
      margin-left: calc(40% + 12px); }
  .gr-panel--entreprise .gr-meta {
    background: #bba25c;
    display: inline; }
    .gr-panel--entreprise .gr-meta a {
      color: #fff;
      font-family: Helvetica, Arial, sans-serif;
      margin: 0 5px; }
  .gr-panel--entreprise .embed-container {
    float: left;
    margin-right: 12px;
    width: 40%; }

.gr-panel-comment .panel-heading {
  margin-bottom: 0; }

.gr-panel-comment .panel-body {
  padding: 0 15px; }

.gr-panel--footer {
  float: left;
  margin: 0 0 24px 24px; }
  @media (max-width: 699px) {
    .gr-panel--footer {
      margin-left: 10px; } }
  .gr-panel--footer .gr-panel-heading {
    margin: 0 0 10px;
    padding: 0; }
  .gr-panel--footer .gr-panel-title {
    border-bottom: 3px solid #fdc800;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    margin: 0;
    padding-bottom: 5px; }
  .gr-panel--footer .list-group {
    -webkit-columns: 2;
    columns: 2; }
  .gr-panel--footer .list-group-item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    padding: 0; }
    .gr-panel--footer .list-group-item a {
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      display: block;
      padding: 10px 0; }
      .gr-panel--footer .list-group-item a:hover {
        color: #fdc800;
        text-decoration: none; }
  .gr-panel--footer .list-group-item + .list-group-item {
    border: 0; }

@media (min-width: 700px) {
  .gr-footer-section--social .gr-panel--footer {
    width: calc(50% - 24px); } }

.gr-footer-section--social .gr-panel--footer .gr-panel-heading {
  margin: 0 0 20px; }

@media (min-width: 700px) {
  .gr-footer-section--menu .gr-panel--footer {
    width: calc(33.33% - 24px); } }

.page-meteo .gr-panel-meteo .panel-heading,
.page-meteo .gr-panel-meteo .media-body {
  padding: 0; }

.gr-panel--facebook iframe {
  width: 300px !important; }

.gr-panel--idalgo {
  background: #fff;
  padding: 10px; }

.gr-panel--blogs .list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gr-panel--blogs .list-group::before, .gr-panel--blogs .list-group::after {
    content: ' ';
    display: table; }
  .gr-panel--blogs .list-group::after {
    clear: both; }

.gr-panel--blogs .list-group-item {
  float: left;
  width: 25%; }
  .gr-panel--blogs .list-group-item + .list-group-item {
    border: 0; }

.gr-panel--blogs .gr-meta {
  margin-bottom: 6px;
  margin-top: 6px; }

.gr-panel--blogs .img-responsive {
  width: 30%;
  float: left;
  margin-right: 10px; }

@media (max-width: 699px) {
  .gr-panel--blogs .list-group-item {
    width: 100%; } }

@media (min-width: 700px) and (max-width: 991px) {
  .gr-panel--blogs .list-group-item {
    width: 50%; } }

.touchevents .gr-panel--blogs .list-group-item:first-child {
  margin-left: -1px; }

.gr-pane-plus .gr-panel .panel-heading {
  border-bottom: 4px solid #003978;
  color: #003978; }

.gr-pane-plus .gr-panel--galerie .panel-heading {
  border: 0;
  color: #fff; }
  .gr-pane-plus .gr-panel--galerie .panel-heading a {
    color: #fff; }

.gr-pane-videos .gr-panel .media-heading {
  font-size: 17px;
  margin: 0 0 15px; }
  .gr-pane-videos .gr-panel .media-heading a {
    color: #d7d7d7; }

.gr-pane-videos .gr-panel .embed-container:not(:first-child) {
  float: left;
  margin-right: 10px;
  width: 35%; }

.gr-pane-videos .gr-panel.ena-type-package .list-group-item {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  .gr-pane-videos .gr-panel.ena-type-package .list-group-item::before, .gr-pane-videos .gr-panel.ena-type-package .list-group-item::after {
    content: ' ';
    display: table; }
  .gr-pane-videos .gr-panel.ena-type-package .list-group-item::after {
    clear: both; }
  @media (min-width: 700px) {
    .gr-pane-videos .gr-panel.ena-type-package .list-group-item {
      float: left;
      width: 33.33333%; } }
  .gr-pane-videos .gr-panel.ena-type-package .list-group-item:first-child {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; }
    @media (min-width: 700px) {
      .gr-pane-videos .gr-panel.ena-type-package .list-group-item:first-child {
        float: left;
        width: 66.66667%; } }
    .gr-pane-videos .gr-panel.ena-type-package .list-group-item:first-child .media-heading {
      font-size: 21px;
      margin: 15px 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .gr-pane-videos .gr-panel.ena-type-package .list-group-item:first-child .media-heading {
          font-size: 25px; } }

.gr-pane-videos .gr-panel .list-group-item + .list-group-item {
  border: 0; }

.gr-pane-sosoir .gr-panel {
  background: none; }
  .gr-pane-sosoir .gr-panel .media-heading a {
    color: #d7d7d7; }
  .gr-pane-sosoir .gr-panel .list-group-item + .list-group-item {
    border-color: #797979; }

.pane-lsblocks-lsblocks-meteo-bourse-trafic {
  float: right; }

@media (max-width: 991px) {
  .gr-le-direct__meteo {
    display: none; } }

.gr-le-direct__meteo .gr-le-direct__meteo-button {
  border-bottom: 0;
  border-top: 0;
  padding: 0 2px;
  width: 80px; }
  .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-value {
    font-family: Oswald, sans-serif;
    line-height: 36px;
    padding: 0;
    width: auto; }
  .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon {
    line-height: 30px;
    padding: 5px 5px 0;
    width: auto; }
    .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon img {
      height: 30px; }

.has-header-small .gr-le-direct__meteo {
  display: none; }

.gr-free-tags {
  clear: both;
  background: #f5f5f5;
  padding: 10px;
  font-size: 17px;
  line-height: 25px; }
  .gr-free-tags a {
    padding: 0 5px; }

.gr-panel--panebig .media-heading {
  font-size: 30px; }

.gr-panel--panebig .gr-article-teaser {
  font-size: 16px; }

.gr-panel--article-plus {
  padding: 20px; }
  .gr-panel--article-plus:before {
    content: '';
    display: block;
    background: url(/sites/all/themes/engbootstrap_lesoir/images/plus-icon.svg) right 0 no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -15px; }
  @media (min-width: 700px) {
    .gr-panel--article-plus .list-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .gr-panel--article-plus .list-group .list-group-item {
    background: #f5f5f5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 699px) {
      .gr-panel--article-plus .list-group .list-group-item {
        margin-bottom: 20px; } }
    @media (min-width: 700px) {
      .gr-panel--article-plus .list-group .list-group-item:nth-child(2n) {
        margin: 0 20px; } }
  .gr-panel--article-plus .list-group .gr-meta-section a {
    color: #840303;
    text-transform: uppercase;
    font-family: robotocondensed_regular; }
  .gr-panel--article-plus .list-group .gr-meta-author {
    font-family: robotocondensed_light;
    margin-top: 20px; }
  .gr-panel--article-plus .list-group h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 992px) {
      .gr-une-content .gr-panel--article-plus .list-group h3 {
        font-size: 18px; } }

.gr-panel--newsletter-wc {
  line-height: 25px; }
  .gr-panel--newsletter-wc .panel-heading {
    border-bottom: 0;
    color: #840303;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    background: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 55px;
    line-height: 55px; }
    .gr-panel--newsletter-wc .panel-heading:before {
      display: block;
      content: "";
      width: 103px;
      height: 60px;
      background: url("../images/logo-coupe-du-monde.png") no-repeat;
      background-size: cover; }
  .gr-panel--newsletter-wc form p {
    color: #003978;
    font-family: robotocondensed_light; }
    .gr-panel--newsletter-wc form p strong {
      font-family: robotocondensed_regular; }
  .gr-panel--newsletter-wc form label {
    color: #003978;
    font-family: robotocondensed_light; }
    .gr-panel--newsletter-wc form label strong {
      font-family: robotocondensed_regular; }
  .gr-panel--newsletter-wc form .gr-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .gr-panel--newsletter-wc form input {
    padding: 5px 10px; }
    .gr-panel--newsletter-wc form input#edit-email, .gr-panel--newsletter-wc form input[type='text'], .gr-panel--newsletter-wc form input[type='email'] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      color: #575757; }
    .gr-panel--newsletter-wc form input.form-submit, .gr-panel--newsletter-wc form input[type="submit"] {
      background: #840303;
      border-color: #840303;
      color: #fff; }
  #gr-unes-titres .gr-panel--newsletter-wc .panel-heading {
    background: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #003978;
    height: auto;
    max-height: none;
    border-bottom: 1px solid #f5f5f5;
    font-size: 25px; }
    #gr-unes-titres .gr-panel--newsletter-wc .panel-heading:before {
      margin-right: 10px; }
  #gr-unes-titres .gr-panel--newsletter-wc #email {
    max-width: 400px; }

.sidebar-direct.has-sidebar::after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: '';
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20; }

.pane-ena-direct {
  background: #d7d7d7;
  bottom: 0;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  width: 300px;
  z-index: 50;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  @media (max-width: 699px) {
    .pane-ena-direct {
      width: 270px; } }
  .pane-ena-direct.sidebar-open {
    -webkit-box-shadow: 0 0 70px #000;
    box-shadow: 0 0 70px #000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

#gr-header .pane-ena-direct {
  background: #fff; }
  @media (min-width: 1770px) {
    #gr-header .pane-ena-direct {
      -webkit-box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
      box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      width: 20%; } }
  #gr-header .pane-ena-direct .gr-le-direct-tap {
    display: none; }

.close-fullhd-direct #gr-header .pane-ena-direct {
  overflow: visible !important; }
  @media (min-width: 1770px) {
    .close-fullhd-direct #gr-header .pane-ena-direct {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }

.has-header-fixed #gr-header .pane-ena-direct {
  top: 0 !important; }

#gr-le-direct {
  border: 0;
  overflow: visible; }
  #gr-le-direct h2 {
    height: 60px; }
  #gr-le-direct #tab-1 {
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    #gr-le-direct #tab-1.gr-tab-loaded {
      opacity: 1; }

#gr-sidebar-left-content {
  max-height: calc(100vh - 61px); }

.direct__header {
  height: 60px; }

.direct__open-close {
  background: #003978;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 1000;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  .direct__open-close::after {
    color: #fff;
    content: '\EA1B';
    font-size: 16px;
    font-family: main;
    height: 60px;
    right: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px; }

#gr-header .is-loading .direct__open-close {
  display: none; }

.direct__loading-container {
  height: 26px;
  margin-top: -13px;
  position: absolute;
  right: 17px;
  top: 50%;
  width: 26px;
  z-index: 10; }

.direct__loading {
  color: #fff;
  height: 26px;
  vertical-align: top;
  width: 26px; }

.direct__notification {
  background: red;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  width: 24px;
  z-index: 3;
  /*
    .badge {
        top: 10px;
        right: 4px;
        line-height: 18px;
    }
    */ }
  .direct__notification.is-visible {
    display: block; }

.direct__current {
  background: #003978;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  height: 60px;
  left: 0;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: calc(100% - 60px); }
  .direct__current:hover {
    background: #003978; }
  .direct__current::after {
    display: none; }
  .direct__current a {
    color: #840303;
    padding: 0; }
    .direct__current a:hover, .direct__current a:active, .direct__current a:focus {
      text-decoration: none; }
    .direct__current a::after {
      color: #840303;
      content: '\EA07';
      font-family: 'main';
      font-size: 14px;
      position: absolute;
      right: 10px; }
  .direct__current.has-no-menu::after {
    display: none; }

.direct__nav {
  top: 60px; }

.direct__menu {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 5px 5px #d7d7d7;
  box-shadow: 0 5px 5px #d7d7d7;
  padding: 0; }
  .direct__menu li {
    border-bottom: 1px solid #d7d7d7;
    color: #840303; }
    .direct__menu li:last-child {
      border: 0; }

.gr-direct-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-bottom: 0; }

.gr-direct-item + .gr-direct-item {
  border-top: 1px solid #d7d7d7; }

.gr-direct-item__meta {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35; }

.gr-direct-item__time {
  background: transparent;
  border: 0;
  color: #840303;
  display: inline-block;
  float: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0; }
  .gr-direct-item__time::after {
    content: ' –'; }

.gr-direct-item__section {
  color: #840303;
  display: inline-block !important;
  font-size: 14px;
  padding: 0 !important;
  padding: 0; }

.gr-direct-item__alert {
  background: #cc0300;
  color: #fff;
  float: right;
  font-size: 14px;
  padding: 0;
  font-weight: normal; }
  .sidebar .gr-direct-item__alert:hover {
    color: #fff;
    text-decoration: underline; }
  #gr-le-direct .gr-direct-item__meta .gr-direct-item__alert {
    padding: 0 5px; }
  #gr-le-direct .gr-direct-item__alert.is-empty {
    display: none; }

.gr-direct-item__heading {
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.35;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0; }
  @media (max-width: 991px) {
    .gr-direct-item__heading {
      font-size: 16px; } }
  .gr-direct-item__heading a {
    padding: 0 !important; }

.gr-direct-item--pinned {
  background: rgba(0, 0, 0, 0.1); }
  .gr-direct-item--pinned .gr-direct-item__time::before {
    color: #840303;
    content: '';
    display: inline-block;
    font-family: main; }

.gr-direct-item--inserted {
  background: rgba(0, 0, 0, 0.1); }
  .gr-direct-item--inserted .gr-direct-item__time {
    background: transparent; }

.gr-direct-item--twitter .gr-direct-item__content::before,
.gr-direct-item--facebook .gr-direct-item__content::before {
  font-family: 'main';
  font-size: 14px;
  position: absolute;
  right: 15px; }

.gr-direct-item--twitter .gr-direct-item__alert,
.gr-direct-item--facebook .gr-direct-item__alert {
  margin-right: 20px; }

.gr-direct-item--twitter .gr-direct-item__meta span,
.gr-direct-item--twitter .gr-direct-item__meta a,
.gr-direct-item--facebook .gr-direct-item__meta span,
.gr-direct-item--facebook .gr-direct-item__meta a {
  color: #fff; }

.gr-direct-item--twitter .gr-direct-item__heading,
.gr-direct-item--facebook .gr-direct-item__heading {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 19px; }
  .gr-direct-item--twitter .gr-direct-item__heading a,
  .gr-direct-item--facebook .gr-direct-item__heading a {
    color: #fff;
    display: block;
    padding: 10px 0; }
    .gr-direct-item--twitter .gr-direct-item__heading a::before,
    .gr-direct-item--facebook .gr-direct-item__heading a::before {
      content: '“ '; }
    .gr-direct-item--twitter .gr-direct-item__heading a::after,
    .gr-direct-item--facebook .gr-direct-item__heading a::after {
      content: ' ”'; }

.gr-direct-item--facebook {
  padding: 15px; }
  .gr-direct-item--facebook .media-body {
    background-color: #3b5998;
    color: #fff; }
  .gr-direct-item--facebook .gr-direct-item__content::before {
    content: '\EA08'; }

.gr-direct-item--twitter {
  padding: 15px; }
  .gr-direct-item--twitter .media-body {
    background-color: #4099ff;
    color: #fff; }
  .gr-direct-item--twitter .gr-direct-item__content::before {
    content: '\EA09'; }

.gr-direct-item--date {
  line-height: 50px;
  text-transform: uppercase; }
  li.gr-direct-item--date {
    padding-top: 20px;
    text-align: center; }

.gr-direct-toggle-notification {
  background: red;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -4px;
  text-align: center;
  top: 6px;
  width: 24px;
  z-index: 10; }
  .gr-direct-toggle-notification::before {
    background: transparent;
    content: '';
    height: 60px;
    left: -33px;
    position: absolute;
    top: -6px;
    width: 53px; }
  .gr-direct-toggle-notification.is-visible {
    display: block; }

/*
.gr-direct-list {
	.gr-direct-item {
		background-color: transparent;
    	border: 0;
        padding-bottom: 0;
    	padding: 0;

        + .gr-direct-item {
            border-top: 1px solid $gray-light;
        }

    	&.gr-direct-item--inserted {
    		background: rgba($dark, .1);

    		.gr-direct-item__time {
    			background: rgba($dark, 0);
    		}
    	}
	}
}

// Direct list item heading
#gr-le-direct .gr-direct-item__heading {
	@include font_serif-headings-3($size:19px);
    line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;

    @include xssm {
		font-size: 16px;
	}

    a {
        padding: 0;
    }
}

// Direct list item meta
#gr-le-direct .gr-direct-item__meta {
    @include font_sans-serif-headings-1-small;
    font-weight: bold;
    margin-bottom: $line-height-computed / 2;

    .gr-direct-item__time,
    .gr-direct-item__meta-link,
    .gr-direct-item__meta-link--alert,
    .gr-direct-item__alert {
        color: $gr-red;
        font-size: $font-size-base;
        padding: 0;
    }

    .gr-direct-item__time {
    	background: transparent;
    	border: 0;
    	display: inline-block;
        float: none;
        position: relative;
    	margin: 0;
        top: 0;

        &::after {
            content: ' –';
        }
    }

    .gr-direct-item__meta-link {
    	display: inline-block;
    }

    .gr-direct-item__alert,
    .gr-direct-item__meta-link--alert {
        float: right;
        color: $light;
        background: $direct-alert-direct;
        padding: 0 5px;
    }
}

// Direct list item title
#gr-le-direct .gr-direct-item__title {
    @include font_serif-headings-4;
    color: $gr-red;
    font-size: $font-size-h3;
    font-weight: 300;
    margin-bottom: $line-height-computed / 2;
    margin-top: $line-height-computed / 2;
    text-align: center;
}

// Direct list item title day
.gr-direct-list {
    .gr-direct-item-day {
    	font-family: $gr-font-family-sans-serif-headings;
    	font-size: $font-size-h4;
        padding-bottom: $line-height-computed;
        padding-top: $line-height-computed;
    }
}

// Direct list item image
#gr-le-direct a.gr-direct-item__media,
#gr-le-direct a.gr-direct-square {
    @include clearfix;
    margin-bottom: $line-height-computed / 2;
    padding: 0;

    img {
        margin-top: 0;
    }
}

#gr-le-direct a.gr-direct-item__media {
    float: left;
    margin-right: $mediaGutter;
    width: 40%;
}

#gr-le-direct a.gr-direct-square {
    display: block;
}

// Direct list modifier: TWITTER / FACEBOOK
#gr-le-direct {
    .gr-le-direct-tap {
        display: none;
    }

    .gr-direct-list {
        .gr-direct-item--twitter,
        .gr-direct-item--facebook {
            .gr-direct-item__content::before {
                font-family: 'main';
                position: absolute;
                right: $mediaGutter*3;
                font-size: $font-size-base;
            }

            .gr-direct-item__meta span,
            .gr-direct-item__meta a {
                color: $light;
            }

            .gr-direct-item__heading {
                font-family: $font-family-serif;
                font-size: 19px;

                a {
                    color: $light;
                    display: block;
                    padding: $mediaGutter 0;

                    &::before {
                        content: '“ ';
                    }

                    &::after {
                        content: ' ”';
                    }
                }
            }
        }

        .gr-direct-item--twitter {
            padding: 15px;

            .media-body {
                background-color: #4099ff;
                color: $light;
            }

            .gr-direct-item__content::before {
                content: '\EA09';
            }
        }

        .gr-direct-item--facebook {
            padding: 15px;

            .media-body {
                background-color: #3b5998;
                color: $light;
            }

            .gr-direct-item__content::before {
                content: '\EA08';
            }
        }
    }
}


*/
/* #gr-le-direct .gr-direct-item--alert-direct,
#gr-le-direct .gr-direct-item--alert-exclusif,
#gr-le-direct .gr-direct-item--alert-info {
    background: transparent;

    h4 {
        display: inline-block;
    }

    .gr-direct-item__time {
        background: $gray-lighter;
    }
} */
/* #gr-le-direct .gr-direct-item--pinned {
    background: $gray-light !important;
    margin-bottom: $line-height-computed / 2 !important;
    margin-left: 1px !important;
    overflow: visible;
    padding-bottom: $line-height-computed / 2 !important;

    &.gr-direct-item {
        background: $gray-light !important;

        &:hover {
            .gr-direct-item__time {
                background: $gray-light !important;
            }
        }

        .gr-direct-item__time {
            background: $gray-light !important;
        }
    }

    + .gr-direct-item {
        .gr-direct-item__meta {
            border-top: 0;
        }
    }

    .gr-direct-item__heading {
        overflow: visible;
        position: relative;
        $size: 24px;

        &::before {
            background: $gray;
            background: $direct-alert-alerte-info;
            border-radius: $size / 2;
            color: $direct-alert-alerte-info;
            color: $light;
            content: 'f12a';
            content: 'f08d';
            font-family: Fontawesome;
            font-size: 16px;
            height: $size;
            left: -33px;
            line-height: 25px;
            position: absolute;
            text-align: center;
            transform: rotate(-40deg);
            top: 2px;
            width: $size;
            z-index: 3;
        }
    }

    .gr-direct-item__meta-link {
        color: $gray-dark;
    }

    .gr-direct-item__meta-link--alert {
        background: $direct-alert-direct;
        color: $light;
    }

    .gr-direct-item__meta-link--alert {
        background: $direct-alert-alerte-info;
        color: $light;
    }

    .gr-direct-item__meta-link--alert {
        background: $direct-alert-exclusif;
        color: $light;
    }

    .gr-direct-item__content {
        border-left-color: $light;
        border: 0;
        margin-left: 0;
        padding-left: 40px;
    }
}
 */
.gr-keyword {
  color: #fff;
  display: inline-block;
  margin: 10px 10px -5px;
  padding: 0 5px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }
  .gr-keyword a {
    color: #fff; }

.gr-keyword-alerte {
  background: #cc0300;
  position: absolute;
  z-index: 20; }
  @media (max-width: 699px) {
    .gr-keyword-alerte {
      display: none; } }
  .embed-container ~ .gr-keyword-alerte {
    left: 12px;
    margin: 0;
    position: absolute;
    top: 12px; }
    .ena-viewmode-override-gratuit_niveau_2 .embed-container ~ .gr-keyword-alerte {
      left: auto; }
    .ena-viewmode-override-enalesoir_gratuit_niveau_1 .embed-container ~ .gr-keyword-alerte,
    .ena-viewmode-override-enalesoir_gratuit_niveau_2 .embed-container ~ .gr-keyword-alerte {
      margin: 10px 10px -5px;
      position: static; }
  .media-body .gr-keyword-alerte {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: 6px; }
  @media (max-width: 699px) {
    .media + .media .gr-keyword-alerte {
      top: 25px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-une-main-title .gr-keyword-alerte {
      left: 12px;
      top: 12px; } }
  @media (min-width: 992px) {
    .gr-une-main-title .gr-keyword-alerte {
      top: 12px; } }
  .gr-une-manchette .gr-keyword-alerte {
    left: 12px;
    margin-top: 12px;
    top: auto;
    z-index: 1; }
  .gr-article-infos .gr-keyword-alerte {
    position: static; }
  .gr-12-clics__article-item .gr-keyword-alerte {
    z-index: 1; }

.gr-image-wrapper {
  position: relative; }

.gr-keyword-genre {
  background: #003978; }

.gr-keyword-alerte__exclu {
  background: #003978;
  display: inline-block;
  height: 24px;
  left: -5px;
  margin-right: 0;
  padding: 0 5px;
  position: relative; }

.gr-une-manchette,
.gr-highlight-content {
  background: #fff;
  margin: 0 20px 20px; }
  @media (max-width: 991px) {
    .gr-une-manchette,
    .gr-highlight-content {
      margin: 0 12px 12px 27px; } }
  .gr-une-manchette .media,
  .gr-highlight-content .media {
    border: 0;
    padding-bottom: 0; }
  @media (max-width: 991px) {
    body.front #gr-une-bis-content .gr-une-manchette .embed-container, body.front #gr-une-bis-content
    .gr-highlight-content .embed-container {
      float: right; } }

.gr-une-manchette-default .gr-une-main-title h4,
.gr-highlight-content-default .gr-une-main-title h4 {
  margin: 20px 0 30px;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.15; }
  @media (max-width: 699px) {
    .gr-une-manchette-default .gr-une-main-title h4,
    .gr-highlight-content-default .gr-une-main-title h4 {
      margin-left: 0;
      margin-right: 0;
      font-family: Oswald, sans-serif;
      font-size: 25px;
      font-weight: 300;
      line-height: 1.15; } }
  @media (min-width: 700px) and (max-width: 1199px) {
    .gr-une-manchette-default .gr-une-main-title h4,
    .gr-highlight-content-default .gr-une-main-title h4 {
      margin-left: 10%;
      margin-right: 10%; } }

@media (min-width: 992px) {
  .gr-une-manchette-default .gr-une-main-title .embed-container,
  .gr-highlight-content-default .gr-une-main-title .embed-container {
    float: left;
    margin: 0 24px 0 0;
    padding-left: 0;
    width: calc(100% - 330px); } }

.gr-une-manchette-default .gr-une-main-title .embed-container::before,
.gr-highlight-content-default .gr-une-main-title .embed-container::before {
  left: 10px; }

@media (min-width: 992px) {
  .gr-une-manchette-default .gr-une-main-title .media-body,
  .gr-highlight-content-default .gr-une-main-title .media-body {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 300px; } }

.gr-une-manchette-default .gr-une-row,
.gr-highlight-content-default .gr-une-row {
  clear: both; }
  .gr-une-manchette-default .gr-une-row::before,
  .gr-highlight-content-default .gr-une-row::before {
    display: none; }

.gr-une-manchette-evenementielle .gr-une-main-title h4 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 63px;
  font-weight: 300;
  line-height: 1.15; }

.gr-une-manchette-evenementielle .gr-une-main-title .media-body {
  padding: 0; }

.gr-une-manchette-evenementielle .gr-une-row {
  display: block; }
  .gr-une-manchette-evenementielle .gr-une-row::before, .gr-une-manchette-evenementielle .gr-une-row::after {
    content: ' ';
    display: table; }
  .gr-une-manchette-evenementielle .gr-une-row::after {
    clear: both; }

.gr-page-title {
  border-bottom: 8px solid #003978;
  color: #003978;
  letter-spacing: -3px;
  font-family: Oswald, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 0.6075; }

.gr-page-enum-title {
  margin-top: 0; }

.gr-page-enum-section {
  background: #f5f5f5;
  border-bottom: 1px solid #797979;
  margin-bottom: 10px;
  padding: 10px; }
  .gr-page-enum-section .author-title,
  .gr-page-enum-section .dossier-title {
    font-size: 22px !important; }
  .gr-page-enum-section h2 {
    border-bottom: 3px solid #797979;
    color: #575757;
    margin-top: 0;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.35; }
  .gr-page-enum-section .dossier-accroche {
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
    padding-top: 10px; }

.gr-panel-crosslinking {
  background: #f5f5f5; }
  .gr-panel-crosslinking .media-heading {
    text-align: center;
    margin: 10px auto; }
  .gr-panel-crosslinking .cross-content {
    padding: 10px; }
  .gr-panel-crosslinking .cross-resume {
    text-align: justify; }
  .gr-panel-crosslinking .cross-link {
    background: #d7d7d7;
    padding: 5px 10px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-family: "Georgia", "Times New Roman", Times, serif; }
  .gr-panel-crosslinking .cross-score {
    font-size: 13px;
    color: #003978;
    float: right;
    margin-top: 5px; }
  .gr-panel-crosslinking.cinenews .media-heading {
    text-align: left; }
    .gr-panel-crosslinking.cinenews .media-heading a {
      width: 75%;
      display: inline-block; }
  .gr-panel-crosslinking img {
    display: block;
    width: calc(100% - 20px); }
  .gr-panel-crosslinking ul {
    list-style: none;
    margin: 10px 0; }
  .gr-panel-crosslinking li {
    position: relative;
    margin-bottom: 4px; }
    .gr-panel-crosslinking li::before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      background: #003978;
      position: absolute;
      left: -17px;
      top: 6px; }
  .gr-panel-crosslinking footer {
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    .gr-panel-crosslinking footer img {
      width: 100%;
      display: inline-block;
      vertical-align: text-bottom; }
    .gr-panel-crosslinking footer a {
      width: 30%;
      margin-left: 10px;
      display: inline-block; }

.gr-article-tronque {
  font-family: Oswald, sans-serif;
  font-size: 17px;
  margin: 15px; }
  @media (max-width: 699px) {
    .gr-article-tronque {
      text-align: center; } }
  .gr-article-tronque .btn {
    position: relative;
    margin: 10px 0 0;
    padding: 5px 12px;
    font-size: 21px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    display: block;
    background: #fdc800; }
    .gr-article-tronque .btn:hover {
      background: #ffd431; }
  .gr-article-tronque .row {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding-top: 15px; }
  .gr-article-tronque .col-sm-4 {
    border-right: 1px solid #d7d7d7; }
    @media (max-width: 699px) {
      .gr-article-tronque .col-sm-4 {
        margin-top: 10px;
        border-right: 0; } }
    .gr-article-tronque .col-sm-4:last-child {
      border: 0; }
  .gr-article-tronque .offre {
    font-size: 25px; }
  .gr-article-tronque .acces24 strong {
    font-size: 52px;
    line-height: 52px;
    margin-right: 10px;
    float: left;
    font-family: Oswald, sans-serif; }
    @media (max-width: 699px) {
      .gr-article-tronque .acces24 strong {
        font-size: 30px;
        line-height: 30px;
        float: none; } }
  .gr-article-tronque .bottom {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 14px; }

#gr-sidebar-left-content {
  position: relative;
  height: 100%;
  top: 0; }

.ps-container {
  overflow-y: hidden !important; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #d7d7d7;
      opacity: .9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #575757; }
  .ps-container > .ps-scrollbar-y-rail {
    right: 0;
    width: 10px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      background-color: #383838;
      right: 0;
      top: 0;
      width: 10px;
      -webkit-transition: background-color .2s linear;
      transition: background-color .2s linear; }
    #gr-main-nav .ps-container > .ps-scrollbar-y-rail {
      background: #575757; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #d7d7d7;
      opacity: 1; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #575757; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #d7d7d7;
    opacity: 1; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #575757; }
      .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y:hover {
        cursor: pointer; }

.gr-fast-toolbar {
  margin-bottom: 24px;
  width: 100%; }
  .gr-fast-toolbar::before, .gr-fast-toolbar::after {
    content: ' ';
    display: table; }
  .gr-fast-toolbar::after {
    clear: both; }
  @media (max-width: 699px) {
    .gr-fast-toolbar {
      margin-bottom: 10px; } }
  .gr-fast-toolbar .gr-fast--service,
  .gr-fast-toolbar .gr-fast--title,
  .gr-fast-toolbar .gr-fast--abo {
    float: left;
    height: 36px;
    line-height: 36px; }
    @media (max-width: 699px) {
      .gr-fast-toolbar .gr-fast--service,
      .gr-fast-toolbar .gr-fast--title,
      .gr-fast-toolbar .gr-fast--abo {
        float: none;
        width: 100%; } }
  .gr-fast-toolbar .gr-fast--service {
    font-family: Oswald, sans-serif; }
  .gr-fast-toolbar .gr-fast--title {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
    box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
    margin-right: 24px;
    position: relative;
    width: calc(100% - (33.33% - 100px)); }
    @media (max-width: 699px) {
      .gr-fast-toolbar .gr-fast--title {
        margin-bottom: 10px;
        width: 100%; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-fast-toolbar .gr-fast--title {
        margin-right: 0;
        width: calc(66.66% - 7px); } }
  .gr-fast-toolbar .gr-fast--label {
    background: #840303;
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 36px;
    margin-right: 15px;
    padding: 0 15px; }
  .gr-fast-toolbar .gr-fast--abo {
    background: #fdc800;
    -webkit-box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
    box-shadow: 0 2px 5px rgba(36, 37, 38, 0.08);
    font-family: robotocondensed_light;
    font-size: 18px;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    width: calc(33.33% - 124px); }
    @media (max-width: 699px) {
      .gr-fast-toolbar .gr-fast--abo {
        width: 100%; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-fast-toolbar .gr-fast--abo {
        font-size: 1.7vw;
        margin-left: 24px;
        width: calc(33.33% - 17px); } }
    @media (min-width: 992px) {
      .gr-fast-toolbar .gr-fast--abo {
        font-size: 18px;
        white-space: nowrap;
        padding: 0; } }
  .gr-fast-toolbar .media-heading {
    font-size: 19px;
    margin: 0; }
    @media (max-width: 699px) {
      .gr-fast-toolbar .media-heading {
        font-size: 15px; } }
    .gr-fast-toolbar .media-heading a {
      color: #840303;
      display: block;
      height: 36px;
      line-height: 36px;
      overflow: hidden;
      padding-right: 20px;
      text-overflow: ellipsis;
      white-space: nowrap; }

.ena-viewmode-override-gratuit_breaking_1 .gr-fast--label {
  background: #840303;
  color: #fff; }

.ena-viewmode-override-gratuit_breaking_1 .media-heading a {
  color: #840303; }

.ena-viewmode-override-gratuit_breaking_2 .gr-fast--label {
  background: #003978;
  color: #fff; }

.ena-viewmode-override-gratuit_breaking_2 .media-heading a {
  color: #003978; }

.gr-direct-toggle {
  border-right: 1px solid #0051ab;
  float: left;
  font-size: 30px;
  position: relative;
  text-align: center;
  width: 53px;
  z-index: 1; }
  @media (max-width: 699px) {
    .gr-direct-toggle {
      background: #fff;
      border-bottom: 1px solid #003978;
      border-radius: 0 0 7px;
      border-right: 1px solid #003978;
      color: #003978;
      display: inline-block;
      font-family: robotocondensed_regular;
      font-size: 16px;
      height: 32px;
      left: 0;
      line-height: 32px;
      padding: 0 10px 0 5px;
      position: absolute;
      top: 45px;
      width: inherit; } }
  .gr-direct-toggle:hover {
    background: #0051ab;
    text-decoration: none; }
    @media (max-width: 699px) {
      .gr-direct-toggle:hover {
        background: #fff;
        color: #003978; } }
  .gr-direct-toggle:focus, .gr-direct-toggle:active {
    text-decoration: none; }
    @media (max-width: 699px) {
      .gr-direct-toggle:focus, .gr-direct-toggle:active {
        background: transparent;
        color: #003978; } }
  .gr-direct-toggle .icon-direct {
    color: #fff;
    display: block;
    line-height: 60px; }
    @media (max-width: 699px) {
      .gr-direct-toggle .icon-direct {
        display: none; } }
    @media (max-width: 991px) {
      .gr-direct-toggle .icon-direct {
        line-height: 45px; } }
  @media (max-width: 699px) {
    .gr-direct-toggle .hidden {
      display: block !important;
      visibility: visible !important; } }
  .gr-direct-toggle .badge {
    background: red;
    padding: 3px 6px;
    position: absolute;
    right: -8px;
    top: 9px; }
    .has-header-small .gr-direct-toggle .badge {
      top: 9px; }

.gr-navbar-collapse-direct {
  display: none;
  left: auto;
  padding: 0;
  width: 300px; }
  .gr-navbar-collapse-direct.sidebar-open {
    display: block; }

.gr-bar-service {
  float: right; }
  @media (max-width: 699px) {
    .gr-bar-service {
      display: none; } }
  .gr-bar-service a {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 7px;
    font-size: 15px;
    line-height: 36px;
    color: #003978; }
    .gr-bar-service a:hover {
      background: #575757;
      text-decoration: none;
      color: #fff; }
      .gr-bar-service a:hover i {
        color: #fff; }
  .has-header-small .gr-bar-service {
    display: none; }

.gr-pane {
  clear: both;
  margin-bottom: 24px; }
  .gr-pane::before, .gr-pane::after {
    content: ' ';
    display: table; }
  .gr-pane::after {
    clear: both; }
  @media (max-width: 699px) {
    .gr-pane {
      display: none; } }
  .gr-pane .pane-heading {
    color: #840303;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    border-bottom: 8px solid #840303;
    text-transform: uppercase; }
  .gr-pane .pane-body {
    padding: 20px 6px;
    background: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(36, 37, 38, 0.08);
    box-shadow: 0 3px 7px rgba(36, 37, 38, 0.08); }
    .gr-pane .pane-body::before, .gr-pane .pane-body::after {
      content: ' ';
      display: table; }
    .gr-pane .pane-body::after {
      clear: both; }

.gr-pane-12 .gr-pane-center,
.gr-pane-12 .gr-pane-left {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 700px) {
    .gr-pane-12 .gr-pane-center,
    .gr-pane-12 .gr-pane-left {
      float: left;
      width: 100%; } }

.gr-pane-8-4 .gr-pane-left {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 700px) {
    .gr-pane-8-4 .gr-pane-left {
      float: left;
      width: 66.66667%; } }

.gr-pane-8-4 .gr-pane-right {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 700px) {
    .gr-pane-8-4 .gr-pane-right {
      float: left;
      width: 33.33333%; } }

.gr-pane-3-6-3 .gr-pane-left {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-width: 324px; }
  @media (min-width: 700px) {
    .gr-pane-3-6-3 .gr-pane-left {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .gr-pane-3-6-3 .gr-pane-left {
      float: left;
      width: 25%; } }

.gr-pane-3-6-3 .gr-pane-center {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  max-width: calc(100% - 300px - 24px); }
  @media (min-width: 700px) {
    .gr-pane-3-6-3 .gr-pane-center {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .gr-pane-3-6-3 .gr-pane-center {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .gr-pane-3-6-3 .gr-pane-center {
      max-width: calc(75% - 300px - 24px); } }

.gr-pane-3-6-3 .gr-pane-right {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 700px) {
    .gr-pane-3-6-3 .gr-pane-right {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .gr-pane-3-6-3 .gr-pane-right {
      float: left;
      width: 25%; } }

.gr-pane-dark .pane-body {
  background: #222;
  color: #d7d7d7; }
  .gr-pane-dark .pane-body a {
    color: #fff; }

.gr-pane--digiteka .pane-body {
  background: #000;
  color: #fff;
  padding: 10px 0; }
  .gr-pane--digiteka .pane-body a {
    color: #fff; }
  .gr-pane--digiteka .pane-body .gr-pane-center {
    padding: 0; }

@media (max-width: 699px) {
  .gr-pane-plus .gr-pane {
    display: block; } }

.gr-pane-plus .gr-pane .pane-body {
  padding: 0; }

.gr-pane-plus .pane-heading {
  color: #003978;
  display: block;
  text-indent: -999em;
  background: #003978 url("/sites/all/themes/engbootstrap_lesoir/images/lesoir-plus.svg") 10px center no-repeat;
  background-size: auto 56%;
  border-bottom: 0;
  text-align: left; }
  .gr-pane-plus .pane-heading a {
    color: #003978; }

@media (max-width: 699px) {
  .gr-pane-plus .gr-pane-left {
    padding: 0;
    min-width: 300px; } }

@media (max-width: 699px) {
  .gr-pane-plus .gr-pane-center {
    max-width: none; } }

@media (max-width: 699px) {
  .gr-pane-plus .gr-pane-right {
    display: block; } }

.mini-panel-eng_videos .pane-body {
  background: #222;
  color: #d7d7d7; }

.mini-panel-eng_sosoir .pane-body {
  background: #2e3032;
  color: #d7d7d7; }

@media (min-width: 992px) {
  .gr-pane-9-3 .gr-panel--panesbig {
    float: left;
    width: 75%; } }

.gr-pane-9-3 .gr-panel--panesmall {
  display: none; }
  @media (min-width: 992px) {
    .gr-pane-9-3 .gr-panel--panesmall {
      display: block;
      float: left;
      width: 25%; } }

@media (max-width: 699px) {
  .gr-pane-partners,
  .gr-pane-partners .gr-pane {
    display: block; } }

.gr-pane-partners .pane-heading {
  border-bottom: 8px solid #383838; }

.gr-pane-partners .pane-body {
  overflow: hidden;
  padding: 10px 0 0; }

@media (max-width: 699px) {
  .gr-pane-partners .gr-panel--panesbig {
    margin-bottom: 0; } }

.gr-pane-partners .gr-panel--panesbig .list-group {
  overflow: hidden;
  padding: 10px; }

.gr-pane-partners .gr-panel--panesbig .list-group-item {
  border-top: 0;
  float: left;
  width: 33.33%; }
  @media (max-width: 699px) {
    .gr-pane-partners .gr-panel--panesbig .list-group-item {
      width: 100%; } }
  .gr-pane-partners .gr-panel--panesbig .list-group-item:last-child {
    margin-right: 0; }

.gr-pane-partners .gr-panel--panesbig .media-heading {
  font-size: 16px;
  color: #003978;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-weight: bold; }

@media (max-width: 699px) {
  .gr-pane-partners .gr-panel--panesbig .embed-container {
    float: left;
    margin: 0 10px 0 0;
    max-width: 35%; } }

.gr-pane-partners .gr-panel--panesbig .gr-article-teaser {
  font-size: 14px;
  color: #383838;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }
  @media (max-width: 699px) {
    .gr-pane-partners .gr-panel--panesbig .gr-article-teaser {
      display: none; } }

.gr-pane-partners .gr-panel--panesbig .gr-foretitle {
  margin-top: 5px; }

@media (max-width: 699px) {
  .gr-pane-partners .gr-panel--panesfull {
    margin-bottom: 0; } }

.gr-pane-partners .gr-panel--panesfull .list-group {
  overflow: hidden;
  padding: 10px; }

.gr-pane-partners .gr-panel--panesfull .list-group-item {
  border-top: 0;
  float: left;
  width: 25%; }
  @media (max-width: 699px) {
    .gr-pane-partners .gr-panel--panesfull .list-group-item {
      width: 100%; } }
  .gr-pane-partners .gr-panel--panesfull .list-group-item:last-child {
    margin-right: 0; }

.gr-pane-partners .gr-panel--panesfull .media-heading {
  font-size: 16px;
  color: #003978;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-weight: bold; }

@media (max-width: 699px) {
  .gr-pane-partners .gr-panel--panesfull .embed-container {
    float: left;
    margin: 0 10px 0 0;
    max-width: 35%; } }

.gr-pane-partners .gr-panel--panesfull .gr-article-teaser {
  font-size: 14px;
  color: #383838;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }
  @media (max-width: 699px) {
    .gr-pane-partners .gr-panel--panesfull .gr-article-teaser {
      display: none; } }

.gr-pane-partners .gr-panel--panesfull .gr-foretitle {
  margin-top: 5px; }

@media (max-width: 699px) {
  .gr-pane-partners .gr-panel--panesmall {
    border-top: 1px solid #f5f5f5;
    display: block;
    padding: 0 20px 20px; } }

.gr-pane-partners .gr-panel--panesmall .list-group {
  overflow: hidden;
  padding: 10px 20px 0 0; }

.gr-pane-partners .gr-panel--panesmall .list-group-item {
  border-top: 0;
  padding: 10px 0; }

.gr-pane-partners .gr-panel--panesmall .media-heading {
  font-size: 14px;
  font-family: Oswald, sans-serif;
  margin-bottom: 5px;
  margin-left: calc(35% + 10px); }
  .gr-pane-partners .gr-panel--panesmall .media-heading a {
    color: #383838; }

.gr-pane-partners .gr-panel--panesmall .gr-article-teaser {
  font-size: 14px;
  color: #363635;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 699px) {
    .gr-pane-partners .gr-panel--panesmall .gr-article-teaser {
      display: none; } }

.gr-pane-partners .gr-panel--panesmall .gr-foretitle {
  margin-bottom: 5px; }

.gr-pane-partners .gr-foretitle {
  background: #575757;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px; }

.gr-pane-wc .pane-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-size: 50px;
  line-height: 50px;
  height: 52px; }
  @media (max-width: 699px) {
    .gr-pane-wc .pane-heading {
      border-bottom: 4px solid #840303;
      font-size: 30px;
      line-height: 30px;
      height: 31px; } }
  .gr-pane-wc .pane-heading:after {
    color: #840303;
    content: 'Agrandir';
    font-size: 18px;
    margin-top: -10px;
    margin-right: -10px;
    padding: 10px;
    margin-bottom: -10px;
    text-align: center;
    text-transform: none; }

.gr-pane-wc .pane-body {
  max-height: 0;
  overflow: hidden;
  padding: 0; }
  @media (min-width: 700px) {
    .gr-pane-wc .pane-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #gr-main-content .gr-pane-wc .pane-body .panel-heading {
    background: none;
    border-bottom: 4px solid #003978;
    color: #003978;
    font-family: robotocondensed_light;
    font-size: 25px;
    line-height: .8em;
    margin: 0 0 10px 0;
    padding: 0 0 5px;
    text-transform: uppercase; }
    #gr-main-content .gr-pane-wc .pane-body .panel-heading a {
      color: #003978; }

.gr-pane-wc .gr-pane {
  margin-top: 34px;
  padding: 0;
  background: #f5f5f5; }
  .gr-pane-wc .gr-pane.open .pane-heading:after {
    content: 'Réduire'; }
  .gr-pane-wc .gr-pane.open .pane-body {
    max-height: none;
    padding: 20px 5px; }
    @media (max-width: 699px) {
      .gr-pane-wc .gr-pane.open .pane-body {
        padding: 10px 5px; } }
  .gr-pane-wc .gr-pane .gr-panel {
    background: none;
    margin-bottom: 12px;
    padding: 0; }
  .gr-pane-wc .gr-pane .gr-pane-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 12px;
    min-width: 300px;
    position: relative; }
    @media (max-width: 699px) {
      .gr-pane-wc .gr-pane .gr-pane-left {
        height: 650px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-pane-wc .gr-pane .gr-pane-left {
        margin-bottom: 12px; } }
    .gr-pane-wc .gr-pane .gr-pane-left .gr-panel--scribble {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin-bottom: 0; }
    .gr-pane-wc .gr-pane .gr-pane-left iframe {
      border-bottom: 1px solid #aaa;
      bottom: 0;
      left: 0;
      height: calc(100% - 40px);
      position: absolute;
      right: 0;
      top: 34px;
      width: 100%; }
    .gr-pane-wc .gr-pane .gr-pane-left img {
      max-width: 100%; }
    .arche .gr-pane-wc .gr-pane .gr-pane-left {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 300px; }
  .gr-pane-wc .gr-pane .gr-pane-center {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 700px) and (max-width: 1199px) {
      .gr-pane-wc .gr-pane .gr-pane-center {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    @media (min-width: 1200px) {
      .gr-pane-wc .gr-pane .gr-pane-center {
        min-width: 500px; } }
  .gr-pane-wc .gr-pane .gr-pane-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 700px) and (max-width: 1199px) {
      .gr-pane-wc .gr-pane .gr-pane-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 12px; } }
    @media (max-width: 699px) {
      .gr-pane-wc .gr-pane .gr-pane-right {
        width: 100%; } }
    .gr-pane-wc .gr-pane .gr-pane-right > .panel-pane {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 12px 12px 0;
      min-width: 300px;
      width: 300px; }
    @media (min-width: 700px) {
      .gr-zone-inner .gr-pane-wc .gr-pane .gr-pane-right {
        margin: 24px 12px 12px; } }

.gr-pane-wc .gr-pane-center .panel-pane,
.gr-pane-wc .gr-pane-center .view {
  height: 100%; }

.gr-pane-wc .gr-pane-center .list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%; }

.gr-pane-wc .gr-pane-center .list-group-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 12px;
  position: relative; }
  @media (max-width: 699px) {
    .gr-pane-wc .gr-pane-center .list-group-item {
      padding-right: 0; } }
  @media (min-width: 992px) {
    .gr-pane-wc .gr-pane-center .list-group-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 0; } }
  .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
    font-size: 5vw;
    padding: 5px; }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
        font-size: 2.3vw; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
        font-size: 2vw; } }
    @media (min-width: 1200px) {
      .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
        font-size: 25px; } }
    .gr-zone .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
      font-size: 5vw; }
      @media (min-width: 700px) and (max-width: 991px) {
        .gr-zone .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
          font-size: 2vw; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .gr-zone .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
          font-size: 1.7vw; } }
      @media (min-width: 1200px) {
        .gr-zone .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
          font-size: 21px; } }
  .gr-pane-wc .gr-pane-center .list-group-item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px; }
    .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
      font-size: 5vw; }
      @media (min-width: 700px) and (max-width: 991px) {
        .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
          font-size: 2.7vw; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
          font-size: 2.5vw; } }
      @media (min-width: 1200px) {
        .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
          font-size: 30px; } }
      .gr-zone .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
        font-size: 3vw; }
        @media (min-width: 700px) and (max-width: 991px) {
          .gr-zone .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
            font-size: 2.3vw; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .gr-zone .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
            font-size: 2vw; } }
        @media (min-width: 1200px) {
          .gr-zone .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
            font-size: 25px; } }
  .gr-pane-wc .gr-pane-center .list-group-item:nth-child(2) article {
    padding-right: 10px; }
  .gr-pane-wc .gr-pane-center .list-group-item .gr-article-teaser {
    display: none; }
  .gr-pane-wc .gr-pane-center .list-group-item a.ratio-16-9 {
    display: block;
    padding: 0; }
    .gr-pane-wc .gr-pane-center .list-group-item a.ratio-16-9 img {
      width: 100%;
      display: block; }
  .gr-pane-wc .gr-pane-center .list-group-item .media-heading,
  .gr-pane-wc .gr-pane-center .list-group-item .gr-meta {
    margin: 0; }

.gr-pane-wc .gr-panel-carousel--wc {
  padding: 0;
  margin-bottom: 12px; }
  @media (min-width: 700px) and (max-width: 1199px) {
    .gr-pane-wc .gr-panel-carousel--wc {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      width: 300px;
      margin-right: 12px; } }
  .gr-pane-wc .gr-panel-carousel--wc .owl-carousel {
    margin: 0;
    padding: 0; }
  .gr-pane-wc .gr-panel-carousel--wc .owl-item {
    padding-right: 10px; }
    .gr-zone-left .gr-pane-wc .gr-panel-carousel--wc .owl-item {
      margin-right: 0 !important; }

.gr-pane-wc .gr-idalgo-container {
  border: none;
  margin-bottom: 0;
  height: 300px;
  overflow-y: auto; }
  @media (max-width: 699px) {
    .gr-pane-wc .gr-idalgo-container {
      height: 600px; } }
  .gr-pane-wc .gr-idalgo-container iframe {
    margin: 0; }

#gr-header .gr-pane-wc {
  padding-top: 97px; }

.publiredac-simple {
  background: #f5f5f5;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 0; }
  .publiredac-simple::before, .publiredac-simple::after {
    content: ' ';
    display: table; }
  .publiredac-simple::after {
    clear: both; }
  @media (max-width: 699px) {
    .publiredac-simple {
      margin-bottom: 12px; } }
  .publiredac-simple .embed-container {
    float: left;
    width: 33%; }
  .publiredac-simple .media-body {
    width: auto; }
    .publiredac-simple .media-body a {
      color: #383838; }
  .publiredac-simple .media-heading {
    font-family: roboto; }

@media (max-width: 699px) {
  #gr-sidebar {
    float: none;
    margin: auto;
    padding: 0;
    width: 300px; } }

@media (min-width: 700px) and (max-width: 991px) {
  #gr-sidebar {
    float: none;
    -webkit-columns: 2;
    columns: 2;
    padding: 0; } }

.gr-sidebar__content {
  width: 100%; }

.gr-une-super-event,
.gr-une-event {
  margin-bottom: 24px; }
  .gr-une-super-event h4,
  .gr-une-event h4 {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 40px 48px;
    text-align: center; }
    @media (max-width: 699px) {
      .gr-une-super-event h4,
      .gr-une-event h4 {
        font-size: 25px;
        padding: 12px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-une-super-event h4,
      .gr-une-event h4 {
        font-size: 40px;
        padding: 24px; } }
  .gr-une-super-event .gr-article-teaser,
  .gr-une-event .gr-article-teaser {
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.3;
    font-family: "Georgia", "Times New Roman", Times, serif; }
    .gr-une-super-event .gr-article-teaser a,
    .gr-une-event .gr-article-teaser a {
      color: #797979; }
    .gr-une-super-event .gr-article-teaser .gr-article-section,
    .gr-une-event .gr-article-teaser .gr-article-section {
      color: #840303; }
  .gr-une-super-event .gr-une-chapo,
  .gr-une-event .gr-une-chapo {
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px; }
    .gr-une-super-event .gr-une-chapo::before, .gr-une-super-event .gr-une-chapo::after,
    .gr-une-event .gr-une-chapo::before,
    .gr-une-event .gr-une-chapo::after {
      content: ' ';
      display: table; }
    .gr-une-super-event .gr-une-chapo::after,
    .gr-une-event .gr-une-chapo::after {
      clear: both; }
    .gr-une-super-event .gr-une-chapo .gr-teasers-list,
    .gr-une-event .gr-une-chapo .gr-teasers-list {
      margin-top: 20px; }
      .gr-une-super-event .gr-une-chapo .gr-teasers-list li a,
      .gr-une-event .gr-une-chapo .gr-teasers-list li a {
        color: #003978; }
  .gr-une-super-event .gr-article-related,
  .gr-une-event .gr-article-related {
    padding: 10px; }
    .gr-une-super-event .gr-article-related::before, .gr-une-super-event .gr-article-related::after,
    .gr-une-event .gr-article-related::before,
    .gr-une-event .gr-article-related::after {
      content: ' ';
      display: table; }
    .gr-une-super-event .gr-article-related::after,
    .gr-une-event .gr-article-related::after {
      clear: both; }
    .gr-une-super-event .gr-article-related .embed-container,
    .gr-une-event .gr-article-related .embed-container {
      display: none;
      float: left;
      margin-bottom: 20px;
      margin-right: 24px;
      max-width: 35%;
      min-width: auto; }
      @media (min-width: 700px) {
        .gr-une-super-event .gr-article-related .embed-container,
        .gr-une-event .gr-article-related .embed-container {
          display: block; } }
      @media (min-width: 992px) {
        .gr-une-super-event .gr-article-related .embed-container,
        .gr-une-event .gr-article-related .embed-container {
          max-width: 40%; } }
    .gr-une-super-event .gr-article-related .media-heading,
    .gr-une-event .gr-article-related .media-heading {
      font-size: 17px;
      padding: 0;
      text-align: left; }
      @media (min-width: 992px) {
        .gr-une-super-event .gr-article-related .media-heading,
        .gr-une-event .gr-article-related .media-heading {
          font-size: 19px; } }
    .gr-une-super-event .gr-article-related .gr-article-section,
    .gr-une-event .gr-article-related .gr-article-section {
      color: #840303;
      font-family: "Georgia", "Times New Roman", Times, serif; }

.gr-une-event .gr-une-chapo .gr-media-embed {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-une-event .gr-une-chapo .gr-media-embed {
      float: left;
      width: 66.66667%; } }

.gr-une-event .gr-une-chapo .media-body {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-une-event .gr-une-chapo .media-body {
      float: left;
      width: 33.33333%; } }

.gr-une-event .gr-article-related {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 700px) {
    .gr-une-event .gr-article-related {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .gr-une-event .gr-article-related {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-une-event .gr-article-related:nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 992px) {
    .gr-une-event .gr-article-related:nth-child(3n + 1) {
      clear: both; } }

.pane-semi-evenement .view > div {
  margin-bottom: 24px; }

.gr-une-super-event .gr-event-heading {
  position: relative; }
  .gr-une-super-event .gr-event-heading .media-heading {
    background: rgba(0, 57, 120, 0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2; }
    .gr-une-super-event .gr-event-heading .media-heading a {
      color: #fff;
      text-shadow: 0 0 1px #000; }

.gr-une-super-event .media-body {
  padding: 20px;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-une-super-event .media-body {
      float: left;
      width: 66.66667%; } }

.gr-une-super-event .gr-article-related {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 700px) {
    .gr-une-super-event .gr-article-related {
      float: left;
      width: 50%; } }
  @media (min-width: 700px) {
    .gr-une-super-event .gr-article-related:nth-child(2n + 1) {
      clear: both; } }

.gr-une-super-event .gr-logo-bg {
  background: #003978 url(/sites/all/themes/enabootstrap_lesoir/images/logo-le-soir.svg) center center no-repeat;
  background-size: 60%;
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  top: 70px;
  width: 370px;
  z-index: 2; }

.gr-une-super-event + .gr-ads-leaderboard-top .gr-ads-top-content {
  position: static !important; }

.gr-une-super-event ~ #gr-header {
  display: none; }

#gr-une-content .gr-une-event .gr-une-chapo .gr-media-embed {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    #gr-une-content .gr-une-event .gr-une-chapo .gr-media-embed {
      float: left;
      width: 100%; } }
  @media (min-width: 1200px) {
    #gr-une-content .gr-une-event .gr-une-chapo .gr-media-embed {
      float: left;
      width: 66.66667%; } }

#gr-une-content .gr-une-event .gr-une-chapo .media-body {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    #gr-une-content .gr-une-event .gr-une-chapo .media-body {
      float: left;
      width: 100%; } }
  @media (min-width: 1200px) {
    #gr-une-content .gr-une-event .gr-une-chapo .media-body {
      float: left;
      width: 33.33333%; } }

#gr-une-content .gr-une-event .gr-article-related {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }
  @media (min-width: 992px) {
    #gr-une-content .gr-une-event .gr-article-related {
      float: left;
      width: 50%; } }
  @media (min-width: 1200px) {
    #gr-une-content .gr-une-event .gr-article-related {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    #gr-une-content .gr-une-event .gr-article-related:nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 992px) {
    #gr-une-content .gr-une-event .gr-article-related:nth-child(3n + 1) {
      clear: none; } }

.gr-notempty {
  margin-bottom: 24px; }
  @media (max-width: 699px) {
    .gr-notempty {
      margin-bottom: 12px; } }

.gr-pepite {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  background: rgba(0, 57, 120, 0.9);
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 21px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  @media (max-width: 699px) {
    .gr-pepite {
      font-size: 12px; } }
  .gr-pepite:hover {
    color: #fff; }
  .gr-pepite strong {
    font-family: Oswald, sans-serif;
    font-size: 42px;
    text-transform: none; }
    @media (max-width: 699px) {
      .gr-pepite strong {
        font-size: 12px; } }
    .gr-article-related .gr-pepite strong {
      font-size: 25px; }
  .gr-une-titles:hover .gr-pepite {
    opacity: 1;
    visibility: visible; }

.gr-pepite-wrapper {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.gr-pepite-btn {
  background: #fdc800;
  color: #003978;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 12px;
  display: inline-block;
  text-transform: uppercase; }
  @media (max-width: 699px) {
    .gr-pepite-btn {
      font-size: 14px;
      margin-top: 0; } }

.gr-pepite-title {
  text-transform: uppercase; }
  @media (max-width: 699px) {
    .gr-pepite-title {
      display: inline-block;
      text-align: left;
      float: left;
      font-size: 12px; } }

.gr-pepite-info {
  margin-top: 15px;
  font-size: 17px; }

.gr-panel-crossmedia {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 24px;
  clear: both; }
  .gr-panel-crossmedia .panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px;
    padding: 0; }
    @media (max-width: 699px) {
      .gr-panel-crossmedia .panel-body {
        display: block; } }

.gr-partner {
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 6px 12px;
  width: calc(25% - 12px); }
  @media (max-width: 699px) {
    .gr-partner {
      width: auto;
      margin-bottom: 24px; }
      .gr-partner img {
        width: 100%; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-partner {
      -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      min-width: calc(50% - 13px);
      width: calc(50% - 13px); } }
  .gr-partner .panel-heading {
    padding: 0; }
    .gr-partner .panel-heading a {
      background: #f5f5f5;
      border-bottom: 8px solid #840303;
      display: block; }
  .gr-partner .media-list {
    background: #fff;
    -webkit-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa;
    margin-bottom: 0;
    height: 94%; }
  .gr-partner .list-group-item:first-child {
    padding: 0; }
    .gr-partner .list-group-item:first-child .media-heading {
      padding: 10px; }
  .gr-partner .list-group-item .media-heading {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px; }

.gr-partner-soirmag .panel-heading a {
  background: #f5f5f5 url("/sites/all/themes/engbootstrap_lesoir/images/soirmag.svg") left center no-repeat;
  background-size: auto 30px;
  border-bottom: 8px solid #c92530;
  text-indent: -999em; }

.gr-partner-sudinfo .panel-heading a {
  background: #f5f5f5 url("/sites/all/themes/engbootstrap_lesoir/images/sudinfo.svg") left center no-repeat;
  background-size: auto 26px;
  border-bottom: 8px solid #e53517;
  text-indent: -999em; }

.gr-partner-passionsante .panel-heading a {
  background: #f5f5f5 url("/sites/all/themes/engbootstrap_lesoir/images/passionsante.svg") left center no-repeat;
  background-size: auto 33px;
  border-bottom: 8px solid #2494cd;
  text-indent: -999em; }
  @media (max-width: 699px) {
    .gr-partner-passionsante .panel-heading a {
      height: 41px; } }

.gr-partner-cinenews .panel-heading a {
  background: #f5f5f5 url("/sites/all/themes/engbootstrap_lesoir/images/cinenews.svg") left center no-repeat;
  background-size: auto 30px;
  border-bottom: 8px solid #06abe6;
  text-indent: -999em; }

.gr-partner-demainlaterre .panel-heading a {
  background: #f5f5f5 url("/sites/all/themes/engbootstrap_lesoir/images/demain-la-terre-vert.svg") left center no-repeat;
  background-size: auto 28px;
  border-bottom: 8px solid #87a716;
  text-indent: -999em; }

@media (max-width: 699px) {
  #scribblelive {
    padding-left: 0; } }

#scribblelive h2 {
  margin-top: 0; }

#scribblelive #AllEventsTabs {
  background: #f5f5f5;
  margin-top: -24px;
  margin-right: -34px;
  margin-left: -34px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 699px) {
    #scribblelive #AllEventsTabs {
      margin-right: -20px;
      margin-left: -20px;
      margin-top: -6px; } }
  #scribblelive #AllEventsTabs li {
    display: block;
    padding: 10px; }
    #scribblelive #AllEventsTabs li.Selected {
      background: #fff; }
    #scribblelive #AllEventsTabs li:hover, #scribblelive #AllEventsTabs li:focus {
      text-decoration: underline; }

#scribblelive #AllEvents_LiveEvents h4,
#scribblelive #AllEvents_AllEvents h4,
#scribblelive #AllEvents_AllArticles h4 {
  font-size: 42px; }

#scribblelive #Column1 {
  float: none; }
  @media (min-width: 1200px) {
    #scribblelive #Column1 {
      padding-left: 24px; } }
  #scribblelive #Column1 dl.ThreadsList dd {
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden; }
    #scribblelive #Column1 dl.ThreadsList dd div.EventImage {
      margin-bottom: 0;
      text-align: center;
      height: auto;
      max-width: 100%; }
      #scribblelive #Column1 dl.ThreadsList dd div.EventImage img {
        max-width: 100%;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto; }
    #scribblelive #Column1 dl.ThreadsList dd a {
      font-family: Oswald, sans-serif;
      font-size: 25px;
      font-weight: 300;
      line-height: 1.5;
      font-family: oswald;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 699px) {
        #scribblelive #Column1 dl.ThreadsList dd a {
          font-size: 17px;
          font-size: calc(3vw + 7px); } }
      @media (min-width: 700px) and (max-width: 991px) {
        #scribblelive #Column1 dl.ThreadsList dd a {
          font-size: 21px; } }

.trafic__title {
  margin: 10px 0 30px; }

.trafic__tabs {
  text-align: center;
  margin-bottom: 0;
  font-size: 0; }
  .trafic__tabs .trafic__tab {
    font-size: 16px;
    display: inline-block;
    float: none;
    width: 30%; }
    .trafic__tabs .trafic__tab .trafic__link {
      display: block;
      background: #d7d7d7; }
      .trafic__tabs .trafic__tab .trafic__link:hover {
        background: #fdc800; }
      .trafic__tabs .trafic__tab .trafic__link:focus {
        outline: 0; }
    .trafic__tabs .trafic__tab.active .trafic__link {
      background: #003978; }

.trafic__contents {
  padding: 0; }

.gr-section-title {
  color: #fff;
  display: block;
  height: 40px;
  margin: 9px 0 0;
  position: static;
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 40px; }
  @media (max-width: 991px) {
    .gr-section-title {
      display: none; } }
  @media (max-width: 699px) {
    .gr-section-title {
      font-size: 14px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-section-title {
      font-size: 21px; } }

.gr-lesoir {
  background: #003978;
  text-align: center;
  padding: 5px; }
  @media (max-width: 991px) {
    .gr-lesoir {
      display: none; } }
  #gr-footer .gr-lesoir {
    display: block;
    padding: 10px 0; }

.gr-full-width-page #gr-article-container {
  padding-left: 0;
  padding-right: 0; }
  .gr-full-width-page #gr-article-container .gr-content-inner {
    padding-top: 0; }

.gr-full-width-page #gr-une-bis-content {
  margin: 0;
  padding: 0; }

.gr-full-width-page #gr-unes-titres {
  margin-left: 0; }

.gr-full-width-page #gr-article {
  padding-left: 24px; }
  .gr-full-width-page #gr-article article {
    position: initial; }
  .gr-full-width-page #gr-article .gr-article-infos {
    position: relative;
    left: 0;
    margin-bottom: 20px;
    top: 0;
    width: auto;
    height: auto; }
    .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-group {
      height: 40px;
      margin-bottom: 10px; }
      .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-group::before, .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-group::after {
        content: ' ';
        display: table; }
      .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-group::after {
        clear: both; }
    .gr-full-width-page #gr-article .gr-article-infos > .gr-article-infos-content {
      float: left;
      padding: 0; }
      .gr-full-width-page #gr-article .gr-article-infos > .gr-article-infos-content + .gr-article-infos-content::before {
        content: '|';
        padding-left: 5px;
        padding-right: 5px; }
    .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content.gr-social-links {
      border: 0;
      left: 0;
      margin: 0;
      padding: 0;
      position: static;
      width: auto; }
      .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content.gr-social-links .btn {
        display: inline-block; }
        .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content.gr-social-links .btn + .btn {
          margin: 0; }
      .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content.gr-social-links .gr-social-comments {
        font-size: 14px; }
        .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content.gr-social-links .gr-social-comments .icon {
          font-size: 17px; }
    .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content:not(.gr-social-links) {
      border: 0;
      left: 0; }
    @media (min-width: 1200px) {
      .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content.is-sticky.is-stuck {
        position: relative;
        top: 0; } }
    .gr-full-width-page #gr-article .gr-article-infos .gr-article-infos-content.gr-social-comments {
      float: right; }

.gr-full-width-page #gr-footer {
  padding: 0; }
  .gr-full-width-page #gr-footer .navbar {
    padding: 0; }

.gr-story {
  counter-reset: article; }
  .gr-story #gr-main-content {
    padding: 0; }
    .gr-story #gr-main-content > .row {
      margin: 0; }
  .gr-story #gr-une-bis-content,
  .gr-story .gr-content-container {
    max-width: none; }
  .gr-story .gr-content-inner {
    margin: 0; }
  .gr-story #gr-unes-titres {
    width: 100%;
    margin: 0; }
    @media (max-width: 991px) {
      .gr-story #gr-unes-titres {
        padding: 0 15px; } }
  .gr-story h1.media-heading {
    font-size: 72px;
    max-width: 900px;
    margin: auto; }
    @media (max-width: 699px) {
      .gr-story h1.media-heading {
        font-size: 32px; } }
  .gr-story h2 {
    font-size: 50px;
    color: #000;
    max-width: 900px;
    margin: auto; }
    @media (max-width: 699px) {
      .gr-story h2 {
        font-size: 25px; } }
  .gr-story .metawrap {
    max-width: 900px;
    margin: 0 auto; }
    .gr-story .metawrap .gr-meta {
      font-family: economica;
      font-size: 14px; }
  .gr-story .gr-media {
    padding: 0; }
    .gr-story .gr-media .embed-responsive {
      border: 0; }
  .gr-story .gr-article-secondary {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
    clear: both;
    border-top: 10px solid #f5f5f5;
    counter-increment: article; }
    .gr-story .gr-article-secondary .metawrap {
      max-width: 700px; }
    .gr-story .gr-article-secondary::before {
      content: counter(article);
      position: absolute;
      top: 0;
      right: 30px;
      font-size: 100px;
      font-family: georgia;
      color: #f5f5f5; }
  .gr-story .gr-article-teaser {
    max-width: 800px;
    display: block;
    margin: 0 auto -100px;
    float: none;
    font-size: 24px;
    padding: 30px 60px 10px;
    position: relative;
    background: #fff;
    top: -120px;
    color: #000; }
    @media (max-width: 699px) {
      .gr-story .gr-article-teaser {
        font-size: 19px;
        padding: 15px 20px 10px;
        top: 0; } }
    .gr-story .gr-article-teaser p {
      font-family: georgia;
      color: #000;
      max-width: none; }
  .gr-story .media-object {
    min-width: 100%;
    max-width: 100%; }
  .gr-story .gr-article-content {
    width: 100%;
    padding: 0;
    margin: 0; }
    .gr-story .gr-article-content h2 {
      padding-top: 0;
      max-width: 700px;
      margin: 0 auto 15px;
      clear: both; }
    .gr-story .gr-article-content h3 {
      color: #003978;
      font-family: georgia;
      max-width: 700px;
      margin: 30px auto;
      clear: both; }
      @media (max-width: 699px) {
        .gr-story .gr-article-content h3 {
          font-size: 21px; } }
    .gr-story .gr-article-content p {
      max-width: 600px;
      margin: 0 auto 30px; }
      @media (max-width: 699px) {
        .gr-story .gr-article-content p {
          font-size: 17px; } }
    .gr-story .gr-article-content blockquote {
      width: 290px;
      padding: 30px;
      background: url(/sites/all/themes/enabootstrap_lesoir/images/quotes.svg) top left no-repeat;
      border: 0;
      float: left; }
      .gr-story .gr-article-content blockquote p {
        font-family: georgia;
        font-size: 24px;
        line-height: 1.1;
        color: #000; }
    .gr-story .gr-article-content .gr-enumeration .panel-heading {
      font-size: 36px; }
    .gr-story .gr-article-content .gr-enumeration .gr-numero {
      font-size: 30px;
      color: #003978;
      font-family: georgia;
      font-weight: normal; }
      @media (max-width: 699px) {
        .gr-story .gr-article-content .gr-enumeration .gr-numero {
          font-size: 24px; } }
    .gr-story .gr-article-content .gr-article-hors-texte {
      max-width: 700px;
      margin: 0 auto 30px;
      clear: both; }
      .gr-story .gr-article-content .gr-article-hors-texte .metawrap {
        padding: 0 15px; }
    .gr-story .gr-article-content .gr-hors-texte-gauche,
    .gr-story .gr-article-content .gr-hors-texte-droite {
      float: left;
      margin: 15px;
      margin-left: 0;
      width: 250px;
      padding: 15px 15px 0;
      background: #f5f5f5;
      clear: left; }
      .gr-story .gr-article-content .gr-hors-texte-gauche h2,
      .gr-story .gr-article-content .gr-hors-texte-droite h2 {
        font-size: 1.6em;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 7px solid #003978;
        font-family: economica; }
      .gr-story .gr-article-content .gr-hors-texte-gauche figure,
      .gr-story .gr-article-content .gr-hors-texte-droite figure {
        margin-bottom: 10px; }
      .gr-story .gr-article-content .gr-hors-texte-gauche img,
      .gr-story .gr-article-content .gr-hors-texte-droite img {
        width: 100%;
        margin-bottom: 5px; }
      .gr-story .gr-article-content .gr-hors-texte-gauche p,
      .gr-story .gr-article-content .gr-hors-texte-droite p {
        font-size: 1.1em; }
      .gr-story .gr-article-content .gr-hors-texte-gauche .drop-cap,
      .gr-story .gr-article-content .gr-hors-texte-droite .drop-cap {
        font-size: 3em; }
    .gr-story .gr-article-content .gr-hors-texte-droite {
      float: right;
      clear: right;
      margin-left: 15px;
      margin-right: 0; }
  .gr-story .atom-package-gallery-player {
    clear: both; }
  .gr-story .gr-article-content-secondary {
    max-width: 900px;
    margin: auto; }
  .gr-story #gr-footer {
    margin: 0;
    padding: 0; }
    .gr-story #gr-footer .navbar {
      max-width: none; }
  .gr-story #defs {
    display: none;
    position: fixed;
    background: #f5f5f5;
    padding-bottom: 30px;
    width: 40%;
    height: calc(100vh - 36px);
    top: 36px;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 3px #d7d7d7;
    box-shadow: 0 0 3px #d7d7d7;
    opacity: .97; }
    .gr-story #defs header {
      padding: 25px 15px 10px;
      background: #ddd;
      position: fixed;
      width: 40%;
      font-family: economica;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .gr-story #defs a {
      color: #C47D00;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      word-wrap: break-word; }
    .gr-story #defs img {
      max-width: 100%;
      height: auto; }
    .gr-story #defs .thumbinner {
      max-width: 100%; }
    .gr-story #defs table {
      margin-bottom: 15px; }
    .gr-story #defs td,
    .gr-story #defs th {
      padding: 0 10px; }
    .gr-story #defs caption {
      padding: 5px 10px; }
    .gr-story #defs .hr {
      margin: 10px 0; }
    .gr-story #defs .close {
      position: fixed;
      top: 46px;
      right: 10px;
      font-family: helvetica, sans-serif; }
    .gr-story #defs .plainlinks,
    .gr-story #defs .navigation-only,
    .gr-story #defs .navbar.noprint.bordered,
    .gr-story #defs .toc {
      display: none; }
    .gr-story #defs .entete {
      margin: 5px 0;
      padding: 5px 10px; }
    .gr-story #defs .reftag {
      display: inline-block;
      padding: 3px 10px;
      background: #C47D00;
      color: #ddd;
      border-radius: 3px;
      margin: 2px;
      cursor: pointer; }
    .gr-story #defs footer {
      position: fixed;
      bottom: 0;
      right: 0;
      background: #f5f5f5;
      padding: 0 15px 5px; }
  .gr-story #defselect {
    position: absolute;
    background: rgba(253, 200, 0, 0.5);
    z-index: 1; }
  .gr-story #defcontent {
    padding: 5px 30px 0;
    margin-top: 102px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto; }
  .gr-story #defhistory {
    list-style: none;
    padding: 0;
    border-left: 1px solid #ccc;
    margin: 0; }
    .gr-story #defhistory li {
      display: inline-block;
      padding: 0 7px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      font-size: 15px;
      color: #888;
      cursor: pointer; }
      .gr-story #defhistory li:hover {
        color: #C47D00; }
  .gr-story #defsearch {
    border-bottom: 1px solid; }
    .gr-story #defsearch .reftag {
      float: right;
      margin-top: 15px;
      font-size: 15px; }
  .gr-story #definput {
    background: none;
    border: 0;
    font-size: 36px;
    outline: none; }

.gr-story-navigation {
  position: fixed;
  top: 36px;
  background: #fff;
  left: 0;
  z-index: 100;
  margin: 5px;
  font-family: 'Economica', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase; }
  .gr-story-navigation span {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    background: #f0f0f0;
    padding: 3px; }
  .gr-story-navigation li {
    position: relative; }
    .gr-story-navigation li:hover span {
      display: block; }
  .gr-story-navigation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .gr-story-navigation .active {
    background: #f5f5f5; }

.gr-media-left,
.gr-media-right {
  float: left;
  width: 360px;
  margin-right: 30px;
  clear: left; }
  .gr-media-left .embed-responsive,
  .gr-media-right .embed-responsive {
    margin: 0;
    padding: 0;
    height: auto; }

.gr-media-right {
  float: right;
  margin-left: 30px;
  margin-right: 0;
  clear: right; }

.gr-media-center {
  max-width: 750px;
  margin: 0 auto 30px;
  border: 1px solid #d7d7d7; }
  .gr-media-center .embed-responsive {
    padding: 0;
    margin: 0;
    height: auto; }
  .gr-media-center .embed-responsive-item {
    width: 50%;
    position: static;
    float: left;
    margin: 0; }
  .gr-media-center .gr-caption {
    position: static;
    width: 300px;
    float: left;
    margin: 0 0 0 15px;
    background: none;
    color: #000 !important;
    font-size: 13px; }
    .gr-media-center .gr-caption small {
      color: #797979; }

.arche {
  padding-left: 0; }
  @media (min-width: 1770px) {
    .arche {
      padding-left: 0; } }
  .arche.gr-container-fluid #wrapper,
  .arche #wrapper {
    background: #f5f5f5;
    cursor: auto;
    max-width: 1040px;
    padding: 20px; }
  .arche.has-header-fixed #gr-navbar-header, .arche.has-header-hide #gr-navbar-header, .arche.has-header-small #gr-navbar-header, .arche.has-sidebar #gr-navbar-header {
    max-width: 1000px; }
  @media (min-width: 992px) {
    .arche .gr-ads-leaderboard-top {
      background: none;
      height: auto !important;
      position: static !important; } }
  @media (min-width: 992px) {
    .arche .gr-ads-leaderboard-top .pane-dpipub-rossel-leader-top,
    .arche .gr-ads-leaderboard-top .gr-ads-top-content {
      background: none;
      position: static !important;
      -webkit-transform: none !important;
      transform: none !important; } }
  @media (min-width: 1333px) {
    .arche .gr-menu-favoris {
      margin-right: calc(50% - 500px); } }
  .arche .gr-fast-toolbar .gr-fast--title {
    width: calc(100% - 300px - 24px); }
  .arche .gr-fast-toolbar .gr-fast--abo {
    width: 300px; }
  .arche .gr-direct-toggle {
    display: block; }
  @media (min-width: 992px) {
    .arche #gr-une-bis-content,
    .arche #gr-une-content,
    .arche .gr-une-content {
      float: right;
      width: calc(100% - 300px - 24px); } }
  @media (min-width: 992px) {
    .arche #gr-une-content,
    .arche .gr-une-content {
      margin-left: 24px; } }
  @media (min-width: 992px) {
    .arche.gr-full-width-page #gr-une-bis-content,
    .arche.gr-full-width-page #gr-une-content,
    .arche.gr-full-width-page .gr-une-content {
      width: 100%; } }
  .arche .gr-region {
    margin-left: -6px;
    margin-right: -6px; }
  .arche .gr-zone {
    padding-left: 6px;
    padding-right: 6px; }
  .arche .gr-panel--article-plus,
  .arche .gr-une-event {
    margin-left: 6px;
    margin-right: 6px;
    width: auto; }
  .arche .gr-une-titles .media-heading {
    font-size: 21px; }
  .arche .ena-viewmode-override-enalesoir_gratuit_niveau_1 .media-heading,
  .arche .ena-viewmode-override-enalesoir_gratuit_niveau_2 .media-heading,
  .arche .ena-viewmode-override-gratuit_niveau_3 .media-heading,
  .arche .ena-viewmode-override-gratuit_niveau_3_impact_1 .media-heading {
    font-size: 21px; }
  .arche .gr-une-super-event h4,
  .arche .gr-une-event h4 {
    font-size: 37px; }

.arche #gr-header .pane-ena-direct {
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-box-shadow: 0 0 60px #797979;
  box-shadow: 0 0 60px #797979;
  transform: translate3d(-100%, 0, 0);
  width: 300px; }
  .arche #gr-header .pane-ena-direct.sidebar-open {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 60px #797979;
    box-shadow: 0 0 60px #797979;
    transform: translate3d(0, 0, 0); }
  @media (min-width: 1770px) {
    .arche #gr-header .pane-ena-direct {
      -webkit-box-shadow: 0 0 60px #797979;
      box-shadow: 0 0 60px #797979; } }

@media (min-width: 1770px) {
  .arche.close-fullhd-direct #gr-header .pane-ena-direct {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none; } }

.arche .gr-region-30.gr-region-col-4-8,
.arche .gr-region-30.gr-region-col-6-6 {
  display: block; }
  .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left,
  .arche .gr-region-30.gr-region-col-4-8 .gr-zone-right,
  .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left,
  .arche .gr-region-30.gr-region-col-6-6 .gr-zone-right {
    float: none;
    width: 100%; }
  .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left .gr-une-titles,
  .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left .gr-une-titles {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 12px); }
    @media (max-width: 699px) {
      .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left .gr-une-titles,
      .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left .gr-une-titles {
        width: 100%; } }
    .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left .gr-une-titles:first-child,
    .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left .gr-une-titles:first-child {
      margin-right: 24px; }
      @media (max-width: 699px) {
        .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left .gr-une-titles:first-child,
        .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left .gr-une-titles:first-child {
          margin-bottom: 24px;
          margin-right: 0; } }
    .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left .gr-une-titles:last-child,
    .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left .gr-une-titles:last-child {
      margin-top: 0; }
      .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left .gr-une-titles:last-child .embed-container,
      .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left .gr-une-titles:last-child .embed-container {
        float: none;
        margin: 0;
        width: 100%; }
        .arche .gr-region-30.gr-region-col-4-8 .gr-zone-left .gr-une-titles:last-child .embed-container::before,
        .arche .gr-region-30.gr-region-col-6-6 .gr-zone-left .gr-une-titles:last-child .embed-container::before {
          bottom: -20px;
          left: 10px;
          right: auto; }
  .arche .gr-region-30.gr-region-col-4-8 .gr-zone-right,
  .arche .gr-region-30.gr-region-col-6-6 .gr-zone-right {
    margin-top: 24px; }

.arche .gr-region-70.gr-region-col-6-6 .gr-zone-right {
  margin-left: 6px;
  margin-right: 6px; }

.arche .ena-viewmode-override-gratuit_niveau_1 .embed-container {
  width: 160px; }

.arche .gr-region-col-6-6 .ena-viewmode-override-gratuit_niveau_1 .embed-container {
  display: none; }

.arche .gr-region-col-6-6 .ena-viewmode-override-gratuit_niveau_1 .gr-keyword-alerte {
  display: none; }

.arche .gr-region-col-6-6 .ena-viewmode-override-gratuit_niveau_1_impact_3 .embed-container {
  margin: 0;
  width: 100%; }

.arche .gr-teaser-3col .ena-viewmode-override-gratuit_niveau_3 {
  margin-right: 12px; }
  .arche .gr-teaser-3col .ena-viewmode-override-gratuit_niveau_3:last-child {
    margin-right: 0; }

.arche .gr-panel--entreprise .embed-container {
  float: none;
  margin-right: 0;
  width: 100%; }

.arche .gr-panel--entreprise .media-heading {
  margin-left: 0; }

.arche .gr-panel--entreprise .gr-meta {
  margin-top: 5px; }

.arche .gr-pane-plus .gr-pane-center {
  max-width: calc(100% - 300px - 24px);
  width: auto; }

.arche .gr-pane-plus .gr-pane-right {
  display: none; }

.arche #gr-article {
  padding-left: 24px; }

.arche .gr-article-infos {
  left: auto;
  position: relative;
  top: 0;
  width: auto; }
  .arche .gr-article-infos .gr-social-links {
    display: block;
    height: auto;
    padding-right: 0;
    position: relative;
    width: auto; }
    .arche .gr-article-infos .gr-social-links .btn {
      display: inline-block;
      margin-top: 0; }
  .arche .gr-article-infos .gr-social-comments,
  .arche .gr-article-infos .gr-social-links {
    left: 0;
    padding-bottom: 0; }
  .arche .gr-article-infos .comment-count {
    font-size: 14px; }

.arche .gr-article-infos-content {
  margin-bottom: 0;
  padding-bottom: 0;
  vertical-align: baseline; }
  .arche .gr-article-infos-content:not(.gr-social-links) {
    left: 0; }
  @media (min-width: 1200px) {
    .arche .gr-article-infos-content + .gr-article-infos-content:not(.gr-social-links) {
      border-top: 0;
      padding-top: 0; } }

.arche .gr-section-url {
  margin-left: 12px; }

.arche .gr-article-infos-content.is-sticky {
  border: 0; }
  .arche .gr-article-infos-content.is-sticky.is-stuck {
    position: relative;
    top: auto; }

.arche .gr-article-aside {
  float: none;
  margin-left: 0;
  top: 0;
  width: 100%; }
  .arche .gr-article-aside img {
    float: left;
    margin-right: 24px;
    max-width: 310px; }
  .arche .gr-article-aside.is-sticky.is-stuck {
    position: relative;
    top: auto; }

@media (min-width: 1200px) {
  .arche .gr-article-sidebar-left {
    position: static;
    margin: 0;
    width: auto; } }

.arche #gr-une-content .gr-une-event .gr-une-chapo .gr-media-embed,
.arche #gr-une-content .gr-une-event .gr-une-chapo .media-body,
.arche #gr-une-content .gr-une-event .gr-une-chapo .gr-media-embed,
.arche #gr-une-content .gr-une-event .gr-une-chapo .media-body {
  float: none;
  width: 100%; }

.gr-container-fluid #wrapper {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px; }

.gr-container-fluid #gr-main-content {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px; }

.gr-container-fluid #gr-header {
  margin: 0 auto;
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (max-width: 699px) {
    .gr-container-fluid #gr-header {
      padding-left: 6px;
      padding-right: 6px; } }

.gr-container-fluid #gr-navbar-header {
  width: calc(100% - 48px); }
  @media (max-width: 699px) {
    .gr-container-fluid #gr-navbar-header {
      width: calc(100% - 12px); } }

.gr-container-fluid .gr-pane {
  margin: 0 auto;
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px; }

.gr-container-fluid .gr-pane-section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none; }

.gr-container-fluid .gr-ads-leaderboard-top {
  margin: 0 auto;
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px; }

.gr-container-fluid #gr-footer {
  margin: 0 auto;
  max-width: 1332px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (max-width: 699px) {
    .gr-container-fluid #gr-footer {
      padding: 0; } }

.gr-container-fluid .gr-pane + #gr-footer {
  margin-top: 24px; }

.gr-foretitle {
  display: none; }

.native-advertising .gr-region-20 .gr-unes-sections {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.native-advertising .gr-une-titles {
  background: #f5f5f5;
  width: calc(50% - 24px);
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin: 0 0 24px; }
  .native-advertising .gr-une-titles:nth-child(2n+1) {
    margin-right: 24px; }
  .native-advertising .gr-une-titles h4 {
    line-height: 1.3; }
    .native-advertising .gr-une-titles h4 a {
      color: #000;
      font-family: Arial, Helvetica, sans-serif; }
  .native-advertising .gr-une-titles .gr-meta a {
    text-transform: uppercase; }

.native-advertising .gr-une-titles .gr-article-teaser,
.native-advertising .teaser_medium .gr-article-teaser {
  font-family: serif; }

.native-advertising.maga .ena-viewmode-teaser-manchette .maga-header .media-heading {
  background: #000; }
  @media (min-width: 992px) {
    .native-advertising.maga .ena-viewmode-teaser-manchette .maga-header .media-heading {
      background: rgba(0, 0, 0, 0.8); } }

.native-advertising .gr-article-header h1 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px; }

.native-advertising .gr-article-teaser {
  font-family: serif; }

.native-advertising .gr-article-content .drop-cap {
  color: #000;
  font-family: serif; }

.native-advertising .gr-article-content h2 {
  color: #000;
  font-family: serif; }

.native-advertising .gr-article-content p {
  color: #575757;
  font-family: 'Lucida Sans Unicode', sans-serif; }

.native-advertising.maga .gr-article-header h1 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif; }

.native-advertising.maga .gr-article-teaser {
  font-family: serif; }

.native-advertising.maga .gr-article-content .drop-cap {
  color: #000;
  font-family: serif; }

.native-advertising.maga .gr-article-content h2 {
  color: #000;
  font-family: serif; }

.native-advertising.maga .gr-article-content p {
  color: #575757;
  font-family: 'Lucida Sans Unicode', sans-serif; }

.native-advertising .gr-foretitle {
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.35;
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 24px;
  padding: 10px;
  display: block; }

@media (min-width: 1200px) {
  .gr-direct-close #gr-sidebar-left, .gr-direct-close .gr-sidebar {
    position: fixed !important; } }

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