/*
Theme Name: radiofrance
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radiofrance
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background-color: #f0f0f0;
  color: #151515;
  font-family: Arial, sans-serif;
  line-height: 1;
}
ul {
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 1em;
}
/* accessibility */
#evitement,
#evitement * {
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  height: 0;
}
#main-container a,
#main-container a:link,
#main-container a:visited {
  color: #004494;
}
#main-container h1 a,
#main-container h2 a,
#main-container .title a {
  text-decoration: none;
}
#main-container h1 a:hover,
#main-container h2 a:hover,
#main-container .title a:hover {
  text-decoration: underline;
  color: #000;
}
#main-container a.hidden-link {
  color: inherit;
  text-decoration: inherit;
}
img {
  display: block;
  background-color: #C3C3C3;
}
img.inline {
  display: inline-block;
  vertical-align: baseline;
  background-color: transparent;
}
[role="button"] {
  cursor: pointer;
}
form {
  line-height: 1.2em;
}
form .line {
  padding: 0.5rem 0;
}
form .line label {
  padding-right: 1rem;
}
form .form-table {
  table-layout: fixed;
}
form .form-table tr th {
  font-weight: normal;
  text-align: left;
  padding: 0.8rem 0.5rem 0 0;
  vertical-align: baseline;
}
form .form-table tr td {
  padding: 0.5rem;
}
form .form-table tr th,
form .form-table tr td {
  background-color: none;
  border: none;
}
form label {
  color: #686868;
  display: inline-block;
}
form input[type="file"],
form input[type="email"],
form input[type="text"],
form input[list],
form textarea,
form select,
form input[type="number"] {
  background-color: #ffffff;
  border: thin solid #C3C3C3;
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2) inset;
  line-height: inherit;
  padding: 0.3rem 0.5rem;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
}
form input[type="file"]:focus,
form input[type="email"]:focus,
form input[type="text"]:focus,
form input[list]:focus,
form textarea:focus,
form select:focus,
form input[type="number"]:focus {
  box-shadow: 0 0 0.2rem #004494;
}
form input[type="file"][required]:invalid,
form input[type="email"][required]:invalid,
form input[type="text"][required]:invalid,
form input[list][required]:invalid,
form textarea[required]:invalid,
form select[required]:invalid,
form input[type="number"][required]:invalid {
  border-right: 0.5rem solid #d9534f;
}
form input[type="file"][required]:valid,
form input[type="email"][required]:valid,
form input[type="text"][required]:valid,
form input[list][required]:valid,
form textarea[required]:valid,
form select[required]:valid,
form input[type="number"][required]:valid {
  border-right: 0.5rem solid #5cb85c;
}
form input[type="submit"] {
  background-color: #004494;
  border-color: #004494;
  color: #ffffff;
}
form datalist {
  position: absolute;
}
form .required {
  color: #d9534f;
}
@media screen and (max-width: 47.9375em) {
  form table,
  form tr,
  form th,
  form td {
    display: block;
  }
}
@font-face {
  font-family: 'Franklin Gothic FS Med';
  src: url('fonts/FranklinGothicFS-Med.eot');
  src: url('fonts/FranklinGothicFS-Med.eot?#iefix') format('embedded-opentype'), url('fonts/FranklinGothicFS-Med.woff2') format('woff2'), url('fonts/FranklinGothicFS-Med.woff') format('woff'), url('fonts/FranklinGothicFS-Med.ttf') format('truetype'), url('fonts/FranklinGothicFS-Med.svg#Franklin Gothic FS Med') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin Gothic FS Cd';
  src: url('fonts/FranklinGothicFS-Cd.eot');
  src: url('fonts/FranklinGothicFS-Cd.eot?#iefix') format('embedded-opentype'), url('fonts/FranklinGothicFS-Cd.woff2') format('woff2'), url('fonts/FranklinGothicFS-Cd.woff') format('woff'), url('fonts/FranklinGothicFS-Cd.ttf') format('truetype'), url('fonts/FranklinGothicFS-Cd.svg#Franklin Gothic FS Cd') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin Gothic FS Cd';
  src: url('fonts/FranklinGothicFS-DemiCd.eot');
  src: url('fonts/FranklinGothicFS-DemiCd.eot?#iefix') format('embedded-opentype'), url('fonts/FranklinGothicFS-DemiCd.woff2') format('woff2'), url('fonts/FranklinGothicFS-DemiCd.woff') format('woff'), url('fonts/FranklinGothicFS-DemiCd.ttf') format('truetype'), url('fonts/FranklinGothicFS-DemiCd.svg#Franklin Gothic FS Cd') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'rf-icons';
  src: url('fonts/rf-icons.eot');
  src: url('fonts/rf-icons.eot?#iefix') format('embedded-opentype'), url('fonts/rf-icons.woff2') format('woff2'), url('fonts/rf-icons.woff') format('woff'), url('fonts/rf-icons.ttf') format('truetype'), url('fonts/rf-icons.svg#rf-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rf-icons';
  src: url('fonts/rf-icons.eot?y0y3x8');
  src: url('fonts/rf-icons.eot?y0y3x8#iefix') format('embedded-opentype'), url('fonts/rf-icons.woff?y0y3x8') format('woff'), url('fonts/rf-icons.svg?y0y3x8#rf-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rf-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  content: "\e942";
}
.icon-previous:before {
  content: "\e926";
}
.icon-next:before {
  content: "\e925";
}
.icon-backward:before {
  content: "\e927";
}
.icon-forward:before {
  content: "\e928";
}
.icon-stop:before {
  content: "\e924";
}
.icon-pause:before {
  content: "\e944";
}
.icon-volume:before {
  content: "\e923";
}
.icon-unmute:before {
  content: "\e92a";
}
.icon-mute:before {
  content: "\e929";
}
.icon-live:before {
  content: "\e94f";
}
.icon-son3d:before {
  content: "\e900";
}
.icon-hd:before {
  content: "\e922";
}
.icon-top:before {
  content: "\e937";
}
.icon-right:before {
  content: "\e945";
}
.icon-down:before {
  content: "\e939";
}
.icon-left:before {
  content: "\e938";
}
.icon-double-top:before {
  content: "\e94a";
}
.icon-double-right:before {
  content: "\e94d";
}
.icon-double-down:before {
  content: "\e94c";
}
.icon-double-left:before {
  content: "\e94b";
}
.icon-home:before {
  content: "\e936";
}
.icon-menu:before {
  content: "\e91e";
}
.icon-menu-small:before {
  content: "\e901";
}
.icon-list:before {
  content: "\e913";
}
.icon-grid:before {
  content: "\e914";
}
.icon-less:before {
  content: "\e941";
}
.icon-more:before {
  content: "\e946";
}
.icon-check:before {
  content: "\e91c";
}
.icon-close:before {
  content: "\e91d";
}
.icon-zoom-less:before {
  content: "\e906";
}
.icon-zoom-more:before {
  content: "\e907";
}
.icon-ascending:before {
  content: "\e955";
}
.icon-descending:before {
  content: "\e954";
}
.icon-cut:before {
  content: "\e947";
}
.icon-paste:before {
  content: "\e948";
}
.icon-copy:before {
  content: "\e949";
}
.icon-search:before {
  content: "\e908";
}
.icon-fullscreen:before {
  content: "\e91f";
}
.icon-fullscreen-off:before {
  content: "\e920";
}
.icon-reload:before {
  content: "\e912";
}
.icon-external-link:before {
  content: "\e911";
}
.icon-download:before {
  content: "\e917";
}
.icon-geolocation:before {
  content: "\e903";
}
.icon-place:before {
  content: "\e933";
}
.icon-loading:before {
  content: "\e94e";
}
.icon-date:before {
  content: "\e90f";
}
.icon-time:before {
  content: "\e902";
}
.icon-duration:before {
  content: "\e919";
}
.icon-comments:before {
  content: "\e916";
}
.icon-about:before {
  content: "\e918";
}
.icon-help:before {
  content: "\e910";
}
.icon-applications:before {
  content: "\e91b";
}
.icon-help-listening:before {
  content: "\e92e";
}
.icon-rss:before {
  content: "\e93f";
}
.icon-podcast:before {
  content: "\e931";
}
.icon-video:before {
  content: "\e90c";
}
.icon-sound:before {
  content: "\e904";
}
.icon-image:before {
  content: "\e921";
}
.icon-book:before {
  content: "\e956";
}
.icon-france:before {
  content: "\e935";
}
.icon-user:before {
  content: "\e90e";
}
.icon-parameters:before {
  content: "\e915";
}
.icon-danger:before {
  content: "\e951";
}
.icon-warning:before {
  content: "\e953";
}
.icon-forbidden:before {
  content: "\e952";
}
.icon-iconeradiofrance:before {
  content: "\e934";
}
.icon-logo-numerique:before {
  content: "\e930";
}
.icon-logo-numerique-rond:before {
  content: "\e92f";
}
.icon-logo-maisondelaradio-numerique:before {
  content: "\e92d";
}
.icon-logo-maisondelaradio-numerique-rond:before {
  content: "\e92c";
}
.icon-logo-mouv-numerique:before {
  content: "\e92b";
}
.icon-share:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e91a";
}
.icon-export:before {
  content: "\e943";
}
.icon-dailymotion:before {
  content: "\e93e";
}
.icon-facebook:before {
  content: "\e93d";
}
.icon-googleplus:before {
  content: "\e932";
}
.icon-instagram:before {
  content: "\e93b";
}
.icon-itunes:before {
  content: "\e940";
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-pinterest:before {
  content: "\e93a";
}
.icon-snapchat:before {
  content: "\e90b";
}
.icon-soundcloud:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e93c";
}
.icon-whatsapp:before {
  content: "\e950";
}
.icon-youtube:before {
  content: "\e90d";
}
body {
  min-width: 20rem;
  padding: 0;
  margin: 0;
}
#main-header .content {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}
#main-navigation .content {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}
#main-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 68.75rem;
  width: 100%;
}
#main-content {
  display: inline-block;
  width: calc(100% - 22rem);
}
#sidebar {
  display: inline-block;
  width: 22rem;
  vertical-align: top;
  padding: 0 0 0 3.25rem;
}
#pied-principal .content {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 68.6875em) {
  #main-container {
    padding: 0 1.5rem;
  }
  #main-content {
    width: calc(100% - 19.5rem);
  }
  #sidebar {
    width: 20.125rem;
    padding: 0 0 0 1.375rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #main-container {
    padding: 0 1rem;
    display: block;
  }
  #main-content {
    width: 100%;
  }
  #sidebar {
    display: block;
    margin: 0 auto;
  }
}
body {
  margin-top: 1.5rem;
}
#metanav {
  background-color: #000000;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  transition: none;
  width: 100%;
}
#metanav .level1 {
  text-align: center;
}
#metanav .level1 li {
  display: inline-block;
  vertical-align: top;
}
#metanav .level1 li a {
  color: #fff;
  display: block;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: background-color ease 0.2s;
  font-size: 0.8rem;
  font-family: Arial, sans-serif;
}
#metanav .level1 li a:hover {
  background-color: #2a2a2a;
}
#metanav .level1 .submenu {
  position: relative;
}
#metanav .level1 .submenu button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 1rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1.5rem;
  cursor: pointer;
}
#metanav .level1 .submenu button :hover {
  background-color: #2a2a2a;
}
#metanav .level1 .submenu .level2 {
  background-color: #2a2a2a;
  position: absolute;
  right: 0;
  text-align: right;
  top: 1.5rem;
  transform: scale(0);
  transform-origin: 100% 0 0;
  transition: transform 0.2s ease 0s;
}
#metanav .level1 .submenu .level2 li {
  display: block;
}
#metanav .level1 .submenu .level2 li a {
  margin: 0;
  padding: 0.5rem;
  white-space: nowrap;
}
#metanav .level1 .submenu.open button {
  background-color: #2a2a2a;
}
#metanav .level1 .submenu.open .level2 {
  transform: scale(1);
}
#metanav .level1 .submenu .sub-menu {
  text-align: right !important;
}
#metanav .level1 .handle {
  display: none;
  position: absolute;
  bottom: -2.75rem;
  right: 0;
  background-color: #000;
}
#metanav .level1 .handle button {
  border: none;
  border-radius: 0;
  background-color: inherit;
  color: #ffffff;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.75rem;
  padding: 0;
  text-align: center;
  width: 2.75rem;
}
@media screen and (max-width: 68.6875em) {
  body {
    margin-top: 0;
  }
  #metanav {
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    transform: translateY(-100%);
    transition: transform ease 0.3s;
    z-index: 2;
  }
  #metanav.open {
    transform: translateY(0);
  }
  #metanav .level1 {
    padding: 0.25rem 0;
  }
  #metanav .level1 li {
    display: block;
  }
  #metanav .level1 li a {
    margin: 0;
    padding: 0.5rem 0.8rem;
  }
  #metanav .level1 .handle {
    display: block;
  }
  #metanav .level1 .submenu button {
    display: none;
  }
  #metanav .level1 .submenu .level2 {
    transition: none;
    transform: scale(1);
    position: initial;
    background-color: inherit;
  }
  #metanav .level1 .submenu .level2 li a {
    padding: 0.5rem 0.8rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #metanav {
    display: none;
  }
}
#main-header {
  background-color: #E1E1E1;
  background-image: url("img/fond-header.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  padding: 1rem 0;
}
#main-header .content {
  align-items: flex-end;
  display: flex;
}
#main-header .logo-grand {
  margin-right: 1rem;
  width: 7.5rem;
  height: auto;
  background-color: transparent;
}
#main-header .logo-petit {
  display: none;
  height: auto;
  background-color: transparent;
}
#main-header .title {
  color: #004494;
  font-family: 'Franklin Gothic FS Cd';
  font-size: 3rem;
  font-variant: small-caps;
  margin-bottom: 0.6rem;
}
#main-header .title small {
  color: #868686;
  font-size: 0.5em;
  text-shadow: none;
  margin-left: 1rem;
  font-variant: none;
}
@media screen and (max-width: 68.6875em) {
  #main-header {
    background: #000;
    box-shadow: 0 0.1rem 0.5rem #000000;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
  }
  #main-header .title {
    font-size: 2rem;
    margin-bottom: 0.4rem;
    color: #3369a9;
  }
  #main-header .logo-grand {
    display: none;
  }
  #main-header .logo-petit {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  #main-header .seach [type="text"] {
    width: 7rem;
  }
  #main-header .title small {
    display: none;
  }
  #main-header .search {
    margin-right: 0.3rem;
  }
}
#handle-nav {
  display: none;
}
#main-navigation {
  background-color: #C3C3C3;
  margin-bottom: 3rem;
  height: 2.5rem;
}
#main-navigation .content {
  display: flex;
  justify-content: space-between;
}
#main-navigation .content ul li {
  display: inline-block;
  vertical-align: top;
}
#main-navigation .content ul li.ecrire {
  display: none;
}
#main-navigation .content ul li a {
  color: #494949;
  display: block;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
  transition: color ease 0.2s;
}
#main-navigation .content ul li a:hover {
  color: #000;
  color: #004494;
}
#main-navigation .content ul li a .logo-petit {
  display: none;
}
#main-navigation .content .search [type="text"] {
  box-shadow: none;
}
#main-navigation .content .search [type="text"] [type="submit"] {
  background-color: #494949;
  color: #fff;
}
#main-navigation .content form {
  line-height: 1;
}
.menu-sticky #main-navigation .sticky-wrapper {
  background-color: #000;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.menu-sticky #main-navigation .sticky-wrapper ul li a {
  color: #C3C3C3;
}
.menu-sticky #main-navigation .sticky-wrapper .home a {
  padding: 0;
}
.menu-sticky #main-navigation .sticky-wrapper .home a .icon-home {
  display: none;
}
.menu-sticky #main-navigation .sticky-wrapper .home a .logo-petit {
  display: block;
  color: #004494;
  background-color: #ffffff;
  font-size: 2.5rem;
}
.menu-sticky #main-navigation .sticky-wrapper #search [type="text"] {
  background-color: rgba(0, 0, 0, 0);
  border: thin solid #a4a4a4;
  color: #ffffff;
}
@media screen and (max-width: 68.6875em) {
  #handle-nav {
    background-color: #004494;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    line-height: 1.75rem;
    margin: 0;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    width: 2.75rem;
    z-index: 1;
  }
  #handle-nav :active {
    transform: none;
  }
  #handle-nav :active [class^="icon-"] {
    display: inline !important;
    background-color: purple;
  }
  #handle-nav [class^="icon-"] {
    vertical-align: baseline;
  }
  #handle-nav.open [class^="icon-"]::before {
    content: "\e91d";
  }
  #main-navigation {
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    height: 100vh;
    left: 0;
    max-width: 50vw;
    min-width: 16rem;
    overflow-y: scroll;
    position: fixed;
    top: 2.75rem;
    transform: translateX(-100%);
    width: auto;
    z-index: 1;
    transition: all ease 0.5s;
  }
  #main-navigation.open {
    transform: translateX(0);
  }
  #main-navigation .content {
    flex-flow: column-reverse;
  }
  #main-navigation .content ul {
    padding: 0.5rem 0;
  }
  #main-navigation .content ul li {
    display: block;
  }
  #main-navigation .content ul li.ecrire {
    display: initial;
  }
  #main-navigation .content ul li a {
    display: block;
    height: auto;
    margin: 0;
    padding: 0.8rem 1rem;
    color: #fff;
  }
  #main-navigation .content ul li a:hover {
    color: #fff;
  }
  #main-navigation .search {
    padding: 0.5rem;
  }
  #main-navigation .search [type="text"] {
    background-color: rgba(0, 0, 0, 0);
    border: thin solid #a4a4a4;
    color: #ffffff;
  }
}
@media screen and (max-width: 47.9375em) {
  #main-navigation .search [type="text"] {
    width: 10rem;
  }
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  border-radius: 4px;
  font-size: 16px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #fff;
  background-color: #004494;
}
.nav-tabs > li + li {
  margin-left: 2px;
}
.nav-tabs > li.active > a {
  color: #fff;
  background-color: #004494;
}
@media screen and (max-width: 68.6875em) {
  #main-container {
    padding-top: 5rem;
  }
}
#main-content {
  margin-bottom: 3rem;
}
#main-content h1 {
  font-family: "Franklin Gothic FS Cd";
  font-weight: normal;
}
#main-content .description {
  line-height: 1.4;
}
#main-content h2 {
  font-family: "Franklin Gothic FS Cd";
  font-weight: normal;
}
#main-content .ressource-principale {
  padding: 0;
  margin: 0 0 0.5rem;
  min-height: 3rem;
}
#main-content .ressource-principale img {
  height: auto;
  max-width: 100%;
  margin: 0;
  min-height: 10rem;
  width: 100%;
}
#main-content .ressource-principale figcaption {
  color: #686868;
  font-size: 0.8rem;
  padding: 0.5rem 0 0;
  position: relative;
  text-align: right;
}
#main-content .ressource-principale figcaption .etiquettes {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
#main-content .ressource-principale figcaption .etiquettes .etiquette {
  background-color: #004494;
  padding: 0.5rem;
  display: inline-block;
  margin-top: 0.3rem;
}
#main-content article {
  margin-bottom: 5rem;
}
#main-content article header {
  margin: 0 0 1rem;
}
#main-content article header h1 {
  margin-bottom: 0.2em;
}
#main-content article .lead {
  font-family: 'Franklin Gothic FS Cd';
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 3em;
  line-height: 1.3;
}
#main-content article .metadata {
  color: #686868;
  font-size: 0.9rem;
}
#main-content article .author {
  color: #001b3b;
}
#main-content article .author a {
  text-decoration: none;
}
#main-content article img {
  display: block;
  margin: 0 1em 1em 0;
}
#main-content article footer {
  font-size: 0.85em;
  color: #5d5d5d;
}
table {
  margin: 1rem auto;
}
table tfoot {
  background-color: #E1E1E1;
}
table tr td,
table tr th {
  padding: 0.2em 0.5em;
  border: thin solid #A4A4A4;
}
table tr td:empty,
table tr th:empty {
  border: none;
}
@media screen and (max-width: 68.6875em) {
  #main-content .article .ressource-principale img {
    min-height: 2rem;
  }
  #main-content .article .ressource-principale img .message .meta {
    display: block;
  }
  #main-content .article .ressource-principale img article .corps .partage a:first-child {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #main-content article .corps {
    padding-left: 0;
    position: initial;
  }
  #main-content article .corps .partage {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 0 0 0.5rem #000000;
    padding: 0.4rem;
    position: fixed;
  }
  #main-content article .corps .partage a {
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 0;
  }
  #main-content article .corps .partage a:first-child {
    margin-top: inherit;
  }
  #main-content .ressource-principale figcaption .etiquettes {
    font-size: 0.8rem;
  }
}
#main-content.homepage .flow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#main-content.homepage .flow .article {
  width: calc(50% - .5rem);
  margin-bottom: 3rem;
}
#main-content.homepage .flow .article a {
  display: block;
}
#main-content.homepage .flow .article img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
#main-content.homepage .flow .article:first-of-type {
  width: 100%;
}
#main-content.homepage .flow .article .title {
  font-family: 'Franklin Gothic FS Cd', Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#main-content.homepage .flow .article .lead {
  line-height: 1.3;
}
@media screen and (max-width: 68.6875em) {
  #main-content.homepage .flow .article .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #main-content.homepage .flow {
    display: block;
  }
  #main-content.homepage .flow .article {
    width: 100%;
  }
  #main-content.homepage .flow .article .lead {
    font-size: 0.9rem;
  }
}
#main-content.list header {
  margin-bottom: 5rem;
}
#main-content.list .items {
  margin-bottom: 5rem;
}
#main-content.list .items .item {
  align-items: flex-start;
  display: flex;
  margin: 3rem 0;
}
#main-content.list .items .item a {
  display: block;
}
#main-content.list .items .item img {
  width: 18.75rem;
  margin: 0 1em 1em 0;
  height: auto;
}
#main-content.list .items .item .text {
  width: calc(100% - 19.75rem);
}
#main-content.list .items .item .text .title {
  font-family: 'Franklin Gothic FS Cd', Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#main-content.list .items .item .text .lead {
  line-height: 1.3;
}
@media screen and (max-width: 68.6875em) {
  #main-content.list .items .item img {
    width: 8rem;
  }
  #main-content.list .items .item .text {
    width: calc(100% - 9rem);
  }
}
@media screen and (max-width: 47.9375em) {
  #main-content.list .items .item {
    display: block;
  }
  #main-content.list .items .item img {
    width: 100%;
    max-width: 18.75rem;
  }
  #main-content.list .items .item .text {
    width: 100%;
  }
  #main-content.list .items .item .text .lead .lead {
    font-size: 0.9rem;
  }
}
/* tags */
#main-container .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  padding: 0;
}
#main-container .tags li {
  display: block;
  margin-right: 0.2em;
}
#main-container .tags li a {
  text-decoration: none;
  background-color: #004494;
  border-radius: 1.5em;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 0.4em;
  margin-right: 0.1em;
  padding: 0.2em 1.2em;
  transition: all ease 0.1s;
}
#main-container .tags li a:hover {
  background-color: #668fbf;
  text-decoration: none;
}
@media screen and (max-width: 68.6875em) {
  #main-container .tags li a {
    padding: 0.5em 1.2em;
  }
}
[type="reset"],
[type="submit"],
[type="button"],
button {
  background-color: #A4A4A4;
  background-image: none;
  border: thin solid #A4A4A4;
  border-radius: 0.3rem;
  display: inline-block;
  font-family: inherit;
  line-height: inherit;
  margin: 0.2em 0;
  padding: 0.5em 1em;
  transition: border 0.1s ease 0s, transform 0.1s ease 0s;
  vertical-align: middle;
  color: #000;
  cursor: pointer;
}
[type="reset"].small,
[type="submit"].small,
[type="button"].small,
button.small {
  font-size: 0.85em;
  padding: 0.4em 0.8em;
}
[type="reset"].big,
[type="submit"].big,
[type="button"].big,
button.big {
  font-size: 1.1em;
  padding: 0.8em 1.3em;
}
[type="reset"]:hover,
[type="submit"]:hover,
[type="button"]:hover,
button:hover,
[type="reset"]focus,
[type="submit"]focus,
[type="button"]focus,
buttonfocus {
  border-color: #fff;
  outline: none;
}
[type="reset"]:active,
[type="submit"]:active,
[type="button"]:active,
button:active {
  transform: scale(0.8);
}
[type="reset"] [class^="icon-"],
[type="submit"] [class^="icon-"],
[type="button"] [class^="icon-"],
button [class^="icon-"] {
  vertical-align: middle;
}
[type="submit"] {
  background-color: #004494;
  border-color: #004494;
  color: #fff;
}
#main-header [type="reset"]:active,
#main-navigation [type="reset"]:active,
#player [type="reset"]:active,
#main-header [type="submit"]:active,
#main-navigation [type="submit"]:active,
#player [type="submit"]:active,
#main-header [type="button"]:active,
#main-navigation [type="button"]:active,
#player [type="button"]:active,
#main-header button:active,
#main-navigation button:active,
#player button:active {
  transform: none;
}
#main-header [type="reset"] [class^="icon-"],
#main-navigation [type="reset"] [class^="icon-"],
#player [type="reset"] [class^="icon-"],
#main-header [type="submit"] [class^="icon-"],
#main-navigation [type="submit"] [class^="icon-"],
#player [type="submit"] [class^="icon-"],
#main-header [type="button"] [class^="icon-"],
#main-navigation [type="button"] [class^="icon-"],
#player [type="button"] [class^="icon-"],
#main-header button [class^="icon-"],
#main-navigation button [class^="icon-"],
#player button [class^="icon-"] {
  transition: all ease 0.1s;
}
#main-header [type="reset"]:active [class^="icon-"],
#main-navigation [type="reset"]:active [class^="icon-"],
#player [type="reset"]:active [class^="icon-"],
#main-header [type="submit"]:active [class^="icon-"],
#main-navigation [type="submit"]:active [class^="icon-"],
#player [type="submit"]:active [class^="icon-"],
#main-header [type="button"]:active [class^="icon-"],
#main-navigation [type="button"]:active [class^="icon-"],
#player [type="button"]:active [class^="icon-"],
#main-header button:active [class^="icon-"],
#main-navigation button:active [class^="icon-"],
#player button:active [class^="icon-"] {
  transform: scale(0.8);
  display: inline-block;
}
/* pagination */
#main-container .pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
}
#main-container .pagination li {
  font-size: 0.9rem;
  padding: 0 0.2rem 0.4rem;
}
#main-container .pagination li a {
  background-color: #C3C3C3;
  border: thin solid #C3C3C3;
  border-radius: 0.3em;
  color: #000000;
  display: inline-block;
  padding: 0.4em 0.8em;
  text-decoration: none;
  transition: all ease 0.1s;
}
#main-container .pagination li a:hover {
  border-color: #868686;
  background-color: #868686;
}
#main-container .pagination li a [class^="icon-"] {
  vertical-align: middle;
}
#main-container .pagination li .active {
  border: thin solid #C3C3C3;
  border-radius: 0.3em;
  color: #000000;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.4em 0.8em;
}
@media screen and (max-width: 47.9375em) {
  #main-container .pagination li .active {
    padding: 0.4em;
  }
}
body.loading {
  cursor: progress;
}
body.loading #loading {
  display: block;
}
#loading {
  background-color: #004494;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.5rem #000000;
  color: #ffffff;
  display: none;
  height: 2.5rem;
  left: 50%;
  position: fixed;
  text-align: center;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  z-index: 10;
}
#loading [class^="icon-"] {
  animation-duration: 500ms;
  animation-name: rotateloading;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@keyframes rotateloading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.system-message {
  background-color: #E1E1E1;
  border-bottom: thin solid #686868;
  color: #686868;
  border-color: #B4B4B4;
  border-style: solid;
  border-width: thin 0;
  box-shadow: 0 0.5rem 1rem #D2D2D2;
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
}
.system-message p:last-of-type {
  margin-bottom: 0;
}
.system-message.success {
  background-color: #c7e6c7;
  border-color: #5cb85c;
  box-shadow: 0 0.5rem 1rem #b5dfb5;
  color: #357935;
}
.system-message.info {
  background-color: #bfe7ff;
  border-color: #59C2FF;
  box-shadow: 0 0.5rem 1rem #bfe7ff;
  color: #0089d9;
}
.system-message.warning {
  background-color: #fae0ba;
  border-color: #EF9313;
  box-shadow: 0 0.5rem 1rem #f9d5a2;
  color: #c2760d;
}
.system-message.danger {
  background-color: #f4cecd;
  border-color: #d9534f;
  box-shadow: 0 0.5rem 1rem #f0b9b8;
  color: #c9302c;
}
.system-message [class^="icon"] {
  font-size: 1.5em;
  vertical-align: middle;
  padding-right: 0.5em;
}
.breadcrumb {
  margin: 1rem 0;
  font-size: 0.8em;
  color: #686868;
  line-height: 1.3;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li::after {
  content: " >";
  padding: 0 0.2rem;
}
.breadcrumb li:last-child {
  color: #151515;
}
.breadcrumb li:last-child::after {
  content: "";
}
body.player-on {
  margin-bottom: 3rem;
}
#player {
  display: none;
  background-color: #0a0a0a;
  box-shadow: 0 -0.1rem 0.5rem #000000;
  color: #777777;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 0.9rem;
  padding: 0;
}
.player-on #player {
  display: flex;
}
#player button {
  height: 3rem;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 3rem;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #0a0a0a;
}
#player button [class^="icon-"] {
  font-size: 1.2rem;
}
#player button.na {
  color: #535353;
}
#player button.on {
  background-color: #004494;
}
#player .module {
  flex: 0;
  background-color: inherit;
  margin: 0;
  width: 3rem;
  height: 3rem;
}
#player .module .menu {
  background-color: #0a0a0a;
  bottom: 100%;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: all 0.2s ease 0s;
  z-index: -1;
}
#player .module.open > button {
  background-color: #151515;
}
#player .module.open .menu {
  max-width: 100vw;
  transform: translateY(0);
}
#player .module .label {
  display: block;
  line-height: 3rem;
  padding: 0 0.5rem;
  white-space: nowrap;
}
#player .module .label [class^="icon-"] {
  font-size: 1.3em;
  padding-right: 0.5rem;
  vertical-align: middle;
}
#player .module.play button {
  background-color: #004494;
}
#player .module.live [class^="icon-"] {
  color: red;
}
#player .module.live.on {
  display: block;
}
#player .module.progress {
  flex: 1;
}
#player .module.progress .pit {
  background-color: #001b3b;
  height: 1rem;
  width: 100%;
  cursor: ew-resize;
}
#player .module.progress .pit .bar {
  height: 100%;
  background-color: #004494;
}
#player .module.progress .metadata {
  display: flex;
  padding: 0.5rem 0 0.5rem 0.5rem;
  justify-content: space-between;
}
#player .module.progress .metadata .title a {
  text-decoration: none;
  color: #668fbf;
}
#player .module.progress .metadata .title a:hover {
  text-decoration: underline;
}
#player .module.progress .metadata .time {
  flex: 0;
  margin: 0 0.5rem;
  white-space: nowrap;
}
#player .module.volume {
  position: relative;
  z-index: 1;
}
#player .module.volume .menu {
  background-color: #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
#player .module.volume .menu .pit {
  background-color: #001b3b;
  height: 6rem;
  width: 1rem;
  margin: 1rem 1rem 0;
  position: relative;
  cursor: ns-resize;
}
#player .module.volume .menu .pit .bar {
  position: absolute;
  bottom: 0;
  background-color: #004494;
  width: 100%;
  height: 100%;
}
#player .expanded {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: inherit;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 3rem;
  transform: translateY(100%);
  transition: all 0.2s ease 0s;
  z-index: -1;
}
#player .expanded .module {
  width: auto;
  display: flex;
  border-right: thin solid #2a2a2a;
}
#player .expanded .module .label {
  display: inline-block;
}
#player .expanded .module button {
  flex-shrink: 0;
}
#player .expanded .module [type="text"] {
  background-color: #343434;
  border: none;
  border-radius: 0;
  color: #C3C3C3;
  font-family: monospace;
  font-size: 0.6rem;
  height: 1.4rem;
  margin: 0.8rem 0;
  max-width: 7rem;
}
#player .expanded.open {
  transform: translateY(0);
}
#player .expanded .export {
  position: relative;
}
#player .expanded .export .menu {
  left: 0;
  right: auto;
  display: flex;
}
@media screen and (max-width: 47.9375em) {
  #player .module.progress .metadata {
    font-size: 0.7rem;
    padding: 0.3rem 0 0.3rem 0.3rem;
  }
  #player .module.progress .metadata .time {
    white-space: normal;
    text-align: right;
  }
}
#sidebar {
  font-size: 0.9rem;
  margin-bottom: 3rem;
}
#sidebar .bloc {
  margin: 0 0 4rem;
}
#sidebar .bloc a {
  text-decoration: none;
  display: block;
  color: inherit;
}
#sidebar .bloc a .title {
  text-decoration: underline;
  color: #000000;
  font-family: 'Franklin Gothic FS Cd';
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #004494;
}
#sidebar .bloc a img {
  width: 100%;
}
#sidebar .bloc p {
  line-height: 1.2em;
}
#sidebar .bloc.reseaux-sociaux {
  display: flex;
  justify-content: flex-start;
}
#sidebar .bloc.reseaux-sociaux .reseau {
  background-color: #004494;
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  padding: 0.5rem;
  text-decoration: none;
  transition: all ease 0.2s;
  margin-right: 0.5rem;
}
#sidebar .bloc.reseaux-sociaux .reseau:focus,
#sidebar .bloc.reseaux-sociaux .reseau:hover {
  background-color: #002959;
  color: #777777;
}
#sidebar .bloc.reseaux-sociaux .reseau:active {
  transform: translateY(0.2rem);
}
#sidebar .bloc.reseaux-sociaux .reseau [class^="icon-"] {
  display: block;
}
#sidebar .bloc.twitter iframe {
  width: 18.75rem;
  height: 30rem;
}
#sidebar .bloc.actu-chaines {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#sidebar .bloc.actu-chaines .title {
  width: 100%;
}
#sidebar .bloc.actu-chaines img {
  display: inline-block;
  margin: 0 0 1em;
  width: 4.2rem;
  /* to do redimensionner les images */
}
#sidebar .bloc.bouton a {
  font-family: "Franklin Gothic FS Cd";
  background-color: #668fbf;
  text-decoration: none;
  display: flex;
  padding: 1rem;
  color: #fff;
  font-size: 1.3rem;
  transition: all ease 0.3s;
}
#sidebar .bloc.bouton a:hover {
  background-color: #3369a9;
}
#sidebar .bloc.bouton a [class^="icon-"] {
  font-size: 2em;
  margin-right: 1rem;
}
@media screen and (max-width: 47.9375em) {
  #sidebar {
    width: auto;
    max-width: 20rem;
    padding: 0;
  }
}
#pied-principal {
  background-color: #151515;
  color: #868686;
  font-size: 0.8125rem;
  margin-top: 2rem;
}
#pied-principal a {
  color: #C3C3C3;
  display: block;
  padding: 0 0 0.5rem;
  text-decoration: none;
}
#pied-principal .content {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 1rem 0;
}
#pied-principal .logo {
  width: 7.5rem;
  height: auto;
  background-color: transparent;
}
#pied-principal .col1 {
  width: 16rem;
}
#pied-principal .col2 {
  padding: 0 0 0 1.5rem;
  width: calc(100% - 16rem);
}
#pied-principal .title {
  margin: 1rem 0;
  padding-top: 0.5rem;
  border-top: thin solid #868686;
}
#pied-principal .bloc a [class^="icon-"] {
  color: #004494;
}
#pied-principal .pied-groupe {
  background-color: #000000;
  padding: 0.5rem 0 2rem;
  text-align: center;
  line-height: 1.5;
}
#pied-principal .pied-groupe a {
  display: inline;
  padding: 0 0.5rem;
}
@media screen and (max-width: 68.6875em) {
  #pied-principal .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #pied-principal .content {
    display: block;
  }
  #pied-principal .content .col1,
  #pied-principal .content .col2 {
    display: block;
    width: auto;
    padding: 0 0 0.5rem;
  }
  #pied-principal .pied-groupe {
    padding-bottom: 2rem;
  }
  #pied-principal a {
    display: block;
    padding: 0.5rem;
  }
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) 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;
  }
}
@media screen and (min-width: 68.75em) {
  .hidden-large {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .hidden-medium-large {
    display: none;
  }
}
@media screen and (max-width: 68.6875em) {
  .hidden-small-medium {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .hidden-small {
    display: none;
  }
}
@media screen and (min-width: 1102px) {
  #page {
    margin-top: 24px;
  }
}
#main-header .title {
  margin: 0;
}
#main-header .site-title a,
#main-header .site-title a:visited {
  color: #004494;
  font-family: 'Franklin Gothic FS Cd';
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  font-weight: normal;
  text-decoration: none;
}
#main-header .site-description {
  color: #868686;
  font-family: 'Franklin Gothic FS Cd';
  font-size: 1.3rem;
  text-shadow: none;
  margin-left: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 3.5rem;
  font-weight: normal;
}
#main-header .site-branding img {
  margin-right: 1rem;
}
@media screen and (max-width: 68.75em) {
  #main-header {
    box-shadow: 0 0.01rem 0.5rem #000000;
    z-index: 9;
    background-image: none !important;
  }
  #main-header .site-title.title,
  #main-header .site-description,
  #main-header .site-branding img {
    margin: 0;
    line-height: 1;
  }
  #main-header .site-title.title a,
  #main-header .site-description a,
  #main-header .site-branding img a {
    font-size: 1.5rem;
    color: #3369A9;
  }
  #main-header .site-title.title {
    margin-bottom: 0.4rem;
  }
  #main-header .site-description {
    line-height: 1.5;
    font-size: 1rem;
    margin: 0 0 0.4rem 1rem;
  }
  #main-header .contenu {
    margin: 0;
  }
}
#main-container #main-content a,
#main-container #main-content a:hover {
  text-decoration: none;
  /* This prevents long links from hijacking the layout */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Web-kit hack */
  word-break: break-word;
}
#main-container #main-content .page-title {
  font-family: "Franklin Gothic FS Cd";
  color: #151515;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.3em;
}
#main-container #main-content h1.entry-title {
  color: #868686;
  font-family: "Franklin Gothic FS Cd";
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  border-bottom: medium solid #969696;
}
#main-container #main-content h1.entry-title a {
  border-bottom: medium solid #969696;
  color: #969696;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: block;
}
#main-container #main-content h1.entry-title a:hover {
  border-bottom: medium solid #004494;
  text-decoration: none;
  color: #004494;
}
#main-container #main-content .moretag {
  text-align: left;
  display: block;
}
#main-container #main-content .moretag:after {
  content: "\e94d";
  padding-left: 5px;
  font-family: 'rf-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}
#main-container #main-content .entry-meta {
  color: #868686;
  margin: 0.5rem 0;
}
#main-container #main-content .article figure,
#main-container #main-content .article figcaption {
  margin: 0;
  padding: 0;
}
#main-container #main-content article {
  margin-bottom: 1rem;
}
#main-container #main-content article .entry-content {
  min-width: 560px;
}
#main-container #main-content article .caption {
  position: relative;
  bottom: 1em;
  margin-bottom: 0.5em;
}
#main-container #main-content article + article {
  margin-bottom: 1rem;
  border-top: 2px solid #A4A4A4;
  padding-top: 2rem;
}
#main-container #main-content .entry-footer .cat-links a {
  text-decoration: none;
  background-color: #B4B4B4;
  border-radius: 1.5em;
  color: #000000;
  display: inline-block;
  font-size: 0.8rem !important;
  /* overwrites generated font-size */
  margin-bottom: 0.4em;
  margin-right: 0.4em;
  padding: 0.2em 1.2em;
}
#main-container #main-content .entry-footer .tags-links a {
  text-decoration: none;
  background-color: #004494;
  border-radius: 1.5em;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem !important;
  /* overwrites generated font-size */
  margin-bottom: 0.4em;
  margin-right: 0.4em;
  padding: 0.2em 1.2em;
}
#main-container #main-content .nav-links:before,
#main-container #main-content .nav-links:after {
  content: " ";
  display: table;
}
#main-container #main-content .nav-links:after {
  clear: both;
}
#main-container #main-content .nav-links .nav-previous a {
  background-color: #004494;
  border-color: #004494;
  color: #151515;
  transition: all ease 0.2s;
  background-color: #aaa;
  background-image: none;
  border: thin solid #aaa;
  border-radius: 0.3rem;
  display: inline-block;
  font-family: inherit;
  line-height: inherit;
  margin: 0.2rem 0;
  padding: 0.5em 1rem;
  transition: border 0.1s ease 0s, transform 0.1s ease 0s;
  vertical-align: middle;
  cursor: pointer;
  max-width: 300px;
  float: left;
  padding-left: 2rem;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#main-container #main-content .nav-links .nav-previous a:hover {
  border-color: #fff;
  outline: none;
}
#main-container #main-content .nav-links .nav-previous a:active,
#main-container #main-content .nav-links .nav-previous a:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
#main-container #main-content .nav-links .nav-previous a:before {
  content: "\e938";
  padding-right: 5px;
  font-family: 'rf-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  margin-top: -0.5em;
}
#main-container #main-content .nav-links .nav-next a {
  background-color: #004494;
  border-color: #004494;
  color: #151515;
  transition: all ease 0.2s;
  background-color: #aaa;
  background-image: none;
  border: thin solid #aaa;
  border-radius: 0.3rem;
  display: inline-block;
  font-family: inherit;
  line-height: inherit;
  margin: 0.2rem 0;
  padding: 0.5em 1rem;
  transition: border 0.1s ease 0s, transform 0.1s ease 0s;
  vertical-align: middle;
  cursor: pointer;
  max-width: 300px;
  float: right;
  padding-right: 2rem;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#main-container #main-content .nav-links .nav-next a:hover {
  border-color: #fff;
  outline: none;
}
#main-container #main-content .nav-links .nav-next a:active,
#main-container #main-content .nav-links .nav-next a:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
#main-container #main-content .nav-links .nav-next a:after {
  content: "\e945";
  padding-left: 5px;
  font-family: 'rf-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.5em;
  text-align: right;
}
.single-post #main-content article {
  margin-bottom: 1rem;
  border-bottom: 2px solid #A4A4A4;
  padding-bottom: 0.25rem;
}
.single-post #main-content .entry-content {
  padding-left: 5rem;
  position: relative;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #A4A4A4;
  padding-bottom: 1rem;
  min-height: 250px;
}
.single-post #main-content .partage {
  position: absolute;
  left: 0;
  top: 0;
}
.single-post #main-content .partage li:first-child a {
  margin-top: 0;
}
.single-post #main-content .partage a {
  display: block;
  background-color: #004494;
  color: #fff;
  padding: 0.5rem;
  font-size: 2rem;
  text-decoration: none;
  margin-top: 0.5rem;
  line-height: 1rem;
  transition: all 0.2s ease 0s;
}
.single-post #main-content .social-share {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .single-post #main-content article .entry-content {
    padding-left: 0rem;
    min-width: none;
  }
  .single-post #main-content article .entry-content .partage {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 0 0 0.5rem #000000;
    padding: 0.4rem;
    position: fixed;
  }
  .single-post #main-content article .entry-content .partage .social-share li {
    display: inline-block;
  }
  .single-post #main-content article .entry-content .partage .social-share li a {
    margin: 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 68.6875em) {
  #main-container #main-content article .entry-content {
    min-width: 0;
  }
  #main-container #main-content .nav-links .nav-next a {
    max-width: 100%;
    display: block;
    width: 100%;
  }
  #main-container #main-content .nav-links .nav-previous a {
    max-width: 100%;
    display: block;
    width: 100%;
  }
}
#pied-principal {
  font-size: 0.8125rem;
  padding-top: 2rem;
}
#pied-principal .col1 section:first-child,
#pied-principal .col2 section:first-child {
  min-height: 163px;
}
#pied-principal .col2 section:first-child .widget-title {
  margin-top: 0;
}
#pied-principal .title {
  font-size: 0.8125rem;
  font-weight: normal;
}
#pied-principal .menu-item {
  padding: 0;
  line-height: 1;
  color: #F0F0F0;
}
#pied-principal img {
  background-color: transparent;
}
.current-menu-item a {
  color: #004494;
}
.logged-in.admin-bar #metanav {
  background-color: #000;
  font-size: 0.8rem;
  position: fixed;
  width: 100%;
  top: 32px;
}
.logged-in.admin-bar #main-navigation .sticky-wrapper {
  top: 30px;
  z-index: 13 !important;
}
#metanav {
  background-color: #000;
  font-size: 0.8rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 12;
}
#metanav .level1 {
  margin-bottom: 0;
}
#metanav .handle {
  bottom: -44px;
}
#metanav {
  background-color: #000000;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  transition: none 0s ease 0s ;
  width: 100%;
}
#metanav .level1 {
  text-align: center;
}
#metanav .level1 li {
  display: inline-block;
  vertical-align: top;
}
#metanav .level1 li a {
  color: #fff;
  display: block;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: background-color ease 0.2s;
}
#metanav .level1 li a:hover {
  background-color: #2a2a2a;
}
#metanav .level1 .submenu {
  position: relative;
}
#metanav .level1 .submenu a {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: inherit;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1.5rem;
  cursor: pointer;
}
#metanav .level1 .submenu a :hover {
  background-color: #2a2a2a;
}
#metanav .level1 .submenu .sub-menu {
  background-color: #000000;
  position: absolute;
  right: 0;
  text-align: right;
  top: 1.5rem;
  transform: scale(0);
  transform-origin: 100% 0 0;
  transition: transform 0.2s ease 0s;
}
#metanav .level1 .submenu .sub-menu li {
  display: block;
  width: 100%;
}
#metanav .level1 .submenu .sub-menu li a {
  margin: 0;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  width: 100%;
}
#metanav .level1 .submenu.open a {
  background-color: #2a2a2a;
}
#metanav .level1 .submenu.open .sub-menu {
  transform: scale(1);
}
#metanav .level1 .submenu.open .sub-menu li a {
  display: inline-block;
  background: #000000;
  text-align: right;
}
#metanav .level1 .submenu.open .sub-menu li a:hover {
  background: #2a2a2a;
}
#metanav .level1 .handle {
  display: none;
  position: absolute;
  bottom: -2.75rem;
  right: 0;
  background-color: #000;
}
#metanav .level1 .handle a {
  border: none;
  border-radius: 0;
  background-color: inherit;
  color: #ffffff;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.75rem;
  padding: 0;
  text-align: center;
  width: 2.75rem;
}
@media screen and (max-width: 68.6875em) {
  body {
    margin-top: 0;
  }
  #metanav {
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    transform: translateY(-100%);
    transition: transform ease 0.3s;
    z-index: 2;
  }
  #metanav.open {
    transform: translateY(0);
  }
  #metanav .level1 {
    padding: 0.25rem 0;
  }
  #metanav .level1 li {
    display: block;
  }
  #metanav .level1 li a {
    margin: 0;
    padding: 0.5rem 0.8rem;
    text-align: left;
  }
  #metanav .level1 .handle {
    display: block;
  }
  #metanav .level1 .submenu > a {
    display: none;
    width: 100%;
  }
  #metanav .level1 .submenu .level2,
  #metanav .level1 .submenu .sub-menu {
    transition: none;
    transform: scale(1);
    position: initial;
    background-color: inherit;
    margin: 0;
  }
  #metanav .level1 .submenu .level2 li,
  #metanav .level1 .submenu .sub-menu li {
    padding: 0;
  }
  #metanav .level1 .submenu .level2 li a,
  #metanav .level1 .submenu .sub-menu li a {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.5rem 0.8rem;
    line-height: 1rem;
    height: 32px;
  }
}
/*@todo overwrite rf bootstrap*/
@media screen and (max-width: 47.9375em) {
  #metanav {
    display: block !important;
  }
}
ul.meta-menu {
  background-color: #000;
  font-size: 0.8rem;
  list-style: none;
  width: 100%;
  margin: 0;
}
ul.meta-menu li {
  display: inline;
}
ul.meta-menu li a {
  padding: 0 0.5rem;
}
#main-navigation {
  min-height: 45px;
}
#main-navigation #primary-menu {
  margin: 0;
}
#main-navigation .search-nav .menu {
  max-width: 750px;
}
#main-navigation .search-nav .menu li a {
  height: 45px;
  margin-top: 0;
  padding: 0.75rem 1rem;
}
#main-navigation .search-nav .menu li:hover > a {
  background: rgba(0, 0, 0, 0.5);
  color: #F0F0F0;
}
#main-navigation .search-nav .menu .current-menu-item a,
#main-navigation .search-nav .menu .current-menu-item:hover a {
  color: #004494;
  background-color: transparent;
}
#main-navigation ul.children li a {
  color: #A4A4A4;
}
#main-navigation .main-navigation ul ul li:hover > a,
#main-navigation .main-navigation ul ul li:focus > a {
  width: 200px;
  color: #F0F0F0;
}
#pied-principal .menu {
  list-style: none;
  margin-left: 0;
}
#pied-principal .menu [class^="icon-"].menu-item,
#pied-principal .menu [class*=" icon-"].menu-item,
#pied-principal .menu .menu-item {
  color: #668fbf;
}
#pied-principal .menu [class^="icon-"].menu-item a,
#pied-principal .menu [class*=" icon-"].menu-item a,
#pied-principal .menu .menu-item a {
  display: inline-block;
  padding: 0 1rem 0.5rem 1rem;
  margin-left: -1rem;
  margin-bottom: 0.25rem;
  color: #F0F0F0;
  font-size: 13px;
  line-height: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, sans-serif;
}
#pied-principal .menu [class^="icon-"].menu-item a,
#pied-principal .menu [class*=" icon-"].menu-item a {
  padding: 0 1rem 0.5rem 1rem;
  margin-left: -0.5rem;
}
/*--------------------------------------------------------------
## Search form and widget
--------------------------------------------------------------*/
.search-form {
  display: inline-block;
  max-width: 68.6875em;
  width: 300px;
  margin-top: 7px;
  position: relative;
  overflow: hidden;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  width: 100%;
}
.search-form .search-submit {
  color: #E1E1E1;
  font-size: 1rem;
  background-color: #E1E1E1;
  width: 40px;
  height: 32px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-left: 2px solid #C3C3C3;
  transform: all 0.3s ease 0s;
  border-top-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
  margin: 0;
}
.search-form .search-submit:hover {
  color: #777777;
  background-color: #777777;
  border-left: 2px solid #777777;
  border-top-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
}
.search-form:after {
  font-family: 'rf-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
  content: "\e908";
  font-size: 1.2rem;
  position: absolute;
  color: #A4A4A4;
  top: 0;
  right: 0.65rem;
  height: 0px;
  overflow: visible;
  pointer-events: none;
  background: none !important;
}
.search-form .search-submit {
  color: #E1E1E1 !important;
  font-size: 1rem;
  background-color: #E1E1E1;
}
.search-form .search-submit:hover {
  color: #777777 !important;
}
@media screen and (max-width: 68.75em) {
  .search-form {
    max-width: 17.25rem;
  }
}
/*--------------------------------------------------------------
## Open navigation menu
--------------------------------------------------------------*/
@media screen and (max-width: 68.75em) {
  .icon-menu:before {
    vertical-align: middle;
  }
  #main-navigation {
    top: 0;
  }
  #main-navigation.open {
    transform: translate(0, 44px);
  }
  #main-navigation.open .search-form {
    margin-top: 0;
  }
  #main-navigation.open .search-form .search-field {
    background: #000;
    border-radius: 0;
    border: 2px solid #3a3a3a;
    padding-left: 1rem;
  }
  #main-navigation.open .search-form .search-field:after {
    color: #A4A4A4;
    top: 0;
    right: 0.5rem;
    height: 0px;
    overflow: visible;
    pointer-events: none;
    background: none !important;
  }
  #main-navigation.open .search-form .search-submit {
    color: #3a3a3a !important;
    font-size: 1rem;
    background-color: #3a3a3a;
    border-left: 2px solid #3a3a3a;
    height: 34px;
  }
  #main-navigation.open #primary-menu li {
    display: block;
  }
  #main-navigation.open li {
    float: none;
    position: relative;
  }
  #main-navigation.open .page_item_has_children {
    position: relative;
  }
  #main-navigation.open .page_item_has_children .children {
    position: absolute;
  }
  #main-navigation.open ul.children li a {
    width: 260px;
  }
  #handle-nav:focus {
    box-shadow: none;
  }
  .icon-menu:before {
    color: #fff;
  }
  .logged-in.admin-bar #main-navigation {
    top: 0;
  }
  .logged-in.admin-bar #main-navigation.open {
    transform: translate(0, 76px);
  }
  .logged-in.admin-bar #main-navigation.open ul {
    display: block;
  }
  .logged-in.admin-bar #main-navigation .sticky-wrapper {
    top: 45px;
    z-index: 13 !important;
  }
  .search-form .search-field:after {
    top: 0;
    right: 0.5rem;
    height: 0px;
    overflow: visible;
    pointer-events: none;
    background: none !important;
  }
  .search-form .search-submit {
    font-size: 1rem;
    height: 34px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in.admin-bar #main-navigation {
    top: 0;
  }
  .logged-in.admin-bar #main-navigation.ouvert {
    transform: translate(0, 89px);
  }
}
@media screen and (max-width: 68.6875em) {
  body {
    margin-top: 0;
  }
  #main-navigation {
    max-width: max-content;
  }
  #metanav {
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    transform: translateY(-100%);
    transition: transform ease 0.3s;
    z-index: 10;
  }
  #metanav.open {
    transform: translateY(0);
  }
  #metanav .level1 {
    padding: 0.25rem 0;
  }
  #metanav .level1 li {
    display: block;
  }
  #metanav .level1 li a {
    margin: 0;
    padding: 0.5rem 0.8rem;
    text-align: left;
  }
  #metanav .level1 .handle {
    display: block;
  }
  #metanav .level1 .submenu button {
    display: none;
  }
  #metanav .level1 .submenu .level2 {
    transition: none;
    transform: scale(1);
    position: initial;
    background-color: inherit;
  }
  #metanav .level1 .submenu .level2 li a {
    padding: 0.5rem 0.8rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #metanav {
    display: none;
  }
}
/*--------------------------------------------------------------
## Home-icon
--------------------------------------------------------------*/
#menu-item-59 a {
  display: inline-block;
  position: relative;
  padding: 4px 0;
  width: 45px;
  right: 9999px;
  /*--------------------------------------------------------------
  ## WordPress
  --------------------------------------------------------------*/
  /* Small menu. */
}
#menu-item-59 a:after {
  content: "\e936";
  position: absolute;
  padding: 0;
  top: 2px;
  right: -9999px;
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 45px;
  font-family: 'rf-icons' !important;
}
#menu-item-59 a .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
#menu-item-59 a .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#menu-item-59 a .main-navigation li {
  float: left;
  position: relative;
  height: 45px;
}
@media screen and (min-width: 68.75em) {
  #menu-item-59 a .main-navigation li {
    height: 45px;
  }
}
#menu-item-59 a .main-navigation a {
  display: block;
  text-decoration: none;
}
#menu-item-59 a .main-navigation ul ul {
  background: rgba(0, 0, 0, 0.8);
  float: left;
  position: absolute;
  top: 45px;
  left: -999em;
  z-index: 99999;
}
#menu-item-59 a .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
#menu-item-59 a .main-navigation ul ul a {
  width: 200px;
}
#menu-item-59 a .main-navigation ul li:hover > ul,
#menu-item-59 a .main-navigation ul li.focus > ul {
  left: auto;
}
#menu-item-59 a .main-navigation ul ul li:hover > ul,
#menu-item-59 a .main-navigation ul ul li.focus > ul {
  left: 100%;
}
#menu-item-59 a .menu-toggle,
#menu-item-59 a .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  #menu-item-59 a .menu-toggle {
    display: none;
  }
  #menu-item-59 a .main-navigation ul {
    display: block;
  }
}
#menu-item-59 a .site-main .comment-navigation,
#menu-item-59 a .site-main .posts-navigation,
#menu-item-59 a .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
#menu-item-59 a .comment-navigation .nav-previous,
#menu-item-59 a .posts-navigation .nav-previous,
#menu-item-59 a .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
#menu-item-59 a .comment-navigation .nav-next,
#menu-item-59 a .posts-navigation .nav-next,
#menu-item-59 a .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#sidebar ul:not(.menu) {
  margin: 0 0 1.5em 1.25em;
}
#sidebar .bloc {
  margin: 0px 0 3rem;
}
#sidebar .widget {
  margin: 0px 0 3rem;
}
#sidebar .widget .tagcloud a {
  text-decoration: none;
  background-color: #004494;
  border-radius: 1.5em;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem !important;
  /* overwrites generated font-size */
  margin-bottom: 0.4em;
  margin-right: 0.4em;
  padding: 0.2em 1.2em;
}
#sidebar .widget .bloc.reseaux-sociaux .reseau {
  height: 50px;
  width: 50px;
}
#sidebar .widget .title {
  color: #494949;
  font-family: 'Franklin Gothic FS Cd';
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
#sidebar a {
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  /* Web-kit hack (non-standard) */
}
#sidebar .bouton {
  line-height: 1.2;
}
#sidebar .bouton a {
  word-break: normal;
}
#sidebar .bloc.actu-chaines img {
  background: transparent;
}
#sidebar .more.button {
  color: #fff;
  background-color: #004494;
  border-color: #004494;
  transition: all 0.3s ease 0s;
  display: block;
  text-align: center;
  margin-top: 1rem;
}
#sidebar .more.button:hover {
  background-color: #002959;
}
#sidebar .biblio-button {
  position: relative;
  bottom: 2rem;
}
.widget .tagcloud a {
  text-decoration: none;
  background-color: #004494;
  border-radius: 1.5em;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 0.4em;
  margin-right: 0.4em;
  padding: 0.2em 1.2em;
}
.widget #wp-calendar caption {
  color: #000000;
  font-family: 'Franklin Gothic FS Cd';
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #004494;
}
.widget #wp-calendar thead {
  background-color: #E1E1E1;
}
.widget #wp-calendar tbody {
  background-color: #A4A4A4;
  text-align: center;
  color: #fff;
}
.widget #wp-calendar tbody tr {
  height: 2rem;
}
.archive #main-content article {
  align-items: flex-start;
  display: flex;
  margin-bottom: 2rem;
}
.archive #main-content article img {
  max-width: 172px;
}
.archive #main-content article .entry-thumb {
  width: 100%;
  margin-right: 1rem;
}
.archive #main-content article .entry-thumb.video-thumb > a {
  display: inline-block;
}
.archive #main-content article .entry-thumb img {
  margin: 0;
}
.archive #main-content article .entry-content {
  margin: 0;
}
.archive #main-content article h2 {
  margin: 0;
}
@media screen and (max-width: 68.75em) {
  .archive #main-content article {
    display: block;
  }
  .archive #main-content article img {
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .archive #main-content article {
    display: flex;
  }
}
@media screen and (max-width: 40.9375em) {
  .archive #main-content article {
    display: block;
  }
}
.home h1.entry-title {
  color: #969696;
  font-family: "Franklin Gothic FS Cd";
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  border-bottom: none !important;
}
.home h1.entry-title a {
  border-bottom: medium solid #a4a4a4;
  color: #969696;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: block;
}
.home h1.entry-title a:hover {
  border-bottom: medium solid #004494;
  text-decoration: none;
  color: #004494;
}
.home .titre {
  max-width: 360px;
}
.home #main-content .ressource-principale figcaption .etiquettes {
  transform: translateY(-101%);
}
.home #main-content .ressource-principale figcaption .etiquettes .etiquette {
  padding: 0;
}
.home #main-content .ressource-principale figcaption .etiquettes .etiquette:hover {
  background-color: #3369a9;
}
.home #main-content figcaption .etiquette a,
.home #main-content figcaption .etiquette a:hover {
  color: #fff;
  padding: 1rem;
  line-height: 3;
}
.home #main-content figcaption .etiquette {
  padding: 0;
}
.home #main-content figcaption .etiquette + .etiquette {
  border-left: 1px solid #3369a9;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize (voir rf-less normalize.less)
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #151515;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  min-width: 19rem;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #A4A4A4;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #004494;
  border-color: #004494;
  color: #151515;
  transition: all ease 0.2s;
  background-color: #aaa;
  background-image: none;
  border: thin solid #aaa;
  border-radius: 0.3rem;
  display: inline-block;
  font-family: inherit;
  line-height: inherit;
  margin: 0.2rem 0;
  padding: 0.5em 1rem;
  transition: border 0.1s ease 0s, transform 0.1s ease 0s;
  vertical-align: middle;
  cursor: pointer;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #fff;
  outline: none;
}
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #004494;
}
a:visited {
  color: #00224a;
}
a:hover,
a:focus,
a:active {
  color: #004494;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
.video-thumb > a {
  position: relative;
  display: block;
}
.video-thumb > a:before {
  content: "\e942";
  font-family: 'rf-icons' !important;
  position: absolute;
  font-size: 2rem;
  width: 3rem;
  padding: 0.5rem 0.65rem;
  line-height: 1;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 100%;
  color: #F0F0F0;
  right: 50%;
  top: 50%;
  margin-right: -1.5rem;
  margin-top: -2rem;
  transform: scale(1);
  transition: all 300ms ease-in-out;
}
.video-thumb > a:hover:before {
  transform: scale(1.1);
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Utility
--------------------------------------------------------------*/
.caption {
  color: #777777;
  font-size: 0.9em;
  text-align: center;
}
[class^="icon-"] a,
[class*=" icon-"] a {
  font-family: Arial, sans-serif;
}
