.quotes {
	display: none;
	color: #9B876C;
}

.me {
    text-align: center;
}

.me img {
    margin: 0 auto;
}

.logoBrand {
    position: relative;
    bottom: 2px;
}

@media only screen and (min-width:992px) {
    #small {
        display:none !important;
    }

    #medium {
        display:block !important;
    }
}

@media only screen and (max-width:991px) {
    #small {
        display:block !important;
    }

    #medium {
        display:none !important;
    }
}

.payment-method {
    margin: 0px 12.5px;
    font-size: 28px;
}

.section-tout {
    background-color: #EBEBEB;
}