﻿@font-face {
	font-family: "nyCarlsberg";
	src: url("../font/nycarlsbergdisplay_regular.otf") format("opentype");
}

html,body{
    height: 100%;
    overflow-x: hidden;
    font-family: "nyCarlsberg";
}

body{
    background-color:#ffffff;
    background-size: cover;
}
/* Fond d'écran pour les smartphones */
@media only screen and (max-width: 600px) {
  body {
    background-color: white;
    background-size: cover;
    background-position: center;
  }
}
.picture{
  width:640px;
    border-radius: 10px;
    border:2px solid gray;
}
.infos{
    margin-left: 100px;
    margin-top: 100px;
}
.title_block{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:100%;
    max-width: 750px;
    padding:10px 70px 10px 70px;
    background: black;
    font-size: 30px;
    color:white;
    font-weight: bold;
    border-radius: 10px;
    transform: skewX(-3deg);
    text-transform: uppercase;
}
.title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.overlay{
  position: absolute;
  top:0;
  left:0;
  width:705px;
}

#pic{
  width: 700px;
}



@media (max-width: 640px) {
  .overlay{
    position: absolute;
    top:0;
    left:0;
    width:305px;
  }

  #pic{
    width: 300px;
  }
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.social-buttons__button {
  margin: 10px 30px 0;
  text-decoration: none!important;

}

.social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 80px;
  height: 80px;
}
.social-button__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;

}
.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.social-button i {
  font-size: 32px;
}
.social-button svg {
  height: 50%;
  width: 50%;

}
.social-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;

}
.social-button:focus, .social-button:hover {
  color: #fff;
}
.social-button:focus::after, .social-button:hover::after {
  width: 100%;
  height: 100%;
  margin-left: -50%;
}
.social-button--mail {
  color: #0072c6;
}
.social-button--mail::after {
  background: #0072c6;
}
.social-button--facebook {
  color: #3b5999;
}
.social-button--facebook::after {
  background: #3b5999;
}
.social-button--twitter {
  color: #0077b5;
}
.social-button--twitter::after {
  background: #0077b5;
}
.social-button--messenger {
  color: #017cfe;
}
.social-button--messenger::after {
  background: #017cfe;
}
.social-button--download {
  color: #212121;
}
.social-button--download::after {
  background: #212121;
}
.social-button--steam {
  color: #7da10e;
}
.social-button--steam::after {
  background: #7da10e;
}
.social-button--whatsapp {
  color: #07bc4c;
}
.social-button--whatsapp::after {
  background: #07bc4c;
}
.social-button--twitter {
  color: #55acee;
}
.social-button--twitter::after {
  background: #55acee;
}
.social-button--instagram {
  color: #e4405f;
}
.social-button--instagram::after {
  background: #e4405f;
}
.social-button--npmjs {
  color: #c12127;
}
.social-button--npmjs::after {
  background: #c12127;
}


  .logos{
    position: fixed;
    bottom: 50px;
    right:50px;    
    align-items: flex-end;
  }
  .logos img{
    margin: 0 30px 0 30px;

  }

  .logo_head{
    position: absolute;
    top:30px;
    left: 40px;
    width:200px;
  }

  .footer{
    margin-top: 50px;
    font-size: 15px;
    text-align: center;
  }

  .carlsberg_logo{
    width:150px;
    cursor: pointer;
  }
  
  #videoDownload{
    max-width: 700px;
    max-height: 700px;
  }
  

  @media only screen and (max-width: 600px) {
    .image{
      margin-top: 80px;
    }
    .infos {
        margin-left: 0px;
        margin-top: 20px;
    }
    .title_block{
      position: relative;
        margin:20px 30px 0 30px;
        padding:10px 20px 10px 20px;

    }
    .logos{
      display:none!important;
      position:relative;
      justify-content: center;
      align-items: center;
      margin-top: 100px;
      margin-left: 50px;
    }
    #videoDownload{
      margin-top: 50px;
      max-width: 300px;
    }
    .powered{
      width:200px!important;
    }
    
    
  }

  @media only screen and (max-width: 1430px) {
    .image{
      margin-top: 80px;
    }
    .infos {
        margin-left: 0px;
    }
    .title_block{
      position: relative;
        margin:20px 30px 0 30px;
        padding:10px 20px 10px 20px;

    }
    .logos{
      position:relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 100px;
      margin-left: 50px;
    }
  
    
    
  }

  .bottom{
    display: flex!important;
    justify-content: center!important; 
    align-items: center!important;   
    margin-bottom: 20px!important;
    font-size: 20px!important;
  }

  .powered{
    margin-top:70px;
    width:400px
  }
  .logo_bottom{
    margin-left: 5px;
    margin-right: 5px;
  }
