/*  #Mobile
================================================== */

@media only screen and (max-width:1024px) {
  /*
		** GLOBAL
		*/

  body {
    width: 100%;
    min-width: 0px !important;
  }

  section {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  body h1 {
    top: 11px;
  }

  h2 br,
  h3 br,
  h4 br {
    display: none;
  }

  body ul.bullet {
    list-style: disc outside;
    margin-left: 10px;
    line-height: 1.4em;
  }

  /*
		** RETOUCHE SLIDER
		*/

  /* actu */

  .actu .slider,
  .actu .slidesjs-container {
    height: auto !important;
  }

  /*
		** CLASSES
		*/

  body .two-column,
  body .column-big,
  body .column-small {
    float: none;
    width: 100%;
  }

  body .content {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }

  body .chiffres {
    display: inline-block;
    float: none;
    text-align: left;
    border-right: solid 6px #3b89e9;
    margin-top: 0 !important;
  }

  body .chiffre:not(.chiffre-wrapper) {
    display: none;
  }

  body .chiffre.chiffre-wrapper {
    border-top: solid 6px;
    border-bottom: solid 6px;
    border-left: solid 6px;
    border-right: none;
    width: 130px;
    height: 136px;
  }

  body .chiffre-content {
    width: 124px;
    height: 124px;
  }

  body .chiffre-content .table-middle {
    width: 112px;
    height: 112px;
  }

  body .chiffre-content p {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1em;
  }

  body .chiffre-content p span {
    font-size: 3em;
    line-height: 1em;
  }

  body .chiffre-content p br {
    display: none;
  }

  body .chiffre p br:nth-child(2) {
    display: block;
  }

  body .formats,
  body .formats nav > ul {
    height: auto;
  }

  body .formats > div {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
  }

  body .formats > div > div.left {
    float: none;
    width: 100%;
    height: auto;
  }

  body .formats > div > div.left .btn-spectech {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  body .formats > div > div.right {
    float: none;
    width: 100%;
    height: 420px;
  }

  body .formats > div > div.right img {
    display: none;
  }

  body .formats nav > ul > li:nth-child(n) {
    width: 100%;
    padding: 5%;
  }

  body .formats nav > ul > li:nth-child(2) {
    margin: 0;
  }

  body .formats nav ul ul {
    height: auto;
  }

  body .formats nav ul ul li a {
    width: 100%;
    padding: 7px 0;
  }

  body .list-pack {
    max-width: none;
    width: 100%;
  }

  body .list-pack li {
    width: 18.4%;
    margin: 0 2% 2% 0;
    padding-top: 2%;
  }

  body .list-pack li:nth-child(5n) {
    margin-right: 0;
  }

  body .list-pack li > div {
    bottom: 5%;
  }

  /*
		** HEADER
		*/

  #header {
    min-width: 0px !important;
    padding: 0 10px;
  }

  body #header {
    height: 50px;
    padding: 0;
  }

  #header .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header #menu-mobile {
    display: block;
  }

  #header h1 {
    left: 50%;
    margin-left: -151px;
  }

  #header #menu {
    display: none;
    z-index: 20;
    position: absolute;
    width: 260px;
    top: 50px;
    left: -10px;
    background: white;
    font-weight: 300;
    color: #7f7f7f;
    padding-top: 60px;
    padding-right: 0;
    -webkit-box-shadow: 0 3px 5px rgba(34,34,34,0.3);
    -moz-box-shadow: 0 3px 5px rgba(34,34,34,0.3);
    -ms-box-shadow: 0 3px 5px rgba(34,34,34,0.3);
    -o-box-shadow: 0 3px 5px rgba(34,34,34,0.3);
    box-shadow: 0 3px 5px rgba(34,34,34,0.3);
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
  }

  #header #menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -9px;
    left: 21px;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 9px #FFF;
  }

  #header #menu li {
    width: 100%;
    text-align: center;
  }

  #header #menu li:nth-child(1) a {
    width: 220px;
    border-top: solid 1px #e5e5e5;
    padding-top: 50px;
  }

  #header #lang {
    display: none;
    z-index: 21;
    position: absolute;
    width: 260px;
    top: 52px;
    left: -10px;
    margin: 0;
    text-align: center;
  }

  body #header nav ul li:nth-child(n) {
    color: #7f7f7f;
  }

  body #header nav ul li:nth-child(n) a {
    padding: 24px 8px;
  }

  body .header-home #lang ul li:nth-child(2) a {
    padding-right: 8px;
  }

  body #header nav ul li:nth-child(n) a:hover {
    color: #7f7f7f;
  }

  #menu-under {
    display: none;
  }

  /*
		** HOME
		*/

  body #home-slider li .table-middle h2 br {
    display: block;
  }

  body #home-slider li h2.title-fat {
    font-size: 3.5em;
  }

  body #home-slider li p {
    font-size: 2em;
  }

  body #home-slider li:nth-child(1) {
    padding: 0 3%;
  }

  body #home-slider li:nth-child(1) .bg-video.bg-cover {
    background-image: url("../img/home/video-mobile.png");
  }

  body #home-slider li:nth-child(1) .bg-video video {
    display: none;
  }

  body #home-slider li:nth-child(2) .home-illu {
    top: 11%;
  }

  #home-slider li:nth-child(3) .home-illu {
    top: 30%;
  }

  body #home-slider-nav {
    position: relative;
    bottom: auto;
    left: auto;
    margin: -60px auto 40px;
    text-align: center;
  }

  body #home-slider-nav ul li a:hover {
    background-position: top left;
  }

  body #home-slider-nav ul li a.active:hover {
    background-position: bottom left;
  }

  body #home-nav {
    position: relative;
    bottom: auto;
    left: auto;
  }

  body #home-nav li {
    width: 100%;
    height: auto;
    margin: 2px 0 0 0;
  }

  body #home-nav li a.table-middle {
    background-image: url("../img/home/btn-arrow-mobile.png");
    background-color: #aaa;
    padding: 4% 8%;
  }

  body #home-nav li a.table-middle:hover {
    background-color: #aaa;
    background-position: bottom right;
  }

  body #home-nav li a.table-middle.active {
    background: url("../img/home/croix.png") top 28% right 6.4% no-repeat #fff;
  }

  body #home-nav li a.table-middle.active * {
    color: #0061df;
  }

  body #home-nav li a.table-middle h2 {
    font-size: 1.3em;
  }

  body #home-nav li a.table-middle p {
    font-size: 1em;
  }

  body #home-nav li a.table-middle:hover * {
    color: #fff;
  }

  body #home-nav li a.table-middle.active * {
    color: #0061df;
  }

  body #home-nav .home-nav-content {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto !important;
    background-color: transparent;
  }

  body #home-nav .home-nav-content > div {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
  }

  body #home-nav .home-nav-content > div p {
    width: 84%;
    margin: 0 8%;
    padding-top: 4%;
    font-size: 1em;
    border-top: solid 1px #0061df;
  }

  body #home-nav .home-nav-content > div .btn-home {
    margin: 2% 8% 4%;
    padding: 5px 20px;
    font-size: 1em;
  }

  /*
		** ACTU
		*/

  .actu-content .column-big.left {
    width: 100%;
  }

  .actu-content .aside {
    display: none;
  }

  .actu ul.slider {
    display: none !important;
  }

  .list-articles-med .article-med:first-child {
    border-top: 0px;
    padding-top: 0;
  }

  body .actu .article header img {
    width: 100%;
    height: auto;
  }

  body .actu .article .share-rs {
    text-align: center;
  }

  /*
		** NROLL
		*/

  #nroll article:nth-child(1) #nroll-presente {
    padding-top: 90px;
  }

  #nroll article:nth-child(1) .slider .content {
    padding-top: 213px;
  }

  #nroll article:nth-child(1) .slider .content h2 {
    font-size: 3em;
  }

  body #nroll article:nth-child(1):hover .slider-grayscale {
    opacity: 0.8;
  }

  body #nroll article:nth-child(2) {
    min-height: 0;
  }

  #nroll article:nth-child(2) .right {
    display: none;
  }

  body #nroll article:nth-child(3) {
    height: auto;
    background: url("../img/nroll/bg-adn-mobile.gif") repeat top left;
  }

  #nroll article:nth-child(3) .left ul li h3 {
    display: inline-block;
  }

  #nroll article:nth-child(3) .left ul li:first-child p {
    display: block;
  }

  #nroll article:nth-child(3) .left ul li:nth-child(n) p {
    margin-bottom: 30px;
  }

  body #nroll article:nth-child(3) .left div {
    display: none;
  }

  #nroll article:nth-child(3) .right {
    display: none;
  }

  #nroll article:nth-child(4) h2 br {
    display: inline;
  }

  body #nroll article:nth-child(5) {
    min-height: 0;
  }

  body #nroll article:nth-child(5) .formats {
    height: auto;
  }

  body #nroll article:nth-child(5) .projets-nroll {
    height: auto;
    padding: 2% 2% 0 !important;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: auto;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li:nth-child(3n) {
    margin-right: 0;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li:nth-child(n+7) {
    display: none;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li > img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li > * {
    display: block;
    width: 100%;
    height: 100%;
  }

  body #nroll article:nth-child(6) .content {
    padding-bottom: 0;
  }

  body #nroll article:nth-child(6) .two-column.left h3.blue {
    margin-bottom: 50px;
  }

  body #nroll article:nth-child(6) .two-column.left p,
  body #nroll article:nth-child(6) .two-column.left ul {
    text-align: center;
  }

  body #nroll article:nth-child(6) .two-column.right,
  body #nroll article:nth-child(6) .deco {
    display: none;
  }

  body #nroll article:nth-child(7) {
    background-image: url("../img/nroll/bg-vous-mobile.gif");
  }

  body #nroll article:nth-child(7) .two-column.right {
    padding-top: 0;
  }

  /*
		** NATIVE
		*/

  body #native .para-video {
    background-image: url("../img/native/bg-video.jpg");
  }

  body #native .para-video video {
    display: none;
  }

  body #native article:nth-child(n) .content {
    text-align: center;
    padding: 65px 0;
    background-image: none;
  }

  body #native .content .column-big,
  body #native article:nth-child(n) .content .column-small {
    padding: 40px 0;
  }

  body #native .content h2.title-fat {
    background-position: bottom center;
  }

  body #native .content img {
    max-width: 100%;
  }

  body #native article:nth-child(2) .column-small p {
    padding-right: 0;
  }

  /*
		** CHIFFRES CLÉS
		*/

  body #chiffres article:nth-child(1) {
    padding: 0;
  }

  body #chiffres article:nth-child(1) .content h2.title-fat br {
    display: inline;
  }

  body #chiffres article:nth-child(2) .column-big {
    text-align: center;
  }

  body #chiffres article:nth-child(2) .content {
    padding-bottom: 0px;
  }

  body #chiffres article:nth-child(2) .illu {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 50px auto 0;
  }

  body #chiffres article:nth-child(3) .column-big.left {
    position: absolute;
    width: 88%;
    text-align: center;
    bottom: 9%;
  }

  body #chiffres article:nth-child(3) .chiffres {
    border-color: white;
  }

  body #chiffres article:nth-child(3) .column-small.right {
    padding-left: 0;
    margin-bottom: 160px;
  }

  body #chiffres article:nth-child(4) .slider,
  body #chiffres article:nth-child(4) .slidesjs-container {
    height: 900px;
  }

  body #chiffres article:nth-child(4) .slidesjs-slide:nth-child(1) .column-small.right {
    padding-left: 0;
    margin-top: 30px;
  }

  body #chiffres article:nth-child(4) .slidesjs-slide:nth-child(2) .content > div {
    text-align: center;
  }

  body #chiffres article:nth-child(4) .slidesjs-slide:nth-child(2) .column-big.right {
    margin-top: 40px;
  }

  body #chiffres article:nth-child(5) .content {
    padding-bottom: 0;
  }

  body #chiffres article:nth-child(5) .illu {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 60px auto 0;
  }

  /*
		** OFFRES ET FORMATS
		*/

  body #offres article:nth-child(2) .slider,
  body #offres article:nth-child(2) .slidesjs-container {
    height: 750px;
  }

  body #offres article:nth-child(2) .slider div:nth-child(1) .illu {
    position: relative;
    top: auto;
    margin: 40px auto 0;
    width: 400px;
  }

  body #offres article:nth-child(2) .slider div:nth-child(1) .illu img {
    width: 100%;
    height: auto;
  }

  body #offres article:nth-child(2) .slider div:nth-child(2) .content div {
    padding-top: 1%;
    margin-bottom: 50px;
  }

  body #offres article:nth-child(2) .slider div:nth-child(2) p,
  body #offres article:nth-child(2) .slider div:nth-child(2) h5 {
    float: left;
    width: 55%;
  }

  body #offres article:nth-child(2) .slider div:nth-child(2) img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }

  body #offres article:nth-child(3) .illu {
    display: none;
  }

  body #offres article:nth-child(3) .column-small {
    width: 100%;
  }

  body #offres article:nth-child(4) .slider,
  body #offres article:nth-child(4) .slidesjs-container {
    height: 640px;
  }

  body #offres article:nth-child(4) .slider div:nth-child(2) div.column-big {
    margin-top: 30px;
  }

  body #offres article:nth-child(4) .slider div:nth-child(2) h5 {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  body #offres article:nth-child(4) .slider div:nth-child(2) div > ul ul {
    display: none;
  }

  body #offres article:nth-child(4) .slider div:nth-child(3) div.column-small.right {
    display: none;
  }

  body #offres article:nth-child(6) .formats > div {
    display: none;
  }

  /*
		** CONTACT
		*/

  #contact .content {
    padding: 60px 4% 0;
  }

  #contact .content .column-small.left,
  #contact .content .column-big.right {
    padding: 0;
  }

  #contact .content .column-small.left {
    margin-bottom: 30px;
  }

  #contact .content .column-big.right {
    padding-left: 0;
  }

  /*
		** 404
		*/

  body #p404 .right .cell-middle {
    padding: 0 23% 0 13%;
  }

  /*
		** FOOTER
		*/

  body #footer {
    position: relative;
  }
}

/*  #Mobile
================================================== */

@media only screen and (max-width:767px) {
  /*
		** GLOBAL
		*/

  body .title-fat {
    font-size: 1.7em;
    margin-bottom: 30px;
  }

  body .title-fatter {
    font-size: 2.5em;
  }

  body h6 {
    font-size: 0.8em;
  }

  body ul.bullet {
    line-height: 1em;
  }

  /*
		** HEADER
		*/

  h1,
  h1 a,
  h1 img {
    width: 240px !important;
    height: auto !important;
  }

  body #header h1 {
    top: 15px;
    margin-left: -120px;
  }

  #header .content #menu-mobile {
    margin-left: 0;
  }

  #header .content #menu:before {
    left: 21px !important;
  }

  #header .content nav ul li a {
    padding-top: 26px;
  }

  /*
		** CLASSES
		*/

  body .para-video {
    height: 500px;
    padding-bottom: 30px;
  }

  body .plus {
    width: 33px;
    height: 30px;
    margin-bottom: -6px;
    background-image: url("../img/chiffres-cles/plus-mobile.png");
  }

  body .chiffres {
    border: none;
    width: 100%;
  }

  body .chiffre.chiffre-wrapper,
  body .chiffre-content,
  body .chiffre-content .table-middle {
    border: none;
    width: 100%;
    height: auto;
  }

  body .chiffre.chiffre-wrapper {
    margin-bottom: 25px;
  }

  body .chiffre .table-middle {
    position: relative;
  }

  body .chiffre p {
    position: relative;
    width: 100%;
    min-height: 45px;
    display: block;
    text-align: left;
    padding-left: 41%;
    font-size: 1.1em !important;
  }

  body .chiffre p span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    text-align: right;
    font-size: 3em;
  }

  body .chiffre p br {
    display: block;
  }

  body .chiffre p br:nth-child(2) {
    display: none;
  }

  body .formats > div > div.right {
    height: auto !important;
  }

  body .formats > div > div.right iframe {
    height: 300px;
  }

  body .formats nav > ul > li h3 {
    font-size: 1.6em;
    height: 43px;
    padding-bottom: 14px;
  }

  body .list-pack li {
    width: 32%;
    height: 130px;
  }

  body .list-pack li:nth-child(5n) {
    margin-right: 2%;
  }

  body .list-pack li:nth-child(3n) {
    margin-right: 0 !important;
  }

  body .list-pack li > div {
    bottom: 7%;
    opacity: 0.3;
  }

  body .home-illu {
    display: none;
  }

  /*
		** HOME
		*/

  body #home-slider li:nth-child(2) {
    background-image: url("../img/home/bg-slider.gif");
  }

  body #home-slider li:first-child > .table-middle h2 {
    font-size: 1em;
  }

  body #home-slider li:first-child > .table-middle h2 span img {
    height: 20px;
  }

  body #home-slider li h2.title-fat {
    font-size: 2em;
  }

  body #home-slider li p {
    width: 100%;
    font-size: 1em;
  }

  body .btn-home {
    display: block;
    width: 75px;
    padding: 4px 20px;
    font-size: 1em;
    margin: 10px 0 0;
  }

  body #home-slider-nav {
    margin: -30px auto 10px;
  }

  /*
		** ACTU
		*/

  .actu .list-articles-med article > a {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .actu .list-articles-med article > a img {
    width: 100%;
    height: auto;
  }

  .actu .article-med .article-med-infos {
    float: none;
    width: 100%;
  }

  .actu .article .article-content iframe {
    width: 100%;
  }

  body .actu .article .share-rs iframe:nth-child(1) {
    margin-right: -10px;
  }

  body .actu .article .share-rs iframe#twitter-widget-0 {
    width: 80px !important;
  }

  body .actu .article .share-rs div#___plusone_0 {
    width: 60px !important;
  }

  /*
		** NROLL
		*/

  #nroll article:nth-child(1) .slider .content {
    padding-top: 220px !important;
  }

  body #nroll article:nth-child(1) .slider .content h2 {
    font-size: 2em;
  }

  body #nroll .slider-overlay > div > .btn-close {
    margin-right: 2%;
  }

  body #nroll .slider-overlay > div,
  body #nroll .slider-overlay > div iframe {
    width: 100%;
  }

  body #nroll article:nth-child(2) {
    padding: 0;
  }

  body #nroll article:nth-child(4) img:nth-child(2) {
    display: none;
  }

  body #nroll article:nth-child(4) img:last-child {
    display: block;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li:nth-child(3n) {
    margin-right: 2% !important;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li:nth-child(2n) {
    margin-right: 0 !important;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li {
    width: 49% !important;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li > a {
    padding-top: 15% !important;
  }

  body #nroll article:nth-child(5) #nav-nroll-projets {
    margin-bottom: 20px;
  }

  body #nroll article:nth-child(5) .projets-nroll ul li > a p {
    font-size: 1em;
  }

  body #nroll article:nth-child(7) {
    padding-bottom: 40%;
  }

  /*
		** PIXELLE
		*/

  body #native .para-video .full-width h2.title-fatter {
    font-size: 2em;
  }

  /*
		** CHIFFRES CLÉS
		*/

  body #chiffres .illu,
  body #chiffres .illu img {
    width: 100% !important;
    height: auto !important;
  }

  body #chiffres article:nth-child(2) .illu {
    max-width: 435px;
  }

  body #chiffres article:nth-child(3) .illu {
    max-width: 395px;
  }

  body #chiffres article:nth-child(5) .illu {
    max-width: 371px;
  }

  body #chiffres article:nth-child(1) .content h2.title-fat {
    font-size: 1.4em;
    line-height: 1em;
  }

  body #chiffres article:nth-child(1) .content ul li {
    font-size: 0.9em;
  }

  body #chiffres article:nth-child(3) .column-big.left {
    bottom: 7%;
  }

  body #chiffres article:nth-child(3) .column-small.right {
    margin-bottom: 200px;
  }

  body #continents-list > li:nth-child(n) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  body #continents-list > li > h4 {
    text-align: center;
    padding-bottom: 7px;
  }

  body #continents-list ul {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding-top: 20px;
  }

  body #continents-list ul li {
    width: auto;
    margin: 0 15px 15px;
  }

  body #chiffres article:nth-child(4) .slider,
  body #chiffres article:nth-child(4) .slidesjs-container {
    height: 940px;
  }

  body #chiffres article:nth-child(4) .column-small.left img {
    width: 100%;
    max-width: 392px;
    height: auto;
    margin: 0;
  }

  body #chiffres article:nth-child(4) .column-big.left ul li {
    width: 33%;
    padding: 2%;
    font-size: 0.9em;
  }

  body #chiffres article:nth-child(4) .column-big.left ul li:nth-child(2) {
    margin: 0 0.5%;
  }

  body #chiffres article:nth-child(4) .column-big.left ul li p br {
    display: none;
  }

  body #chiffres article:nth-child(4) .column-small.right p {
    width: 100%;
    font-size: 0.9em;
  }

  body #chiffres article:nth-child(5) ul.chiffres li p {
    padding: 0 0 0 44%;
  }

  body #chiffres article:nth-child(5) .title-grey {
    margin-bottom: 30px;
  }

  /*
		** OFFRES ET FORMATS
		*/

  body #offres div.bg-cover:nth-child(1),
  body #offres div.bg-cover:nth-child(5) {
    padding: 30px 0 24px;
  }

  body #offres div.bg-cover:nth-child(1) {
    background-image: url("../img/offres-formats/bg-offres-mobile.jpg");
  }

  body #offres article:nth-child(2) .slider,
  body #offres article:nth-child(2) .slidesjs-container {
    height: 800px;
  }

  body #offres article:nth-child(2) .slider div:nth-child(1) .illu {
    width: 100%;
    max-width: 450px;
    margin: 40px auto 0;
  }

  body #offres article:nth-child(2) .slider div:nth-child(2) .content div {
    margin-bottom: 30px;
  }

  body #offres article:nth-child(2) .slider div:nth-child(2) p,
  body #offres article:nth-child(2) .slider div:nth-child(2) h5 {
    width: 100%;
    float: none;
  }

  body #offres article:nth-child(2) .slider div:nth-child(2) h5 {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  body #offres article:nth-child(2) .slider div:nth-child(2) img {
    display: block;
    position: relative;
    width: 85%;
    max-width: 330px;
    margin: 0 auto;
  }

  body #offres article:nth-child(4) .slider,
  body #offres article:nth-child(4) .slidesjs-container {
    height: 740px;
  }

  body #offres article:nth-child(4) .slider div:nth-child(2) div > ul > li {
    margin-right: 20px;
  }

  body #offres div.bg-cover:nth-child(5) {
    background-image: url("../img/offres-formats/bg-formats-mobile.jpg");
  }

  /*
		** CONTACT
		*/

  body #contact form .form-column {
    width: 100%;
    margin-right: 0;
  }

  body #contact form fieldset:nth-child(2) input[type="submit"] {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 10px 10px 10px 0;
  }

  #contact form fieldset:nth-child(2) #captcha > div > div {
    width: 100% !important;
  }

  /*
		** 404
		*/

  body #p404 .left,
  body #p404 .right {
    float: none;
    width: 100%;
    font-size: 0.8em;
  }

  body #p404 .right .cell-middle {
    padding: 0 10%;
  }

  /*
		** FOOTER
		*/

  body #footer {
    text-align: left;
  }

  body #footer nav:nth-child(1) {
    display: inline-block;
  }

  body #footer.footer-home nav:nth-child(2) ul li:last-child {
    margin-right: 4px;
  }
}

/*
Theme Name: Dailymotion Advertising
Theme URI: http://www.advertising.dailymotion.com/
Description: Dailymotion Advertising
Version: 0.1
Author: Valentin Leroy
Creation Theme by Valentin Leroy || http://www.valentin-leroy.com
*/

/*
** MEYER
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
** GLOBAL
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* overlay bleu */

* {
  outline: none;
}

body {
  min-width: 1024px;
  font-family: 'Hind', 'Arial', 'Verdana', sans-serif;
  font-size: 0.95em;
}

article {
  position: relative;
}

.title-slash {
  height: 25px;
  padding: 6px 0 0 17px;
  margin: 0 0 15px -17px;
  background: url("../img/global/slash.png") top left no-repeat;
  text-transform: lowercase;
  font-size: 1.1em;
  font-weight: 500;
}

.title-slash.white {
  background-image: url("../img/global/slash-white.png");
}

.title-slash.nroll-pink {
  background-image: url("../img/global/slash-pink.png");
}

.title-slash.black {
  background-image: url("../img/global/slash-black.png");
}

.actu .title-slash {
  font-size: 0.95em;
  margin-bottom: 4px;
}

.title-fat {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1em;
}

.title-fat span:not(.volume) {
  font-weight: 300;
}

.title-fat span.volume {
  text-shadow: 1px 1px #8c0e35,
				2px 2px #8c0e35,
				3px 3px #8c0e35,
				4px 4px #8c0e35,
				5px 5px #8c0e35,
				6px 6px #8c0e35,
				7px 7px #8c0e35,
				8px 8px #8c0e35,
				9px 9px #8c0e35;
}

.actu h2.title-fat {
  margin-bottom: 10px;
  line-height: 1.1em;
}

.actu h3.title-fat {
  font-size: 1.2em;
  line-height: 1.2em;
}

.title-fatter {
  text-transform: uppercase;
  font-size: 3.95em;
  font-weight: 700;
}

.title-grey {
  padding-bottom: 25px;
  margin-bottom: 15px;
  background: url("../img/global/trait-st.png") bottom left no-repeat;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 500;
}

.title-grey.black {
  background-image: url("../img/global/trait-st-black.png");
}

h6 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

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

p,
ul {
  font-weight: 300;
}

p {
  line-height: 1.3em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

ul.bullet {
  list-style: disc inside;
}

/*
** CLASSES
*/

.ghost {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  opacity: 0;
}

.large-content,
.content,
.actu-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.large-content {
  max-width: 1280px;
}

.content {
  max-width: 1020px;
  padding: 60px 0 100px 0;
}

.actu-content {
  max-width: 990px;
  padding: 20px;
}

.table-middle {
  display: table;
  height: 100%;
  width: 100%;
}

.cell-middle {
  display: table-cell;
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.aleft {
  text-align: left;
}

.aright {
  text-align: right;
}

.full-width {
  width: 100%;
}

.actu {
  padding: 20px;
}

.two-column {
  width: 49%;
}

.three-column {
  width: 32%;
}

.one-third {
  width: 32.3%;
}

.two-third {
  width: 65.6%;
}

.column-left {
  margin-right: 1%;
}

.column-right {
  margin-left: 1%;
}

.column-middle {
  margin-left: 1%;
  margin-right: 1%;
}

.column-big {
  width: 590px;
}

.column-small {
  width: 430px;
}

.column-big,
.column-small,
.aside,
.two-column {
  position: relative;
}

.transition,
.transition * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.border {
  border: solid 1px black;
}

.active {
  cursor: default;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-cover > img {
  width: 100%;
}

.bg-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-video > video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 1. Pas de support d'object-fit */

@media (min-aspect-ratio:16/9) {
  .bg-video > video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio:16/9) {
  .bg-video > video {
    width: 300%;
    left: -100%;
  }
}

/* 2. En cas de support d'object-fit, écrase les règles en (1) */

@supports (object-fit:cover) {
  .bg-video > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

.para-video {
  height: 450px;
}

.para-video > div > div {
  z-index: 1;
  position: relative;
  padding-top: 120px;
  text-align: center;
}

.para-video h2 {
  font-size: 3.8em;
  margin-bottom: 19px;
}

.para-video h3 {
  font-size: 1.3em;
  line-height: 1.3em;
}

.parallax-window {
  padding: 180px 0 160px;
  text-align: center;
  background: transparent;
}

.parallax-window p {
  margin-bottom: 40px;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 600;
}

.para-video video {
  display: none;
}

.plus {
  display: inline-block;
  width: 52px;
  height: 47px;
  margin-bottom: -7px;
  background: url("../img/chiffres-cles/plus.png") top left no-repeat;
}

.btn-up {
  z-index: 11;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: url("../img/global/btn-up.png") top left no-repeat;
}

.chiffres {
  float: right;
  text-align: right;
}

.chiffre {
  display: inline-block;
  vertical-align: top;
  border: solid 6px #3b89e9;
}

.chiffres.white .chiffre {
  border-color: white;
}

.chiffre-wrapper {
  position: relative;
  width: 196px;
  height: 196px;
}

.wot,
.wob {
  height: 190px;
}

.wol,
.wor {
  width: 190px;
}

.wot {
  border-top: none;
}

.wor {
  border-right: none;
}

.wob {
  border-bottom: none;
}

.wol {
  border-left: none;
}

.wot:nth-child(1) {
  height: 196px;
}

/* exception */

.wot:nth-child(3) {
  height: 196px;
}

/* exception */

.chiffre-content {
  position: relative;
  width: 184px;
  height: 184px;
  border-style: solid;
  border-width: 6px;
  -moz-border-image: url("../img/global/motif-chiffres.png") 6 repeat;
  -webkit-border-image: url("../img/global/motif-chiffres.png") 6 repeat;
  -o-border-image: url("../img/global/motif-chiffres.png") 6 repeat;
  border-image: url("../img/global/motif-chiffres.png") 6 repeat;
  text-align: center;
  overflow: hidden;
}

.chiffre-content .table-middle {
  position: absolute;
  top: 0;
  left: 0;
  width: 172px;
  height: 172px;
}

.chiffres-anim .chiffre-content .table-middle {
  top: -172px;
}

.chiffre-content p {
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 1.2em;
  font-weight: 300;
}

.chiffre-content p span {
  font-size: 5.2em;
  line-height: 1em;
  font-weight: 600;
}

.illu,
.illu img {
  position: absolute;
  z-index: 4;
}

.illu {
  z-index: 1;
}

.illu img {
  top: 0;
  left: 0;
}

.formats {
  position: relative;
  height: 500px;
}

.formats nav > ul {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
}

.formats nav > ul:hover {
  background-color: #f7f7f7;
}

.formats nav > ul:hover ul {
  display: block;
}

.formats nav > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 337px;
  padding: 27px 27px 0 27px;
  border-bottom: solid 3px #45b984;
  vertical-align: top;
}

.formats nav > ul > li:nth-child(2) {
  width: 338px;
  margin: 0 4px 0 4px;
}

.formats nav > ul > li h3 {
  height: 53px;
  padding-bottom: 24px;
  margin-bottom: 0;
  background: url("../img/global/trait-st-blue.png") bottom left no-repeat;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
}

.formats nav ul ul {
  height: 405px;
  margin-top: 15px;
  padding-top: 10px;
}

.formats nav ul ul li a {
  display: inline-block;
  width: 290px;
  min-height: 20px;
  padding: 5px 0;
  background: url("../img/global/arrow-green.png") center right no-repeat;
}

.formats nav ul ul li a:hover {
  text-decoration: underline;
}

.formats nav ul ul li a.active {
  text-decoration: none;
  font-weight: 600;
}

.formats > div {
  position: absolute;
  top: 80px;
  left: 0;
  height: 420px;
  background-color: #353535;
}

.formats > div > div.left {
  position: relative;
  width: 270px;
  height: 420px;
  padding: 42px 28px 12px;
}

.formats > div > div.left h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.formats > div > div.left .btn-spectech {
  display: block;
  position: absolute;
  width: 246px;
  height: 30px;
  bottom: 12px;
  left: 12px;
  padding: 9px 27px 9px 0;
  border-radius: 3px;
  text-align: center;
  background: #73ac58;
  background: -moz-linear-gradient(top, #73ac58 0%, #55bd92 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73ac58), color-stop(100%,#55bd92));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73ac58 0%,#55bd92 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73ac58 0%,#55bd92 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73ac58 0%,#55bd92 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #73ac58 0%,#55bd92 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ac58', endColorstr='#55bd92',GradientType=0);
  /* IE6-9 */
}

.formats > div > div.left .btn-spectech span {
  display: block;
  position: absolute;
  top: 7px;
  right: 9px;
  width: 18px;
  height: 16px;
  background: url("../img/global/picto-dl.png") top left no-repeat;
}

.formats > div > div.right {
  position: relative;
  width: 750px;
}

.formats > div > div.right iframe,
.formats > div > div.right img {
  width: 100%;
  height: 420px;
}

.formats > div > div.right img {
  position: absolute;
  top: 0;
  left: 0;
}

.formats > div > div.right img#format_overlay_video {
  cursor: pointer;
}

.list-pack {
  max-width: 820px;
}

.list-pack li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 156px;
  height: 156px;
  margin: 0 6px 6px 0;
  padding-top: 25px;
  background: white;
  text-align: center;
}

.list-pack li p {
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 17px;
}

.list-pack li > div {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.btn-close {
  text-transform: uppercase;
}

.btn-close:before {
  content: 'x';
  padding-right: 5px;
}

/* home */

.btn-home {
  display: inline-block;
  vertical-align: 8px;
  padding: 9px 40px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #0061df;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}

.home-screen {
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  overflow: hidden;
}

.home-screen.bg-cover img {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* actu */

.aside {
  width: 300px;
}

.article-nav {
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  padding: 2px 0;
  margin-bottom: 20px;
}

.article-nav > a {
  background-color: #bfbfbf;
}

.article-nav > a:hover {
  background-color: #999;
}

/*
** RETOUCHE SLIDER
*/

.slidesjs-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 38px;
  left: 50%;
}

.slidesjs-pagination-item {
  display: inline-block;
  margin: 5px;
}

.slidesjs-pagination-item a {
  display: block;
  font-size: 0;
  width: 22px;
  height: 22px;
  background: url("../img/global/bullet.png") top left no-repeat;
}

#nroll .slidesjs-pagination-item a {
  background-image: url("../img/global/bullet-blue.png");
}

.slidesjs-pagination-item a:hover,
.slidesjs-pagination-item a.active {
  background-position: bottom;
}

/* actu */

.actu .slider,
.actu .slidesjs-container {
  position: relative;
  height: 360px;
}

.actu .slidesjs-pagination {
  position: absolute;
  z-index: 10;
  bottom: -21px;
  right: 0;
  left: auto;
}

.actu .slidesjs-pagination-item {
  display: inline-block;
  margin: 0 0 0 3px;
}

.actu .slidesjs-pagination-item a {
  display: block;
  font-size: 0;
  width: 13px;
  height: 13px;
  background: url("../img/global/bullet-actu.png") top left no-repeat;
}

.actu .slidesjs-pagination-item a:hover,
.actu .slidesjs-pagination-item a.active {
  background-position: bottom;
}

/*
** COULEURS
*/

.black {
  color: black;
}

.white {
  color: white;
}

.blue {
  color: #3b89e9;
}

/* #0079b8 */

.blue-light {
  color: #7db0ee;
}

.blue-lighter {
  color: #cae5f2;
}

.blue-dark {
  color: #00486e;
}

.blue-daily {
  color: #0061df;
}

.grey {
  color: #7f7f7f;
}

.grey-dark {
  color: #505050;
}

.nroll-blue {
  color: #19d8f2;
}

.nroll-grey {
  color: #969696;
}

.nroll-pink {
  color: #f4144a;
}

.yellow {
  color: #ffbf00;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: #3b89e9;
}

.bg-blue-dark {
  background-color: #003652;
}

.bg-blue-daily {
  background-color: #0061df;
}

.bg-grey {
  background-color: #7f7f7f;
}

.bg-grey-light {
  background-color: #f7f7f7;
}

.bg-grey-dark {
  background-color: #959292;
}

.bg-nroll-blue {
  background-color: #19d8f2;
}

.bg-nroll-grey {
  background-color: #969696;
}

.bg-nroll-pink {
  background-color: #f4144a;
}

/*
** HEADER
*/

#header {
  position: relative;
  /*min-width:1070px;*/
  height: 60px;
  text-align: right;
}

h1 {
  position: absolute;
  top: 17px;
  left: 0;
}

.header-home h1 {
  left: 4.7%;
}

h1,
h1 a,
h1 img {
  width: 302px;
  height: 30px;
}

#header .content {
  padding-top: 0;
}

#header nav,
#header nav ul li {
  display: inline-block;
}

#menu {
  position: relative;
}

#header nav ul li a {
  display: inline-block;
  height: 60px;
  padding: 24px 8px;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#header nav ul li a.active {
  cursor: pointer;
}

#header nav ul li a:hover {
  color: white;
}

#lang ul li:nth-child(1) a {
  padding-right: 4px;
}

#lang ul li:nth-child(2) a {
  padding-right: 0;
  padding-left: 4px;
}

.header-home #lang ul li:nth-child(2) a {
  padding-right: 50px;
}

#menu-mobile {
  display: none;
  position: relative;
  z-index: 10;
  width: 40px;
  height: 36px;
  margin-top: 7px;
  background: url("../img/global/menu-mobile.gif") center center no-repeat;
  float: left;
}

#menu-under {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
}

#menu-under > div {
  opacity: 0;
  position: absolute;
  width: 31px;
  height: 3px;
  background: url("../img/global/menu-bar.gif") top left no-repeat;
}

/*
** HOME
*/

#home {
  position: relative;
}

#home-slider {
  background-image: url("../img/home/bg-slider.gif");
}

#home-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 7%;
  overflow: hidden;
}

#home-slider li:nth-child(n+2) {
  display: none;
}

#home-slider li:nth-child(2) {
  background-image: url("../img/home/fond_HP.jpg");
}

#home-slider li .table-middle {
  position: relative;
  z-index: 3;
}

#home-slider li:first-child > .table-middle h2 {
  font-size: 2.5em;
}

#home-slider li:first-child > .table-middle h2 span {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  vertical-align: -0.2em;
}

#home-slider li h2.title-fat {
  font-size: 5.3em;
  margin-bottom: 16px;
}

#home-slider li p {
  width: 51%;
  font-size: 2.5em;
}

.home-illu {
  position: absolute;
}

.home-illu img {
  width: 100%;
}

#home-slider li:nth-child(2) .home-illu {
  width: 67%;
  top: -17%;
  right: -19%;
}

#home-slider li:nth-child(3) .home-illu {
  width: 55%;
  top: 18%;
  right: -10%;
}

#home-slider li:nth-child(3) .home-illu .home-screen:nth-child(1) {
  top: 10%;
}

#home-slider li:nth-child(3) .home-illu .home-screen:nth-child(2) {
  top: 5%;
  left: 2%;
}

#home-slider li:nth-child(3) .home-illu .home-screen:nth-child(3) {
  top: 0%;
  left: 4%;
}

#home-slider-nav {
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 5.6%;
  margin-bottom: 120px;
  margin-left: -25px;
}

#home-slider-nav ul li {
  display: inline-block;
  margin: 0 2px;
}

#home-slider-nav ul li a {
  display: block;
  width: 13px;
  height: 13px;
  background: url("../img/home/bullet-slider.png") top left no-repeat;
}

#home-slider-nav ul li a:hover,
#home-slider-nav ul li a.active {
  background-position: bottom left;
}

#home-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#home-nav li {
  display: inline-block;
  width: 25%;
  height: 120px;
  vertical-align: top;
}

#home-nav li:not(:first-child) {
  border-left: solid 1px transparent;
}

#home-nav li a.table-middle {
  background: url("../img/home/btn-arrow.png") bottom right rgba(255,255,255,0.4) no-repeat;
  padding: 0 8%;
  cursor: default;
}

#home-nav li a.table-middle:hover,
#home-nav li a.table-middle.active {
  background-color: white;
  background-position: bottom -32px right -32px;
  cursor: pointer;
}

#home-nav li a.table-middle h2 {
  font-weight: 500;
  font-size: 1.6em;
}

#home-nav li a.table-middle p {
  font-weight: 300;
  font-size: 1.3em;
}

#home-nav li a.table-middle:hover *,
#home-nav li a.table-middle.active * {
  color: #0061df;
}

#home-nav .home-nav-content {
  display: none;
  z-index: 4;
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  background-color: rgba(0,0,0,0.7);
}

#home-nav .home-nav-content > div {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#home-nav .home-nav-content > div p {
  width: 49%;
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 2% 0 0 2%;
}

#home-nav .home-nav-content > div .btn-home {
  margin-left: 0;
  margin: 15px 0 2% 2%;
}

/*
** ACTUS
*/

.actu .title-grey {
  padding-bottom: 11px;
}

.date {
  margin-bottom: 10px;
  font-size: 0.95em;
  font-weight: 600;
}

.actu ul.slider {
  display: block;
}

.actu ul.slider li {
  position: relative;
}

.actu ul.slider li a {
  display: inline-block;
}

.actu ul.slider li .info-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 35px;
  background-color: rgba(255,255,255,0.9);
}

.actu ul.slider li .info-bar a:nth-child(1) {
  margin-bottom: 3px;
}

.actu ul.slider li .info-bar a:nth-child(2) h3 {
  margin-bottom: 0;
}

.article-med {
  display: inline-block;
  padding: 30px 0 26px;
  border-top: solid 1px #ededed;
}

.article-med:last-child {
  border-bottom: solid 1px #ededed;
}

.article-med > a {
  display: block;
  position: relative;
}

.article-med > a img {
  vertical-align: bottom;
}

.article-med .article-med-infos {
  width: 370px;
}

.article-med .article-med-infos h3 {
  margin-bottom: 10px;
}

.actu .list-articles-med .article-nav {
  text-align: center;
}

.actu .list-articles-med .article-nav ul li {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 3px;
}

.actu .list-articles-med .article-nav ul li a:hover {
  text-decoration: underline;
}

.actu aside .twitter-timeline-wrapper {
  height: 250px;
}

.actu aside .newsletter {
  margin: 40px 0;
  background-color: #f5f5f5;
}

.actu aside .newsletter nav {
  float: left;
  width: 34px;
}

.actu aside .newsletter nav ul li {
  width: 34px;
  height: 34px;
}

.actu aside .newsletter nav ul li:nth-child(-n+3) {
  margin-bottom: 1px;
}

.actu aside .newsletter nav ul li a {
  background-color: #7aadc0;
  text-align: center;
  font-size: 0.75em;
}

.actu aside .newsletter nav ul li a:hover,
.actu aside .newsletter nav ul li a.active {
  background-color: #3b89e9;
}

.actu aside .newsletter > ul {
  top: 0;
  left: 34px;
  width: 266px;
  height: 139px;
  padding: 19px 13px;
}

.actu aside .newsletter > ul li:nth-child(n+2) {
  display: none;
}

.actu aside .newsletter > ul li h3.title-grey {
  background: none;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
  line-height: 1.3em;
}

.actu aside .newsletter > ul li h3.title-grey span {
  font-weight: 300;
}

.actu aside .newsletter > ul li form {
  position: relative;
}

.actu aside .newsletter > ul li form input[type=text],
.actu aside .newsletter > ul li form input[type=email] {
  width: 100%;
  height: 33px;
  padding: 6px 52px 6px 6px;
  border: none;
}

/* FIX FORM NEWSLETTER */

.actu aside .newsletter > ul li form div.mce_inline_error {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: red !important;
  font-weight: 400 !important;
  font-size: 0.8em;
}

.actu aside .newsletter > ul li form input[type=email].valid {
  display: none;
}

.actu aside .newsletter > ul li form div#mce-responses {
  font-size: 0.75em;
  background-color: #f5f5f5;
  position: relative;
  z-index: 3;
}

/* END FIX FORM NEWSLETTER */

.actu aside .newsletter > ul li form input[type=submit] {
  position: absolute;
  width: 42px;
  height: 22px;
  right: 6px;
  top: 6px;
  border: none;
  background: #bfbfbf;
  cursor: pointer;
}

.actu aside .newsletter > ul li form input[type=submit]:hover {
  background: #999;
}

.actu aside .newsletter > ul li iframe {
  display: block;
  margin: 0 auto;
}

.actu aside .newsletter > ul li:nth-child(2) iframe {
  width: 100px;
}

.actu aside .newsletter > ul li:nth-child(3) iframe {
  width: 100%;
  height: 30px;
}

.actu aside ul.categories {
  padding: 17px 40px;
  margin-bottom: 40px;
  list-style-image: url("../img/actu/bullet-list.png");
}

.actu aside ul.categories li {
  width: 100%;
  padding: 12px 0;
}

.actu aside ul.categories li:nth-child(2) {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}

.actu aside ul.categories li a {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 500;
}

.actu aside ul.categories li a:hover {
  text-decoration: underline;
}

.actu aside .articles-small {
  margin-bottom: 20px;
}

.actu aside .articles-small article {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}

.actu aside .articles-small article .article-small-infos {
  width: 200px;
}

.actu aside .articles-small article h3 {
  background: none;
  padding: 0;
  margin: 0 0 5px 0;
  height: auto;
}

.actu aside .articles-small article .article-small-infos > * {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 500;
}

.actu aside .kw-cloud {
  text-transform: uppercase;
}

.actu aside .kw-cloud span {
  display: inline-block;
  margin-right: 16px;
}

.actu aside .kw-cloud a:last-child span {
  margin-right: 0;
}

.actu aside .kw-cloud a:hover span {
  text-decoration: underline;
}

.actu .article header {
  margin-bottom: 20px;
}

.actu .article header .article-infos {
  margin-bottom: 20px;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  padding: 6px 0;
  color: #c6c6c6;
}

.actu .article header .article-infos a:hover {
  text-decoration: underline;
}

.actu .article .article-content {
  padding-bottom: 20px;
}

.actu .article .article-content p,
.actu .article .article-content img {
  margin-bottom: 20px;
}

.actu .article .article-content img {
  max-width: 100%;
  height: auto;
}

.actu .article .article-content iframe {
  display: block;
  margin: 0 auto;
}

.actu .article .article-content ul li {
  list-style: disc;
  list-style-position: inside;
}

.actu .article .article-content ul ul {
  margin-bottom: 10px;
  margin-left: 50px;
}

.actu .article .article-content ul ul li {
  list-style: circle;
}

.actu .article .share-rs {
  margin-bottom: 20px;
}

.actu .article .share-rs iframe {
  display: inline-block;
  width: auto;
}

.actu .article .share-rs iframe:nth-child(1) {
  width: 115px;
  margin-right: 40px;
}

.actu .article .article-nav > a {
  display: block;
  padding: 5px 5px 3px 5px;
  margin-left: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}

.actu .article .article-nav ul {
  padding-top: 6px;
}

.actu .article .article-nav ul li {
  display: inline-block;
  margin-left: 15px;
}

.actu .article .article-nav ul li a {
  display: block;
  width: 23px;
  height: 12px;
  background-position: top left;
  background-repeat: no-repeat;
}

.actu .article .article-nav ul li:first-child a {
  background-image: url("../img/global/arrow-prev.png");
}

.actu .article .article-nav ul li:last-child a {
  background-image: url("../img/global/arrow-next.png");
}

/*
** NROLL
*/

/* MAJ NROLL BEFORE WEBSITE */

#nroll h2.title-slash {
  font-size: 1.2em;
  background-position: left 1px;
  height: 29px;
  text-transform: uppercase;
}

#nroll-presente {
  z-index: 11;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 110px;
  text-align: center;
}

#nroll-presente div:last-child {
  width: 31px;
  height: 4px;
  margin: 20px auto 0;
  background: url("../img/global/menu-bar.gif") top left no-repeat;
}

#nroll .slider,
#nroll .slidesjs-container,
#nroll .slider .content {
  height: 450px;
}

#nroll .slider .slider-grayscale {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

#nroll article:nth-child(1):hover .slider-grayscale {
  opacity: 0.6;
}

#nroll .slider .content {
  z-index: 1;
  text-align: center;
  padding-top: 240px;
}

#nroll .slider .content h2 {
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-size: 4.6em;
  font-weight: 700;
}

#nroll .slider .content a {
  border: solid 2px white;
  padding: 6px 12px 4px;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

#nroll .slider-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 11;
}

#nroll .slider-overlay > div {
  width: 600px;
  margin: 0 auto;
  padding-top: 35px;
}

#nroll .slider-overlay > div > .btn-close {
  float: right;
  margin-bottom: 8px;
}

#nroll .slider-overlay > div iframe {
  width: 600px;
  height: 345px;
  margin: 0 auto;
}

#nroll article:nth-child(2) {
  background-image: url("../img/nroll/bg-wtf.gif");
  padding: 80px 0 90px;
}

#nroll article:nth-child(2) .left p {
  font-size: 1.2em;
  width: 85%;
}

#nroll article:nth-child(2) .right {
  text-align: center;
  padding-top: 40px;
}

#nroll article:nth-child(2) .right img {
  position: absolute;
}

#nroll article:nth-child(3) {
  background-image: url("../img/nroll/bg-adn.gif");
  height: 600px;
}

#nroll article:nth-child(3) .content {
  height: 100%;
  padding: 60px 0;
}

#nroll article:nth-child(3) .left ul li a.active {
  cursor: default;
}

#nroll article:nth-child(3) .left ul li > * {
  z-index: 1;
  position: relative;
}

#nroll article:nth-child(3) .left ul li a h3 {
  margin-bottom: 10px;
}

#nroll article:nth-child(3) .left ul li a.active h3 {
  color: #000;
}

#nroll article:nth-child(3) .left ul li p {
  display: none;
}

#nroll article:nth-child(3) .left div img {
  position: absolute;
}

#nroll article:nth-child(3) .left div img:nth-child(1) {
  left: -160px;
  top: 100px;
}

#nroll article:nth-child(3) .left div img:nth-child(2) {
  left: 100px;
  top: 350px;
}

#nroll article:nth-child(3) .left div img:nth-child(3) {
  right: 50px;
  top: 170px;
}

#nroll article:nth-child(3) .right {
  padding: 80px;
}

#nroll article:nth-child(3) .right p {
  font-size: 1.2em;
}

#nroll article:nth-child(4) {
  background-image: url("../img/nroll/bg-carte-secrete.gif");
}

#nroll article:nth-child(4) img {
  margin-top: 10px;
  width: 100%;
}

#nroll article:nth-child(4) img:last-child {
  display: none;
}

#nroll article:nth-child(5) {
  background: url("../img/nroll/bg-lab.gif") top center no-repeat;
  min-height: 750px;
}

#nroll article:nth-child(5) .content {
  padding: 60px 0;
}

#nroll article:nth-child(5) h2 {
  margin-bottom: 10px;
}

#nroll article:nth-child(5) .formats {
  display: none;
  height: 420px;
}

#nroll article:nth-child(5) .formats > div {
  top: 0;
}

#nroll article:nth-child(5) .formats > div > .btn-close {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
}

#nroll article:nth-child(5) #nav-nroll-projets {
  background-color: white;
  border: none;
  width: 200px;
  height: 27px;
  margin-bottom: 45px;
  text-transform: uppercase;
}

#nroll article:nth-child(5) .projets-nroll {
  padding: 15px 11px 10px 16px;
  height: 433px;
}

#nroll article:nth-child(5) .projets-nroll ul li {
  position: relative;
  float: left;
  width: 243px;
  height: 131px;
  margin: 0 5px 5px 0;
}

#nroll article:nth-child(5) .projets-nroll ul li > * {
  position: absolute;
  width: 243px;
  height: 131px;
  top: 0;
  left: 0;
}

#nroll article:nth-child(5) .projets-nroll ul li > div {
  z-index: 2;
  opacity: 0.8;
  background-color: #999999;
}

#nroll article:nth-child(5) .projets-nroll ul li > img {
  z-index: 1;
}

#nroll article:nth-child(5) .projets-nroll ul li > a {
  z-index: 3;
  opacity: 1;
}

#nroll article:nth-child(5) .projets-nroll ul li:hover a {
  opacity: 1;
}

#nroll article:nth-child(5) .projets-nroll ul li:hover div {
  opacity: 0.3;
}

#nroll article:nth-child(5) .projets-nroll ul li > a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 6px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}

#nroll article:nth-child(6) .two-column.left h3.blue {
  margin-bottom: 80px;
}

#nroll article:nth-child(6) .two-column.right {
  min-height: 800px;
}

#nroll article:nth-child(6) ul li {
  margin-bottom: 5px;
  font-size: 1.2em;
}

#nroll article:nth-child(6) img {
  position: absolute;
}

#nroll article:nth-child(6) .deco img:nth-child(1) {
  bottom: 230px;
  left: 105px;
}

#nroll article:nth-child(6) .deco img:nth-child(2) {
  bottom: 213px;
  left: 49px;
}

#nroll article:nth-child(6) .deco img:nth-child(3) {
  bottom: 180px;
  left: 5px;
}

#nroll article:nth-child(6) .deco img:nth-child(4) {
  bottom: 48px;
  left: 50px;
}

#nroll article:nth-child(6) .deco img:nth-child(5) {
  bottom: 50px;
  left: -140px;
}

#nroll article:nth-child(6) .two-column.right img:nth-child(1) {
  top: 240px;
  right: 50px;
}

#nroll article:nth-child(6) .two-column.right img:nth-child(2) {
  top: 210px;
  right: 30px;
}

#nroll article:nth-child(6) .two-column.right img:nth-child(3) {
  top: 180px;
  right: 0px;
}

#nroll article:nth-child(7) {
  background-image: url("../img/nroll/bg-vous.gif");
  min-height: 1100px;
}

#nroll article:nth-child(7) .two-column {
  padding-right: 8%;
}

#nroll article:nth-child(7) .two-column.left {
  padding-top: 110px;
}

#nroll article:nth-child(7) .two-column.right {
  padding-top: 310px;
}

#nroll article:nth-child(7) h3.title-grey {
  margin-top: 45px;
  line-height: 1.3em;
  font-size: 1.3em;
}

#nroll article:nth-child(7) p {
  font-size: 1.2em;
}

/*
** PIXELLE
*/

#native .para-video .full-width h2.title-fatter {
  padding-bottom: 10px;
  background: url("../img/native/trait-h2-white.gif") center bottom no-repeat;
}

#native .para-video .full-width h3 {
  text-transform: uppercase;
  margin-bottom: 34px;
}

#native .para-video .full-width a.btn-getstarted {
  display: inline-block;
  padding: 15px 42px 15px 83px;
  background: url("../img/native/picto-getstarted.png") 39px center no-repeat #31c7b9;
  text-transform: uppercase;
  font-weight: 600;
}

#native h2.title-fat {
  padding-bottom: 23px;
  margin-bottom: 25px;
  background: url("../img/native/trait-h2-green.gif") left bottom no-repeat;
  font-size: 2em;
}

#native article:nth-child(2) .content {
  padding: 65px 0;
}

#native article:nth-child(2) .column-small {
  padding-top: 120px;
}

#native article:nth-child(2) .column-small p {
  padding-right: 100px;
}

#native article:nth-child(3) .content {
  padding: 127px 0;
}

#native article:nth-child(3) .column-small {
  padding: 55px 0 0 110px;
}

#native article:nth-child(4) .content {
  padding: 145px 0 45px;
  text-align: center;
  background-image: url("../img/native/picto-target.png");
  background-position: center 50px;
  background-repeat: no-repeat;
}

#native article:nth-child(4) .content h2.title-fat {
  background-position: bottom center;
}

#native article:nth-child(4) .content img {
  margin-top: 53px;
}

#native article:nth-child(5) .content {
  padding: 35px 0 0;
}

#native article:nth-child(5) .column-small {
  padding-top: 155px;
}

#native article:nth-child(6) .content {
  padding: 130px 0 110px;
}

#native article:nth-child(6) .column-small {
  padding: 125px 0 0 110px;
}

#native article:nth-child(7).bg-cover {
  background-image: url("../img/native/bg-startnow.jpg");
}

#native article:nth-child(7).bg-cover .content {
  padding: 140px 0 130px;
}

#native article:nth-child(7).bg-cover h2.title-fatter {
  margin-bottom: 15px;
}

#native article:nth-child(7).bg-cover p strong {
  text-transform: uppercase;
}

#native article:nth-child(7).bg-cover a {
  display: inline-block;
  padding: 15px 22px;
  margin-top: 20px;
  background-color: #31c7b9;
  text-transform: uppercase;
}

/*
** CHIFFRES CLÉS
*/

#chiffres article:nth-child(1) {
  padding: 72px 0;
  background-image: url("../img/chiffres-cles/bg.jpg");
}

#chiffres article:nth-child(1) .content {
  padding-bottom: 60px;
}

#chiffres article:nth-child(1) .content h2.title-fat {
  font-size: 3.35em;
  margin-bottom: 30px;
}

#chiffres article:nth-child(1) .content ul li {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
}

#chiffres article:nth-child(1) .content ul li span {
  font-weight: 700;
}

#chiffres article:nth-child(2) {
  z-index: 2;
}

#chiffres article:nth-child(2) .chiffres {
  margin-top: 80px;
}

#chiffres article:nth-child(2) .illu {
  width: 435px;
  height: 461px;
  left: -40px;
  bottom: -135px;
}

#chiffres article:nth-child(3) {
  z-index: 1;
  background: #3b89e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #337bd4 0%, #00bcc3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337bd4), color-stop(100%,#00bcc3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #337bd4 0%,#00bcc3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #337bd4 0%,#00bcc3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #337bd4 0%,#00bcc3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #337bd4 0%,#00bcc3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337bd4', endColorstr='#00bcc3',GradientType=0);
  /* IE6-9 */
}

#chiffres article:nth-child(3) .chiffres {
  margin-top: 80px;
}

#chiffres article:nth-child(3) .column-small.right {
  padding-left: 60px;
}

#continents-list {
  position: relative;
}

#continents-list li {
  display: inline-block;
}

#continents-list > li:not(:first-child) {
  margin-left: 21px;
}

#continents-list > li > h4 {
  opacity: 0.2;
  padding-bottom: 13px;
  text-transform: uppercase;
  font-size: 1.05em;
  font-weight: 600;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#continents-list > li > h4:hover {
  opacity: 0.7;
}

#continents-list > li > h4.active {
  opacity: 1;
  background-image: url("../img/global/menu-bar.gif");
}

#continents-list > li > h4.active a {
  cursor: default;
}

#continents-list ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
}

#continents-list ul li {
  width: 100px;
  margin-bottom: 5px;
}

#continents-list ul li a {
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #bbdaff;
}

#continents-list ul li a:hover,
#continents-list ul li a.active {
  color: white;
}

#continents-list ul li a.active {
  font-weight: 500;
}

#chiffres article:nth-child(4) .column-big.left ul li,
#chiffres article:nth-child(4) .column-small.right p {
  display: inline-block;
  vertical-align: top;
  width: 196px;
  height: 196px;
  padding: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

#chiffres article:nth-child(4) .slider,
#chiffres article:nth-child(4) .slidesjs-container {
  height: 630px;
}

#chiffres article:nth-child(4) .column-big.left ul li:nth-child(1) {
  background-image: url("../img/chiffres-cles/multi-ecrans/mobile-app.jpg");
}

#chiffres article:nth-child(4) .column-big.left ul li:nth-child(2) {
  background-image: url("../img/chiffres-cles/multi-ecrans/ordinateurs.jpg");
  margin: 0 1px;
}

#chiffres article:nth-child(4) .column-big.left ul li:nth-child(3) {
  background-image: url("../img/chiffres-cles/multi-ecrans/consoles-tv.jpg");
}

#chiffres article:nth-child(4) .column-small.right {
  padding-left: 36px;
}

#chiffres article:nth-child(4) .column-small.right p {
  width: 394px;
  background-image: url("../img/chiffres-cles/multi-ecrans/player.jpg");
}

#chiffres article:nth-child(4) .column-small.left img {
  margin: 28px 0 0 -30px;
}

#chiffres article:nth-child(4) .column-big.right ul.chiffres {
  margin-top: -125px;
}

#chiffres article:nth-child(4) ul.chiffres p,
#chiffres article:nth-child(5) ul.chiffres p {
  font-size: 0.8em;
}

#chiffres article:nth-child(5) ul.chiffres li p {
  padding: 0 17px;
}

#chiffres article:nth-child(5) ul.chiffres {
  float: left;
}

#chiffres article:nth-child(5) .illu {
  width: 371px;
  height: 391px;
  right: 20px;
  bottom: 60px;
}

/*
** OFFRES ET FORMATS
*/

#offres div.bg-cover {
  padding: 53px 0 47px;
}

#offres div.bg-cover:nth-child(1) {
  padding: 53px 0 47px;
  background-image: url("../img/offres-formats/bg-offres.jpg");
}

#offres div.bg-cover .content {
  padding: 0;
}

#offres article:nth-child(2) .slider,
#offres article:nth-child(2) .slidesjs-container {
  height: 650px;
}

#offres article:nth-child(2) .slider div:nth-child(1) ul li {
  margin-bottom: 5px;
}

#offres article:nth-child(2) .slider div:nth-child(1) .illu {
  top: -60px;
}

#offres article:nth-child(2) .slider div:nth-child(2) p {
  width: 450px;
  margin-bottom: 15px;
}

#offres article:nth-child(3) {
  overflow: hidden;
}

#offres article:nth-child(3) .content {
  padding-bottom: 50px;
}

#offres article:nth-child(3) .column-small {
  width: 350px;
}

#offres article:nth-child(3) .illu {
  width: 435px;
  height: 461px;
  right: 150px;
  bottom: -145px;
}

#offres article:nth-child(4) .slider,
#offres article:nth-child(4) .slidesjs-container {
  height: 670px;
}

#offres article:nth-child(4) .slider h4 {
  margin-bottom: 30px;
}

#offres article:nth-child(4) .slider div:nth-child(2) div > ul {
  padding-top: 5px;
}

#offres article:nth-child(4) .slider div:nth-child(2) div > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 33px;
}

#offres article:nth-child(4) .slider div:nth-child(2) div > ul > li > div {
  position: relative;
  height: 60px;
}

#offres article:nth-child(4) .slider div:nth-child(2) div > ul > li > div img {
  position: absolute;
  bottom: 12px;
  left: 0;
}

#offres article:nth-child(4) .slider div:nth-child(2) div > ul ul li {
  margin-bottom: 8px;
}

#offres article:nth-child(5) .column-small {
  width: 370px;
}

#offres article:nth-child(5) .illu {
  width: 500px;
  height: 347px;
  right: 0px;
  bottom: 100px;
}

#offres div.bg-cover:nth-child(5) {
  background-image: url("../img/offres-formats/bg-formats.jpg");
}

#offres article:nth-child(6) .content {
  padding-bottom: 60px;
}

/*
** CONTACT
*/

#contact .content {
  padding-bottom: 20px;
}

#contact .column-small.left #contact-map {
  width: 100%;
  height: 300px;
  margin-top: 25px;
}

#contact .column-big.right {
  padding-left: 50px;
}

#contact form .form-column {
  float: left;
  width: 48%;
}

#contact form .form-column:nth-child(1) {
  margin-right: 4%;
}

#contact form fieldset {
  margin-bottom: 15px;
  font-weight: 300;
}

#contact form fieldset * {
  display: inline-block;
  width: 100%;
}

#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=number],
#contact form textarea {
  padding: 0 6px;
  border: none;
  border-left: solid 2px #cae5f2;
  background-color: #f7f7f7;
}

#contact form label,
#contact form fieldset > p {
  margin-bottom: 10px;
}

#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=number] {
  height: 30px;
  margin-bottom: 15px;
}

#contact form textarea {
  height: 160px;
  resize: none;
}

#contact form fieldset:nth-child(2) {
  position: relative;
  padding: 10px 10px 3px;
  background-color: #f7f7f7;
}

#contact form fieldset:nth-child(2) > * {
  width: auto;
}

#contact form fieldset:nth-child(2) input[type="submit"] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 8px 30px;
  cursor: pointer;
  background-color: #c3c3c3;
  border-radius: 2px;
  border: none;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

#formMessage {
  margin-top: 10px;
  color: #2aa400;
  font-size: 0.9em;
}

#formMessage.error {
  color: red;
}

/*
** 404
*/

#p404 {
  background: url("../img/404/motif.gif") top left repeat;
}

#p404 .left,
#p404 .right {
  width: 50%;
}

#p404 .left {
  background: url("../img/404/visu.png") center center no-repeat;
  background-size: auto 70%;
}

#p404 .right .cell-middle {
  padding: 0 33% 0 23%;
}

#p404 .right .cell-middle p {
  margin-bottom: 25px;
}

#p404 .right .cell-middle a {
  display: inline-block;
  border-radius: 3px;
  font-weight: 500;
  padding: 6px 23px;
}

/*
** FOOTER
*/

#footer {
  position: relative;
  text-align: center;
}

#footer.footer-home {
  padding-top: 12px;
}

#footer .content {
  padding: 12px 0 0;
  height: 40px;
}

#footer nav:nth-child(2) {
  position: absolute;
  right: 9px;
  top: 9px;
}

#footer nav ul li {
  display: inline-block;
  position: relative;
}

#footer nav ul li a:hover {
  text-decoration: underline;
}

#footer nav:nth-child(1) ul li {
  margin: 0 10px;
}

#footer nav:nth-child(1) ul li a {
  font-size: 0.8em;
}

#footer nav:nth-child(2) ul li:first-child {
  margin-right: 4px;
}

#footer.footer-home nav:nth-child(2) ul li:last-child {
  margin-right: 41px;
}

#footer nav:nth-child(2) ul li a {
  display: block;
  width: 25px;
  height: 24px;
  background: top left no-repeat;
}

.link-dmx {
  width: 57px;
  height: 15px;
}

.link-dmx a {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.link-dmx a,
.link-dmx a img {
  width: 57px;
  height: 15px;
}

#footer nav:nth-child(2) ul li:first-child a {
  background-image: url("../img/global/square-facebook.png");
}

#footer nav:nth-child(2) ul li:last-child a {
  background-image: url("../img/global/square-twitter.png");
}