@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: 15px;
  padding-right: 15px; }
  .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: 15px;
  padding-right: 15px; }
  .container-fluid::before, .container-fluid::after {
    content: ' ';
    display: table; }
  .container-fluid::after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 15px;
  padding-right: 15px; }

.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: rgba(0, 0, 0, 0); }
  @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: -104px; } }

@media (hover: none) and (pointer: coarse) and (max-width: 991px) {
  .has-header-hide #gr-navbar-header {
    top: 0;
    -webkit-transform: translate3d(0, -104px, 0);
    transform: translate3d(0, -104px, 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: 320px; } }

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

#gr-unes-titres,
.gr-content {
  float: left;
  margin-left: 15px;
  margin-right: 30px;
  position: relative;
  width: calc(100% - 360px); }
  @media (max-width: 991px) {
    #gr-unes-titres,
    .gr-content {
      float: none;
      margin-left: 18px;
      margin-right: 15px;
      padding: 0 0 0 15px;
      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: 30px; } }
  @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: 30px;
  padding-top: 15px; }
  .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 30px; } }

#gr-sidebar-left {
  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 {
      bottom: 0;
      left: 0;
      position: fixed;
      top: 0;
      z-index: 21; } }
  @media (max-width: 699px) {
    #gr-sidebar-left {
      border-right: 7px solid #797979;
      width: 100%;
      z-index: 21; } }
  @media (min-width: 700px) and (max-width: 1199px) {
    #gr-sidebar-left {
      width: 320px; } }
  @media (min-width: 1200px) {
    #gr-sidebar-left {
      clear: none;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: initial;
      transition: initial;
      width: 320px; } }
  @media (min-width: 1921px) {
    #gr-sidebar-left {
      left: calc(50% - 960px); } }
  .has-header #gr-sidebar-left {
    position: fixed; }
    @media (min-width: 1200px) {
      .has-header #gr-sidebar-left {
        position: absolute;
        -webkit-transition: initial;
        transition: initial; } }
  .has-header-perma-small #gr-sidebar-left,
  .has-header-small #gr-sidebar-left {
    margin-top: 36px;
    position: fixed;
    top: 0; }
  .has-header-fixed #gr-sidebar-left {
    position: fixed; }
    @media (min-width: 1200px) {
      .has-header-fixed #gr-sidebar-left {
        margin-top: 104px; } }
    .has-sidebar .has-header-fixed #gr-sidebar-left {
      -webkit-transition: initial;
      transition: initial; }
  #gr-sidebar-left.is-visible {
    -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 {
        -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 {
      left: 0; }
  .no-csstransitions #gr-sidebar-left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (max-width: 699px) {
      .no-csstransitions #gr-sidebar-left {
        left: -100%; } }
    @media (min-width: 700px) and (max-width: 1199px) {
      .no-csstransitions #gr-sidebar-left {
        left: -320px; } }
    @media (min-width: 1200px) {
      .no-csstransitions #gr-sidebar-left {
        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 - 104px); } }
  @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 15px 0 33px;
      width: 100%; } }
  @media (max-width: 699px) {
    #gr-sidebar {
      padding: 10px; } }

#gr-footer {
  margin: 0;
  padding: 0 30px;
  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: 320px; } }
  #gr-footer .navbar {
    margin: 0 auto;
    max-width: 1190px;
    padding: 15px; }
    @media (min-width: 992px) {
      #gr-footer .navbar {
        margin-left: auto;
        margin-right: auto;
        max-width: 1250px; } }
  @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: 104px;
    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: 15px 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: 104px;
  width: 320px;
  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: 1921px) {
    #gr-main-nav .sidebar {
      left: calc(50% - 960px); } }
  #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% - 1190px/2 + 320px / 2);
        }*/ }

.gr-header-link {
  float: right;
  height: 104px; }
  @media (max-width: 699px) {
    .gr-header-link {
      display: none; } }
  .gr-header-link:hover {
    background: #0051ab; }
  .gr-header-link > a {
    display: block;
    height: 104px;
    padding-top: 15px;
    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 15px; }

#gr-header .gr-topics-navigation {
  display: none; }
  @media (max-width: 699px) {
    #gr-header .gr-topics-navigation {
      height: 97px; } }
  @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: 97px;
        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: 104px; }
    @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 30px;
  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: 15px;
    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: 15px 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 15px; }
    @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: -15px;
        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 15px; }
  .gr-search-facet .facet {
    list-style: none;
    padding-left: 15px; }
    .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: 15px; }
  .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: 30px; } }
  .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: 15px;
      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 15px;
    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: 30px;
  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: 144px; } }
  @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 - 104px); } }
  .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: 15px 15px 15px 0; }
  .gr-linked-stories h4 {
    line-height: 1.8em; }
    .gr-linked-stories h4 .label {
      margin-right: 7.5px; }
  .gr-linked-stories.col-md-8 {
    clear: both;
    float: none; }

.gr-social-links {
  display: table;
  margin: 15px 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 30px; }
  #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: 15px; }
  .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: 15px; }

.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: 30px;
  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 15px;
    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 7.5px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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: 15px;
  display: table;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px; }
  .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: 15px;
    padding-right: 15px;
    position: relative;
    padding: 15px 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: -15px;
  margin-right: -15px;
  margin: 0 15px 30px; }
  .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 15px 30px 33px; } }

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

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

@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: 1250px; } }

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

@media (min-width: 992px) {
  .gr-article-header {
    padding: 20px 30px 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 30px; }
  @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: 30px;
  padding-top: 30px; }
  .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: 15px;
  text-transform: uppercase; }
  .gr-reply-title p {
    margin-bottom: 5px; }

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

#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: 320px; } }
  @media (min-width: 992px) {
    .gr-12-clics #gr-sidebar-left {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      width: 320px; } }
  .gr-12-clics #gr-sidebar-left .panel-heading {
    border-radius: 0 0 5px 5px; }
  @media (max-width: 699px) {
    .gr-12-clics #gr-sidebar-left.is-visible .panel-heading {
      border-radius: 5px 5px 0 0; } }
  .gr-12-clics #gr-sidebar-left .view-le-12-clics {
    height: 100%; }
  @media (min-width: 992px) {
    .gr-12-clics.has-header #gr-sidebar-left {
      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: 320px;
      width: calc(100% - 320px); } }
  .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 30px; } }

.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: 15px 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 15px;
        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: 30px;
      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: -15px;
      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: 15px;
  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 15px 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: 15px;
        padding: 0;
        width: 50%; } }
  .dossier .media-body {
    padding: 0 15px; }
    @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: 15px;
        padding: 0;
        width: 66%; } }

.dossier-accroche {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 30px; }
  .dossier-accroche::before, .dossier-accroche::after {
    content: ' ';
    display: table; }
  .dossier-accroche::after {
    clear: both; }
  @media (max-width: 991px) {
    .dossier-accroche {
      margin: 30px 15px 30px 33px; } }
  @media (min-width: 992px) {
    .dossier-accroche {
      margin-top: -15px !important; } }
  .pane-taxonomy-description .dossier-accroche iframe,
  .pane-taxonomy-description .dossier-accroche .media-object,
  .pane-dossiers-description .dossier-accroche iframe,
  .pane-dossiers-description .dossier-accroche .media-object {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
    min-width: 0;
    width: 180px; }
    @media (max-width: 699px) {
      .pane-taxonomy-description .dossier-accroche iframe,
      .pane-taxonomy-description .dossier-accroche .media-object,
      .pane-dossiers-description .dossier-accroche iframe,
      .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: 15px; }

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

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

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

.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: 15px;
  padding-right: 15px;
  position: relative;
  padding-left: 85px;
  padding-right: 30px; }
  @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: 15px;
  padding-right: 15px;
  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 {
  background: #383838 !important;
  z-index: 2; }
  @media (min-width: 992px) {
    .gr-full-width-page #gr-sidebar-left {
      left: -320px; } }
  .gr-full-width-page #gr-sidebar-left.is-open {
    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-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: 104px; }
    .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 {
  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 {
    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 {
    margin-top: 104px;
    -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-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; } }

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

.modal-open {
  overflow: hidden; }

.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto; }

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative; }

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
  padding: 15px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  line-height: 1.42857;
  margin: 0; }

.modal-body {
  padding: 15px;
  position: relative; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right; }
  .modal-footer::before, .modal-footer::after {
    content: ' ';
    display: table; }
  .modal-footer::after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px; }

@media (min-width: 700px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  visibility: visible;
  z-index: 1070;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none; }

.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0; }

.tooltip.top .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 5px; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  right: 5px; }

.tooltip.right .tooltip-arrow {
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%; }

.tooltip.left .tooltip-arrow {
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 5px;
  top: 0; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  right: 5px;
  top: 0; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev::before {
    content: '\2039'; }
  .carousel-control .icon-next::before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 700px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: local("Economica"), local("Economica-Regular"), url("/sites/all/themes/enabootstrap_lesoir/fonts/economica/Economica-Regular.ttf") format("truetype"); }

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

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

@font-face {
  font-family: 'roboto_condensedbold';
  src: url("/sites/all/themes/enabootstrap_lesoir/fonts/roboto/robotocondensed-bold-webfont.woff2") format("woff2"), url("/sites/all/themes/enabootstrap_lesoir/fonts/roboto/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MillerDisplay';
  src: url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Semibold.woff2") format("woff2"), url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'MillerDisplay';
  src: url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Light.woff2") format("woff2"), url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MillerDisplay';
  src: url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Bold.woff2") format("woff2"), url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MillerDisplay';
  src: url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Roman.woff2") format("woff2"), url("/sites/all/themes/enabootstrap_lesoir/fonts/miller-display/MillerDisplay-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  color: #383838;
  overflow: visible !important; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #000; }

h1 {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px; }
  @media (max-width: 699px) {
    h1 {
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 30px;
      font-weight: 300;
      line-height: 1.35; } }
  @media (min-width: 700px) and (max-width: 991px) {
    h1 {
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 40px;
      font-weight: 600;
      line-height: 1.35; } }

h2 {
  font-family: "roboto_condensed", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase; }

iframe {
  border: 0;
  border: none; }
  iframe.gr-media {
    width: 1px;
    min-width: 100%;
    *width: 100%; }

#gr-header {
  background: none;
  height: 104px; }
  @media (max-width: 699px) {
    #gr-header {
      height: 40px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-header {
      height: 112px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #gr-header {
      height: 132px; } }
  .has-header-perma-small #gr-header,
  .is-cup #gr-header {
    height: auto; }

#gr-navbar-header {
  background: none;
  z-index: 21;
  -webkit-transition: top .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, transform .3s ease;
  transition: top .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  @media (max-width: 699px) {
    #gr-navbar-header {
      height: 40px;
      left: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-navbar-header {
      left: 10px;
      right: 10px;
      width: auto; } }
  @media (min-width: 1921px) {
    #gr-navbar-header {
      max-width: 1920px; } }
  .has-header-small #gr-navbar-header {
    background: #003978;
    border: 0;
    height: 36px;
    top: 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 #gr-navbar-header,
  .has-header-fixed #gr-navbar-header,
  .has-sidebar #gr-navbar-header {
    width: calc(100% - 60px); }
    @media (max-width: 699px) {
      .has-header-small #gr-navbar-header,
      .has-header-fixed #gr-navbar-header,
      .has-sidebar #gr-navbar-header {
        width: 100%; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .has-header-small #gr-navbar-header,
      .has-header-fixed #gr-navbar-header,
      .has-sidebar #gr-navbar-header {
        width: calc(100% - 20px); } }
  .has-header-hide #gr-navbar-header {
    top: -104px; }
    @media (min-width: 700px) and (max-width: 991px) {
      .has-header-hide #gr-navbar-header {
        top: -112px; } }
    @media (hover: none) and (pointer: coarse) {
      .has-header-hide #gr-navbar-header {
        top: 0;
        -webkit-transform: translate3d(0, -104px, 0);
        transform: translate3d(0, -104px, 0); } }
  .has-header-fixed #gr-navbar-header {
    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); } }

.gr-navbar-header-center {
  border-top: 5px solid transparent;
  text-align: center; }
  @media (min-width: 700px) {
    .gr-navbar-header-center {
      clear: both; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-navbar-header-center {
      border: 0;
      margin-top: 3px; } }
  .gr-navbar-header-center .contextual-links-region {
    display: inline-block; }
    .gr-navbar-header-center .contextual-links-region:first-child {
      display: block; }
  .has-header-small .gr-navbar-header-center {
    border: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }

.navbar-header-content {
  background: #fff;
  position: relative; }
  @media (max-width: 699px) {
    .navbar-header-content {
      background: #003978; }
      .navbar-header-content::before, .navbar-header-content::after {
        content: ' ';
        display: table; }
      .navbar-header-content::after {
        clear: both; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .navbar-header-content {
      padding-top: 5px; } }
  .has-header-small .navbar-header-content {
    margin-right: 0;
    max-width: none; }
  @media (min-width: 992px) {
    .has-header-fixed:not(.has-header-small) .navbar-header-content,
    .has-header-fixed.has-dropdown-menu .navbar-header-content,
    .has-sidebar .navbar-header-content {
      padding-top: 15px; } }

#wrapper {
  margin: 15px 30px 0; }
  @media (max-width: 699px) {
    #wrapper {
      margin: 0;
      padding: 0 20px; } }
  @media (max-width: 320px) {
    #wrapper {
      padding: 0 10px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #wrapper {
      margin: 0;
      padding: 0 30px; } }
  @media (min-width: 992px) {
    #wrapper {
      width: calc(100% - 61px); } }
  @media (min-width: 1921px) {
    #wrapper {
      margin: 15px auto auto;
      max-width: 1920px;
      padding: 0; } }

#gr-main-content {
  background: #d7d7d7;
  background: #fff; }
  @media (max-width: 991px) {
    #gr-main-content {
      background: #fff; } }
  @media (max-width: 699px) {
    #gr-main-content {
      padding-top: 40px; } }
  @media (min-width: 1921px) {
    #gr-main-content {
      border: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    #gr-main-content {
      padding-left: 23%;
      padding-top: 52px; } }

#gr-unes-titres {
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    #gr-unes-titres {
      width: calc(100% - 330px); } }

.gr-content-inner {
  margin: 0;
  padding: 0; }

.gr-une-titles-container {
  clear: both; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-une-titles-container {
      margin-left: -30px; } }
  @media (min-width: 1200px) {
    .gr-une-titles-container {
      margin-top: -1px; } }
  @media (min-width: 700px) {
    .gr-une-titles-container .gr-une-titles {
      border: 1px solid #d7d7d7;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 -1px -1px 0;
      min-width: 310px;
      padding: 30px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-une-titles-container .gr-une-titles {
      border-left: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-une-titles-container .gr-une-titles {
      border-left: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-une-titles-container .gr-une-titles:nth-child(odd) {
      padding-left: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-une-titles-container .gr-une-titles:nth-child(even) {
      border-right: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .gr-region-col-12 .gr-une-titles-container .gr-une-titles {
      min-width: 365px; } }

.gr-region {
  width: 100%; }
  @media (min-width: 992px) {
    .gr-region {
      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; }
  .gr-region.is-hidden {
    display: none; }

.gr-zone::before, .gr-zone::after {
  content: ' ';
  display: table; }

.gr-zone::after {
  clear: both; }

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

.gr-zone .gr-une-titles .embed-container {
  margin-bottom: 10px; }

.gr-zone .gr-une-titles .media-heading {
  margin-top: 0; }

.gr-zone-inner {
  display: block;
  width: 100%; }
  @media (min-width: 992px) {
    .gr-zone-inner {
      bottom: 0;
      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: 700px) {
  .gr-une-titles-container .view {
    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; } }

.gr-region-col-12 {
  overflow: hidden; }
  @media (min-width: 992px) {
    .gr-region-col-12 {
      border-bottom: 1px solid #d7d7d7; } }
  .gr-region-col-12 .gr-zone-left,
  .gr-region-col-12 .gr-zone-right {
    width: 100%; }
    @media (min-width: 992px) {
      .gr-region-col-12 .gr-zone-left .gr-une-titles-container,
      .gr-region-col-12 .gr-zone-right .gr-une-titles-container {
        margin-right: -30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gr-region-col-12 .gr-zone-left .gr-une-titles-container,
      .gr-region-col-12 .gr-zone-right .gr-une-titles-container {
        margin-left: -30px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-region-col-12 .gr-zone-left .gr-une-titles-container .gr-une-titles,
      .gr-region-col-12 .gr-zone-right .gr-une-titles-container .gr-une-titles {
        width: calc(50% - 15px); } }
    @media (min-width: 992px) {
      .gr-region-col-12 .gr-zone-left .gr-une-titles-container .gr-une-titles,
      .gr-region-col-12 .gr-zone-right .gr-une-titles-container .gr-une-titles {
        width: calc((100%) / 3); }
        .gr-region-col-12 .gr-zone-left .gr-une-titles-container .gr-une-titles:nth-child(3n + 3),
        .gr-region-col-12 .gr-zone-right .gr-une-titles-container .gr-une-titles:nth-child(3n + 3) {
          border-right: 0; } }

@media (min-width: 992px) {
  .gr-region-col-8-4 .gr-zone-left {
    border-right: 1px solid #d7d7d7;
    float: left;
    width: calc(100% - 300px - 30px); } }

@media (hover: none) and (pointer: coarse) and (min-width: 700px) {
  .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-8-4 .gr-zone-right {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px; } }

@media (min-width: 992px) {
  .gr-region-col-8-4 .gr-zone-right {
    margin-left: 30px;
    width: 300px; } }

@media (min-width: 700px) and (max-width: 991px) {
  .gr-region-col-8-4 .gr-zone-right .gr-zone-inner {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: 2;
    columns: 2; } }

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

#gr-sidebar-left {
  border: 0;
  bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  -webkit-transition: -webkit-transform ease .5s;
  transition: -webkit-transform ease .5s;
  transition: transform ease .5s;
  transition: transform ease .5s, -webkit-transform ease .5s;
  z-index: 21; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #gr-sidebar-left {
      -webkit-transform: translate3d(calc(-100% - 30px), 0, 0);
      transform: translate3d(calc(-100% - 30px), 0, 0); } }
  @media (max-width: 1199px) {
    #gr-sidebar-left {
      background: #fff;
      top: 0;
      width: 320px; } }
  @media (min-width: 1200px) {
    #gr-sidebar-left {
      width: 23%;
      left: 0; } }
  @media (max-width: 320px) {
    #gr-sidebar-left {
      width: 280px; } }
  @media (max-width: 699px) {
    #gr-sidebar-left.gr-sidebar-left-toggled {
      border-left: 0;
      border-right: 7px solid #FDC800; } }
  @media (min-width: 1200px) {
    .has-header-small #gr-sidebar-left {
      margin-top: 36px; } }
  @media (min-width: 1200px) {
    .has-header-fixed #gr-sidebar-left {
      left: 30px;
      margin-top: 104px;
      width: calc(23% - 13px); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-12-clics #gr-sidebar-left {
      top: 0; } }
  #gr-sidebar-left.is-visible {
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (min-width: 700px) {
  .has-header-perma-small #gr-sidebar-left,
  .has-header-small #gr-sidebar-left {
    left: 30px; } }

@media (min-width: 1200px) {
  .has-header-perma-small #gr-sidebar-left,
  .has-header-small #gr-sidebar-left {
    width: calc(23% - 15px + 2px); } }

@media (min-width: 1921px) {
  .has-header-perma-small #gr-sidebar-left,
  .has-header-small #gr-sidebar-left {
    left: calc(50% - 960px);
    width: 443px; } }

#gr-sidebar-left-content {
  background: #fff;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  height: 100%;
  top: 0;
  left: 0;
  top: 0;
  height: auto;
  padding: 0 !important; }
  @media (max-width: 1199px) {
    #gr-sidebar-left-content {
      padding: 15px !important;
      top: 36px; } }
  @media (min-width: 1200px) {
    #gr-sidebar-left-content {
      max-height: calc( 100vh - 104px - 36px);
      position: relative; } }
  @media (min-width: 1200px) {
    .has-header-small #gr-sidebar-left-content {
      max-height: calc( 100vh - 36px - 36px); } }
  @media (min-width: 1200px) {
    .has-header-fixed #gr-sidebar-left-content {
      max-height: calc(100vh - 104px); } }
  #gr-sidebar-left-content .tab-content {
    padding: 0; }
  .has-header-small #gr-sidebar-left-content {
    bottom: 0; }

#gr-aside-content {
  width: 100%; }
  @media (min-width: 992px) {
    #gr-aside-content {
      bottom: 0;
      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; } } }

.gr-full-width-page #btn-display-panel-left {
  padding: 0 5px;
  text-align: center; }
  .gr-full-width-page #btn-display-panel-left .gr-togglers {
    color: #fff;
    margin: 0; }
    .gr-full-width-page #btn-display-panel-left .gr-togglers.fa-plug {
      padding-top: 0; }
      .gr-full-width-page #btn-display-panel-left .gr-togglers.fa-plug::before {
        background: transparent url("/sites/all/themes/enabootstrap_lesoir/images/ui-icons.svg#icon-le-direct-time-white") 35% 0 no-repeat;
        background-size: 30px;
        color: #d7d7d7;
        content: ' ';
        display: inline-block;
        height: 40px;
        left: 0;
        line-height: 40px;
        padding: 0 17px 0 13px;
        position: absolute;
        width: 100%; }
    .gr-full-width-page #btn-display-panel-left .gr-togglers.fa-close {
      height: 50px;
      padding-top: 15px; }

.gr-full-width-page #gr-sidebar-left {
  width: 320px; }
  .gr-full-width-page #gr-sidebar-left.is-visible {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 21; }

.gr-article-sidebar {
  float: right; }

#gr-sidebar {
  margin: 30px 0 30px 30px; }
  @media (max-width: 991px) {
    #gr-sidebar {
      margin: 30px 0;
      padding: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-sidebar {
      -webkit-column-gap: 30px;
      column-gap: 30px;
      -webkit-columns: 2;
      columns: 2; } }
  .page-node #gr-sidebar {
    float: right;
    margin: 0 30px 0 0; }

@media (min-width: 700px) and (max-width: 991px) {
  .gr-article-sidebar {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-columns: 2;
    columns: 2; } }

#gr-sidebar-mad {
  width: 200px;
  float: left;
  margin-left: 30px; }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-sidebar-mad {
      margin-left: 0;
      margin-right: 15px; } }
  @media (max-width: 699px) {
    #gr-sidebar-mad {
      width: auto;
      float: none;
      margin: 0; } }

#gr-footer {
  margin-left: 0;
  padding: 10px 0; }
  @media (min-width: 1200px) {
    #gr-footer {
      margin-left: calc(23% + 30px);
      padding: 30px 0 0; } }
  #gr-footer * {
    background: transparent;
    color: #fff; }
  .gr-full-width-page #gr-footer {
    margin: 0;
    left: auto;
    padding: 0; }
  #gr-footer .pane-enabootstrap-companion-ena-legal-mentions {
    margin-top: 30px; }
    #gr-footer .pane-enabootstrap-companion-ena-legal-mentions span {
      display: block; }
  #gr-footer .navbar {
    background: #797979;
    margin: 0;
    max-width: 100%; }
  @media (max-width: 699px) {
    #gr-footer .list-group {
      -webkit-column-count: 2;
      column-count: 2; } }
  #gr-footer .list-group-item {
    padding-bottom: 0; }
    #gr-footer .list-group-item a {
      border-bottom: 1px solid #888;
      padding-bottom: 10px; }

.author {
  padding-left: 30px;
  overflow: visible;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .author {
      padding-left: 0;
      margin-right: 0; }
      .author img {
        margin-bottom: 10px; } }
  .author img {
    border-radius: 50%; }
  .author .author-title {
    border-bottom: 7px solid #003978;
    font-family: "roboto_condensed", sans-serif; }
    #gr-unes-titres .author .author-title {
      border-bottom: 0;
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 42px; }
    #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 {
      background: none;
      font-size: 17px;
      padding: 0; }
      @media (min-width: 992px) {
        #gr-unes-titres .author .author-desc {
          display: block;
          z-index: 20;
          position: relative;
          margin-top: 30px; } }
      @media (min-width: 700px) and (max-width: 991px) {
        #gr-unes-titres .author .author-desc {
          margin-top: 10px; } }
  .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.pane-tous-les-journalistes {
  margin-top: 20px; }
  .gr-panel.pane-tous-les-journalistes .panel-heading {
    position: relative;
    margin-bottom: 30px; }
    .gr-panel.pane-tous-les-journalistes .panel-heading a {
      color: #003978;
      display: block;
      padding: 10px;
      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;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .gr-panel.pane-tous-les-journalistes .panel-heading a:hover, .gr-panel.pane-tous-les-journalistes .panel-heading a:focus {
        background: #003978;
        color: #fff;
        text-decoration: none; }
      .gr-panel.pane-tous-les-journalistes .panel-heading a:after {
        content: "\EA03";
        font-family: "main"; }

.gr-panel-exergue-bulle {
  padding: 10px;
  position: relative; }
  .gr-panel-exergue-bulle::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-index-journalistes #gr-une-bis-content {
  padding: 0 30px; }

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

.dossiers::after {
  clear: both; }

.dossiers .readmore {
  background: #FDC800;
  color: #797979;
  font-family: "roboto_condensed", sans-serif; }

#gr-une-bis-content .dossiers .gr-une-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 699px) {
    #gr-une-bis-content .dossiers .gr-une-row {
      display: block; } }

.dossiers .separator {
  display: none; }

@media (min-width: 992px) {
  .dossier {
    float: left;
    width: 33.33%; } }

@media (min-width: 700px) and (max-width: 991px) {
  .dossier {
    float: left;
    width: 50%; } }

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

.dossier .media-body {
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 700px) and (max-width: 991px) {
    .dossier .media-body {
      clear: both; } }

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

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

.dossier-accroche {
  background: none;
  padding: 30px; }
  .dossier-accroche .embed-container {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 0;
    width: calc(100% - 330px); }
  .dossier-accroche .media-heading {
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, 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 {
  margin: 30px; }
  #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 {
      color: #575757;
      min-height: 150px;
      padding-left: 60px;
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 64px;
      font-weight: 300;
      line-height: 1.35; }
      @media (max-width: 991px) {
        #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .media-heading {
          min-height: 100px;
          font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
          font-size: 36px;
          font-weight: 300;
          line-height: 1.35; } }
    #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); }
      @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 .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: '';
        height: 100%;
        margin: 0 -1px;
        position: absolute;
        top: 0;
        width: 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%; }
  #gr-une-bis-content .gr-dossier-top .dossier-accroche {
    background: none;
    padding: 0; }

@media (min-width: 700px) {
  #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 56.25%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 49%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 49%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
    z-index: 1; }
  #gr-une-bis-content .gr-une-main-title--dossier.gr-une-main-title .media-body {
    z-index: 5; } }

@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-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 (max-width: 699px) {
  .page-dossiers #gr-unes-titres {
    margin: 0; } }

#gr-une-bis-content {
  max-width: none; }
  #gr-une-bis-content .gr-une-main-title {
    border: 0;
    margin-top: 0;
    min-height: 1%;
    overflow: visible;
    padding-bottom: 0;
    position: relative; }
    #gr-une-bis-content .gr-une-main-title .embed-container {
      overflow-x: visible; }
  #gr-une-bis-content .gr-une-titres {
    margin-left: 15px; }
  #gr-une-bis-content .gr-une-row .gr-une-titles .embed-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px; }
    .mad-section #gr-une-bis-content .gr-une-row .gr-une-titles .embed-container {
      background: #f1f1f1;
      height: 236px; }
      .mad-section #gr-une-bis-content .gr-une-row .gr-une-titles .embed-container .media-object {
        width: auto;
        margin: 0 auto; }
  #gr-une-bis-content .gr-dossier-top {
    position: relative;
    margin-right: 0; }
    @media (max-width: 1199px) {
      #gr-une-bis-content .gr-dossier-top {
        margin: 30px 0; } }
    @media (max-width: 991px) {
      #gr-une-bis-content .gr-dossier-top .dossier-accroche {
        margin: 0; } }
    #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child {
      position: absolute;
      z-index: 2;
      padding-top: 56.25%;
      width: 100%;
      border-left: none; }
      @media (max-width: 699px) {
        #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child {
          position: relative;
          padding-left: 0;
          padding-right: 0; } }
      #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier:before {
        display: none; }
      @media (max-width: 1199px) {
        #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child .gr-keyword-alerte.gr-keyword-alerte--dossier {
          left: -18px; } }
      #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child h4.media-heading {
        min-height: inherit;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        padding: 0;
        color: #fff;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        margin-top: -70px;
        text-shadow: 1px 1px 2px #797979; }
        @media (max-width: 699px) {
          #gr-une-bis-content .gr-dossier-top .gr-une-main-title:first-child h4.media-heading {
            text-shadow: none;
            color: #242424;
            width: 100%;
            -webkit-transform: none;
            transform: none;
            margin-top: 10px;
            text-align: left; } }
    @media (max-width: 699px) {
      #gr-une-bis-content .gr-dossier-top .gr-une-main-title--dossier {
        position: absolute;
        top: 0;
        width: 100%; } }
    #gr-une-bis-content .gr-dossier-top .gr-une-main-title--dossier img {
      width: 100%; }
    #gr-une-bis-content .gr-dossier-top .gr-une-main-title--dossier.gr-une-main-title .media-body {
      width: 85%;
      position: relative;
      background: #fff;
      color: #242424;
      padding: 30px;
      margin: 0 auto;
      margin-top: -60px; }
      @media (max-width: 699px) {
        #gr-une-bis-content .gr-dossier-top .gr-une-main-title--dossier.gr-une-main-title .media-body {
          display: none; } }

@media (max-width: 699px) {
  .gr-une-titles {
    margin-top: 0; } }

.gr-une-titles h4 {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0; }
  @media (max-width: 699px) {
    .gr-une-titles h4 {
      font-size: 5vw; } }
  @media (max-width: 480px) {
    .gr-une-titles h4 {
      font-size: 6vw; } }
  .gr-une-titles h4 span {
    color: #099; }

.gr-une-titles .gr-star {
  color: #099; }

.gr-une-titles .gr-article-teaser {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  width: auto; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .gr-une-titles .gr-article-teaser {
      font-weight: 300; } }
  @media (max-width: 699px) {
    .gr-une-titles .gr-article-teaser {
      display: none; } }

.gr-une-main-title {
  clear: both;
  display: block;
  float: none; }
  .gr-une-main-title h4 {
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 5px; }
    @media (max-width: 991px) {
      .gr-une-main-title h4 {
        font-size: 30px; } }
    .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; }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-une-main-title .media-body {
        padding: 10px; } }
    .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 (min-width: 1200px) {
  .gr-section-title {
    margin-left: 30px; } }

.ena-viewmode-override-teaser_manchette.media {
  padding-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid #d7d7d7; }

.media-heading {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
  margin: 10px 0; }

.gr-teasers-list a {
  color: #003978; }

.gr-teasers-list li {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
  padding-left: 15px;
  border: 0;
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 699px) {
    .gr-teasers-list li {
      background: transparent; } }
  .gr-teasers-list li::before {
    font-family: main;
    font-size: .5em !important;
    width: 0;
    position: absolute;
    top: 9px;
    left: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #840303;
    content: ''; }
  .gr-teasers-list li .fa {
    color: #FDC800; }
    .gr-teasers-list li .fa::before {
      font-size: 12px !important; }

.entry-details,
.gr-article-content .entry-details,
.gr-meta,
.author {
  font-family: "roboto_condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px; }

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

.nav-pills {
  font-family: "roboto_condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase; }

.nav-tabs,
.gr-meta,
.gr-time,
.gr-article-content .gr-meta {
  font-family: "roboto_condensedlight", sans-serif;
  font-size: 13px;
  text-transform: uppercase; }
  .nav-tabs a,
  .gr-meta a,
  .gr-time a,
  .gr-article-content .gr-meta a {
    color: #003978;
    font-family: "roboto_condensed", sans-serif; }

.gr-une-event .gr-meta time::before {
  content: "|";
  color: #797979;
  font-size: 18px;
  display: inline-block;
  margin-right: 2px; }

.gr-meta-author {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 0; }

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

.media-body .hidden-xs {
  font-size: 17px;
  margin-bottom: 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .media-body .hidden-xs {
      font-weight: 300; } }

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

#gr-articles-sidenav li {
  position: static; }
  #gr-articles-sidenav li a {
    border-radius: 0;
    display: block;
    font-size: 25px;
    line-height: 37.5px;
    margin-top: 20%;
    padding: 15px 5px 10px 0;
    position: fixed;
    top: 0;
    width: 30px;
    z-index: 1;
    font-family: "roboto_condensed", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase; }
    #gr-articles-sidenav li a .glyphicon {
      margin: 0;
      width: auto; }

#gr-article {
  padding: 0 0 0 15px; }
  @media (max-width: 699px) {
    #gr-article {
      padding: 0; } }
  @media (min-width: 992px) {
    #gr-article .gr-article-header {
      padding: 20px 30px 0; }
      #gr-article .gr-article-header h1 {
        max-width: 1000px;
        width: 80%; } }
  @media (max-width: 991px) {
    #gr-article .entry-details {
      display: inline; } }
  #gr-article .entry-details .fa {
    margin-left: 15px; }
  #gr-article .gr-meta-author .fa-pencil {
    font-size: 11px; }
  #gr-article .embed-responsive {
    padding: 0; }
  #gr-article .embed-responsive-item {
    margin: auto; }

.mad h1 span {
  color: #099; }

#gr-articles-nav {
  font-size: 25px;
  font-family: "roboto_condensed", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase; }
  @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; }

.mad #gr-main-media, .mad
.gr-main-media {
  float: right;
  margin-left: 10px;
  margin-top: 0;
  width: 30%; }

.gr-article-infos {
  border: 1px solid #d7d7d7;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  margin: 20px 0 30px;
  padding: 8px 0;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 699px) {
    .gr-article-infos {
      text-align: center; } }
  @media (min-width: 700px) {
    .gr-article-infos {
      padding-right: 203px; } }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .gr-article-infos {
      font-family: "roboto_condensedlight", sans-serif; } }
  .gr-article-infos a {
    color: #003978;
    font-family: "roboto_condensed", sans-serif; }
  .gr-article-infos .gr-article-infos-group {
    height: 24px;
    position: absolute;
    right: 0;
    top: 6px; }
    @media (max-width: 699px) {
      .gr-article-infos .gr-article-infos-group {
        position: static; } }
  .gr-article-infos .gr-social-comments {
    display: none; }
  .gr-article-infos .gr-article-infos-author {
    margin-left: 7px; }
  .gr-article-infos .gr-article-infos-content {
    float: left;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 10px; }
    @media (max-width: 699px) {
      .gr-article-infos .gr-article-infos-content {
        float: none; } }
    .gr-article-infos .gr-article-infos-content.gr-social-links {
      margin-right: 0; }
      @media (max-width: 991px) {
        .gr-article-infos .gr-article-infos-content.gr-social-links {
          margin: 0 0 15px;
          text-align: center; } }

.gr-foretitle {
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  font-size: 21px;
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  margin: 0 30px;
  position: relative;
  top: 15px; }

.gr-article-teaser {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 0;
  width: 70%; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .gr-article-teaser {
      font-weight: 300; } }
  @media (max-width: 991px) {
    .gr-article-teaser {
      float: none;
      max-width: 650px;
      width: 100%; } }
  .gr-article-header .gr-article-teaser {
    display: inline-block; }
  .gr-article-teaser p {
    margin-bottom: 0; }
  .mad .gr-article-teaser {
    width: 100%; }
    .mad .gr-article-teaser .gr-star {
      color: #099;
      display: block; }

.gr-article-links-list {
  background: #d7d7d7;
  display: block;
  float: right;
  padding: 10px 20px;
  position: relative;
  width: 28%; }
  @media (max-width: 991px) {
    .gr-article-links-list {
      width: 100%; } }
  .gr-article-links-list.gr-panel {
    margin: 19px 0 30px; }
    .gr-article-links-list.gr-panel .panel-heading {
      color: #099;
      font-size: 19px;
      position: absolute;
      top: -19px; }

.gr-article-content {
  padding-top: 0; }
  .gr-article-content h2 {
    color: #840303;
    font-family: "roboto_condensed", sans-serif;
    font-size: 22px;
    line-height: 1.35;
    margin: 40px auto 15px;
    max-width: 700px;
    text-transform: none; }
    @media (min-width: 1200px) {
      .gr-article-content h2 {
        padding-right: 100px; } }
  .gr-article-content a {
    color: #003978;
    text-decoration: underline; }
  .gr-article-content p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.45;
    margin: 0 auto 20px;
    max-width: 620px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .gr-article-content p {
        font-weight: 300; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-article-content p {
        max-width: 600px; } }
  .gr-article-content .drop-cap {
    color: #840303;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 6em;
    font-weight: 300;
    line-height: 0.95em; }
    @media (max-width: 699px) {
      .gr-article-content .drop-cap {
        font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
        font-size: 4em;
        font-weight: 300;
        line-height: 0.9em; } }

.gr-article-prev-next-title {
  display: none;
  min-height: 83px; }
  .gr-article-prev-next-title.gr-article-prev-next-title-visible {
    background: #f5f5f5;
    display: block;
    left: 30px;
    padding: 10px;
    position: absolute;
    text-transform: none;
    top: 0;
    width: 300px;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.35; }

.gr-article-prev a {
  padding-left: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-article-prev a {
      left: 30px; } }
  @media (min-width: 1200px) {
    .gr-article-prev a {
      left: calc(23% + 30px); } }
  @media (min-width: 1921px) {
    .gr-article-prev a {
      left: calc(50% - 960px + 320px); } }

.gr-article-prev .gr-article-prev-next-title-visible {
  border-left: 1px solid #fff;
  border-right: 0; }

.gr-article-next a {
  padding-right: 0;
  right: 30px; }
  @media (min-width: 1921px) {
    .gr-article-next a {
      right: calc(50% - 960px); } }

.gr-article-next .gr-article-prev-next-title-visible {
  border-left: 0;
  border-right: 1px solid #fff;
  left: -300px !important; }

.gr-article-tools {
  text-align: center;
  font-family: "roboto_condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase; }
  .gr-article-tools .glyphicon {
    display: none; }
  .mad .gr-article-tools {
    float: left;
    margin-right: 10px; }

.gr-article-features {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
  text-align: center; }
  .gr-article-features .article-features-zen-reading {
    float: none;
    margin: 0 auto; }
  .gr-article-features a {
    background: #003978;
    border-radius: 40px;
    color: #fff;
    display: block;
    height: 80px;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    width: 80px; }
    .gr-article-features a:hover, .gr-article-features a:active {
      background: #0069de;
      background: #003978; }
    .gr-article-features a:focus {
      background: ligthen(#003978, 10);
      background: #575757; }

.gr-article-secondary {
  border: 0;
  position: relative; }
  .gr-article-secondary::before {
    background-image: -webkit-linear-gradient(top, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-image: linear-gradient(to bottom, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-repeat: repeat-y;
    background-size: 100% 3px;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .gr-article-secondary .gr-article-teaser {
    float: none;
    width: 100%; }
    .gr-article-secondary .gr-article-teaser p {
      font-size: 21px; }
  .gr-article-secondary img {
    margin-bottom: 15px; }
  .gr-article-secondary .gr-media-image h2 {
    display: none; }
  .gr-article-secondary .gr-article-content {
    width: 100%; }
  .mad .gr-article-secondary .gr-main-media {
    float: none;
    margin: 0;
    width: 100%; }

.gr-article-hors-texte {
  background: #e5e5d8;
  border: 0;
  border-radius: 0;
  margin: 60px auto 30px;
  max-width: 700px;
  position: relative; }
  .gr-article-hors-texte .panel-heading {
    background: #fff;
    border: 0;
    color: #840303;
    font-family: "roboto_condensed", sans-serif;
    font-size: 24px;
    line-height: .8em;
    padding: 0 0 0 10px; }
  .gr-article-hors-texte .panel-body {
    padding: 20px; }
  .gr-article-hors-texte h2 {
    margin: 20px auto 10px;
    padding: 0; }
  .gr-article-hors-texte p {
    color: #242424; }
  .gr-article-hors-texte strong {
    color: #575757; }
  .gr-article-hors-texte .drop-cap {
    font-size: 4em; }
  .gr-article-hors-texte .gr-meta-author {
    float: right;
    font-family: "roboto_condensed", sans-serif;
    font-size: 13px !important;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 5px; }
    .gr-article-hors-texte .gr-meta-author a {
      text-decoration: none; }

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

.gr-12-clics .gr-breadcrumb {
  margin-bottom: 0;
  z-index: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-12-clics .gr-breadcrumb {
      position: relative;
      border-bottom: 1px solid #d7d7d7;
      text-align: center; } }

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

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

.gr-12-clics #gr-sidebar-left {
  border-right: 1px solid #d7d7d7; }
  @media (min-width: 1200px) {
    .gr-12-clics #gr-sidebar-left {
      width: 23%; } }

.gr-12-clics .thumbnail > img {
  margin: 0; }

.gr-12-clics .gr-content-inner {
  margin: 0 30px 0 33px; }

.gr-12-clics__content {
  padding-top: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #gr-main-content .gr-12-clics__content {
      margin-left: 320px;
      width: calc(100% - 320px); } }

#gr-12-clics-nav {
  padding-right: 0 !important; }

.gr-12-clics__topmenu {
  background: #fff;
  font-family: "roboto_condensedlight", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .gr-12-clics__topmenu li {
    border-bottom: 3px solid #d7d7d7;
    font-size: 25px;
    height: auto;
    line-height: normal;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 699px) {
      .gr-12-clics__topmenu li {
        width: 100%; } }
    .has-header-hide .gr-12-clics__topmenu li {
      font-size: 21px; }
      @media (max-width: 991px) {
        .has-header-hide .gr-12-clics__topmenu li {
          font-size: 12px;
          height: 36px;
          width: 33%; } }
    .gr-12-clics__topmenu li a {
      color: #797979;
      padding: 5px; }
    .gr-12-clics__topmenu li.active {
      border-bottom-color: #003978; }
      .gr-12-clics__topmenu li.active a {
        color: #003978; }
  @media (min-width: 992px) {
    .has-header-small .gr-12-clics__topmenu {
      padding: 0 30px 0 33px;
      position: fixed;
      right: 0;
      top: 36px;
      width: calc(100% - 320px);
      z-index: 3; } }

.gr-12-clics__nav {
  border: 0; }
  .gr-12-clics__nav .nav {
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 4em;
    font-style: italic;
    list-style-type: none; }
    @media (max-width: 699px) {
      .gr-12-clics__nav .nav {
        overflow-y: auto; } }
  .gr-12-clics__nav .panel-heading {
    background: #003978;
    border-radius: 50% !important;
    display: none;
    height: 50px;
    right: -25px;
    text-indent: -999em;
    width: 50px; }
    .gr-12-clics__nav .panel-heading::before, .gr-12-clics__nav .panel-heading::after {
      content: '';
      width: 2px;
      height: 26px;
      background: #fff;
      position: absolute;
      top: 12px;
      left: 24px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border: 0; }
    .gr-12-clics__nav .panel-heading::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .is-visible .gr-12-clics__nav .panel-heading {
      display: block; }
      @media (max-width: 699px) {
        .is-visible .gr-12-clics__nav .panel-heading {
          right: -25px; } }
  .gr-12-clics__nav .list-group-item {
    background: #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
    width: 100%; }
    .gr-12-clics__nav .list-group-item .gr-section-name {
      color: #383838;
      text-transform: uppercase; }
    .gr-12-clics__nav .list-group-item a {
      background: #f5f5f5;
      color: #383838;
      font: normal 17px MillerDisplay, Georgia, "Times New Roman", Times, serif;
      line-height: 1.35;
      padding: 10px 20px 10px 50px; }
      .gr-12-clics__nav .list-group-item a::before {
        color: #383838;
        font-size: 30px;
        top: 20%; }
      .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 {
      background: #d7d7d7;
      color: #383838; }
      .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 {
      background: #d7d7d7;
      border: 0; }
      .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 {
      display: block;
      font-family: "roboto_condensed", sans-serif;
      font-size: 14px;
      margin-bottom: 5px;
      text-transform: uppercase; }
  .mad-selection .gr-12-clics__nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .mad-selection .gr-12-clics__nav li img {
      float: left;
      height: 80px;
      margin-left: 1px;
      width: 80px; }
  .mad-selection .gr-12-clics__nav a,
  .mad-selection .gr-12-clics__nav a:focus {
    padding: 0; }
    .mad-selection .gr-12-clics__nav a::before,
    .mad-selection .gr-12-clics__nav a:focus::before {
      color: #fff;
      text-shadow: 0 0 3px #000; }
    .mad-selection .gr-12-clics__nav a:hover::before,
    .mad-selection .gr-12-clics__nav a:focus:hover::before {
      color: #fff; }
  .mad-selection .gr-12-clics__nav .active a::before,
  .mad-selection .gr-12-clics__nav .active a:focus::before,
  .mad-selection .gr-12-clics__nav .active a:hover::before {
    color: #fff; }
  .mad-selection .gr-12-clics__nav .gr-12-clics__title {
    display: block;
    padding: 5px 5px 5px 85px; }

.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 {
    border-bottom: 10px solid #000;
    color: #000;
    font: italic 4em MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
    padding-top: 15px; }
  .gr-12-clics__article-item .media {
    position: relative; }
  .gr-12-clics__article-item .gr-media {
    margin-top: 0;
    padding: 0; }
    .gr-12-clics__article-item .gr-media--video {
      padding-bottom: 56.25%; }
  .gr-12-clics__article-item .gr-une-titles .gr-article-teaser {
    width: 80%;
    font-size: 21px;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif; }
  .mad-selection .gr-12-clics__article-item h1 span {
    color: #099; }
  .mad-selection .gr-12-clics__article-item .gr-media,
  .mad-selection .gr-12-clics__article-item .media-object {
    margin: 30px auto;
    max-width: 600px; }

@media (min-width: 992px) {
  .has-header-small .gr-12-clics__article-list li {
    padding-top: 60px; } }

.gr-page-le-direct #gr-une-bis-content {
  padding: 0; }

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

.gr-page-le-direct .gr-page-title {
  border-bottom: 0;
  color: #099;
  font-family: "roboto_condensedlight", sans-serif;
  font-size: 25px;
  letter-spacing: normal;
  line-height: 1;
  margin: auto;
  max-width: 900px;
  overflow: hidden;
  position: relative; }
  .gr-page-le-direct .gr-page-title::after {
    border-bottom: 1px solid #d7d7d7;
    bottom: 2px;
    content: '';
    margin-left: 20px;
    position: absolute;
    width: 100%; }

.gr-page-le-direct .gr-direct-list {
  margin: 30px auto auto;
  max-width: 800px; }
  .gr-page-le-direct .gr-direct-list .gr-direct-item--pinned .gr-direct-item__time {
    display: block;
    text-indent: -999em;
    width: 47px; }
  .gr-page-le-direct .gr-direct-list .list-group-item {
    border-bottom: 1px solid #d7d7d7;
    border-top: 0;
    margin-bottom: 30px;
    overflow: visible;
    padding: 0 0 30px;
    position: relative; }
    @media (min-width: 992px) {
      .gr-page-le-direct .gr-direct-list .list-group-item {
        padding-left: 60px; } }
    .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__time {
      background: none;
      color: #797979;
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 15px;
      padding: 0;
      position: relative; }
      @media (max-width: 699px) {
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__time {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 992px) {
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__time {
          margin-bottom: 0;
          position: absolute;
          left: 0; } }
    .gr-page-le-direct .gr-direct-list .list-group-item .gr-social-links {
      bottom: 30px;
      margin-bottom: 0;
      position: absolute;
      right: 0;
      width: auto;
      z-index: 1; }
      @media (max-width: 699px) {
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-social-links {
          display: none; } }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-social-links .btn {
        height: 32px;
        margin-right: 5px;
        width: 32px; }
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-social-links .btn > :first-child {
          color: #797979;
          font-size: 17px; }
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-social-links .btn:hover > :first-child {
          color: #fff; }
    .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content {
      margin: 0;
      padding: 0; }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__meta {
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
        line-height: 20px; }
        @media (max-width: 699px) {
          .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__meta {
            line-height: 16px; } }
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__meta .gr-direct-item__meta-link {
          font-size: 17px; }
          @media (max-width: 699px) {
            .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__meta .gr-direct-item__meta-link {
              font-size: 14px; } }
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__meta .gr-direct-item__meta-link--alert {
          color: #fff;
          font-weight: 400;
          margin-left: 15px;
          position: relative;
          right: inherit;
          top: inherit; }
          @media (max-width: 699px) {
            .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__meta .gr-direct-item__meta-link--alert {
              margin-left: 7.5px; } }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__heading {
        margin-bottom: 20px;
        margin-top: 10px;
        font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
        font-size: 42px;
        font-weight: 300;
        line-height: 1.35; }
        @media (max-width: 699px) {
          .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__heading {
            font-size: 25px;
            margin-bottom: 10px; } }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-meta-author {
        margin-bottom: 10px; }
        @media (max-width: 699px) {
          .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-meta-author {
            margin-bottom: 20px; } }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-meta-infos {
        height: 40px; }
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-meta-infos::before, .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-meta-infos::after {
          content: ' ';
          display: table; }
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-meta-infos::after {
          clear: both; }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__media {
        float: left;
        margin-right: 30px;
        max-width: 300px;
        width: 50%; }
        .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__media .img-responsive {
          margin-top: 0; }
        @media (max-width: 699px) {
          .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-direct-item__media {
            float: none;
            margin-bottom: 10px;
            margin-right: 0;
            width: 100%; } }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .gr-article-teaser {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 17px;
        width: auto; }
      .gr-page-le-direct .gr-direct-list .list-group-item .gr-direct-item__content .drop-cap {
        float: none;
        font-size: 14px;
        margin: 0; }

.page-services #gr-main-content {
  padding-left: 0; }
  .page-services #gr-main-content .gr-content-inner {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    @media (min-width: 992px) {
      .page-services #gr-main-content .gr-content-inner {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      .page-services #gr-main-content .gr-content-inner {
        margin-left: 16.66667%; } }

@media (min-width: 1921px) {
  #gr-article-container {
    max-width: 1920px; } }

.gr-article-multimedia {
  background: #fff; }
  .gr-article-multimedia #wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: static; }
  .gr-article-multimedia #gr-topics-navigation,
  .gr-article-multimedia #gr-sidebar-left,
  .gr-article-multimedia .gr-breadcrumb,
  .gr-article-multimedia #gr-articles-sidenav,
  .gr-article-multimedia #gr-sidebar,
  .gr-article-multimedia .gr-articles-secondaires,
  .gr-article-multimedia .gr-article-sidebar,
  .gr-article-multimedia #gr-le-journal,
  .gr-article-multimedia #gr-archives {
    display: none !important; }
  .gr-article-multimedia #gr-main-content,
  .gr-article-multimedia #gr-article-container,
  .gr-article-multimedia .gr-article-content,
  .gr-article-multimedia .gr-content-inner {
    background: #fff;
    display: block;
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
  .gr-article-multimedia .gr-article-content {
    margin: 0 auto !important;
    max-width: 80%; }
  .gr-article-multimedia #gr-article-container {
    margin: auto !important; }
  .gr-article-multimedia .contextual-links-region,
  .gr-article-multimedia #gr-main-content {
    position: static; }
  .gr-article-multimedia .gr-panel--article-block-more {
    display: none; }
  .gr-article-multimedia article {
    padding: 60px 30px 30px !important; }
    .gr-article-multimedia article .gr-article-header {
      padding: 0; }
      .gr-article-multimedia article .gr-article-header h1 {
        margin: 0 auto 18px;
        text-align: center;
        font-size: 70px; }
    .gr-article-multimedia article .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; }
    .gr-article-multimedia article .gr-article-teaser {
      display: block;
      margin: 20px auto 20px;
      text-align: center; }
    .gr-article-multimedia article .gr-main-media {
      margin-left: 0;
      margin-right: 0; }
    .gr-article-multimedia article .article-features-zen-reading {
      position: fixed;
      right: 15px;
      top: 7px;
      z-index: 2; }
      .navbar-horizontal .gr-article-multimedia article .article-features-zen-reading {
        top: 85px; }
      .navbar-vertical .gr-article-multimedia article .article-features-zen-reading {
        top: 45px; }
      .gr-article-multimedia article .article-features-zen-reading a,
      .gr-article-multimedia article .article-features-zen-reading a:hover,
      .gr-article-multimedia article .article-features-zen-reading a:focus {
        background: transparent;
        padding: 0;
        width: auto; }
    #gr-article .gr-article-multimedia article .gr-article-infos {
      padding: 0;
      text-align: center; }
    #gr-article .gr-article-multimedia article .entry-details {
      border: 0;
      margin: 0;
      margin-right: 15px;
      display: inline-block; }
    .gr-article-multimedia article .gr-article-teaser {
      text-align: left; }
  .gr-article-multimedia #gr-footer {
    display: block !important;
    margin-left: 0 !important; }

#logo {
  background: #003978;
  height: 75px;
  padding: 10px 0;
  overflow: hidden; }
  @media (max-width: 480px) {
    #logo {
      width: 150px; } }
  @media (max-width: 320px) {
    #logo {
      width: 140px; } }
  @media (max-width: 699px) {
    #logo {
      height: 40px;
      margin: 0 auto 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -75px;
      width: 150px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #logo {
      height: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #logo {
      height: 60px; } }
  @media (min-width: 992px) {
    .has-header .front #logo::after,
    .has-header-fixed .front #logo::after {
      content: 'Raffraichir la page'; } }
  @media (min-width: 992px) {
    #logo:hover::after {
      color: #00b0b0;
      opacity: 1; } }
  @media (min-width: 992px) {
    .has-header #logo:hover img,
    .has-header-fixed #logo:hover img {
      opacity: .4;
      -webkit-transition: opacity ease .5s;
      transition: opacity ease .5s; } }
  #logo img {
    display: block;
    width: 100%;
    height: 65px; }
    @media (max-width: 991px) {
      #logo img {
        margin: 0 auto; } }
    @media (max-width: 480px) {
      #logo img {
        width: 150px; } }
    @media (max-width: 320px) {
      #logo img {
        width: 140px; } }
  #logo.navbar-brand {
    float: none; }
  .has-header-small #logo {
    margin: auto;
    padding: 0; }
  @media (min-width: 992px) {
    .has-header-small #gr-navbar-header #logo {
      width: 360px;
      height: 30px;
      margin-top: 0; } }
  .has-header-small #gr-navbar-header #logo img {
    height: 25px;
    margin: 6px auto; }

#gr-sections-plus-top {
  border-left: 1px solid #d7d7d7;
  display: block;
  height: 21px;
  padding-left: 15px;
  position: relative;
  white-space: nowrap; }
  #gr-sections-plus-top::before, #gr-sections-plus-top::after {
    content: ' ';
    display: table; }
  #gr-sections-plus-top::after {
    clear: both; }
  @media (max-width: 699px) {
    #gr-sections-plus-top {
      display: none; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-sections-plus-top {
      margin-left: 209px;
      margin-right: 250px;
      border-left: none;
      padding-left: 0; } }
  @media (min-width: 992px) {
    #gr-sections-plus-top {
      margin-left: 575px;
      margin-right: 250px; } }
  #gr-sections-plus-top a {
    color: #003978;
    font-family: Economica, "roboto_condensedlight", sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    padding: 0 8px; }
    @media (max-width: 699px) {
      #gr-sections-plus-top a {
        padding: 5px 15px;
        font-size: 15px; } }
    #gr-sections-plus-top a .fa-newspaper-o {
      display: none; }
    #gr-sections-plus-top a .fa-home {
      display: inline-block; }
      @media (min-width: 992px) {
        #gr-sections-plus-top a .fa-home {
          margin-right: 4px; } }
    #gr-sections-plus-top a:hover, #gr-sections-plus-top a.active {
      background: none; }
    .has-header-small #gr-sections-plus-top a {
      color: #fff; }
  #gr-sections-plus-top li {
    display: inline-block;
    float: none; }
    #gr-sections-plus-top li a:hover {
      background: #f5f5f5;
      color: #003978; }
    #gr-sections-plus-top li a.active {
      text-decoration: underline; }
  #gr-sections-plus-top .navbar-bar {
    float: none;
    display: inline-block; }
  #gr-sections-plus-top .submenu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    padding: 5px;
    background: #f5f5f5;
    z-index: 30; }
    @media (max-width: 699px) {
      #gr-sections-plus-top .submenu {
        display: none; } }
    #gr-sections-plus-top .submenu li {
      float: none;
      display: block; }
    #gr-sections-plus-top .submenu a {
      color: #003978;
      display: block;
      padding: 2px 10px;
      white-space: nowrap; }
      #gr-sections-plus-top .submenu a:hover {
        color: #003978;
        text-decoration: none; }
  #gr-sections-plus-top .has-submenu .submenu::before {
    z-index: 1;
    border: 15px solid transparent;
    width: 0;
    height: 0;
    border-size: 0 0 10px 0;
    border-bottom-color: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -31px;
    content: ''; }
  #gr-sections-plus-top .has-submenu .submenu::after {
    z-index: 2;
    border: 15px solid transparent;
    width: 0;
    height: 0;
    border-size: 0 0 10px 0;
    border-bottom-color: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -30px;
    content: ''; }
  #gr-sections-plus-top .has-submenu:hover .submenu {
    top: 50px;
    opacity: 1;
    visibility: visible; }
  #gr-sections-plus-top .has-submenu .has-submenu .submenu {
    display: 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: '\EA34'; }
  #gr-sections-plus-top #gr-section-plus-more > li {
    position: relative;
    display: block;
    background: transparent; }
  #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 {
      z-index: 1;
      border: 15px solid transparent;
      width: 0;
      height: 0;
      border-size: 0 0 0 10px;
      border-left-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 50%;
      margin-top: -15px;
      right: -30px;
      content: ''; }
    #gr-sections-plus-top #gr-section-plus-more .submenu::after {
      content: '';
      background: rgba(0, 0, 0, 0);
      height: 100%;
      position: absolute;
      width: 30px;
      top: 0;
      right: -21px;
      z-index: 0; }
  #gr-sections-plus-top #gr-section-plus-more > li:hover .submenu {
    right: 220px;
    opacity: 1;
    visibility: visible;
    max-height: 80vh; }
  .has-header-small #gr-navbar-header #gr-sections-plus-top {
    display: none; }

#gr-section-plus > a {
  padding: 0;
  width: 30px;
  height: 21px;
  text-align: center;
  line-height: 21px; }
  #gr-section-plus > a::before {
    content: '\EA34';
    font-family: 'main';
    font-size: 13px;
    line-height: 13px;
    vertical-align: bottom; }

#gr-section-plus-more {
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 0 1px 1px #d7d7d7;
  box-shadow: 0 1px 1px #d7d7d7;
  padding: 0;
  position: absolute;
  right: 0;
  -webkit-clip-path: circle(11px at 186px -15px);
  clip-path: circle(11px at 186px -15px);
  -webkit-transition: -webkit-clip-path 0.5625s, clip-path 0.375s;
  transition: -webkit-clip-path 0.5625s, clip-path 0.375s;
  visibility: hidden; }
  #gr-section-plus:hover #gr-section-plus-more {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s;
    -webkit-clip-path: circle(1000px at 225px -15px);
    clip-path: circle(1000px at 150px -15px);
    visibility: visible; }
  #gr-section-plus-more a {
    display: block;
    line-height: normal;
    padding: 6px 15px; }
    #gr-section-plus-more a:hover {
      color: #003978;
      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; }

.home-link {
  display: inline-block;
  vertical-align: top; }

#home-link {
  float: left;
  border-left: 1px solid #d7d7d7;
  margin-right: 0; }
  @media (max-width: 991px) {
    #home-link {
      display: none; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #home-link:hover {
      background: none; } }
  #home-link a {
    border: 0;
    padding: 0 15px;
    font-size: 14px; }
    @media (min-width: 700px) and (max-width: 991px) {
      #home-link a {
        color: #003978; } }
  #home-link .icon-home-outline {
    margin-right: 0; }

.wrapper-gr-login {
  display: block;
  float: right; }

#gr-login {
  display: block;
  font-family: Economica, "roboto_condensedlight", sans-serif;
  font-size: 16px;
  padding: 0;
  -webkit-transition: initial;
  transition: initial; }
  @media (max-width: 699px) {
    #gr-login {
      font-size: 17px;
      height: auto;
      padding: 0 3px;
      text-align: center; }
      #gr-login .glyphicon-user {
        margin-right: 3px; } }
  #gr-login.logged .glyphicon-user {
    margin-right: 5px; }
  #gr-login a {
    color: #b18c00; }
    #gr-login a:last-child {
      padding-right: 10px; }
  #gr-login .subtitle {
    display: inline-block; }
  @media (max-width: 699px) {
    #gr-login .hello-user {
      display: none; } }
  #gr-login .icon-user {
    margin-right: 5px; }
    @media (max-width: 699px) {
      #gr-login .icon-user {
        font-size: 22px;
        line-height: 40px; } }
  @media (max-width: 699px) {
    #gr-login .gr-user-login,
    #gr-login .gr-user-register {
      display: none; } }
  .has-header-small #gr-login .gr-user-login, .has-header-small
  #gr-login .gr-user-register {
    color: #FDC800; }
  #gr-login .gr-user-login {
    margin-right: 10px; }
    #gr-login .gr-user-login .icon-user::before {
      content: '\EA3A'; }
  #gr-login .gr-user-register .icon-user::before {
    content: '\EA3B'; }
  .has-header-small #gr-navbar-header #gr-login {
    background: transparent;
    color: #FDC800;
    float: right;
    position: static; }
    @media (max-width: 699px) {
      .has-header-small #gr-navbar-header #gr-login {
        position: absolute;
        height: 36px;
        padding-top: 12px; } }
    .has-header-small #gr-navbar-header #gr-login .fa {
      display: none; }
  .has-header-small #gr-login {
    margin-top: 8px; }

#gr-login-button {
  float: none;
  border: 0;
  font-size: 17px;
  display: none; }
  @media (max-width: 699px) {
    #gr-login-button {
      display: block; } }
  #gr-login-button:focus, #gr-login-button:hover {
    background: none; }
  #gr-login-button .icon-user {
    margin-right: 5px; }
    @media (min-width: 700px) {
      #gr-login-button .icon-user {
        position: relative;
        top: 2px; } }
    #gr-login-button .icon-user::before {
      content: '\EA14'; }
  #gr-login-button .subtitle {
    display: none; }
  .logged #gr-login-button {
    color: #003978;
    display: block; }
    .has-header-small .logged #gr-login-button {
      color: #fff; }
  #gr-login-button.navbar-toggle {
    padding: 0 10px 0 3px; }
    @media (max-width: 699px) {
      #gr-login-button.navbar-toggle {
        padding: 0 3px;
        color: #FDC800; } }

#gr-header .sidebar {
  background: #f5f5f5;
  border: 0;
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: 300;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 50; }
  @media (max-width: 699px) {
    #gr-header .sidebar {
      top: 40px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-header .sidebar {
      top: 79px !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #gr-header .sidebar {
      top: 101px !important; } }
  @media (min-width: 1200px) {
    #gr-header .sidebar {
      top: 119px !important; } }
  .has-header-fixed #gr-header .sidebar {
    position: fixed; }

.sidebar.sidebar-left {
  -webkit-transform: translate3d(-110%, 0, 0);
  transform: translate3d(-110%, 0, 0); }

.sidebar.sidebar-right {
  -webkit-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0); }

.sidebar-left {
  left: 30px; }

.sidebar-right {
  right: 30px; }

#gr-services-button {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  z-index: 20; }
  @media (max-width: 699px) {
    #gr-services-button {
      float: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .has-header-small #gr-services-button {
      margin-left: 0; } }
  #gr-services-button:hover {
    background: none; }
  #gr-services-button a {
    background: transparent;
    border: 0;
    margin: 0;
    outline: none; }
    @media (min-width: 700px) {
      #gr-services-button a {
        padding-right: 20px; } }
    #gr-services-button a:hover {
      background: #f5f5f5; }
      @media (max-width: 699px) {
        #gr-services-button a:hover {
          background: #005dc5; } }
      .has-header-small #gr-services-button a:hover {
        background: #005dc5; }
  #gr-services-button span {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto; }
    @media (min-width: 700px) {
      #gr-services-button span {
        float: left; } }
  #gr-services-button .icon,
  #gr-services-button .fa {
    font-size: 22px;
    line-height: 40px; }
    @media (min-width: 700px) {
      #gr-services-button .icon,
      #gr-services-button .fa {
        font-size: 21px;
        line-height: 21px; } }
  #gr-services-button .fa-bars {
    content: '\EA01'; }
    @media (min-width: 700px) {
      #gr-services-button .fa-bars {
        margin-right: 5px; } }
  #gr-services-button .icon-menu {
    margin-right: 5px; }
    @media (max-width: 699px) {
      #gr-services-button .icon-menu {
        margin-right: 0; } }
  #gr-services-button .open {
    background: #f5f5f5;
    color: #383838; }
  #gr-services-button .ls-menu-button {
    font-family: Economica, "roboto_condensedlight", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 699px) {
      #gr-services-button .ls-menu-button {
        display: none; } }
    @media (min-width: 700px) {
      #gr-services-button .ls-menu-button {
        line-height: 21px;
        width: auto; } }

#gr-main-nav .sidebar {
  display: block !important;
  left: 30px;
  padding: 10px 0 0 !important;
  z-index: 51; }
  @media (max-width: 699px) {
    #gr-main-nav .sidebar {
      left: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-main-nav .sidebar {
      left: 10px; } }
  #gr-main-nav .sidebar a {
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    padding: 10px 20px; }
  #gr-main-nav .sidebar li {
    border-bottom: 1px solid #fff;
    padding: 0; }

#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-header #gr-main-menu li ul {
  margin-left: 30px; }

#gr-header #gr-main-menu li.expanded > .btn-nav {
  color: #003978;
  cursor: pointer;
  height: 49px;
  text-align: center;
  width: 49px; }
  #gr-header #gr-main-menu li.expanded > .btn-nav:hover {
    background: #eee; }
  #gr-header #gr-main-menu li.expanded > .btn-nav::after {
    content: '\EA27';
    font-family: main;
    font-size: 18px;
    line-height: 49px;
    position: static; }

#gr-header #gr-main-menu li.expanded.has-nav-open > a {
  font-weight: 400; }

#gr-header #gr-main-menu li.expanded.has-nav-open > .btn-nav::after {
  content: '\EA26'; }

#gr-header #gr-main-menu li.expanded li > .btn-nav {
  height: 42px; }
  #gr-header #gr-main-menu li.expanded li > .btn-nav::after {
    line-height: 42px; }

#gr-header #gr-main-menu li li {
  background: none;
  border: 0; }
  #gr-header #gr-main-menu li li a {
    font-size: 17px; }
    #gr-header #gr-main-menu li li a:hover {
      color: #003978; }
  #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: 16px; }

#gr-account-infos {
  min-height: 0; }
  #gr-account-infos a {
    font-size: 17px; }
  #gr-account-infos h4 {
    border-bottom: 1px solid #003978;
    margin: 10px 0 5px 15px; }
  #gr-account-infos .label-default {
    color: #003978;
    display: block;
    font-size: 19px; }
  #gr-account-infos .sidebar {
    bottom: auto;
    font-family: "roboto_condensedlight", sans-serif;
    overflow: visible !important;
    padding: 10px 0 0;
    position: fixed;
    right: 45px;
    top: 70px !important;
    -webkit-transform: none;
    transform: none;
    width: 250px; }
    @media (max-width: 699px) {
      #gr-account-infos .sidebar {
        right: 0; } }
    @media (min-width: 700px) and (max-width: 991px) {
      #gr-account-infos .sidebar {
        right: 10px; } }
    @media (min-width: 1921px) {
      #gr-account-infos .sidebar {
        right: 50%;
        margin-right: calc(-1 * ((1920px / 2) - 20px)); } }
    #gr-account-infos .sidebar::before {
      border-style: solid;
      border-width: 0 20px 20px 20px;
      border-color: transparent transparent #f5f5f5 transparent;
      content: '';
      height: 0;
      position: absolute;
      right: 15px;
      top: -20px;
      width: 0; }
    #gr-account-infos .sidebar a {
      padding: 7px 30px; }
    #gr-account-infos .sidebar h4 a {
      padding: 0 0 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-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #575757 !important; }
  .tooltip.top .tooltip-arrow {
    border-top: 5px solid #575757 !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .tooltip .tooltip-inner {
    background: #575757 !important;
    padding: 10px; }

.fa {
  font-family: 'main'; }

.fa::before,
[data-icon]::before {
  font-family: 'main' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-deezer::before {
  content: '\EA05'; }

.icon-scribble::before {
  content: '\EA08'; }

.icon-rtl::before {
  content: '\EA07'; }

.icon-storify::before {
  content: '\EA09'; }

.icon-follow::before {
  content: '\EA06'; }

.icon-square-o::before {
  content: '\EA0B'; }

.icon-check-square-o::before {
  content: '\EA04'; }

.icon-topic::before {
  content: '\EA0A'; }

.fa-search::before {
  content: '\EA16'; }

.fa-file-text-o::before {
  content: '\EA15'; }

.fa-folder-o::before {
  content: '\EA17'; }

.fa-bars::before {
  content: '\EA01'; }

.fa-arrows-alt::before {
  content: '\EA19'; }

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

.fa-pencil::before {
  content: '\EA22'; }

.fa-facebook::before {
  content: '\EA0D'; }

.fa-facebook-square::before {
  content: '\EA1F'; }

.fa-twitter::before {
  content: '\EA12'; }

.fa-google::before,
.fa-google-plus-square::before {
  content: '\EA1D'; }

.fa-linkedin::before {
  content: '\EA0F'; }

.fa-pinterest::before {
  content: '\EA23'; }

.fa-envelope-square::before {
  content: '\EA1E'; }

.fa-rss-square::before {
  content: '\EA20'; }

.fa-mobile::before {
  content: '\EA21'; }

.fa-bookmark::before {
  content: '\EA28'; }

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

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

.fa-star::before {
  content: '\EA2C'; }

.fa-star-o::before {
  content: '\EA2A'; }

span[class^='glyphicon'],
span[class^='fa'] {
  display: inline-block;
  margin-right: 10px;
  width: 20px; }

span[class~='glyphicon-chevron-right'] {
  margin-left: 10px; }

.glyphicon.glyphicon-chevron-left::before, .glyphicon.glyphicon-chevron-right::before {
  display: block;
  font-family: 'main';
  font-size: 50px;
  line-height: 70px;
  overflow: hidden;
  width: 40px; }

.glyphicon.glyphicon-chevron-left::before {
  content: '\EA02';
  margin-left: -11px; }
  @media (max-width: 991px) {
    .glyphicon.glyphicon-chevron-left::before {
      margin-left: -9px; } }

.glyphicon.glyphicon-chevron-right::before {
  content: '\EA03';
  margin-left: -9px; }
  @media (max-width: 991px) {
    .glyphicon.glyphicon-chevron-right::before {
      margin-left: -8px; } }

@font-face {
  font-family: 'main';
  font-weight: normal;
  font-style: normal;
  src: url("/sites/all/themes/enabootstrap_lesoir/fonts/icons/main.woff") format("woff"), url("/sites/all/themes/enabootstrap_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-menu::before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-linkedin-letters::before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chart::before {
  content: ""; }

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

.icon-mail-negatif::before {
  content: ""; }

.icon-facebook-negatif::before {
  content: ""; }

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

.icon-mobile-phone::before {
  content: ""; }

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

.icon-pinterest-logo::before {
  content: ""; }

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

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

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

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

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

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

.icon-star-empty::before {
  content: ""; }

.icon-star-half-empty::before {
  content: ""; }

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

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

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

.icon-car::before {
  content: ""; }

.icon-rounded-square::before {
  content: ""; }

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

.icon-quotes::before {
  content: ""; }

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

.icon-more-horizontal::before {
  content: ""; }

.icon-more-vertical::before {
  content: ""; }

.icon-award::before {
  content: ""; }

.icon-trending-down::before {
  content: ""; }

.icon-trending-up::before {
  content: ""; }

.icon-user-x::before {
  content: ""; }

.icon-login::before {
  content: ""; }

.icon-user-plus::before {
  content: ""; }

.icon-essentiel::before {
  content: ""; }

.icon-video-outline::before {
  content: ""; }

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

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

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

.icon-play-circle::before {
  content: ""; }

#gr-header .gr-topics-navigation {
  font-family: "roboto_condensed", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0 5px 20px;
  position: static;
  z-index: 2; }
  #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;
      padding: 0;
      height: 45px; } }
  #gr-header .gr-topics-navigation > a {
    color: #fff;
    padding: 40px 10px 0;
    display: block;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    height: 45px; }
    @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; }
  #gr-header .gr-topics-navigation .icon-topic {
    font-size: 24px; }
  @media (max-width: 991px) {
    #gr-header .gr-topics-navigation .subtitle {
      font-family: "roboto_condensed", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      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: 45px; }
    @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: 45px;
      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 {
  font-family: "roboto_condensed", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  margin: 0 15px;
  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 {
    position: static;
    display: block;
    margin-right: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: none;
    font-size: 17px; }
    #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: "roboto_condensed", 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: MillerDisplay, Georgia, "Times New Roman", Times, serif; }

.gr-paywall-bloc-limit {
  background: #003978;
  color: #fff;
  clear: both;
  font-family: "roboto_condensed", sans-serif;
  padding: 0 15px; }
  .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.anonyme .gr-paywall-row {
    background: #003978;
    padding: 30px 0; }
  .gr-paywall-bloc-limit.anonyme h3 {
    color: #fff;
    font-weight: bold; }
  .gr-paywall-bloc-limit.anonyme .row-bottom {
    background-color: #f5f5f5;
    color: #003978;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px; }
    .gr-paywall-bloc-limit.anonyme .row-bottom::before, .gr-paywall-bloc-limit.anonyme .row-bottom::after {
      content: ' ';
      display: table; }
    .gr-paywall-bloc-limit.anonyme .row-bottom::after {
      clear: both; }
  .gr-paywall-bloc-limit h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center; }
  .gr-paywall-bloc-limit p {
    color: #fff;
    font-size: 17px;
    font-family: "roboto_condensed", sans-serif; }
    @media (max-width: 699px) {
      .gr-paywall-bloc-limit p {
        text-align: center; } }
  .gr-paywall-bloc-limit ul {
    font-size: 18px; }
  .gr-paywall-bloc-limit .btn {
    background: #FDC800;
    border-radius: 3px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin: 10px 0 0;
    padding: 5px;
    text-decoration: none;
    text-align: center; }
    .gr-paywall-bloc-limit .btn:hover {
      background: #ffd431; }
  .gr-paywall-bloc-limit .col-left > p,
  .gr-paywall-bloc-limit .gr-paywall-row > p {
    padding: 0 30px; }
  .gr-paywall-bloc-limit .gr-paywall-row {
    overflow: hidden; }
    .gr-paywall-bloc-limit .gr-paywall-row > p {
      font-size: 25px;
      margin: 0 0 10px; }
  .gr-paywall-bloc-limit .content {
    font-size: 19px;
    margin: 5px; }
  .gr-paywall-bloc-limit .col-right {
    font-size: 30px;
    font-weight: bold;
    padding: 0 30px; }
    @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 a,
    .gr-paywall-bloc-limit .gr-paywall-24h .gr-un-euros,
    .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-size: 45px;
      font-family: "roboto_condensed", sans-serif;
      margin-right: 7px; }
  .gr-paywall-bloc-limit .gr-paywall-rowbottom {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    background: #f5f5f5;
    color: #003978;
    text-align: center; }
    .gr-paywall-bloc-limit .gr-paywall-rowbottom a {
      display: inline-block;
      margin: 0 20px;
      color: #003978;
      text-decoration: underline; }
      .gr-paywall-bloc-limit .gr-paywall-rowbottom a:hover {
        text-decoration: none; }
  .gr-paywall-bloc-limit .col-xs-4 {
    padding: 15px; }

.gr-header-link {
  float: left;
  height: auto;
  margin-right: 7px;
  margin-top: 0;
  position: relative;
  z-index: 2; }
  .gr-header-link:hover {
    background: none; }
  .gr-header-link > a {
    color: #003978;
    font-size: 17px;
    height: auto;
    line-height: 21px;
    padding: 0 0 0 5px; }
    .gr-header-link > a::before, .gr-header-link > a::after {
      content: ' ';
      display: table; }
    .gr-header-link > a::after {
      clear: both; }
    @media (max-width: 699px) {
      .gr-header-link > a {
        color: #fff;
        padding: 0 10px; } }
    .gr-header-link > a:hover {
      background: #f5f5f5;
      text-decoration: none; }
      @media (max-width: 699px) {
        .gr-header-link > a:hover {
          background: #005dc5; } }
      @media (max-width: 699px) {
        .gr-header-link > a:hover {
          color: #fff;
          padding: 0 10px; } }
      .has-header-small .gr-header-link > a:hover {
        background: #005dc5; }
    @media (min-width: 700px) {
      .gr-header-link > a .fa,
      .gr-header-link > a .icon,
      .gr-header-link > a .subtitle {
        float: left;
        margin-right: 5px;
        font-size: 17px;
        line-height: 21px; } }
    .has-header-small .gr-header-link > a .fa, .has-header-small
    .gr-header-link > a .icon {
      display: none; }
    .has-header-small .gr-header-link > a {
      color: #fff; }
  .gr-header-link .subtitle {
    display: block;
    font-family: Economica, "roboto_condensedlight", sans-serif;
    font-size: 17px;
    line-height: 1;
    text-transform: none; }
    @media (max-width: 699px) {
      .gr-header-link .subtitle {
        display: none; } }
    @media (min-width: 700px) {
      .gr-header-link .subtitle {
        line-height: 21px; } }
    @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 {
    color: #099; }
    @media (max-width: 699px) {
      .gr-header-link.open a.dropdown-toggle {
        color: #fff; } }
  .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: #383838;
    left: 0;
    min-width: 300px;
    margin-top: 0;
    max-width: 500px;
    padding: 0;
    position: absolute;
    right: auto;
    top: 27px; }
    @media (max-width: 699px) {
      .gr-header-link .dropdown-menu {
        left: 0;
        top: 40px;
        width: 100%;
        max-width: inherit; } }
    @media (max-width: 699px) {
      .gr-header-link .dropdown-menu {
        position: fixed; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .is-12-clics .gr-header-link .dropdown-menu {
        left: 350px; } }
    .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: "roboto_condensed", sans-serif;
      font-size: 17px;
      list-style: none;
      text-align: center; }
    .gr-header-link .dropdown-menu div {
      background: #fff;
      height: 36px;
      margin: auto;
      padding: 4px 15px; }
    .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; }
  .has-header-small #gr-navbar-header .gr-header-link {
    height: 36px; }
    .has-header-small #gr-navbar-header .gr-header-link > a {
      border: 0;
      height: 36px;
      padding-top: 8px; }
    .has-header-small #gr-navbar-header .gr-header-link#home-link {
      display: none; }
    .has-header-small #gr-navbar-header .gr-header-link#gr-search-menu {
      border-left: 1px solid #fff;
      margin-right: 0; }
      .has-header-small #gr-navbar-header .gr-header-link#gr-search-menu a {
        padding-right: 7px; }

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

@media (max-width: 991px) {
  #gr-le-journal {
    display: none; } }

@media (min-width: 700px) and (max-width: 991px) {
  #gr-essentiel {
    display: none; } }

@media (max-width: 699px) {
  #gr-essentiel .icon {
    line-height: 40px; } }

@media (max-width: 991px) {
  #gr-dossiers {
    display: none; } }

@media (max-width: 699px) {
  .pane-header-ena-ic-ne-essentiel {
    float: left; } }

#gr-search-menu {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 0;
  position: relative; }
  @media (max-width: 699px) {
    #gr-search-menu {
      margin-right: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    #gr-search-menu:hover {
      background: none; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .has-header-small #gr-search-menu {
      margin-right: 0; } }
  #gr-search-menu .form-text {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    font-family: "roboto_condensed", sans-serif;
    font-size: 19px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 0 10px;
    width: 80%;
    max-width: calc(100% - 110px); }
    @media (max-width: 699px) {
      #gr-search-menu .form-text {
        font-size: 18px;
        height: 36px;
        margin: 0;
        width: 69%; } }
  #gr-search-menu .search-submit {
    background: none;
    border: 0;
    border-left: 1px solid #003978;
    color: #003978;
    float: right;
    font-family: "roboto_condensedlight", sans-serif;
    font-size: 17px;
    line-height: 36px;
    padding: 0;
    width: 20%;
    min-width: 110px; }
    @media (max-width: 699px) {
      #gr-search-menu .search-submit {
        border-left: 1px solid #d7d7d7;
        font-size: 21px;
        width: 29%; } }
  .has-header-small #gr-search-menu .subtitle {
    line-height: 21px; }
  #gr-search-menu .dropdown-toggle {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-size: 14px;
    line-height: 21px;
    padding: 0 15px; }
    @media (max-width: 699px) {
      #gr-search-menu .dropdown-toggle {
        border: 0;
        display: block;
        font-size: 20px;
        height: 40px;
        line-height: 40px; } }
    .open #gr-search-menu .dropdown-toggle {
      color: #fff; }
  #gr-search-menu .dropdown-menu div {
    background: #f5f5f5;
    padding: 0; }
  @media (max-width: 699px) {
    #gr-search-menu .icon-search {
      line-height: 40px; } }

.search-back-results {
  background: #f5f5f5;
  display: inline-block;
  margin: 10px;
  padding: 5px 15px; }
  .search-back-results span {
    margin-right: 0; }

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

#dpidamwidgets-damsearch-content-type-search-form {
  padding: 30px;
  position: relative; }
  #dpidamwidgets-damsearch-content-type-search-form::after {
    background-image: -webkit-linear-gradient(top, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-image: linear-gradient(to bottom, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-repeat: repeat-y;
    background-size: 100% 3px;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 30px;
    position: absolute;
    right: 30px; }
  #dpidamwidgets-damsearch-content-type-search-form p {
    font-family: "roboto_condensedlight", sans-serif;
    font-size: 25px;
    padding-bottom: 15px; }
  #dpidamwidgets-damsearch-content-type-search-form .form-submit {
    background: #003978;
    font-family: "roboto_condensed", sans-serif; }
  #dpidamwidgets-damsearch-content-type-search-form .form-type-select label {
    font-family: "roboto_condensed", sans-serif; }
  #dpidamwidgets-damsearch-content-type-search-form .form-item-word label {
    display: none; }

.page-archives .article-group {
  list-style: none;
  padding-left: 0;
  padding-top: 15px; }
  .page-archives .article-group h2 {
    margin-top: 0;
    text-transform: none;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.35; }
  .page-archives .article-group > .cat {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .page-archives .article-group .article-inline {
    border: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    clear: both;
    margin: 0 -1px -1px 0;
    padding: 30px; }
  .page-archives .article-group .article-inline.small {
    font-size: 100%; }
    .page-archives .article-group .article-inline.small::after {
      clear: both;
      content: '';
      display: block; }
  .page-archives .article-group figure {
    border-bottom: 1px solid #fdfdfd;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px; }
    @media (max-width: 699px) {
      .page-archives .article-group figure {
        float: none;
        text-align: center; } }
  .page-archives .article-group em {
    background: #FDC800; }

.page-archives #gr-sidebar-left {
  border-right: 1px solid #d7d7d7; }

@media (min-width: 700px) {
  .page-archives #gr-unes-titres {
    width: calc(100% - 360px); } }

.page-archive .gr-article-header h1 * {
  display: inline; }
  .page-archive .gr-article-header h1 *::after {
    content: ' '; }

.page-archive .gr-article-teaser ~ p {
  display: inline; }
  .page-archive .gr-article-teaser ~ p::after {
    content: ' '; }

.nbr-results {
  display: block;
  font-family: "roboto_condensed", sans-serif;
  font-size: 24px;
  padding: 0 30px; }

.gr-search-facet .cat.facet {
  font-family: "roboto_condensed", sans-serif; }

.gr-search-facet .fa-square-o {
  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; }
  .gr-search-facet .fa-square-o:before {
    content: '\EA0B';
    display: inline-block; }

.gr-search-facet .fa-check-square-o {
  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; }
  .gr-search-facet .fa-check-square-o:before {
    content: '\EA04';
    display: inline-block; }

.gr-search-facet .facet,
.gr-search-facet .facet-term {
  font-family: "roboto_condensedlight", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.gr-search-facet h2 {
  background: none;
  border-bottom: 1px solid #d7d7d7; }
  @media (max-width: 1199px) {
    .gr-search-facet h2 {
      background: #003978;
      color: #fff;
      font-size: 12px;
      right: -90px; } }
  .is-visible .gr-search-facet h2 {
    right: -46px; }

.gr-article-payant {
  background: #f5f5f5; }
  .gr-article-payant h2::before {
    background: url("/sites/all/themes/enabootstrap_lesoir/images/plus-icon-alt.svg") top 0 left no-repeat;
    background-size: 24px 24px;
    color: #fff;
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px; }
  .logged-in .gr-article-payant h2 {
    color: #003978; }

.gr-messages {
  border-radius: 0;
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background: #fff; }
  .gr-messages .tabs--primary {
    margin: 0 auto 0;
    max-width: 1190px;
    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 {
  border-radius: 0;
  margin-bottom: 0; }

.alert-danger {
  background: #840303;
  color: #fff;
  border: 0; }
  .alert-danger .close {
    color: #fff;
    opacity: .6;
    text-shadow: 0 1px 0 #000; }

.alert-warning {
  background: #840303;
  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: 15px; } }
  #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 {
  color: #3b5998;
  background: #fff;
  width: 15px;
  height: 15px;
  line-height: 16px;
  border-radius: 50%;
  margin: 1px; }

.gr-social-googleplus .fa {
  background: #f90101;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 16px;
  margin: 1px;
  color: #fff; }

.gr-social-twitter .fa {
  color: #4099ff; }

.gr-social-linkedin .fa {
  color: #0274b3; }

.gr-social-pinterest .fa {
  color: #cb2027;
  background: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 16px;
  margin: 1px; }

.gr-social-youtube .fa {
  color: #cc181e; }

.gr-social-newsletter .fa {
  color: #fff;
  background: #003978;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 16px;
  margin: 1px; }

.gr-social-rss .fa {
  background: #f18b32;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 16px;
  margin: 1px;
  color: #fff; }

.gr-social-android .fa {
  color: #a3c240; }

.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-breadcrumb {
  background: #fff;
  margin: 0;
  display: block;
  width: auto;
  height: 40px;
  top: 5px;
  z-index: 21; }
  @media (max-width: 991px) {
    .gr-breadcrumb {
      border-bottom: 1px solid #d7d7d7;
      position: relative;
      top: 0; } }
  .gr-breadcrumb a {
    color: #099;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .gr-breadcrumb .btn {
    font-family: "roboto_condensed", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase; }
    @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: 20px; } }
  .gr-breadcrumb .gr-previous-section {
    position: absolute;
    z-index: 1;
    left: 0; }
  .gr-breadcrumb .gr-current-section:hover,
  .gr-breadcrumb .gr-previous-section:hover,
  .gr-breadcrumb .gr-next-section:hover {
    background: #fff !important; }
  .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; }
  @media (max-width: 699px) {
    .gr-breadcrumb.btn-group .gr-current-section {
      font-size: 17px;
      width: 33%;
      margin: 0 33.33%; } }
  .gr-breadcrumb .fa.fa-chevron-right::before, .gr-breadcrumb .fa.fa-chevron-left::before {
    font-family: 'main';
    display: block;
    line-height: 42px;
    width: 40px;
    font-weight: bold;
    overflow: hidden; }
  .gr-breadcrumb .fa.fa-chevron-left::before {
    content: '\EA02';
    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: '\EA03';
    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 {
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .pagination ul li {
      display: inline-block; }
      .pagination ul li a {
        border-radius: 0;
        border: 0;
        font-family: "roboto_condensedlight", sans-serif;
        font-size: 21px;
        margin-right: 1px;
        text-transform: uppercase; }
        .pagination ul li a:hover {
          background: #f5f5f5;
          text-decoration: none; }
      .pagination ul li.active a {
        background: #fff;
        border: 1px solid #099;
        color: #099; }
  .pagination .pagination-point a {
    text-indent: -999em;
    padding-left: 1px;
    padding-right: 1px;
    background: #f5f5f5; }

.media {
  border: 0;
  position: relative; }
  .media .embed-container {
    margin: 0 0 7px; }
  .media.gr-une-main-title .media-heading::before, .media.gr-une-title-infographie .media-heading::before, .media.gr-une-title-audio .media-heading::before, .media.ena-type-package-gallery .media-heading::before, .media.gr-une-title-debat .media-heading::before, .media.gr-une-title-video .media-heading::before {
    color: #099;
    font-family: main;
    font-size: .75em;
    margin-right: 10px; }
  .media.gr-une-title-infographie .media-heading::before {
    content: '\EA1C'; }
  .media.ena-type-package-gallery .media-heading::before {
    content: '\EA13'; }
  .media.gr-une-title-debat .media-heading::before {
    content: '\EA41'; }
  .media.gr-une-title-video .media-heading::before {
    content: '\EA3D'; }
  .media.gr-une-title-audio .media-heading::before {
    content: '\EA1B'; }
  .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 699px) {
      .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal {
        padding-bottom: 30px; } }
    .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .media-wrapper {
      border: 3px solid #003978;
      margin: -20px;
      padding: 17px; }
      @media (max-width: 699px) {
        .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .media-wrapper {
          margin: 0; } }
      @media (min-width: 700px) and (max-width: 1199px) {
        .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .media-wrapper {
          margin-left: 0; } }
    .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .media-heading,
    .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .media-body {
      color: #003978;
      padding: 0 20px; }
    .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .media-heading {
      font-size: 30px; }
      .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .media-heading a {
        color: #003978; }
    .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .gr-keyword-alerte {
      background: #003978;
      font-size: 16px;
      margin-bottom: 7px;
      margin-left: 20px;
      position: static; }
    .media.gr-une-title-impact.ena-viewmode-override-teaser_horizontal .gr-article-teaser {
      display: none; }

@media (max-width: 699px) {
  .media + .media {
    padding-top: 30px; } }

.qualifio_iframe_wrapper {
  text-align: center; }

.gr-media.gr-media--video {
  height: 0; }

.gr-media.gr-media--twitter twitterwidget {
  display: inline-block !important; }

.gr-media.gr-media--irmmap .gr-media__content {
  width: 475px; }

.gr-media--videortb::before {
  display: block;
  content: '';
  padding-top: 56.25%; }

.gr-media--videortb .gr-media__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 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 15px;
    position: absolute;
    width: 100%; }
    .gr-le-journal-pdf ul li {
      list-style: none; }
    .gr-le-journal-pdf ul h4 {
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.35;
      color: #fff;
      width: 100%; }

.blueimp-gallery {
  background: #f5f5f5; }

.gr-main-media {
  width: auto;
  margin: 30px; }
  @media (max-width: 991px) {
    .gr-main-media {
      margin: 0 0 30px; } }
  .gr-main-media h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    background: #d7d7d7;
    font-weight: 300;
    margin-bottom: 0;
    padding: 10px;
    text-align: left; }
  .gr-article-content .gr-main-media {
    margin: 0; }

.gr-gallery-thumbnails {
  background: #f5f5f5;
  border-spacing: 2px; }
  .gr-gallery-thumbnails a img {
    margin: 0; }

.gr-gallery-thumbnail {
  padding: 2px; }

.gr-caption {
  background: rgba(245, 245, 245, 0.9);
  color: #575757;
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: italic;
  width: auto; }
  .gr-caption.gr-caption-carousel {
    bottom: auto;
    display: inline;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    padding: 8px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: auto;
    z-index: 2; }

.gr-caption-carousel {
  background: rgba(245, 245, 245, 0.9); }

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 0;
  font-size: 40px;
  height: 60px;
  line-height: 54px;
  opacity: 1;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 30px; }
  .blueimp-gallery > .prev:hover,
  .blueimp-gallery > .next:hover {
    background: #000; }

.blueimp-gallery > .prev {
  left: 0; }
  .blueimp-gallery > .prev::before {
    content: '\EA02';
    font-family: main;
    font-size: 21px;
    padding: 0 4px; }

.blueimp-gallery > .next {
  right: 0; }
  .blueimp-gallery > .next::before {
    content: '\EA03';
    font-family: main;
    font-size: 21px;
    padding: 0 4px; }

.blueimp-gallery > .fullsize-toggle,
.blueimp-gallery > .close {
  text-align: center;
  padding: 0;
  right: 0;
  top: 0;
  margin: 0;
  border-radius: 0;
  width: 44px;
  height: 44px;
  line-height: 44px; }

.blueimp-gallery > .close {
  font-size: 34px; }

.blueimp-gallery .slide-content {
  max-width: none; }

.mad .blueimp-gallery-carousel > .fullsize-toggle,
.mad .blueimp-gallery-carousel > .prev,
.mad .blueimp-gallery-carousel > .close,
.mad .blueimp-gallery-carousel > .next {
  width: 26px;
  height: 26px;
  line-height: 20px;
  font-size: 30px;
  border: 2px solid #fff; }

.mad .blueimp-gallery-carousel > .prev {
  left: 2px; }

.mad .blueimp-gallery-carousel > .next {
  right: 2px; }

.mad .blueimp-gallery-carousel .fullsize-toggle {
  border: 2px solid #fff;
  font-size: 12px;
  width: 26px;
  height: 26px;
  line-height: 22px;
  top: 2px;
  right: 2px; }

.mad .gr-gallery-thumbnails {
  border-spacing: 5px; }
  .mad .gr-gallery-thumbnails .gr-gallery-thumbnail {
    max-width: none; }

.mad .gr-caption.gr-caption-carousel p {
  font-size: 13px; }

#comments {
  background: #fff;
  clear: left;
  margin-top: 0; }
  @media (min-width: 1200px) {
    #comments {
      margin: 30px;
      width: calc(100% - 390px); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #comments {
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    #comments {
      float: left;
      width: 100%; } }
  #comments h2 {
    font-family: "roboto_condensedlight", sans-serif;
    margin-bottom: 0;
    overflow: hidden;
    position: relative; }
    #comments h2::after {
      background-image: -webkit-linear-gradient(top, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
      background-image: linear-gradient(to bottom, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
      background-repeat: repeat-y;
      background-size: 100% 3px;
      bottom: 6px;
      content: '';
      height: 10px;
      margin-left: 10px;
      position: absolute;
      width: 100%; }
  #comments ul {
    padding-left: 0; }
  #comments li {
    list-style: none;
    margin-left: 15px;
    margin-top: 15px; }
    #comments li .comment {
      border: 1px solid #d7d7d7;
      padding: 15px;
      overflow: hidden;
      position: relative; }
      #comments li .comment::after {
        display: none; }
    @media (max-width: 699px) {
      #comments li .indented {
        margin-left: 5px; } }
    #comments li .indented .comment::before, #comments li .indented .comment::after {
      display: none; }
    #comments li .submitted {
      font-size: .8em; }
    #comments li .list-inline {
      float: right;
      font-family: "roboto_condensed", sans-serif;
      font-size: 12px;
      margin-top: 3px;
      text-transform: uppercase; }
      #comments li .list-inline li {
        border: 0;
        margin-top: 0;
        padding-bottom: 0; }
  #comments .content {
    color: #000;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    margin: 15px 10px; }
  .page-comment-reply #comments .comment {
    border-bottom: 7px solid #FDC800;
    padding-bottom: 15px; }
    .page-comment-reply #comments .comment .title {
      border: 0;
      margin-bottom: 0;
      padding: 0 0 10px; }
      .page-comment-reply #comments .comment .title::after {
        display: none; }
    .page-comment-reply #comments .comment .submitted {
      font-size: .8em;
      margin-left: 15px; }
    .page-comment-reply #comments .comment .content {
      background: #f5f5f5;
      margin-bottom: 20px;
      padding: 15px;
      position: relative; }
      .page-comment-reply #comments .comment .content::after {
        border-color: #f5f5f5 transparent transparent transparent;
        border-style: solid;
        border-width: 15px 15px 0 0;
        bottom: -15px;
        content: '';
        height: 0;
        left: 15px;
        position: absolute;
        width: 0; }
      .page-comment-reply #comments .comment .content p {
        margin-bottom: 0; }

.comment-form {
  margin: 20px 15px 50px; }
  .comment-form .form-submit {
    background: #FDC800;
    color: #242424;
    float: right; }
    .comment-form .form-submit:hover {
      background: #ffd431; }

.dpicomments-reportabuse-widget {
  float: left; }
  .dpicomments-reportabuse-widget a {
    color: #797979;
    font-family: "roboto_condensed", sans-serif;
    font-size: 12px;
    text-transform: uppercase; }

.gr-comment-login {
  font-family: "roboto_condensedlight", sans-serif;
  font-size: 17px;
  padding-bottom: 0; }
  .gr-comment-login .btn-primary {
    background: #FDC800;
    color: #003978;
    font-family: "roboto_condensedbold", sans-serif; }
    .gr-comment-login .btn-primary:hover {
      background: #ffd431; }

.comment-more {
  font-family: "roboto_condensed", sans-serif;
  padding: 5px 15px; }
  .comment-more::before {
    content: '\EA3B';
    font-family: main;
    margin-right: 5px;
    position: relative;
    top: 2px; }
  .comment-more:hover {
    text-decoration: underline; }

.comment-list-return {
  background: #f5f5f5;
  margin-left: 15px;
  padding: 5px 10px; }
  .comment-list-return .fa {
    margin-right: 0; }

.page-node-comments h1 {
  margin-left: 15px;
  margin-right: 15px; }

.gr-linked-stories {
  background: none;
  border: 0;
  border-bottom: 1px solid #099;
  border-top: 1px solid #099;
  margin: 30px auto;
  max-width: 650px;
  padding: 15px 0 10px;
  position: relative; }
  .gr-linked-stories h4 {
    margin: 0; }
    .gr-linked-stories h4 .label {
      background: none;
      color: #099;
      display: block;
      font-family: "roboto_condensed", sans-serif;
      line-height: 12px;
      padding: 0 0 0 15px;
      text-transform: uppercase; }
    .gr-linked-stories h4 a {
      color: #003978;
      display: block;
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 19px;
      font-weight: 400;
      padding: 10px 15px 0;
      position: relative;
      text-decoration: none; }

.gr-social-links .btn,
.gr-social .btn {
  background: #fff;
  color: #575757; }
  .gr-social-links .btn:hover,
  .gr-social .btn:hover {
    color: #fff; }

.gr-social-links .gr-social-links-comments,
.gr-social .gr-social-links-comments {
  font-family: "roboto_condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: left; }

.gr-paywall-bloc-limit {
  background: #003978;
  color: #fff;
  clear: both;
  font-family: "roboto_condensed", sans-serif;
  padding: 0 15px; }
  .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.anonyme .gr-paywall-row {
    background: #003978;
    padding: 30px 0; }
  .gr-paywall-bloc-limit.anonyme h3 {
    color: #fff;
    font-weight: bold; }
  .gr-paywall-bloc-limit.anonyme .row-bottom {
    background-color: #f5f5f5;
    color: #003978;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px; }
    .gr-paywall-bloc-limit.anonyme .row-bottom::before, .gr-paywall-bloc-limit.anonyme .row-bottom::after {
      content: ' ';
      display: table; }
    .gr-paywall-bloc-limit.anonyme .row-bottom::after {
      clear: both; }
  .gr-paywall-bloc-limit h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center; }
  .gr-paywall-bloc-limit p {
    color: #fff;
    font-size: 17px;
    font-family: "roboto_condensed", sans-serif; }
    @media (max-width: 699px) {
      .gr-paywall-bloc-limit p {
        text-align: center; } }
  .gr-paywall-bloc-limit ul {
    font-size: 18px; }
  .gr-paywall-bloc-limit .btn {
    background: #FDC800;
    border-radius: 3px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin: 10px 0 0;
    padding: 5px;
    text-decoration: none;
    text-align: center; }
    .gr-paywall-bloc-limit .btn:hover {
      background: #ffd431; }
  .gr-paywall-bloc-limit .col-left > p,
  .gr-paywall-bloc-limit .gr-paywall-row > p {
    padding: 0 30px; }
  .gr-paywall-bloc-limit .gr-paywall-row {
    overflow: hidden; }
    .gr-paywall-bloc-limit .gr-paywall-row > p {
      font-size: 25px;
      margin: 0 0 10px; }
  .gr-paywall-bloc-limit .content {
    font-size: 19px;
    margin: 5px; }
  .gr-paywall-bloc-limit .col-right {
    font-size: 30px;
    font-weight: bold;
    padding: 0 30px; }
    @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 a,
    .gr-paywall-bloc-limit .gr-paywall-24h .gr-un-euros,
    .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-size: 45px;
      font-family: "roboto_condensed", sans-serif;
      margin-right: 7px; }
  .gr-paywall-bloc-limit .gr-paywall-rowbottom {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    background: #f5f5f5;
    color: #003978;
    text-align: center; }
    .gr-paywall-bloc-limit .gr-paywall-rowbottom a {
      display: inline-block;
      margin: 0 20px;
      color: #003978;
      text-decoration: underline; }
      .gr-paywall-bloc-limit .gr-paywall-rowbottom a:hover {
        text-decoration: none; }
  .gr-paywall-bloc-limit .col-xs-4 {
    padding: 15px; }

.gr-popup-paywall-wrap {
  display: none; }
  .gr-popup-paywall-wrap.gr-paywall-hard {
    display: block; }
  .gr-popup-paywall-wrap .white_overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50; }
    .gr-popup-paywall-wrap .white_overlay.essentiel {
      background-image: url("../images/base-essentielV2.jpg");
      background-size: cover; }
  .gr-popup-paywall-wrap .paywall_close {
    display: none; }

.gr-popup-paywall {
  margin-left: -15px;
  margin-right: -15px;
  background: #003978;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  max-width: 700px;
  z-index: 100;
  padding: 0;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-family: "roboto_condensed", sans-serif; }
  .gr-popup-paywall::before, .gr-popup-paywall::after {
    content: ' ';
    display: table; }
  .gr-popup-paywall::after {
    clear: both; }
  @media (max-width: 699px) {
    .gr-popup-paywall {
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll;
      width: 98%; } }
  .gr-popup-paywall .btn {
    position: relative;
    margin: 10px 0 0;
    padding: 5px 15px;
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    display: block;
    background: #FDC800; }
    .gr-popup-paywall .btn:hover {
      background: #ffd431; }
  .gr-popup-paywall .col-left {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-left: 30px; }
    @media (min-width: 700px) {
      .gr-popup-paywall .col-left {
        float: left;
        width: 58.33333%; } }
    @media (max-width: 699px) {
      .gr-popup-paywall .col-left {
        width: 60%;
        float: left;
        padding-left: 15px; } }
    @media (max-device-width: 699px) and (orientation: portrait) {
      .gr-popup-paywall .col-left {
        width: 100%;
        float: none;
        padding-left: 15px; } }
    @media (max-width: 320px) {
      .gr-popup-paywall .col-left {
        width: 100%;
        float: none;
        padding-left: 15px; } }
    .gr-popup-paywall .col-left h3 {
      color: #fff;
      text-shadow: 0 0 1px #fff;
      font-size: 25px;
      line-height: 1.2em;
      margin: 30px auto; }
      @media (max-width: 991px) {
        .gr-popup-paywall .col-left h3 {
          font-size: 20px;
          margin: 15px auto 10px; } }
      @media (max-width: 320px) {
        .gr-popup-paywall .col-left h3 {
          margin: 0 0 5px; } }
    .gr-popup-paywall .col-left ul {
      font-size: 17px;
      margin-bottom: 10px; }
      @media (max-width: 699px) {
        .gr-popup-paywall .col-left ul {
          padding-left: 20px; } }
    .gr-popup-paywall .col-left li {
      margin-bottom: 10px; }
      @media (max-width: 699px) {
        .gr-popup-paywall .col-left li {
          margin-bottom: 2px; } }
      @media (max-width: 480px) {
        .gr-popup-paywall .col-left li {
          font-size: 15px; } }
      @media (max-width: 320px) {
        .gr-popup-paywall .col-left li {
          font-size: 15px;
          margin-bottom: 5px; } }
    .gr-popup-paywall .col-left .logo {
      display: none; }
      @media (max-device-width: 699px) and (orientation: portrait) {
        .gr-popup-paywall .col-left .logo {
          display: block;
          margin: 5px auto 0; } }
      @media (max-width: 320px) {
        .gr-popup-paywall .col-left .logo {
          display: block;
          margin: 5px auto 0; } }
  .gr-popup-paywall .col-right {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    @media (min-width: 700px) {
      .gr-popup-paywall .col-right {
        float: left;
        width: 41.66667%; } }
    @media (max-width: 699px) {
      .gr-popup-paywall .col-right {
        float: left;
        width: 40%; } }
    @media (max-device-width: 699px) and (orientation: portrait) {
      .gr-popup-paywall .col-right {
        float: none;
        width: 100%;
        display: none; } }
    @media (max-width: 320px) {
      .gr-popup-paywall .col-right {
        display: none; } }
    .gr-popup-paywall .col-right .logo {
      margin: 20px auto;
      display: block; }
      @media (max-width: 991px) {
        .gr-popup-paywall .col-right .logo {
          margin: 5px auto 0; } }
      @media (max-width: 699px) {
        .gr-popup-paywall .col-right .logo {
          width: 100%;
          max-width: 200px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-popup-paywall .col-right .devise {
        width: 100%; } }
    @media (max-width: 991px) {
      .gr-popup-paywall .col-right .devise {
        display: none; } }
  .gr-popup-paywall .gr-paywall-offre {
    margin-top: 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .gr-popup-paywall .gr-paywall-offre {
        width: 40%;
        float: left;
        padding: 0 30px; } }
    @media (max-width: 320px) {
      .gr-popup-paywall .gr-paywall-offre {
        width: 100%;
        float: none;
        padding: 0; } }
    @media (max-device-width: 699px) and (orientation: portrait) {
      .gr-popup-paywall .gr-paywall-offre {
        width: 100%;
        float: none;
        padding: 0; } }
    .gr-popup-paywall .gr-paywall-offre strong {
      font-size: 23px;
      display: inline-block;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .gr-popup-paywall .gr-paywall-offre strong {
          font-size: 17px; } }
    .gr-popup-paywall .gr-paywall-offre .btn {
      color: #003978;
      font-size: 26px;
      font-weight: bold;
      max-width: 250px;
      margin: 0 auto 20px;
      border-radius: 5px; }
      @media (max-width: 991px) {
        .gr-popup-paywall .gr-paywall-offre .btn {
          font-size: 20px;
          margin: 0 auto 12px; } }
  .gr-popup-paywall .row-bottom {
    clear: both;
    background: #fff;
    color: #242424;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    border-radius: 0 0 5px 5px; }
    .gr-popup-paywall .row-bottom a {
      color: #003978;
      font-weight: bold; }
    .gr-popup-paywall .row-bottom .col-xs-6 {
      padding: 30px;
      text-align: center; }
      @media (max-width: 991px) {
        .gr-popup-paywall .row-bottom .col-xs-6 {
          padding: 7px 30px; } }
      @media (max-width: 320px) {
        .gr-popup-paywall .row-bottom .col-xs-6 {
          padding: 2px 15px 5px;
          float: none;
          width: 100%; } }
      @media (max-device-width: 699px) and (orientation: portrait) {
        .gr-popup-paywall .row-bottom .col-xs-6 {
          padding: 2px 15px 5px;
          float: none;
          width: 100%; } }
  .gr-popup-paywall.gr-paywall-connecte {
    padding-top: 15px; }
    .gr-popup-paywall.gr-paywall-connecte p {
      padding: 0 10px;
      font-size: 17px;
      text-align: left;
      width: 65%; }
      @media (max-width: 699px) {
        .gr-popup-paywall.gr-paywall-connecte p {
          width: 100%;
          text-align: center; } }
    .gr-popup-paywall.gr-paywall-connecte h3 {
      color: #fff;
      margin-top: 20px;
      margin-bottom: 0; }
    .gr-popup-paywall.gr-paywall-connecte .logo {
      float: right; }
      @media (max-width: 699px) {
        .gr-popup-paywall.gr-paywall-connecte .logo {
          float: none; } }
    .gr-popup-paywall.gr-paywall-connecte .col-left,
    .gr-popup-paywall.gr-paywall-connecte .col-right {
      text-align: center;
      color: #fff;
      float: left;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      width: 50%; }
      @media (max-width: 480px) {
        .gr-popup-paywall.gr-paywall-connecte .col-left,
        .gr-popup-paywall.gr-paywall-connecte .col-right {
          width: auto;
          float: none; } }
      .gr-popup-paywall.gr-paywall-connecte .col-left strong,
      .gr-popup-paywall.gr-paywall-connecte .col-right strong {
        font-size: 25px;
        line-height: 63px; }
        @media (max-width: 699px) {
          .gr-popup-paywall.gr-paywall-connecte .col-left strong,
          .gr-popup-paywall.gr-paywall-connecte .col-right strong {
            font-size: 25px;
            line-height: 37.5px; } }
      .gr-popup-paywall.gr-paywall-connecte .col-left h3,
      .gr-popup-paywall.gr-paywall-connecte .col-right h3 {
        font-size: 25px;
        line-height: 42px; }
    @media (max-width: 480px) {
      .gr-popup-paywall.gr-paywall-connecte .col-right {
        margin-top: 40px; } }
    @media (max-width: 320px) {
      .gr-popup-paywall.gr-paywall-connecte .col-right {
        display: block; } }
    @media (max-device-width: 699px) and (orientation: portrait) {
      .gr-popup-paywall.gr-paywall-connecte .col-right {
        display: block; } }
    .gr-popup-paywall.gr-paywall-connecte .col-right strong {
      font-size: 42px; }
      @media (max-width: 699px) {
        .gr-popup-paywall.gr-paywall-connecte .col-right strong {
          font-size: 25px;
          line-height: 37.5px; } }
    .gr-popup-paywall.gr-paywall-connecte .btn {
      color: #003978;
      font-size: 32px;
      font-weight: bold;
      max-width: 250px;
      margin: 0 auto 20px;
      border-radius: 5px; }
      @media (max-width: 991px) {
        .gr-popup-paywall.gr-paywall-connecte .btn {
          font-size: 20px;
          margin: 0 auto 12px; } }
    .gr-popup-paywall.gr-paywall-connecte .devise {
      display: block;
      margin: 20px auto 0;
      max-width: 33%;
      float: right;
      clear: both; }
      @media (max-width: 699px) {
        .gr-popup-paywall.gr-paywall-connecte .devise {
          display: none; } }
    @media (max-width: 991px) {
      .gr-popup-paywall.gr-paywall-connecte .gr-paywall-offre {
        width: auto; } }
    .gr-popup-paywall.gr-paywall-connecte .gr-paywall-offre strong {
      font-size: 25px; }
      @media (max-width: 699px) {
        .gr-popup-paywall.gr-paywall-connecte .gr-paywall-offre strong {
          font-size: 21px; } }

.gr-sidebar .gr-ads.gr-panel,
.gr-zone-right .gr-ads.gr-panel {
  background: none;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0; }
  @media (max-width: 699px) {
    .gr-sidebar .gr-ads.gr-panel,
    .gr-zone-right .gr-ads.gr-panel {
      margin-left: 0;
      margin-right: 0; } }

.gr-ad-300-600 {
  display: block; }

.gr-ads-leaderboard-top {
  background: none;
  width: 100%; }
  .sidebar-login .gr-ads-leaderboard-top,
  .sidebar-service .gr-ads-leaderboard-top {
    display: block; }

#rossel-leader-top > div {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 auto 20px;
  padding-bottom: 20px; }

.gr-panel {
  background: #f5f5f5;
  margin-bottom: 0;
  margin-top: 30px; }
  .gr-panel.gr-panel-meteo {
    background: none; }
  .gr-zone-right .gr-panel:first-child {
    margin-top: 0; }
  .gr-panel .panel-heading {
    border-bottom: 0;
    color: #003978;
    font-family: "roboto_condensed", sans-serif;
    font-size: 21px;
    padding: 0;
    text-transform: uppercase; }
    .gr-panel .panel-heading a {
      color: #d7d7d7; }
    .gr-region-col-12 .gr-panel .panel-heading,
    .gr-zone-left .gr-panel .panel-heading {
      background: #efefef;
      color: #099;
      font-family: "roboto_condensedlight", sans-serif;
      font-size: 30px;
      line-height: .8em;
      margin-bottom: 20px;
      padding: 0; }
      .gr-region-col-12 .gr-panel .panel-heading a,
      .gr-zone-left .gr-panel .panel-heading a {
        color: #099; }
        .gr-region-col-12 .gr-panel .panel-heading a:hover,
        .gr-zone-left .gr-panel .panel-heading a:hover {
          text-decoration: none; }
      @media (max-width: 699px) {
        .gr-region-col-12 .gr-panel .panel-heading,
        .gr-zone-left .gr-panel .panel-heading {
          font-size: 5.5vw; } }
  @media (max-width: 699px) {
    .gr-panel .media-heading {
      font-size: 4vw; } }
  @media (max-width: 480px) {
    .gr-panel .media-heading {
      font-size: 5vw; } }
  @media (max-width: 699px) {
    .gr-panel.gr-articles-carousel .media-heading {
      font-size: 4vw; } }
  @media (max-width: 480px) {
    .gr-panel.gr-articles-carousel .media-heading {
      font-size: 5vw; } }
  .gr-panel .badge {
    background: none;
    border-radius: 0;
    border: 0;
    color: #575757;
    font-family: "roboto_condensedlight", sans-serif;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase; }
  .gr-pane .gr-panel {
    margin: 0; }
  .gr-region-col-12 .gr-panel,
  .gr-zone-left .gr-panel {
    background: #f5f5f5; }

#gr-sidebar .gr-panel--section,
.gr-article-sidebar .gr-panel--section,
.gr-sidebar .gr-panel--section,
.gr-zone-right .gr-panel--section, #gr-sidebar
.gr-panel--vignette,
.gr-article-sidebar
.gr-panel--vignette,
.gr-sidebar
.gr-panel--vignette,
.gr-zone-right
.gr-panel--vignette, #gr-sidebar
.gr-panel--most-viewed,
.gr-article-sidebar
.gr-panel--most-viewed,
.gr-sidebar
.gr-panel--most-viewed,
.gr-zone-right
.gr-panel--most-viewed, #gr-sidebar
.gr-panel--vignette,
.gr-article-sidebar
.gr-panel--vignette,
.gr-sidebar
.gr-panel--vignette,
.gr-zone-right
.gr-panel--vignette, #gr-sidebar
.gr-panel--chronique,
.gr-article-sidebar
.gr-panel--chronique,
.gr-sidebar
.gr-panel--chronique,
.gr-zone-right
.gr-panel--chronique {
  padding: 15px; }

#gr-sidebar .gr-panel--section,
.gr-zone-right .gr-panel--section, #gr-sidebar
.gr-panel--vignette,
.gr-zone-right
.gr-panel--vignette, #gr-sidebar
.gr-panel--chronique,
.gr-zone-right
.gr-panel--chronique, #gr-sidebar
.ena-viewmode-targetblock-accroche-vignette,
.gr-zone-right
.ena-viewmode-targetblock-accroche-vignette {
  background: #003978;
  color: #fff; }
  #gr-sidebar .gr-panel--section a,
  .gr-zone-right .gr-panel--section a, #gr-sidebar
  .gr-panel--vignette a,
  .gr-zone-right
  .gr-panel--vignette a, #gr-sidebar
  .gr-panel--chronique a,
  .gr-zone-right
  .gr-panel--chronique a, #gr-sidebar
  .ena-viewmode-targetblock-accroche-vignette a,
  .gr-zone-right
  .ena-viewmode-targetblock-accroche-vignette a {
    color: #fff; }
  #gr-sidebar .gr-panel--section .panel-heading,
  .gr-zone-right .gr-panel--section .panel-heading, #gr-sidebar
  .gr-panel--vignette .panel-heading,
  .gr-zone-right
  .gr-panel--vignette .panel-heading, #gr-sidebar
  .gr-panel--chronique .panel-heading,
  .gr-zone-right
  .gr-panel--chronique .panel-heading, #gr-sidebar
  .ena-viewmode-targetblock-accroche-vignette .panel-heading,
  .gr-zone-right
  .ena-viewmode-targetblock-accroche-vignette .panel-heading {
    background: none;
    color: #fff;
    font-family: "roboto_condensedlight", sans-serif; }
  @media (min-width: 992px) {
    #gr-sidebar .gr-panel--section + .gr-panel--section,
    #gr-sidebar .gr-panel--section + .gr-panel--vignette,
    #gr-sidebar .gr-panel--section + .gr-panel--chronique,
    #gr-sidebar .gr-panel--section + .ena-viewmode-targetblock-accroche-vignette,
    .gr-zone-right .gr-panel--section + .gr-panel--section,
    .gr-zone-right .gr-panel--section + .gr-panel--vignette,
    .gr-zone-right .gr-panel--section + .gr-panel--chronique,
    .gr-zone-right .gr-panel--section + .ena-viewmode-targetblock-accroche-vignette, #gr-sidebar
    .gr-panel--vignette + .gr-panel--section,
    #gr-sidebar
    .gr-panel--vignette + .gr-panel--vignette,
    #gr-sidebar
    .gr-panel--vignette + .gr-panel--chronique,
    #gr-sidebar
    .gr-panel--vignette + .ena-viewmode-targetblock-accroche-vignette,
    .gr-zone-right
    .gr-panel--vignette + .gr-panel--section,
    .gr-zone-right
    .gr-panel--vignette + .gr-panel--vignette,
    .gr-zone-right
    .gr-panel--vignette + .gr-panel--chronique,
    .gr-zone-right
    .gr-panel--vignette + .ena-viewmode-targetblock-accroche-vignette, #gr-sidebar
    .gr-panel--chronique + .gr-panel--section,
    #gr-sidebar
    .gr-panel--chronique + .gr-panel--vignette,
    #gr-sidebar
    .gr-panel--chronique + .gr-panel--chronique,
    #gr-sidebar
    .gr-panel--chronique + .ena-viewmode-targetblock-accroche-vignette,
    .gr-zone-right
    .gr-panel--chronique + .gr-panel--section,
    .gr-zone-right
    .gr-panel--chronique + .gr-panel--vignette,
    .gr-zone-right
    .gr-panel--chronique + .gr-panel--chronique,
    .gr-zone-right
    .gr-panel--chronique + .ena-viewmode-targetblock-accroche-vignette, #gr-sidebar
    .ena-viewmode-targetblock-accroche-vignette + .gr-panel--section,
    #gr-sidebar
    .ena-viewmode-targetblock-accroche-vignette + .gr-panel--vignette,
    #gr-sidebar
    .ena-viewmode-targetblock-accroche-vignette + .gr-panel--chronique,
    #gr-sidebar
    .ena-viewmode-targetblock-accroche-vignette + .ena-viewmode-targetblock-accroche-vignette,
    .gr-zone-right
    .ena-viewmode-targetblock-accroche-vignette + .gr-panel--section,
    .gr-zone-right
    .ena-viewmode-targetblock-accroche-vignette + .gr-panel--vignette,
    .gr-zone-right
    .ena-viewmode-targetblock-accroche-vignette + .gr-panel--chronique,
    .gr-zone-right
    .ena-viewmode-targetblock-accroche-vignette + .ena-viewmode-targetblock-accroche-vignette {
      border-top: 1px solid #0069de;
      margin-top: 0; } }

.gr-panel--section .badge {
  margin: 10px 0 6px;
  color: #fff;
  float: left;
  font-family: "roboto_condensedbold", sans-serif;
  font-size: 14px; }
  .gr-panel--section .badge a,
  .gr-panel--section .badge a:hover,
  .gr-panel--section .badge a:visited,
  .gr-panel--section .badge a:active {
    color: #fff; }

.gr-panel--section .media-heading a {
  display: block;
  clear: left; }

.gr-panel--pdf {
  background: #d7d7d7;
  border: 1px solid #575757; }
  .gr-panel--pdf ul {
    background-color: rgba(87, 87, 87, 0.8); }
  .gr-panel--pdf h4 {
    color: #fff; }
  .gr-panel--pdf .panel-heading {
    padding: 10px 15px; }

.gr-panel--edito .gr-meta-author {
  float: left;
  margin-right: 20px;
  width: 140px; }

.gr-panel--edito .gr-media-author-pic,
.gr-panel--edito .gr-author-thumb {
  width: 140px;
  height: 140px;
  display: block;
  margin-bottom: 10px; }
  @media (max-width: 699px) {
    .gr-panel--edito .gr-media-author-pic,
    .gr-panel--edito .gr-author-thumb {
      display: none; } }

.gr-panel--edito .gr-author-title {
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase; }

@media (min-width: 700px) {
  .gr-panel--edito .panel-body {
    float: right;
    padding-top: 0; } }

@media (max-width: 699px) {
  .gr-panel--edito .panel-body {
    padding: 0; } }

.gr-panel--edito .gr-panel-content {
  -webkit-column-gap: 30px;
  column-gap: 30px;
  font-size: 16px;
  line-height: 24px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .gr-panel--edito .gr-panel-content {
      font-weight: 300; } }
  @media (max-width: 699px) {
    .gr-panel--edito .gr-panel-content {
      display: none; } }
  @media (min-width: 992px) {
    .gr-panel--edito .gr-panel-content {
      -webkit-columns: 2;
      columns: 2;
      margin-bottom: 40px; } }
  @media (min-width: 1921px) {
    .gr-panel--edito .gr-panel-content {
      -webkit-columns: 3;
      columns: 3; } }

.gr-panel--edito .drop-cap {
  color: #840303;
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif; }

.gr-panel--edito .gr-panel-more {
  color: #840303;
  float: right;
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  text-align: right; }
  .gr-panel--edito .gr-panel-more::before {
    font-family: main;
    font-size: .5em !important;
    width: 0;
    position: absolute;
    top: 6px;
    left: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #003978;
    content: ''; }

.gr-panel--edito .media-heading {
  font-size: 35px;
  margin-bottom: 20px; }

.gr-panel--carousel {
  background: #f5f5f5;
  margin: 30px;
  padding: 30px;
  width: auto; }
  @media (max-width: 991px) {
    .gr-panel--carousel {
      margin: 30px 0; } }
  @media (max-width: 699px) {
    .gr-panel--carousel {
      padding: 10px 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-panel--carousel {
      margin-left: 0; } }
  .gr-panel--carousel .panel-heading {
    background: #efefef;
    text-transform: uppercase;
    color: #099;
    font-size: 35px;
    font-family: "roboto_condensedlight", sans-serif;
    margin: 0 0 30px;
    padding: 0;
    line-height: .8em; }
    #gr-sidebar .gr-panel--carousel .panel-heading,
    .gr-zone-right .gr-panel--carousel .panel-heading {
      font-size: 21px; }
  .gr-zone-left .gr-panel--carousel .owl-carousel .owl-item {
    margin-right: 20px !important; }
    .gr-zone-left .gr-panel--carousel .owl-carousel .owl-item:nth-child(even) {
      margin-right: 0 !important; }
    @media (max-width: 699px) {
      .gr-zone-left .gr-panel--carousel .owl-carousel .owl-item {
        margin-right: 0 !important; } }
  #gr-header .gr-panel--carousel .owl-nav div,
  #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; }
    #gr-header .gr-panel--carousel .owl-nav div::before,
    #gr-main-content .gr-panel--carousel .owl-nav div::before,
    #gr-aside-content .gr-panel--carousel .owl-nav div::before {
      background: rgba(128, 127, 110, 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-header .gr-panel--carousel .owl-nav div.disabled,
    #gr-main-content .gr-panel--carousel .owl-nav div.disabled,
    #gr-aside-content .gr-panel--carousel .owl-nav div.disabled {
      opacity: .5; }
  #gr-header .gr-panel--carousel .owl-prev::before,
  #gr-main-content .gr-panel--carousel .owl-prev::before,
  #gr-aside-content .gr-panel--carousel .owl-prev::before {
    content: '\EA02'; }
  #gr-header .gr-panel--carousel .owl-next::before,
  #gr-main-content .gr-panel--carousel .owl-next::before,
  #gr-aside-content .gr-panel--carousel .owl-next::before {
    content: '\EA03'; }
  #gr-header .gr-panel--carousel .owl-prev,
  #gr-main-content .gr-panel--carousel .owl-prev {
    left: 0;
    width: 30px; }
  #gr-header .gr-panel--carousel .owl-next,
  #gr-main-content .gr-panel--carousel .owl-next {
    right: 0;
    width: 30px; }
  #gr-aside-content .gr-panel--carousel .owl-prev {
    left: 0; }
  #gr-aside-content .gr-panel--carousel .owl-next {
    right: 0; }
  .gr-panel--carousel .owl-item .owl-lazy {
    opacity: 1; }
  .gr-region-col-12 .gr-panel--carousel {
    margin-right: 0; }
  .gr-sidebar .gr-panel--carousel {
    margin: 0; }
  #gr-sidebar .gr-panel--carousel,
  .gr-zone-right .gr-panel--carousel {
    padding: 30px 10px; }

.gr-pane .gr-panel--carousel .owl-carousel {
  padding: 0 30px;
  margin-left: -30px;
  margin-right: -30px;
  width: auto; }

.gr-pane .gr-panel--carousel .owl-prev {
  width: 30px; }

.gr-pane .gr-panel--carousel .owl-next {
  width: 30px; }

.gr-panel--carousel .owl-carousel {
  padding: 0 30px;
  margin-left: -30px;
  margin-right: -30px;
  width: auto; }
  @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;
      max-width: 40%; } }

.gr-panel--vignette .media-heading {
  margin: 10px 0 10px; }
  .gr-panel--vignette .media-heading a {
    color: #fff; }
    .gr-pane .gr-panel--vignette .media-heading a {
      color: #242424; }

.gr-panel--vignette .img-responsive {
  display: block;
  padding: 0;
  width: 100%; }

.gr-pane .gr-panel--vignette {
  color: #242424; }

.gr-panel--galerie {
  background: #242424; }
  .gr-panel--galerie .panel-heading {
    background: none;
    color: #fff;
    font-family: "roboto_condensedlight", sans-serif;
    padding: 10px 10px 0; }
    .gr-panel--galerie .panel-heading::before {
      content: '\EA13';
      font-family: main;
      margin-right: 8px; }
      .gr-zone-left .gr-panel--galerie .panel-heading::before {
        display: none; }
    .gr-panel--galerie .panel-heading .glyphicon-camera {
      display: none; }
  .gr-panel--galerie .list-group-item {
    background: transparent; }
    .gr-panel--galerie .list-group-item:last-child {
      padding-bottom: 1px; }
  .gr-panel--galerie .media-heading {
    padding: 10px 10px 0; }
    .gr-panel--galerie .media-heading a {
      color: #fff; }
      .gr-region-col-12 .gr-panel--galerie .media-heading a,
      .gr-zone-left .gr-panel--galerie .media-heading a {
        color: #242424; }

.gr-panel-exergue {
  background: #f5f5f5 !important;
  border-top: 0 !important;
  margin-top: 30px !important; }
  .gr-panel-exergue .panel-heading {
    background: #efefef !important;
    color: #099 !important;
    font-family: "roboto_condensedlight", sans-serif;
    line-height: .8em;
    padding: 0 !important; }
    .gr-panel-exergue .panel-heading a {
      color: #099 !important; }
  .gr-panel-exergue .list-group-item a,
  .gr-panel-exergue .media-heading a {
    color: #242424 !important; }

.gr-panel--link-list {
  background: #fff; }
  .gr-panel--link-list .panel-heading {
    font-family: "roboto_condensed", sans-serif;
    font-size: 28px;
    position: relative; }
    .gr-panel--link-list .panel-heading::after {
      background-image: -webkit-linear-gradient(top, #003978 0, rgba(255, 255, 255, 0) 1px);
      background-image: linear-gradient(to bottom, #003978 0, rgba(255, 255, 255, 0) 1px);
      background-repeat: repeat-y;
      background-size: 100% 3px;
      bottom: 6px;
      content: '';
      display: block;
      height: 10px;
      margin-top: 5px;
      width: 100%; }
    .gr-panel--link-list .panel-heading.gr-article-links-list__heading::after {
      display: none; }
  .gr-panel--link-list .list-group {
    padding-top: 10px; }
    .gr-panel--link-list .list-group a {
      font-weight: 400; }
    .gr-panel--link-list .list-group li {
      border: 0;
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 15px;
      padding: 0 0 5px 20px;
      position: relative; }
      @media (max-width: 699px) {
        .gr-panel--link-list .list-group li {
          background: transparent; } }
      .gr-panel--link-list .list-group li::before {
        font-size: .5em;
        width: 0;
        position: absolute;
        top: 3px;
        left: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 6px solid #840303;
        content: ''; }
      .gr-panel--link-list .list-group li .gr-panel .media-heading {
        clear: both;
        margin: 0 0 5px; }
  .gr-article-header .gr-panel--link-list {
    background: #f5f5f5; }
    .gr-article-header .gr-panel--link-list .panel-heading {
      border: 0; }
  .gr-panel--link-list.gr-panel-exergue .list-group {
    padding: 10px; }

/**
 *
 * Article - autres article de la section
 *
 */
.gr-panel--article-block-more {
  background: none;
  position: relative;
  overflow: visible; }
  @media (min-width: 1200px) {
    .gr-panel--article-block-more {
      margin: 0 30px;
      margin-right: -10px;
      width: auto; } }
  @media (min-width: 700px) and (max-width: 1199px) {
    .gr-panel--article-block-more {
      margin: 0 -10px;
      width: auto; } }
  @media (max-width: 699px) {
    .gr-panel--article-block-more {
      margin-left: -10px;
      width: auto; } }
  @media (min-width: 1200px) {
    .gr-full-width-page .gr-panel--article-block-more {
      margin-left: auto;
      margin-right: auto;
      width: auto; } }
  .gr-full-width-page .gr-panel--article-block-more .panel-heading {
    margin-left: auto;
    margin-right: auto; }
  .gr-full-width-page .gr-panel--article-block-more .media-list {
    margin-left: -10px;
    margin-right: -10px;
    width: auto; }
    @media (min-width: 700px) {
      .gr-full-width-page .gr-panel--article-block-more .media-list {
        width: auto;
        margin-right: -10px;
        margin-left: -10px; } }
  .gr-panel--article-block-more .panel-heading {
    color: #099;
    font-family: "roboto_condensedlight", sans-serif;
    margin-left: 10px;
    overflow: hidden;
    position: relative; }
    .gr-panel--article-block-more .panel-heading::after {
      background-image: -webkit-linear-gradient(top, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
      background-image: linear-gradient(to bottom, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
      background-repeat: repeat-y;
      background-size: 100% 3px;
      bottom: 6px;
      content: '';
      height: 10px;
      margin-left: 10px;
      position: absolute;
      width: 100%; }
  .gr-panel--article-block-more .media-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (min-width: 700px) {
      .gr-panel--article-block-more .media-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 699px) {
      .gr-panel--article-block-more .media-list {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; } }
  .gr-panel--article-block-more::before, .gr-panel--article-block-more::after {
    position: absolute;
    font-family: main;
    text-align: center;
    top: calc(50% + 24px);
    height: 40px;
    line-height: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #f5f5f5;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 699px) {
      .gr-panel--article-block-more::before, .gr-panel--article-block-more::after {
        width: 20px; } }
    @media (max-width: 320px) {
      .gr-panel--article-block-more::before, .gr-panel--article-block-more::after {
        width: 10px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-panel--article-block-more::before, .gr-panel--article-block-more::after {
        display: none; } }
  .gr-panel--article-block-more::before {
    content: '\EA02'; }
    @media (max-width: 699px) {
      .gr-panel--article-block-more::before {
        left: -10px; } }
    @media (max-width: 320px) {
      .gr-panel--article-block-more::before {
        left: -10px; } }
  .gr-panel--article-block-more::after {
    content: '\EA03'; }
    @media (max-width: 699px) {
      .gr-panel--article-block-more::after {
        right: -20px; } }
    @media (max-width: 320px) {
      .gr-panel--article-block-more::after {
        right: -10px; } }
  .gr-panel--article-block-more .list-group-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 400px;
    padding: 0 10px;
    white-space: normal; }
    @media (max-width: 699px) {
      .gr-panel--article-block-more .list-group-item {
        min-width: 80%; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-panel--article-block-more .list-group-item {
        min-width: 48%; } }
    .gr-panel--article-block-more .list-group-item .panel-heading {
      color: #099; }
    .gr-panel--article-block-more .list-group-item .media-heading {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
      color: #fff;
      font-size: 21px; }
      @media (max-width: 699px) {
        .gr-panel--article-block-more .list-group-item .media-heading {
          background: none;
          padding: 10px; } }
      @media (min-width: 700px) {
        .gr-panel--article-block-more .list-group-item .media-heading {
          bottom: 0;
          left: 0;
          margin: 0;
          padding: 30px 15px 15px;
          position: absolute;
          right: 0;
          z-index: 1; } }
      .gr-panel--article-block-more .list-group-item .media-heading:before {
        color: #fff; }
      .gr-panel--article-block-more .list-group-item .media-heading a {
        color: #fff;
        display: block;
        text-shadow: 0 0 1px #003978; }
        @media (max-width: 699px) {
          .gr-panel--article-block-more .list-group-item .media-heading a {
            color: #242424;
            text-shadow: none; } }
    .gr-panel--article-block-more .list-group-item .media-body {
      display: block;
      position: relative; }
      .gr-panel--article-block-more .list-group-item .media-body .gr-keyword-alerte {
        position: static; }
      .gr-panel--article-block-more .list-group-item .media-body p {
        margin-bottom: 0; }
      .gr-panel--article-block-more .list-group-item .media-body img {
        width: 100%; }
  .gr-panel--article-block-more .embed-container {
    display: block;
    margin-bottom: 0; }

/**
 *
 * Bloc chroniques
 *
 */
.gr-panel--chronique::before, .gr-panel--chronique::after {
  content: ' ';
  display: table; }

.gr-panel--chronique::after {
  clear: both; }

.gr-panel--chronique .media-heading {
  color: #099;
  font-size: 23px;
  margin: 15px auto 5px; }

.gr-panel--chronique .gr-group-author {
  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; }
  .gr-panel--chronique .gr-group-author img {
    max-width: 30px;
    border-radius: 50%;
    margin: 0 5px 0 10px; }
  .gr-panel--chronique .gr-group-author .gr-media-author-pic {
    margin-bottom: 0; }

.gr-panel--chronique .gr-meta-author {
  font-family: "roboto_condensedlight", sans-serif;
  color: #242424; }

.gr-zone-left .gr-panel--chronique {
  background: url("/sites/all/themes/enabootstrap_lesoir/images/quote.svg") no-repeat top 50px left 10px; }
  .gr-zone-left .gr-panel--chronique .media-heading {
    margin: 30px auto 0;
    width: 80%; }
    @media (max-width: 699px) {
      .gr-zone-left .gr-panel--chronique .media-heading {
        font-size: 5.5vw;
        width: 84%; } }
    @media (min-width: 1200px) {
      .gr-zone-left .gr-panel--chronique .media-heading {
        font-size: 2vw; } }
  .gr-zone-left .gr-panel--chronique .gr-meta-author {
    margin-left: 10%; }
    @media (max-width: 699px) {
      .gr-zone-left .gr-panel--chronique .gr-meta-author {
        margin-left: 8%; } }

.gr-sidebar .gr-panel--chronique .media-heading::before,
.gr-zone-right .gr-panel--chronique .media-heading::before {
  content: '“';
  font-size: 35px;
  line-height: 24px; }

.gr-sidebar .gr-panel--chronique .media-heading::after,
.gr-zone-right .gr-panel--chronique .media-heading::after {
  content: '„';
  font-size: 35px;
  line-height: 24px; }

.gr-panel--most-viewed ol,
.gr-panel--most-viewed ul {
  counter-reset: li;
  margin-left: 0;
  list-style-type: none; }
  .gr-panel--most-viewed ol .list-group-item,
  .gr-panel--most-viewed ul .list-group-item {
    border-bottom: 1px solid #fff;
    position: relative;
    width: 100%; }
    .gr-panel--most-viewed ol .list-group-item::before, .gr-panel--most-viewed ol .list-group-item::after,
    .gr-panel--most-viewed ul .list-group-item::before,
    .gr-panel--most-viewed ul .list-group-item::after {
      content: ' ';
      display: table; }
    .gr-panel--most-viewed ol .list-group-item::after,
    .gr-panel--most-viewed ul .list-group-item::after {
      clear: both; }
    .gr-panel--most-viewed ol .list-group-item:last-child,
    .gr-panel--most-viewed ul .list-group-item:last-child {
      border: 0; }
    .gr-panel--most-viewed ol .list-group-item .media-left,
    .gr-panel--most-viewed ul .list-group-item .media-left {
      display: inline-block;
      margin-bottom: 8px;
      padding: 0; }
    .gr-panel--most-viewed ol .list-group-item img,
    .gr-panel--most-viewed ul .list-group-item img {
      width: 100%; }
    .gr-panel--most-viewed ol .list-group-item .media-heading,
    .gr-panel--most-viewed ul .list-group-item .media-heading {
      clear: none;
      display: inline-block;
      margin-bottom: 8px;
      padding-left: 45px;
      position: relative; }
      .gr-panel--most-viewed ol .list-group-item .media-heading::before,
      .gr-panel--most-viewed ul .list-group-item .media-heading::before {
        font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.35;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #383838;
        content: counter(step-counter);
        content: counter(li) "";
        counter-increment: li;
        display: block;
        font-style: italic;
        line-height: 1;
        left: 10px;
        position: absolute;
        width: 30px; }

#gr-sidebar .gr-panel--most-viewed, #gr-sidebar
.gr-panel--most-commented {
  padding: 0; }

.gr-panel--most-viewed .panel-heading,
.gr-panel--most-commented .panel-heading {
  padding: 5px 10px;
  background: #003978;
  color: #fff; }

.gr-panel--most-viewed ol .list-group-item,
.gr-panel--most-viewed ul .list-group-item,
.gr-panel--most-commented ol .list-group-item,
.gr-panel--most-commented ul .list-group-item {
  margin: 0;
  padding: 0;
  position: relative; }
  .gr-panel--most-viewed ol .list-group-item .media-left,
  .gr-panel--most-viewed ul .list-group-item .media-left,
  .gr-panel--most-commented ol .list-group-item .media-left,
  .gr-panel--most-commented ul .list-group-item .media-left {
    margin-bottom: 0; }
  .gr-panel--most-viewed ol .list-group-item .media-heading,
  .gr-panel--most-viewed ul .list-group-item .media-heading,
  .gr-panel--most-commented ol .list-group-item .media-heading,
  .gr-panel--most-commented ul .list-group-item .media-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .gr-panel--most-viewed ol .list-group-item .media-heading a, .gr-panel--most-viewed ol .list-group-item .media-heading:before,
    .gr-panel--most-viewed ul .list-group-item .media-heading a,
    .gr-panel--most-viewed ul .list-group-item .media-heading:before,
    .gr-panel--most-commented ol .list-group-item .media-heading a,
    .gr-panel--most-commented ol .list-group-item .media-heading:before,
    .gr-panel--most-commented ul .list-group-item .media-heading a,
    .gr-panel--most-commented ul .list-group-item .media-heading:before {
      color: #fff; }
  .gr-panel--most-viewed ol .list-group-item.gr-list-group-item--no-pic .media-left,
  .gr-panel--most-viewed ul .list-group-item.gr-list-group-item--no-pic .media-left,
  .gr-panel--most-commented ol .list-group-item.gr-list-group-item--no-pic .media-left,
  .gr-panel--most-commented ul .list-group-item.gr-list-group-item--no-pic .media-left {
    margin-right: 15px;
    margin-bottom: 8px;
    width: 100%; }
  .gr-panel--most-viewed ol .list-group-item.gr-list-group-item--no-pic .media-heading,
  .gr-panel--most-viewed ul .list-group-item.gr-list-group-item--no-pic .media-heading,
  .gr-panel--most-commented ol .list-group-item.gr-list-group-item--no-pic .media-heading,
  .gr-panel--most-commented ul .list-group-item.gr-list-group-item--no-pic .media-heading {
    width: auto;
    position: relative;
    background: none;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 5px; }
    .gr-panel--most-viewed ol .list-group-item.gr-list-group-item--no-pic .media-heading a, .gr-panel--most-viewed ol .list-group-item.gr-list-group-item--no-pic .media-heading:before,
    .gr-panel--most-viewed ul .list-group-item.gr-list-group-item--no-pic .media-heading a,
    .gr-panel--most-viewed ul .list-group-item.gr-list-group-item--no-pic .media-heading:before,
    .gr-panel--most-commented ol .list-group-item.gr-list-group-item--no-pic .media-heading a,
    .gr-panel--most-commented ol .list-group-item.gr-list-group-item--no-pic .media-heading:before,
    .gr-panel--most-commented ul .list-group-item.gr-list-group-item--no-pic .media-heading a,
    .gr-panel--most-commented ul .list-group-item.gr-list-group-item--no-pic .media-heading:before {
      color: #000; }

.gr-panel--most-viewed .media,
.gr-panel--most-commented .media {
  padding: 5px 15px; }
  .gr-panel--most-viewed .media:last-child,
  .gr-panel--most-commented .media:last-child {
    border-bottom: 0; }

/**
 *
 * Bloc Club du Soir
 *
 */
.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 {
      clear: none;
      float: left;
      padding-left: 15px;
      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: 15px;
    width: 50%; }
  .gr-panel--widget-club-du-soir img {
    float: left;
    width: 100%; }

.gr-free-tags {
  display: none; }

.gr-idalgo-container {
  margin-bottom: 30px;
  height: 600px;
  overflow-y: scroll;
  border: 1px solid #000; }

.gr-panel--iframe iframe {
  width: 100%;
  border: 0; }

.pane-bourse-page-bourse-main-content,
.pane-waze-la-carte-du-trafic-global {
  padding: 30px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7; }

.gr-pane {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .gr-pane {
      padding: 15px; } }
  @media (min-width: 700px) {
    .gr-pane .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-pane-12 {
  width: 100%; }

.gr-pane-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 250px;
  padding: 15px 30px 0 0;
  width: 66.66%; }
  @media (max-width: 699px) {
    .gr-pane-8 {
      margin-top: 30px;
      padding: 0;
      width: auto; } }
  .gr-pane-8:first-child {
    min-width: 300px; }
  .gr-pane-8:last-child {
    padding-right: 0; }
  @media (max-width: 991px) {
    .gr-pane-8:nth-child(2) {
      display: none; } }

.gr-pane-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 250px;
  padding: 15px 30px 0 0;
  width: 33.33%; }
  @media (max-width: 699px) {
    .gr-pane-4 {
      margin-top: 30px;
      padding: 0;
      width: auto; } }
  .gr-pane-4:first-child {
    min-width: 300px; }
  .gr-pane-4:last-child {
    padding-right: 0; }
  @media (max-width: 991px) {
    .gr-pane-4:nth-child(2) {
      display: none; } }

.gr-region-col-12 .gr-pane {
  margin: 30px 0 30px 30px; }
  @media (max-width: 991px) {
    .gr-region-col-12 .gr-pane {
      border: 0;
      margin-left: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-region-col-12 .gr-pane {
      margin-left: 0; } }

.gr-region-col-8-4 .gr-pane {
  border-right: 1px solid #d7d7d7; }

.gr-pane-title {
  background: #efefef;
  text-transform: uppercase;
  margin: 0;
  color: #099;
  font-size: 35px;
  font-family: "roboto_condensedlight", sans-serif;
  padding: 0;
  line-height: .9em; }

.gr-pane-body {
  padding: 30px; }

@media (max-width: 699px) {
  .gr-pane-wc {
    display: none; } }

@media (min-width: 700px) {
  .gr-zone-inner .gr-pane-wc {
    padding-top: 0; } }

@media (min-width: 700px) {
  #gr-une-bis-content .gr-pane-wc {
    padding: 0 30px 30px; } }

.gr-pane-wc .pane-heading {
  color: #fff;
  font-size: 30px;
  font-family: "roboto_condensedlight", sans-serif;
  line-height: .9em;
  text-transform: uppercase;
  background: #840303;
  padding: 10px 10px 10px 15px;
  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; }
  @media (max-width: 699px) {
    .gr-pane-wc .pane-heading {
      font-size: 21px; } }
  .gr-pane-wc .pane-heading:after {
    font-family: 'main';
    content: '\EA03';
    font-size: 18px;
    background: #6b0202;
    margin-top: -10px;
    margin-right: -10px;
    padding: 10px;
    margin-bottom: -10px;
    width: 42px;
    text-align: center; }

.gr-pane-wc .pane-body {
  max-height: 0;
  overflow: hidden; }
  @media (min-width: 700px) and (max-width: 1199px) {
    .gr-pane-wc .pane-body {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .gr-pane-wc .pane-body .panel-heading {
    background: none;
    border-bottom: 4px solid #840303;
    color: #840303;
    font-family: "roboto_condensedlight", sans-serif;
    font-size: 25px;
    line-height: .8em;
    margin-bottom: 10px;
    padding: 0 0 5px;
    text-transform: uppercase; }
    .gr-pane-wc .pane-body .panel-heading a {
      color: #840303; }

.gr-pane-wc .gr-pane {
  margin-top: 40px;
  padding: 0;
  background: #f5f5f5; }
  .gr-pane-wc .gr-pane.open .pane-heading:after {
    content: "\EA40"; }
  .gr-pane-wc .gr-pane.open .pane-body {
    max-height: none;
    margin: 15px 0; }
    @media (max-width: 699px) {
      .gr-pane-wc .gr-pane.open .pane-body {
        padding: 5px; } }
  .gr-pane-wc .gr-pane .gr-panel {
    background: none;
    margin-bottom: 15px;
    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 15px;
    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: 15px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-pane-wc .gr-pane .gr-pane-left {
        margin-bottom: 15px; } }
    .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;
      position: absolute;
      width: 100%;
      top: 40px;
      left: 0;
      bottom: 0;
      right: 0;
      height: calc(100% - 40px); }
    .gr-pane-wc .gr-pane .gr-pane-left img {
      max-width: 100%; }
  .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: 15px; } }
    @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 15px 15px 0;
      min-width: 300px;
      width: 300px; }
      @media (max-width: 699px) {
        .gr-pane-wc .gr-pane .gr-pane-right > .panel-pane {
          margin-right: 0; } }
    @media (min-width: 700px) {
      .gr-zone-inner .gr-pane-wc .gr-pane .gr-pane-right {
        margin: 30px 15px 15px; } }

.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: 15px;
  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; }
    @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: 3.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: 1200px) {
        .gr-pane-wc .gr-pane-center .list-group-item:first-child .media-heading {
          font-size: 42px; } }
      .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: 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:nth-child(2) .media-heading,
  .gr-pane-wc .gr-pane-center .list-group-item:nth-child(2) .gr-meta {
    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 {
    background: rgba(0, 57, 120, 0.7);
    color: #fff;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 10; }
    @media (max-width: 699px) {
      .gr-pane-wc .gr-pane-center .list-group-item .media-heading,
      .gr-pane-wc .gr-pane-center .list-group-item .gr-meta {
        right: 0; } }
    .gr-pane-wc .gr-pane-center .list-group-item .media-heading a,
    .gr-pane-wc .gr-pane-center .list-group-item .gr-meta a {
      color: #fff; }
  .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
    bottom: 37px; }
    @media (max-width: 699px) {
      .gr-pane-wc .gr-pane-center .list-group-item .media-heading {
        bottom: 0; } }
  .gr-pane-wc .gr-pane-center .list-group-item .gr-meta {
    bottom: 0; }
    @media (max-width: 699px) {
      .gr-pane-wc .gr-pane-center .list-group-item .gr-meta {
        display: none; } }

.gr-pane-wc .gr-panel-carousel--wc {
  padding: 0;
  margin-bottom: 15px; }
  @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: 15px; } }
  .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-panel--foot-idalgo .panel-heading {
  margin-bottom: 0; }

.gr-pane-wc .gr-idalgo-container {
  border: none;
  height: auto;
  margin-bottom: 0;
  overflow-y: auto; }
  @media (max-width: 699px) {
    .gr-pane-wc .gr-idalgo-container {
      height: 600px; } }
  .gr-pane-wc .gr-idalgo-container iframe {
    padding: 0; }

#gr-le-direct {
  background: none;
  border: 0; }
  @media (min-width: 1200px) {
    #gr-le-direct {
      bottom: 0;
      top: 20px; } }
  #gr-le-direct h2 {
    background: none;
    height: 32px;
    line-height: 32px;
    margin-left: 0;
    padding: 0; }
    @media (min-width: 992px) {
      #gr-le-direct h2 {
        text-indent: -999em; } }
    #gr-le-direct h2 a {
      color: #fff; }
  #gr-le-direct .gr-le-direct-tap {
    text-indent: 0;
    width: auto; }
    @media (max-width: 1199px) {
      #gr-le-direct .gr-le-direct-tap {
        background: #fff;
        border-bottom: 1px solid #003978;
        border-radius: 0 0 7px;
        border-right: 1px solid #003978;
        color: #003978;
        display: none;
        font-family: "roboto_condensedbold", sans-serif;
        height: 32px;
        line-height: 28px;
        padding: 0 10px;
        right: -123px;
        top: 79px;
        -webkit-transform: none;
        transform: none; }
        #gr-le-direct .gr-le-direct-tap::before {
          content: '\EA33';
          font-family: main;
          margin-right: 5px;
          position: relative;
          top: 2px; } }
    @media (max-width: 699px) {
      #gr-le-direct .gr-le-direct-tap {
        border-radius: 0 0 7px;
        font-size: 15px;
        right: -103px;
        top: 40px;
        -webkit-transition: top ease .3s;
        transition: top ease .3s; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #gr-le-direct .gr-le-direct-tap {
        right: -173px;
        top: 102px; } }
    .is-visible #gr-le-direct .gr-le-direct-tap {
      background: #003978;
      border-radius: 50%;
      display: block;
      height: 50px;
      margin-top: -10px;
      padding: 9px;
      right: -25px;
      text-indent: -999em;
      width: 50px; }
      .is-visible #gr-le-direct .gr-le-direct-tap::before, .is-visible #gr-le-direct .gr-le-direct-tap::after {
        content: '';
        width: 2px;
        height: 26px;
        background: #fff;
        position: absolute;
        top: 12px;
        left: 24px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 0; }
      .is-visible #gr-le-direct .gr-le-direct-tap::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      @media (min-width: 992px) and (max-width: 1199px) {
        .has-header-small .is-visible #gr-le-direct .gr-le-direct-tap {
          right: -23px;
          top: 20px;
          z-index: 4; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .has-header-small #gr-le-direct .gr-le-direct-tap {
        right: -143px;
        top: 0; } }
    .has-header-hide #gr-le-direct .gr-le-direct-tap {
      top: -33px; }
  #gr-le-direct #tab-1 {
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    #gr-le-direct #tab-1.gr-tab-loaded {
      opacity: 1; }

.gr-le-direct-open {
  cursor: pointer;
  display: none;
  float: left;
  text-indent: 0;
  width: auto; }
  @media (max-width: 1199px) {
    .gr-le-direct-open {
      background: #fff;
      border-bottom: 1px solid #003978;
      border-radius: 0 0 7px;
      border-right: 1px solid #003978;
      color: #003978;
      display: inline-block;
      font-family: "roboto_condensedbold", sans-serif;
      font-size: 16px;
      height: 32px;
      line-height: 28px;
      padding: 0 10px 0 5px; } }
  @media (max-width: 699px) {
    .gr-le-direct-open {
      border-radius: 0 0 7px;
      display: block;
      font-size: 15px;
      white-space: nowrap; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .has-header-small .gr-le-direct-open {
      left: 0;
      position: absolute;
      top: 36px; } }
  .gr-full-width-page .gr-le-direct-open {
    background: #fff;
    border-bottom: 1px solid #003978;
    border-radius: 0 0 7px;
    border-right: 1px solid #003978;
    color: #003978;
    display: block;
    font-family: "roboto_condensedbold", sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 28px;
    padding: 0 10px 0 5px; }

.gr-full-width-page.has-header-small .gr-le-direct-open {
  left: inherit;
  position: absolute;
  top: 36px; }

.tab-content li {
  padding: 5px 30px 10px 5px; }

.gr-direct-item {
  border: 0;
  border-top: 1px solid #d7d7d7; }
  .gr-direct-item:first-child {
    border: 0;
    border-radius: 0; }
  .gr-direct-item.gr-direct-item--inserted {
    background: rgba(0, 0, 0, 0.1); }
  .gr-direct-item .media-body {
    position: relative; }

ul > .gr-direct-item--inserted + :not(.gr-direct-item--inserted) {
  border-top: 15px solid rgba(0, 0, 0, 0.1); }

.gr-direct-item-day {
  font-family: "roboto_condensed", sans-serif;
  font-size: 17px; }

.gr-direct-item__time {
  border-radius: 0;
  color: #242424;
  display: inline-block;
  font-family: "roboto_condensed", sans-serif;
  font-size: 13px;
  padding: 8px 5px 10px 0;
  right: auto;
  top: 0; }

.gr-direct-item__content {
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 0;
  width: auto; }

.gr-direct-item__meta {
  margin-bottom: 5px;
  padding: 8px 0 0;
  font-family: "roboto_condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase; }

.gr-direct-item__meta-link {
  color: #575757;
  display: inline-block;
  font-family: "roboto_condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase; }

.gr-direct-item__meta-link--alert {
  background: #840303;
  color: #fff;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 12px; }
  .gr-direct-item__meta-link--alert:hover, .gr-direct-item__meta-link--alert:active, .gr-direct-item__meta-link--alert:visited {
    color: #fff; }

.gr-direct-item__heading {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .gr-direct-item__heading {
      font-weight: 300; } }
  @media (max-width: 991px) {
    .gr-direct-item__heading {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .gr-direct-item__heading {
      font-size: 17px; } }

.gr-direct-item__alert {
  background: #840303;
  color: #fff;
  display: inline-block;
  float: right;
  margin-bottom: 5px;
  padding: 2px 7px; }
  .gr-direct-item__alert:hover {
    color: #fff; }
  .gr-direct-item__alert.is-empty {
    display: none; }

.gr-direct-item__foretitle {
  display: none; }

.gr-direct-item__section {
  color: #003978;
  display: block; }
  .gr-direct-item__section.is-empty {
    display: none; }

.gr-direct-item--alert-direct,
.gr-direct-item--alert-info,
.gr-direct-item--alert-exclusif {
  background: transparent; }
  .gr-direct-item--alert-direct h4,
  .gr-direct-item--alert-info h4,
  .gr-direct-item--alert-exclusif h4 {
    display: inline-block; }

.gr-le-direct__meteo {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-radius: 0 0 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 32px;
  min-width: 210px;
  width: auto; }
  @media (max-width: 699px) {
    .gr-le-direct__meteo {
      display: none; } }
  .gr-le-direct__meteo .gr-le-direct__meteo-button {
    border: 0;
    text-align: center; }
    .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon {
      line-height: 32px;
      padding: 0 10px;
      padding-bottom: 0; }
      .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon .fa-arrow-down {
        font-size: 11px; }
        .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon .fa-arrow-down::before {
          content: '\EA2D'; }
      .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon .fa-arrow-up {
        font-size: 11px; }
        .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon .fa-arrow-up::before {
          content: '\EA2E'; }
      .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon .fa-car::before {
        content: '\EA2F'; }
      .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-icon img {
        width: 24px; }
    .gr-le-direct__meteo .gr-le-direct__meteo-button .gr-direct-services-value {
      float: right;
      font-family: Economica, "roboto_condensedlight", sans-serif;
      font-size: 17px;
      font-weight: normal;
      line-height: 32px;
      padding: 0 5px; }
  .has-header-small .gr-le-direct__meteo {
    display: none; }

.direct__header {
  height: 32px; }

.direct__notification {
  background-color: #cc0300;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 14px;
  width: 14px;
  left: 28px;
  top: 4px;
  text-align: center;
  line-height: 13px; }
  .direct__notification::before {
    background: transparent;
    content: '';
    height: 36px;
    left: -24px;
    position: absolute;
    top: -4px;
    width: 36px; }

.direct__current {
  background: none;
  color: #575757;
  font-family: Economica, "roboto_condensedlight", sans-serif;
  font-size: 18px;
  height: 32px;
  left: 0;
  line-height: 32px;
  padding: 0 5px;
  position: relative;
  width: 100%; }
  .direct__current::before {
    content: '\EA35';
    font-family: main;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 1px; }
  .direct__current:hover {
    background: #d7d7d7;
    color: #003978; }
    @media (min-width: 1200px) {
      .direct__current:hover {
        background: none;
        border-radius: 0 4px 0 0;
        border-right: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7; } }
  .has-tabs .direct__current {
    width: 50%; }
  @media (min-width: 1200px) {
    .direct__current.is-active {
      border-radius: 0 4px 0 0;
      border-right: 1px solid #d7d7d7;
      border-top: 1px solid #d7d7d7; } }

.direct__tab {
  color: #797979;
  font-family: Economica, "roboto_condensedlight", sans-serif;
  font-size: 18px;
  line-height: 32px;
  right: 0; }
  .direct__tab:hover {
    background: #d7d7d7;
    color: #003978; }
    @media (min-width: 1200px) {
      .direct__tab:hover {
        background: none;
        border: 1px solid #d7d7d7;
        border-bottom: 0;
        border-radius: 4px 4px 0 0; } }
  .has-tabs .direct__tab {
    padding-left: 30px;
    width: 50%; }
  @media (min-width: 1200px) {
    .direct__tab.is-active {
      border: 1px solid #d7d7d7;
      border-bottom: 0;
      border-radius: 4px 4px 0 0; } }

.has-tabs .direct__current,
.has-tabs .direct__tab {
  text-transform: none; }
  .has-tabs .direct__current.is-active,
  .has-tabs .direct__tab.is-active {
    background: #f5f5f5;
    color: #003978;
    z-index: 3; }
    @media (min-width: 1200px) {
      .has-tabs .direct__current.is-active,
      .has-tabs .direct__tab.is-active {
        background: #fff; } }
    .has-tabs .direct__current.is-active::after,
    .has-tabs .direct__tab.is-active::after {
      display: none; }

.direct__nav {
  top: 32px; }

.direct__menu {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding-bottom: 10px; }
  @media (min-width: 1200px) {
    .direct__menu {
      max-height: calc(100vh - 104px); } }
  .direct__menu::after {
    background-image: -webkit-linear-gradient(top, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-image: linear-gradient(to bottom, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-repeat: repeat-y;
    background-size: 100% 3px;
    bottom: 0;
    content: '';
    height: 10px;
    position: absolute;
    width: 100%; }
  .direct__menu li {
    border-bottom: 1px solid #f5f5f5;
    color: #383838;
    font-family: Economica, "roboto_condensedlight", sans-serif;
    font-size: 18px;
    padding: 8px 22px; }
    .direct__menu li:hover {
      background: #f5f5f5; }

.direct__loading-container {
  background: transparent;
  height: 30px;
  left: -4px;
  right: auto;
  text-align: center;
  top: 1px;
  width: 27px;
  -webkit-transition: none;
  transition: none;
  z-index: 3; }
  .direct__loading-container svg {
    display: none; }
  @media (min-width: 1770px) {
    .direct__loading-container {
      left: 0; } }

.is-loading .direct__loading-container {
  background: #fff; }
  .is-loading .direct__loading-container svg {
    display: block; }

.is-loading .direct__notification {
  display: none; }

.direct__loading {
  color: #797979;
  height: 24px;
  margin: 3px auto 0;
  width: 24px;
  z-index: 10; }

.gr-direct-item::before {
  color: #003978;
  display: block;
  font-family: 'main';
  font-size: 14px;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 10px;
  width: 16px; }

.gr-direct-item--twitter::before {
  color: #4099ff;
  content: '\EA12'; }

.gr-direct-item--twitter a {
  color: #4099ff; }

.gr-direct-item--twitter .media-heading a {
  border: 3px solid #4099ff;
  display: inline-block;
  padding: 10px; }

.gr-direct-item--facebook::before {
  color: #3b5998;
  content: '\EA0D'; }

.gr-direct-item--facebook a {
  color: #3b5998; }

.gr-direct-item--facebook .media-heading a {
  border: 3px solid #3b5998;
  display: inline-block;
  padding: 10px; }

.gr-direct-item--pinned {
  background: #f5f5f5;
  border: 0; }
  .gr-direct-item--pinned::before {
    color: #575757;
    content: '\EA29';
    font-family: main;
    font-size: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 3; }
  .gr-direct-item--pinned .gr-direct-item__time {
    display: none; }
  .gr-direct-item--pinned .gr-direct-item__content {
    border: 0;
    border-left-color: #fff;
    margin-left: 0;
    padding-left: 40px; }
  .gr-direct-item--pinned .is-empty + .gr-direct-item__heading {
    margin-top: 20px; }
  .gr-direct-item--pinned .gr-direct-item__heading {
    overflow: visible;
    position: relative; }

.gr-direct-item--pinned + .gr-direct-item .gr-direct-item__meta {
  border-top: 0; }

li.gr-direct-item--date {
  background: #fff;
  border: 0;
  display: inline-block;
  font-family: "roboto_condensedbold", sans-serif;
  padding: 30px 10px 0 0;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  top: 9px;
  z-index: 1; }

.gr-keyword {
  font-family: "roboto_condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  height: 18px;
  margin: 0;
  padding: 0 5px; }
  .gr-keyword:empty {
    display: none; }
  .gr-keyword a {
    color: #fff; }

.gr-keyword-alerte {
  background: #840303;
  height: 24px;
  left: 10px;
  line-height: 24px;
  position: absolute;
  top: 10px;
  z-index: 2; }
  @media (max-width: 699px) {
    .gr-keyword-alerte {
      top: 10px; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-keyword-alerte {
      top: 15px; }
      .gr-une-main-title .gr-keyword-alerte {
        left: 10px;
        top: 10px; } }
  @media (min-width: 992px) {
    .gr-keyword-alerte {
      top: 15px;
      left: 45px; }
      .gr-une-main-title .gr-keyword-alerte {
        top: 10px; } }
  .gr-une-titles .gr-keyword-alerte {
    left: 10px;
    top: 10px; }
  .gr-une-manchette .gr-keyword-alerte {
    left: 10px;
    margin-top: 10px;
    top: auto;
    z-index: 1; }
  @media (min-width: 1200px) {
    .gr-une-manchette-bis .gr-keyword-alerte {
      left: 40px; } }
  .gr-une-manchette-maga .gr-keyword-alerte {
    background: #fff;
    color: #003978;
    left: 30px;
    margin-top: 0;
    padding: 0 5px;
    top: auto;
    z-index: 1; }
    @media (max-width: 699px) {
      .gr-une-manchette-maga .gr-keyword-alerte {
        position: relative;
        left: 10px; } }
    @media (min-width: 700px) and (max-width: 1199px) {
      .gr-une-manchette-maga .gr-keyword-alerte {
        position: relative; } }
    .gr-une-manchette-maga .gr-keyword-alerte span {
      background: #840303;
      color: #fff; }
  .gr-article-infos .gr-keyword-alerte {
    position: static; }
  .gr-12-clics__article-item .gr-keyword-alerte {
    z-index: 1; }

.gr-keyword-genre {
  background: #003978; }

.gr-keyword-alerte__exclu {
  background: #003978;
  display: inline-block;
  height: 24px;
  left: -5px;
  line-height: 24px;
  margin-right: 0;
  padding: 1px 5px;
  position: relative; }

.gr-une-manchette,
.gr-une-manchette-bis,
.gr-une-manchette-maga,
.gr-highlight-content {
  margin: 0 0 30px;
  padding: 0 0 30px 30px;
  position: relative; }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-une-manchette,
    .gr-une-manchette-bis,
    .gr-une-manchette-maga,
    .gr-highlight-content {
      margin-bottom: 0;
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-une-manchette,
    .gr-une-manchette-bis,
    .gr-une-manchette-maga,
    .gr-highlight-content {
      padding-left: 0; } }
  @media (min-width: 992px) {
    .gr-une-manchette:last-child,
    .gr-une-manchette-bis:last-child,
    .gr-une-manchette-maga:last-child,
    .gr-highlight-content:last-child {
      margin-bottom: 0; } }
  @media (max-width: 699px) {
    .gr-une-manchette,
    .gr-une-manchette-bis,
    .gr-une-manchette-maga,
    .gr-highlight-content {
      border-bottom: 1px solid #d7d7d7;
      padding: 0; } }
  .gr-une-manchette .fa-pencil,
  .gr-une-manchette-bis .fa-pencil,
  .gr-une-manchette-maga .fa-pencil,
  .gr-highlight-content .fa-pencil {
    margin-left: 0; }
  @media (max-width: 699px) {
    .gr-une-manchette .media,
    .gr-une-manchette-bis .media,
    .gr-une-manchette-maga .media,
    .gr-highlight-content .media {
      border: 0; } }
  @media (min-width: 992px) {
    .gr-une-manchette .media,
    .gr-une-manchette-bis .media,
    .gr-une-manchette-maga .media,
    .gr-highlight-content .media {
      border: 0;
      padding-bottom: 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-une-manchette .media,
    .gr-une-manchette-bis .media,
    .gr-une-manchette-maga .media,
    .gr-highlight-content .media {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    body.front #gr-une-bis-content .gr-une-manchette .embed-container, body.front #gr-une-bis-content
    .gr-une-manchette-bis .embed-container, body.front #gr-une-bis-content
    .gr-une-manchette-maga .embed-container, body.front #gr-une-bis-content
    .gr-highlight-content .embed-container {
      float: right; } }
  .gr-une-manchette .gr-article-teaser,
  .gr-une-manchette-bis .gr-article-teaser,
  .gr-une-manchette-maga .gr-article-teaser,
  .gr-highlight-content .gr-article-teaser {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    width: auto; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .gr-une-manchette .gr-article-teaser,
      .gr-une-manchette-bis .gr-article-teaser,
      .gr-une-manchette-maga .gr-article-teaser,
      .gr-highlight-content .gr-article-teaser {
        font-weight: 300; } }

.gr-une-manchette-default h4,
.gr-une-manchette-bis h4,
.gr-highlight-content-default h4 {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  margin: 20px 0 20px;
  max-width: 1200px;
  text-align: left; }
  @media (max-width: 699px) {
    .gr-une-manchette-default h4,
    .gr-une-manchette-bis h4,
    .gr-highlight-content-default h4 {
      margin: 15px 0 15px;
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
      font-size: 9vw;
      font-weight: 600;
      line-height: 1.3; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-une-manchette-default h4,
    .gr-une-manchette-bis h4,
    .gr-highlight-content-default h4 {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (min-width: 1200px) {
    .gr-une-manchette-default h4,
    .gr-une-manchette-bis h4,
    .gr-highlight-content-default h4 {
      font-size: 3.5vw; } }

@media (min-width: 992px) {
  .gr-une-manchette-default .embed-container,
  .gr-une-manchette-bis .embed-container,
  .gr-highlight-content-default .embed-container {
    float: left;
    width: 66.66%;
    margin: 0 30px 0 0;
    padding-left: 0; } }

.gr-une-manchette-default .embed-container::before,
.gr-une-manchette-bis .embed-container::before,
.gr-highlight-content-default .embed-container::before {
  left: 10px; }

@media (max-width: 699px) {
  .gr-une-manchette-default .media-body,
  .gr-une-manchette-bis .media-body,
  .gr-highlight-content-default .media-body {
    display: none; } }

@media (min-width: 992px) {
  .gr-une-manchette-default .media-body,
  .gr-une-manchette-bis .media-body,
  .gr-highlight-content-default .media-body {
    padding-left: 0;
    padding-right: 0;
    width: calc(((33.33% - 30px)));
    float: left; } }

.gr-une-manchette-default .gr-une-row,
.gr-une-manchette-bis .gr-une-row,
.gr-highlight-content-default .gr-une-row {
  clear: both; }
  .gr-une-manchette-default .gr-une-row::before,
  .gr-une-manchette-bis .gr-une-row::before,
  .gr-highlight-content-default .gr-une-row::before {
    display: none; }

@media (min-width: 1200px) {
  .gr-une-manchette-default {
    padding: 0 60px 30px; } }

.gr-une-manchette-default .gr-une-main-title {
  overflow: visible; }
  @media (min-width: 1200px) {
    .gr-une-manchette-default .gr-une-main-title .media-heading {
      margin-top: 0; } }
  .gr-une-manchette-default .gr-une-main-title .embed-container {
    float: left; }

@media (min-width: 992px) {
  .gr-une-manchette-bis {
    margin-bottom: 0; } }

.gr-une-manchette-bis .media {
  border: 0;
  margin-bottom: 0; }

.gr-une-manchette-bis .media-heading {
  float: right;
  margin-top: 0;
  margin: 0 0 10px;
  text-align: left;
  width: calc(33.33% - 20px); }
  @media (min-width: 700px) and (max-width: 1199px) {
    .gr-une-manchette-bis .media-heading {
      font-size: 4vw; } }
  @media (max-width: 991px) {
    .gr-une-manchette-bis .media-heading {
      float: none;
      width: auto; } }
  @media (min-width: 1200px) {
    .gr-une-manchette-bis .media-heading {
      font-size: 2.5vw; } }

.gr-une-manchette-bis .embed-container {
  margin: 0 30px 0 0; }
  @media (max-width: 991px) {
    .gr-une-manchette-bis .embed-container {
      float: left;
      margin-bottom: 10px;
      width: 100%; } }
  @media (min-width: 992px) {
    .gr-une-manchette-bis .embed-container {
      width: calc(((100% - 60px) * 2/3) + 30px); } }

.gr-une-manchette-bis .list-group {
  display: none; }

.ena-viewmode-override-teaser_manchette_impact {
  border-bottom: 0;
  border-top: 1px solid #d7d7d7; }

.gr-une-manchette-maga {
  padding-bottom: 0;
  padding-top: 30px;
  position: relative; }
  @media (min-width: 992px) {
    .gr-une-manchette-maga {
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .gr-une-manchette-maga .media {
      margin-bottom: 30px;
      padding-bottom: 0; } }
  .gr-une-manchette-maga .gr-hover-title {
    background: rgba(0, 57, 120, 0.8);
    bottom: 30px;
    left: 30px;
    padding-top: 15px;
    position: absolute;
    right: 30px;
    z-index: 1; }
    @media (max-width: 699px) {
      .gr-une-manchette-maga .gr-hover-title {
        bottom: 10px;
        left: 0;
        right: 0; } }
  .gr-une-manchette-maga .media-heading {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 20px 30px;
    text-align: left; }
    @media (max-width: 699px) {
      .gr-une-manchette-maga .media-heading {
        bottom: 0;
        font-size: 5vw;
        padding: 10px;
        right: 0; } }
    @media (min-width: 1200px) {
      .gr-une-manchette-maga .media-heading {
        font-size: 3vw; } }
    .gr-une-manchette-maga .media-heading a {
      color: #fff; }
  .gr-une-manchette-maga .media-body .gr-meta {
    margin: 15px 0 0; }
  .gr-une-manchette-maga .media-body p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 18px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-une-manchette-maga .embed-container {
      margin-bottom: 0; } }

.gr-une-manchette-evenementielle .gr-une-main-title h4 {
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 63px;
  font-weight: 300;
  line-height: 1.15;
  text-align: center; }

.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 {
  color: #797979;
  letter-spacing: -3px;
  font-family: Economica, "roboto_condensedlight", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  margin: 0 10px 15px; }
  .gr-page-title::after {
    background-image: -webkit-linear-gradient(top, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-image: linear-gradient(to bottom, #d7d7d7 0, rgba(255, 255, 255, 0) 1px);
    background-repeat: repeat-y;
    background-size: 100% 3px;
    content: '';
    display: block;
    height: 10px;
    width: 100%; }

.gr-page-enum-title {
  margin-top: 0; }

.page-index-journalistes .view-header {
  width: 100%; }

.page-index-journalistes #gr-unes-titres > .gr-unes-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-index-journalistes #gr-unes-titres .author {
  padding-left: 15px; }
  .page-index-journalistes #gr-unes-titres .author::before, .page-index-journalistes #gr-unes-titres .author::after {
    content: ' ';
    display: table; }
  .page-index-journalistes #gr-unes-titres .author::after {
    clear: both; }
  .page-index-journalistes #gr-unes-titres .author img {
    margin-right: 15px; }

.gr-page-enum-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 10px;
  min-width: 300px;
  padding: 10px; }
  .gr-page-enum-section .author-title,
  .gr-page-enum-section .dossier-title {
    font-size: 22px !important; }
  .gr-page-enum-section h2 {
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.35;
    border-bottom: 3px double #d7d7d7;
    color: #575757;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center; }
  .gr-page-enum-section .author-details {
    color: #797979;
    font-size: 16px; }
  .gr-page-enum-section .dossier-accroche {
    margin-top: 0 !important;
    margin: 0;
    padding: 0;
    padding-top: 10px; }

.chardinjs-overlay {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  z-index: 29;
  background-color: #000;
  opacity: 0; }

.chardinjs-helper-layer {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  z-index: 29;
  color: #fff; }
  .chardinjs-helper-layer.chardinjs-left {
    border-left: solid #fff 1px;
    margin-left: -10px; }
  .chardinjs-helper-layer.chardinjs-right {
    border-right: solid #fff 1px;
    padding-right: 10px; }
  .chardinjs-helper-layer.chardinjs-bottom {
    border-bottom: solid #fff 1px;
    padding-bottom: 10px; }
  .chardinjs-helper-layer.chardinjs-top {
    border-top: solid #fff 1px;
    padding-top: 10px; }

.chardinjs-tooltip {
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: absolute;
  max-width: 300px; }
  .chardinjs-tooltip.chardinjs-left {
    margin-left: -135px;
    padding-right: 10px; }
  .chardinjs-tooltip.chardinjs-right {
    margin-right: -135px;
    padding-left: 10px; }
  .chardinjs-tooltip.chardinjs-bottom {
    margin-bottom: -30px;
    padding-top: 10px; }
  .chardinjs-tooltip.chardinjs-top {
    margin-top: -50px;
    padding-bottom: 10px; }
  .chardinjs-tooltip.chardinjs-right::before, .chardinjs-tooltip.chardinjs-left::after, .chardinjs-tooltip.chardinjs-bottom::before, .chardinjs-tooltip.chardinjs-top::after {
    content: '.';
    display: inline-block;
    background-color: #fff;
    height: 1px;
    overflow: hidden;
    position: absolute; }
  .chardinjs-tooltip.chardinjs-right::before, .chardinjs-tooltip.chardinjs-left::after {
    width: 100px;
    top: 50%; }
  .chardinjs-tooltip.chardinjs-bottom::before, .chardinjs-tooltip.chardinjs-top::after {
    width: 1px;
    height: 30px;
    left: 50%; }
  .chardinjs-tooltip.chardinjs-bottom::before {
    top: -30px; }
  .chardinjs-tooltip.chardinjs-top::after {
    bottom: -50px; }
  .chardinjs-tooltip.chardinjs-right::before {
    left: -100px; }
  .chardinjs-tooltip.chardinjs-left::after {
    right: -100px; }
  .chardinjs-tooltip .chardinjs-tooltiptext {
    font-family: economica;
    font-size: 17px;
    text-align: center; }
    .chardinjs-tooltip .chardinjs-tooltiptext ul {
      padding: 0;
      text-align: left;
      list-style: none; }
    .chardinjs-tooltip .chardinjs-tooltiptext li {
      padding: 5px 0; }

.chardinjs-show-element {
  z-index: 30;
  opacity: .8; }

.chardinjs-relative-position {
  position: relative; }

.gr-key {
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  text-align: center;
  min-width: 36px;
  border-radius: 5px;
  font-family: helvetica;
  margin: 0 7px; }

.gdmode #gr-login {
  -webkit-animation-name: gdm;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: gdm;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.gdmode .navbar-inverse #gr-navbar-header {
  -webkit-animation-name: gdmb;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: gdmb;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

@-webkit-keyframes gdm {
  0% {
    background: #fdc800; }
  50% {
    background: #fce865; }
  100% {
    background: #fdc800; } }

@keyframes gdm {
  0% {
    background: #fdc800; }
  50% {
    background: #fce865; }
  100% {
    background: #fdc800; } }

@-webkit-keyframes gdmb {
  0% {
    border-top: 7px solid #fdc800; }
  50% {
    border-top: 7px solid #fce865; }
  100% {
    border-top: 7px solid #fdc800; } }

@keyframes gdmb {
  0% {
    border-top: 7px solid #fdc800; }
  50% {
    border-top: 7px solid #fce865; }
  100% {
    border-top: 7px solid #fdc800; } }

.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80); }

.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit; }
  .tour-step-backdrop > td {
    position: relative;
    z-index: 1101; }

.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px; }

.popover[class*='tour-'] {
  z-index: 1100; }
  .popover[class*='tour-'] .popover-navigation {
    padding: 0; }
    .popover[class*='tour-'] .popover-navigation *[data-role='end'] {
      float: right; }
    .popover[class*='tour-'] .popover-navigation *[data-role='prev'],
    .popover[class*='tour-'] .popover-navigation *[data-role='next'],
    .popover[class*='tour-'] .popover-navigation *[data-role='end'] {
      cursor: pointer; }
    .popover[class*='tour-'] .popover-navigation *[data-role='prev'].disabled,
    .popover[class*='tour-'] .popover-navigation *[data-role='next'].disabled,
    .popover[class*='tour-'] .popover-navigation *[data-role='end'].disabled {
      cursor: default; }
  .popover[class*='tour-'].orphan {
    position: fixed;
    margin-top: 0; }
    .popover[class*='tour-'].orphan .arrow {
      display: none; }

.popover {
  background: #333;
  border: 0;
  padding: 0;
  max-width: 500px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .popover.top > .arrow {
    border-top-color: #333; }
    .popover.top > .arrow::after {
      border-top-color: #333; }
  .popover.bottom > .arrow {
    border-bottom-color: #333; }
    .popover.bottom > .arrow::after {
      border-bottom-color: #333; }
  .popover.left > .arrow {
    border-left-color: #333; }
    .popover.left > .arrow::after {
      border-left-color: #333; }
  .popover.right > .arrow {
    border-right-color: #333; }
    .popover.right > .arrow::after {
      border-right-color: #333; }
  .popover button.btn.btn-default.disabled {
    display: none; }

.popover-title {
  background: #333;
  color: #fff;
  border: 0;
  font-family: Economica, sans-serif;
  font-size: 30px; }

.popover-content {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px; }
  .popover-content ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 15px; }
  .popover-content li {
    margin: 5px 0; }

.popover-navigation button.btn-default,
.popover-navigation button,
.popover-navigation button.btn-default,
.popover-navigation button {
  border: 0;
  font-family: Economica, sans-serif;
  font-size: 17px;
  background: #fdc800; }

.gr-panel-crosslinking {
  background: #f5f5f5;
  padding: 15px; }
  .gr-panel-crosslinking .media-heading {
    margin: 10px auto;
    text-align: center; }
  .gr-panel-crosslinking .cross-resume {
    text-align: justify; }
  .gr-panel-crosslinking .cross-link {
    background: #d7d7d7;
    border: 1px solid #fff;
    display: block;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-align: center; }
  .gr-panel-crosslinking .cross-score {
    color: #003978;
    float: right;
    font-size: 13px;
    margin-top: 5px; }
  .gr-panel-crosslinking.cinenews .media-heading {
    text-align: left; }
    .gr-panel-crosslinking.cinenews .media-heading a {
      display: inline-block;
      width: 75%; }
  .gr-panel-crosslinking img {
    display: block;
    width: 100%; }
  .gr-panel-crosslinking ul {
    list-style: none;
    margin: 10px 0; }
  .gr-panel-crosslinking li {
    margin-bottom: 4px;
    position: relative; }
    .gr-panel-crosslinking li::before {
      background: #003978;
      content: '';
      display: block;
      height: 7px;
      left: -17px;
      position: absolute;
      top: 6px;
      width: 7px; }
  .gr-panel-crosslinking footer {
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    .gr-panel-crosslinking footer img {
      display: inline-block;
      vertical-align: text-bottom;
      width: 100%; }
    .gr-panel-crosslinking footer a {
      display: inline-block;
      margin-left: 10px;
      width: 30%; }

.gr-paywall-block {
  float: left; }
  @media (min-width: 992px) {
    .gr-paywall-block {
      width: calc(100% - 360px); } }

.gr-article-tronque {
  clear: both;
  color: #003978;
  font-family: "roboto_condensed", sans-serif;
  font-size: 17px;
  text-align: center; }
  @media (min-width: 700px) {
    .gr-article-tronque {
      margin: 20px 30px 15px; } }
  .gr-article-tronque .gr-tronque-heading {
    color: #797979;
    font-family: "roboto_condensedlight", sans-serif;
    font-size: 25px;
    margin-bottom: 20px; }
  .gr-article-tronque .btn {
    background: #FDC800;
    border-radius: 8px;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin: 40px auto;
    padding: 7px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 245px; }
    .gr-article-tronque .btn:hover {
      background: #ffd431; }
  .gr-article-tronque .row {
    font-size: 22px;
    font-weight: bold;
    margin: auto;
    padding-top: 15px; }
  @media (max-width: 699px) {
    .gr-article-tronque .col-sm-4 {
      border-right: 0;
      margin-top: 10px; } }
  .gr-article-tronque .col-sm-4:last-child {
    border: 0; }
  .gr-article-tronque .offre {
    font-family: "roboto_condensed", sans-serif;
    font-size: 33px;
    line-height: 30px;
    margin: 10px 0 0; }
    @media (max-width: 699px) {
      .gr-article-tronque .offre {
        font-size: 30px;
        line-height: 45px; } }
    .gr-article-tronque .offre span {
      font-size: 60px;
      font-weight: bold;
      position: relative;
      top: 11px; }
  .gr-article-tronque .bottom {
    background-color: #f0f0f0;
    font-family: "roboto_condensed", sans-serif;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 15px; }
    .gr-article-tronque .bottom a {
      color: #003978;
      text-decoration: underline; }
      .gr-article-tronque .bottom a:hover {
        text-decoration: none; }

.gr-paywall-fade {
  position: relative; }
  .gr-paywall-fade::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 90%);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.ps-container {
  overflow-y: hidden !important;
  padding-right: 11px !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 {
    display: block;
    height: 100% !important;
    position: absolute;
    opacity: .7;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 5px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      background-color: #383838;
      -webkit-transition: background-color .2s linear;
      transition: background-color .2s linear;
      right: 0;
      top: 0;
      width: 5px; }
  .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; }

#defs {
  position: fixed;
  background: #f5f5f5;
  padding-bottom: 30px;
  width: 40%;
  height: calc(100vh - 36px);
  top: 36px;
  right: 0;
  z-index: 100;
  opacity: .97;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #defs.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 30px #aaa;
    box-shadow: 0 0 30px #aaa; }
  #defs header {
    padding: 25px 15px 10px;
    background: #e5e5e5;
    position: fixed;
    width: 100%;
    min-height: 128px;
    font-family: economica;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #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; }
  #defs img {
    max-width: 100%;
    height: auto; }
  #defs .thumbinner {
    max-width: 100%;
    background: #000;
    color: #fff;
    margin-bottom: 5px; }
  #defs .thumbcaption {
    padding: 5px; }
  #defs table {
    margin-bottom: 15px; }
  #defs td,
  #defs th {
    padding: 0 10px;
    text-align: left; }
  #defs caption {
    padding: 5px 10px; }
  #defs .hr {
    margin: 10px 0; }
  #defs .close {
    position: fixed;
    top: 10px;
    right: 10px;
    font-family: helvetica, sans-serif; }
  #defs .plainlinks,
  #defs .navigation-only,
  #defs .navbar.noprint.bordered,
  #defs .toc {
    display: none; }
  #defs .entete {
    margin: 5px 0;
    padding: 5px 10px; }
  #defs .reftag {
    display: inline-block;
    padding: 3px 10px;
    background: #C47D00;
    color: #ddd;
    border-radius: 3px;
    margin: 2px;
    cursor: pointer; }
  #defs footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 0 15px 5px;
    text-align: right; }
    #defs footer img {
      width: 70px; }

#defselect {
  position: absolute;
  background: rgba(253, 200, 0, 0.5);
  z-index: 1;
  pointer-events: none; }

#defcontent {
  padding: 5px 30px 0;
  margin-top: 128px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto; }

#defhistory {
  list-style: none;
  padding: 0;
  border-left: 1px solid #ccc;
  margin: 0; }
  #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; }
    #defhistory li:hover {
      color: #C47D00; }

#defsearch {
  border-bottom: 1px solid; }
  #defsearch .reftag {
    float: right;
    margin-top: 15px;
    font-size: 15px; }

#definput {
  background: none;
  border: 0;
  font-size: 36px;
  outline: none;
  width: 70%; }

#watson {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  z-index: 10;
  text-align: center;
  font-size: 40px;
  font-family: economica;
  border-radius: 3px;
  cursor: pointer; }
  #watson input {
    background: none;
    border: 0;
    outline: none;
    display: none; }

.watson {
  border: 3px solid cyan; }
  .watson #wrapper {
    cursor: help; }

.gr-pepite {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 57, 120, 0.9);
  color: #fff;
  font-family: "roboto_condensed", sans-serif;
  font-size: 21px;
  text-align: center;
  padding: 30px 15px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  .gr-pepite strong {
    font-family: "roboto_condensed", sans-serif;
    font-size: 42px;
    text-transform: none; }
  .gr-media-wrapper-pepite:hover .gr-pepite {
    visibility: hidden;
    opacity: 0; }

.gr-pepite-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.gr-pepite-title {
  text-transform: uppercase; }

.gr-pepite-info {
  margin-top: 15px;
  font-size: 17px; }

.gr-media-wrapper-pepite {
  position: relative;
  clear: both; }

@media (min-width: 700px) {
  .flex-owl {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: 0 15px 30px;
    padding-bottom: 0;
    width: calc(100vw - 30px * 2); } }

@media (min-width: 992px) {
  .flex-owl {
    width: calc(100vw - 300px - 30px * 5); } }

@media (min-width: 1921px) {
  .flex-owl {
    width: calc( 100vw - 300px - 30px * 2 - ( 100vw - 1190px )); } }

.gr-articles-carousel {
  color: #575757;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f5f5f5;
  padding: 30px;
  margin: 30px 0 30px 30px;
  position: relative;
  width: auto; }
  @media (max-width: 699px) {
    .gr-articles-carousel {
      padding: 10px 15px;
      margin: 30px 0; } }
  @media (min-width: 700px) and (max-width: 991px) {
    .gr-articles-carousel {
      margin-left: 0;
      padding: 15px 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-articles-carousel {
      margin-left: 0; } }
  .gr-articles-carousel .panel-heading {
    font-size: 24px; }
    @media (max-width: 699px) {
      .gr-articles-carousel .panel-heading {
        font-size: 17px; } }
    .gr-articles-carousel .panel-heading a {
      color: #575757; }
  @media (max-width: 699px) {
    .gr-articles-carousel .list-group {
      overflow: auto;
      white-space: nowrap; } }
  @media (max-width: 699px) {
    .gr-articles-carousel .list-group-item {
      display: inline-block;
      margin: 0 5px;
      vertical-align: top;
      white-space: normal;
      width: 80%; } }
  .gr-articles-carousel .media-body {
    margin-top: 5px; }
  .gr-articles-carousel .owl-carousel {
    margin: 0;
    width: 100%; }
  .gr-articles-carousel .owl-item > .list-group-item {
    margin: 30px 0 0 30px;
    padding: 0; }
    @media (max-width: 699px) {
      .gr-articles-carousel .owl-item > .list-group-item {
        margin: 5px; } }
    .gr-articles-carousel .owl-item > .list-group-item > a {
      color: #575757;
      display: block;
      overflow: hidden;
      position: relative; }
      .gr-articles-carousel .owl-item > .list-group-item > a .img-responsive {
        -webkit-transition: -webkit-transform ease .5s;
        transition: -webkit-transform ease .5s;
        transition: transform ease .5s;
        transition: transform ease .5s, -webkit-transform ease .5s; }
      .gr-articles-carousel .owl-item > .list-group-item > a:hover .img-responsive {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
  .gr-articles-carousel .owl-prev,
  .gr-articles-carousel .owl-next {
    background: #003978;
    padding-bottom: 0;
    top: 15px;
    bottom: 0;
    width: 60px;
    z-index: 19;
    background: transparent; }
    .gr-articles-carousel .owl-prev::before,
    .gr-articles-carousel .owl-next::before {
      position: absolute;
      height: 80px;
      background: rgba(128, 127, 110, 0.7);
      top: 50%;
      width: 40px;
      content: '';
      margin-top: -40px;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      @media (max-width: 991px) {
        .gr-articles-carousel .owl-prev::before,
        .gr-articles-carousel .owl-next::before {
          width: 30px; } }
      @media (max-width: 699px) {
        .gr-articles-carousel .owl-prev::before,
        .gr-articles-carousel .owl-next::before {
          top: 40%; } }
    .gr-articles-carousel .owl-prev:hover::before,
    .gr-articles-carousel .owl-next:hover::before {
      background: #807F6E; }
    @media (max-width: 699px) {
      .gr-articles-carousel .owl-prev,
      .gr-articles-carousel .owl-next {
        top: 50%; } }
    .gr-articles-carousel .owl-prev .icon,
    .gr-articles-carousel .owl-next .icon {
      position: absolute;
      top: 50%;
      margin-top: -40px;
      width: 40px;
      display: block;
      font-size: 30px;
      line-height: 80px; }
      @media (max-width: 991px) {
        .gr-articles-carousel .owl-prev .icon,
        .gr-articles-carousel .owl-next .icon {
          width: 30px; } }
      @media (max-width: 699px) {
        .gr-articles-carousel .owl-prev .icon,
        .gr-articles-carousel .owl-next .icon {
          top: 40%; } }
    @media (max-width: 699px) {
      .gr-articles-carousel .owl-prev,
      .gr-articles-carousel .owl-next {
        top: 15px; } }
  .gr-articles-carousel .owl-prev {
    left: 0; }
    .gr-articles-carousel .owl-prev .icon {
      left: 0; }
    .gr-articles-carousel .owl-prev::before {
      left: 0; }
  .gr-articles-carousel .owl-next {
    right: 0; }
    .gr-articles-carousel .owl-next .icon {
      right: 0; }
    .gr-articles-carousel .owl-next::before {
      right: 0; }
  .gr-articles-carousel .media-heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .gr-articles-carousel .media-heading {
        font-size: 2.4vw; } }
    .gr-articles-carousel .media-heading a {
      color: #242424; }
  .gr-articles-carousel .media-excerpt {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0; }
    @media (max-width: 699px) {
      .gr-articles-carousel .media-excerpt {
        display: none; } }
  .gr-articles-carousel .gr-meta {
    display: block;
    margin: 0;
    padding: 0;
    position: static; }
  .gr-articles-carousel .img-responsive {
    width: 100%; }
  .gr-articles-carousel .media-list {
    list-style-type: square;
    margin-top: 30px;
    padding-left: 15px; }
  .gr-articles-carousel .media-item {
    margin-top: 10px;
    color: #003978;
    font-size: 16px; }
    .gr-articles-carousel .media-item a {
      font-size: 14px;
      line-height: 16px;
      display: block; }
  @media (min-width: 700px) {
    .pane-ena-coupe-du-monde ~ .gr-articles-carousel {
      display: none; } }

.gr-articles-carousel-big .owl-item {
  float: left; }
  .gr-articles-carousel-big .owl-item > .list-group-item {
    margin-left: 15px;
    margin-top: 15px; }
    @media (max-width: 991px) {
      .gr-articles-carousel-big .owl-item > .list-group-item {
        margin: 0; } }
    .gr-articles-carousel-big .owl-item > .list-group-item > a {
      float: none;
      width: 100%; }
      @media (min-width: 700px) and (max-width: 991px) {
        .gr-articles-carousel-big .owl-item > .list-group-item > a {
          margin-bottom: 15px; } }
      @media (min-width: 992px) {
        .gr-articles-carousel-big .owl-item > .list-group-item > a {
          float: left;
          width: 60%; } }

.gr-articles-carousel-big .gr-meta {
  margin: 0 0 10px; }

.gr-articles-carousel-big .media-heading a {
  color: #242424; }

.gr-articles-carousel-big .media-body {
  padding: 0 3%; }
  @media (max-width: 699px) {
    .gr-articles-carousel-big .media-body {
      margin: 10px auto 0;
      width: auto; } }
  @media (min-width: 992px) {
    .gr-articles-carousel-big .media-body {
      width: 40%;
      margin-left: 60%; } }

.gr-articles-carousel-big .img-responsive.lazy {
  margin: 0;
  min-width: 0;
  padding: 0;
  width: 100%; }

@media (max-width: 699px) {
  .gr-articles-carousel-big.owl-carousel {
    margin-bottom: 15px; } }

.gr-articles-carousel-small {
  padding: 0 30px 0 0;
  z-index: 0; }
  @media (max-width: 699px) {
    .gr-articles-carousel-small.owl-loaded {
      display: none; } }
  .gr-articles-carousel-small.list-group {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
    width: auto; }
  .gr-articles-carousel-small .owl-item > .list-group-item {
    margin: 30px 30px 0 0; }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-articles-carousel-small .owl-item > .list-group-item {
        margin: 0 15px 0 0; } }
  .gr-articles-carousel-small .owl-item.active > .list-group-item {
    /*
                &::before {
                    background: $light;
                    content: '';
                    height: 100%;
                    left: -$mediaGutter;
                    position: absolute;
                    top: 0;
                    width: 1px;
                }
                */ }
  .gr-articles-carousel-small .owl-item:not(.active) + .owl-item.active > .list-group-item::before {
    display: none; }
  .gr-articles-carousel-small .media-body {
    margin-top: 15px;
    overflow: visible;
    position: relative;
    z-index: 1; }
  .gr-articles-carousel-small .media-heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px; }
  .gr-articles-carousel-small .media-list,
  .gr-articles-carousel-small .media-excerpt {
    display: none; }
  .gr-articles-carousel-small .gr-meta {
    display: none; }

.flex-owl .gr-articles-carousel {
  margin: 0; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 1; }
  .owl-carousel .owl-item .owl-lazy[src=''] {
    opacity: 0; }

.owl-carousel .owl-item.active .owl-lazy {
  opacity: 1; }

@media (max-width: 699px) {
  .owl-controls {
    display: none; } }

.gr-une-event {
  background: #f5f5f5;
  margin: 0 0 30px 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gr-une-event {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .gr-une-event {
      margin: 0; } }
  .gr-une-event .media-wrapper .media-heading {
    background: rgba(0, 57, 120, 0.7);
    bottom: 30px;
    font-weight: 600;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: 30px; }
    @media (max-width: 699px) {
      .gr-une-event .media-wrapper .media-heading {
        font-size: 25px;
        padding: 15px; } }
    @media (min-width: 700px) and (max-width: 991px) {
      .gr-une-event .media-wrapper .media-heading {
        font-size: 40px;
        padding: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gr-une-event .media-wrapper .media-heading {
        font-size: 6vw; } }
    @media (min-width: 1200px) {
      .gr-une-event .media-wrapper .media-heading {
        font-size: 4vw; } }
    .gr-une-event .media-wrapper .media-heading a {
      color: #fff; }
  .gr-une-event .media-wrapper .embed-container {
    display: block;
    margin-bottom: 0; }
  .gr-une-event .gr-articles-related,
  .gr-une-event .media-body {
    border-top: 1px solid #fff;
    padding: 30px; }
    @media (max-width: 991px) {
      .gr-une-event .gr-articles-related,
      .gr-une-event .media-body {
        padding: 10px 15px; } }
  .gr-une-event .gr-teasers-list {
    float: right;
    width: 35%; }
  .gr-une-event .gr-article-teaser {
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.3;
    font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
    margin-bottom: 10px;
    max-width: 800px; }
    .gr-une-event .gr-article-teaser a {
      color: #383838; }
    .gr-une-event .gr-article-teaser .gr-article-section {
      color: #840303; }
  .gr-une-event .gr-une-chapo {
    margin-bottom: 20px; }
    .gr-une-event .gr-une-chapo::before, .gr-une-event .gr-une-chapo::after {
      content: ' ';
      display: table; }
    .gr-une-event .gr-une-chapo::after {
      clear: both; }
    .gr-une-event .gr-une-chapo .gr-teasers-list {
      margin-top: 20px; }
      .gr-une-event .gr-une-chapo .gr-teasers-list li a {
        color: #003978; }
    .gr-une-event .gr-une-chapo .gr-media-embed {
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      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: 15px;
      padding-right: 15px;
      position: relative; }
      @media (min-width: 992px) {
        .gr-une-event .gr-une-chapo .media-body {
          float: left;
          width: 33.33333%; } }
  .gr-une-event .media {
    border-bottom: 0;
    padding-bottom: 0; }
  .gr-une-event .gr-articles-related {
    padding-top: 20px; }
    @media (min-width: 700px) {
      .gr-une-event .gr-articles-related {
        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; } }
  .gr-une-event .gr-article-related {
    margin: 0 0 20px; }
    .gr-une-event .gr-article-related::before, .gr-une-event .gr-article-related::after {
      content: ' ';
      display: table; }
    .gr-une-event .gr-article-related::after {
      clear: both; }
    @media (max-width: 991px) {
      .gr-une-event .gr-article-related {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .gr-une-event .gr-article-related {
        width: calc(((100% - 60px) / 3));
        margin-left: 30px; }
        .gr-une-event .gr-article-related:nth-child(3n + 1) {
          margin-left: 0; } }
    .gr-une-event .gr-article-related .embed-container {
      display: none;
      float: left;
      margin-bottom: 0;
      max-width: 35%;
      min-width: auto; }
      @media (min-width: 992px) {
        .gr-une-event .gr-article-related .embed-container {
          display: block;
          max-width: 40%; } }
    .gr-une-event .gr-article-related .media-heading {
      font-size: 18px;
      font-weight: 400;
      padding: 0 0 0 15px;
      position: relative;
      text-align: left; }
      @media (min-width: 992px) {
        .gr-une-event .gr-article-related .media-heading {
          margin-left: calc(40% + 10px); } }
      .gr-une-event .gr-article-related .media-heading::before {
        font-size: .5em !important;
        width: 0;
        position: absolute;
        top: 5px;
        left: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 6px solid #840303;
        content: ""; }
      .gr-une-event .gr-article-related .media-heading a {
        color: #003978; }
    .gr-une-event .gr-article-related .gr-article-section {
      color: #840303;
      font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif; }

.media-wrapper {
  position: relative; }

.gr-tools {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: MillerDisplay, Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: -1px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 699px) {
    .gr-tools {
      display: none; } }
  .gr-tools::before {
    background: #fff;
    content: '';
    height: 3px;
    position: absolute;
    top: -2px;
    width: 20px; }

.gr-tools-item {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-right: 0;
  color: #000;
  padding: 0 15px;
  position: relative; }
  .gr-tools-item:hover {
    background: #f5f5f5; }
  .gr-tools-item:first-child {
    border-radius: 15px 0 0 15px; }
  .gr-tools-item:last-child {
    border-radius: 0 0 15px 0;
    border-right: 1px solid #d7d7d7; }

.article-features-zen-reading {
  display: none; }
  .page-node .article-features-zen-reading {
    display: block; }

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

@media (min-width: 700px) and (max-width: 991px) {
  .gr-full-width-page #wrapper {
    margin: 0;
    padding: 0 10px; } }

.gr-full-width-page article {
  padding: 0; }

.gr-full-width-page #gr-une-bis-content {
  padding-left: 0;
  padding-right: 0; }

.gr-full-width-page #gr-article {
  padding: 0; }
  .gr-full-width-page #gr-article .gr-article-header {
    padding-left: 0;
    padding-right: 0; }
  .gr-full-width-page #gr-article .gr-main-media {
    margin-left: 0;
    margin-right: 0; }
  .gr-full-width-page #gr-article #comments {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 70%; }
    @media (max-width: 699px) {
      .gr-full-width-page #gr-article #comments {
        width: 100%; } }
    .gr-full-width-page #gr-article #comments form {
      margin-left: 0;
      margin-right: 0; }

.gr-full-width-page #gr-article-container {
  padding: 0; }

.gr-full-width-page #gr-full-width-page-tools {
  background: none !important;
  position: static;
  width: auto; }

.gr-full-width-page #gr-sidebar-left {
  background: #fff !important;
  z-index: 22;
  left: calc(-320px - 30px);
  top: 0; }
  @media (min-width: 700px) {
    .gr-full-width-page #gr-sidebar-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  @media (min-width: 1200px) {
    .gr-full-width-page #gr-sidebar-left {
      left: calc(-23% - 30px); } }
  .gr-full-width-page #gr-sidebar-left.is-visible {
    left: 0; }

.gr-full-width-page.has-header-small #gr-sidebar-left.is-visible {
  left: 30px; }

.gr-full-width-page #gr-le-direct {
  position: inherit; }
  .gr-full-width-page #gr-le-direct .gr-le-direct-tap {
    position: absolute;
    top: 79px;
    z-index: 4; }
    @media (min-width: 1200px) {
      .gr-full-width-page #gr-le-direct .gr-le-direct-tap {
        top: 102px; } }

.gr-full-width-page .is-visible #gr-le-direct .gr-le-direct-tap {
  display: block; }

.has-zen-reader #wrapper {
  max-width: 100%; }

.has-zen-reader .gr-article-content {
  margin: 0 auto !important;
  max-width: 80%; }

.has-zen-reader #gr-footer {
  display: block !important;
  margin-left: 0 !important; }

.has-zen-reader .gr-social-links {
  display: block !important; }

.has-zen-reader .gr-panel--article-block-more {
  display: none; }

.has-zen-reader .gr-zen-toolbar .gr-social {
  display: none !important; }

.is-zen-reader {
  padding: 60px 30px 30px !important; }
  #gr-article .is-zen-reader .entry-details {
    border: 0;
    margin: 0;
    margin-right: 15px;
    display: inline-block; }
  .is-zen-reader .gr-article-teaser {
    text-align: left; }
  .is-zen-reader .gr-article-features .article-features-zen-reading {
    top: 0; }
  .is-zen-reader .gr-article-features a {
    height: auto;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 10px; }
    .is-zen-reader .gr-article-features a:focus, .is-zen-reader .gr-article-features a:hover {
      border: none;
      outline: none;
      background: #840303;
      top: 0;
      padding: 0 10px;
      cursor: pointer; }

.gr-zen-toolbar {
  background: #003978;
  text-align: center; }
  .gr-zen-toolbar .gr-header-link {
    display: block;
    height: 36px; }
    .gr-zen-toolbar .gr-header-link > a {
      height: 36px;
      padding-top: 12px; }
      .gr-zen-toolbar .gr-header-link > a .fa,
      .gr-zen-toolbar .gr-header-link > a .glyphicon,
      .gr-zen-toolbar .gr-header-link > a .icon-suncloud {
        display: none; }
  .gr-zen-toolbar .home {
    background: url("/sites/all/themes/enabootstrap_lesoir/images/site-logo.svg") left center no-repeat;
    background-size: 170px 30px;
    margin: 0 auto; }
  .gr-zen-toolbar .gr-social {
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px; }

.gr-story {
  counter-reset: article; }
  @media (max-width: 699px) {
    .gr-story article {
      padding: 0 10px; } }
  .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;
    margin-top: 100px; }
  .gr-story #gr-unes-titres {
    width: 100%;
    margin: 0; }
    @media (max-width: 991px) {
      .gr-story #gr-unes-titres {
        padding: 0 15px; } }
  .gr-story .media-heading,
  .gr-story .gr-article-header h1 {
    font-size: 72px;
    max-width: 980px;
    margin: 20px auto 0; }
    @media (max-width: 699px) {
      .gr-story .media-heading,
      .gr-story .gr-article-header h1 {
        font-size: 32px; } }
  .gr-story .metawrap {
    max-width: 980px;
    margin: 0 auto 30px;
    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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
    .gr-story .metawrap .gr-meta {
      font-family: "roboto_condensedlight", sans-serif;
      font-size: 14px;
      margin-bottom: 0; }
      .gr-story .metawrap .gr-meta:not(.gr-meta-author) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 15px; }
        .gr-story .metawrap .gr-meta:not(.gr-meta-author):before {
          display: inline-block;
          content: "";
          width: 15px;
          height: 1px;
          background: #003978;
          vertical-align: middle;
          margin-right: 10px; }
    .gr-story .metawrap .dpisocial-share-long-format {
      margin: 0; }
      .gr-story .metawrap .dpisocial-share-long-format .btn {
        background: #fff; }
  .gr-story .gr-media {
    max-width: 600px;
    margin: 0 auto 30px;
    background: none; }
    .gr-story .gr-media::before, .gr-story .gr-media::after {
      content: ' ';
      display: table; }
    .gr-story .gr-media::after {
      clear: both; }
    .gr-story .gr-media .embed-responsive {
      border: 0; }
  .gr-story .gr-media-image {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    .gr-story .gr-media-image h2 {
      font-size: 25px;
      background: none; }
    .gr-story .gr-media-image.gr-media-left, .gr-story .gr-media-image.gr-media-right {
      margin-left: 15px;
      margin-right: 15px; }
    .gr-story .gr-media-image.gr-main-media {
      max-width: none; }
  .gr-story .gr-media--twitter {
    width: auto;
    margin: auto;
    background: none; }
  .gr-story .gr-media--video {
    max-width: none; }
  .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::before, .gr-story .gr-article-secondary::after {
      content: ' ';
      display: table; }
    .gr-story .gr-article-secondary::after {
      clear: both; }
    .gr-story .gr-article-secondary::before {
      content: counter(article);
      position: absolute;
      top: 0;
      right: 30px;
      font-size: 100px;
      font-family: georgia;
      color: #f5f5f5; }
      @media (max-width: 699px) {
        .gr-story .gr-article-secondary::before {
          right: 10px;
          font-size: 20px; } }
    .gr-story .gr-article-secondary .metawrap {
      max-width: 900px; }
    .gr-story .gr-article-secondary .gr-article-header h1 {
      font-size: 55px;
      margin-bottom: 20px; }
  .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;
        margin: 0 auto; } }
    .gr-story .gr-article-teaser p {
      font-family: georgia;
      font-size: 24px;
      color: #000;
      max-width: none; }
  .gr-story .media-object {
    min-width: 100%;
    max-width: 100%;
    margin: 0; }
  .gr-story .gr-article-content {
    width: 100%;
    padding: 0;
    margin: 0; }
    .gr-story .gr-article-content h2 {
      color: #003978;
      font-family: georgia;
      max-width: 700px;
      margin: 30px auto;
      clear: both; }
      @media (max-width: 699px) {
        .gr-story .gr-article-content h2 {
          font-size: 21px;
          margin: 15px auto;
          padding: 0; } }
    .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 .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-hors-texte-gauche,
    .gr-story .gr-article-content .gr-hors-texte-droite,
    .gr-story .gr-article-content .gr-article-hors-texte {
      max-width: 700px;
      margin: 0 auto 30px;
      clear: both;
      background: #f5f5f5;
      border-top: 0; }
      @media (max-width: 699px) {
        .gr-story .gr-article-content .gr-hors-texte-gauche,
        .gr-story .gr-article-content .gr-hors-texte-droite,
        .gr-story .gr-article-content .gr-article-hors-texte {
          padding: 0 10px; } }
      .gr-story .gr-article-content .gr-hors-texte-gauche .metawrap,
      .gr-story .gr-article-content .gr-hors-texte-droite .metawrap,
      .gr-story .gr-article-content .gr-article-hors-texte .metawrap {
        padding: 0 15px; }
      .gr-story .gr-article-content .gr-hors-texte-gauche h2,
      .gr-story .gr-article-content .gr-hors-texte-droite h2,
      .gr-story .gr-article-content .gr-article-hors-texte h2 {
        font-size: 19px;
        margin: 0 15px 15px; }
      .gr-story .gr-article-content .gr-hors-texte-gauche h3,
      .gr-story .gr-article-content .gr-hors-texte-droite h3,
      .gr-story .gr-article-content .gr-article-hors-texte h3 {
        padding: 15px;
        font-size: 1.6em;
        padding-bottom: 10px;
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: 7px solid #003978;
        font-family: "roboto_condensedlight", sans-serif; }
      .gr-story .gr-article-content .gr-hors-texte-gauche figure,
      .gr-story .gr-article-content .gr-hors-texte-droite figure,
      .gr-story .gr-article-content .gr-article-hors-texte figure {
        margin-bottom: 10px; }
      .gr-story .gr-article-content .gr-hors-texte-gauche img,
      .gr-story .gr-article-content .gr-hors-texte-droite img,
      .gr-story .gr-article-content .gr-article-hors-texte 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,
      .gr-story .gr-article-content .gr-article-hors-texte 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,
      .gr-story .gr-article-content .gr-article-hors-texte .drop-cap {
        font-size: 3em; }
      .gr-story .gr-article-content .gr-hors-texte-gauche .author,
      .gr-story .gr-article-content .gr-hors-texte-droite .author,
      .gr-story .gr-article-content .gr-article-hors-texte .author {
        font-family: "roboto_condensedlight", sans-serif;
        font-size: 14px;
        display: block; }
      .gr-story .gr-article-content .gr-hors-texte-gauche .gr-meta,
      .gr-story .gr-article-content .gr-hors-texte-droite .gr-meta,
      .gr-story .gr-article-content .gr-article-hors-texte .gr-meta {
        padding: 0 15px;
        margin: 0 0 10px; }
      .gr-story .gr-article-content .gr-hors-texte-gauche .media-object,
      .gr-story .gr-article-content .gr-hors-texte-droite .media-object,
      .gr-story .gr-article-content .gr-article-hors-texte .media-object {
        margin-bottom: 15px;
        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: 0 15px;
      clear: left; }
      @media (max-width: 699px) {
        .gr-story .gr-article-content .gr-hors-texte-gauche,
        .gr-story .gr-article-content .gr-hors-texte-droite {
          float: none;
          width: auto;
          margin: 10px; } }
      .gr-story .gr-article-content .gr-hors-texte-gauche .gr-media,
      .gr-story .gr-article-content .gr-hors-texte-droite .gr-media {
        width: 100%;
        margin: 0;
        padding: 0; }
    .gr-story .gr-article-content .gr-hors-texte-droite {
      float: right;
      clear: right;
      margin-left: 15px;
      margin-right: 0; }
      @media (max-width: 699px) {
        .gr-story .gr-article-content .gr-hors-texte-droite {
          float: none;
          margin: 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 .gr-comment-login {
    max-width: 900px; }
  .gr-story #comments {
    max-width: 900px;
    margin: 30px auto;
    width: auto; }

.gr-story-navigation {
  position: fixed;
  top: 36px;
  background: #fff;
  left: 24px;
  z-index: 100;
  margin: 5px;
  font-family: "roboto_condensedlight", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .gr-story-navigation {
      top: 64px; } }
  .gr-story-navigation span {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    background: #f5f5f5;
    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-left: 30px;
  margin-right: 30px;
  clear: left; }
  @media (max-width: 699px) {
    .gr-media-left,
    .gr-media-right {
      float: none;
      width: auto;
      margin-left: 10px;
      margin-right: 10px; } }
  .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; }
  @media (max-width: 699px) {
    .gr-media-right {
      float: none; } }

.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 {
    position: static;
    margin: 0; }
  .gr-media-center .gr-caption small {
    color: #797979; }

.gr-story-exergue-centre,
.gr-story-exergue-droite,
.gr-story-exergue-gauche {
  width: 290px;
  padding: 30px;
  background: url(/sites/all/themes/enabootstrap_lesoir/images/quotes.svg) top left no-repeat;
  border: 0; }
  @media (max-width: 699px) {
    .gr-story-exergue-centre,
    .gr-story-exergue-droite,
    .gr-story-exergue-gauche {
      width: auto; } }
  .gr-story-exergue-centre p,
  .gr-story-exergue-droite p,
  .gr-story-exergue-gauche p {
    font-family: georgia;
    font-size: 24px;
    line-height: 1.1;
    color: #000; }

.gr-story-exergue-droite {
  float: right;
  margin-left: 10px; }
  @media (max-width: 699px) {
    .gr-story-exergue-droite {
      float: none; } }

.gr-story-exergue-gauche {
  float: left; }
  @media (max-width: 699px) {
    .gr-story-exergue-gauche {
      float: none; } }

.gr-story-exergue-centre {
  width: auto;
  max-width: 500px;
  margin: auto; }
  .gr-story-exergue-centre p {
    font-size: 35px;
    line-height: 1.3; }

.dpisocial-share-long-format {
  max-width: 900px;
  margin: auto; }

.is-night-mode {
  background: #EDCF8A; }
  .is-night-mode #gr-sidebar-left-content,
  .is-night-mode .gr-content-inner,
  .is-night-mode #gr-main-content,
  .is-night-mode #wrapper {
    background: #EDCF8A; }

.gr-font-sizes {
  color: #d7d7d7; }

.gr-font-size-small {
  font-size: 10px; }

.gr-font-size-regular {
  font-size: 13px; }

.gr-font-size-big {
  font-size: 17px; }

.page-node.has-font-small .gr-font-size-small {
  color: #000; }

.page-node.has-font-small .gr-article-teaser {
  font-size: 19px; }

.page-node.has-font-small .gr-article-content p {
  font-size: 16px; }

.page-node.has-font-regular .gr-font-size-regular {
  color: #000; }

.page-node.has-font-regular .gr-article-teaser {
  font-size: 21px; }

.page-node.has-font-regular .gr-article-content p {
  font-size: 19px; }

.page-node.has-font-big .gr-font-size-big {
  color: #000; }

.page-node.has-font-big .gr-article-teaser {
  font-size: 25px; }

.page-node.has-font-big .gr-article-content p {
  font-size: 22px; }

.native-advertising .gr-article-header h1 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px; }

.native-advertising #gr-aside-content {
  width: auto; }

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