/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 nov. 2019, 19:56:26
    Author     : Gringo
*/

h3.regles{
  font-size: 1.5rem;
  color: #ff0000;
  font-weight: bold;
}

.blue{
  background-color: #84ceff;
}

.smallButton{
  line-height: unset;
  height: 30px;
  padding : 0px 10px;
}

.mediumButton{
  line-height: unset;
  height: 40px;
  padding : 5px 10px;
}

p.regles{
  font-size: 1.1rem;
}

.logo{
  width: 50%;
  margin: auto;
}

.imageBox{
  z-index: 0;
  margin: auto;
  object-position: center !important;
}

.credit {
  width: 35px;
  height:35px;
  
  background: white;
  background-size: 35px;
  background-repeat: no-repeat;
  background-image:url("../../images/credit.svg");
  
  color: black;
  padding: 5px 15px;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  border-width: 2px;
  border-color: grey;
  border-radius: 50px;
}


.credit p{
  display: none;
  margin: 0px;
  font-size: 0px;
  line-height: 0px;
  text-align: left;
}

.creditDroite {
  right: 20px;
  bottom: 20px;
}

.creditGauche {
  bottom: 20px;
  left: 20px;
}

.hovered{
  background-image: none;
  width: auto;
  height: auto;
  opacity: 1;
}

.hovered p {
  display: block;
  margin: 0px;
  font-size: 12px;
  line-height: 12px;
}

table td{
  padding: 0;
}

.verticalCenter{
position: relative;
top: 50%;
transform: translateY(-50%);
}

.backgroundBlack{
  background-color: black;
}

.creditGallery{
  position: relative;
  z-index: 2;
}

.containerMaxWidth{
  max-width: 1200px;
  margin: auto;
}

#prix, .p{
  font-size: 50px;
  text-align: center;
  margin: 0 0 -2rem 0;
}

.download-button{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#download-container{
  margin-left: auto;
  margin-right: auto;
  max-width : 400px;
  width: auto;
  min-width: 300px;
}

#explication{
  display: none;
  width:560px;
  height:315px;
  margin-left: auto;
  margin-right: auto;
}

#pack-input{
  width: 30%;
  display: inline;
}

.pack-btn{
  width: 30%;
}

.input-group{
  margin-bottom: 1rem;
}

#messageOk{
  display: none;
  font-size: 1.2rem;
  background-color: lightgreen;
  border-radius: 10px;
}

#messageKoLimite, #messageKoIncomplet , #messageKo, #messageKoCondition{
  display: none;
  background-color: pink;
  border-radius: 10px;
  font-size: 1.2rem;
}

@media screen and (orientation: portrait) {
  .creditDroite {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
  }

  .creditGauche {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
}

