/*
Theme Name: Cnac
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body{
    background: #FFF;
    height: 100%;

}
body.no_ov {
    overflow-y:hidden;
}
#main{
    font-family: 'Droid Sans', sans-serif;
    min-height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    -o-perspective: 1500px;
    perspective: 1500px;

}
#container{
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    -o-perspective: 1500px;
    perspective: 1500px;
    overflow: hidden;
}
.animate #container {
    -webkit-animation: rotate_flip .6s  ease-in-out; /* Safari 4+ */
     -moz-animation:    rotate_flip .6s  ease-in-out; /* Fx 5+ */
     -o-animation:      rotate_flip .6s  ease-in-out; /* Opera 12+ */
     animation:         rotate_flip .6s  ease-in-out; /* IE 10+ */
}
/*@-webkit-keyframes rotate_flip {
    0%   { -webkit-transform: rotateX(0deg); }
    50%  { -webkit-transform: rotateX(-10deg);}
    100% { -webkit-transform: rotateX(0deg); }
}
@-moz-keyframes rotate_flip {
    0%   { -moz-transform: rotateX(0deg); }
    50%  { -moz-transform: rotateX(-10deg);}
    100% { -moz-transform: rotateX(0deg); }
}
@-o-keyframes rotate_flip {
    0%   { -o-transform: rotateX(0deg); }
    50%  { -o-transform: rotateX(-10deg);}
    100% { -o-transform: rotateX(0deg); }
}
@keyframes rotate_flip {
    0%   { transform: rotateX(0deg); }
    50%  { transform: rotateX(-10deg);}
    100% { transform: rotateX(0deg); }
}*/
.wrapper{
    background: #f0ece5;
    /*min-height: 100%;*/
    /*width: calc(100% - 40px);
    height: calc(100% - 40px);*/
    position: relative;
    border-top:20px solid #FFF;
    border-left:20px solid #FFF;
    border-right:20px solid #FFF;
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;*/
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    /*transform: rotateY(0deg) translateZ(780px) rotateX(0deg);*/
    z-index: 1;
    overflow-x:hidden; 
}
#modal{
    position: fixed;
    height: 100%;
    font-size: 2em;
    top:0;
    left: 100%;
    z-index: 2;
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;*/
    /*transform: rotateY(90deg) translateZ(780px)  rotateX(0deg);*/
    background: #e9e5dd;
    text-align: center;
    height: 100%;
    width: 100%;
}
#modal  .modd{
    display: none;
    text-transform: uppercase;
    padding: 110px 0 90px; 
}
#modal  .modd.show{
    display: block;
}
#modal .modd p{
    font-size: 18px;
    max-width: 760px;
    width: 80%;
    margin: 15px auto;
}
#modal .modd ul.det{
    color: #b23e4a;
    text-transform: none;
    text-align: left;
    font-size: 18px;
    max-width: 760px;
    width: 80%;
    margin: 15px auto;
    padding: 0;
}
#modal .modd ul.det li{
    margin: 3px 0;
}
#modal .modd .close-mod{
    display: block;
    margin: 10px auto;
    background: url(img/close.png) top left no-repeat;
    width: 89px; 
    height: 91px;
    cursor:pointer;
}
.modalview .wrapper {
  /*transform: rotateY(-90deg) translateZ(780px)  rotateX(0deg);*/
}
.modalview #modal {
  /*transform: rotateY(0deg) translateZ(780px)  rotateX(0deg);*/
  z-index: 1;
}
/*TEST 3d*/
#main.modalview {
    /*position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px;*/
}
.modalview #container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /*-webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.modalview #wrapper {
    -webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */
}

/* ==========================================================================
   ELEMENTS FIXES
   ========================================================================== */
header{
    position: fixed;
    top:0;
    background: #FFF;
    width: 94%;
    padding: 0.5%;
    max-width: 940px;
    margin-left: -478px;
    left: 50%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
}
header a{
    float: left;
}
header .social{
    float: right;
    margin-top: 12px;
    margin-left: 100px;
}
header nav{
    float: right;
    margin: 33px 0 0 0;
}
header ul{
    margin: 0;
    padding: 0;
    display: block;
}
header ul li{
    display: block;
    float: left;
}
header ul li.lidl{
    display: none;
}
header .social ul li{
    margin-left: 8px;
}
header nav ul li a{
    text-decoration: none;
    color: #050505;
    margin-left: 20px;
}
.menu{
    display: none;
}
.dl{
    /*background: url(img/dl.png) top left no-repeat;*/
    background: url(img/dl_.png) top left no-repeat;
    position: fixed;
    top:220px;
    /*right: 0;*/
    left:0;
    /*border-radius: 30px 0 0 30px;*/
    height: 64px;
    width: 205px;
    z-index: 2;
    font-family: 'Droid Sans',sans-serif;
}
.dl a{
    text-decoration: none;
    color:#FFF;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
    /*padding: 14px 0 0 70px;*/
    padding: 14px 0 0 25px;
}
.dl a span{
    font-weight: normal;
}
.social_share{
    position: fixed;
    top: 296px;
    /*right: 0;*/
    left: 0;
    z-index: 2;
    width: 60px;
    overflow: hidden;
}
.social_share > div a{
    display: block;
    width: 61px;
    /*margin-left: 10px;*/
    margin-left: -10px;
    height: 41px;
    margin-bottom: 9px;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}
.social_share > div a:hover{
    margin-left: 0;
}
.social_share > .fb a{
    background: url(img/rs.png) left top no-repeat;
}
.social_share > .tw a{
    background: url(img/rs.png) left -50px no-repeat;
}
.social_share > .pin a{
    background: url(img/rs.png) left -100px no-repeat;
}
.social_share > .in a{
    background: url(img/rs.png) left -150px no-repeat;
}
.social_share > .gp a{
    background: url(img/rs.png) left -200px no-repeat;
}
/* ==========================================================================
   INFOGRAPHIE
   ========================================================================== */
.frame{
    min-height: 100%;
    position: relative;
    width: 100%;
    text-align: center;
}
.frame img{
    display: block;
}
.frame_cont{
    position: absolute;
    bottom:0;
    width: 100%;
}
h1{
    color: #1e80a1;
    font-size: 46px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: normal;
}
h1 span{
    font-weight: bold;
}
h2{
    color:#B23E4A;
    font-size: 26px;
    line-height: 32px;
    position: relative;
    z-index: 4;
}
.open_mod{
    background: url(img/texture.png) left bottom repeat-x #FFF;
    padding: 20px 20px 40px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    opacity: 0;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
    -webkit-transform:rotateY(-180deg) scale(0.2) translate3d(0,0,0);
    -moz-transform:rotateY(-180deg) scale(0.2) translate3d(0,0,0);
    -o-transform:rotateY(-180deg) scale(0.2) translate3d(0,0,0);
    transform:rotateY(-180deg) scale(0.2) translate3d(0,0,0);
}
.open_mod.view{
    opacity: 1;
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    transform:rotateY(0deg);
}
.open_mod .line1{
    font-weight: bold;
    font-size: 13px;
}
.open_mod .line2{
    color: #EB7069;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
}
.open_mod .line3{
    font-size: 14px;
}
.open_mod .more{
    background: url(img/more.png) top left no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: -12px;
    width: 47px;
    height: 47px;
    display: block;
    -webkit-transition:0.4s ease-in-out;
    -moz-transition:0.4s ease-in-out;
    -o-transition:0.4s ease-in-out;
    transition:0.4s ease-in-out;
}
.open_mod.view .more{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:0.4s ease-in-out 0.4s;
    -moz-transition:0.4s ease-in-out 0.4s;
    -o-transition:0.4s ease-in-out 0.4s;
    transition:0.4s ease-in-out 0.4s;
}
.open_mod.view:hover .more{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
/*FRAME 1*/
#frame1{
   min-height: 1000px;
   height: 100%;
}
#frame1 .frame_cont{
    position: absolute;
    bottom:40px;
    width: 100%;
}
#frame1 h1{
    margin-top: 120px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
#frame1 .nuages{
    position: absolute;
    top:120px;
}
.nuages,
.nuages .nuage-lt,
.nuages .nuage-rt{
    width: 100%;
    z-index: 0;
}
.nuages .nuage-lt > img{
    position: absolute;
    top:138px;
}
.nuages .nuage-lt > img:last-child{
    position: absolute;
    top:20px;
}
.nuages .nuage-rt img{
    position: absolute;
    right: 10%;
}
@-webkit-keyframes lt {
  0%   { left: -10%; }
  66%  { left:  70%}
  100% { left:  110% }
}
@-moz-keyframes lt {
  0%   { left: -10%; }
  66%  { left:  70%}
  100% { left:  110% }
}
@-o-keyframes lt {
  0%   { left: -10%; }
  66%  { left:  70%}
  100% { left:  110% }
}
@keyframes lt {
  0%   { left: -10%; }
  66%  { left:  70%}
  100% { left:  110% }
}
.inview .nuages .nuage-lt > img{
    -webkit-animation: lt 52s  ease-in infinite; /* Safari 4+ */
    -moz-animation:    lt 52s  ease-in infinite; /* Fx 5+ */
    -o-animation:      lt 52s  ease-in infinite; /* Opera 12+ */
    animation:         lt 52s  ease-in infinite; /* IE 10+ */
}
@-webkit-keyframes ltdeux_ {
  0%   { left: 5%; }
  55%  { left: 17%}
  100% { left: 5% }
}
@-moz-keyframes ltdeux_ {
   0%   { left: 5%; }
  55%  { left: 17%}
  100% { left: 5% }
}
@-o-keyframes ltdeux_ {
   0%   { left: 5%; }
  55%  { left: 17%}
  100% { left: 5% }
}
@keyframes ltdeux_ {
   0%   { left: 5%; }
  55%  { left: 17%}
  100% { left: 5% }
}
.inview .nuages .nuage-lt > img:last-child{
    -webkit-animation: ltdeux_ 23.7s  ease-in-out infinite; /* Safari 4+ */
    -moz-animation:    ltdeux_ 23.7s  ease-in-out infinite; /* Fx 5+ */
    -o-animation:      ltdeux_ 23.7s  ease-in-out infinite; /* Opera 12+ */
    animation:         ltdeux_ 23.7s  ease-in-out infinite; /* IE 10+ */
}
@-webkit-keyframes lr_ {
  0%   { right: 10%; }
  35%  { right: 16%}
  100% { right: 10% }
}
@-moz-keyframes lr_ {
   0%   { right: 10%; }
  35%  { right: 16%}
  100% { right: 10% }
}
@-o-keyframes lr_ {
   0%   { right: 10%; }
  35%  { right: 16%}
  100% { right: 10% }
}
@keyframes lr_ {
   0%   { right: 10%; }
  35%  { right: 16%}
  100% { right: 10% }
}
.inview .nuages .nuage-rt img{
    -webkit-animation: lr_ 28.7s  ease-in-out infinite; /* Safari 4+ */
    -moz-animation:    lr_ 28.7s  ease-in-out infinite; /* Fx 5+ */
    -o-animation:      lr_ 28.7s  ease-in-out infinite; /* Opera 12+ */
    animation:         lr_ 28.7s  ease-in-out infinite; /* IE 10+ */
}
#frame1 .ecran{
   margin-bottom: 10px;
   position: relative;
  
}
.imecran{
     z-index: -2;
     position: relative;
}
#frame1 .ecran .ecran_cont{
    margin: 0 auto;
    position: relative;
    width: 853px;
}
#frame1 .ecran .ecran_cont .cable{
    position: absolute;
    z-index: -2;
    right: 234px;
    top: 548px;
}
#frame1 .ecran .start{
    position: absolute;
    width: 129px;
    height: 132px;
    left: 50%;
    margin-left: -64px;
    /*bottom: 5px;*/
    bottom:-20px;
    width: 124px;
    height: 124px;
    -webkit-border-radius: 62px;
    -moz-border-radius: 62px;
    border-radius: 62px;
    background-color: #ec7169;
    box-shadow: 0 4px 3px rgba(0,0,0,0.2);
}
.start a{
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    background: url(img/arrow.png) center 90px no-repeat;
    padding: 40px 0;
    display: block;
}
.start a span{
    font-weight: normal;
}
#frame1 .bordure_bot:before, 
#frame1 .bordure_bot:after{
    content: ' ';
    display: block;
    width: 100%;
    background: #a8a8a8;
    height: 7px;
}
#frame1 .bordure_bot:before{
    height: 10px;
    margin-top: -11px;
}   
#frame1 .bordure_bot{
    width: 100%;
    background: #FFF;
    height: 13px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 7px;
}
#frame1 .bordure_bot:after{
    margin-top: 15px;
}
/*FRAME 2*/
#frame2{
    height: 1250px;
}
#frame2 h2{
    margin: 30px 0 60px;
}
.carte,
.scene_ville,
.scene_courrier,
.scene_souris{
    position: absolute;
}
#frame2 .scene_tapis{
    position: relative;
    width: 1104px;
    margin: 275px auto 0;
}
.carte{
    left: 50%;
    margin-left: -131px;
    z-index: 4;
}
.scene_tapis .tapis{
    margin: 0 0 0 225px;
    position: relative;
    z-index: 1;
}
.scene_tapis .bureau{
    position: absolute;
    left: 14px;
    top: 400px;
    z-index: 0;
}
.scene_tapis .bonhomme{
    position: absolute;
    top:650px;
    left: 235px;
    z-index: 4;
    overflow: hidden;
}
.inview .scene_tapis .bonhomme{
    -webkit-animation: bonh 6s  ease-in-out infinite; /* Safari 4+ */
    -moz-animation:    bonh 6s  ease-in-out infinite; /* Fx 5+ */
    -o-animation:      bonh 6s  ease-in-out infinite; /* Opera 12+ */
    animation:         bonh 6s  ease-in-out infinite; /* IE 10+ */
}
@-webkit-keyframes bonh {
  0%   { left: 235px;}
  35%  { left:270px;}
  100% { left: 235px;}
}
@-moz-keyframes bonh {
   0%  { left: 235px;}
  35%  { left:270px;}
  100% { left: 235px;}
}
@-o-keyframes bonh {
   0%  { left: 235px;}
  35%  { left:270px;}
  100% { left: 235px;}
}
@keyframes bonh {
   0%  { left: 235px;}
  35%  { left:270px;}
  100% { left: 235px;}
}
.scene_tapis .content_tapis{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    left: 0;
}
.scene_tapis .content_tapis .sac-1,
.scene_tapis .content_tapis .sac-2,
.scene_tapis .content_tapis .sac-3,
.scene_tapis .content_tapis .sac-4,
.scene_tapis .content_tapis .sac-5,
.scene_tapis .content_tapis .sac-6,
.scene_tapis .content_tapis .sac-7,
.scene_tapis .content_tapis .sac-8,
.scene_tapis .content_tapis .sac-9,
.scene_tapis .content_tapis .carte1-1,
.scene_tapis .content_tapis .carte1-2,
.scene_tapis .content_tapis .carte1-3,
.scene_tapis .content_tapis .carte2-1,
.scene_tapis .content_tapis .carte2-2,
.scene_tapis .content_tapis .carte2-3{
    position: absolute;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.no-csstransitions .inview .scene_tapis .content_tapis .carte1-1{
    left: 521px;
    opacity: 1;
    top: 165px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.no-csstransitions .inview .scene_tapis .content_tapis .carte2-1{
    left: 277px;
    opacity: 1;
    top: 650px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.no-csstransitions .inview .scene_tapis .content_tapis .sac-1{
    left: 510px;
    opacity: 1;
    top: 248px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.no-csstransitions .inview .scene_tapis .content_tapis .sac-2{
    left: 511px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.no-csstransitions .inview .scene_tapis .content_tapis .sac-3{
    left: 240px;
    opacity: 1;
    top: 432px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.no-csstransitions .inview .scene_tapis .content_tapis .sac-7{
    left: 361px;
    opacity: 1;
    top: 680px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.inview .scene_tapis .content_tapis .sac-1{   
    -webkit-animation: tapis_roulant 15s  ease-out infinite; 
    -moz-animation:    tapis_roulant 15s  ease-out infinite; 
    -o-animation:      tapis_roulant 15s  ease-out infinite; 
    animation:         tapis_roulant 15s  ease-out infinite; 
}
.inview .scene_tapis .content_tapis .sac-2{
    -webkit-transform:scale(0.87) rotate(-15deg)  translate3d(0,0,0);
    -moz-transform:scale(0.87) rotate(-15deg)  translate3d(0,0,0);
    -o-transform:scale(0.87) rotate(-15deg)  translate3d(0,0,0);
    transform:scale(0.87) rotate(-15deg)  translate3d(0,0,0);
    -webkit-animation: tapis_roulant 15s  ease-out infinite 3s;
    -moz-animation:    tapis_roulant 15s  ease-out infinite 3s; 
    -o-animation:      tapis_roulant 15s  ease-out infinite 3s; 
    animation:         tapis_roulant 15s  ease-out infinite 3s;
}
.inview .scene_tapis .content_tapis .sac-3{   
    -webkit-transform:scale(0.5) rotate(3deg) translate3d(0,0,0);
    -moz-transform:scale(0.5) rotate(3deg) translate3d(0,0,0);
    -o-transform:scale(0.5) rotate(3deg) translate3d(0,0,0);
    transform:scale(0.5) rotate(3deg) translate3d(0,0,0);
    -webkit-animation: tapis_roulant 14s  ease-out infinite 5s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 5s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 5s; 
    animation:         tapis_roulant 14s  ease-out infinite 5s;
}
.inview .scene_tapis .content_tapis .sac-4{   
   -webkit-transform:scale(0.3) rotate(25deg) translate3d(0,0,0); 
   -moz-transform:scale(0.3) rotate(25deg) translate3d(0,0,0); 
   -o-transform:scale(0.3) rotate(25deg) translate3d(0,0,0); 
   transform:scale(0.3) rotate(25deg) translate3d(0,0,0);   
    -webkit-animation: tapis_roulant 14s  ease-out infinite 4s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 4s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 4s; 
    animation:         tapis_roulant 14s  ease-out infinite 4s;
}
.inview .scene_tapis .content_tapis .sac-5{   
    -webkit-transform:scale(0.6) translate3d(0,0,0); 
    -moz-transform:scale(0.6) translate3d(0,0,0); 
    -o-transform:scale(0.6) translate3d(0,0,0); 
    transform:scale(0.6) translate3d(0,0,0); 
    -webkit-animation: tapis_roulant 14s  ease-out infinite 8s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 8s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 8s; 
    animation:         tapis_roulant 14s  ease-out infinite 8s;
}
.inview .scene_tapis .content_tapis .sac-7{   
   -webkit-transform:scale(0.77) rotate(-3deg) translate3d(0,0,0); 
   -moz-transform:scale(0.77) rotate(-3deg) translate3d(0,0,0); 
   -o-transform:scale(0.77) rotate(-3deg) translate3d(0,0,0); 
   transform:scale(0.77) rotate(-3deg) translate3d(0,0,0); 
    -webkit-animation: tapis_roulant 14s  ease-out infinite 8.3s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 8.3s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 8.3s; 
    animation:         tapis_roulant 14s  ease-out infinite 8.3s;
}
.inview .scene_tapis .content_tapis .sac-8{   
   -webkit-transform:scale(0.3) rotate(25deg) translate3d(0,0,0); 
   -moz-transform:scale(0.3) rotate(25deg) translate3d(0,0,0); 
   -o-transform:scale(0.3) rotate(25deg) translate3d(0,0,0); 
   transform:scale(0.3) rotate(25deg) translate3d(0,0,0);   
    -webkit-animation: tapis_roulant 14s  ease-out infinite 11s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 11s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 11s; 
    animation:         tapis_roulant 14s  ease-out infinite 11s;
}
.inview .scene_tapis .content_tapis .sac-9{   
    -webkit-transform:scale(0.6) rotate(52deg) translate3d(0,0,0); 
    -moz-transform:scale(0.6) rotate(52deg) translate3d(0,0,0); 
    -o-transform:scale(0.6) rotate(52deg) translate3d(0,0,0); 
    transform:scale(0.6) rotate(52deg) translate3d(0,0,0); 
    -webkit-animation: tapis_roulant 14s  ease-out infinite 12s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 12s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 12s; 
    animation:         tapis_roulant 14s  ease-out infinite 12s;
}
.inview .scene_tapis .content_tapis .sac-10{   
   -webkit-transform: rotate(-30deg) translate3d(0,0,0); 
   -moz-transform: rotate(-30deg) translate3d(0,0,0); 
   -o-transform: rotate(-30deg) translate3d(0,0,0); 
   transform: rotate(-30deg) translate3d(0,0,0); 
    -webkit-animation: tapis_roulant 14s  ease-out infinite 7s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 7s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 7s; 
    animation:         tapis_roulant 14s  ease-out infinite 7s;
}
.inview .scene_tapis .content_tapis .carte1-1{   
   -webkit-transform:scale(0.87) rotate(-32deg) translate3d(0,0,0); 
   -moz-transform:scale(0.87) rotate(-32deg) translate3d(0,0,0); 
   -o-transform:scale(0.87) rotate(-32deg) translate3d(0,0,0); 
   transform:scale(0.87) rotate(-32deg) translate3d(0,0,0); 
    -webkit-animation: tapis_roulant 14s  ease-out infinite 1s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 1s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 1s; 
    animation:         tapis_roulant 14s  ease-out infinite 1s;
}
.inview .scene_tapis .content_tapis .carte1-2{   
    -webkit-transform:scale(0.7) rotate(-15deg) translate3d(0,0,0); 
    -moz-transform:scale(0.7) rotate(-15deg) translate3d(0,0,0); 
    -o-transform:scale(0.7) rotate(-15deg) translate3d(0,0,0); 
    transform:scale(0.7) rotate(-15deg) translate3d(0,0,0); 
    -webkit-animation: tapis_roulant 14s  ease-out infinite 1.5s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 1.5s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 1.5s; 
    animation:         tapis_roulant 14s  ease-out infinite 1.5s;
}
.inview .scene_tapis .content_tapis .carte1-3{   
   -webkit-transform:scale(0.68) rotate(-48deg) translate3d(0,0,0);
   -moz-transform:scale(0.68) rotate(-48deg) translate3d(0,0,0);
   -o-transform:scale(0.68) rotate(-48deg) translate3d(0,0,0);
   transform:scale(0.68) rotate(-48deg) translate3d(0,0,0);  
    -webkit-animation: tapis_roulant 14s  ease-out infinite 4.5s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 4.5s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 4.5s; 
    animation:         tapis_roulant 14s  ease-out infinite 4.5s;
}
.inview .scene_tapis .content_tapis .carte2-1{   
   -webkit-transform:scale(0.72) rotate(74deg) translate3d(0,0,0);
   -moz-transform:scale(0.72) rotate(74deg) translate3d(0,0,0);
   -o-transform:scale(0.72) rotate(74deg) translate3d(0,0,0);
   transform:scale(0.72) rotate(74deg) translate3d(0,0,0);
    -webkit-animation: tapis_roulant 14s  ease-out infinite 2.6s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 2.6s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 2.6s; 
    animation:         tapis_roulant 14s  ease-out infinite 2.6s;
}
.inview .scene_tapis .content_tapis .carte2-2{   
    -webkit-transform:scale(0.54) rotate(-95deg)  translate3d(0,0,0);
    -moz-transform:scale(0.54) rotate(-95deg)  translate3d(0,0,0);
    -o-transform:scale(0.54) rotate(-95deg)  translate3d(0,0,0);
    transform:scale(0.54) rotate(-95deg)  translate3d(0,0,0);
    -webkit-animation: tapis_roulant 14s  ease-out infinite 10s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 10s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 10s; 
    animation:         tapis_roulant 14s  ease-out infinite 10s;
}
.inview .scene_tapis .content_tapis .carte2-3{   
   -webkit-transform:scale(0.87) rotate(115deg) translate3d(0,0,0);
   -moz-transform:scale(0.87) rotate(115deg) translate3d(0,0,0);
   -o-transform:scale(0.87) rotate(115deg) translate3d(0,0,0); 
   transform:scale(0.87) rotate(115deg) translate3d(0,0,0);
    -webkit-animation: tapis_roulant 14s  ease-out infinite 13s;
    -moz-animation:    tapis_roulant 14s  ease-out infinite 13s; 
    -o-animation:      tapis_roulant 14s  ease-out infinite 13s; 
    animation:         tapis_roulant 14s  ease-out infinite 13s;
}
@-webkit-keyframes tapis_roulant {
/*  0%   { top: -104px; left:510px; opacity:1;}
  38%   { top: 280px; left:510px;}
  40%  { top: 300px; left:473px;}
  48%  { top: 320px; left:460px;}
  56%  { top: 320px; left:320px;}
  64%  { top: 356px; left:280px;}
  70%  { top: 390px; left:238px;}
  85%  { top: 660px; left:280px;}
  89%  { top: 680px; left:320px;}
  95%  { top: 680px; left:490px;}
  100% { top: 1150px ; left: 500px; opacity:1;}*/
  0%   { top: -104px; left:510px; opacity:1;}
  37%   { top: 280px; left:510px;}
  44%  { top: 350px; left:440px;}
  53%  { top: 360px; left:314px;}
  59%  { top: 412px; left:246px;}
  74%  { top: 532px; left:246px;}
  81%  { top: 700px; left:336px;}
  96%  { top: 706px; left:500px;}
  100% { top:1150px; left:500px;  opacity:1; }
}
@-moz-keyframes tapis_roulant {
 /*  0%   { top: -104px; left:510px; opacity:1;}
  38%   { top: 280px; left:510px;}
  40%  { top: 300px; left:473px;}
  48%  { top: 320px; left:460px;}
  56%  { top: 320px; left:320px;}
  64%  { top: 356px; left:280px;}
  70%  { top: 390px; left:238px;}
  85%  { top: 660px; left:280px;}
  89%  { top: 680px; left:320px;}
  95%  { top: 680px; left:490px;}
  100% { top: 1150px ; left: 500px; opacity:1;}*/
  0%   { top: -104px; left:510px; opacity:1;}
  37%   { top: 280px; left:510px;}
  44%  { top: 350px; left:440px;}
  53%  { top: 360px; left:314px;}
  59%  { top: 412px; left:246px;}
  74%  { top: 532px; left:246px;}
  81%  { top: 700px; left:336px;}
  96%  { top: 706px; left:500px;}
  100% { top:1150px; left:500px;  opacity:1; }
}
@-o-keyframes tapis_roulant {
 /*  0%   { top: -104px; left:510px; opacity:1;}
  38%   { top: 280px; left:510px;}
  40%  { top: 300px; left:473px;}
  48%  { top: 320px; left:460px;}
  56%  { top: 320px; left:320px;}
  64%  { top: 356px; left:280px;}
  70%  { top: 390px; left:238px;}
  85%  { top: 660px; left:280px;}
  89%  { top: 680px; left:320px;}
  95%  { top: 680px; left:490px;}
  100% { top: 1150px ; left: 500px; opacity:1;}*/
  0%   { top: -104px; left:510px; opacity:1;}
  37%   { top: 280px; left:510px;}
  44%  { top: 350px; left:440px;}
  53%  { top: 360px; left:314px;}
  59%  { top: 412px; left:246px;}
  74%  { top: 532px; left:246px;}
  81%  { top: 700px; left:336px;}
  96%  { top: 706px; left:500px;}
  100% { top:1150px; left:500px;  opacity:1; }
}
@keyframes tapis_roulant {
  /*  0%   { top: -104px; left:510px; opacity:1;}
  38%   { top: 280px; left:510px;}
  40%  { top: 300px; left:473px;}
  48%  { top: 320px; left:460px;}
  56%  { top: 320px; left:320px;}
  64%  { top: 356px; left:280px;}
  70%  { top: 390px; left:238px;}
  85%  { top: 660px; left:280px;}
  89%  { top: 680px; left:320px;}
  95%  { top: 680px; left:490px;}
  100% { top: 1150px ; left: 500px; opacity:1;}*/
  0%   { top: -104px; left:510px; opacity:1;}
  37%   { top: 280px; left:510px;}
  44%  { top: 350px; left:440px;}
  53%  { top: 360px; left:314px;}
  59%  { top: 412px; left:246px;}
  74%  { top: 532px; left:246px;}
  81%  { top: 700px; left:336px;}
  96%  { top: 706px; left:500px;}
  100% { top:1150px; left:500px;  opacity:1; }
}
.scene_courrier{
    z-index: 1;
    top: 220px;
    left: 10%;
}
.scene_courrier .omodal-2{
    top:-380px;
    margin-left: 100px;
}
.scene_ville{
    z-index: 1;
    top: 150px;
    right: 10%;
}
.scene_ville .omodal-1{
    margin:0 0 35px 100px;
}
.scene_souris{
    z-index: 1;
    top: 640px;
    right: 14%;
}
.scene_souris .souris{
    margin-bottom: 40px;
}
/*FRAME 3*/
.scene_route{
    position: relative;
    width: 1038px;
    margin: 187px auto 0;
}
.scene_route .route{
    margin-left: 82px;
}
.bags,
.camion {
    position: absolute;
}
.bags {
    left: 50%;
    margin-left: -131px;
    z-index: 4;
}
.camion {
    z-index: 3;
    top: 35px;
    left: 50px;/*350*/
    left: 0;
    -webkit-transition:1.8s ease-in;
    -moz-transition:1.8s ease-in;
    -o-transition:1.8s ease-in;
    transition:1.8s ease-in;
}
.camion.bouge {
    left: 350px;
}
.scene_villa{
    position: absolute;
    left: 549px;
    top:300px;
}
.omodal-4{
    position: absolute;
    top: 430px;
    z-index: 4;
    left: 430px;
}
.omodal-5{
    position: relative;
    z-index: 5;
}
.emploi{
    position: relative;
    margin: -10px 0 0 150px;
    z-index: 2;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    opacity: 0;
    -webkit-transition:.8s ease-in;
    -moz-transition:.8s ease-in;
    -o-transition:.8s ease-in;
    transition:.8s ease-in;
}
.emploi.gonfle{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity: 1;
}
.scene_cont{
    position: relative;
}
.nageur{
    position: absolute;
    top: 340px;
    left: 295px;
}
.inview .nageur{
    -webkit-animation: nage 9s  ease-in-out infinite;
    -moz-animation:    nage 9s  ease-in-out infinite; 
    -o-animation:      nage 9s  ease-in-out infinite; 
    animation:         nage 9s  ease-in-out infinite;
}
@-webkit-keyframes nage {
    0%{ top: 340px; left: 295px; -webkit-transform:rotate(0deg);}
    25%{ top: 330px; left: 250px; -webkit-transform:rotate(-10deg);}
    50%{ top: 335px; left: 240px; -webkit-transform:rotate(10deg);}
    100%{ top: 340px; left: 295px; -webkit-transform:rotate(0deg);}
}
@-moz-keyframes nage {
    0%{ top: 340px; left: 295px; -moz-transform:rotate(0deg);}
    25%{ top: 330px; left: 250px; -moz-transform:rotate(-10deg);}
    50%{ top: 335px; left: 240px; -moz-transform:rotate(10deg);}
    100%{ top: 340px; left: 295px; -moz-transform:rotate(0deg);}
}
@-o-keyframes nage {
    0%{ top: 340px; left: 295px; -o-transform:rotate(0deg);}
    25%{ top: 330px; left: 250px; -o-transform:rotate(-10deg);}
    50%{ top: 335px; left: 240px; -o-transform:rotate(10deg);}
    100%{ top: 340px; left: 295px; -o-transform:rotate(0deg);}
}
@keyframes nage {
    0%{ top: 340px; left: 295px; transform:rotate(0deg);}
    25%{ top: 330px; left: 250px; transform:rotate(-10deg);}
    50%{ top: 335px; left: 240px; transform:rotate(10deg);}
    100%{ top: 340px; left: 295px; transform:rotate(0deg);}
}
.bouee{
    position: absolute;
    top: 348px;
    left: 150px;
}
.omodal-5{
    margin-top: 60px;
}
.scene_bateau{
    width: 1050px;
    position: absolute;
    top:730px;
    left: 50%;
    margin-left: -545px;
}
.scene_bateau .bord{
    left: 208px;
    position: absolute;
    top: 275px;
    z-index: 1;
}
.scene_bateau .cale{
    left: 443px;
    position: absolute;
    top: 566px;
    z-index: 1;
}
.scene_bateau .cadeau1,
.scene_bateau .cadeau2,
.scene_bateau .cadeau3{
    position: absolute;
    opacity: 0;
}
.scene_bateau .cadeau1{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.no-csstransitions .inview .scene_bateau .cadeau1,
.no-csstransitions .inview .scene_bateau .cadeau2{
    opacity: 1;
}
.no-csstransitions .inview .scene_bateau .cadeau1{
    left: 222px;
    top: 171px;
}
.no-csstransitions .inview .scene_bateau .cadeau2{
    left: 330px;
    top: 171px;
}
.inview .scene_bateau .cadeau1{   
    -webkit-animation: cadeau 3s  ease-out infinite .5s;
    -moz-animation:    cadeau 3s  ease-out infinite .5s; 
    -o-animation:      cadeau 3s  ease-out infinite .5s; 
    animation:         cadeau 3s  ease-out infinite .5s;
}
.inview .scene_bateau .cadeau2{   
    -webkit-animation: cadeau 3s  ease-out infinite 1.5s;
    -moz-animation:    cadeau 3s  ease-out infinite 1.5s; 
    -o-animation:      cadeau 3s  ease-out infinite 1.5s; 
    animation:         cadeau 3s  ease-out infinite 1.5s;
}
.inview .scene_bateau .cadeau3{   
    -webkit-animation: cadeau 3s  ease-out infinite 2.5s;
    -moz-animation:    cadeau 3s  ease-out infinite 2.5s; 
    -o-animation:      cadeau 3s  ease-out infinite 2.5s; 
    animation:         cadeau 3s  ease-out infinite 2.5s;
}
@-webkit-keyframes cadeau {
    0%{ top:244px; left:217px; -webkit-transform:scale(0);opacity: 1;}
    10%{ top:244px; left:217px; -webkit-transform:scale(1);}
    40%{ top:244px; left:307px; }
    80%{ top:244px; left:394px; }
    85%{ top:247px; left: 450px; -webkit-transform: rotate(20deg);}
    100%{ top:594px; left:450px; -webkit-transform: rotate(-360deg) scale(0.4); opacity: 1;}
}
@-moz-keyframes cadeau {
    0%{ top:244px; left:217px; -moz-transform:scale(0);opacity: 1;}
    10%{ top:244px; left:217px; -moz-transform:scale(1);}
    40%{ top:244px; left:307px; }
    80%{ top:244px; left:394px; }
    85%{ top:247px; left: 450px; -moz-transform: rotate(20deg);}
    100%{ top:594px; left:450px; -moz-transform: rotate(-360deg) scale(0.4); opacity: 1;}
}
@-o-keyframes cadeau {
    0%{ top:244px; left:217px; -o-transform:scale(0);opacity: 1;}
    10%{ top:244px; left:217px; -o-transform:scale(1);}
    40%{ top:244px; left:307px; }
    80%{ top:244px; left:394px; }
    85%{ top:247px; left: 450px; -o-transform: rotate(20deg);}
    100%{ top:594px; left:450px; -o-transform: rotate(-360deg) scale(0.4); opacity: 1;}
}
@keyframes cadeau {
    0%{ top:244px; left:217px; transform:scale(0) rotate(0deg); opacity: 1;}
    10%{ top:244px; left:217px; transform:scale(1);}
    40%{ top:244px; left:307px; }
    80%{ top:244px; left:394px; transform:rotate(0deg);}
    85%{ top:247px; left: 450px; transform: rotate(20deg)}
    100%{ top:594px; left:450px; transform: rotate(-180deg) scale(0.4); opacity: 1;}
}

.omodal-6{
    position: absolute;
    top: 390px;
    left: 50px;
}
/*FRAME 4*/
.scene_egou{
    width: 990px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.scene_egou .egou{
    margin-top: 80px;
    z-index: -1;
    position: relative;
}
.scene_egou .cadeau_mob{
    display: none;
}
.trash_cadeau {
    left: 50%;
    margin-left: -131px;
    z-index: 4;
    position: absolute;
    margin-top: 30px;
}
.omodal-7{
    position: absolute;
    top:-80px;
    left: 0;
}
.scene_ville2{
    position: absolute;
    top:-50px;
    right:-30px;
}
.scene_explos,
.scene_arbre{
    position: absolute;
    z-index: 3;
}
.scene_explos{
    top: 660px;
    left: 5%;
}
.scene_arbre{
    top:730px;
    right: 6%;
}
.gris1{
    width: 100%;
    background: #bebaab;
    height: 200px;
}
.gris2{
    width: 100%;
    background: #a8a8a8;
    height: 27px;
}

.omodal-8{
    position: absolute;
    top: 300px;
    left: 30px;
}
.scene_footer{
    margin-top: -160px;
}
.omodal-9{
    position: absolute;
    top: -150px;
    left: 10px;
}
.bleu{
    background: #007ba5;
    color:#FFF;
    text-transform: uppercase;
    padding: 25px 0 55px;
}
.scene_footer .bleu h3{
    font-size: 38px;
    line-height: 40px;
    margin: 0;
}
.scene_footer .bleu  p {
    font-size: 28px;
    line-height: 32px;
}
.blanc{
    background: #FFF;
}
.wrapper footer,
footer.foot2{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 6;
   /* width: 956px;*/
   /* left: 50%;
    margin-left: -478px;*/
    background: #FFF;
    height: 20px;
    transition:0.1s;
}
.foot2{
    display: none;
}
.wrapper footer.saf{
    display: none;
}
footer ul{
    padding: 0;
    margin: 0;
    width: 956px;
    height: 0;
    overflow: hidden;
    margin: 0 auto 0;
    transition:0.3s;
}
.wrapper footer.rel{
    position:relative;
    background: transparent;
    margin-top: -20px;
    display: block !important;
}
footer.foot2.rel{
    display: none !important;
}
footer ul.showul{
    margin: -41px auto 0;
    height: 61px;
    
}
footer.rel ul.showul{
    position: absolute;
    bottom: 0;
    width: 956px;
    margin-left: -478px;
    left: 50%;
    border-bottom: 1px solid #e9e9e9;
}
footer.rel ul.showul li{
    color:#b13a46;
    margin-top: 0;
}
footer.rel ul.showul li a{
    padding: 20px 0;
    box-shadow: none;
    margin-top: 0;
}
footer ul li{
    display: block;
    float: left;
    width: 318px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #b4b4b4;
    font-weight: bold;
    border-right: 1px solid #e9e9e9;
    background: #FFF;
    vertical-align: bottom;
    margin-top: 10px;
    position: relative;
    transition:0.3s;
}
footer ul li:last-child{
    border-right: none;

}
footer ul li.select {
    border-right: none;
     margin-top: 0;
     z-index: 2;
     box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
     color: #b13a46;
}
footer ul li.select a{
    padding: 20px 0;
}
footer ul li a{
    text-decoration: none;
    color: inherit;
    padding: 15px 0;
    display: block;
    transition:0.3s;
}
footer ul li a:hover{
    color: #b13a46;
}
.wrapper-width{
    width: 944px;
    padding: 60px 10px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
}
.blanc .left,
.blanc .right {
    width: 50%;
    float: left;
}
.blanc .right ul {
    float: right;
    margin: 0;
    padding: 0;
}
.blanc .right ul li{
    float: left;
    display: block;
    margin-left: 35px;
}
.blanc p{
    font-size: 13px;
    color: #050505;
    margin: 5px 0;
}
.blanc p.grey{
    font-size: 11px;
    color: #818181;
}
/* ==========================================================================
   PAGES INTERNE
   ========================================================================== */
.btop,
.bbot,
.brig,
.blef{
    position: fixed;
    background: #FFF;
    z-index: 1;
}
.btop,
.bbot{
    height: 20px;
    width: 100%;
}
.brig,
.blef{
    height: 100%;
    width: 20px;
}
.btop{
    top: 0;
}
.bbot{
    bottom: 0;
}
.brig,
.blef{
    height: 100%;
    width: 20px;
}
.brig{
    right: 0;
}
.blef{
    left: 0;
}
#main.pageint{
    background: #f0ece5;
}
#main.pageint .page_width{
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    padding: 150px 0 50px;
}
#page {
    background-position: center top;
    background-repeat: no-repeat;
}
.page_width h1{
    color: #b23e4a;
    font-family: 'Droid Sans', sans-serif;
    font-size: 30px;
    margin: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.page_width a{
    color: #ea7b77;
}
.page_left{
    width: 610px;
    padding: 25px 25px 35px 25px;
    background: url(img/plbg.jpg) bottom left repeat-x #FFF;
    margin:40px 0 60px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color:#000;
    line-height: 18px;
}
.page_left h2,
.page_right h3,
.txt_bott .page_left h3{
    color: #e9726d;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
}
.page_left p,
.page_left ul{
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color:#000;
    margin-top: 0;
    line-height: 18px;
}
.page_right .right_cont p,
.right_cont ul{
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color:#000;
    line-height: 18px;
}
.page_right{
    float: right;
     width: 650px;
}
.actu .page_right{
    float: none;
}
.actu h1{
    margin-bottom: 40px;
} 
.page_right .right_cont{
    background: #FFF;
    padding: 20px;
    margin-bottom: 12px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color:#000;
    line-height: 18px;
}
.page_right .right_cont.acc .acchead{
    cursor: pointer;
}
.page_right .right_cont.acc .acchead .acc_txt{
    float: left;
    width: 85%;
}
.page_right .right_cont.acc .acchead .acc_arrow{
    float: left;
    width: 15%;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.acchead.ui-state-active .acc_arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.acc_txt .par p:last-child,
.acc-cont p:last-child{
    margin-bottom: 0;
}
.txt_bott h3{
    color: #1e80a1;
    text-transform: uppercase;
     font-family: 'Droid Sans', sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
}
.txt_bott h3 span{
    font-weight: bold;
}
.txt_bott .page_left{
    font-size: 16px;
    background: #FFF;
    padding-bottom: 25px;
    margin-top: 40px;
}
.txt_bott .page_left ul{
    list-style:none;
    margin: 10px 0 10px 25px;
    padding: 0;
}
.txt_bott .page_left li{
    background: url(img/li_img.png) left 3px no-repeat;
    padding:8px 0 8px 22px;
}
.txt_bott .page_left h3{
    text-align: left;
    font-weight: bold;
}
.page_tem{
    margin-top: 316px;
    color: #388da9;
    text-align: center;
}
.tem_quote{
    padding: 0 70px;
    position: relative;
}
.tem_quote:before,
.tem_quote:after{
    content: ' ';
    position: absolute;
    top:50%;
    width: 38px;
    height: 34px;
    margin-top: -17px;
}
.tem_quote:before{
    left: 10px;
    background: url(img/quote_left.png) top left no-repeat;
}
.tem_quote:after{
    right: 10px;
    background: url(img/quote_right.png) top left no-repeat;
}
.tem h4{
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 20px;
}
.tem .tem_txt{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 45px;
}
.tem_tem{
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 60px;
    font-size: 24px;
}
.ui-state-focus { outline: none;  -webkit-appearance: none;}

.ui-accordion-header {outline: none; -webkit-appearance: none;}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1450px) {
    .scene_ville{
        right: 3%;
    }
    .scene_courrier{
        left: 3%;
    }
}
@media only screen and (max-width: 1200px) {
    .scene_ville .ville{
        width: 300px;
        margin-left: 60px;
    }
    .scene_souris {
        right: 2%;
    }
    .scene_courrier {
        left: 1%;
        top: 320px;
    }
    .scene_courrier .courrier{
        height: 300px;
        width: auto;
    }
    .scene_courrier .omodal-2{
        margin-left: 50px;
        top: -280px;
    }
    .scene_tapis{
        width: 984px;
    }
    .scene_tapis .tapis{
        margin-left: 150px;
    }
    .content_tapis{
        margin-left: -75px;
    }
    .villa{
        width: 350px;
        height: auto;
    }
    .omodal-4{
        left: 235px;
    }
    .nageur,
    .inview .nageur{
        -webkit-animation: none;
        -moz-animation:    none; 
        -o-animation:      none; 
        animation:         none;
        width: 50px;
        top: 220px;
        left: 170px;
    }
    .bouee{
        top: 220px;
        left: 90px;
    }
    .omodal-5{
        margin-top: 140px;
    }
    .emploi{
        margin-left: 50px;
    }
    .f3_ville{
        width: 320px;
    }
    .scene_ville2{
        right: 50px;
        top: 30px;
    }
    .scene_explos{
        left: 0;
    }
    .scene_arbre{
        right: 1%;
        top:790px;
    }
    .omodal-9{
        top: -80px;
    }
    .blanc .wrapper-width{
        width: 96%;
        padding: 60px 2%;
    }
}
@media only screen and (max-width: 1020px) {
    header{
        /*position: relative;*/
        width: 99%;
        max-width: 100%;
        left: 0;
        margin-left: 0;
        overflow: hidden;
        height: 89px;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
    }
    header.opeen{
        height: 330px;
    }
     header .logo{
        margin-left: 20px;
        padding-top: 0px;
    }
    .menu{
        display: block;
        float: left;
        width: 40px;
        padding: 0;
        margin-right: 20px;
        margin-top: -15px;
    }
    .logo{
        padding: 16px 0 5px 0;
    }
    .mob {
        left: 0;
        margin: 0 3%;
        position: absolute;
        top: 99px;
        width: 94%;
        height: 0;
        overflow: hidden;
    }
    .opeen .mob{
        height: auto;
    }
   nav ul {
        overflow: hidden;
        display: block;
        text-align: left;
        margin-top: 0;
        float: none;
        margin-bottom: 10px;
    }
    nav ul li {
        display: block;
        float: none;
        width: 100%;
        font-size:16px;
        padding: 8px 0;
        border-top: 1px solid #ccc;
    }
    header.opeen ul li.lidl{
        display: block;
    }
    header ul li.lidl a{
        color:#eb7069;
    }
    header nav ul li a{
        display: block;
        float: none;
        margin-left: 10px;
    }
    nav ul li:hover, nav ul li.select {
        border-bottom:0 solid transparent;
    }
    a.menu{
        display: inline-block;
        transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
    }
    .lines {
        background: none repeat scroll 0 0 #000;
        display: inline-block;
        height: 5px;
        position: relative;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        width: 40px;
    }
    .lines:before, .lines:after {
        background: none repeat scroll 0 0 #000;
        content: "";
        display: inline-block;
        height: 5px;
        left: 0;
        position: absolute;
        -webkit-transform-origin: 0.28571rem center 0;
        -moz-transform-origin: 0.28571rem center 0;
        -o-transform-origin: 0.28571rem center 0;
        transform-origin: 0.28571rem center 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: 40px;
    }
    .lines:before {
        top: 10px;
    }
    .lines:after {
        top: -10px;
    }
    .menuopen .lines{
        background: transparent;
    }
    .menuopen .lines:before, 
    .menuopen .lines:after {
        top: 0;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -o-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        width: 40px;
    }
    .menuopen .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    .menuopen .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    #main.pageint .page_width{
        width: auto;
        margin: 0 40px;
    }
    h1 {
        font-size: 36px;
    }
    #frame1 .ecran .ecran_cont,
    #frame2 .scene_tapis,
    #frame3 .scene_route,
    #frame3 .scene_bateau,
    #frame4 .scene_egou{
        width: 728px;
    }
    #frame1 .ecran .ecran_cont img,
    #frame2 .scene_tapis img,
    #frame3 .scene_route img,
    #frame3 .scene_bateau img,
    #frame4 .scene_egou img{
        max-width: 100%;
    }
    .inview .scene_bateau .cadeau1,
    .inview .scene_bateau .cadeau2,
    .inview .scene_bateau .cadeau3,
    .inview .scene_tapis .content_tapis .sac-1,
    .inview .scene_tapis .content_tapis .sac-2,
    .inview .scene_tapis .content_tapis .sac-3,
    .inview .scene_tapis .content_tapis .sac-4,
    .inview .scene_tapis .content_tapis .sac-5,
    .inview .scene_tapis .content_tapis .sac-6,
    .inview .scene_tapis .content_tapis .sac-7,
    .inview .scene_tapis .content_tapis .sac-8,
    .inview .scene_tapis .content_tapis .sac-9,
    .inview .scene_tapis .content_tapis .carte1-1,
    .inview .scene_tapis .content_tapis .carte1-2,
    .inview .scene_tapis .content_tapis .carte1-3,
    .inview .scene_tapis .content_tapis .carte2-1,
    .inview .scene_tapis .content_tapis .carte2-2,
    .inview .scene_tapis .content_tapis .carte2-3,
    .inview .scene_tapis .bonhomme{
        -webkit-animation: none;
        -moz-animation:    none; 
        -o-animation:      none; 
        animation:         none;
    }
    .inview .scene_tapis .content_tapis .carte1-1{
        left: 450px;
        opacity: 1;
        top: 165px;
    }
    .inview .scene_tapis .content_tapis .carte2-1{
        left: 156px;
        opacity: 1;
        top: 650px;
    }
    .inview .scene_tapis .content_tapis .sac-1{
        left: 390px;
        opacity: 1;
        top: 248px;
    }
    .inview .scene_tapis .content_tapis .sac-2{
        left: 390px;
        opacity: 1;
    }
    .inview .scene_tapis .content_tapis .sac-3{
        left: 110px;
        opacity: 1;
        top: 432px;
    }
    .inview .scene_tapis .content_tapis .sac-7{
        left: 240px;
        opacity: 1;
        top: 680px;
    }
    .inview .scene_bateau .cadeau1,
    .inview .scene_bateau .cadeau2{
        opacity: 1;
    }
    .inview .scene_bateau .cadeau1{
        left: 222px;
        top: 171px;
    }
    .inview .scene_bateau .cadeau2{
        left: 330px;
        top: 171px;
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        -o-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    .scene_tapis .tapis{
        margin-left: 32px;
    }
    .open_mod{
        padding: 10px 10px 35px;
    }
    .open_mod .line1{
        font-size: 12px;
    }
    .open_mod .line2{
        font-size: 22px;
    }
    .open_mod .line3{
        font-size: 13px;
    }
    .scene_ville {
        right: 1%;
        top: 175px;
    }
    .scene_courrier .omodal-2 {
        margin-left: 10px;
        top: -250px;
    }
    .omodal-3{
        left: -30px;
    }
    .scene_tapis .bureau{
        height: 160px;
        left: -47px;
        top: 733px;
    }
    .camion{
        width: 300px;
        top:57px;
    }
    .scene_route .route {
        margin-left: 32px;
    }
    .scene_villa {
        left: 388px;
        top: 250px;
    }
    .omodal-4 {
        left: 100px;
        top:300px;
    }
    .omodal-5 {
        margin-top: 10px;
    }
    .scene_bateau{
        margin-left: -364px;
        top:650px;
    }
    .scene_bateau .bord,
    .scene_bateau .cale{
        display: none;
    }
    .omodal-6 {
        left: 10px;
        top: 280px;
    }
    .emploi.gonfle {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    .scene_ville2 {
        right: 0;
    }
    .trash_cadeau{
        margin-top: -10px;
    }
    .scene_explos {
        width: 300px;
    }
    .scene_explos img {
        max-width: 100%;
    }
    .scene_arbre {
        width: 200px;
        right: 0;
        top:790px;
    }
    .scene_arbre img {
        max-width: 100%;
    }
    footer ul.showul {
        height: 61px;
        width: 698px;
    }
     footer ul.showul li{
        width: 232px;
    }
    footer ul li {
        font-size: 12px;
        line-height: 21px;
    }
    footer.rel ul.showul {
        border-bottom: 1px solid #e9e9e9;
        bottom: 0;
        left: 50%;
        margin-left: -349px;
        position: absolute;
        width: 698px;
    }
    .scene_footer .bleu h3 {
        font-size: 28px;
        line-height: 31px;
    }
    .scene_footer .bleu p {
        font-size: 22px;
        line-height: 26px;
    }
    #frame4{
        margin-top: 55px;
    }
    .scene_egou{
        margin: 120px 0 0 -20px;
    }
    .omodal-7{
        left: 20px;
    }
    .omodal-9{
        left: -80px;
        top: -250px;
        width: 230px;
    }
    #modal .modd {
        padding: 120px 0 90px;
    }
}
@media only screen and (max-width: 830px) {
    .page_left,
    .page_right{
        float: none;
        width: auto;
    }
    .dl{
        display: none;
    }
    .social_share{
        top: 50%;
        height: 165px;
        margin-top: -52px;
        width: 40px;
    }
    .social_share > div a{
        display: block;
        width: 41px;
        margin-left: -8px;
        height: 27px;
        margin-bottom: 6px;
        -webkit-transition:0.2s;
        -moz-transition:0.2s;
        -o-transition:0.2s;
        transition:0.2s;
    }
    .social_share > div a:hover{
        margin-left: 0;
    }
    .social_share > .fb a{
        background: url(img/rs_mob.png) left top no-repeat;
    }
    .social_share > .tw a{
        background: url(img/rs_mob.png) left -33px no-repeat;
    }
    .social_share > .pin a{
        background: url(img/rs_mob.png) left -66px no-repeat;
    }
    .social_share > .in a{
        background: url(img/rs_mob.png) left -99px no-repeat;
    }
    .social_share > .gp a{
        background: url(img/rs_mob.png) left -132px no-repeat;
    }
}
@media only screen and (max-width: 768px) {
    .wrapper{
        width: 748px;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        border-top: 10px solid #fff;
    }
    footer{
        display: none;
    }
}
@media only screen and (max-width: 760px) {
    #frame1 .ecran .ecran_cont .cable,
    .scene_tapis .bonhomme,
    .scene_tapis .bureau,
    .scene_ville .ville,
    .scene_route .route,
    .scene_route .camion,
    .scene_ville2,
    .scene_egou .egou,
    .gris1,
    .gris2,
    .inview .scene_tapis .content_tapis .sac-4,
    .inview .scene_tapis .content_tapis .sac-5,
    .inview .scene_tapis .content_tapis .sac-6,
    .inview .scene_tapis .content_tapis .sac-8,
    .inview .scene_tapis .content_tapis .sac-9,
    .inview .scene_tapis .content_tapis .carte1-2,
    .inview .scene_tapis .content_tapis .carte1-3,
    .inview .scene_tapis .content_tapis .carte2-2,
    .inview .scene_tapis .content_tapis .carte2-3{
        display: none;
    }
    .wrapper{
        width: 100%;
    }
    #frame1 .ecran .ecran_cont,
    #frame2 .scene_tapis,
    #frame3 .scene_route,
    #frame3 .scene_bateau,
    #frame4 .scene_egou{
        width: 100%;
    }
    #frame1 {
        min-height: 0 !important;
        padding-top: 100px;
    }
    #frame1 .frame_cont{
        position: relative;
    }
    #frame1 .ecran .start{
        bottom: -82px;
    }
    #frame1 .nuages {
        top: -75px;
    }
    h1 {
        font-size: 18px;
        line-height: 22px;
    }
    h2 {
        font-size: 14px;
        line-height: 16px;
        margin: 25px 0;
    }
    .start a{
       background: url("img/arrow.png") no-repeat scroll center 73px rgba(0, 0, 0, 0);
        font-size: 12px;
        line-height: 13px; 
        padding: 30px 0;
    }
    #frame1 .ecran .start{
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    #frame2 h2 {
        margin: 30px 0 15px;
    }
    .open_mod .line3{
        font-size: 12px;
    }
    .inview .scene_tapis .bonhomme{
        display: block;
        width: 25%;
        position: absolute;
        bottom: 0;
        top: auto;
        left: 25%;
    }
    .content_tapis{
        width: 70%;
        margin-left: 0;
    }
    .inview .scene_tapis .content_tapis .carte1-1 {
        left: 52%;
        opacity: 1;
        top: 30%;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
    .inview .scene_tapis .content_tapis .carte2-1 {
        left: 21%;
        opacity: 1;
        top: 80%;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
    }
    .inview .scene_tapis .content_tapis .sac-1 {
        left: 41%;
        opacity: 1;
        top: 34%;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
    }
    .inview .scene_tapis .content_tapis .sac-2 {
        left: 30%;
        opacity: 1;
        top: 46%;
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2);
    }
    .inview .scene_tapis .content_tapis .sac-3 {
        left: 4%;
        opacity: 1;
        top: 60%;
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
    }
    .inview .scene_tapis .content_tapis .sac-7 {
        left: 40%;
        opacity: 1;
        top: 78%;
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
    }
    .scene_bateau .cadeau1,
    .scene_bateau .cadeau2,
    .scene_bateau .cadeau3{
        opacity: 1;
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
    }
    .scene_bateau .cadeau1{
        left: 27.5%;
        top: 48.5%;
    }
    .scene_bateau .cadeau2{
        left: 36.5%;
        top: 48.5%;
    }
    .scene_bateau .cadeau3{
        left: 43.5%;
        top: 58%;
        -webkit-transform: scale(0.3) rotate(25deg);
        -moz-transform: scale(0.3) rotate(25deg);
        -ms-transform: scale(0.3) rotate(25deg);
        -o-transform: scale(0.3) rotate(25deg);
        transform: scale(0.3) rotate(25deg);
    }
    .carte,
    .bags,
    .trash_cadeau{
        width: 150px;
        position: relative;
        margin: 0 auto;
        left: auto;
    }
    .cont_scenes{
        position: relative;
    }
    .scene_courrier, .scene_souris {
        position: relative;
    }
    #frame2 .scene_tapis {
        padding-top: 100px; 
        margin-top: 20px;
    }
    .scene_tapis .tapis{
        margin-left: 10%;
        width: 60%;
    }
    .scene_ville{
        top:0;
        width: 100%;
        right: 0;
    }
    .scene_ville .omodal-1{
        margin-left: 0;
    }
    .open_mod{
        opacity: 1;
        -webkit-transform:none;
        -moz-transform:none;
        -o-transform:none;
        transform:none;
        width: 230px;
        margin: 0 auto;
    }
    .scene_courrier,
    .scene_souris,
    .scene_bateau .scene_cont,
    .scene_explos,
    .scene_arbre{
        position: relative;
        top:auto;
        left: auto;
        padding-top: 150px;
        margin-top: 30px;
    }
    .scene_villa,
    .scene_bateau{
        position: relative;
        top:auto;
        left: auto;
    }
    .scene_villa .scene_cont{
        position: relative;
        top:auto;
        left: auto;
        margin-top: 30px;
    }
    .scene_courrier .omodal-2,
    .scene_souris .omodal-3,
    .scene_bateau .omodal-6,
    .scene_explos .omodal-8,
    .scene_arbre .omodal-9{
        margin-left: -125px;
        top: 0;
        position: absolute;
        left: 50%;
        right: 0;
    }
    .omodal-4,
    .omodal-7{
        position: relative;
        top: auto;
        left: auto;
    }
    .omodal-5,
    .omodal-4{
        margin-top: 30px;
    }
    .omodal-7{
        margin-bottom: 20px;
    }
    .scene_bateau{
        margin-left: 0;
    }
    .scene_courrier .courrier,
    .scene_souris .souris,
    .scene_villa .villa,
    .scene_bateau .bateau,
    .scene_explos .f3_explos,
    .scene_arbre .arbre{
        margin: 0 auto;
    }
    .scene_explos .f3_explos{
        width: 80%;
    }
    .scene_arbre .arbre{
        width: 200px;
        margin: 0 auto;
    }
    #frame2{
        height: auto;
    }
    .scene_route{
        margin-top: 0;
    }
    .emploi {
        margin-left: 0;
    }
    .scene_footer{
        margin-top: 0;
    }
    .scene_egou{
        margin-top: 20px;
        margin-left: 0;
    }
    .scene_egou .cadeau_mob{
        display: block;
        margin: 0 auto 30px;
        width: 250px;
    }
    .open_mod .line2 {
        font-size: 21px;
        line-height: 24px;
    }
    #frame4 {
        margin-top: 20px;
    }
    .scene_arbre,
    .scene_explos{
        width: 100%;
    }
    .scene_footer .bleu h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .scene_footer .bleu p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 10px;
    }
    .scene_footer .bleu p br:last-child{
        display: none;
    }
    .blanc .left, .blanc .right {
        float: none;
        width: 100%;
    }
    .blanc .right ul li {
        width: 46%;
        margin: 0 2%;
    }
    .blanc .right ul li img{
        max-width: 100%;
    }
    .wrapper footer.rel{
        display: none !important;
    }
    .blanc .wrapper-width {
        padding: 20px 2%;
    }
    .bleu {
        padding-bottom: 10px;
    }
    #modal .modd p {
        font-size: 15px;
    }
    .scene_arbre img {
        max-width: 80%;
        margin: 10px auto;
    }
    .blanc .right ul {
        margin-top: 10px;
    }
    .blanc .right ul li {
        margin: 0 4% 0 0;
        width: 46%;
    }
    .blanc .right ul li:last-child {
        padding-top: 7px;
    }

}
@media only screen and (max-width: 540px) {
    .page_width h1 {
        font-size: 23px;
        line-height: 25px;
        margin: 10px 0;
    }
    .btop,
    .bbot{
        height: 10px;
        width: 100%;
    }
    .brig,
    .blef{
        height: 100%;
        width: 10px;
    }
    #main.pageint .page_width{
        margin: 0 20px;
    }
    .page_left h2, .page_right h3, .txt_bott .page_left h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .page_right .right_cont p {
        color: #000;
        font-family: 'Droid Sans',sans-serif;
        font-size: 14px;
        line-height: 17px;
    }
    .txt_bott .page_left ul {
         margin: 10px 0;
    }
    .page_left {
        padding: 15px 15px 35px;
    }
    .page_tem {
        margin-top: 20px;
    }
    .tem_quote {
        padding: 0 10px;
    }
    .tem{
        background: #FFF;
        padding: 10px;
        margin-bottom: 10px;
    }
    .tem h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .tem h4 br{
        display: none;
    }
    .tem .tem_txt {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 25px;
    }
    .tem_tem{
        font-size: 15px;
        margin-bottom: 30px;
        margin-bottom: 0;
    }
    .tem_quote:before, .tem_quote:after{
        opacity: 0.3;
        top: 0;
        margin-top: 0;
    }
    .tem_quote:before{
        left: -5px;
    }
    .tem_quote:after{
        right: -5px;
    }
    .page_right .right_cont.acc .acchead .acc_txt{
        width: 80%;
    }
    .page_right .right_cont.acc .acchead .acc_arrow{
        width: 20%;
    }
    .txt_bott h3{
        background: #FFF;
        padding: 10px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-height: 1000px) {
    #modal img{
        width: auto;
        height: 100px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
