html {
    scroll-behavior: smooth;
}

.menu a {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

body {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

hr {
    border-top: solid 0.1em;
    color: #6c757d;
}

footer {
    background-color: #1d1d1b;
}

@media (max-width: 1444px) {
    .dblock {
        display: block !important;
    }
}

tr {
    border-bottom: 1px solid black;
}

tr:last-child {
    border-bottom: none;
}

td {
    border-left: 1px solid black;
    padding: 10px;
    min-height: 177px;
}

td p:last-child {
    margin-bottom: 0;
}

td img {
    margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}

td:first-child {
    border-left: none;
}

@media (max-width: 991px) {
    .bt {
        border-top: 1px solid #dee2e6;
    }
}

@media (max-width: 767px) {
    .cellborder {
        border-left: none;
    }
}

@media (max-width: 473px) {
    .padt {
        padding-top: 48px;
    }
}

@media (max-width: 864px) {
    .padt2 {
        padding-top: 48px;
    }
}

@media (max-width: 498px) {
    .disp1 {
        display: none;
    }
}

@media (min-width: 499px) {
    .disp2 {
        display: none;
    }
}

.sbold {
    font-weight: 600;
}

.fs33 {
    font-size: 1.5em;
}

.fs30 {
    font-size: 1.4em;
}

.fs22 {
    font-size: 1.2em !important;
}

.up {
    text-transform: uppercase;
}

.title {
    /* font-size: 50px; */
    font-size: 3em;
}

.appli {
    font-weight: bold;
    font-size: 1.5em;
}

.nav-link:hover {
    color: red !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: black !important;
}

.active {
    color: red !important;
    font-weight: bold !important;
}

.pt {
    padding-top: 2rem !important;
}

.size {
    font-size: 1.25em;
}

.roundborder {
    border: 2px solid black;
    border-radius: 15px;
}

.rborder {
    border-right: 0.5em solid #e2211c;
}

.lborder {
    border-left: 0.5em solid #e2211c;
}

.tborder {
    border-top: 1em solid #e2211c;
}

.bold {
    font-weight: bold;
}

.navbar {
    padding:0;
}

.w-init {
    width: initial;
}
