.menu li a, .highlighted-link a, .video-thumbnail a, .rss-item a, .wallpaper .wallpaper-size a {
  text-decoration: none;
  color: inherit; }
  .menu li a:hover, .highlighted-link a:hover, .video-thumbnail a:hover, .rss-item a:hover, .wallpaper .wallpaper-size a:hover {
    text-decoration: underline; }

.row, .menu, .item-article, .video-list, .event-link-wrapper, .grouped-list-mag, .unique-list-mag, .row-most-read, .similar-articles {
  zoom: 1; }
  .row:before, .menu:before, .item-article:before, .video-list:before, .event-link-wrapper:before, .grouped-list-mag:before, .unique-list-mag:before, .row-most-read:before, .similar-articles:before, .row:after, .menu:after, .item-article:after, .video-list:after, .event-link-wrapper:after, .grouped-list-mag:after, .unique-list-mag:after, .row-most-read:after, .similar-articles:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .row:after, .menu:after, .item-article:after, .video-list:after, .event-link-wrapper:after, .grouped-list-mag:after, .unique-list-mag:after, .row-most-read:after, .similar-articles:after {
    clear: both; }

.full-article-link, .header-link, .newsletter-btn, .full-event-link, .grouped-list-mag .more-link, .unique-list-mag .more-link, input.form-submit, .btn-magazine {
  display: inline-block;
  font-size: 13px;
  background-color: #de0416;
  color: #FFF;
  padding: 3px 12px;
  border-radius: 20px;
  background-image: -o-linear-gradient(-90deg, #FF1E26 0%, #E11A22 100%);
  background-image: -moz-linear-gradient(-90deg, #FF1E26 0%, #E11A22 100%);
  background-image: -webkit-linear-gradient(-90deg, #FF1E26 0%, #E11A22 100%);
  background-image: -ms-linear-gradient(-90deg, #FF1E26 0%, #E11A22 100%);
  background-image: linear-gradient(-180deg, #FF1E26 0%, #E11A22 100%);
  border: 1px solid #D1191F;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 2px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 2px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 2px 0px rgba(255, 255, 255, 0.3); }

.header-link.blue, .grouped-list-mag .more-link.blue, .unique-list-mag .more-link.blue, input.form-submit, .btn-magazine.blue {
  background-image: -o-linear-gradient(-90deg, #355AB8 0%, #2c4c9f 100%);
  background-image: -moz-linear-gradient(-90deg, #355AB8 0%, #2c4c9f 100%);
  background-image: -webkit-linear-gradient(-90deg, #355AB8 0%, #2c4c9f 100%);
  background-image: -ms-linear-gradient(-90deg, #355AB8 0%, #2c4c9f 100%);
  background-image: linear-gradient(-180deg, #355AB8 0%, #2c4c9f 100%);
  border: 1px solid #183378; }

::selection, ::-moz-selection {
  background: #de0416;
  /* Firefox */
  color: #fff; }

.highlighted-link {
  position: absolute;
  left: 0px;
  bottom: 35px;
  padding: 10px 20px;
  max-width: 400px;
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
  text-transform: uppercase; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Gridpak Beta SCSS 
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.col {
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.row {
  margin-left: -20px; }

.col {
  border-left-width: 20px;
  padding: 0 0px; }

/* --- Gridpak variables ---*/
.span_1 {
  width: 8.33333%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_2 {
  width: 16.66667%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_3, .after-highlighted, .article, .element-list-mag {
  width: 25%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_4, .logo, .rightbar, .header-description, .video-thumbnail {
  width: 33.33333%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_5 {
  width: 41.66667%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_6, .feeds, .passions, .item, .item-article, .zone-3, .wallpaper {
  width: 50%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_7 {
  width: 58.33333%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_8, .header, .passions, .header-video, .category {
  width: 66.66667%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_9 {
  width: 75%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_10 {
  width: 83.33333%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_11 {
  width: 91.66667%;
  border-left-width: 20px;
  padding: 0 0px;
  margin-left: 0; }

.span_12, .highlighted, .title, .footer, .content, .gallery, .agenda-item {
  margin-left: 0;
  width: 100%; }

/* 1. 4 Column Grid 0px - 459px 
----------------------------------------------------------------------------- 

Span 1:    25%
Span 2:    50%
Span 3:    75%
Span 4:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 459px) {
  .row {
    margin-left: -10px; }

  .col {
    border-left-width: 10px;
    padding: 0 0px; }

  /* --- Gridpak variables ---*/
  /*
  Add your semantic classnames in alongside their corresponding spans here. e.g.
  
  .span_3,
  .my_semantic_class_name {
      ...
  }
  
  */
  .span_1 {
    width: 25%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0; }

  .span_2, .video-thumbnail {
    width: 50%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0; }

  .span_3 {
    width: 75%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0; }

  .span_4, .header-video, .after-highlighted, .menu, .highlighted, .title, .footer, .logo, .header, .feeds, .zone-3, .item, .passions, .passions .item, .rightbar, .content, .title, .element-list-mag, .gallery, .article, .main-menu .menu li, .category, .item-article, .header-description, .wallpaper {
    margin-left: 0;
    width: 100%; } }
/* 2. 6 Column Grid 460px - 759px 
----------------------------------------------------------------------------- 

Span 1:    16.6666666667%
Span 2:    33.3333333333%
Span 3:    50.0%
Span 4:    66.6666666667%
Span 5:    83.3333333333%
Span 6:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 460px) and (max-width: 759px) {
  .row {
    margin-left: -15px; }

  .col {
    border-left-width: 15px;
    padding: 0 0px; }

  /* --- Gridpak variables ---*/
  .span_1 {
    width: 16.66667%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_2, .logo, .element-list-mag, .video-thumbnail, .main-menu .menu li {
    width: 33.33333%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_3, .after-highlighted, .item, .article {
    width: 50%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_4, .header {
    width: 66.66667%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_5 {
    width: 83.33333%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_6, .header-video, .category, .menu, .highlighted, .title, .footer, .passions, .passions .item, .content, .title, .rightbar, .gallery, .feeds, .zone-3, .header-description, .main-menu {
    margin-left: 0;
    width: 100%; } }
/* 3. 8 Column Grid 760px - 999px 
----------------------------------------------------------------------------- 

Span 1:    12.5%
Span 2:    25.0%
Span 3:    37.5%
Span 4:    50.0%
Span 5:    62.5%
Span 6:    75.0%
Span 7:    87.5%
Span 8:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 760px) and (max-width: 999px) {
  .row {
    margin-left: -15px; }

  .col {
    border-left-width: 15px;
    padding: 0 0px; }

  /* --- Gridpak variables ---*/
  .span_1, .sidebar {
    width: 12.5%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_2, .after-highlighted, .element-list-mag, .article, .video-thumbnail, .item-article {
    width: 25%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_3, .logo {
    width: 37.5%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_4, .feeds, .passions, .zone-3, .item, .header-description, .header-video, .more-infos {
    width: 50%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_5, .header {
    width: 62.5%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_6 {
    width: 75%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_7 {
    width: 87.5%;
    border-left-width: 15px;
    padding: 0 0px;
    margin-left: 0; }

  .span_8, .highlighted, .title, .footer, .passions .item, .content, .title, .gallery, .category, .rightbar {
    margin-left: 0;
    width: 100%; } }
h1, h2, h3 {
  color: #888;
  margin: 0; }

hr {
  border: none;
  border-bottom: 1px solid grey; }

body {
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding: 0 10px !important; }
  body.globalbackground {
    background-image: url(https://s3-eu-west-1.amazonaws.com/cols-bleus-fr/manual_upload/background.jpg); }

p {
  margin: 0;
  line-height: 1.4em; }

img {
  vertical-align: top; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none; }

.col img {
  max-width: 100%; }

.page {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 920px;
  overflow: hidden;
  position: relative;
  background-color: #FFF; }

.page-fullscreen {
  padding-left: 0px;
  padding-right: 0px;
  max-width: none; }

.text-justify {
  text-align: justify; }

.hidden-text {
  display: none; }

.highlighted-link, .article-title, h2.item-article-title, .agenda-title, .diapo-highlight, .annonce-title, #block-views-articles-block h2 {
  font-family: arial; }

.logo {
  padding: 30px 0; }

.header {
  margin-top: 20px;
  color: #2c4c9f; }

.menu {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px; }

.menu li {
  float: left;
  color: #2c4c9f;
  text-transform: uppercase;
  border-right: 1px solid #2c4c9f;
  margin-right: 9px;
  padding-right: 10px; }
  .menu li.last {
    border-right: none; }
  .menu li .active {
    font-weight: 900;
    color: #de0416; }

.main-menu li.first a {
  text-indent: -999px;
  display: block;
  background: url("http://s3-eu-west-1.amazonaws.com/cols-bleus-fr/home-icon.png") no-repeat;
  width: 21px;
  height: 19px;
  margin: 0 auto; }

.region-header-menu .menu li {
  color: #646464;
  float: right;
  border-right: 1px solid #646464;
  border-left: none;
  margin-right: 10px;
  margin-left: 0;
  padding-right: 10px;
  padding-left: 0;
  font-size: 15px;
  line-height: 15px;
  margin-top: 8px; }
  .region-header-menu .menu li .active {
    font-weight: 700; }

.footer .menu {
  margin: 0 0 2px; }
  .footer .menu li {
    display: inline-block;
    float: none;
    color: white;
    margin: 0;
    padding: 0 6px 0 3px;
    text-transform: none;
    font-size: 15px;
    font-weight: 300;
    border-right: 1px solid white; }
    .footer .menu li.last {
      border-right: none; }
    .footer .menu li .active {
      font-weight: 300; }

.second-footer .menu li {
  display: inline-block;
  float: none;
  color: #000;
  font-size: 13px; }

.btn-menu {
  clear: both;
  display: none; }

.highlighted {
  position: relative;
  margin-bottom: 20px; }

.highlighted img {
  vertical-align: top; }

.after-highlighted {
  margin-bottom: 20px;
  position: relative; }

.article-title, h2.item-article-title, .agenda-title, .diapo-highlight, .annonce-title, #block-views-articles-block h2 {
  font-size: 17px;
  color: #2c4c9f;
  font-weight: 600;
  margin: 4px 0 7px;
  line-height: 1.2em; }
  .article-title a:hover, h2.item-article-title a:hover, .agenda-title a:hover, .diapo-highlight a:hover, .annonce-title a:hover, #block-views-articles-block h2 a:hover {
    color: #5e7fd3; }

.item-article {
  text-align: left;
  margin-bottom: 20px;
  position: relative; }

.full-article-link {
  margin-top: 10px;
  float: right; }
  .full-article-link.video-link {
    margin-bottom: 20px; }

.header-link {
  margin-bottom: 10px;
  float: right; }

.title h3 {
  color: #646464;
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px dotted #b1b1b1;
  padding-bottom: 10px;
  margin: 0 0 20px; }

.center-menu h4 {
  font-weight: 600;
  font-size: 17px;
  margin: 10px 0; }
.center-menu.red-title h4 {
  color: #de0416; }
.center-menu.blue-title h4 {
  color: #2c4c9f; }
.center-menu p {
  padding: 0 20px; }

.feeds {
  height: 313px; }

.item {
  margin-bottom: 20px;
  font-weight: 600;
  color: #de0416; }
  .item h4 {
    margin: 0 0 6px;
    font-size: 17px; }

.footer {
  margin: 10px 0 10px;
  padding: 15px 100px;
  text-align: center;
  background-color: #2c4c9f; }

.second-footer {
  width: 100%;
  text-align: center; }
  .second-footer ul.menu {
    margin-bottom: 10px; }

.header-video {
  float: left;
  position: relative; }
  .header-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .header-video img {
    width: 100%;
    height: auto; }

.header-description {
  max-height: 335px;
  overflow-y: scroll; }
  .header-description h2 {
    font-size: 17px;
    color: #2c4c9f;
    margin: 0 0 10px; }

.logo-marianne {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 999; }
  .logo-marianne img {
    height: 50px; }

.video-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.video-thumbnail {
  position: relative;
  margin-bottom: 10px; }
  .video-thumbnail .video-duration {
    font-family: arial;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.45);
    font-size: 13px;
    font-weight: normal;
    color: white;
    padding: 2px 5px; }
  .video-thumbnail h3 {
    font-size: 15px;
    margin: 5px 0;
    font-weight: 400;
    color: #646464;
    text-align: center; }

.video-list .first-when-2, .video-list .first-when-4 {
  clear: none; }
.video-list .first-when-3 {
  clear: both; }

.feeds .video-thumbnail h3 {
  font-size: 12px; }

.agenda-date {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://s3-eu-west-1.amazonaws.com/cols-bleus-fr/manual_upload/date-border.png) no-repeat;
  width: 72px;
  height: 72px;
  color: #2c4c9f;
  float: left;
  margin-top: 10px;
  padding: 17px 10px;
  text-align: center;
  line-height: 1.1em; }

.agenda-summary, .annonce-summary {
  margin-bottom: 10px; }

.event-link-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #646464; }

.full-event-link {
  float: right;
  margin-left: 5px; }

.agenda-title, .agenda-summary, .annonce-summary {
  margin-left: 92px; }

.agenda-show-title {
  font-size: 17px;
  line-height: 1.2em;
  display: block;
  color: #FFF;
  text-transform: none; }

.diapo-group {
  position: relative;
  margin-bottom: 20px; }

.annonce-summary {
  border-bottom: 1px solid #646464;
  padding-bottom: 20px;
  margin-left: 0; }

.tabs li {
  padding-right: 20px; }

.grey-light {
  background-color: #EEE; }

.grey-dark {
  background-color: #CCC; }

.highlighted-text h2 {
  font-size: 18px;
  line-height: 18px; }

/*passions marine page*/
.passions p.highlighted, .category p.highlighted {
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px; }
.passions h4, .category h4 {
  margin-top: 5px;
  margin-bottom: 5px; }

.more-infos {
  margin-bottom: 20px;
  text-align: center; }

.primary .tabs {
  float: left; }

.center-menu {
  text-align: center;
  color: #000000;
  text-decoration: none; }

#block-views-hebdomadaires-block .content,
#block-views-mensuels-block .content,
#block-views-hors-s-ries-block .content {
  border-bottom: 1px solid #A6A6A6;
  margin-bottom: 10px; }

.grouped-list-mag {
  margin-top: 10px;
  padding-bottom: 20px; }

.element-list-mag {
  background: #F0F0F0;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.magazine-image img {
  width: 215px;
  height: 266px; }

.grouped-list-mag .magazine-image a, .unique-list-mag .magazine-image a {
  display: block;
  background-color: white;
  position: relative; }
  .grouped-list-mag .magazine-image a:hover img, .unique-list-mag .magazine-image a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3; }
  .grouped-list-mag .magazine-image a:before, .unique-list-mag .magazine-image a:before {
    content: 'lire';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 305px;
    font-weight: 600; }
  .grouped-list-mag .magazine-image a:hover:before, .unique-list-mag .magazine-image a:hover:before {
    opacity: 1; }
.grouped-list-mag .magazine-title, .unique-list-mag .magazine-title {
  display: block;
  margin: 15px 15px 0;
  font-size: 12px;
  color: #9A9A9A;
  line-height: 17px; }
.grouped-list-mag .titre-magazine, .unique-list-mag .titre-magazine {
  display: block;
  margin: 0px 15px;
  font-size: 14px;
  height: 44px;
  overflow: hidden;
  color: #2c4c9f;
  line-height: 22px;
  font-weight: 600; }
.grouped-list-mag .magazine-date, .unique-list-mag .magazine-date {
  display: block;
  font-size: 11px;
  color: #3F3F3F;
  line-height: 16px;
  margin: 10px 15px 0px;
  font-style: normal; }
.grouped-list-mag .magazine-file, .unique-list-mag .magazine-file {
  margin-bottom: 15px; }
  .grouped-list-mag .magazine-file a, .unique-list-mag .magazine-file a {
    color: #000000; }
.grouped-list-mag .more-link, .unique-list-mag .more-link {
  clear: both;
  float: right;
  line-height: 18px; }
.grouped-list-mag .view-footer, .unique-list-mag .view-footer {
  float: right;
  margin-right: 5px; }

.header-title {
  margin-left: 20px; }

p.more-read-title, p.tag-cloud-title, .extended-articles h2 {
  background: #de0416;
  margin: 0;
  color: #FFF;
  text-align: left;
  font-weight: normal;
  padding: 5px;
  padding-left: 10px;
  font-size: 14px; }

.region-tag-cloud {
  padding-bottom: 1px;
  margin-top: -10px; }
  .region-tag-cloud h2 {
    color: white;
    font-weight: 400;
    font-size: 18px; }
  .region-tag-cloud .tagclouds-term {
    margin: 2px 5px;
    display: inline-block;
    color: #aebfe9;
    font-size: 12px; }
    .region-tag-cloud .tagclouds-term:hover {
      text-decoration: underline; }
  .region-tag-cloud .content {
    margin-bottom: 9px; }

.most-read {
  background-color: #F2F2F2;
  padding: 3%; }
  .most-read .most-read-rate {
    float: right;
    margin-top: 1px; }
  .most-read .views-field.views-field-title {
    text-align: right; }
  .most-read .most-read-title-link {
    font-size: 13px;
    float: left;
    text-align: left;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .most-read .row-most-read {
    margin-top: 10px;
    margin-bottom: 10px; }

.tag-cloud {
  background-color: #2c4c9f; }

.similar-articles {
  font-size: 14px; }
  .similar-articles .article {
    margin-bottom: 10px; }

.extended-articles {
  text-align: center;
  position: relative;
  background-color: #EEE; }
  .extended-articles img {
    vertical-align: top; }
  .extended-articles h4 {
    color: white;
    font-weight: 400;
    padding: 4px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7); }

.region-header-menu, .region-social-networks-menu {
  float: right; }

.region-header-menu {
  margin-left: 25px; }

.social-networks {
  text-align: center;
  margin: 8px 0; }

.region-social-networks-menu ul, .social-networks ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .region-social-networks-menu ul li, .social-networks ul li {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-left: 5px; }
    .region-social-networks-menu ul li.dailymotion, .social-networks ul li.dailymotion {
      background-image: url("http://cols-bleus-fr.s3.amazonaws.com/manual_upload/dailymotion.png"); }
    .region-social-networks-menu ul li.facebook, .social-networks ul li.facebook {
      background-image: url("http://cols-bleus-fr.s3.amazonaws.com/manual_upload/facebook.png"); }
    .region-social-networks-menu ul li.twitter, .social-networks ul li.twitter {
      background-image: url("http://cols-bleus-fr.s3.amazonaws.com/manual_upload/twitter.png"); }
    .region-social-networks-menu ul li a, .social-networks ul li a {
      width: 100%;
      display: inline-block;
      line-height: 32px;
      text-indent: -9000px; }

.video-thumbnail {
  cursor: pointer; }

.azimut-content {
  width: 100%;
  text-align: center;
  padding-top: 10px; }
  .azimut-content img {
    display: inline; }

.azimut-back {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0.42;
  position: fixed;
  top: 15px;
  left: 50px; }
  .azimut-back a {
    display: inline-block;
    padding: 8px 13px; }

.azimut-back:hover {
  opacity: 0.8; }

.gallery-back {
  text-transform: uppercase;
  margin-bottom: 10px; }

.reportage-back {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px; }

.anchor-back {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: bottom; }

.search-form {
  width: 100%;
  margin-bottom: 20px;
  font-size: 11px;
  text-align: right; }
  .search-form label {
    display: none; }
  .search-form input[type=submit] {
    background: url("http://cols-bleus-fr.s3.amazonaws.com/manual_upload/search.png") top right no-repeat;
    height: 23px;
    width: 27px;
    color: transparent;
    border: 0; }
  .search-form .search-advanced {
    display: none; }

.region-content .search-form {
  display: none; }

.search-results {
  margin-top: 20px; }
  .search-results li {
    border-bottom: 1px solid #646464;
    padding-bottom: 40px; }
    .search-results li h3 {
      color: #2c4c9f; }
    .search-results li h3:hover {
      text-decoration: underline; }
    .search-results li .search-info {
      margin-top: 10px; }

.last-updated-date, .search-results li .search-info, .field-name-field-legende-image, .wallpaper .wallpaper-size, .ringtone .views-field-field-ringtone, .ringtone .views-field-field-ringtone-m4r {
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 10px; }

#edit-keys {
  width: 240px; }

.empty-results {
  margin-top: 10px;
  list-style-type: none; }
  .empty-results li {
    margin-bottom: 5px; }

.newsletter {
  width: 100%;
  text-align: right; }

.footer-container {
  margin-left: -40px;
  margin-right: -20px; }

.grouped-articles .views-exposed-form {
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 20px;
  margin-bottom: 10px; }
  .grouped-articles .views-exposed-form label {
    font-size: 14px;
    margin-bottom: 3px; }

.article-actions {
  margin: 10px 0 20px; }

.print {
  width: 110px;
  height: 16px;
  background: url(http://cols-bleus-fr.s3.amazonaws.com/manual_upload/printer.png) top left no-repeat;
  border: none;
  font-size: 13px; }

.send-mail {
  display: inline-block;
  width: 85px;
  height: 16px;
  background: url(http://cols-bleus-fr.s3.amazonaws.com/manual_upload/mail.png) top left no-repeat;
  font-size: 13px;
  padding-left: 25px; }

.social-links-share {
  float: right; }
  .social-links-share a > img {
    margin: 2px 0 0; }

.diaporama-link {
  position: absolute;
  right: 0;
  padding: 10px 10px 10px 44px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(http://s3-eu-west-1.amazonaws.com/cols-bleus-fr/gallery.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: white;
  bottom: 0; }

.field-type-fivestar {
  margin: 20px 0 10px; }

.last-updated-date, .search-results li .search-info, .field-name-field-legende-image, .wallpaper .wallpaper-size, .ringtone .views-field-field-ringtone, .ringtone .views-field-field-ringtone-m4r {
  font-style: normal;
  font-size: 12px;
  color: #888;
  margin-bottom: 1px; }

#block-views-articles-block a {
  font-size: 12px; }

.image-legend {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  position: relative;
  color: white;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.field-name-body {
  margin-top: 10px; }

.field-name-field-legende-image + * {
  clear: both; }

.reportage-body {
  margin-bottom: 10px;
  margin-top: 15px; }

.webform-text-description {
  border: 1px solid #2C4C9F;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 90%;
  padding: 6px 12px 9px;
  text-align: justify; }

ul.links, ul.tabs {
  background-color: #E4E9F7;
  border: 1px solid #2c4c9f;
  border-left-width: 8px;
  font-size: 85%;
  list-style-type: none;
  margin: 15px 0;
  padding: 5px 10px; }
  ul.links a:hover, ul.tabs a:hover {
    text-decoration: underline; }
  ul.links .active, ul.tabs .active {
    color: #2c4c9f; }

.rss-item {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAB3ElEQVQ4Ea2Uz0tUURTHv3ewIBezmxbSBBIIIYTtQlwEA5G0CoIgYoTsWZuRIGiZ/0K6EWdyIQqBELVJJMholbsUjHYz0I9tQZH0Y5zT517fr6IJJrxw7vd7zzn3e+8777znbFIVFdSQ06B6HaaWOoqcRWr+l0ByIEJ9qYBpC/8bbADfabCY5P0TeYJCLuG56nYFO6tPKmlP4zI9zMW70r5c5FDKV+0HfD1Y5M5ws3lsJI3/QZxNcV4yTN9IbuJZo2BLum87IXTD9eNbInYpSc1jJmKhHi2Cp0g+BnawZX3VtFbss5xzirT6N6F8TdapxwWsrLZGOfkZIhPq1yYvcVBmhsAEvm3st5EXyQKL9hKxcwjdwjnE5ie66opasF3udzNL3GeZiFNNU+4VNqdrrhTCdZsFbyNykht5LjVsE/FHgcdTJiL5nhnBarDXuu4qIWdf6Cn+KgcMx/sa3UR+xte/yIaPfAoPVHVHQ3JHM2ABv6+J9F4b5H4JnCm7iVF5f+qCPSbhDhtKOqK7IdE/gvQOGw/rNfsO+g4PIxNxKidOBI7HfCz1WXgrJ9K19CHhWZ94j+kF81vsMkKHWe+B93wIfh4+DM6CbbAChi4+kK+44P8HqPpO7X3E/5NfCK6TMoowSCoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 25px;
  margin-bottom: 6px; }

.webform-client-form input[type="text"], .webform-client-form input[type="email"], .webform-client-form textarea, #print-mail-form input[type="text"], #print-mail-form input[type="email"], #print-mail-form textarea, #contact-site-form input[type="text"], #contact-site-form input[type="email"], #contact-site-form textarea {
  width: 100%;
  line-height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 10px;
  outline: none; }
.webform-client-form .form-actions, #print-mail-form .form-actions, #contact-site-form .form-actions {
  text-align: center; }

input.form-submit {
  margin: 0 10px 20px; }

#print-mail-form div {
  text-align: center; }
  #print-mail-form div > div {
    text-align: left; }

.btn-magazine {
  clear: both;
  line-height: 18px;
  margin-left: 20px;
  margin-bottom: 10px; }

#block-views-wallpapers-block, #block-views-ringtones-block {
  margin-bottom: 30px; }

.wallpaper {
  text-align: center;
  margin-top: 30px; }
  .wallpaper .wallpaper-size {
    display: inline-block;
    margin: 10px 10px 0px; }

.ringtone {
  background-image: url(https://s3-eu-west-1.amazonaws.com/cols-bleus-fr/ringtone.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 30px;
  margin-top: 20px; }
  .ringtone .views-field-title {
    font-weight: bold;
    float: left;
    margin-right: 5px; }
  .ringtone .views-field-field-ringtone, .ringtone .views-field-field-ringtone-m4r {
    margin: 2px 0 0;
    float: left;
    vertical-align: middle;
    padding: 0 7px; }
  .ringtone .views-field-field-ringtone {
    border-right: 1px solid #888; }
  .ringtone .views-field-field-description {
    clear: both; }

.magazine-pict, .annonces-pict, .reporter-pict {
  padding-bottom: 24px; }

.flexslider {
  min-height: 300px;
  border: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.highlighted {
  min-height: 300px; }

.node-article p {
  padding-bottom: 20px; }

.field-name-field-legende-image {
  display: none; }

.field-name-field-titre-magazine .field-item {
  text-align: center;
  margin-bottom: 20px;
  color: #888;
  font-size: 1.5em; }

.field-name-field-fichier-pdf .field-items {
  display: block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px; }

.field-name-field-fichier-pdf .colsbleus-download {
  background-color: #2c4c9f;
  color: #FFF;
  padding: 10px 20px;
  cursor: pointer; }

.field-name-field-image-couverture .field-item {
  text-align: center; }

@media screen and (max-width: 459px) {
  .logo-marianne {
    left: 10px; }

  .azimut-pict, .magazine-pict, .reporter-pict {
    padding-left: 12px; }

  .azimut-pict, .magazine-pict, .reporter-pict, .annonces-pict {
    padding-right: 10px; }

  .pict-content {
    padding-top: 15px; }

  .newsletter {
    display: none; }

  .flexslider {
    min-height: 150px; }

  .field-name-field-legende-image {
    display: none; } }
@media screen and (min-width: 460px) and (max-width: 768px) {
  .logo-marianne {
    left: 15px; } }
@media screen and (max-width: 768px) {
  .azimut-back {
    top: 5px;
    left: 30px;
    font-size: 12px; }
    .azimut-back a {
      padding: 5px 5px; } }
@media screen and (min-width: 768px) and (max-width: 999px) {
  .logo-marianne {
    left: 15px; } }
@media screen and (max-width: 999px) {
  .logo-marianne img {
    height: 25px; }

  .footer {
    padding: 10px; }

  .video-list .first-when-3, .video-list .first-when-2 {
    clear: none; }
  .video-list .first-when-4 {
    clear: both; }

  .extended-articles img {
    width: auto; }

  .footer-container {
    margin-left: -35px;
    margin-right: -20px; }

  .social-links-share .facebook, .social-links-share .twitter, .social-links-share .pinterest {
    display: inline-block;
    padding: 12px 14px 10px;
    margin-top: -13px; }
    .social-links-share .facebook img, .social-links-share .twitter img, .social-links-share .pinterest img {
      margin: 0;
      background-color: #fff;
      vertical-align: top; }
  .social-links-share .facebook {
    background-color: #3b5998; }
  .social-links-share .twitter {
    background-color: #00acee; }
  .social-links-share .pinterest {
    background-color: #D75F4E; }

  .grouped-list-mag .magazine-image a:before, .unique-list-mag .magazine-image a:before {
    content: ''; }

  .grouped-list-mag .magazine-image a:hover img, .unique-list-mag .magazine-image a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; } }
@media screen and (min-width: 760px) and (max-width: 999px) {
  .more-infos {
    border: 0px solid transparent;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border-left-width: 15px; }

  .rightbar {
    border-left: none; } }
@media screen and (max-width: 759px) {
  .after-highlighted a:hover + .image-legend,
  .views-field-field-image-page-category:hover + div .image-legend,
  .views-field-field-illustration:hover + div .image-legend {
    display: none; }

  .main-menu .menu li {
    margin-right: 0;
    border-right: 0;
    text-align: center;
    padding: 0; }
    .main-menu .menu li a {
      display: block;
      padding: 3px 0; }

  .main-menu li.first a {
    display: inline;
    background: none;
    width: auto;
    height: auto;
    text-indent: 0; }

  .region-header-menu {
    display: none; }

  .highlighted-link {
    position: static;
    max-width: 100%;
    font-size: 17px;
    display: block;
    background-color: black; }

  .highlighted-text img {
    display: block;
    margin: 0 auto; }

  .feeds {
    margin: 0 0 20px; }

  .video-list .first-when-2, .video-list .first-when-4 {
    clear: none; }
  .video-list .first-when-3 {
    clear: both; }

  .item-article.views-row-odd {
    clear: both; }
  .item-article.views-row-even {
    clear: none; }

  #edit-submitted-piece-jointe-upload-button {
    display: block;
    margin: 10px auto 0; }

  .live-ban {
    text-align: center; } }
@media screen and (max-width: 459px) {
  body {
    padding: 0 5px !important; }

  .page {
    padding: 0 10px; }

  .logo {
    padding: 15px 0; }
    .logo img {
      width: 186px; }

  .region-header-menu, .region-social-networks-menu {
    display: none; }

  .header {
    margin: 0; }
    .header #edit-keys {
      width: 100%; }
    .header .search-form {
      margin-bottom: 10px; }
    .header .form-wrapper {
      text-align: center; }
    .header .form-item {
      width: 80%;
      display: inline-block; }
      .header .form-item input {
        width: 100%; }
    .header #edit-submit--2 {
      display: inline-block;
      margin-left: 5px; }

  .main-menu .menu {
    display: none;
    border: 2px solid #2c4c9f;
    border-left: none;
    border-right: none;
    background-color: #DFDFDF;
    margin-bottom: 15px; }
    .main-menu .menu li {
      border: none; }
      .main-menu .menu li a {
        display: block;
        padding: 5px 10px; }

  .btn-menu {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-top: 3px;
    border-radius: 4px;
    float: right;
    background: url(https://s3-eu-west-1.amazonaws.com/cols-bleus-fr/manual_upload/burger-icon.png) no-repeat; }

  .after-highlighted {
    margin-bottom: 15px; }
    .after-highlighted.highlighted-text {
      margin-bottom: 10px; }

  .highlighted-text img {
    width: 40%;
    float: left; }
  .highlighted-text .article-title, .highlighted-text h2.item-article-title, .highlighted-text .agenda-title, .highlighted-text .diapo-highlight, .highlighted-text .annonce-title, .highlighted-text #block-views-articles-block h2, #block-views-articles-block .highlighted-text h2 {
    margin-left: 42%;
    margin-top: 0; }
  .highlighted-text p {
    display: none; }

  .title h3 {
    margin: 5px 0 15px; }

  .center-menu h4 {
    margin: 0px 0 2px 100px;
    text-align: left; }
  .center-menu img {
    float: left; }
  .center-menu p {
    text-align: left;
    margin-left: 100px;
    padding: 0; }

  .feeds {
    margin: 0 0 20px; }

  .item {
    margin-bottom: 10px; }

  .footer .menu li {
    font-size: 13px; }

  .facebookshare-box {
    display: none; }

  .video-list .first-when-3, .video-list .first-when-4 {
    clear: none; }
  .video-list .first-when-2 {
    clear: both; }

  .agenda-date {
    float: none;
    margin: 0 auto 10px; }

  .agenda-title, .agenda-summary, .annonce-summary {
    margin-left: 0; }

  .footer-container {
    margin-left: -20px;
    margin-right: -10px; }

  .social-links-share {
    float: none;
    margin-top: 25px;
    text-align: left; }

  .ringtone .views-field-title {
    float: none; }
  .ringtone .views-field-field-ringtone, .ringtone .views-field-field-ringtone-m4r {
    margin: 5px 0; }
  .ringtone .views-field-field-ringtone {
    padding-left: 0px; } }
@media screen and (max-width: 999px) {
  .footer {
    padding: 10px; } }
@media screen and (min-width: 1000px) {
  .item-article.views-row-odd {
    clear: both; }
  .item-article.views-row-even {
    clear: none; }

  .extended-articles img {
    width: 100%; } }
#galleria {
  height: 600px; }

.galleria-info-text {
  opacity: 0.7; }

/* BASIC RESET */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0; }

/* COMMON CLASSES */
.break {
  clear: both; }

#menu ul {
  list-style: none;
  width: 100%; }

#menu ul li {
  display: block;
  float: left;
  width: 33%; }

#menu ul li a {
  background: #F5F5F5;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center; }

#menu ul li a:hover {
  background-color: #fd7e89 !important;
  color: #FFF; }

#menu ul li a.active {
  background-color: #de0416 !important;
  color: #FFF; }

#main {
  padding-top: 10px;
  clear: both;
  width: 99%; }

.video-list-home {
  overflow-y: scroll;
  height: 265px; }
  .video-list-home li.video-thumbnail-home {
    margin: 0px;
    padding-left: 0px;
    border-left-width: 2px; }

@media print {
  .logo,
  .header,
  .main-menu,
  .rightbar,
  #block-views-articles-block,
  #block-disqus-disqus-comments,
  .footer-container,
  .second-footer,
  .social-links-share,
  .field-type-fivestar {
    display: none !important; }

  .category {
    width: 100%; }

  .highlighted-link {
    position: static;
    background-color: white;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    color: #2c4c9f;
    padding: 0; } }

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