﻿/** CSS lié au formulaire **/

#surveyContainer .btn-primary {
    background-color: #c8102e;
    border-color: #c8102e;
}

#surveyContainer .progress-bar {
    background-color: #c8102e;
}

aside a {
    color: #d14905;
}

:root {
    --sjs-primary-backcolor: #d14905;
    --sjs-primary-forecolor: #f7f2ea;
    --primary: #d14905;
}