@import url(https://fonts.googleapis.com/css?family=Teko:300,400|Bowlby+One|Ubuntu:300,400);
@import "swiper.min.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,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
/* -----
Paths
----- */
/* -----
Colors
----- */
.green {
  color: #3bc1b6 !important;
}
/* -----
CSS Easings
----- */
/* -----
Font Family
----- */
/* -----
Font Weight
----- */
/* -----
Font Sizes
----- */
/* -----
Grid
----- */
/* -----
Basic Mixin'
----- */
/* .size(50px,30px); */
/* .center-block(); */
/* .scale-with-grid(); */
/* .absolute(); */
/* .fixed(); */
/* -----
Hover
----- */
/* -----
Input
----- */
*::-webkit-input-placeholder {
  color: #9c9b9e;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #9c9b9e;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #9c9b9e;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c9b9e;
}
/* -----
Typography, WebFonts
----- */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?pk67fh');
  src: url('../fonts/icomoon.eot?pk67fh#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?pk67fh') format('truetype'), url('../fonts/icomoon.woff?pk67fh') format('woff'), url('../fonts/icomoon.svg?pk67fh#icomoon') 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: 'icomoon' !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-chat:before {
  content: "\e901";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-delete:before {
  content: "\e618";
}
.icon-search:before {
  content: "\e605";
}
.icon-com:before {
  content: "\e603";
}
.icon-user:before {
  content: "\e602";
}
.icon-facebook-logo:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-feed2:before {
  content: "\e903";
}
/* -----
12 columns Responsive Grid
----- */
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after {
  clear: both;
}
.device-content {
  position: relative;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col {
  display: inline-block;
  vertical-align: top;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-2-4 {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
img.scale-with-grid {
  width: 100%;
  height: auto;
  display: block;
}
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.mgt20 {
  margin-top: 0.95rem;
}
.mgb20 {
  margin-bottom: 0.95rem;
}
h1 {
  font-family: 'Bowlby One', cursive;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.4rem;
  color: #292929;
}
h2 {
  font-family: 'Bowlby One', cursive;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.1rem;
  color: #292929;
}
h3 {
  font-family: 'Bowlby One', cursive;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #292929;
}
/* ------------------------------------------- generiques ----------------------*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #292929;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #292929;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #292929;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #292929;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.relative {
  position: relative;
}
 .sep {
  height: 1px;
  display: block;
  background-color: #e7e7e7;
}
/* -----
Basic Reset
----- */
* {
  /* Reset. */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.global_container {
  position: relative;
  z-index: 10;
}
td {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #ef9209;
  vertical-align: initial;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
a:hover {
  color: #ef9209;
}
.yellow {
  color: #ef9209;
}
.titre {
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #989898;
  font-size: 1.7rem;
  position: relative;
  overflow: hidden;
}
.titre span {
  margin-right: 10px;
}
.titre span font {
  font-size: 0.7rem;
}
.titre:after {
  content: '';
  position: absolute;
  width: 100%;
  background-color: #e7e7e7;
  height: 1px;
  top: 50%;
}
.center {
  text-align: center;
}
html {
  height: 100%;
}
body {
  background-color: #172b31;
  font-size: 0.7rem;
  color: #353535;
  font-family: 'Ubuntu';
  background-image: url('../images/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  overflow-x: hidden;
}
#overlay {
  position: fixed;
  background-color: #231d29;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
}
.device_content {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.corps {
  background-color: #fff;
}
header {
  background-image: url('../images/header.png');
  background-position: 0px -1px;
  position: relative;
  margin-top: 100px;
}
.logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: -30px;
}
#overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 80;
  visibility: hidden;
  opacity: 0;
}
#mobile_menu {
  display: none;
  position: fixed;
  width: 200px;
  background: #263336;
  height: 100%;
  z-index: 90;
  top: 0px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  left: -200px;
  padding-top: 20px;
}
#mobile_menu .menu_search {
  margin-bottom: 20px;
}
#mobile_menu a {
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 0px 0.95rem;
}
#mobile_menu div {
  margin-top: 30px;
}
#mobile_menu div a {
  display: inline-block;
  padding: 0px 0.5rem 0px 0.95rem;
}
#mobile_user_menu {
  display: none;
  padding-top: 24px;
  position: fixed;
  width: 200px;
  background: #263336;
  height: 100%;
  z-index: 90;
  top: 0px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  right: -200px;
  text-align: center;
}
#mobile_user_menu .menu_user_avatar {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
}
#mobile_user_menu a {
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 0px 0.95rem;
}
.header_mobile {
  position: fixed;
  top: 0px;
  height: 64px;
  left: 0px;
  background-image: url('../images/menu_under.jpg');
  width: 100%;
  background-position: top center;
  z-index: 15;
  display: none;
}
.header_mobile .logo {
  width: 250px;
  top: 5px;
}
.header_mobile .logo img {
  width: 100%;
}
.header_mobile .icon-user {
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  padding: 20px;
  right: 0px;
  top: 0px;
}
.header_mobile .icon-menu {
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px;
}
.menu_top {
  height: 100px;
}
.menu_top-social {
  margin-left: 28px;
  padding-top: 55px;
}
.menu_top-social a {
  width: 33px;
  height: 33px;
  display: inline-block;
  position: relative;
  margin: 10px 0px 20px 0px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu_top-social a:hover {
  color: #ef9209;
}
.menu {
  font-family: 'Teko', sans-serif;
  font-size: 1rem;
  margin-left: 15px;
  height: 58px;
}
.menu a {
  padding: 8px 17px 20px 17px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.menu a.icon-search {
  padding: 10px 17px 28px 17px;
}
.menu a span {
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0px;
  height: 27px;
  width: 100%;
  background-image: url('../images/menu_hover.png');
  background-position: top right;
}
.menu_user_avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -10px;
}
.menu_user_avatar img {
  width: 100%;
}
.menu_user {
  position: absolute;
  right: 35px;
  top: 50px;
}
.menu_user .menu_user_login,
.menu_user .menu_user_register {
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 15px 0px 15px;
}
.menu_user #user_arrow {
  background-image: url('../images/menu_user_arrow.png');
  width: 30px;
  height: 32px;
  position: absolute;
  top: -2px;
  left: -20px;
  z-index: 11;
  cursor: pointer;
}
.menu_user #user_menu_con {
  display: none;
  background-color: #fff;
  padding: 15px 20px;
  right: 56px;
  top: 15px;
  z-index: 10;
  position: absolute;
  text-align: right;
  border-radius: 3px;
}
.menu_user #user_menu_con a {
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 0.95rem;
  text-transform: uppercase;
}
.menu_user .menu_user_login {
  background-color: #ef9209;
  border-bottom: 2px solid #b36d07;
  border-radius: 3px 0px 0px 3px;
}
.menu_user .menu_user_register {
  background-color: #337b90;
  border-bottom: 2px solid #265c6c;
  border-radius: 0px 3px 3px 0px;
}
.menu_under {
  background-image: url('../images/menu_under.jpg');
  background-size: cover;
}
.menu_under a {
  width: 25%;
  display: inline-block;
  padding: 30px 30px 20px 30px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.menu_under a:after {
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  right: 0px;
  background-color: #374549;
  width: 1px;
  top: 39px;
}
.menu_under a:hover h2 {
  color: #ef9209;
}
.menu_under a:hover span {
  opacity: 1;
}
.menu_under .menu_under-con {
  z-index: 10;
  position: relative;
}
.menu_under .menu_under-con h2 {
  font-size: 0.58rem;
  line-height: 0.65rem;
  color: #fff;
  -webkit-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.menu_under .menu_under-con span {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  color: #fff;
  opacity: 0.4;
  text-transform: uppercase;
  font-size: 0.95rem;
  -webkit-transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.menu_under .menu_under-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  z-index: 10;
  position: relative;
}
.menu_under .menu_under-img img {
  height: 100%;
  margin-left: -10px;
}
.side_l {
  display: inline-block;
  width: 660px;
  vertical-align: top;
  max-width: 100%;
}
.side_r {
  display: inline-block;
  width: 340px;
  vertical-align: top;
  background-color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.side_con {
  background-color: #fff;
  background-image: url('../images/bg_white.jpg');
}
.side_titre {
  font-size: 3rem;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  color: #292929;
  padding: 0.5rem 2rem 0px 2rem;
  margin-bottom: 0px;
}
.side_titre h1 {
  font-size: 3rem;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  color: #292929;
  line-height: 3rem;
  margin: 15px 0px 15px 0px;
}
.type,
.cat {
  color: #a0a0a0;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  display: inline-block;
  padding: 7px 15px 6px 15px;
  position: relative;
  margin-right: 1px;
  margin-top: 10px;
}
.type span,
.cat span {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.type:after,
.cat:after {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0px;
  background-color: #374549;
  width: 100%;
  left: 0px;
  z-index: 9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.type:after {
  background-color: #ef9209;
}
.cat:after {
  background-color: #337b90;
}
.auteur {
  color: #a0a0a0;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  display: inline-block;
  padding: 7px 15px 6px 15px;
  position: relative;
}
.auteur a {
  color: #a0a0a0;
}
.auteur a:hover {
  color: #ef9209;
}
.auteur a.icon-twitter {
  color: #ef9209;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  margin-left: 5px;
}
.article .type:hover span,
.article .cat:hover span {
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.article .type:hover:after,
.article .cat:hover:after {
  height: 100%;
  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -o-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}
/* ------------------------------------------- home ----------------------*/
.home_corps {
  padding: 1.4rem 2rem 0.95rem 2rem;
}
.home_top a {
  display: inline-block;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}
.home_top a .home_top_mask2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('../images/home_top_shadow.png');
  background-repeat: repeat-x;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_top a .home_top_mask {
  background-image: url('../images/home_top_mask.png');
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: bottom center;
}
.home_top a .home_top_con {
  position: absolute;
  width: 100%;
  padding: 1.4rem;
  bottom: 0px;
  left: 0px;
}
.home_top a .home_top_con .nb_com {
  margin-left: 0px;
}
.home_top a .home_top_date {
  font-family: 'Teko', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
}
.home_top a:hover h2 {
  color: #ef9209;
}
.home_top a:hover .home_top_mask2 {
  opacity: 0.6;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_top a h2 {
  color: #fff;
  margin-bottom: -8px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_top a .auteur {
  color: #fff;
  display: none;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_top a .type,
.home_top a .cat {
  padding-bottom: 2px;
}
.home_top a .type span,
.home_top a .cat span {
  color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_top a.home_top_1 {
  width: 67%;
  float: left;
  height: 372px;
}
.home_top a.home_top_1 .auteur {
  display: inline-block;
}
.home_top a.home_top_1 h2 {
  font-size: 1.5rem;
  line-height: 1.45rem;
}
.home_top a.home_top_1 .home_top_con {
  padding: 1.4rem 2rem;
}
.home_top a.home_top_3 {
  width: 33%;
  float: left;
  height: 175px;
}
.home_top a.home_top_3 h2 {
  font-size: 0.85rem;
  line-height: 0.9rem;
}
.home_top a.home_top_3 .home_top_con {
  padding: 1.4rem 7%;
}
.home_top a.home_top_2 {
  width: 33%;
  float: right;
  height: 372px;
}
.home_top a.home_top_2 h2 {
  font-size: 0.95rem;
  line-height: 1rem;
}
.home_top a.home_top_4 {
  width: 67%;
  float: right;
  height: 175px;
}
.home_top a.home_top_4 h2 {
  font-size: 0.85rem;
  line-height: 0.9rem;
}
.home_top a.home_top_4 .home_top_con {
  padding: 1.4rem 17%;
}
.home_pre {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
.home_pre img,
.home_pre embed {
  max-width: 100%;
  height: auto;
}
.home_list .list {
  padding-bottom: 20px!important;
}
.home_list .list:nth-child(1),
.home_list .list:nth-child(2),
.home_list .list:nth-child(3),
.home_list .list:nth-child(8),
.home_list .list:nth-child(9),
.home_list .list:nth-child(10) {
  width: 33.3333333333333%;
  padding: 10px 5px;
}
.home_list .list:nth-child(1) h2,
.home_list .list:nth-child(2) h2,
.home_list .list:nth-child(3) h2,
.home_list .list:nth-child(8) h2,
.home_list .list:nth-child(9) h2,
.home_list .list:nth-child(10) h2 {
  font-size: 0.65rem;
  line-height: 0.7rem;
}
.home_list .list:nth-child(1) {
  padding: 10px 10px 10px 0px;
}
.home_list .list:nth-child(3) {
  padding: 10px 0px 10px 10px;
}
.home_list .list:nth-child(4) {
  padding: 10px 8px 10px 0px;
}
.home_list .list:nth-child(5) {
  padding: 10px 0px 10px 8px;
}
.home_list .list:nth-child(6) {
  padding: 10px 8px 10px 0px;
}
.home_list .list:nth-child(7) {
  padding: 10px 0px 10px 8px;
}
.home_list .list:nth-child(8) {
  padding: 10px 10px 10px 0px;
}
.home_list .list:nth-child(10) {
  padding: 10px 0px 10px 10px;
}
.home_list .list:nth-child(11) {
  padding: 10px 8px 10px 0px;
}
.home_list .list:nth-child(12) {
  padding: 10px 0px 10px 8px;
}
.home_list_small {
  margin: 0px -0.75rem;
}
.home_list_small .list {
  width: 20%;
  padding: 0.75rem;
}
.home_list_small .list .list_cat {
  text-align: center;
}
.home_list_small .list h2 {
  font-family: 'Ubuntu';
  font-size: 0.58rem;
  line-height: 0.8rem;
  text-transform: none;
  font-weight: bold;
}
.home_list_small .list .list-img {
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0px auto 10px auto;
}
.home_list_small .list .list-img img {
  height: 100%;
  width: auto!important;
  max-width: none;
  margin-left: -20px;
}
.home_video .video {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.home_video .video h2 {
  font-size: 0.65rem;
  line-height: 0.7rem;
}
.home_video .video svg {
  margin-top: 40px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.home_video .video svg:nth-child(2) {
  margin-top: 42px;
}
.home_video .video .video_bg2 {
  margin-top: -52px;
}
.home_video .video .relative {
  max-height: 160px;
}
.home_video .video:nth-child(2) {
  padding-right: 10px;
}
.home_video .video:nth-child(3) {
  padding-left: 10px;
}
.home_video .video:nth-child(1) {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.home_video .video:nth-child(1) .relative {
  max-height: 320px;
}
.home_video .video:nth-child(1) h2 {
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.home_video .video:nth-child(1) svg {
  width: 120px;
  height: 120px;
  margin-left: -55px;
  margin-top: 90px;
}
.home_video .video:nth-child(1) svg:nth-child(2) {
  margin-top: 92px;
}
.home_video .video:nth-child(1) .video_bg2 {
  background-image: url('../images/home_video_bg.png');
  background-position: center top;
  padding: 35px 90px;
  background-size: cover;
  margin-top: -72px;
}
.home_sorties {
  background-color: #2d3c40;
  background-image: url('../images/home_sorties.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 2rem 2rem;
  margin-top: -1.4rem;
  position: relative;
  max-height: 440px;
  overflow: hidden;
}
.home_sorties .sidebar_titre {
  border: none;
  padding: 0px 0px 15px 0px;
  font-size: 1.65rem;
}
.home_sorties .swiper-slide a h2 {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_sorties .swiper-slide a:hover h2 {
  color: #ef9209;
}
.home_sorties .swiper-slide a:hover .home_sorties_date {
  color: #fff;
}
.home_sorties .swiper-slide .home_sortie_img {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 220px;
  width: 100%;
  background-position: bottom center;
  background-size: cover;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5;
}
.home_sorties .home_sorties_date {
  color: #858585;
  font-size: 22px;
  font-weight: 300;
  font-family: Teko, sans-serif;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 2px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_sorties h2 {
  font-size: 0.7rem;
  color: #fff;
  padding-right: 20px;
  padding-left: 2px;
  line-height: 0.8rem;
  margin-top: -4px;
}
.home_sorties .swiper-button-disabled {
  opacity: 0.35;
}
.home_sorties .home_sorties_l {
  background-image: url('../images/home_sorties_l.png');
  position: absolute;
  top: 25px;
  right: 80px;
  width: 40px;
  height: 41px;
  cursor: pointer;
}
.home_sorties .home_sorties_r {
  background-image: url('../images/home_sorties_r.png');
  position: absolute;
  top: 25px;
  right: 38px;
  width: 40px;
  height: 41px;
  cursor: pointer;
}
.home_sorties .swiper-slide-visible .home_sortie_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home_dossiers {
  padding: 0.95rem 0px;
}
.home_dossiers .sidebar_titre {
  border: none;
  padding: 0px 0px 15px 0px;
  font-size: 1.65rem;
}
a.home_dossier {
  display: inline-block;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  width: 50%;
  height: 363px;
  cursor: pointer;
}
a.home_dossier .home_top_mask {
  background-image: url('../images/home_top_mask.png');
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: bottom center;
}
a.home_dossier .home_top_con {
  position: absolute;
  width: 100%;
  padding: 1.4rem;
  bottom: 0px;
  left: 0px;
}
a.home_dossier .home_top_date {
  font-family: 'Teko', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
}
a.home_dossier h2 {
  color: #fff;
  margin-bottom: -8px;
  font-size: 0.92rem;
  line-height: 0.95rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
a.home_dossier .auteur {
  color: #fff;
  margin-top: 10px;
}
a.home_dossier:hover h2 {
  color: #ef9209;
}
/* ------------------------------------------- Article ----------------------*/
.article-couv {
  max-height: 320px;
  min-height: 320px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .article-couv {
    min-height: 140px;
  }
}
.article-couv img {
  width: 100%;
}
.article_con,
.static_content {
  padding-left: 30px;
  padding-right: 10px;
  line-height: 1.35rem;
  margin-top: 2.5rem;
  position: relative;
}
.article_con img,
.static_content img {
  max-width: 100%!important;
  height: auto!important;
}
.article_con iframe,
.static_content iframe {
  max-width: 100%!important;
}
.article_con h1,
.static_content h1 {
  margin: 1.4rem 0px 0.5rem 0px;
  font-size: 0.92rem;
}
.article_con h3,
.static_content h3 {
  margin: 1.4rem 0px 0.5rem 0px;
}
.article_con h2,
.static_content h2 {
  margin: 1.4rem 0px 0.5rem 0px;
  font-size: 0.9rem;
}
.article_con ul,
.static_content ul {
  padding-left: 0.95rem;
}
.article_con p,
.static_content p {
  margin-bottom: 0.5rem;
}
.article .article_corps {
  padding: 2rem 2rem 3rem 2rem;
}
.article .article_date {
  color: #a0a0a0;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
}
.article .article_social {
  position: absolute;
  top: 0px;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  left: 0px;
  text-transform: uppercase;
  color: #858585;
  font-size: 0.9rem;
  text-align: center;
}
.article .article_social .article_social-block {
  margin-top: 15px;
  display: inline-block;
}
.article .article_social .article_social-icon {
  width: 38px;
  height: 38px;
  padding-top: 10px;
  margin-bottom: 3px;
}
.article .article_social .article_social-icon.icon-facebook-logo {
  color: #fff;
  background-color: #3a589b;
}
.article .article_social .article_social-icon.icon-twitter {
  color: #fff;
  background-color: #458add;
}
.article .article_social .article_social-nb {
  color: #353535;
  border-bottom: 1px solid #e2e2e2;
}
.article .article_like-btn {
  float: right;
  margin-top: 25px;
}
.article .article_auteur_block {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #858585;
  font-size: 0.65rem;
  line-height: 1.15rem;
}
.article .article_auteur_block_desc {
  padding-right: 3rem;
}
.article .article_auteur_block_top {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  left: 0px;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #858585;
}
.article .article_auteur_block_top a.article_auteur_block_tweet {
  color: #ef9209;
  margin-left: 0px;
}
.article .article_auteur_block_top a.article_auteur_block_tweet span {
  margin-left: 5px;
  font-size: 0.8rem;
}
.article .article_auteur_block_top a {
  color: #000;
}
.article .article_auteur_block_top span {
  font-size: 1rem;
}
.article .article_auteur_block_top:after,
.article .article_auteur_block_top:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin: 15px 0px;
  background-color: #e7e7e7;
}
.article .article_auteur_block_top .article_auteur_block_top-img {
  width: 35px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
  border-radius: 50%;
}
.article .article_auteur_block_top .article_auteur_block_top-img img {
  width: 100%;
}
.article .article_auteur_block_top a.icon-twitter {
  float: right;
  color: #353535;
  margin-top: 5px;
  font-size: 1rem;
}
audio {
  width: 100%;
}
.article_player {
  width: 100%;
}
.podcast_items {
  background-color: #f6f6f6;
}
.podcast_items span {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  left: 0px;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #858585;
  padding: 0.75rem 0px 0px 3rem;
  display: block;
  float: left;
}
.podcast_items a {
  float: right;
  border-left: 1px solid #d1d1d1;
}
.article_galerie a {
  width: 20%;
  padding: 0.25rem;
  height: 100px;
  position: relative;
  display: inline-block;
}
.article_galerie a div {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.article_list .list:nth-child(1),
.article_list .list:nth-child(2),
.article_list .list:nth-child(3) {
  width: 33.3333333333333%;
  padding: 10px 5px;
}
.article_list .list:nth-child(1) .list_desc,
.article_list .list:nth-child(2) .list_desc,
.article_list .list:nth-child(3) .list_desc {
  display: none;
}
.article_list .list:nth-child(1) h2,
.article_list .list:nth-child(2) h2,
.article_list .list:nth-child(3) h2 {
  font-size: 0.65rem;
  line-height: 0.7rem;
}
.article_list .list:nth-child(1) {
  padding: 10px 10px 10px 0px;
}
.article_list .list:nth-child(3) {
  padding: 10px 0px 10px 10px;
}
.article_list .list:nth-child(4) {
  padding: 10px 8px 10px 0px;
}
.article_list .list:nth-child(5) {
  padding: 10px 0px 10px 8px;
}
.dossier_head {
  padding-left: 0px!important;
  margin-top: 1.4rem !important;
}
.dossier_hidden {
  display: none;
}
.dossier_sommaire {
  background-image: url('../images/menu_under.jpg');
  background-position: top center;
  background-size: cover;
  padding: 2rem 3rem;
  margin-bottom: -2rem;
}
.dossier_sommaire .dossier_sommaire_l,
.dossier_sommaire .dossier_sommaire_r {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.dossier_sommaire .dossier_sommaire_chap {
  font-family: 'Bowlby One', cursive;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.4rem;
  color: #fff;
  cursor: pointer;
}
.dossier_sommaire .dossier_sommaire_chap.current {
  color: #ef9209;
}
.dossier_con_chap {
  font-size: 0.9rem;
  color: #858585;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
h1.dossier_con_titre {
  margin: -5px 0px 0.95rem 0px !important;
}
.news_chap_page {
  cursor: pointer;
  margin-top: 2rem;
  font-family: 'Bowlby One', cursive;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 0.8rem;
  color: #ef9209;
  display: block;
  max-width: 40%;
}
.news_chap_page.fright {
  text-align: right;
}
.news_chap_page span {
  display: block;
  font-size: 0.9rem;
  color: #858585;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.news_review {
  background-image: url('../images/menu_under.jpg');
  background-position: top center;
  background-size: cover;
  padding: 2rem 3rem;
  margin-bottom: -2rem;
  margin-top: -0.95rem;
  color: #fff;
}
.news_review .review_like,
.news_review .review_dislike {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4rem;
}
.news_review .review_like span,
.news_review .review_dislike span {
  font-size: 1.25rem;
  color: #858585;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.news_review .review_like {
  border-right: 1px solid #4e4e4e;
}
.news_review .review_dislike {
  padding-left: 2rem;
}
.news_review_left {
  margin-top: 0.95rem;
  text-align: center;
  line-height: 1.4rem;
  font-size: 1.25rem;
  color: #858585;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.rate_grey {
  display: inline-block;
  width: 141px;
  height: 29px;
  position: relative;
  background-image: url('../images/rate.png');
  vertical-align: text-top;
  margin-left: 10px;
}
.rate_grey .rate_stars {
  height: 29px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('../images/rater_selec.png');
}
/* ------------------------------------------- sidebar ----------------------*/
.sidebar_titre {
  border-bottom: 1px solid #e7e7e7;
  color: #989898;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 0.95rem;
  padding: 0.5rem 0.95rem 0.95rem 0.95rem;
  margin-bottom: 8px;
}
.sidebar_titre a {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.sidebar_breve {
  display: block;
  position: relative;
  padding: 12px 20px 0px 77px;
  color: #292929;
  font-size: 0.58rem;
  font-weight: bold;
  line-height: 0.8rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sidebar_breve:after {
  content: '';
  width: 25px;
  background-color: #e7e7e7;
  height: 1px;
  display: block;
  margin-top: 12px;
}
.sidebar_breve span {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 0.9rem;
  color: #858585;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sidebar_breve:hover span {
  color: #292929;
}
.sidebar_titre_breve {
  background-color: #ef9209;
  color: #fff;
  border: none;
  padding: 0.85rem 0.95rem 0.75rem 0.95rem;
}
.sidebar_titre_breve a {
  color: #2c3a3f;
}
.sidebar_pub {
  padding: 20px;
}
.sidebar_podcasts {
  background-color: #2d3c41;
  background-image: url('../images/sidebar_podcast.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  padding-top: 15px;
}
.sidebar_podcasts .sidebar_titre {
  color: #fff;
  border-bottom: 1px solid #292929;
  margin-bottom: 30px;
}
.sidebar_podcasts .sidebar_podcast {
  color: #fff;
  padding-left: 80px;
  position: relative;
  display: block;
  padding-bottom: 30px;
  padding-right: 30px;
}
.sidebar_podcasts .sidebar_podcast h2 {
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.85rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sidebar_podcasts .sidebar_podcast svg {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.sidebar_podcasts .sidebar_podcast svg g path {
  fill: #ef9209;
}
.sidebar_podcasts .sidebar_podcast:hover h2 {
  color: #ef9209;
}
.sidebar_podcasts .sidebar_podcast:hover p {
  opacity: 0.8;
}
.sidebar_podcasts .sidebar_podcast:hover svg {
  -webkit-transform: rotate3d(0, 0, 1, 360deg);
  -moz-transform: rotate3d(0, 0, 1, 360deg);
  -ms-transform: rotate3d(0, 0, 1, 360deg);
  -o-transform: rotate3d(0, 0, 1, 360deg);
  transform: rotate3d(0, 0, 1, 360deg);
}
.sidebar_podcasts .sidebar_podcast p {
  font-size: 0.58rem;
  opacity: 0.4;
  line-height: 0.95rem;
  margin-top: 10px;
  -webkit-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.sidebar_p {
  padding: 20px;
  margin-top: -5rem;
  background-color: #fff;
  position: relative;
}
.sidebar_p .sidebar_p_bg {
  background-image: url('../images/sidebar_p_bg.png');
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: bottom;
  background-repeat: repeat-x;
  top: 0px;
  left: 0px;
}
.sidebar_p .sidebar_p_con {
  position: relative;
}
.sidebar_p .sidebar_p_txt {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.sidebar_p a {
  color: #fff;
}
.sidebar_p h2 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2rem;
}
.sidebar_p h2 span {
  color: #a0a0a0;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  display: block;
  margin: 0.5rem 0px;
}
.amazon_news_sep {
  border-right: 1px solid #dcdcdc;
}
.sidebar_p_img {
  width: 100%;
}
.sidebar_p_buy {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}
.sidebar_p_buy a {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.sidebar_fb {
  padding: 20px 20px 20px 20px;
}
.sidebar_actu {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  display: block;
}
.sidebar_actu:hover .sidebar_actu-con h2 {
  color: #ef9209;
}
.sidebar_actu:hover .sidebar_actu-con span {
  opacity: 1;
  color: #292929;
}
.sidebar_actu .sidebar_actu-con {
  z-index: 10;
  position: relative;
}
.sidebar_actu .sidebar_actu-con h2 {
  font-size: 0.58rem;
  line-height: 0.65rem;
  -webkit-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.sidebar_actu .sidebar_actu-con span {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  font-size: 0.95rem;
  -webkit-transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.2s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  color: #858585;
}
.sidebar_actu .sidebar_actu-con span:after {
  content: '';
  width: 25px;
  background-color: #e7e7e7;
  height: 1px;
  display: block;
  margin-left: 70px;
  margin-top: 2px;
}
.sidebar_actu .sidebar_actu-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  z-index: 10;
  position: relative;
}
.sidebar_actu .sidebar_actu-img img {
  height: 100%;
  margin-left: -10px;
}
.sidebar_trashbag .sidebar_titre {
  border: none;
  padding: 0px 0px 15px 0px;
  font-size: 1.65rem;
}
.sidebar_trashbag a.home_dossier {
  display: inline-block;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  width: 100%;
  height: 263px;
  cursor: pointer;
}
.sidebar_trashbag a.home_dossier:hover h2 {
  color: #ef9209;
}
.sidebar_trashbag a.home_dossier:hover .home_top_date {
  color: #fff;
}
.sidebar_trashbag a.home_dossier .home_top_mask {
  background-image: url('../images/home_top_mask.png');
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: bottom center;
}
.sidebar_trashbag a.home_dossier .home_top_con {
  position: absolute;
  width: 100%;
  padding: 1.4rem;
  bottom: 0px;
  left: 0px;
}
.sidebar_trashbag a.home_dossier .home_top_date {
  font-family: 'Teko', sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
  color: #ef9209;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sidebar_trashbag a.home_dossier h2 {
  color: #fff;
  margin-bottom: -8px;
  font-size: 0.9rem;
  line-height: 0.92rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.sidebar_trashbag a.home_dossier .auteur {
  color: #fff;
  margin-top: 10px;
}
/* ------------------------------------------- List ----------------------*/
.list_filter {
  padding-left: 2rem;
  margin-top: -0.95rem;
}
.list_filter a {
  cursor: pointer;
  font-family: 'Teko', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  position: relative;
  vertical-align: top;
  color: #292929;
  border-bottom: 0px solid #ef9209;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  height: 65px;
  margin-bottom: -1px;
}
.list_filter a:after {
  content: '';
  width: 1px;
  background-color: #e7e7e7;
  height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  top: 20px;
}
.list_filter a.list_filter_img {
  padding: 0px 0.75rem 5px 0.75rem;
}
.list_filter a.current,
.list_filter a:hover {
  border-bottom: 3px solid #ef9209;
  color: #ef9209;
}
.page_nav {
  text-align: right;
}
.page_nav a {
  display: inline-block;
  background-color: #efefef;
  padding: 0.5rem 0.7rem;
  color: #858585;
  margin-right: 1px;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_nav a.page_nav_select,
.page_nav a:hover {
  background-color: #ef9209;
  color: #fff;
}
.page_nav .page_pre,
.page_nav .page_suiv {
  float: left;
  margin-right: 1px;
}
.list_corps {
  padding: 1.75rem 2rem 2rem 2rem;
}
.list_corps .list {
  width: 100%;
  padding: 0px;
  margin-bottom: 2rem;
}
.list_corps .list h2 {
  font-size: 0.75rem;
  line-height: 0.85rem;
  margin-top: 10px;
}
.list_corps .list .type,
.list_corps .list .cat {
  margin: 0px 1px 0px 0px;
  padding: 0px 6px 0px 6px;
  line-height: 1.1rem;
}
.list_corps .list .type:after,
.list_corps .list .cat:after {
  height: 2px;
}
.list_corps .list .list-img {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.list_corps .list .list_con {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-left: 0.95rem;
  margin-top: -5px;
}
.list_corps .list .list_con .nb_com {
  color: #a0a0a0;
}
.list_corps .list:nth-child(5n) {
  margin-bottom: 0.5rem;
}
.list_corps .list:nth-child(5n) .list-img {
  width: 100%;
}
.list_corps .list:nth-child(5n) .list-img img {
  width: 100%;
}
.list_corps .list:nth-child(5n) .list_con {
  width: 100%;
  margin-top: -90px;
  padding: 1.4rem;
}
.list_corps .list:nth-child(5n) .list_con .list_con_bg {
  background-color: #fff;
  padding: 1.25rem 1.4rem;
}
.list_corps a.home_dossier {
  margin-bottom: 0.95rem;
}
.list_corps a.home_dossier:nth-child(3n) {
  width: 100%;
}
.list_corps a.home_dossier:nth-child(3n) h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
#search_result,
.search_list {
  padding-top: 2rem;
}
#search_result .list,
.search_list .list {
  width: 100%;
  padding: 0px;
  margin-bottom: 0.95rem;
  max-width: 650px;
}
#search_result .list h2,
.search_list .list h2 {
  font-size: 0.75rem;
  line-height: 0.85rem;
  margin-top: 10px;
}
#search_result .list .type,
.search_list .list .type,
#search_result .list .cat,
.search_list .list .cat {
  margin: 0px 1px 0px 0px;
  padding: 0px 6px 0px 6px;
  line-height: 1.1rem;
}
#search_result .list .type:after,
.search_list .list .type:after,
#search_result .list .cat:after,
.search_list .list .cat:after {
  height: 2px;
}
#search_result .list .list-img,
.search_list .list .list-img {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
#search_result .list .list_con,
.search_list .list .list_con {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-left: 0.95rem;
  margin-top: -5px;
}
.nb_com {
  font-size: 15px!important;
  margin-left: 10px;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
}
.nb_com .icon-chat {
  margin-right: 3px;
  font-size: 11px!important;
}
.list {
  width: 50%;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  padding-bottom: 20px;
}
.list h2 {
  font-size: 0.9rem;
  line-height: 0.95rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.list .list_date {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 0.9rem;
  color: #858585;
  text-transform: uppercase;
  float: right;
  line-height: 0.95rem;
  opacity: 0.8;
}
.list .list_cat {
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 0.95rem;
  color: #858585;
  text-transform: uppercase;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.list .list-img {
  display: block;
  margin-bottom: 10px;
}
.list .list-img img {
  max-width: 100%;
  width: 100%;
}
.list .list_desc {
  color: #353535;
  font-size: 0.58rem;
  line-height: 0.95rem;
}
.list:hover h2 {
  color: #ef9209;
}
.list:hover .cat,
.list:hover .type,
.list:hover .list_cat {
  color: #292929;
}
.list:hover .list_date {
  color: #292929;
}
.video {
  position: relative;
  display: block;
}
.video .video_desc {
  color: #858585;
  opacity: 0;
  -webkit-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  margin-bottom: -30px;
  font-size: 0.65rem;
}
.video .relative {
  overflow: hidden;
}
.video svg {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: 70px;
  -webkit-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  z-index: 10;
}
.video svg:nth-child(2) {
  z-index: 8;
  margin-top: 72px;
  opacity: 0.5;
}
.video img {
  width: 100%;
}
.video .video_bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.video .video_bg2 {
  background-size: contain;
  background-image: url('../images/sidebar_video_bg2.png');
  width: 100%;
  background-position: -2px top;
  background-repeat: no-repeat;
  padding: 35px 48px;
  margin-top: -67px;
  z-index: 10;
  position: relative;
  text-align: center;
}
.video span {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.5s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  display: block;
}
.video h2 {
  font-size: 0.75rem;
  line-height: 0.8rem;
  -webkit-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.video:hover .video_desc {
  opacity: 1;
  -webkit-transform: translate(0px, -15px);
  -moz-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  -o-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  -webkit-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.video:hover h2 {
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  -webkit-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.4s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  color: #ef9209;
}
.video:hover span {
  -webkit-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  opacity: 0;
  -webkit-transition: all 0.6s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.6s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.6s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.6s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
}
.video:hover svg {
  -webkit-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  opacity: 0;
}
.video:hover .video_bg1 {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -moz-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  -o-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}
/* ------------------------------------------- Coms ----------------------*/
.comments {
  background-color: #f6f6f6;
  padding: 1.4rem 3rem 3rem 3rem;
}
.post_comment {
  color: #434343;
  height: 125px;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dadada;
  background-color: #fff;
  font-size: 0.7rem;
}
.submit {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  padding: 4px 12px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  float: right;
  background-color: #ef9209;
  font-size: 0.92rem;
}
.submit_nb_left {
  font-size: 0.58rem;
  float: left;
  color: #989898;
  font-style: italic;
  margin-top: 5px;
}
.comment {
  position: relative;
  margin-top: 20px;
}
.comment_con {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
}
.comment_p {
  color: #555;
  font-size: 13px;
}
.comment_img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 34px;
  width: 34px;
  overflow: hidden;
  border-radius: 50%;
}
.comment_img img {
  width: 100%;
}
p.comment_date {
  float: right;
  font-size: 0.95rem;
  color: #858585;
  margin-top: 5px;
  margin-left: 10px;
}
.comment_head {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
.comment_pseudo {
  color: #353535;
}
.com_actions {
  margin-right: 5px;
  float: right;
  margin-top: 10px;
}
p.comment_p {
  line-height: 0.95rem;
  margin: 10px 0px;
  display: block;
}
.load_comments {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  padding: 4px 12px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  background-color: #ef9209;
  font-size: 1.1rem;
  display: block;
}
.load_comments:hover {
  background-color: #fff;
}
.site_pages {
  margin-top: 1.4rem;
}
/* ------------------------------------------- footer ----------------------*/
.footer_pre {
  width: 100%;
  height: 184px;
  background-image: url('../images/footer_pub.png');
  text-align: center;
}
.footer_pre img,
.footer_pre embed {
  margin: 20px auto 20px auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
footer {
  text-align: center;
}
.footer_link {
  margin: 20px 0px 20px 0px;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #f5e2af;
}
.footer_link a {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 10px;
}
.footer_cpy {
  font-size: 0.5rem;
  padding-bottom: 70px;
  color: #a2a7a9;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* ------------------------------------------- Search ----------------------*/
.search_overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.search {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.search_con {
  margin-top: 75px;
}
.search_con input[type=text] {
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  color: #292929;
  width: 100%;
  padding-left: 50px;
}
.search_con input[type=text]:focus {
  outline: none;
}
.search_con .search_input_con {
  border-bottom: 4px solid #ef9209;
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 20px;
}
.search_con .search_input_con .icon-search {
  position: absolute;
  left: 10px;
  top: 3px;
  color: #ef9209;
  font-size: 1.25rem;
}
.search_con .search_input_con .icon-delete {
  position: absolute;
  right: 0px;
  top: 3px;
  color: #ef9209;
  font-size: 1.4rem;
  cursor: pointer;
}
.search_con .list_filter {
  padding-left: 0px;
}
.corps .search_con {
  padding: 2rem;
  margin-top: 0px;
}
.search_more_result {
  display: inline-block;
  margin: 1.4rem auto;
  background-color: #ef9209;
  color: #fff;
  padding: 0.25rem 1.4rem;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
}
/* ------------------------------------------- Produits ----------------------*/
.side_p_con {
  background-color: #fff;
  background-image: url('../images/side_p_con.jpg');
  background-repeat: repeat-y;
  background-position: left;
}
.side_p_con .list {
  width: 33%;
}
.side_p_con .list h2 {
  font-size: 0.65rem!important;
  line-height: 0.7rem!important;
}
.side_p_con .list .list_desc {
  display: none!important;
}
.side_p_l {
  display: inline-block;
  width: 340px;
  vertical-align: top;
  max-width: 100%;
}
.side_p_l .sidebar_p {
  margin-top: 0px;
  background-color: transparent;
}
.side_p_r {
  display: inline-block;
  width: 660px;
  vertical-align: top;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 2rem;
}
.side_p_r .label {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #858585;
}
.produit_type {
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #858585;
  display: block;
}
.produit_description {
  line-height: 1.35rem;
}
.webtv_video {
  margin: -0.95rem 0px -1.4rem;
}
.webtv_video iframe {
  max-width: 100%;
  max-height: 370px;
  width: 100%;
}
.static_content {
  padding: 2rem;
  margin-top: 0px;
}
/* ------------------------------------------- lightbox ----------------------*/
#lightbox_overlay {
  position: fixed;
  background-color: #231d29;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
}
#lightbox {
  background-color: #fff;
  width: 710px;
  max-width: 100%;
  position: fixed;
  top: 100px;
  z-index: 100001;
  left: 50%;
  margin-left: -343px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  bottom: 100px;
  visibility: hidden;
  opacity: 0;
}
#lightbox_close {
  position: absolute;
  top: -62px;
  left: 50%;
  color: #fff;
  font-size: 46px;
  margin-left: -20px;
  cursor: pointer;
}
#lightbox_con {
  height: 100%;
  padding: 2rem;
}
.habillage_CR {
  position: absolute;
  width: auto!important;
  text-align: center;
  min-height: 1000px;
  z-index: 0;
  background-color: #000 ;
  display: none;
  margin-top: 0px!important;
}
.habillage_CR a {
  margin-left: 0px!important;
  margin-top: 0px!important;
}
.habillage_CR .habillage_CR_con {
  width: 100%;
  min-height: 1000px;
}
.habillage_CR .habillage_CR_top {
  -webkit-box-shadow: inset 0px 7px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 7px 8px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 15;
}
.sidebar_trashbag_more {
  background-color: #ef9209;
  padding: 15px 0px;
  color: #000;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}
.sidebar_trashbag_more:hover {
  color: #fff;
}
.home_news_more {
  padding: 0px 0px 15px 0px;
  color: #ef9209;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -moz-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  -o-transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  transition: all 0.3s, cubic-bezier(0.19, 1, 0.22, 1) ease-out;
  margin-top: -10px;
}
.home_news_more:hover {
  color: #000;
}
.cb_academy {
  background-color: #1a2f32;
  color: #fff;
  padding: 1.4rem 6rem;
  text-align: center;
}
.cb_academy_top {
  display: inline-block;
  color: #f2da9f;
  font-weight: 300;
  font-family: 'Teko', sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1.4rem;
  vertical-align: middle;
}
.cb_academy_col {
  width: 50%;
  display: inline-block;
  text-align: left;
  line-height: 1.25rem;
  padding: 0.95rem;
  vertical-align: top;
}
.cb_academy_sep {
  width: 635px;
  max-width: 100%;
  height: 1px;
  background-color: #344446;
  margin: 3rem auto;
}
.cb_academy_foot {
  line-height: 1.4rem;
}
.interstitiel {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(23, 43, 49, 0.8);
  padding-top: 17px;
  box-shadow: inset -25px 0 25px -12px rgba(0, 0, 0, 0.2);
  box-shadow: inset -4px 0 25px -2px rgba(0, 0, 0, 0.4);
  z-index: 100000;
}
.interstitiel img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  border: 10px solid #EF9201;
  width: 1000px;
  height: auto;
  max-width: 100%;
}
.close_inter {
  background-color: #EF9201;
  padding: 8px 30px;
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
td {
  background-color: transparent;
}
.header_megaban {
  text-align: center;
}
.header_megaban img,
.header_megaban embed {
  margin: -5px auto 20px auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.header_megaban a {
  width: 100%;
  padding: 0px;
}
.header_megaban a:after {
  display: none;
}
.mobile_pre {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 150;
}
.mobile_pre img,
.mobile_pre embed {
  width: 100%;
  height: auto;
}
/* -----
fon Queries
----- */
@media (max-width: 1000px) {
  .mobile_pre {
    display: block;
  }
  .habillage_CR {
    display: none!important;
  }
  .global_container[style],
  .global_container {
    margin-top: 0px!important;
  }
  .side_l {
    width: 100%;
  }
  .side_r {
    width: 100%;
  }
  .cb_academy_col {
    width: 100%;
  }
  .cb_academy {
    padding: 0.95rem;
  }
  .side_con {
    background-image: none;
  }
  #arts_frame {
    display: none;
  }
  .sidebar_bloc {
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
  }
  .article .article_social {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .article .article_con {
    padding-left: 0px;
  }
  header {
    display: none;
  }
  body {
    padding-top: 64px;
  }
  #mobile_menu {
    display: block;
  }
  #mobile_user_menu {
    display: block;
  }
  .header_mobile {
    display: block;
  }
  .global_container {
    padding-top: 0px!important;
  }
}
@media (max-width: 768px) {
  .habillage_CR_con img {
    width: 100%;
    height: auto;
  }
  .habillage_CR {
    width: 100%!important;
  }
  body {
    overflow-x: hidden;
  }
  .dossier_sommaire_l,
  .dossier_sommaire_r,
  .review_like,
  .review_dislike {
    width: 100%!important;
    border: none!important;
  }
  .review_dislike {
    padding-left: 0px!important;
    margin-top: 20px;
  }
  .article .article_corps {
    padding: 0.95rem;
  }
  .comments {
    padding: 0.95rem;
  }
  .header_mobile .logo {
    width: 170px;
    top: 5px;
  }
  .search_con input[type=text] {
    font-size: 17px;
  }
  .search_con .search_input_con .icon-delete {
    right: 10px;
  }
  .search_con {
    margin-top: 17px;
  }
  .list_filter {
    display: none;
  }
  #search_result .list .list-img {
    width: 30%;
  }
  .home_top a {
    width: 100%!important;
    height: 175px!important;
  }
  .home_top a h2 {
    font-size: 1rem!important;
    line-height: 1rem!important;
  }
  .home_list .list {
    width: 50%!important;
    padding: 0px 5px 20px 0px!important;
  }
  .home_list .list:nth-child(2n) {
    padding: 0px 0px 20px 5px!important;
  }
  .home_list .list h2 {
    font-size: 0.65rem!important;
    line-height: 0.7rem!important;
  }
  .home_corps {
    padding: 0.95rem;
  }
  .home_list_small .list {
    width: 33%;
  }
  .home_list_small .list:nth-child(4),
  .home_list_small .list:nth-child(5) {
    display: none;
  }
  .home_video .video {
    width: 100%!important;
    padding: 0px 0px 20px 0px!important;
  }
  .home_video .video .video_bg2 {
    background-size: 100% 100%!important;
  }
  .home_video .video:nth-child(1) .video_bg2 {
    padding: 35px 40px!important;
  }
  .home_sorties .sidebar_titre {
    font-size: 22px;
  }
  a.home_dossier {
    width: 100%;
  }
  .list_corps {
    padding: 0px 0px 0px 0px;
  }
  .list_corps .list .list-img {
    width: 100%;
  }
  .list_corps .list .list_con {
    width: 90%;
    margin-top: 5px;
  }
}
/* -----
Media Queries
----- */
@media (min-width: 1025px) {
  html {
    font-size: 130%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  html {
    font-size: 120%;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  html {
    font-size: 130%;
  }
}
/* -----
Retina
----- */
