body {
    background-color: #5c9ccc;
}

.navtop {
    height: 50px;
    /*background-color: #243656;*/
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navtop a {
    color: #ffff;
    text-decoration: none;
    margin-right: 5px;
    font-family: 'Oswald', sans-serif;
}

.logo {
    width: 300px;
    height: 50px;
    background: url(/img/Logo_smartglide_03.png) no-repeat;
    background-size: contain;
}

.carousel {
    margin: 0;
}

.card {
    --bs-card-spacer-y: 0;
}

.card-subtitle {
    /*color: green;*/
    font-weight: bold;
    font-style: italic;
    padding-bottom: 0.5rem;
}

.big-title {
    font-family: 'Rubik', sans-serif;
}

.myred {
    background-color: #e02e43;
}

.myyellow {
    background-color: #e0c12e;
}

.bold {
    font-weight: bold;
}

ul.keys {
    position: relative;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2,1fr);
    gap: 0;
}

.keys li {
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 31px;
    position: relative;
    margin-bottom: 39px;
}

.keys li span {
    display: block;
}

ul.keys li span.number {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: -3px;
}

.keys ul li span.text {
    color: #b8b8b8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

ul.keys li:nth-child(even) {
    text-align: right;
}

ul.keys li:after {
    content: " ";
    position: absolute;
    display: block;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 277px;
    background: black;
}

ul.keys li:nth-child(even):after {
    right: 0;
    left: auto;
}

.chiffres-clef figure {
    width: 226px;
    height: 477px;
    position: absolute;
    display: block;
    text-align: center;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.chiffres-clef figure img {
    width: 226px;
    height: 477px;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
}

.black {
    background-color: #08090a;
    color: white;
}

.footer {
    height: 200px;
    font-size: smaller;
}

.footer b {
    font-weight: 900;
}

.footer ul {
    margin-top: 8px;
}

.footer li {
    margin-bottom: 4px;
    color: #b8b8b8;
}

.footer a {
    color: #b8b8b8;
    text-decoration: none;
}

.contact {
    margin-top: 70px;
    background-color: rgb(248,249,250);
}

