
#banner_principal
{
	background-image: url(../Images/bannerCropped.jpg);
    background-position: right;
    margin-top: 54px;
    height: 20%;
    max-width: 100%;
    opacity: 0.8;
}

#banner_vintage
{
    background-image: url(../Images/banner_vintage.jpg);
    margin-top: 20px;
    height: 210px;
    max-width: 100%;
    opacity: 0.8;
}

#date
{
    text-align: center;
}


body, html {
    font-family: 'helvetica';
    text-align: justify;
    height: 100%;
}


header{
    width: 100%;
}

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

footer
{
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 20px;
}

h1
{
    text-align: center;
    font-size: 3em;
    color: black;
    margin: 0%;
    padding-top: 1%;
}

h2, h3
{
    text-align: center;
}


p
{
    padding-bottom: 20px;
    margin: 0px;
}

h4
{
    text-align: center;
    margin-top: 2%;
}

.titreMarge{
    margin-top: 4%;
}

img
{
    border-radius: 8px;
    opacity: 0.3;    
    
    transition: .5s ease;
    backface-visibility: hidden;

    display: block;

    align-content: center;

    width: 90%;
    height: auto;

    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;

    padding: auto;
}

.image
{
    opacity: 1;

}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.accueil:hover .image
{
    opacity: 0.3;
}

.accueil:hover .middle
{
    opacity: 1;
}


/* format des colonnes */
* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
  }
  
  
.row:after {
    content: "";
    display: table;
    clear: both;
}



#history
{
    display: flex;
    justify-content: space-around;
}

article
{
    text-align: justify;
    padding: 1%;
    margin: 5%;
    width: 50%;
}



.cylindre_eu
{
    background-image: url(../Images/roulettes_eu_us.jpg);
    margin: 3%;
    padding: 5%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10%;
}

.paragraph_up
{
    text-align: justify;
    padding-top: 4%;
    margin-top: 2%;
    width: 50%;
}

#block
{
    display: flex;
    justify-content: space-around;
}
#block2
{
    display: flex;
    justify-content: space-around;
}

.cylindre_us
{
    background-image: url(../Images/roulette_vintage.jpg);
    margin: 1%;
    margin-right: 2%;
    padding: 25%;
    padding-right: 0%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    align-items: center;
}

.paragraph_down
{
    text-align: justify;
    margin-top: 4%;
    width: 40%;
    padding-left: 4%;
    padding-right: 4%;
}

#blackjack
{
    display: flex;
    justify-content: space-around;
}

.image_table_bj
{
    background-image: url(../Images/table_bj.jpg);
    margin: 10%;

    padding: 25%;
    padding-right: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
}

.image_bj
{
    background-image: url(../Images/black_jack_black.jpg);
    margin: 1%;
    margin-right: 2%;
    padding: 25%;
    padding-right: 0%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
}

#poker
{
    display: flex;
    justify-content: space-around;
}

#texas_ultimate
{
    display: flex;
    justify-content: space-around;
}

.mains
{
    background-image: url(../Images/mainsdupoker.png);
    margin: 1%;
    margin-bottom: 0.2%;
    margin-right: 2%;
    padding: 20%;
    padding-right: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35%;
}





#menuToggle input{
    visibility: hidden;
}

#menuToggle{
    height: 0;
}


#menu
{
	list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    font-family: helvetica, arial;
}


#menu a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 18px 18px;
    text-decoration: none;
}

#menu a:hover:not(.active) {
    background-color: #333;
} 

#menu a.active {
    background-color: #FFFFFF;
    color: black;
}

