/***** HEADER *****/
.astroid-header-section {
    border-bottom: 5px solid var(--bs-primary);
}
.astroid-header-sticky {
    border-bottom: 5px solid var(--bs-primary);
    box-shadow: none !important;
}

/***** LOGO *****/
.astroid-logo img {
    max-width: 250px;
    max-height: 100px;
}
/***** TITRES *****/
h2 {
    margin-bottom: 1.5rem;
}
/***** LIENS *****/
a.btn.btn-primary.readmore-btn {
    color: #fff;
}
/***** IMAGES *****/
figure.text-left {
    float: rileftght;
    margin-right: 30px;
}
figure.left.item-image {
    float: left;
}
figure.text-right {
    float: right;
    margin-left: 30px;
}
figure.right.item-image {
    float: right;
}
/***** TARIFS *****/
img.tarifsimg {
    position: relative;
    top: 13px;
}