
/* generic */

img {
    border: 0px;
}

h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: rgb(90, 90, 90);
}

h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: rgb(90, 90, 90);
}

p,li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgb(120, 120, 120);
  text-align:justify;
  line-height: 130%;
}

.tableText {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(90, 90, 90);
    text-align: center;
}

#header a {
  line-height: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
#header a:hover {
  color: rgb(180, 180, 180);
}

#header a.left_header {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}

#header a.right_header {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
}

#header  {
    background-color: rgba(0, 0, 0, 0.6);
    height: 30px;
}

.icon_container {
    float: left;
    margin: auto;
    margin-top: 14px;
    margin-right: 15px;
}

.icon_title {
    text-align: center;
}

.icon_title a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: rgb(90, 90, 90);
    text-decoration: none;
}


.icon_space {
    height: 100px;
}


.screenshot_container {
    float:right;
    width:170px;
    margin-left: 20px;
}

.screenshot {
    float:right;
    width: 160px;
    margin: 2px;
    margin-top: 14px;
    margin-left: 20px;
    box-shadow: 0px 2px 5px #888888;
}

.screenshot_flow {
    width: 310px;
    margin: 0px;
    box-shadow: 0px 2px 5px #888888;
}

.screenshot_ipad {
    width: 640px;
    margin: 0px;
    box-shadow: 0px 2px 5px #888888;
}

.screenshot_mac {
    width: 640px;
    margin: 0px;
}

ul {
    margin-top: -10px;
}

a {
    color: rgb(90, 90, 90);
    font-weigth: bold;
}

a:hover {
    color: rgb(30, 30, 30);
}


hr {
    border: none;
    background-color: #ccc;
    color: #ccc;
    height: 1px;
}


/* header */

#header {
    width:100%;
    height:30px;
     position: fixed;
     top: 0;
}

#about {
    font-size:16px;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: -35px;
}

/* page layout */


body {
  margin: 0 auto;
  background: #fcfcfc;
  -webkit-font-smoothing: antialiased;
  color: #232525;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#page_container {
    max-width: 640px;
    margin: 0 auto;
}


#footer {
    height: 30px;
}

.footer_center {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 11px;
}
.footer_left {
    float: left;
/*    width: 160px;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 11px;
}
.footer_right {
    float: right;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 11px;
}



.PageLink h1 {
  text-align: center;
  line-height:50%;
  font-size: 22px;
}

.PageLink h2 {
  text-align: center;
  font-size: 14px;
}

.PageLink p {
  text-align: center;
}

.pr_table {
    width: 100%;
}

.pr_date  {
    width: 20%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: right;
    font-size: 14px;
    color: rgb(140, 140, 140);
    letter-spacing:1px;
    padding-top:2px;
}

.pr_title  {
    width: 60%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    color: rgb(90, 90, 90);
    letter-spacing:1px;
    padding-left: 10px;
}

.pr_download  {
    width: 20%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 14px;
    color: rgb(140, 140, 140);
    letter-spacing:1px;
}


.buttonLink {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    background-color: rgb(75, 75, 75);
    background-image: linear-gradient(rgb(90, 90, 90), rgb(52, 52, 52));
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.247059);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.0980392);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.0980392);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.0980392);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
    vertical-align: middle;
    width: 98px;
}
a.buttonLink:hover {
    background-image: linear-gradient(rgb(70, 70, 70), rgb(52, 52, 52));
    color: rgb(255, 255, 255);
}

@media (max-width: 450px) {


    h1 {
      font-size: 28px;
    }
    .icon_space {
        height: 0px;
    }

    .icon_container {
        margin-right: 5px;
    }
    .screenshot {
        margin-left: 15px;
    }

    .screenshot_flow {
        width: 140px;
    }
    
    .screenshot_ipad {
        width: 300px;
    }
    .screenshot_mac {
        width: 300px;
    }
    
     /* passer tous les éléments de largeur fixe en largeur automatique */
     body, element1, element2 {
       width: auto;
       margin: 5px;
       padding: 10px;
     }
     
     #header {
        left: 0;
     }



    .footer_left {
        float: left;
        width: 100px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: left;
        font-size: 11px;
    }

    .footer_right {
        float: left;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: center;
        font-size: 11px;
    }


}

@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
  }

}
