/* Reset rounded corners for all elements */
div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
}

/*Fix for Firefox*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

/* Bootstrap buttons */
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3379b5;
    border-color: #2a6496;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
    background-color: #2d6ca2;
}

.btn-primary:active:hover,
.btn-primary.active:hover {
    background-color: #3071a9;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}

.btn-success:active,
.btn-success.active {
    background-image: none;
    background-color: #348a84;
}

.btn-success:active:hover,
.btn-success.active:hover {
    background-color: #37918b;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #45B6AF;
    border-color: #3ea49d;
}

.btn-success .badge {
    color: #45B6AF;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #68b4f1;
    border-color: #43a1ed;
}

.btn-info:active,
.btn-info.active {
    background-image: none;
    background-color: #51a8ef;
}

.btn-info:active:hover,
.btn-info.active:hover {
    background-color: #5aadf0;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #89C4F4;
    border-color: #72b8f2;
}

.btn-info .badge {
    color: #89C4F4;
    background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #daae2b;
    border-color: #bb9521;
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
    background-color: #c89f23;
}

.btn-warning:active:hover,
.btn-warning.active:hover {
    background-color: #d0a625;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #dfba49;
    border-color: #dbb233;
}

.btn-warning .badge {
    color: #dfba49;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f1353d;
    border-color: #ec111b;
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
    background-color: #ef1d26;
}

.btn-danger:active:hover,
.btn-danger.active:hover {
    background-color: #f0262f;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #F3565D;
    border-color: #f13e46;
}

.btn-danger .badge {
    color: #F3565D;
    background-color: #fff;
}

/***
Social Icons
***/
.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons:before,
.social-icons:after {
    content: " ";
    display: table;
}
.social-icons:after {
    clear: both;
}

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}
.social-icons li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover > a {
    background-position: 0 -38px;
}
.social-icons li .amazon {
    background: url(../../pages/img/social/amazon.png) no-repeat;
}
.social-icons li .behance {
    background: url(../../pages/img/social/behance.png) no-repeat;
}
.social-icons li .blogger {
    background: url(../../pages/img/social/blogger.png) no-repeat;
}
.social-icons li .deviantart {
    background: url(../../pages/img/social/deviantart.png) no-repeat;
}
.social-icons li .dribbble {
    background: url(../../pages/img/social/dribbble.png) no-repeat;
}
.social-icons li .dropbox {
    background: url(../../pages/img/social/dropbox.png) no-repeat;
}
.social-icons li .evernote {
    background: url(../../pages/img/social/evernote.png) no-repeat;
}
.social-icons li .facebook {
    background: url(../../pages/img/social/facebook.png) no-repeat;
}
.social-icons li .forrst {
    background: url(../../pages/img/social/forrst.png) no-repeat;
}
.social-icons li .github {
    background: url(../../pages/img/social/github.png) no-repeat;
}
.social-icons li .googleplus {
    background: url(../../pages/img/social/googleplus.png) no-repeat;
}
.social-icons li .jolicloud {
    background: url(../../pages/img/social/jolicloud.png) no-repeat;
}
.social-icons li .last-fm {
    background: url(../../pages/img/social/last-fm.png) no-repeat;
}
.social-icons li .linkedin {
    background: url(../../pages/img/social/linkedin.png) no-repeat;
}
.social-icons li .picasa {
    background: url(../../pages/img/social/picasa.png) no-repeat;
}
.social-icons li .pintrest {
    background: url(../../pages/img/social/pintrest.png) no-repeat;
}
.social-icons li .rss {
    background: url(../../pages/img/social/rss.png) no-repeat;
}
.social-icons li .skype {
    background: url(../../pages/img/social/skype.png) no-repeat;
}
.social-icons li .spotify {
    background: url(../../pages/img/social/spotify.png) no-repeat;
}
.social-icons li .stumbleupon {
    background: url(../../pages/img/social/stumbleupon.png) no-repeat;
}
.social-icons li .tumblr {
    background: url(../../pages/img/social/tumblr.png) no-repeat;
}
.social-icons li .twitter {
    background: url(../../pages/img/social/twitter.png) no-repeat;
}
.social-icons li .vimeo {
    background: url(../../pages/img/social/vimeo.png) no-repeat;
}
.social-icons li .wordpress {
    background: url(../../pages/img/social/wordpress.png) no-repeat;
}
.social-icons li .xing {
    background: url(../../pages/img/social/xing.png) no-repeat;
}
.social-icons li .yahoo {
    background: url(../../pages/img/social/yahoo.png) no-repeat;
}
.social-icons li .youtube {
    background: url(../../pages/img/social/youtube.png) no-repeat;
}
.social-icons li .vk {
    background: url(../../pages/img/social/vk.png) no-repeat;
}
.social-icons li .instagram {
    background: url(../../pages/img/social/instagram.png) no-repeat;
}
.social-icons li .reddit {
    background: url(../../pages/img/social/reddit.png) no-repeat;
}
.social-icons li .aboutme {
    background: url(../../pages/img/social/aboutme.png) no-repeat;
}
.social-icons li .flickr {
    background: url(../../pages/img/social/flickr.png) no-repeat;
}
.social-icons li .foursquare {
    background: url(../../pages/img/social/foursquare.png) no-repeat;
}
.social-icons li .gravatar {
    background: url(../../pages/img/social/gravatar.png) no-repeat;
}
.social-icons li .klout {
    background: url(../../pages/img/social/klout.png) no-repeat;
}
.social-icons li .myspace {
    background: url(../../pages/img/social/myspace.png) no-repeat;
}
.social-icons li .quora {
    background: url(../../pages/img/social/quora.png) no-repeat;
}
.social-icons.social-icons-color > li > a {
    opacity: 0.7;
    background-position: 0 -38px !important;
}
.social-icons.social-icons-color > li > a:hover {
    opacity: 1;
}
.social-icons.social-icons-circle > li > a {
    border-radius: 25px !important;
}

/***
Inline Social Icons
***/
.social-icon {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social-icon.social-icon-circle {
    border-radius: 25px !important;
}

.social-icon.amazon {
    background: url(../../pages/img/social/amazon.png) no-repeat;
}
.social-icon.behance {
    background: url(../../pages/img/social/behance.png) no-repeat;
}
.social-icon.blogger {
    background: url(../../pages/img/social/blogger.png) no-repeat;
}
.social-icon.deviantart {
    background: url(../../pages/img/social/deviantart.png) no-repeat;
}
.social-icon.dribbble {
    background: url(../../pages/img/social/dribbble.png) no-repeat;
}
.social-icon.dropbox {
    background: url(../../pages/img/social/dropbox.png) no-repeat;
}
.social-icon.evernote {
    background: url(../../pages/img/social/evernote.png) no-repeat;
}
.social-icon.facebook {
    background: url(../../pages/img/social/facebook.png) no-repeat;
}
.social-icon.forrst {
    background: url(../../pages/img/social/forrst.png) no-repeat;
}
.social-icon.github {
    background: url(../../pages/img/social/github.png) no-repeat;
}
.social-icon.googleplus {
    background: url(../../pages/img/social/googleplus.png) no-repeat;
}
.social-icon.jolicloud {
    background: url(../../pages/img/social/jolicloud.png) no-repeat;
}
.social-icon.last-fm {
    background: url(../../pages/img/social/last-fm.png) no-repeat;
}
.social-icon.linkedin {
    background: url(../../pages/img/social/linkedin.png) no-repeat;
}
.social-icon.picasa {
    background: url(../../pages/img/social/picasa.png) no-repeat;
}
.social-icon.pintrest {
    background: url(../../pages/img/social/pintrest.png) no-repeat;
}
.social-icon.rss {
    background: url(../../pages/img/social/rss.png) no-repeat;
}
.social-icon.skype {
    background: url(../../pages/img/social/skype.png) no-repeat;
}
.social-icon.spotify {
    background: url(../../pages/img/social/spotify.png) no-repeat;
}
.social-icon.stumbleupon {
    background: url(../../pages/img/social/stumbleupon.png) no-repeat;
}
.social-icon.tumblr {
    background: url(../../pages/img/social/tumblr.png) no-repeat;
}
.social-icon.twitter {
    background: url(../../pages/img/social/twitter.png) no-repeat;
}
.social-icon.vimeo {
    background: url(../../pages/img/social/vimeo.png) no-repeat;
}
.social-icon.wordpress {
    background: url(../../pages/img/social/wordpress.png) no-repeat;
}
.social-icon.xing {
    background: url(../../pages/img/social/xing.png) no-repeat;
}
.social-icon.yahoo {
    background: url(../../pages/img/social/yahoo.png) no-repeat;
}
.social-icon.youtube {
    background: url(../../pages/img/social/youtube.png) no-repeat;
}
.social-icon.vk {
    background: url(../../pages/img/social/vk.png) no-repeat;
}
.social-icon.instagram {
    background: url(../../pages/img/social/instagram.png) no-repeat;
}
.social-icon.reddit {
    background: url(../../pages/img/social/reddit.png) no-repeat;
}
.social-icon.aboutme {
    background: url(../../pages/img/social/aboutme.png) no-repeat;
}
.social-icon.flickr {
    background: url(../../pages/img/social/flickr.png) no-repeat;
}
.social-icon.foursquare {
    background: url(../../pages/img/social/foursquare.png) no-repeat;
}
.social-icon.gravatar {
    background: url(../../pages/img/social/gravatar.png) no-repeat;
}
.social-icon.klout {
    background: url(../../pages/img/social/klout.png) no-repeat;
}
.social-icon.myspace {
    background: url(../../pages/img/social/myspace.png) no-repeat;
}
.social-icon.quora {
    background: url(../../pages/img/social/quora.png) no-repeat;
}
.social-icon:hover {
    background-position: 0 -38px;
}

.social-icon-color {
    opacity: 0.7;
    background-position: 0 -38px !important;
}
.social-icon-color:hover {
    opacity: 1;
}

<!----bouton---->
 .button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    -webkit-box-shadow: #ff5959 0px 0px 40px 0px;
    -moz-box-shadow: #ff5959 0px 0px 40px 0px;
    box-shadow: #ff5959 0px 0px 40px 0px;
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEyElEQVRIia2Va2xTZRjHf+fSrbRbYTh3010YY0Ecg8UoIETJ5APRDAYqfFliMqIJIpcgiSFZREOMH4xRol8MJCgYYzSBqENuMcIYlxmGLhtzA9Z1967b2q7t2p6257x+OGdQjSEu8UmenJw37/n/n///fc77KMwx6isoWFvI6ifmkyuniI1rxOaK8dC4tC//uBi7Ioy+MyJw6UOt8/PNV7/bntlYaMf+vxBc2F34vZgZFiI8JER4WIioV4jRy6Lv2JbeT2pZ98/98pwZhAAtaGUAZnxgy6F8yweVr7/73q8nXnE0pm9X567BgEQIdAMQJqHJjHPJBvXl3frRYPiwb895mgGUucI3rBDbyueHl0naFGS6QE+BHgM9DqkotgUlUnFWZEPbjd4vh2aIKtW5ZD1XREW3n4BZ3sNj06LkNqevc1mkqwXJfY7MhY+APQdSUUjFITlDdmGpMz9w1fjmlvaL8tlm9jUdbDi94/lHG1+rkVZvLJ5eoM2IaE8Av+nB32NtKetddparKmo8rpFy/4azsAhsDkjFTDUCpITv8WNnh76QTm7lcMPeXU04S028RIDkpJuhwUHP9NhQq7t/9OLxNtF6pg+PpTAXKFuaS+UbT7HjxSXUFpcX4Fi3E3TdKkmgjXexcc/pFWo0QRK/G2Tn/YJtOaWUL1xURo1RVpMKNtS9OsTw6Mi98KS35fadiYtHr9B6aZBb+8/z82CIQ++4vPsc2iBIDvPQdci021icS4l628c9ERxAyi4GYTxwRRZmE8uCjNxCyvMeq0A2KlbUTjdu3e412tu7Lqx7P/TSp9c5tHE56wsM/0rQTAJDgqk2ZAVZvTpMT8Q/QXZewCSQhNlbae1nPoRpkAx2yS9nTIUqzTdCsmteD7K2El0zwf3doA2AAmq3l2GfPxTK1vwuMB6AK2ngzKoxEKN38d0YJzxjdlzTC1Q9syZ/E8Y06EkI3QPNDzKkkhhqzCA4FdQGFwe6q8jKBRRThSxM/PtKdPQ+D972KKMaoa86+OhoA7X1dTnH5+dlOtD6IDaBeQAQ9cFIiEkVSPijuImPVWF4weEEuwMkG8hSWoPqiDxw1KgY4yLYtFp5u3yRrVJRk5C4a9prs0xLwEA/oevDeFSA8QjdqGxCFUAE9AikAFk2U5FAAtUFOTmw6klKEEkQCVNlpln4bMZuQ4ePlnAcnwrQ4eV3AUgq5u2kYlajGlZaa4qVkpVYf4ZhgRuQ6oTREVInOjgCGCrA5X7uxDRwuCwAmykTAWSlrSkWUfodLCwCDZLXwOeGZg9fn/2TFqztdI0x7AsTKivAhQ3ENPjbTVtzykBZDuSnkchpCjQQ/RBphUAcrvho2f8TB60STYKETnAihKfMRrUYg4luGBFEFZAjHuxON2QVQeZSkAsAO4gU6JMQvQPTg5AQ0Ozh1IEf2WsYeGcFzs6D1PQUbr2Lat8E9KfwHjjHTv8M8bfWsmtNEbX5fhxqG6jzQLE6mRREkhi3/PQcu8mR5k6+BUJpBj4YOCMxusaD1P8RpevN0+wYmOImYOw+RWuWnWV1VdSuKuHpXCcFGSpyWCPUO0HPD51c7vVyDfDxsOu+rppnP67npCODCv59lMqmObisdDDHiSgDGXP54L/EX5ztNQw3UOoSAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}
 