.theme-originale .fondcalculateur{
    background-color: #283F5D;
    border: 10px solid #223047; 
}
.theme-originale .titre{
    color: white;
}

.theme-bleu .fondcalculateur{
    background-color: #85B6CC;
    border: 10px solid #003366;
}
.theme-bleu .titre{
    color: white;
}

.theme-gris .fondcalculateur{
    background-color: #D2D3D2;
    border: 10px solid #676666;
}
.theme-gris .titre{
    color: white;
}

.theme-vert .fondcalculateur{
    background-color: #8AC988;
    border: 10px solid #155A33;
}
.theme-vert .titre{
    color: white;
}

.theme-rouge .fondcalculateur{
    background-color: #E8855E;
    border: 10px solid #8A0100;
}
.theme-rouge .titre{
    color: white;
}

.theme-jaune .fondcalculateur{
    background-color: #F7D457;
    border: 10px solid #D4A301;
}
.theme-jaune .titre{
    color: white;
}

.theme-cyan .fondcalculateur{
    background-color: #96D1D0;
    border: 10px solid #48A3A0;
}
.theme-cyan .titre{
    color: #2C2C2C;
}

.theme-blanc .fondcalculateur{
    background-color: #E7E7E6;
    border: 10px solid #CFCFCF;
}
.theme-blanc .titre{
    color: #2C2C2C;
}

.theme-blanc .flèche{
    color: #2C2C2C;
  }

.theme-noir .fondcalculateur{
    background-color: #262726;
    border : 10px solid white;
}
.theme-noir .titre{
    color: white;
}


.theme-halloween .fondcalculateur{
      background-color:#2E2E2E;
      border: 10px solid #1F1F25;
}
.theme-halloween .titre{
    color: white;
}
