body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #2f3946;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #ddd;
}

header a {
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
}

header a:hover {
    color: #666;
    text-decoration: underline;
}

header .logo {
    max-width: 200px;
}

.devis-content h1 {
    font-size: 34px;
    font-weight: 800;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
}

.devis-content strong {
    font-weight: 800;
}

.devis-content .inner {
    background: #eee;
    padding: 15px;
    padding-top: 20px;
    border: 1px solid #ddd;
}

.btn {
    padding: 10px 15px;
    border: 1px solid #aaa !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 14px;
    color: #666;
}

.btn:hover {
    color: #333;
    border: 1px solid #333 !important;
}

.btn-color {
    background: #ddd;
}

.btn-color-r {
    background: #ea9896;
}

.btn-color-j {
    background: #efe398;
}

.btn-color-v {
    background: #bfe9a2;
}

textarea {
    resize: vertical;
    padding: 15px;
    width: 100%;
    height: 81px;
    background: rgba(255,255,255, .9);
    border: 1px solid #aaa;
}

button.bt-delete {
    appearance: none;
    background: transparent;
    border: 0;
}

button.bt-delete:hover {
    color: red;
}

.text-demande .addText {
    display: none;
}

.text-demande a.lire-plus {
    text-decoration: none;
    color: initial;
    cursor: default;
}

.text-demande a.lire-plus span {
    text-decoration: underline;
    cursor: pointer;
}