.page-template-temoignages .main-header {
    padding: 90px 0px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    background-image: url(../images/photos/tem-faces/jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-template-temoignages .main-header img {
    width: 40px;
    margin-top: -6px;
    margin-right: 10px;
}
.page-template-temoignages .main-header h1 {
    color: white !important;
}

.temoignage {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.temoignage:last-child {
    border-bottom: inherit;
}

.tem-pic-circle {
    margin: 0 auto;
    position: relative;
    width: 100px; height: 100px;
    border-radius: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.temoignage h2 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
}
.temoignage h3 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}
.temoignage a {
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2d649c;
}

.temoignage .tem-content-text {
    margin-top: 30px;
    font-weight: 300; letter-spacing: 0.008em;
    font-size: 15px;
    margin-bottom: 0px;
    color: #404040;
    line-height: 30px;
}