/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

:root {
--bs-blue: #FF5600;
--bs-indigo: #FF5600;
--bs-purple: #FF5600;
--bs-pink: #FF5600;
--bs-red: #FF5600;
--bs-orange: #FF5600;
--bs-yellow: #FF5600;
--bs-green: #FF5600;
--bs-teal: #FF5600;
--bs-cyan: #FF5600;
--bs-white: #fff;
--bs-gray: #FF6600;
--bs-gray-dark: #FF6600;
--bs-gray-100: #FF6600;
--bs-gray-200: #FF6600;
--bs-gray-300: #FF6600;
--bs-gray-400: #FF6600;
--bs-gray-500: #FF6600;
--bs-gray-600: #FF6600;
--bs-gray-700: #FF6600;
--bs-gray-800: #FF6600;
--bs-gray-900: #FF6600;
--bs-primary: #FF5600;
--bs-secondary: #FF5600;
--bs-success: #FF5600;
--bs-danger: #FF5600;
--bs-warning: #FF5600;
--bs-info: #FF5600;
--bs-light: #FF6600;
--bs-dark: #FF6600;
--bs-black60: #666666;
--bs-cancel: #FF5600;
--bs-primary-rgb: 255, 86, 0;
--bs-secondary-rgb: 255, 86, 0;
--bs-success-rgb: 255, 86, 0;
--bs-danger-rgb: 255, 86, 0;
--bs-warning-rgb: 255, 86, 0;
--bs-info-rgb: 255, 86, 0;
--bs-light-rgb: 255, 102, 0;
--bs-dark-rgb: 255, 102, 0;
--bs-black60-rgb: 102, 102, 102;
--bs-cancel-rgb: 255, 86, 0;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-bg: #fff;
}
body {
background-color: var(--bs-body-bg);
color: var(--bs-body-color);
}
a {
color: #FF5600;
}
a:hover {
color: #000000;
}
.btn,
.btn-primary {
background-color: #FF5600;
border-color: #FF5600;
color: #FFFFFF;
}
.btn:hover,
.btn-primary:hover {
background-color: #E64A00;
border-color: #E64A00;
}
.survey-name,
.survey-description,
.survey-welcome {
margin-bottom: 10px;
}
.question-count-text {
font-size: 1.2825rem;
line-height: 24px;
font-weight: 600;
}
.privacy {
margin-top: 40px;
font-weight: 400;
font-size: 0.855rem;
line-height: 16px;
}
.privacy .ls-privacy-head,
.privacy #datasecurity_notice_label {
font-weight: 500;
}
.privacy .ls-privacy-block:not(:first-child) {
margin-top: 1rem;
}
.privacy p {
margin-bottom: 0;
}
.privacy .checkbox-item label::before {
border: 3px solid #FF5600;
}
.datasecurity-checkbox-container {
margin-top: 14px;
padding-left: 16px;
}
.datasecurity-checkbox-label,
.datasecurity-checkbox-label a.show-policy {
font-weight: 600;
font-size: 1.14rem;
line-height: 20px;
}
#datasecurity_notice,
#datasecurity_notice_label,
.datasecurity-checkbox-label {
color: #6E748C;
}
.well {
background: none !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.well .thankyou {
font-size: 2.85rem;
font-style: normal;
font-weight: 600;
line-height: 52px;
}
.well .created-with {
font-size: 16px;
}
.well .img-fluid {
margin-bottom: 8px;
width: 150px;
}
.form-change-lang {
padding-bottom: 10px;
}
.form-change-lang .control-label {
font-weight: 600;
font-size: 1.14rem;
line-height: 20px;
}
.form-change-lang .language-icon {
float: left;
margin-right: 4px;
font-weight: 400;
}
.form-change-lang #language-changer-select {
font-weight: 600;
font-size: 1.14rem;
line-height: 20px;
cursor: pointer;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
z-index: 10;
}
.form-change-lang #language-changer-select:focus-visible {
outline: none;
}
.form-change-lang .ls-language-changer-item {
display: none;
}
.top-content .form-change-lang {
float: right;
}
.form-change-lang .language-icon, .form-change-lang .control-label {
color: #6E748C;
}
.form-change-lang #language-changer-select {
color: #14AE5C;
background-color: transparent;
}
.form-change-lang #lang-select {
background-color: #ffffff;
}
.form-change-lang #lang-select::after {
cursor: pointer;
position: relative;
right: 16px;
color: #14AE5C;
font-family: "remixicon";
content: "\ea50";
z-index: 5;
}
.space-col {
margin-top: 1em;
margin-bottom: 2em;
}
.darkmode-on {
background-color: #333641;
color: white;
}
@media (min-width: 761px) {
.surveys-list .btn-group {
width: 49%;
}
}
#surveyListFooter {
background-color: #ffffff;
}

/******************
    Ajouts couleur bouton
*/

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FF6600 !important;
    border-color: #FF6600 !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25) !important;
}
