body {
    margin: 0;
}

a, a:link, a:visited, a:focus, a:hover {
    text-decoration: none;
}

h3 {
    padding: 24px 0px;
}

p {
    font-size: 14pt;
}

.main {
    box-shadow: 0px 0px 20px 5px #cccccc;
    padding: 0px 32px 32px 32px;
}

.header {
    margin-top: 32px;
    padding: 24px 12px;
}

.footer {
    margin-top: 48px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    padding: 24px 12px;
}

.logo {
    display: inline-block;
    width: 48%;
}

.logo h1 a {
    font-weight: bold;
    font-size: 22pt;
}

.phone-addr-email {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 12pt;
}

.phone {
    font-size: 16pt;
    font-weight: bold;
}

.worktime {

}

.worktime thead td {
    padding: 12px 24px 12px 12px;
    font-weight: bold;
}

.worktime tbody td {
    text-align: center;
    padding: 6px 24px 6px 12px;
    font-weight: bold;
}

.worktime tbody tr.work {
    border-left: 4px solid #337ab7;
    background-color: #e7f4ff;
}

.worktime tbody tr.work .day {
    padding: 4px 12px;
    background-color: #337ab7;
    color: #ffffff;
}

.worktime tbody tr.end {
    border-top: 1px dotted #337ab7;
}

.worktime tbody tr.weekend {
    border-left: 4px solid #b73333;
    background-color: #ffe7e7;
}

.worktime tbody tr.weekend .day {
    padding: 4px 12px;
    background-color: #b73333;
    color: #ffffff;
}

.dinner {
    color: #b73333;
}

.tarifs {
    border: 1px solid #aaaaaa;
}

.tarifs td {
    padding: 6px 6px 6px 6px;
}

.tarifs thead .place {
    font-weight: bold;
    background-color: #eeeeee;
}


.tarifs thead .product {
    font-weight: bold;
    background-color: #ffffff;
}


.tarifs .cost {
    text-align: right;
    /*font-weight: bold;*/
}

.tarifs .cold {
    background-color: #e7f4ff;
}

.tarifs .hot {
    background-color: #ffe7e7;
}

.tarifs .water-disposal {
    background-color: #e7ffeb;
}

.tarifs .energy {
    background-color: #fffee0;
}

.tarifs .gbo {
    background-color: #ffdf60;
}

.post {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.contacts div {
    margin: 12px;
}

.contacts img {
    margin: 12px;
    width: 96px;
    height: 96px;
    box-shadow: 0px 0px 5px 2px #cccccc;
}

.contacts tr {
    border-top: 1px solid #cccccc;
}

.docs .img-container {
    display: inline-block;
}

.docs img {
    margin: 12px;
    height: 300px;
}

.docs td {
    text-align: center;
}

.carousel {
    padding: 32px 0px;
/*    width: 50%;*/
}

@media (min-width: 576px) {
    .header {
        padding: 24px 72px;
    }

    .footer {
        padding: 24px 72px;
    }

    .tarifs td {
        padding: 12px 24px 12px 12px;
    }

    .contacts img {
        width: 128px;
        height: 128px;
    }

    .docs img {
        height: 600px;
    }
}
