/** font-face **/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.clearfix:after {
  content: " ";
  clear: both;
  float: none;
  display: block; }

body {
  font-family: Open Sans, arial;
  font-size: 14px; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, arial;
  color: inherit; }

.p16 {
  font-size: 16px; }

.p18 {
  font-size: 18px; }

.p20 {
  font-size: 20px; }

.p-center {
  text-align: center; }

.light {
  font-weight: 300; }

.semi-bold {
  font-weight: 400; }

strong {
  font-weight: bold;
  color: inherit; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.img-move {
  position: absolute; }

.transition-move {
  -webkit-transition: all 1s;
  /* For Safari 3.1 to 6.0 */
  transition: all 1s; }

.note {
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
  color: #3e3e3d; }

.content {
  max-width: 960px;
  margin: auto;
  position: relative; }
  .content p {
    line-height: 1.5em; }
  .content .cols {
    display: block;
    width: 48%;
    float: left; }

.content:after {
  content: "";
  display: block;
  float: none;
  clear: both; }

/***** Header *****/
header {
  background: url(../images/bg-header.jpg) center center no-repeat #f4f4f4;
  height: 900px;
  position: relative;
  padding: 1px 0; }
  header .list-lang {
    width: 960px;
    text-align: right;
    margin: auto;
    position: relative;
    z-index: 500; }
    header .list-lang li {
      display: block;
      float: right;
      margin: 10px 0;
      padding: 0 5px;
      line-height: 0.9em; }
    header .list-lang li + li {
      border-right: 1px solid #3e3e3d; }
  header .filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    background: #000000;
    opacity: 0.14;
    filter: alpha(opacity=14); }
  header form {
    width: 400px;
    position: absolute;
    bottom: 23%;
    left: 50%;
    margin-left: -200px;
    z-index: 300; }
    header form label {
      margin: 8px 15px 15px;
      font-weight: 300;
      font-size: 22px;
      color: #373c41;
      letter-spacing: -1px; }
      header form label strong {
        font-weight: 700; }
    header form .field {
      background: #ffffff;
      background: rgba(255, 255, 255, 0.86);
      padding: 20px 18px 10px; }
      header form .field input[type="text"] {
        display: inline-block;
        max-width: 295px;
        min-width: 15px;
        background: none;
        border: 0;
        margin: 0;
        padding: 0;
        font-family: inherit;
        font-size: 26px;
        font-weight: 300;
        color: #1e59a6; }
      header form .field input[type="text"]:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      header form .field span {
        font-size: 26px;
        font-weight: 400;
        color: #313131; }
      header form .field hr {
        height: 1px;
        background: #bcbdbe;
        border: solid #e0e1e2;
        border-width: 0 0 1px;
        margin: 5px 0; }
    header form .submit {
      text-align: center; }
    header form input[type="submit"] {
      background: url(../images/bg/checked.png) 20px center no-repeat;
      padding: 0 30px 0 45px;
      margin: 30px 0 0;
      height: 56px;
      line-height: 56px;
      background-color: #86c42e;
      background-color: rgba(134, 196, 46, 0.65);
      border: 0;
      font-family: inherit;
      font-weight: normal;
      font-size: 16px;
      color: #ffffff;
      font-size: 16px;
      text-shadow: none;
      text-transform: uppercase;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      cursor: pointer; }
    header form input[type="submit"]:hover {
      background-color: #86c42e;
      -webkit-box-shadow: inset 0px 62px 5px -32px rgba(255, 255, 255, 0.05);
      -moz-box-shadow: inset 0px 62px 5px -32px rgba(255, 255, 255, 0.05);
      box-shadow: inset 0px 62px 5px -32px rgba(255, 255, 255, 0.05); }
  header nav {
    position: absolute;
    bottom: 0;
    z-index: 250;
    background: #ffffff;
    width: 100%;
    overflow: hidden; }
    header nav .logo-paris {
      display: inline-block;
      width: 140px;
      height: 80px;
      background: url("../images/logo.png") 0 0 no-repeat;
      text-indent: -999em; }
    header nav form {
      display: none; }
    header nav .menu {
      float: right;
      margin: 0; }
      header nav .menu li {
        display: inline-block;
        margin: 6px 0 0;
        height: 72px;
        line-height: 72px; }
        header nav .menu li a {
          color: #3b75b4;
          height: inherit;
          line-height: inherit;
          padding: 0 15px;
          display: inline-block;
          -webkit-transition: line-height 0.5s;
          /* For Safari 3.1 to 6.0 */
          transition: line-height 0.5s; }
        header nav .menu li a.active, header nav .menu li a:hover {
          line-height: 40px;
          vertical-align: middle; }
        header nav .menu li a.active:after, header nav .menu li a:hover:after {
          content: " ";
          height: 3px;
          width: 40px;
          display: block;
          margin: auto;
          background: #3b75b4; }
  header nav.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 500;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 1px 5px -1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 1px 5px -1px rgba(50, 50, 50, 0.3); }
    header nav.fixed .domaine {
      display: none; }
    header nav.fixed .logo-paris {
      width: 100px;
      height: 58px;
      vertical-align: middle;
      background-size: cover; }
    header nav.fixed form {
      display: inline-block;
      width: auto;
      margin: 0;
      position: relative;
      left: 0; }
      header nav.fixed form .field {
        display: inline-block;
        width: 175px;
        padding: 0 8px 0 10px; }
        header nav.fixed form .field span {
          font-size: 16px; }
        header nav.fixed form .field input[type="text"] {
          max-width: 110px; }
      header nav.fixed form input[type='submit'] {
        height: 34px;
        line-height: 34px;
        padding: 0 15px 0 30px;
        background-position: 10px center;
        background-size: 14px 12px;
        font-size: 12px; }
    header nav.fixed .menu {
      padding: 1px 0; }
      header nav.fixed .menu li {
        margin: 8px 0 0; }
        header nav.fixed .menu li a {
          padding: 0 7px;
          display: inline-block; }
  header .parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 200; }
    header .parallax img {
      z-index: 60; }
  header img.oiseaux-gauche {
    bottom: 60%;
    left: 50%;
    margin-left: -800px; }
  header img.champs {
    bottom: 16%;
    left: 50%;
    margin-left: -320px; }
  header img.croissant {
    bottom: 48%;
    left: 50%;
    margin-left: -520px; }
  header img.oiseaux-droit {
    bottom: 60%;
    right: 0%; }
  header .domaine {
    z-index: 10000;
    text-align: center;
    font-family: Open Sans, arial;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    header .domaine img {
      vertical-align: middle; }
    header .domaine span {
      display: block;
      margin-top: -10px;
      font-family: Open Sans, arial;
      font-size: 14px;
      vertical-align: middle; }

/***** article ****/
article {
  overflow: hidden; }

#avous {
  padding: 95px 0 65px;
  background: #3b75b4;
  color: #ffffff; }
  #avous h2 {
    color: #ffffff; }
    #avous h2 .small {
      display: block;
      margin-bottom: 30px;
      font-size: 44px;
      font-weight: 300;
      letter-spacing: 3px; }
    #avous h2 .paris {
      margin-left: -42px;
      font-size: 130px;
      font-weight: 600; }
  #avous h2:after {
    content: " ";
    display: block;
    height: 25px;
    float: none;
    clear: both; }
  #avous #nuage {
    left: -280px;
    top: -50px; }
  #avous #basilique {
    bottom: 20%; }
  #avous p {
    margin: 30px 0; }

/***** Lancement *****/
#lancement {
  color: #3b75b4; }
  #lancement .content-top {
    padding-left: 350px;
    padding-top: 60px; }
    #lancement .content-top #vin {
      top: 0;
      left: -200px;
      z-index: -1; }
    #lancement .content-top h2 {
      font-weight: 300;
      text-transform: uppercase; }
  #lancement .note {
    max-width: 675px;
    color: #353535;
    font-weight: 300; }

#phase1 .phase-content {
  min-height: 430px; }

.phase #oiseaux_cat {
  top: -100px;
  right: 0; }
.phase h5 {
  width: 69px;
  margin-left: 42px;
  padding: 20px 0 5px;
  background: #3b75b4;
  color: #ffffff;
  -webkit-border-radius: 34px 34px 0 0;
  -moz-border-radius: 34px 34px 0 0;
  -ms-border-radius: 34px 34px 0 0;
  border-radius: 34px 34px 0 0;
  text-align: center;
  line-height: 1em;
  font-size: 16px;
  text-transform: uppercase; }
  .phase h5 strong {
    display: block; }
.phase .phase-content {
  border: 1px solid #3b75b4;
  position: relative; }
  .phase .phase-content .intro {
    width: 500px;
    padding: 30px 100px 30px 40px;
    color: #3b75b4; }
  .phase .phase-content h3 {
    font-weight: 700;
    text-transform: uppercase; }
  .phase .phase-content .text {
    padding: 30px 40px; }
  .phase .phase-content .menu-slide {
    position: absolute;
    right: 480px; }
    .phase .phase-content .menu-slide li {
      background: url(../images/slide2/picto-category-small.png) 0 -54px no-repeat;
      display: block;
      width: 54px;
      height: 54px;
      margin: 25px 0;
      text-indent: -999em; }
    .phase .phase-content .menu-slide li#menu-slide2 {
      background-position: center 0px; }
    .phase .phase-content .menu-slide li#menu-slide3 {
      background-position: center -108px; }
    .phase .phase-content .menu-slide li#menu-slide4 {
      background-position: center -162px; }
    .phase .phase-content .menu-slide li#menu-slide5 {
      background-position: center -216px; }
  .phase .phase-content .slides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 450px;
    background: url(../images/slide2/nuage-category.png) right top no-repeat #1c5b9f; }
  .phase .phase-content .slides .cursor {
    content: " ";
    display: block;
    position: absolute;
    top: 35px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #1c5b9f transparent transparent;
    -webkit-transition: all 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.5s; }
  .phase .phase-content .slide {
    position: absolute;
    top: 0;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-align: center; }
    .phase .phase-content .slide h3 {
      color: #3b81cd;
      font-size: 14px;
      text-transform: uppercase; }
    .phase .phase-content .slide h3:after {
      content: " ";
      display: block;
      height: 80px;
      background: url(../images/slide2/picto-category.png) center -80px no-repeat; }
    .phase .phase-content .slide h4 {
      margin: 2px 0 8px;
      font-size: 24px;
      font-weight: 300;
      text-transform: uppercase; }
    .phase .phase-content .slide p {
      margin: 0; }
    .phase .phase-content .slide .slide-container + .slide-container {
      opacity: 0;
      filter: alpha(opacity=0); }
  .phase .phase-content #slide2 h3:after {
    background-position: center 0; }
  .phase .phase-content #slide3 h3:after {
    background-position: center -160px; }
  .phase .phase-content #slide4 h3:after {
    background-position: center -240px; }
  .phase .phase-content #slide5 h3:after {
    background-position: center -320px; }
  .phase .phase-content .slide + .slide {
    display: none; }
  .phase .phase-content #notre-dame {
    position: absolute;
    right: -100px;
    top: -180px; }

.cols-2 {
  float: left;
  width: 50%;
  padding-top: 80px;
  margin-top: 50px;
  color: #ffffff;
  height: 700px; }
  .cols-2 h2 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase; }
  .cols-2 a {
    color: inherit; }

#tarifs {
  width: 47%;
  background: #f7a902; }
  #tarifs .content {
    width: 415px;
    float: right; }
    #tarifs .content .bullet {
      width: 170px;
      height: 170px;
      position: relative;
      margin: 0 30px 15px 0;
      display: inline-block; }
      #tarifs .content .bullet .phase-bullet {
        width: 160px;
        height: 160px;
        position: absolute;
        display: inline-block;
        padding: 10px;
        background: #face6f;
        background: rgba(255, 255, 255, 0.43);
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        -ms-border-radius: 80px;
        border-radius: 80px; }
        #tarifs .content .bullet .phase-bullet .content-bullet {
          width: 100%;
          height: 100%;
          line-height: 140px;
          display: inline-block;
          vertical-align: middle;
          background: #ffffff;
          -webkit-border-radius: 80px;
          -moz-border-radius: 80px;
          -ms-border-radius: 80px;
          border-radius: 80px;
          text-align: center; }
          #tarifs .content .bullet .phase-bullet .content-bullet .text-bullet {
            display: inline-block;
            vertical-align: middle;
            color: #f7a902;
            line-height: 1.2em;
            font-size: 24px;
            font-weight: 300;
            text-transform: uppercase; }
            #tarifs .content .bullet .phase-bullet .content-bullet .text-bullet strong {
              font-size: 30px; }

#eligibilite {
  width: 53%;
  background: #3e3e3d; }
  #eligibilite .content {
    width: 570px;
    margin: 0 50px; }
    #eligibilite .content h4 {
      font-size: 20px;
      text-transform: uppercase; }

.block-price {
  margin: 30px 0;
  text-align: center; }
  .block-price .block-content {
    display: inline-block;
    padding: 25px 45px;
    background: #f7a902;
    color: #ffffff;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px; }
    .block-price .block-content .l-small {
      font-size: 16px;
      font-weight: 300; }
    .block-price .block-content .l-normal {
      font-size: 20px; }
    .block-price .block-content .l-normal strong {
      font-size: 24px; }

/***** Footer *****/
footer {
  padding: 25px 40px;
  text-align: center; }
  footer .contact {
    color: #3e3e3d;
    font-size: 20px; }
    footer .contact a {
      font-size: 24px; }

/*# sourceMappingURL=style.css.map */
