h3#garantie-demline {
    padding-right: 7px;
}
h3.sidebar-title {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 5px;
}
h3#garantie-demline{
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 6px 10px;
    padding-right: 5px;
    color: #FFF;
    background: #565656;
    background: -moz-linear-gradient(top, #565656 0%, #565656 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#9a121c));
    background: -webkit-linear-gradient(top, #565656 0%,#565656 100%);
    background: -o-linear-gradient(top, #565656 0%,#565656 100%);
    background: -ms-linear-gradient(top, #565656 0%,#565656 100%);
    background: linear-gradient(to bottom, #565656 0%,#565656 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
}

.title-bar{
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 6px 10px;
    padding-right: 10px;
    color: #FFF;
    background: #c71b29;
    background: -moz-linear-gradient(top, #c71b29 0%, #9a121c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c71b29), color-stop(100%,#9a121c));
    background: -webkit-linear-gradient(top, #c71b29 0%,#9a121c 100%);
    background: -o-linear-gradient(top, #c71b29 0%,#9a121c 100%);
    background: -ms-linear-gradient(top, #c71b29 0%,#9a121c 100%);
    background: linear-gradient(to bottom, #c71b29 0%,#9a121c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c71b29', endColorstr='#9a121c',GradientType=0 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
}

.sidebar-block .sidebar-content{
    border-radius: 5px;
    padding: 20px 10px;
    box-shadow: inset 0px 0px 50px 0px #f4f4f4;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}

.sidebar-block .sidebar-content-block-img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.sidebar-block .sidebar-content-block-txt {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    color: #565656;
    line-height: 18px;
}

.sidebar-block {
    margin-bottom: 15px;
}

.sidebar-special-block-chat {
    width: 100%;
    height: 103px;
    background: url("../img/block-chat.png");
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("../img/block-chat.png");
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
}


.sidebar-special-block-chat .btn, .sidebar-special-block-devis .btn {
    width: 210px;
    position: absolute;
    margin-top: 70px;
    margin-left: 20px;
}
.sidebar-special-block-chat a, .sidebar-special-block-devis a {
    color: #fff;
}
.sidebar-block a {
    text-decoration: none;
    color: inherit;
}

.sidebar-special-block-chat .bold, .sidebar-special-block-devis .bold {
    font-size: 13px;
    letter-spacing: 0;
}
.sidebar-special-block-chat div, .sidebar-special-block-devis div {
    text-align: center;
    font-size: 12px;
    letter-spacing: -1px;
}
.bold {
    font-weight: bold;
}

.sidebar-special-content-chat {
    width: 170px;
    position: absolute;
    margin: 19px 0 0 57px;
}

.btn-green:hover {
    background: #B21723 !important;
}


.btn-green {
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    outline: none;
    border: none;
    font-weight: normal;
    cursor: pointer;
    padding: 5px 12px;
    font-size: 18px;
    font-family: Arial;
    font-variant: normal;
    font-style: normal;
    text-shadow: none;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.17);
}

.services p{
    font-family: Arial;
    line-height: 18px;
    font-size: 12px;
    color: #565656 !important;
    text-align: justify;
}
.services p, pre {
    margin: 1em 0;
}

.services ul {
    list-style-image: url("../img/list-bullet.png");
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
dl, menu, ol, ul {
    margin: 1em 0;
}

.services p.center {
    text-align: center;
}
.services p.center{
    font-family: Arial;
    line-height: 18px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
}

.services table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}

.services td, .services th {
    padding: 2px 5px;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
    color: #656565 !important;
    border: 1px dotted #656565 !important;
}

b, strong {
    font-weight: bold;
}

.services blockquote {
    margin: 0;
        margin-bottom: 0px;
    border-left: 3px solid #bbb;
    padding: 5px 10px 5px 12px;
    border-radius: 0 5px 5px 0;
    -moz-box-shadow: inset 0px 0px 50px 0px #f4f4f4;
    -webkit-box-shadow: inset 0px 0px 50px 0px #f4f4f4;
    -o-box-shadow: inset 0px 0px 50px 0px #f4f4f4;
    box-shadow: inset 0px 0px 50px 0px #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#f4f4f4, Direction=NaN, Strength=50);
    margin-bottom: 15px;
}
.services blockquote {
    margin: 1em 40px;
}

.faq-question {
    font-weight: bold;
    color: #565656;
    padding: 7px 0;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    padding-left: 45px !important;
    margin-bottom: 5px !important;
    cursor: pointer;
    padding-right: 15px;
}

div.faq-reponse {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Arial
}

.devis-info {
    margin-bottom: 10px;
    background: #eff7fd;
    border: 1px solid #a1b9cd;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #565656;
    font-family: Arial;
    line-height: 18px;
}

.devis-info h1 {
    font-size: 14px;
    margin: 0;
    display: inline;
    font-weight: bold;
    color: #004077;
    line-height: 22px;
}

div.devis-info{
    margin-bottom: 20px;
}

form {
    margin: 0;
}

form label {
    font-weight: normal;
    color: #656565;
    display: block;
    margin-bottom: 5px;
}

form input, form select, form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 5px;
}

form .left {
    float: left;
}
form .half-form {
    width: 45%;
}
form .right {
    float: right;
}
.services div.clear {
    margin-bottom: 25px;
}

.services form div {
    margin-bottom: 10px;
}

.vehicule-group, .effetperso-group, .email-group, .phone-group {
    display: none;
}

.address {
    margin-top: 20px;
}
.address > ul > li {
    display: inline-block;
    padding: 0px 20px;
    font-size: 12px;
}

#contactForm input, #contactForm select, #contactForm textarea{
    margin-bottom: 0px;
}

.default-inp::after {
    background-color: rgba(84,148,4, 0.8);
}

.btn-success:hover {
    color: #fff;
    background-color: #A91605;
    border-color: #398439;
}
#content{
    padding-left: 70px;
    padding-right: 70px; 
    margin-top: 30px;
}
#content .content .half {
    width: 48%;
}
#content .left {
    float: left;
}

#content .content .half {
    width: 48%;
}
#content .right {
    float: right;
}

#content #transport-types .sidebar-block {
    width: 230px;
    margin-right: 5px;
    float: left;
    line-height: 18px;
    font-size: 12px;
}

#content #transport-types .sidebar-content-block-img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

#content #transport-types .sidebar-content-block-txt {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    width: 180px;
    line-height: 18px;
    font-size: 12px;
}
#content #transport-types .sidebar-block:nth-child(2n) {
    margin-right: 0;
} 
#content .bold {
    font-weight: bold;
}
#content .sidebar-content-block-txt {
    display: inline-block;
    vertical-align: middle;
    color: #565656;
    line-height: 18px;
}

#content .content p, #content .content p font {
    font-family: Arial;
    line-height: 18px;
    font-size: 12px;
    color: #565656 !important;
    text-align: justify;
}

#content .content .third {
    width: 200px;
    margin: 20px 10px;
}
#content .content .block {
    position: relative;
    width: 100%;
}

#content .content .block img {
    position: relative;
}

#content .content .block .btn {
    position: absolute;
    margin-left: -200px;
    width: 150px;
    top: 140px;
}

.dev_btn{
    background-color: #398439;
}

.dev_btn a#dev_btn:hover,.dev_btn a#dev_btn:active{
   color:#fff;
}


.suivre_colis {
    text-align: left;
    border: none;
}

.fixed-devis {
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    height: 14px;
    border-radius: 3px 3px 0 0;
    position: fixed;
    right: 50px;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.fixed-devis-img {
    height: 15px;
    width: 10px;
    background: url("../img/devis-img.png") no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}