body,
div,
h1,
h2,
h3,
h4,
ul,
ol,
li,
p,
img,
section,
nav,
header,
main,
footer {
  padding: 0;
  margin: 0;
}
ul,
ol,
li {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
}
@font-face {
  font-family: 'Source sans pro Regular';
  src: url('../fonts/sourcesanspro/sourcesanspro-regular.eot');
  src: url('../fonts/sourcesanspro/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro/sourcesanspro-regular.woff2') format('woff2'), url('../fonts/sourcesanspro/sourcesanspro-regular.woff') format('woff'), url('../fonts/sourcesanspro/sourcesanspro-regular.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Source sans pro Regular';
  font-size: 62.5%;
  color: #000000;
  background-color: #efefef;
}
a {
  text-decoration: none;
}
a:hover {
  color: #606060;
}
h1 {
  font-family: 'Source sans pro Regular';
  font-size: 3.2em;
  line-height: 1.1em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
form label,
form input {
  vertical-align: middle;
  margin: 0;
}
form label {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
}
form .form-text,
form input[type='text'],
form input[type='password'],
form input[type='email'] {
  font-family: 'Source sans pro Regular';
  border: 1px solid #000000;
  font-size: 1.4em;
  color: #000000;
  padding: 1px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input.form-submit,
form input[type='submit'] {
  font-family: 'Source sans pro Regular';
  text-transform: uppercase;
  border: 1px solid #000000;
  font-weight: bold;
  font-size: 1.4em;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 1px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form input.form-submit:hover,
form input[type='submit']:hover {
  background-color: #606060;
}
form textarea {
  font-family: 'Source sans pro Regular';
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 1.4em;
  color: #000000;
  padding: 1px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-preview {
  margin-bottom: 20px;
}
.video-preview .preview {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.video-preview .preview a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.video-preview .preview img {
  width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 0;
  display: block;
}
.video-preview .title {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 110%;
  text-align: center;
  margin-bottom: 2px;
}
.video-preview .title a {
  color: #000000;
  text-decoration: none;
}
.video-preview .title a:hover {
  color: #606060;
}
.video-preview .date {
  font-size: 1.3em;
  line-height: 110%;
  text-align: center;
}
.block-follow-us li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.block-follow-us li:first-child {
  margin-left: 0;
}
.block-follow-us a {
  display: inline-block;
  text-indent: -999px;
  text-align: left;
  overflow: hidden;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  background: left top no-repeat;
  background-size: cover;
}
.block-follow-us a.lnk-fb {
  background-image: url("../img/icons/fb.svg");
}
.block-follow-us a.lnk-tw {
  background-image: url("../img/icons/tw.svg");
}
.block-follow-us a.lnk-contact {
  background-image: url("../img/icons/mail.svg");
}
.block-follow-us a.lnk-rss {
  background-image: url("../img/icons/rss.svg");
}
.more {
  clear: both;
  text-align: right;
}
.more a {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 110%;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
}
.more a:hover {
  text-decoration: none;
  background-color: #606060;
}
.rich-text {
  font-size: 1em;
}
.rich-text.content {
  font-size: 1.2em;
}
.rich-text h2,
.rich-text h3,
.rich-text h4 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
}
.rich-text h2 {
  font-size: 2.8em;
  margin-bottom: 15px;
}
.rich-text h3 {
  font-size: 2.4em;
  margin-bottom: 15px;
}
.rich-text h4 {
  font-size: 2em;
  margin-bottom: 10px;
}
.rich-text p {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.rich-text li {
  padding-left: 5px;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 7px;
}
.rich-text ul {
  margin-bottom: 15px;
  margin-left: 30px;
}
.rich-text ul li {
  list-style-type: disc;
}
.rich-text ol {
  margin-bottom: 15px;
  margin-left: 30px;
}
.rich-text ol li {
  list-style-type: decimal;
}
.rich-text img.align-left,
.rich-text img.alignleft {
  float: left;
  margin: 0 1.5em 1.2em 0;
}
.rich-text img.align-right,
.rich-text img.alignright {
  float: left;
  margin: 0 0 1.2em 1.5em;
}
.rich-text a {
  color: #e05b38;
  text-decoration: underline;
}
.rich-text a:hover {
  text-decoration: none;
}
#header .navigation-toplinks {
  text-align: center;
}
#header .navigation-toplinks a {
  color: #606060;
  font-size: 1.2em;
  margin: 0 5px;
}
#header #header-container {
  background-color: #ffffff;
  border-bottom: 4px solid #000000;
  padding-bottom: 10px;
  width: 100%;
}
#header #header-content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: url("../img/bulldog.png") right center no-repeat;
}
#header #logos {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0;
}
#header #logos img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 260px;
}
#header #logos .logo-lequipe img {
  max-width: 60%;
}
#header #block-connection {
  position: absolute;
  right: 88px;
  top: 20px;
}
#header #block-connection .field,
#header #block-connection .login-username,
#header #block-connection .login-password,
#header #block-connection .login-remember,
#header #block-connection .login-submit {
  margin-bottom: 5px;
}
#header #block-connection label {
  width: 110px;
  font-size: 1.5em;
}
#header #block-connection .form-text,
#header #block-connection .input {
  width: 158px;
}
#header #block-connection .field-keep-connection,
#header #block-connection .login-remember {
  margin-left: 110px;
}
#header #block-connection .field-keep-connection label,
#header #block-connection .login-remember label {
  display: inline;
  width: auto;
  font-size: 1.4em;
}
#header #block-connection .field-submit,
#header #block-connection input[type='submit'] {
  margin-left: 112px;
  margin-bottom: 5px;
}
#header #block-connection .field-submit .form-submit,
#header #block-connection input[type='submit'] .form-submit {
  width: 158px;
  padding: 1px 2px;
}
#header #block-connection .actions:after {
  content: "";
  display: table;
  clear: both;
}
#header #block-connection .actions a {
  font-size: 1.3em;
  color: #000000;
  float: right;
}
#header #block-connection .actions a:first-child {
  float: left;
}
#header #block-connection .user-logged {
  font-size: 1.6em;
  margin-right: -88px;
}
#header #block-connection .user-logged a {
  color: #e05b38;
  display: inline-block;
  margin-left: 10px;
}
#header #block-connection .user-logged a:hover {
  color: #000000;
}
#header .block-follow-us {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
}
#header #block-search {
  position: absolute;
  right: 0;
  bottom: 0;
}
#header #block-search .form-text {
  width: 140px;
}
#header .menu ul {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#header .menu li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#header .menu li:first-child {
  margin-left: 0;
}
#header .menu li a {
  color: #000000;
  font-size: 2em;
  line-height: 110%;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
#header .menu li a:hover {
  color: #606060;
  text-decoration: none;
}
#header .menu li.home a {
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
#header .menu li.home a:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f015";
  text-indent: initial;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#header .menu li.color-hebdo a:hover {
  color: #e05b38;
}
#header .menu li.color-d3m a:hover {
  color: #27aae1;
}
#header .menu li.color-daily a:hover {
  color: #57ca33;
}
#header.fixed {
  min-height: 186px;
}
#header.fixed #header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 10px;
}
#header.fixed #header-content {
  background: none;
}
#header.fixed #logos {
  padding: 5px 0 0 0;
  margin: -10px 0;
  width: auto;
  float: left;
}
#header.fixed #logos .logo-lequipe {
  display: none;
}
#header.fixed #logos img {
  height: 33px;
  width: auto;
}
#header.fixed .navigation-toplinks,
#header.fixed #block-connection,
#header.fixed .block-follow-us {
  display: none;
}
#main {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 40px 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}
#main #main-section {
  float: left;
  width: 70%;
}
#main .article {
  margin-bottom: 40px;
}
#main #right {
  float: right;
  width: 28%;
  margin-left: 2%;
}
#main #right > div {
  margin-right: 20px;
}
#blog-last {
  margin-bottom: 40px;
}
#blog-last:after {
  content: '';
  width: 200px;
  height: 40px;
  display: block;
  border-bottom: 1px solid #000000;
  background: none;
  margin: 0 auto;
}
#blog-last .video-preview a:hover {
  color: #e05b38;
}
#blog-last .text {
  background-color: #606060;
  color: #ffffff;
  padding: 20px 30px;
  margin-bottom: 25px;
  font-size: 1.8em;
  line-height: 130%;
}
#blog-last .text .more {
  font-size: 0.6em;
  line-height: 100%;
  padding-top: 20px;
}
#blog-last .text .more a {
  background: none;
  padding: 0;
}
#blog-last .text .more a:hover {
  color: #000000;
}
#d3m-last {
  margin-bottom: 40px;
}
#d3m-last:after {
  content: '';
  width: 200px;
  height: 40px;
  display: block;
  border-bottom: 1px solid #000000;
  background: none;
  margin: 0 auto;
}
#d3m-last > h2.title {
  font-weight: bold;
  font-size: 3em;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#d3m-last .video-preview {
  width: 48%;
  float: left;
  margin-left: 2%;
}
#d3m-last .video-preview:first-of-type {
  margin-left: 0px;
}
#d3m-last .video-preview a:hover {
  color: #27aae1;
}
#home-daily-last {
  margin-bottom: 40px;
  overflow: hidden;
}
#home-daily-last:after {
  content: '';
  width: 200px;
  height: 40px;
  display: block;
  border-bottom: 1px solid #000000;
  background: none;
  margin: 0 auto;
}
#home-daily-last:after {
  content: "";
  display: table;
  clear: both;
}
#home-daily-last > h2.title {
  font-weight: bold;
  font-size: 3em;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#home-daily-last .video-preview {
  width: 24.25%;
  float: left;
  margin-right: 1%;
}
#home-daily-last .video-preview:nth-of-type(4n) {
  margin-right: 0;
}
#home-daily-last .video-preview:nth-of-type(4n+1) {
  clear: both;
}
#home-daily-last .video-preview .title {
  font-size: 1.6em;
}
#home-daily-last .video-preview a:hover {
  color: #57ca33;
}
#chrono {
  margin-bottom: 40px;
  margin-right: 0 !important;
}
#chrono > .title {
  text-align: center;
  font-size: 1.9em;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 30px;
}
#chrono > .title img {
  width: 150px;
  height: auto;
  vertical-align: -7px;
  margin-left: 10px;
}
#chrono .bloc-actu-wrapper {
  height: 340px;
  overflow: hidden;
}
#chrono .bloc-actu li {
  display: table;
  width: 100%;
  background-color: #dddddd;
  padding: 7px 0;
  height: 20px;
}
#chrono .bloc-actu li:nth-child(2n) {
  background-color: #efefef;
}
#chrono .bloc-actu li .date {
  width: 55px;
  display: table-cell;
  font-size: 1.4em;
  text-align: center;
  vertical-align: middle;
  color: #606060;
}
#chrono .bloc-actu li .title {
  display: table-cell;
  font-size: 1.4em;
  text-align: left;
  vertical-align: top;
  color: #000000;
}
#chrono .bloc-actu li .title:hover {
  text-decoration: underline;
}
#chrono .bloc-actu li .title:before {
  content: '';
  -webkit-mask: url(../img/icons/ball.svg) no-repeat 50% 50%;
          mask: url(../img/icons/ball.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #000000;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: -0.15em;
  margin-right: 5px;
}
#chrono .bloc-actu li .title.type-blog:before {
  background-color: #e05b38;
}
#chrono .bloc-actu li .title.type-d3m:before {
  background-color: #27aae1;
}
#chrono .bloc-actu li .title.type-daily:before {
  background-color: #57ca33;
}
#chrono .pagination {
  text-align: center;
  padding: 7px 0;
  background-color: #f9f9f9;
  font-size: 1.2em;
}
#chrono .pagination .next,
#chrono .pagination .prev {
  background: none;
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  width: 16px;
  height: 20px;
  position: relative;
  color: #000000;
  text-align: left;
}
#chrono .pagination .next:before,
#chrono .pagination .prev:before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  top: 4px;
  left: 2px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#chrono .pagination .next:before {
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#chrono .pagination .num-page {
  font-size: 1.4em;
  margin: 0 5px;
  font-weight: bold;
}
.sidebar-widget {
  margin-bottom: 40px;
  /* block wp-poll */
}
.sidebar-widget .sidebar-widget-title {
  background-color: #333333;
  color: #ffffff;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
}
.sidebar-widget .sidebar-widget-content {
  border: 1px solid #000000;
  border-top: 0;
  padding: 15px 15px;
  background-color: #efefef;
}
.sidebar-widget ul {
  margin-bottom: 15px;
}
.sidebar-widget ul li {
  margin-bottom: 5px;
}
.sidebar-widget .field-submit {
  text-align: center;
}
.sidebar-widget .field-submit .form-submit {
  font-size: 1.8em;
}
.sidebar-widget .wp-polls .poll-question {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 15px;
}
.sidebar-widget .wp-polls .Buttons {
  background-color: #000000;
}
.sidebar-widget .wp-polls .Buttons:hover {
  background-color: #606060;
}
.sidebar-widget .wp-polls .wp-polls-results {
  font-size: 1.8em;
}
.sidebar-widget .wp-polls .wp-poll-total-voters {
  text-align: center;
}
.sidebar-widget .wp-polls .wp-poll-actions {
  font-size: 1rem;
  text-align: center;
  padding-top: 10px;
}
.sidebar-widget .wp-polls .wp-poll-actions a {
  color: #e05b38;
}
.sidebar-widget .wp-polls .wp-poll-actions a:hover {
  color: #000000;
}
#home-text-bottom {
  margin-bottom: 40px;
}
#footer {
  background-color: #606060;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer #footer-content {
  min-height: 120px;
  padding: 20px 0;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
  background: url("../img/bulldog2.png") left bottom no-repeat;
}
#footer #footer-content:after {
  content: "";
  display: table;
  clear: both;
}
#footer .menu-secondary {
  float: left;
  padding-top: 8px;
}
#footer .menu-secondary ul {
  margin-left: 155px;
}
#footer .menu-secondary li {
  display: inline-block;
  font-size: 1.5em;
  margin-left: 10px;
}
#footer .menu-secondary li:first-child {
  margin-left: 0;
}
#footer .block-follow-us {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
  text-align: right;
}
#footer .block-follow-us ul {
  display: inline;
}
.list-items {
  overflow: hidden;
  margin-bottom: 40px;
}
.list-items:after {
  content: "";
  display: table;
  clear: both;
}
.post-item {
  margin-bottom: 40px;
  width: 48%;
  float: left;
  margin-left: 2%;
}
.post-item:nth-of-type(2n+1) {
  clear: both;
  margin-left: 0;
}
.post-item .entry-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.post-item .entry-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.post-item h1 {
  margin-bottom: 15px;
  font-size: 2.8em;
}
.post-item h1 a {
  color: #000000;
}
.post-item h1 a:hover {
  color: #606060;
}
.post-item .entry-excerpt {
  font-size: 1.2em;
  line-height: 1.2em;
}
.no-results h1 {
  font-size: 2.4em;
}
.no-results .page-content p {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.entry-footer a {
  background-color: #000000;
  font-size: 1.5em;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 5px;
}
.entry-footer a:hover {
  background-color: #606060;
}
.pagination {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.6em;
  color: #000000;
  font-weight: bold;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 2px;
}
.pagination a {
  color: #000000;
  font-weight: normal;
}
.pagination a:hover {
  color: #606060;
}
.comments {
  font-size: 1.1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.comments:before {
  content: '';
  width: 200px;
  height: 40px;
  display: block;
  border-top: 1px solid #000000;
  background: none;
  margin: 0 auto;
}
.comments a {
  color: #e05b38;
  text-decoration: underline;
}
.comments a:hover {
  text-decoration: none;
}
.comments .comment-form .logged-in-as {
  margin-bottom: 20px;
}
.comments .comment-form .comment-form-comment {
  margin-bottom: 10px;
}
.comments .comment-form .comment-form-comment label {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.comments .comment-form .comment-form-comment textarea {
  width: 100%;
  height: 200px;
  font-size: 1.1rem;
}
.comments .comment-form input[type='submit'] {
  font-size: 1.125rem;
  display: inline-block;
}
.comments #comments {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.comments .comment-metadata a {
  margin-right: 5px;
}
.comments .commentlist li {
  margin: 0 0 0 15px;
  padding-bottom: 15px;
}
.comments .commentlist li .comment-body {
  margin-bottom: 15px;
}
.related-videos {
  margin-top: 40px;
  margin-bottom: 40px;
}
.related-videos:before {
  content: '';
  width: 200px;
  height: 40px;
  display: block;
  border-top: 1px solid #000000;
  background: none;
  margin: 0 auto;
}
.related-videos h2 {
  font-size: 2.4em;
  margin-bottom: 15px;
}
.related-videos ul {
  overflow: hidden;
}
.related-videos ul:after {
  content: "";
  display: table;
  clear: both;
}
.related-videos ul li {
  width: 32.667%;
  float: left;
  margin-left: 1%;
}
.related-videos ul li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.related-videos ul li .title {
  font-size: 1.6em;
}
/*# sourceMappingURL=main.css.map */