*,
*::before,
*::after { box-sizing: border-box; }
 /*============================================================================
  HEADER
============================================================================*/
body {
  background-color: black;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  font-family: 'Futura-pt', sans-serif;
  font-weight: 300;
  font-style: normal;  
}

  header {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
  }
  
  header h1 {
    color: white;
    float: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px black;
    margin: 0px;
    position: absolute;  
    font-family: 'PoplarStd', sans-serif;
    letter-spacing: 0.05em;
  }
  
  header div.name {
    position: relative;
  }
  
  .logo {
    margin: 0px;
    position: absolute;
  }  
  
  .logo img {  
    background-size: cover;
    box-shadow: 1px 1px 3px black;
  }

  
  /*============================================================================
   GENERAL
  ============================================================================*/
  main.home {
    margin: 0px;
  }

  h2 {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  }

  h3 { letter-spacing: 0.1em; }
  
  .whiteLine { height:1px; background: #fff }
  
  .upperCaseWord { text-transform: uppercase; }

  /*============================================================================
    PRESENTATION
  ============================================================================*/
  .presentation {
    text-align: center;
    margin: 0px;
  }
  
  .presentation h2 { display: block; }
  
  .demo {
    margin: 0px;
    clear: both;
  }
  
  img.iphone { background-size: cover; }
  
  /*============================================================================
    DESCRIPTION
  ============================================================================*/
  
  .description { 
    overflow: hidden; 
  }
  
  .modeNormal {
    background-image: url("asset/img/alcopero-vert-01.png");
    background-size: cover;
    margin: 0px;
  }
  
  .modeHot {
    background-image: url("asset/img/alcopero-rose-01.png");
    background-size: cover;
    margin: 0px;
  }
  
  .modeInsane {
    background-image: url("asset/img/alcopero-noir-01.png");
    background-size: cover;
    margin: 0px;
  }
  
  .modeVerite {
    background-image: url("asset/img/alcopero-jaune-01.png");
    background-size: cover;
    margin: 0px;
  }
  
  .logoMode {
    margin: 0px;
    text-align: center;
  }
  
  .logoModeDark {
    margin: 0px;
    text-align: center;
  }

  .mode {
    text-align: center;
    float: left;
    margin: 0px;
    overflow: hidden;
  }

  h3.light {
    color: white;
    text-transform: uppercase;
  }
  
  h4.light {
    color: white;
  }
  
  h3.dark {
    color: black;
    text-transform: uppercase;
  }
  
  h4.dark {
    color: black;
  }
  
  .logoMode svg {
    fill: white;
  }
  
  .logoModeDark svg {
    fill: black;
  }
  
  /*============================================================================
    ACCROCHE
  ============================================================================*/
  .hook {
    clear: both;
    text-align: center;
  }
  
  .hook h2 {
    margin: 0px;
  }
  
  /*============================================================================
    HAPPY HOUR
  ============================================================================*/
  
  div.happyHour {
    background-color:#FF6161;
    width: 100%;
    color: white;
    text-align: center;
  }
  
  div.happyHour h5 {
    text-transform: uppercase;
    margin: 0px;
  }
  
  div.happyHour h6 {
    margin: 0px;
  }
  
  div.whiteLine {
    margin: 0px auto;
  }
  
  /*============================================================================
    FOOTER
  ============================================================================*/
  
  footer {
    position: relative;
  }
  
  .download {
    margin: 0px;
  }
  
  .downloadOnAppstore {
    background-size: cover;
    position: absolute;
  }
  
  .copyright {
    color: white;
    position: absolute;
  }

  /*iphone screen*/
@media only screen and (max-width: 600px) {
  /*============================================================================
  HEADER
============================================================================*/
  body { 
    min-width: 300px; 
    background-image: url("asset/img/bg_moinsque600.png");
    background-size: initial;
    background-repeat: repeat;
  }

  header { height: 100px; }
  
  header h1 {
    padding-left: 10px;
    font-size: 45px;
    top: 25px;
    left: 60px;
  }
  
  header div.name {
    height: 100px;
    margin-left: calc(5vw);
  }
  
  .logo {
    left: 0px;
    padding-top: 20px;
  }
  
  .logo img {  
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
  
  /*============================================================================
   GENERAL
  ============================================================================*/
  main.home { margin: 0px; }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }
    
  /*============================================================================
    PRESENTATION
  ============================================================================*/
  
  .presentation { min-width: 300px; }
  
  .presentation h2 { margin: 50px 0px; }
  
  img.iphone {
    width: 80vw;
    height: 80vw / 1.975;
  }
  
  /*============================================================================
    DESCRIPTION
  ============================================================================*/
  
  .description {
    left: 0px;
    margin: 100px 0px;
    margin-bottom: 0px;
    background-size: 400px;
  }
  
  .modeNormal {
    width: 25vw;
    height: 400px;
    min-width: 100%;
  }
  
  .modeHot {
    width: 25vw;
    height: 400px;
    min-width: 100%;
  }
  
  .modeInsane {
    width: 25vw;
    height: 400px;
    min-width: 100%;
  }
  
  .modeVerite {
    width: 25vw;
    height: 400px;
    min-width: 100%;
  }
  
  .mode { min-width: 100%; }
  
  h3 { font-size: 25px; }
  
  h4 { font-size: 20px; }
 

  .logoMode svg {
    width: 100px;
    height: 100px;
    padding-top: 30px;
  }
  
  .logoModeDark svg {
    width: 100px;
    height: 100px;
    padding-top: 30px;
  }
  
  /*============================================================================
    ACCROCHE
  ============================================================================*/
  .hook h2 {
    padding: 100px 20px;
  }
  
  /*============================================================================
    HAPPY HOUR
  ============================================================================*/
  
  div.happyHour { height: 400px; }
  
  div.happyHour h5 {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  div.happyHour h6 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 45px;
  }
  
  div.whiteLine {
    width: 50px;
  }
  
  /*============================================================================
    FOOTER
  ============================================================================*/
  
  footer {
    height: 150px;
    text-align: center;
  }
  
  .downloadOnAppstore {
    position: relative;
    width: 200px;
    height: 63px;
    margin: 43.5px 0px;
  }

  footer a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
  }
  
  .copyright {
    position: relative;
    font-size: 20px;
    padding-bottom: 15px;
  }
} 


@media only screen and (min-width: 600px) {
      /*============================================================================
    HEADER
  ============================================================================*/
  body { 
    min-width: 1000px; 
    background-image: url("asset/img/bg.jpg");
  }

  header { height: 200px; }

  header h1 {
    padding-left: 20px;
    font-size: 60px;
    top: 70px;
    left: 100px;
  }

  header div.name {
    height: 200px;
    margin-left: calc(15% - 50px);
  }

  .logo {
    left: 0px;
    padding-top: 50px;
  }

  .logo img {  
    width: 100px;
    height: 100px;
    border-radius: 20px;

    animation-name: logoRotationBack;
    animation-duration: 1s;
  }

  .logo img:hover {
    /* transform: scale(1.05);
    transition: transform 500ms; */

    animation-name: logoRotation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }

  @keyframes logoRotation {
    from { 
      transform: rotate(0deg);
      border-radius: 20px;
    }
    to { 
      transform: rotate(360deg); 
      border-radius: 50%;
    }
  }

  @keyframes logoRotationBack {
    to { 
      border-radius: 20px;
    }
  }

  /*============================================================================
  GENERAL
  ============================================================================*/
  main.home { margin: 0px; }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }
    
  /*============================================================================
    PRESENTATION
  ============================================================================*/

  .presentation { min-width: 1000px; }

  .presentation h2 { margin: 50px 0px; }

  img.iphone {
    width: 654px;
    height: 331px;
  }

  /*============================================================================
    DESCRIPTION
  ============================================================================*/

  .description {
    width: 100%;
    left: 0px;
    margin: 100px 0px;
    margin-bottom: 0px;
    background-size: 400px;
    padding: 0px;
  }


  .modeNormal {
    width: 25vw;
    height: 400px;
    min-width: 250px;
    animation-name: reduceMode;
    animation-duration: 0.5s;
  }

  .modeHot {
    width: 25vw;
    height: 400px;
    min-width: 250px;
    animation-name: reduceMode;
    animation-duration: 0.5s;
  }

  .modeInsane {
    width: 25vw;
    height: 400px;
    min-width: 250px;
    animation-name: reduceMode;
    animation-duration: 0.5s;
  }

  .modeVerite {
    width: 25vw;
    height: 400px;
    min-width: 250px;
    animation-name: reduceMode;
    animation-duration: 0.5s;
  }

  @keyframes biggerMode {
     from { transform: scale(1.0); }
     to { transform: scale(1.1); }
  }

  @keyframes reduceMode {
    from { transform: scale(1.1); }
    to { transform: scale(1.0); }
 }

 .modeHot:hover {
  animation-name: biggerMode;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
 }

 .modeInsane:hover {
  animation-name: biggerMode;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
 }

 .modeNormal:hover {
  animation-name: biggerMode;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
 }

 .modeVerite:hover {
  animation-name: biggerMode;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
 }

  .mode { 
    min-width: 250px; 
  }

  h3 { font-size: 25px; }

  h4 { font-size: 20px; }


  .logoMode svg {
    width: 100px;
    height: 100px;
    padding-top: 30px;
  }

  .logoModeDark svg {
    width: 100px;
    height: 100px;
    padding-top: 30px;
  }

  /*============================================================================
    ACCROCHE
  ============================================================================*/
  .hook h2 {
    padding: 150px 0px;
  }

  /*============================================================================
    HAPPY HOUR
  ============================================================================*/

  div.happyHour { height: 300px; }

  div.happyHour h5 {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  div.happyHour h6 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 45px;
  }

  div.whiteLine {
    width: 50px;
  }

  /*============================================================================
    FOOTER
  ============================================================================*/

  footer { height: 100px; }

  .downloadOnAppstore {
    width: 200px;
    height: 63px;
    right: 15%;
    top: 18.5px;
  }

  .copyright {
    font-size: 20px;
    left: 15%;
    top: 40px;
  }

  .copyright a {
    color: white;
    text-decoration: none;
  }
} 