/* === Couleurs personnalisées 1SWISS1 === */

/* Rouge */
.bg-red1s1 {
    background-color: #ff5756;
}

.text-red1s1 {
    color: #ff5756;
}

.bg-red1s1-40 {
    background-color: rgba(255, 87, 86, 0.4);
}

.text-red1s1-40 {
    color: rgba(255, 87, 86, 0.4);
}

/* Gris */
.bg-grey1s1 {
    background-color: #f4f4f4;
}

.text-grey1s1 {
    color: #f4f4f4;
}

/* Gray 1s1 */
.bg-gray1s1-100 {
    background-color: #E8E8E8;
}

.text-gray1s1-100 {
    color: #E8E8E8;
}

/* Blanc */
.bg-white1s1-100 {
    background-color: rgba(255, 255, 255, 1) !important;
}

.bg-white1s1-70 {
    background-color: rgba(255, 255, 255, 0.7);
}

.bg-white1s1-40 {
    background-color: rgba(255, 255, 255, 0.4);
}

.text-white1s1-100 {
    color: rgba(255, 255, 255, 1);
}

.text-white1s1-70 {
    color: rgba(255, 255, 255, 0.7);
}

.text-white1s1-40 {
    color: rgba(255, 255, 255, 0.4);
}

/* Noir */
.bg-black1s1-100 {
    background-color: rgba(34, 34, 34, 1);
}

.bg-black1s1-70 {
    background-color: rgba(34, 34, 34, 0.7);
}

.bg-black1s1-60 {
    background-color: #464949;
}

.bg-black1s1-40 {
    background-color: rgba(34, 34, 34, 0.4);
}

.text-black1s1-100 {
    color: rgba(34, 34, 34, 1);
}

.text-black1s1-70 {
    color: rgba(34, 34, 34, 0.7);
}

.text-black1s1-60 {
    color: #464949;
}

.text-black1s1-40 {
    color: rgba(34, 34, 34, 0.4);
}

/* === Tailles de police === */

.text-98 {
    font-size: 98px;
}

.text-85 {
    font-size: 85px;
}

.text-72 {
    font-size: 72px;
}

.text-60 {
    font-size: 60px;
}

.text-48 {
    font-size: 48px;
}

.text-36 {
    font-size: 36px;
}

.text-30 {
    font-size: 30px;
}

.text-28 {
    font-size: 28px;
}

.text-24 {
    font-size: 24px;
}

.text-20 {
    font-size: 20px;
}

.text-18 {
    font-size: 18px;
}

.text-16 {
    font-size: 16px;
}

.text-14 {
    font-size: 14px;
}

.text-12 {
    font-size: 12px;
}

.text-10 {
    font-size: 10px;
}

a.dropdown-toggle::after {
    display: none !important;
}