body, h1.section {
    padding-top: 70px;
}
.container.home-page {
    margin-top: 130px;
    margin-bottom: 320px;
}
.authorSmallCaps {
    font-variant: small-caps
}
dt {
    margin-top: 25px;
}
.pipe {
    padding-left: 10px;
    margin-right: 10px;
}
.caption {
    text-align:center;
    margin-top:10px;
}
ul.social-icons {
    /* text-align:center; */
    margin-top:50px;
}

blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
}
.fa-margin-right {
    margin-right: 5px;
}

/* Les liens sociaux sont : <ul class="list-inline social-icons"><li><a class="btn btn-round btn-clear"><i class="fa fa-twitter"> */

.social-icons .btn.btn-clear {
    border: 1px solid;
}
.btn-round {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    padding: 0;
    width: 50px;
}
.btn-round i {
    font-size: 20px;
    position: relative;
    top: 15px;
}
.btn-round b {
    font-size: 15px;
    position: relative;
    top: 15px;
}

/*
.btn.btn-clear {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid yellow;
    color: red;
    font-weight: bold;
    transition-duration: 0.8s;
    transition-property: transform;
}
*/

.navbar-nav li a {
    font-weight: bold;
}

.vertical-space {
    margin-top: 200px;
}
