.container-commande
{
    min-height: 70vh;
}
.container-commande .big-header
{
    margin-bottom: 40px;
}
/*.container-commande h2
{
    padding: 25px 0;
    text-transform: uppercase;
    background-color: #9D9D9C;
    margin: 0 0 20px 0;
}*/
.container-commande h2 img
{
    padding: 0 10px;
}

.container-commande h3,
.container-commande h3 a
{
    text-transform: uppercase;
    color: #4D4D4D;
    font-family: Novecentowide-Normal;
}
.container-commande h3 a
{
    text-decoration: underline;
}
.container-commande p
{
    color: #000000;
    text-transform: none;
}
.container-commande .separator
{
    border-color: #4D4D4D;
}

.container-commande h5
{
    text-transform: uppercase;
    color: #4D4D4D;
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 140px;
}
.block-paypal:before,
.container-commande .link-catalog
{
    color: #999999;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 200;
    cursor: pointer;
}
.container-commande input[type=image] {
    border-style:solid;
    border-width:1;
    border-color:transparent;
    box-sizing:border-box;
}
.link-paypal
{
    padding-right: 75px;
    background: url("../images/paypal.png") no-repeat center right transparent;
    border: 0 none;
    width: 350px;
    height: 30px;
    position: relative;
}
.block-paypal:before
{
    content: '> Commander le catalogue';
    display: block;
    position: relative;
    left: 0;
    top: 52px;
}

.container-bibliotheque .maison-slide a{
    display: block;
    margin:auto;
    margin-bottom: 30px;
}
.container-bibliotheque .maison-slide a i{
    margin-right: 10px;
}

a.new-charles-button {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.new-charles-button:hover {
    background-color: #999999;
    border-color: black;
    color: black;
}

.container-bibliotheque .maison-slide figure{
    display: inline-block;
    margin: auto;
    float: none;
}