.button{
    border: #000 solid 4px;
    cursor:pointer;

    font-size:24px;
    padding: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top:10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
    font-weight:700;
    text-decoration: none;
    text-align: center;

    background-color: #000;
    color: white;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.button:hover{
    background-color: white;
    color:#000;
}

.buttonVert {
    border: #009933 solid 4px;
    background-color: #009933;
    color: white;
}

.buttonVert:hover{
    background-color: white;
    color:#009933;
}


.buttonBleu {
    border: #005999 solid 4px;
    background-color: #005999;
    color: white;
}

.buttonBleu:hover{
    background-color: white;
    color:#005999;
}


.buttonRouge{
    border: #e60000 solid 4px;
    background-color: #e60000;
    color:white;
}

.buttonRouge:hover{
    background-color: white;
    color: #e60000;
}



/* CSS */
.button-45 {
    width: 145px;
    height: 85px;
    line-height: 78px;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(135deg, #FF013C 5%, #FF013C 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;

    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align: left;
    padding-left: 3px;
}




.button-46 {
    width: 145px;
    height: 85px;
    line-height: 78px;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(135deg, transparent 5%, #FF013C 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;

    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align: left;
    padding-left: 10px;
}





.button-47 {
    width: 110px;
    height: 85px;
    line-height: 78px;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(45deg, #FF013C 5%, #FF013C 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;

    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-left: 2px;
    padding-top: 8px;
}





.button-48 {
    width: 145px;
    height: 85px;
    line-height: 78px;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(45deg, #FF013C 95%, transparent 95%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;

    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-left: 2px;
    text-align: right;
    padding-right: 10px;
}





.button-49 {
    width: 145px;
    height: 76px;
    line-height: 78px;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(45deg, transparent 5%, #FF013C 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;

    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align: left;
    padding-left: 10px;
}

.button-50 {
    width: 110px;
    height: 76px;
    line-height: 78px;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(45deg, #FF013C 5%, #FF013C 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;

    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-left: 2px;
    padding-top: 8px;
}




.button-51 {
    width: 145px;
    height: 76px;
    line-height: 78px;
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(135deg, #FF013C 95%, transparent 95%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;

    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-left: 2px;
    text-align: right;
    padding-right: 10px;
}


