@charset "UTF-8";
.slick-header-columns {
  border-bottom: 1px solid #BBBBBB;
  font-size: 10pt;
  color: #00437d;
}
.slick-header-columns .slick-header-column.ui-state-default {
  /* Override bootstrap */
  box-sizing: content-box !important;
}

.slick-cell {
  border-color: transparent #D4D4D4 #D4D4D4 transparent;
  border-style: solid solid solid solid;
  border-width: 0 1px 1px 0;
  padding: 1px 1px 0 2px;
  background-color: #ffffff;
  font-size: 12px;
}
.slick-cell.center {
  text-align: center;
}

.slick-row.active .slick-cell {
  background-color: #EEEEEE;
}
.slick-row.active .slick-cell.active {
  background-color: #BBBBBB;
}

.slick-column-name {
  text-transform: uppercase;
}

/** slickgrid header filter excel **/
.slick-header-menubutton {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: thin ridge silver;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

.slick-header-menu {
  background: none repeat scroll 0 0 white;
  border: 1px solid #BFBDBD;
  min-width: 175px;
  padding: 4px;
  z-index: 100000;
  cursor: default;
  display: inline-block;
  margin: 0;
  position: absolute;
}
.slick-header-menu button {
  border: 1px solid #BFBDBD;
  background-color: White;
  min-width: 60px;
  padding: 4px;
  margin: 4px 4px 4px 0;
}
.slick-header-menu .filter {
  border: 1px solid #BFBDBD;
  font-size: 8pt;
  height: auto;
  max-height: 400px;
  margin-top: 6px;
  overflow: scroll;
  padding: 4px;
  white-space: nowrap;
  width: 300px;
}

.slick-header-menuitem {
  border: 1px solid transparent;
  padding: 2px 4px;
  cursor: pointer;
  list-style: none outside none;
  margin: 0;
}
.slick-header-menuitem:hover {
  border-color: #BFBDBD;
}

.slick-header-menuicon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}

.slick-header-menucontent {
  display: inline-block;
  vertical-align: middle;
}

.slick-header-menu .filter label {
  font: 10pt Calibri, "Segoe UI", Arial, Verdana, Sans-Serif;
  display: block;
  margin-bottom: 5px;
}
.slick-header-menu .filter label input {
  margin-right: 4px;
}

.tree-toggle-item {
  height: 9px;
  width: 9px;
  display: inline-block;
}
.tree-toggle-item.expand {
  cursor: pointer;
  background: url("../lib/slickgrid-2.3.2/images/expand.gif") no-repeat center center;
}
.tree-toggle-item.collapse {
  cursor: pointer;
  background: url("../lib/slickgrid-2.3.2/images/collapse.gif") no-repeat center center;
}

.tree_compo_fulltext {
  margin-bottom: 10px;
}
.tree_compo_fulltext input[type=search].form-control {
  font-size: 12px;
}
.tree_compo_fulltext input[type=search].form-control::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.altitude-files-upload .altitude-add-file {
  margin-top: 15px;
}
.altitude-files-upload .altitude-dropzone {
  border: 3px #dddddd dashed;
  text-align: center;
  padding: 65px 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  min-width: 131px;
}
.altitude-files-upload .altitude-dropzone .lib-dropzone {
  color: #dddddd;
  font-size: 20px;
}
.altitude-files-upload .progress {
  height: 20px;
  margin-bottom: 0;
}
.altitude-files-upload .progress .progress-bar {
  background-color: #4b4a4d;
}
.altitude-files-upload .altitude-empty-file-list {
  text-align: center;
  border: 1px #dddddd solid;
  padding: 15px 15px;
}
.altitude-files-upload .altitude-template-file {
  display: none;
}
.altitude-files-upload input.altitude-fileupload {
  display: none;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .grid-image {
  display: none;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .altitude-delete-wrapper a {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .altitude-file-wrapper {
  overflow: hidden;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .altitude-file-wrapper .altitude-preview-wrapper, .altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .altitude-file-wrapper .altitude-filename-wrapper {
  float: left;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .image-link {
  margin-right: 50px;
  transition: background-color ease 400ms;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .image-link:hover, .altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .image-link:focus {
  background-color: #fafafa;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .altitude-filename-wrapper {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list .altitude-preview-wrapper {
  width: 50px;
  height: 50px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-list li {
  border-top: 1px solid #dddddd;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .list-image {
  display: none;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-delete-wrapper a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-preview-wrapper {
  width: 150px;
  height: 150px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-filename-wrapper {
  padding: 5px;
  text-align: center;
  max-width: 150px;
  overflow: hidden;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-files-list {
  border-top: 1px solid #dddddd;
  min-height: 192px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #dddddd;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper a {
  display: block;
  text-align: center;
  transition: 400ms;
  color: #cacaca;
  background-color: white;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper a:hover, .altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper a:focus {
  background-color: #f55145;
  color: white;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-files-list {
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  border-top: none;
  text-align: center;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-files-list li {
  list-style: none;
  position: relative;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-files-list li .image-link {
  display: block;
}
.altitude-files-upload.atitude-fileupload-single {
  display: inline-block;
  width: 189px;
}
.altitude-files-upload.atitude-fileupload-single .altitude-files-liste-wrapper.altitude-files-mode-grid li {
  margin: 0;
  border: none;
}

.medias-reponse-file .row-button {
  display: none;
}

.medias-documentation-file .row-button {
  display: none;
}

.single-media-documentation-file .row-button {
  display: none;
}
.single-media-documentation-file .atitude-fileupload-single {
  display: none;
}

.trigger_buttons_row {
  padding-left: 0;
}
.trigger_buttons_row a {
  font-size: 24px;
}
.trigger_buttons_row a i {
  color: #02437d;
}

#trigger_form_wrapper {
  width: 100%;
  min-height: 155px;
  position: relative;
}
#trigger_form_wrapper .loader-body {
  position: absolute;
}

.divider {
  text-align: center;
  padding: 20px;
}
.divider span {
  display: inline-block;
  background-color: #d2d2d2;
  height: 2px;
  border-radius: 50%;
  width: 90%;
}

#formEditTabs {
  background-color: #02437d;
}

.trigger_conditions_wrapper > .row > div[class^=col-lg] {
  padding: 0;
}

.trigger_conditions_wrapper {
  width: 100%;
  padding-left: 55px;
}

.trigger_conditions_wrapper ul {
  margin: 0;
  padding: 0;
}

.trigger_conditions_wrapper .list_container .list_item {
  line-height: 1.5;
  list-style: outside none none;
  margin: 0 0 2px;
  min-height: 27px;
  position: relative;
  width: 100%;
}

.trigger_conditions_wrapper .list_container .list_item:last-child {
  margin: 0;
}

.trigger_conditions_wrapper .list_container {
  background: #fafafa none repeat scroll 0 0;
  border-color: #ddd #ddd #ddd #ccc;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  margin: 0 0 5px;
  padding: 3px 3px 37px;
  width: 100%;
}

.trigger_conditions_wrapper .list_container .form-control {
  height: 26px !important;
  padding: 1px 5px;
}

.trigger_conditions_wrapper .list_container .form-control.chooseQuestion {
  width: 280px;
  cursor: pointer;
}
.trigger_conditions_wrapper .list_container .form-control.chooseQuestion.has-warnings {
  border: 2px solid #ffc107;
}

.trigger_conditions_wrapper .list_container .form-control.chooseQuestionProperty {
  width: 140px;
}

.trigger_conditions_wrapper .list_container .form-control.chooseQuestionOp {
  width: 150px;
}

.trigger_conditions_wrapper .list_container .form-control.chooseQuestionVal {
  min-width: 205px;
  background-color: white;
}

.trigger_conditions_wrapper .list_container div.chooseQuestionVal_container.filter_type_date {
  margin-top: 4px;
}

.trigger_conditions_wrapper .list_container div.chooseQuestionVal_container.filter_type_date div.form-group {
  display: inline-block;
}

.trigger_conditions_wrapper .list_container .input-group.date {
  max-width: 160px;
  width: auto;
}

.trigger_conditions_wrapper .list_container .select2-container--bootstrap4 {
  width: 205px !important;
}

.trigger_conditions_wrapper .list_container .select2-container--bootstrap4 .select2-selection.select2-selection--multiple {
  min-height: auto;
  background-color: white;
}

.trigger_conditions_wrapper .list_container .list_item > div.chooseQuestionVal_container.is-invalid .select2-selection {
  border-color: #dc3545;
}

.trigger_conditions_wrapper .list_container .select2-container .select2-search--inline {
  margin: 0;
}
.trigger_conditions_wrapper .list_container .select2-container .select2-search--inline .select2-search__field {
  font-size: 12px;
  padding: 0;
  padding-left: 4px;
}

.trigger-condition-select2-container .select2-dropdown {
  border-color: #D2D2D2;
}
.trigger-condition-select2-container .select2-dropdown .select2-results__option {
  font-size: 12px;
  padding: 2px 5px;
}
.trigger-condition-select2-container .select2-dropdown .select2-results__option span.satisfaction-icon {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}

.trigger_conditions_wrapper .list_container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.trigger_conditions_wrapper .list_container .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
  padding-top: 5px;
}

.trigger_conditions_wrapper .list_container .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 8px;
  margin: 2px 0 0 3px;
}
.trigger_conditions_wrapper .list_container .select2-selection--multiple .select2-selection__choice span.satisfaction-icon:before {
  line-height: 8px;
}

.trigger_conditions_wrapper .list_container .list_item > div.chooseQuestionObj_container,
.trigger_conditions_wrapper .list_container .list_item > div.chooseQuestionPropertyObj_container,
.trigger_conditions_wrapper .list_container .list_item > div.chooseQuestionOp_container,
.trigger_conditions_wrapper .list_container .list_item > div.chooseQuestionVal_container,
.trigger_conditions_wrapper .list_container .list_item > div.addQuestion_container,
.trigger_conditions_wrapper .list_container .list_item > div.removeQuestion_container,
.trigger_conditions_wrapper .list_container .list_item > div.linkFilter_spacer,
.trigger_conditions_wrapper .list_container .list_item > div.addButton_spacer {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.trigger_conditions_wrapper .list_container .list_item > div.addQuestion_container {
  margin-left: 0;
}

.trigger_conditions_wrapper .list_container .list_item > div.chooseQuestionObj_container {
  margin-left: 40px;
}

.trigger_conditions_wrapper .list_container .list_item > div.filter_type_date {
  /* width: 193px;*/
  margin-top: 0;
  display: block;
}

.trigger_conditions_wrapper .list_container .list_item > div.linkFilter_container {
  font-size: 12px;
  font-weight: bold;
  left: -18px;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  top: -11px;
  margin: 0;
}

.trigger_conditions_wrapper .list_container .list_item > div.linkFilter_container select {
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: -47px;
  top: -7px;
  width: auto;
  padding: 0px;
}

.trigger_conditions_wrapper .list_container .list_item > div.linkFilter_container .linkFilter_container-icon {
  display: inline-block;
  height: 28px;
  position: absolute;
  right: -58px;
  top: -6px;
  width: 10px;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

div.linkGroup_container {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: -11px 0 0 -55px;
  padding-bottom: 5px;
  padding-top: 0;
  text-align: center;
}

div.linkGroup_container select {
  font-size: 10px;
  font-weight: normal;
}

.trigger_conditions_wrapper .list_container .list_item .input-group-addon {
  font-size: 12px;
  padding: 3px 10px;
}

.trigger_conditions_wrapper .list_container .list_item > div.removeQuestion_container {
  margin: 0;
  position: absolute;
  right: 0;
  top: 1px;
}

.trigger_conditions_wrapper .list_container .list_item > div.removeQuestion_container .removeQuestion-icon {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  text-align: center;
  width: 25px;
}

input.btn.addQuestion:hover,
.trigger_conditions_wrapper .list_container .list_item > div.removeQuestion_container .removeQuestion-icon:hover {
  background: #efefef;
  cursor: pointer;
}

.trigger_conditions_wrapper div.form-group {
  margin: 0 !important;
  position: initial;
  padding-top: 0;
}
.trigger_conditions_wrapper div.form-group input, .trigger_conditions_wrapper div.form-group select {
  font-size: 12px;
  margin-top: 0;
}

.trigger_conditions_wrapper:after {
  clear: both;
}

div.linkFilter_container, div.linkFilter_spacer {
  /* width: 50px;*/
}

.addQuestion_container input.btn.addQuestion, .removeQuestion_container input.btn.removeQuestion {
  font-size: 16px;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 0 8px;
  position: absolute;
}

.removeQuestion_container input.btn.removeQuestion {
  bottom: 1px;
}

.addQuestion_container input.btn.addQuestion {
  bottom: -31px;
}

div.addButton_spacer {
  /*width: 28px;*/
}

.question_tooltip .tooltip-inner {
  max-width: 450px;
  text-align: left;
}
.question_tooltip .tooltip-inner div.theme_name {
  font-size: 14px;
}
.question_tooltip .tooltip-inner div.soustheme_name {
  font-size: 13px;
  padding-left: 15px;
}
.question_tooltip .tooltip-inner div.question_name {
  font-size: 12px;
  padding-left: 30px;
}
.question_tooltip .tooltip-inner div.cellule_name {
  font-size: 11px;
  padding-left: 45px;
}
.question_tooltip .tooltip-inner div.warnings {
  background-color: #ffc107;
  color: white;
  margin-left: 20px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.question_tooltip .tooltip-inner div.warnings .attention_label {
  font-weight: bold;
  text-decoration: underline;
}
.question_tooltip .tooltip-inner div.warnings ul {
  margin-bottom: 0;
}
.question_tooltip .tooltip-inner div.warnings ul li {
  font-weight: normal;
}

#formule_input_label {
  font-weight: bold;
  color: #989898;
}

.is-focused #formule_input_label {
  color: #035eaf;
}

#formule_input {
  border: 2px solid #989898;
  background-image: none;
}
.formule-btns-wrapper {
  padding-top: 30px;
  padding-left: 0;
}
.formule-btns-wrapper a {
  margin-right: 5px;
  font-size: 32px;
}

.formule-saisie-manuelle-wrapper {
  padding-top: 36px;
}

.formule_help_tooltip .tooltip-inner {
  max-width: 600px;
  text-align: left;
  font-size: 16px;
}
.formule_help_tooltip .tooltip-inner .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 0;
}
.formule_help_tooltip .tooltip-inner .jumbotron li {
  padding-top: 1px;
}

#variables_table thead th {
  color: #aaa;
  font-weight: normal;
  font-size: 14px;
  padding: 4px;
  padding-left: 12px;
}
#variables_table tbody td.variable_name_cell {
  width: 200px;
}
#variables_table tbody td.variable_question_cell select.question_select {
  cursor: pointer;
}
#variables_table tbody td.variable_question_property_cell {
  width: 250px;
}
#variables_table tbody td.variable_remove_cell {
  width: 80px;
}
#variables_table tbody td.variable_remove_cell .remove_variable {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 8px 0;
  cursor: pointer;
}
#variables_table tbody td.variable_remove_cell .remove_variable i {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  text-align: center;
  width: 25px;
}
#variables_table tbody td .form-control {
  font-size: 12px;
}

.questionnaire_tree_wrapper {
  width: 100%;
  height: 500px;
}

.slick-cell {
  border-color: #D4D4D444;
}

.slick-rowcurrent_entity .slick-cell {
  font-weight: bold;
  background-color: #D4D4D444;
}
.slick-row.element_not_used .slick-cell, .slick-row.not-selectable .slick-cell {
  color: #B1B1B1;
}
.slick-row.element_used .slick-cell {
  background-color: #D4D4D444;
  color: #e6007e;
}
.theme_infos, .soustheme_infos, .question_infos {
  height: 28px;
  line-height: 28px;
  padding: 2px 0;
  vertical-align: middle;
}
.theme_infos span.handle, .soustheme_infos span.handle, .question_infos span.handle {
  display: inline-block;
  float: left;
  clear: both;
  height: 24px;
}
.theme_infos span.elem_title, .soustheme_infos span.elem_title, .question_infos span.elem_title {
  margin-left: 10px;
}

.theme_wrapper:not(:first-child) {
  margin-top: 15px;
}
.theme_wrapper .theme_infos {
  background-color: #e6007e;
  color: white;
  padding-left: 10px;
}
.theme_wrapper .theme_content {
  border: 1px solid #e6007e;
  padding: 5px;
}

.soustheme_wrapper:not(:first-child) {
  margin-top: 15px;
}
.soustheme_wrapper .soustheme_infos {
  background-color: #035eaf;
  color: white;
  padding-left: 20px;
}
.soustheme_wrapper .soustheme_infos:not(:first-child) {
  margin-top: 10px;
}
.soustheme_wrapper .soustheme_content {
  border: 1px solid #035eaf;
  padding: 5px;
}

.question_infos {
  background-color: white;
  color: black;
  padding-left: 30px;
}

.conformite-switcher .conformite-switcher-element {
  border: 1px solid #c1c1c1;
  border-right: none;
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 130px;
  color: #4b4a4d;
}
.conformite-switcher .conformite-switcher-element.empty-reponse {
  width: 34px;
}
.conformite-switcher .conformite-switcher-element.empty-reponse.is-selected {
  display: none;
}
.conformite-switcher .conformite-switcher-element.is-conforme {
  border-right: 1px solid #c1c1c1;
}
.conformite-switcher .conformite-switcher-element.is-non-conforme.is-selected, .conformite-switcher .conformite-switcher-element.is-conforme.is-selected {
  color: white;
}
.conformite-switcher .conformite-switcher-element.is-non-conforme.is-selected {
  background-color: #dc3545;
}
.conformite-switcher .conformite-switcher-element.is-conforme.is-selected {
  background-color: #28a745;
}
.conformite-switcher .conformite-switcher-element:hover {
  color: #646367;
  text-decoration: none;
}
.conformite-switcher.vrai-faux-switcher .conformite-switcher-element.is-non-conforme.is-selected, .conformite-switcher.vrai-faux-switcher .conformite-switcher-element.is-conforme.is-selected {
  background-color: #fdc236;
  color: black;
}

.collapsible-element {
  margin-bottom: 20px;
}
.collapsible-element .collapsible-header {
  background-color: #f6f7fb;
}
.collapsible-element .collapsible-header a {
  display: block;
  font-weight: bold;
}
.collapsible-element .collapsible-header a span {
  display: inline-block;
}
.collapsible-element .collapsible-header a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  float: right;
}
.collapsible-element .collapsible-header a.collapsed:after {
  content: "";
}
.collapsible-element .collapsible-header a, .collapsible-element .collapsible-body {
  padding: 20px;
  border: 2px solid #f6f7fb;
  font-size: 18px;
}

body, html {
  height: 100%;
}

body {
  background-color: #f6f7fb;
}

.page-header {
  height: 150px;
  background-color: #b1c903;
  background-image: url("../img/bg-header.png");
  background-size: auto 1200px;
  background-repeat: no-repeat;
  background-position: center right;
  color: white;
  position: relative;
}
.page-header h1 {
  margin: 0;
  position: absolute;
  top: 28px;
  left: 60px;
  line-height: 1;
  font-size: 34px;
  font-weight: lighter;
}

.relative {
  position: relative;
}

a {
  color: #4b4a4d;
}
a:focus, a:hover {
  color: #646367;
}

.main-raised {
  margin: -60px 60px 0;
  border-radius: 0px;
  padding: 40px 40px;
  z-index: 1;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.main-raised.questionnaire_saisis_edit {
  background-color: #e8ebf6;
}

.navbar {
  margin-bottom: 0;
  padding: 20px 60px;
  position: relative;
}
.navbar .welcome-label {
  font-size: 12px;
}
.navbar .name-label {
  font-size: 17px;
}
.navbar .name-label, .navbar .welcome-label {
  color: #555;
}
.navbar .user-picture-wrapper {
  padding: 0 15px;
}
.navbar a.logout-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
.navbar ul.navbar-nav {
  position: absolute;
  bottom: 0;
  left: 380px;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn) {
  font-size: 16px;
  border-bottom: 4px solid white;
  border-radius: 0;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
  margin-right: 10px;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn) span, .navbar .navbar-nav .nav-item .nav-link:not(.btn) i {
  vert-align: middle;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus, .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover {
  color: #646367;
}
.navbar .navbar-nav .nav-item.active .nav-link:not(.btn) {
  color: #4b4a4d;
  border-bottom: 4px solid #4b4a4d;
}

.main-logo {
  height: 69px;
}

.footer {
  margin: 30px 60px;
  text-align: center;
  position: relative;
}
.footer .logo-sante-animal,
.footer .logo-chene-vert {
  position: absolute;
  height: 80px;
}
.footer .logo-sante-animal {
  right: 0;
  top: 0;
}
.footer .logo-chene-vert {
  left: 0;
  top: 0;
}
.footer .logo-altitude img {
  height: 30px;
  margin: 0 auto;
}

.container-full {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

table.dataTable thead > tr > th {
  text-transform: uppercase;
  color: #8d8e90;
  font-weight: normal;
  font-size: 14px;
  vertical-align: top;
  padding: 10px 20px;
  width: auto !important;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
  top: 10px;
}
table.dataTable td.actions-datatable, table.dataTable th.actions-datatable {
  text-align: right;
}
table.dataTable td.actions-datatable .btn, table.dataTable th.actions-datatable .btn {
  margin-right: 20px !important;
}
table.dataTable td {
  color: #464648;
  font-size: 14px;
  padding-left: 20px;
  width: auto !important;
}
table.dataTable.datatable-selectable td:not(.cell-actions) {
  cursor: pointer;
}
table.dataTable thead th, table.dataTable tbody tr:not(.has-media) td {
  border-bottom: 1px solid #cccccc;
}
table.dataTable .form-check.checkbox {
  margin: 0;
}
table.dataTable .form-check.checkbox .form-check-label {
  position: static;
}
table.dataTable .form-group.select {
  margin: 0;
}
table.dataTable.datatable-no-actions tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}
table.dataTable.datatable-selectable .selectable-column {
  width: 45px !important;
}
table.dataTable.datatable-selectable td:not(.cell-actions) {
  cursor: pointer;
}

.btn {
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 13px;
  border: 1px solid #eaeaea;
}
.btn.icon-left i {
  margin-right: 10px;
}
.btn.icon-right i {
  margin-left: 10px;
}
.btn.btn-disabled {
  cursor: not-allowed !important;
}

.btn.btn-default,
.btn.btn-default.focus, .btn.btn-default:focus, .btn.btn-default:hover, .btn.focus, .btn:focus, .btn:hover {
  background-color: white !important;
  color: #4b4a4d !important;
  text-transform: uppercase;
}

.btn.btn-secondary,
.btn.btn-secondary.focus, .btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.focus, .btn:focus, .btn:hover {
  background-color: #b1c903 !important;
  color: white !important;
  text-transform: uppercase;
}

.btn.btn-sm,
.btn.btn-default.btn-sm,
.btn.btn-default.btn-sm.focus, .btn.btn-default.btn-sm:focus, .btn.btn-default.btn-sm:hover, .btn.btn-sm.focus, .btn.btn-sm:focus, .btn.btn-sm:hover {
  font-size: 0.6875rem;
}

.btn.btn-primary,
.btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover {
  background-color: #646367 !important;
  border-color: #646367 !important;
  color: white !important;
  box-shadow: 0 2px 2px 0 rgba(100, 99, 103, 0.14), 0 3px 1px -2px rgba(100, 99, 103, 0.2), 0 1px 5px 0 rgba(100, 99, 103, 0.12);
}

.btn.btn-primary.btn-primary-alt,
.btn.btn-primary.btn-primary-alt.focus, .btn.btn-primary.btn-primary-alt:focus, .btn.btn-primary.btn-primary-alt:hover {
  background-color: #4b4a4d !important;
  border-color: #4b4a4d !important;
  color: white !important;
  box-shadow: 0 2px 2px 0 rgba(75, 74, 77, 0.14), 0 3px 1px -2px rgba(75, 74, 77, 0.2), 0 1px 5px 0 rgba(75, 74, 77, 0.12);
}

.pagination > .page-item > .page-link, .pagination > .page-item > span {
  font-size: 50px;
  color: #646367;
  height: auto;
}

.pagination > .page-item > .page-link, .pagination > .page-item > span {
  font-size: 50px;
  color: #646367;
  height: auto;
}
.pagination > .page-item.disabled > .page-link, .pagination > .page-item.disabled > span {
  color: #999;
}

div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
  float: right;
}
div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
  margin: 0 20px;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-right: 6px;
}
div.dataTables_wrapper div.dataTables_length {
  margin-top: 7px;
}

.form-control {
  background: no-repeat bottom, 50% 100%;
  background-size: 0 100%, 100% 100%;
  padding: 1.2rem 1rem;
  margin-top: 2px;
}

select.form-control, input.form-control {
  padding: 8px;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(0deg, #646367 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, rgba(209, 209, 209, 0) 0);
  border: 1px solid #d2d2d2;
}

.is-focused [class*=" bmd-label"], .is-focused [class^=bmd-label] {
  color: #646367;
}

.bmd-form-group .form-check {
  padding: 0;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
  background-color: #646367;
}

.dropdown-toggle::after {
  margin-left: 10px;
}

.form-check .form-check-input:checked + .form-check-sign .check {
  background-color: #b1c903;
}

.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(100, 99, 103, 0.42), 0 4px 23px 0 rgba(100, 99, 103, 0.12), 0 8px 10px -5px rgba(100, 99, 103, 0.2);
}

body.login-page {
  background-color: #f1f1f1;
}
body.login-page .login-content-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
}
body.login-page .login-content-wrapper .login-content {
  position: relative;
  left: -50%;
  margin-top: -50%;
  background-color: white;
  padding: 50px;
}
body.login-page .login-field-wrapper {
  margin-bottom: 30px;
}
body.login-page .login-field-wrapper .bmd-form-group {
  margin-bottom: 20px;
  display: block;
  padding-top: 0;
}
body.login-page .login-field-wrapper .input-group .input-group-addon {
  padding-left: 0;
}
body.login-page .login-field-wrapper .login-field {
  border: 1px solid #888888;
  margin-bottom: 20px;
}
body.login-page .login-field-wrapper .login-field input {
  border: none;
  padding: 10px;
  width: calc(100% - 44px);
}
body.login-page .login-field-wrapper .login-field input::placeholder {
  line-height: 1.5;
}
body.login-page .login-field-wrapper .login-field i {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
body.login-page .bg-login {
  background-color: #f1f1f1;
  background-image: url("../img/login-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  position: fixed;
  width: 540px;
  right: 0;
  top: 0;
  bottom: 0;
}
body.login-page .btn.submit {
  width: 100%;
}
body.login-page .remember-me-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
body.login-page .login-logo-wrapper {
  margin-bottom: 30px;
}
body.login-page .form-check {
  margin-bottom: 0;
}
body.login-page .logo-chene-vert {
  height: 150px;
  right: 10px;
  top: 0px;
  position: fixed;
}

.actions-wrapper {
  position: absolute;
  right: 150px;
  top: -5px;
}
.actions-wrapper.actions-index-wrapper {
  top: -30px;
}
.actions-wrapper.actions-index-wrapper.multi-actions {
  right: 40px;
}
.actions-wrapper .btn.btn-fab, .actions-wrapper .btn.btn-just-icon {
  height: 60px;
  min-width: 60px;
  width: 60px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
.actions-wrapper .btn.btn-fab .fa, .actions-wrapper .btn.btn-fab .material-icons, .actions-wrapper .btn.btn-just-icon .fa, .actions-wrapper .btn.btn-just-icon .material-icons {
  line-height: 59px;
  font-size: 30px;
}

.card.card-nav-tabs .actions-wrapper {
  top: 10px;
}

.card.card-nav-tabs.nav-with-icons .actions-wrapper {
  top: 72px;
}

.has-actions {
  margin-top: 30px;
}

.card .card-header-primary {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(100, 99, 103, 0.6);
}

.card.bg-primary, .card .card-header-primary, .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
  background: #4b4a4d;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.card-nav-tabs {
  margin-top: 30px;
}

.card-plain .card-body {
  padding-top: 30px;
}

.lib_element_selected_wrapper {
  position: relative;
}
.lib_element_selected_wrapper .switcher-type-affichage {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
}

.form-group.select::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.46875rem;
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  font-size: 20px;
  z-index: -1;
}

.identite_wrapper {
  position: relative;
}
.identite_wrapper .user_wrapper {
  float: left;
}
.identite_wrapper .dropdown-menu {
  min-width: 185px;
}

.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .modal-header {
  padding: 24px;
  background-color: #4b4a4d;
  border-radius: 0;
}
.modal-dialog .modal-header .close {
  opacity: 0.7;
  color: white;
}
.modal-dialog .modal-title {
  margin-top: 0;
  color: white;
  font-size: 25px;
}

.notification_center {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9000;
  width: 600px;
}
.notification_center .alert {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(3, 94, 175, 0.6);
}
.notification_center .alert.alert-loader {
  background-color: white;
}
.notification_center .alert.alert-loader .progress-message, .notification_center .alert.alert-loader .progress-message-finished {
  color: #828282;
  margin-bottom: 10px;
  margin-top: 5px;
}
.notification_center .alert.alert-loader .progress-bar {
  background-color: #b1c903;
}
.notification_center .alert.alert-loader .progress-message-finished {
  display: none;
}
.notification_center .alert.alert-loader .alert-icon {
  vertical-align: top;
}
.notification_center .alert.alert-loader .alert-icon i {
  vertical-align: top;
  font-size: 24px;
}
.notification_center .alert.alert-loader .alert-icon .fa-check {
  display: none;
  color: #b1c903;
}
.notification_center .alert.alert-loader.finished .alert-icon .fa-check {
  display: block;
}
.notification_center .alert.alert-loader.finished .alert-icon .fa-cog {
  display: none;
}
.notification_center .alert.alert-loader.finished .progress-message {
  display: none;
}
.notification_center .alert.alert-loader.finished .progress-message-finished {
  display: block;
}

.validation-erreur {
  margin-bottom: 20px;
}
.validation-erreur .liste-erreur-validation {
  padding: 0;
  margin-left: 60px;
  margin-bottom: 0;
}
.validation-erreur.standard-margin {
  margin-bottom: 20px;
}
.validation-erreur.big-margin {
  margin-bottom: 50px;
}

.footer-login {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: right;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.75);
}
.footer-login .logo-altitude {
  margin-right: 20px;
}
.footer-login .logo-altitude img {
  height: 25px;
}

.card-wrapper {
  padding-top: 20px;
}

table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important;
}

.altitude-files-upload .altitude-dropzone {
  border: 3px #dddddd dashed;
  text-align: center;
  padding: 65px 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  min-width: 131px;
}
.altitude-files-upload .altitude-dropzone .lib-dropzone {
  color: #dddddd;
  font-size: 20px;
}
.altitude-files-upload .progress {
  height: 20px;
  margin-bottom: 0;
}
.altitude-files-upload .progress .progress-bar {
  background-color: #4b4a4d;
}
.altitude-files-upload .altitude-empty-file-list {
  text-align: center;
  border: 1px #dddddd solid;
  padding: 15px 15px;
}
.altitude-files-upload .altitude-template-file {
  display: none;
}
.altitude-files-upload input.altitude-fileupload {
  display: none;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .grid-image {
  display: none;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .altitude-delete-wrapper a {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .altitude-file-wrapper {
  overflow: hidden;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .altitude-file-wrapper .altitude-preview-wrapper, .altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .altitude-file-wrapper .altitude-filename-wrapper {
  float: left;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .image-link {
  margin-right: 50px;
  transition: background-color ease 400ms;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .image-link:hover, .altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .image-link:focus {
  background-color: #fafafa;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .altitude-filename-wrapper {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste .altitude-preview-wrapper {
  width: 50px;
  height: 50px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-liste li {
  border-top: 1px solid #dddddd;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .list-image {
  display: none;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-delete-wrapper a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-preview-wrapper {
  width: 150px;
  height: 150px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-filename-wrapper {
  padding: 5px;
  text-align: center;
  max-width: 150px;
  overflow: hidden;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid .altitude-files-list {
  border-top: 1px solid #dddddd;
  min-height: 192px;
}
.altitude-files-upload .altitude-files-liste-wrapper.altitude-files-mode-grid li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #dddddd;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper a {
  display: block;
  text-align: center;
  transition: 400ms;
  color: #cacaca;
  background-color: white;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper a:hover, .altitude-files-upload .altitude-files-liste-wrapper .altitude-delete-wrapper a:focus {
  background-color: #f55145;
  color: white;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-files-list {
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  border-top: none;
  text-align: center;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-files-list li {
  list-style: none;
  position: relative;
}
.altitude-files-upload .altitude-files-liste-wrapper .altitude-files-list li .image-link {
  display: block;
}
.altitude-files-upload.atitude-fileupload-single {
  display: inline-block;
  width: 189px;
}
.altitude-files-upload.atitude-fileupload-single .altitude-files-liste-wrapper.altitude-files-mode-grid li {
  margin: 0;
  border: none;
}

.form-group.required label::after,
.reponse-name.required::after {
  content: " *";
  color: #f55145;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  z-index: 10;
  border-radius: 0;
  box-shadow: none;
  margin: 0 15px;
}
div.dataTables_wrapper div.dataTables_processing .loader-body {
  position: absolute;
}

.defaut-wrapper i {
  display: none;
}
.defaut-wrapper.isDefaut i {
  display: inline;
}

table.dataTable tbody tr td a:not(.btn) {
  color: #464648;
}
table.dataTable tbody tr:hover td a:not(.btn) {
  text-decoration: underline;
}

.select2-container--bootstrap4 {
  width: 100% !important;
}
.select2-container--bootstrap4 .select2-selection.select2-selection--multiple {
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  transition: background 0s ease-out;
  background: no-repeat bottom, 50% calc(100% - 1px);
}
.select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4 .select2-container--bootstrap4.select2-container--open .select2-selection {
  background-image: linear-gradient(0deg, #035eaf 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, rgba(209, 209, 209, 0) 0);
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  background: #b1c903;
  color: white;
  padding: 5px 10px;
  border: none;
  margin: 6px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #dddddd;
}
.select2-container--bootstrap4 .select2-search.select2-search--inline {
  margin-bottom: 10px;
}
.select2-container--bootstrap4 .select2-search.select2-search--inline .select2-search__field {
  padding: 5px 10px;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
  display: none;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.modal-biggest {
  max-width: 1080px;
}

.modal-data-externe {
  max-width: 1280px;
}

.btn.btn-disabled {
  opacity: 0.65;
}

.nav-icons-wrapper {
  margin-bottom: 10px;
  width: 130px;
}
.nav-icons-wrapper img {
  height: 50px;
}

.bca-link-element-selector-wrapper .bca-delete-link-element {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  color: #d2d2d2;
  transition: color ease 400ms;
}
.bca-link-element-selector-wrapper .bca-delete-link-element.is-selected {
  display: block;
}
.bca-link-element-selector-wrapper .bca-delete-link-element:hover {
  color: #f55145;
}
.bca-link-element-selector-wrapper .bca-link-element-selector {
  border: 1px solid #d2d2d2;
  text-align: center;
  cursor: pointer;
}
.bca-link-element-selector-wrapper .bca-link-element-selector.readonly {
  cursor: not-allowed;
  background-color: #d2d2d2;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .libelle-selected, .bca-link-element-selector-wrapper .bca-link-element-selector .icon-selected {
  display: none;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .bca-delete-link-element {
  position: absolute;
  top: 0;
  right: 0;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .icon-wrapper {
  padding: 20px;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .icon-wrapper .icon-default i {
  font-size: 44px;
}
.bca-link-element-selector-wrapper .bca-link-element-selector.is-selected .libelle-selected, .bca-link-element-selector-wrapper .bca-link-element-selector.is-selected .icon-selected {
  display: block;
}
.bca-link-element-selector-wrapper .bca-link-element-selector.is-selected .libelle-default, .bca-link-element-selector-wrapper .bca-link-element-selector.is-selected .icon-default {
  display: none;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .libelle-wrapper {
  padding: 20px;
  padding-top: 0px;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .libelle-wrapper.libelle-wrapper-top {
  padding: 20px;
  padding-bottom: 0px;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .libelle-wrapper.libelle-wrapper-top .libelle-default {
  display: block;
}
.bca-link-element-selector-wrapper .bca-link-element-selector .libelle-wrapper .libelle-default {
  font-weight: bolder;
}

.filter-bar {
  margin-bottom: -30px;
}
.filter-bar .filter-element {
  float: left;
}

.questionnaire-espece-selector {
  margin-top: 2px;
}
.questionnaire-espece-selector .dropdown-menu a {
  padding: 10px;
}
.questionnaire-espece-selector .single-element .icone-espece-wrapper {
  padding: 5px;
  background-color: white;
  margin-right: 10px;
  border-radius: 3px;
}
.questionnaire-espece-selector .dropdown-toggle {
  display: block;
  padding: 6px 0;
  background-image: linear-gradient(0deg, #d2d2d2 1px, rgba(209, 209, 209, 0) 0);
  border: 1px solid #d2d2d2;
  border-bottom: none;
}
.questionnaire-espece-selector .lib-wrapper {
  width: calc(100% - 27px);
  display: inline-block;
}
.questionnaire-espece-selector.show .dropdown-toggle {
  background-image: linear-gradient(0deg, #035eaf 2px, rgba(156, 39, 176, 0) 0);
}
.questionnaire-espece-selector .lib-result {
  display: none;
}
.questionnaire-espece-selector .lib-result .single-element {
  color: #495057;
}
.questionnaire-espece-selector.espece-selected .lib-result {
  display: inline-block;
}

#formulaire {
  margin-top: 30px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#questionnaire-theme-list {
  background-color: #4b4a4d;
  color: white;
  overflow: hidden;
}
#questionnaire-theme-list .theme-tab {
  float: left;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
#questionnaire-theme-list .theme-tab.is-theme-inactif {
  background-color: #d2d2d2;
}
#questionnaire-theme-list .theme-tab.active-theme {
  background-color: #b1c903;
}
#questionnaire-theme-list .theme-name {
  color: white;
}
#questionnaire-theme-list .theme-name, #questionnaire-theme-list i {
  vertical-align: middle;
  padding: 10px;
}

#questionnaire-themes .theme-content {
  display: none;
}
#questionnaire-themes .theme-content.active-theme-content {
  display: block;
}
#questionnaire-themes .soustheme-content {
  margin-bottom: 20px;
}

div.empty-element {
  font-size: 25px;
  color: #d2d2d2;
  text-align: center;
  margin: 40px 20px;
}
div.empty-element.empty-element-question {
  margin: 0 20px 40px 20px;
}

.soustheme-nom {
  background-color: #646367;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
}
.soustheme-nom .theme-actions a {
  margin-left: 10px;
}
.soustheme-nom .theme-actions a i {
  color: white;
}
.soustheme-nom .handle, .soustheme-nom i, .soustheme-nom .soustheme-name {
  vertical-align: top;
}
.soustheme-nom .handle {
  margin-right: 10px;
}
.soustheme-nom.is-soustheme-inactif {
  background-color: #d2d2d2;
}
.soustheme-nom.is-soustheme-inactif .lib-inactif {
  display: inline;
}

.btn-add-theme {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 9px;
  color: white;
  font-size: 18px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #646367;
}
.btn-add-theme i {
  font-size: 26px;
}

.theme-actions {
  margin: 20px 20px;
  float: right;
}
.theme-actions.inside-theme-actions {
  margin: 0;
}

.handle {
  cursor: move;
}

.gu-mirror {
  cursor: move;
}
.gu-mirror.theme-tab {
  color: white;
  background-color: #4b4a4d;
}
.gu-mirror.theme-tab .theme-name {
  color: white;
}
.gu-mirror.theme-tab .theme-name, .gu-mirror.theme-tab i {
  vertical-align: middle;
  padding: 10px;
}
.gu-mirror.theme-tab.active-theme {
  background-color: #b1c903;
}

.target-type-question, .target-type-cellule {
  min-height: 155px;
  position: relative;
}
.target-type-question .loader-body, .target-type-cellule .loader-body {
  position: absolute;
}

.questions {
  min-height: 45px;
}

.question-content {
  background-color: white;
  color: #4b4b4b;
  font-size: 20px;
  padding: 10px 20px;
}
.question-content.question_type_58b06b6a-b8f0-11e8-985c-7824afca5b5b {
  background-color: #f8f8f8;
}
.question-content .theme-actions a {
  margin-left: 10px;
}
.question-content .theme-actions a i {
  color: #4b4a4d;
}
.question-content .handle, .question-content i, .question-content .soustheme-name {
  vertical-align: top;
}
.question-content .handle {
  margin-right: 10px;
}
.question-content.is-question-inactif {
  background-color: rgba(209, 209, 209, 0.4);
}
.question-content.is-question-inactif .lib-inactif {
  display: inline;
}
.question-content .type-question-wrapper {
  font-size: 16px;
}

.lib-inactif {
  display: none;
  font-style: italic;
  margin-left: 20px;
  font-size: 14px;
}

.small-loader-wrapper {
  display: none;
}
.small-loader-wrapper .loader-body {
  bottom: 20px;
  left: 20px;
  width: auto;
  height: auto;
  top: auto;
  background: none;
}

.edit-nom-wrapper {
  position: absolute;
  bottom: 2px;
  right: 10px;
  cursor: pointer;
}

.alert-theme-inactif {
  display: none;
}
.alert-theme-inactif.is-theme-inactif {
  display: block;
}

.bootstrap-datetimepicker-widget .timepicker-picker {
  margin: 63px 0;
}
.bootstrap-datetimepicker-widget table th.next span, .bootstrap-datetimepicker-widget table th.prev span {
  display: block;
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table th.next span:after, .bootstrap-datetimepicker-widget table th.prev span:after {
  vertical-align: top;
}
.bootstrap-datetimepicker-widget table td.today > div::before {
  content: "";
  display: none;
}
.bootstrap-datetimepicker-widget table td.day > div {
  z-index: 1 !important;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.active:hover > div, .bootstrap-datetimepicker-widget table td.active > div {
  background-color: #4b4a4d;
  z-index: 1 !important;
}
.bootstrap-datetimepicker-widget .timepicker-hours span, .bootstrap-datetimepicker-widget .timepicker-minutes span, .bootstrap-datetimepicker-widget .timepicker-picker span {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget a[data-action]:hover span {
  color: #4b4a4d;
}

.valeur-element, .qcm-element {
  margin: 5px 0;
  background-color: #f8f8f8;
  padding: 10px;
}
.valeur-element span.handle i, .qcm-element span.handle i {
  vertical-align: middle;
}
.valeur-element .remove-choix-element i, .qcm-element .remove-choix-element i {
  color: #02437d;
}
.valeur-element .form-group input:not([disabled]), .valeur-element .form-group textarea:not([disabled]), .qcm-element .form-group input:not([disabled]), .qcm-element .form-group textarea:not([disabled]) {
  background-color: white;
}
.valeur-element .libelle-long, .qcm-element .libelle-long {
  font-style: italic;
  color: #aaa;
}

.question_source_ligne {
  margin: 5px 0;
  background-color: #f8f8f8;
  padding: 10px;
}
.question_source_ligne .question_select {
  cursor: pointer;
}
.question_source_ligne .question_select.has-error {
  border: 1px dotted red;
}

.qcm-element .form-group {
  margin-bottom: 0;
}

.questionnaire_nom {
  position: relative;
}

.result-liste {
  display: none;
  margin-top: 20px;
}
.result-liste.is-selected {
  display: block;
}

.table-question {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-question tbody tr td {
  border: 1px solid #d2d2d2;
  padding: 10px;
  text-align: center;
}
.table-question tbody tr td:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.table-question tbody tr td.duplicate-row, .table-question tbody tr td.delete-row {
  width: 50px;
}
.table-question tbody tr td.duplicate-row, .table-question tbody tr td.duplicate-col, .table-question tbody tr td.unusable-cell, .table-question tbody tr td.delete-col, .table-question tbody tr td.delete-row {
  border: none;
}
.table-question tbody tr td.unusable-cell:hover {
  background-color: white;
  cursor: default;
}
.table-question tbody tr td .empty-cell {
  font-style: italic;
  color: #8c8C8C;
}
.table-question tbody tr td .cell-data .cell-type {
  font-weight: bold;
}

.modal-js-Alert .modal-header {
  background-color: #f55145;
}

.input-number-wrapper {
  position: relative;
}
.input-number-wrapper .button-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.input-number-wrapper .button-wrapper.button-minus-wrapper {
  left: 0;
}
.input-number-wrapper .button-wrapper.button-plus-wrapper {
  right: 0;
}
.input-number-wrapper .button-wrapper a {
  display: block;
  font-size: 30px;
  height: 35px;
  width: 35px;
  padding: 5px;
  text-align: center;
}
.input-number-wrapper .input-wrapper input.form-control {
  padding-left: 40px;
  padding-right: 40px;
}

.btn-add-liste-ajax {
  margin: 0;
}

.type-satisfaction .icone-wrapper {
  margin-top: 20px;
  text-align: center;
}
.type-satisfaction .icone-wrapper .element-icone-wrapper {
  display: inline-block;
  font-size: 50px;
  margin: 0px 10px;
  cursor: pointer;
  color: #035eaf;
  transition: opacity ease 400ms;
}
.type-satisfaction .icone-wrapper .element-icone-wrapper input[type=checkbox] {
  display: none;
}
.type-satisfaction .icone-wrapper .element-icone-wrapper .form-group {
  opacity: 0;
}
.type-satisfaction .icone-wrapper .element-icone-wrapper input[type=text] {
  width: 120px;
}
.type-satisfaction .icone-wrapper .element-icone-wrapper .element-icone {
  opacity: 0.3;
}
.type-satisfaction .icone-wrapper .element-icone-wrapper.active .element-icone {
  opacity: 1;
}
.type-satisfaction .icone-wrapper .element-icone-wrapper.active .form-group {
  opacity: 1;
}

.icon-smiley-e710:before {
  content: "";
}

.icon-smiley-e711:before {
  content: "";
}

.icon-smiley-e712:before {
  content: "";
}

.icon-smiley-e713:before {
  content: "";
}

.icon-smiley-e714:before {
  content: "";
}

.stepper-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.stepper-wrapper .validate-questionnaire-saisie-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.stepper-wrapper .stepper-add {
  overflow: hidden;
}
.stepper-wrapper .stepper-add .step_element {
  cursor: not-allowed;
  float: left;
  margin-right: 20px;
}
.stepper-wrapper .stepper-add .step_element .step_number {
  border-radius: 100%;
  width: 50px;
  background-color: #f6f7fb;
  text-align: center;
  padding: 12px 0px;
}
.stepper-wrapper .stepper-add .step_element .step_number, .stepper-wrapper .stepper-add .step_element .step_label_wrapper {
  height: 50px;
}
.stepper-wrapper .stepper-add .step_element .step_number_wrapper, .stepper-wrapper .stepper-add .step_element .step_label_wrapper {
  float: left;
}
.stepper-wrapper .stepper-add .step_element .step_number_wrapper {
  margin-right: 10px;
}
.stepper-wrapper .stepper-add .step_element .step_label_wrapper .step_result_label {
  display: none;
}
.stepper-wrapper .stepper-add .step_element .step_label_wrapper .step_default_label, .stepper-wrapper .stepper-add .step_element .step_label_wrapper .step_result_label {
  padding: 12px 0px;
}
.stepper-wrapper .stepper-add .step_element.active {
  cursor: pointer;
}
.stepper-wrapper .stepper-add .step_element.active .step_number {
  color: white;
  background-color: #4b4a4d;
}
.stepper-wrapper .stepper-add .step_element.active.current {
  cursor: default;
}
.stepper-wrapper .stepper-add .step_element.active.current .step_number {
  background-color: #b1c903;
}
.stepper-wrapper .stepper-add .step_element.active.not-allowed {
  cursor: not-allowed;
}
.stepper-wrapper .stepper-add .step_element.is-selected .step_label_wrapper .step_result_label {
  display: block;
}
.stepper-wrapper .stepper-add .step_element.is-selected .step_label_wrapper .step_default_label {
  display: none;
}
.stepper-wrapper .stepper-add .step_element#step_adresses .step_label_wrapper .step_result_label {
  padding: 0px;
}

.steps_wrapper {
  min-height: 720px;
}
.steps_wrapper .step_element_content {
  display: none;
  position: relative;
}
.steps_wrapper .step_element_content .action-questionnaire-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  right: 600px;
}
.steps_wrapper .step_element_content.current {
  display: block;
}

.questionnaire-saisis {
  min-height: 100px;
}
.questionnaire-saisis .questionnaire-saisis-loader .loader-body {
  position: absolute;
  left: 0;
}
.questionnaire-saisis .questionnaire-saisis-loader .loader-body .loader-text {
  margin-left: 40px;
  font-size: 30px;
  display: block;
}
.questionnaire-saisis .questionnaire-saisi-header-fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 60px;
  right: 60px;
  background-color: #e8ebf6;
  z-index: 10;
  padding: 5px 20px;
  margin-bottom: 0;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.questionnaire-saisis .questionnaire-saisi-header-fixed .menu-button {
  border: none;
  margin-right: 20px;
}
.questionnaire-saisis .questionnaire-saisi-header-fixed .questionnaire-saisi-pager {
  margin-bottom: 0;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.questionnaire-saisis .header-questionnaire-saisis {
  margin-bottom: 20px;
}
.questionnaire-saisis .header-questionnaire-saisis .theme-name {
  font-size: 22px;
  vertical-align: middle;
}
.questionnaire-saisis .questionnaire-saisis-target {
  display: none;
}
.questionnaire-saisis .questionnaire-saisi-pager {
  margin-left: 1px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 20px;
}
.questionnaire-saisis .questionnaire-saisi-pager a.btn {
  margin: 0;
  border: none !important;
  display: block;
  float: left;
  box-shadow: none;
  border-right: 1px solid #e8ebf6 !important;
  border-bottom: 1px solid #e8ebf6 !important;
  margin-top: 1px;
  will-change: initial;
}
.questionnaire-saisis .themes .theme {
  display: none;
}
.questionnaire-saisis .themes .theme.theme-active {
  display: block;
}
.questionnaire-saisis .sousthemes {
  min-height: 100px;
}
.questionnaire-saisis .sousthemes .soustheme {
  background-color: #f6f7fb;
}
.questionnaire-saisis .sousthemes .soustheme-name {
  padding: 20px;
  font-size: 20px;
  background: #b1c903;
  color: white;
  margin-bottom: 20px;
}
.questionnaire-saisis .sousthemes .reponse {
  background-color: white;
  margin: 20px;
  margin-top: 0px;
  padding: 20px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.reponse-image-trigger {
  display: block;
  height: 150px;
  width: 150px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.reponse-image-trigger.add-reponse-image {
  color: #e8ebf6;
  border: 2px dashed #e8ebf6;
  line-height: 150px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.reponse-image-trigger.add-reponse-image i {
  font-size: 80px;
  width: 80px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.remove-image {
  display: block;
  text-align: center;
  transition: 400ms;
  color: #cacaca;
  background-color: white;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.remove-image:hover, .questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.remove-image:focus {
  background-color: #f55145;
  color: white;
}
.questionnaire-saisis .sousthemes .reponse .medias-liste {
  margin-top: 20px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-liste, .questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-batiment, .questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-donnees-externes, .questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-bsa, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-liste, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-batiment, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-donnees-externes, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-bsa, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-liste, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-batiment, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-donnees-externes, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-bsa, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-liste, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-batiment, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-donnees-externes, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-bsa {
  display: block;
  position: relative;
  width: 300px;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #d2d2d2;
  padding-right: 20px;
  color: #495057;
  font-size: 14px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-liste::after, .questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-batiment::after, .questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-donnees-externes::after, .questionnaire-saisis .sousthemes .reponse .reponse-liste .popopver-trigger-bsa::after, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-liste::after, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-batiment::after, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-donnees-externes::after, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .popopver-trigger-bsa::after, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-liste::after, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-batiment::after, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-donnees-externes::after, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .popopver-trigger-bsa::after, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-liste::after, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-batiment::after, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-donnees-externes::after, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .popopver-trigger-bsa::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.46875rem;
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  font-size: 20px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-liste .select-reponse-liste, .questionnaire-saisis .sousthemes .reponse .reponse-liste .select2-container--bootstrap4, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .select-reponse-liste, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .select2-container--bootstrap4, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .select-reponse-liste, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .select2-container--bootstrap4, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .select-reponse-liste, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .select2-container--bootstrap4 {
  width: 100% !important;
}
.questionnaire-saisis .sousthemes .reponse .reponse-liste .select2-selection--single, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .select2-selection--single, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .select2-selection--single, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .select2-selection--single {
  border-radius: 0;
}
.questionnaire-saisis .sousthemes .reponse .reponse-liste .select2-selection__arrow, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .select2-selection__arrow, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .select2-selection__arrow, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .select2-selection__arrow {
  display: none;
}
.questionnaire-saisis .sousthemes .reponse .reponse-liste .template-reponse-liste, .questionnaire-saisis .sousthemes .reponse .reponse-batiment .template-reponse-liste, .questionnaire-saisis .sousthemes .reponse .reponse-donnees-externes .template-reponse-liste, .questionnaire-saisis .sousthemes .reponse .reponse-bsa .template-reponse-liste {
  display: none;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 20px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td {
  padding: 10px;
  border: 1px solid #e8ebf6;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.tableau-delete-line-cell {
  width: 50px;
  text-align: center;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-texte_libre .form-group {
  padding-top: 0;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable {
  background-color: #f6f7fb;
  font-weight: 400;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable .hide-table-colonne {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable .hide-table-colonne .icon-active {
  display: block;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable .hide-table-colonne .icon-inactive {
  display: none;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable .hide-table-colonne.colonne-hide-on-rapport {
  display: block;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable .hide-table-colonne.colonne-hide-on-rapport .icon-active {
  display: none;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable .hide-table-colonne.colonne-hide-on-rapport .icon-inactive {
  display: block;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-non_modifiable:hover .hide-table-colonne {
  display: block;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-checkbox {
  text-align: center;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-checkbox .form-check.checkbox {
  margin-bottom: 0;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td.cellule-type-checkbox .form-check.checkbox .form-check-label {
  vertical-align: top;
}
.questionnaire-saisis .sousthemes .reponse .reponse-tableau tbody td .reponse-donnees-externes .popopver-trigger-donnees-externes {
  min-width: auto;
}
.questionnaire-saisis .sousthemes .reponse .label-unite {
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.questionnaire-saisis .sousthemes .reponse .qcm-choix-wrapper {
  margin-top: 10px;
}
.questionnaire-saisis .sousthemes .reponse .qcm-choix-wrapper .row-choix {
  margin-top: 20px;
}
.questionnaire-saisis .sousthemes .reponse .qcm-choix-wrapper .row-choix .bmd-form-group {
  margin-bottom: 0;
}
.questionnaire-saisis .sousthemes .reponse .attach-button {
  position: relative;
}
.questionnaire-saisis .sousthemes .reponse .attach-button .icon-active {
  color: black;
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -5px;
  background: none;
  padding: 0;
  min-width: 20px;
}
.questionnaire-saisis .sousthemes .reponse .trigger-signature {
  height: 200px;
  display: block;
  width: 400px;
  border: 2px dashed #e8ebf6;
  line-height: 200px;
  text-align: center;
  font-size: 50px;
  color: #e8ebf6;
}
.questionnaire-saisis .sousthemes .reponse .trigger-signature .dessin-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.questionnaire-saisis .sousthemes .reponse .trigger-signature .dessin-wrapper img {
  vertical-align: top;
}
.questionnaire-saisis .sousthemes .reponse .reponse-etoile .etoile-element, .questionnaire-saisis .sousthemes .reponse .reponse-etoile .satisfaction-element, .questionnaire-saisis .sousthemes .reponse .reponse-satisfaction .etoile-element, .questionnaire-saisis .sousthemes .reponse .reponse-satisfaction .satisfaction-element {
  float: left;
  cursor: pointer;
  font-size: 25px;
  margin-left: 10px;
  padding-left: 5px;
  margin-top: 5px;
  min-width: 35px;
  transition: font-size 400ms, margin-top 400ms, padding-left 400ms;
}
.questionnaire-saisis .sousthemes .reponse .reponse-etoile .etoile-element.empty-etoile, .questionnaire-saisis .sousthemes .reponse .reponse-etoile .satisfaction-element.empty-etoile, .questionnaire-saisis .sousthemes .reponse .reponse-satisfaction .etoile-element.empty-etoile, .questionnaire-saisis .sousthemes .reponse .reponse-satisfaction .satisfaction-element.empty-etoile {
  height: 35px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-etoile .etoile-element.icone-active, .questionnaire-saisis .sousthemes .reponse .reponse-etoile .satisfaction-element.icone-active, .questionnaire-saisis .sousthemes .reponse .reponse-satisfaction .etoile-element.icone-active, .questionnaire-saisis .sousthemes .reponse .reponse-satisfaction .satisfaction-element.icone-active {
  font-size: 35px;
  margin-top: 0;
  padding-left: 0;
}
.questionnaire-saisis .sousthemes .reponse .icone-active {
  color: #fdc236;
}
.questionnaire-saisis .sousthemes .reponse .reponse-name {
  font-weight: 400;
}
.questionnaire-saisis .sousthemes .reponse .reponse-commentaire {
  color: #888888;
  margin-top: 5px;
}
.questionnaire-saisis .sousthemes .reponse .form-group {
  margin-bottom: 0;
}
.questionnaire-saisis .sousthemes .reponse .input-texte-libre {
  max-width: 100%;
  width: 250px;
}
.questionnaire-saisis .sousthemes .reponse .input-texte-libre.input-texte-libre-multiple {
  margin-top: 20px;
  padding: 8px;
  min-height: 90px;
}
.questionnaire-saisis .sousthemes .reponse .input-texte-libre.only-number-input {
  width: 100px;
  text-align: right;
}
.questionnaire-saisis .sousthemes .reponse .input-formule {
  margin-top: 10px;
  padding: 8px;
  height: 36px !important;
  line-height: 1.1 !important;
}
.questionnaire-saisis .sousthemes .reponse td .input-formule {
  margin-top: 0px;
}
.questionnaire-saisis .sousthemes .reponse .formule_buttons_wrapper {
  margin-top: 0px;
}
.questionnaire-saisis .sousthemes .reponse .formule_buttons_wrapper .btn {
  margin-top: 10px;
  padding: 7px;
  margin-bottom: 0;
}
.questionnaire-saisis .sousthemes .reponse td .formule_buttons_wrapper .btn {
  margin-top: 0px;
}
.questionnaire-saisis .sousthemes .reponse .only-date-input, .questionnaire-saisis .sousthemes .reponse .only-heure-input, .questionnaire-saisis .sousthemes .reponse .only-dateheure-input {
  text-align: center;
}
.questionnaire-saisis .sousthemes .reponse .only-date-input.only-date-input, .questionnaire-saisis .sousthemes .reponse .only-heure-input.only-date-input, .questionnaire-saisis .sousthemes .reponse .only-dateheure-input.only-date-input {
  width: 110px;
}
.questionnaire-saisis .sousthemes .reponse .only-date-input.only-heure-input, .questionnaire-saisis .sousthemes .reponse .only-heure-input.only-heure-input, .questionnaire-saisis .sousthemes .reponse .only-dateheure-input.only-heure-input {
  width: 70px;
}
.questionnaire-saisis .sousthemes .reponse .only-date-input.only-dateheure-input, .questionnaire-saisis .sousthemes .reponse .only-heure-input.only-dateheure-input, .questionnaire-saisis .sousthemes .reponse .only-dateheure-input.only-dateheure-input {
  width: 150px;
}
.questionnaire-saisis .sousthemes .reponse .button-note, .questionnaire-saisis .sousthemes .reponse .button-checkbox {
  height: 35px;
  min-width: 35px;
  border: 1px solid #d2d2d2;
  display: inline-block;
  cursor: pointer;
  background-color: white;
  padding: 0;
}
.questionnaire-saisis .sousthemes .reponse .button-note i, .questionnaire-saisis .sousthemes .reponse .button-checkbox i {
  vertical-align: middle;
}
.questionnaire-saisis .sousthemes .reponse .reponse-actions a {
  margin-left: 10px;
}
.questionnaire-saisis .sousthemes .reponse .reponse-actions a .icon-active {
  display: none;
}
.questionnaire-saisis .sousthemes .reponse .reponse-actions a.active .icon-active {
  display: inline-block;
}
.questionnaire-saisis .sousthemes .reponse .reponse-actions a.active .icon-inactive {
  display: none;
}
.questionnaire-saisis .theme-informations {
  background: #f6f7fb;
}
.questionnaire-saisis .theme-informations .title-part {
  font-size: 20px;
  padding: 20px 0;
  line-height: 1;
  font-weight: 400;
}
.questionnaire-saisis .theme-informations .mode-veto .row-mode-veto {
  padding-bottom: 30px;
  border-bottom: 1px dotted #646367;
  margin-bottom: 30px;
}
.questionnaire-saisis .theme-informations .veto-selector .form-group {
  margin-bottom: 0;
  background-color: white;
}
.questionnaire-saisis .theme-informations .espece-nom {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.questionnaire-saisis .theme-informations .informations-client {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.questionnaire-saisis .theme-informations .informations-client .client-raison-sociale, .questionnaire-saisis .theme-informations .informations-client .client-nom-prenom.no-raison-sociale {
  font-weight: 600;
  font-size: 18px;
}
.questionnaire-saisis .theme-informations .informations-client .client-raison-sociale.no-raison-sociale {
  display: none;
}
.questionnaire-saisis .theme-informations .bcas .row-title-bca,
.questionnaire-saisis .theme-informations .bcas .row-title-batiment, .questionnaire-saisis .theme-informations .batiments .row-title-bca,
.questionnaire-saisis .theme-informations .batiments .row-title-batiment {
  margin-bottom: 30px;
}
.questionnaire-saisis .theme-informations .bcas .bca, .questionnaire-saisis .theme-informations .bcas .batiment, .questionnaire-saisis .theme-informations .batiments .bca, .questionnaire-saisis .theme-informations .batiments .batiment {
  position: relative;
  background-color: white;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.questionnaire-saisis .theme-informations .bcas .bca .delete-bca, .questionnaire-saisis .theme-informations .bcas .bca .delete-batiment, .questionnaire-saisis .theme-informations .bcas .batiment .delete-bca, .questionnaire-saisis .theme-informations .bcas .batiment .delete-batiment, .questionnaire-saisis .theme-informations .batiments .bca .delete-bca, .questionnaire-saisis .theme-informations .batiments .bca .delete-batiment, .questionnaire-saisis .theme-informations .batiments .batiment .delete-bca, .questionnaire-saisis .theme-informations .batiments .batiment .delete-batiment {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.questionnaire-saisis .theme-informations .bcas .bca .bca-name, .questionnaire-saisis .theme-informations .bcas .bca .batiment-name, .questionnaire-saisis .theme-informations .bcas .batiment .bca-name, .questionnaire-saisis .theme-informations .bcas .batiment .batiment-name, .questionnaire-saisis .theme-informations .batiments .bca .bca-name, .questionnaire-saisis .theme-informations .batiments .bca .batiment-name, .questionnaire-saisis .theme-informations .batiments .batiment .bca-name, .questionnaire-saisis .theme-informations .batiments .batiment .batiment-name {
  font-weight: 600;
}
.questionnaire-saisis .theme-informations .bcas .bca .bca-fabricant, .questionnaire-saisis .theme-informations .bcas .bca .bca-groupement, .questionnaire-saisis .theme-informations .bcas .batiment .bca-fabricant, .questionnaire-saisis .theme-informations .bcas .batiment .bca-groupement, .questionnaire-saisis .theme-informations .batiments .bca .bca-fabricant, .questionnaire-saisis .theme-informations .batiments .bca .bca-groupement, .questionnaire-saisis .theme-informations .batiments .batiment .bca-fabricant, .questionnaire-saisis .theme-informations .batiments .batiment .bca-groupement {
  font-size: 14px;
}
.questionnaire-saisis .theme-informations .bcas .bca .bca-fabricant .fabricant-name, .questionnaire-saisis .theme-informations .bcas .bca .bca-fabricant .groupement-name, .questionnaire-saisis .theme-informations .bcas .bca .bca-groupement .fabricant-name, .questionnaire-saisis .theme-informations .bcas .bca .bca-groupement .groupement-name, .questionnaire-saisis .theme-informations .bcas .batiment .bca-fabricant .fabricant-name, .questionnaire-saisis .theme-informations .bcas .batiment .bca-fabricant .groupement-name, .questionnaire-saisis .theme-informations .bcas .batiment .bca-groupement .fabricant-name, .questionnaire-saisis .theme-informations .bcas .batiment .bca-groupement .groupement-name, .questionnaire-saisis .theme-informations .batiments .bca .bca-fabricant .fabricant-name, .questionnaire-saisis .theme-informations .batiments .bca .bca-fabricant .groupement-name, .questionnaire-saisis .theme-informations .batiments .bca .bca-groupement .fabricant-name, .questionnaire-saisis .theme-informations .batiments .bca .bca-groupement .groupement-name, .questionnaire-saisis .theme-informations .batiments .batiment .bca-fabricant .fabricant-name, .questionnaire-saisis .theme-informations .batiments .batiment .bca-fabricant .groupement-name, .questionnaire-saisis .theme-informations .batiments .batiment .bca-groupement .fabricant-name, .questionnaire-saisis .theme-informations .batiments .batiment .bca-groupement .groupement-name {
  font-weight: 400;
}
.questionnaire-saisis .theme-informations .bcas .bca .batiment-adresse, .questionnaire-saisis .theme-informations .bcas .bca .num-inuav, .questionnaire-saisis .theme-informations .bcas .batiment .batiment-adresse, .questionnaire-saisis .theme-informations .bcas .batiment .num-inuav, .questionnaire-saisis .theme-informations .batiments .bca .batiment-adresse, .questionnaire-saisis .theme-informations .batiments .bca .num-inuav, .questionnaire-saisis .theme-informations .batiments .batiment .batiment-adresse, .questionnaire-saisis .theme-informations .batiments .batiment .num-inuav {
  font-size: 14px;
  font-weight: 400;
}
.questionnaire-saisis .theme-informations .bcas .bca .row-info-bca,
.questionnaire-saisis .theme-informations .bcas .bca .row-info-batiment, .questionnaire-saisis .theme-informations .bcas .batiment .row-info-bca,
.questionnaire-saisis .theme-informations .bcas .batiment .row-info-batiment, .questionnaire-saisis .theme-informations .batiments .bca .row-info-bca,
.questionnaire-saisis .theme-informations .batiments .bca .row-info-batiment, .questionnaire-saisis .theme-informations .batiments .batiment .row-info-bca,
.questionnaire-saisis .theme-informations .batiments .batiment .row-info-batiment {
  padding-bottom: 10px;
}
.questionnaire-saisis .theme-informations .bcas .bca .espece-bca, .questionnaire-saisis .theme-informations .bcas .bca .inuav-batiment, .questionnaire-saisis .theme-informations .bcas .batiment .espece-bca, .questionnaire-saisis .theme-informations .bcas .batiment .inuav-batiment, .questionnaire-saisis .theme-informations .batiments .bca .espece-bca, .questionnaire-saisis .theme-informations .batiments .bca .inuav-batiment, .questionnaire-saisis .theme-informations .batiments .batiment .espece-bca, .questionnaire-saisis .theme-informations .batiments .batiment .inuav-batiment {
  padding-top: 10px;
  font-size: 14px;
  border-top: 1px dotted #646367;
}
.questionnaire-saisis .theme-informations .header-informations .row-header-informations {
  background-color: #4b4a4d;
  color: white;
  margin-bottom: 80px;
}
.questionnaire-saisis .theme-informations .header-informations .informations-questionnaire {
  background-color: white;
  border-radius: 20px;
  padding: 30px 30px 0 30px;
  margin-bottom: -50px;
  color: #3c4858;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.questionnaire-saisis .theme-informations .header-informations .informations-questionnaire .row-date {
  border-top: 1px dotted #646367;
  margin-top: 20px;
  text-align: center;
}
.questionnaire-saisis .theme-informations .header-informations .informations-questionnaire .row-date .link-date {
  padding-top: 20px;
  padding-bottom: 30px;
}
.questionnaire-saisis .theme-informations .header-informations .informations-questionnaire .row-date .link-date .form-group-date-questionnaire {
  margin: 0;
  display: inline-block;
}
.questionnaire-saisis .theme-informations .header-informations .informations-questionnaire .row-date .link-date .form-group-date-questionnaire input {
  text-align: center;
  width: 110px;
}
.questionnaire-saisis .theme-informations .header-informations .edit-questionnaire-client {
  color: white;
  vertical-align: top;
  margin-left: 20px;
}
.questionnaire-saisis .theme-informations .header-informations .edit-questionnaire-client::after {
  display: none;
}
.questionnaire-saisis .theme-informations .header-informations .dropdown-menu-client a {
  width: 170px;
  text-align: center;
}

.input-group-append .input-group-text, .input-group-prepend .input-group-text {
  background-color: white;
  border: none;
}

.popover .popover-note, .popover .popover-checkbox {
  padding: 2px;
}
.popover .popover-note .popover-selector, .popover .popover-checkbox .popover-selector {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  min-width: 35px;
  font-size: 20px;
  vertical-align: top;
}
.popover .popover-note .popover-selector i, .popover .popover-checkbox .popover-selector i {
  vertical-align: sub;
}

.popover-liste .reponse-liste-valeurs a {
  display: block;
  padding: 10px;
}
.popover-liste input {
  margin: 0;
}
.popover-liste a.btn.btn-primary {
  margin: 0;
  padding: 7px;
}

.type-menu_deroulant .select2-container--bootstrap4 .select2-selection__clear {
  margin-right: 20px;
}

.datatable-liste-valeurs th {
  vertical-align: middle;
}

.dt-espece-name {
  margin-left: 20px;
}

.menu-questionnaire-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 11;
}
.menu-questionnaire-wrapper .menu-questionnaire-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.menu-questionnaire-wrapper .menu-questionnaire {
  position: absolute;
  background: white;
  overflow-x: auto;
  top: 0;
  bottom: 0;
  left: -500px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.menu-questionnaire-wrapper .menu-questionnaire ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
}
.menu-questionnaire-wrapper .menu-questionnaire ul a {
  padding: 10px 30px 10px 0;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  color: black;
}
.menu-questionnaire-wrapper .menu-questionnaire ul a.link-menu-theme {
  font-weight: 400;
}
.menu-questionnaire-wrapper .menu-questionnaire ul a .menu-theme-number {
  display: inline-block;
  width: 50px;
  margin: 0 10px;
  text-align: center;
}
.menu-questionnaire-wrapper .menu-questionnaire ul.menu-ul-theme {
  background-color: #f6f7fb;
}

.soustheme-fixed-wrapper {
  vertical-align: middle;
  display: inline-block;
}
.soustheme-fixed-wrapper .soustheme-fixed-separator, .soustheme-fixed-wrapper .soustheme-fixed-name {
  display: inline-block;
  line-height: 1;
}
.soustheme-fixed-wrapper .soustheme-fixed-separator {
  opacity: 0.5;
}
.soustheme-fixed-wrapper i {
  vertical-align: middle;
}
.soustheme-fixed-wrapper .soustheme-fixed-name {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 200;
}

.paint-modal .modal-footer {
  padding-bottom: 10px;
}
.paint-modal .modal-body {
  background: #f6f7fb;
  margin-bottom: 10px;
}
.paint-modal .modal-body .paint-wrapper {
  text-align: center;
  background: #f6f7fb;
}
.paint-modal .modal-body .paint-wrapper .canvas-wrapper {
  position: relative;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 auto 40px auto;
  display: block;
  background: #fff;
}
.paint-modal .modal-body .paint-wrapper .canvas-wrapper .canvas-loader .loader-body {
  position: absolute;
  left: 0;
  border-radius: 20px;
}
.paint-modal .modal-body .paint-wrapper .canvas-wrapper .canvas-loader .loader-body .loader-text {
  margin-left: 40px;
  font-size: 30px;
  display: block;
}
.paint-modal .modal-body .paint-wrapper #canvas {
  cursor: crosshair;
  display: block;
  border-radius: 20px;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper {
  text-align: center;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet {
  padding: 20px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  background-color: white;
  margin-right: 50px;
  vertical-align: top;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper {
  margin-right: 0px;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .min-size-icone, .paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .max-size-icone, .paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper input.form-control {
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .min-size-icone, .paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .max-size-icone {
  display: inline-block;
  border-radius: 50%;
  background-color: black;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .min-size-icone.min-size-icone, .paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .max-size-icone.min-size-icone {
  height: 2px;
  width: 2px;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .min-size-icone.max-size-icone, .paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet.largeur-wrapper .max-size-icone.max-size-icone {
  height: 50px;
  width: 50px;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet .color-wrapper {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  margin: 0 5px;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet .color-wrapper a {
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin: 5px 0 0 5px;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet .color-wrapper a.border-black {
  border: 1px solid black;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet .color-wrapper a.active-color {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  height: 50px;
  width: 50px;
  margin: 0px;
}
.paint-modal .modal-body .paint-wrapper .color-palet-wrapper .color-palet #largeur_pinceau {
  height: 50px;
}

span.tooltipWrapper {
  position: relative;
  display: inline-block;
  *position: static;
  *display: inline;
}

@-webkit-keyframes pulsemax {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulsemax {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulsemax {
  -webkit-animation-name: pulsemax;
  animation-name: pulsemax;
}

.medias-reponse-file .row-button {
  display: none;
}

.theme-content .theme-actions .btn-select-trigger i, .theme-content .soustheme-content .theme-actions .btn-select-trigger i, .theme-content .soustheme-content .question-content .theme-actions .btn-select-trigger i {
  position: relative;
  color: #02437d;
}
.theme-content .theme-actions .btn-select-trigger.no-trigger i, .theme-content .soustheme-content .theme-actions .btn-select-trigger.no-trigger i, .theme-content .soustheme-content .question-content .theme-actions .btn-select-trigger.no-trigger i {
  color: rgba(2, 67, 125, 0.4);
}
.theme-content .theme-actions .btn-select-trigger.has-warnings i:before, .theme-content .soustheme-content .theme-actions .btn-select-trigger.has-warnings i:before, .theme-content .soustheme-content .question-content .theme-actions .btn-select-trigger.has-warnings i:before {
  position: absolute;
  bottom: -3px;
  left: -3px;
  content: "info";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  color: orange;
}
.theme-content .theme-actions .btn-select-trigger.entity-used-in-triggers i:after, .theme-content .soustheme-content .theme-actions .btn-select-trigger.entity-used-in-triggers i:after, .theme-content .soustheme-content .question-content .theme-actions .btn-select-trigger.entity-used-in-triggers i:after {
  position: absolute;
  bottom: -3px;
  right: -3px;
  content: "check_circle";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  color: green;
}

.theme-content .theme-actions .btn-select-trigger.has-warnings i:before {
  bottom: -5px;
  left: -5px;
}

.theme-content .soustheme-content .theme-actions .btn-select-trigger i {
  position: relative;
  color: white;
}
.theme-content .soustheme-content .theme-actions .btn-select-trigger.no-trigger i {
  color: rgba(255, 255, 255, 0.4);
}

.entity_trigger_tooltip .tooltip-inner {
  max-width: 450px;
  text-align: left;
}
.entity_trigger_tooltip .tooltip-inner div.entity_trigger_tooltip_title {
  font-size: 14px;
}
.entity_trigger_tooltip .tooltip-inner div.entity_trigger_warnings {
  color: #ffc107;
}
.entity_trigger_tooltip .tooltip-inner div.entity_trigger_usage {
  color: green;
}
.entity_trigger_tooltip .tooltip-inner div.entity_trigger_warnings, .entity_trigger_tooltip .tooltip-inner div.entity_trigger_usage {
  padding-left: 15px;
  border-radius: 5px;
  margin-top: 10px;
  text-align: left;
}
.entity_trigger_tooltip .tooltip-inner div.entity_trigger_warnings ul, .entity_trigger_tooltip .tooltip-inner div.entity_trigger_usage ul {
  margin-bottom: 0;
}
.entity_trigger_tooltip .tooltip-inner div.entity_trigger_warnings ul li, .entity_trigger_tooltip .tooltip-inner div.entity_trigger_usage ul li {
  font-weight: normal;
}

#triggers_message_wrapper {
  font-size: 14px;
  font-style: italic;
}

.info-tracivet-wrapper {
  margin-bottom: 30px;
}
.info-tracivet-wrapper .data-tracivet-valeur {
  display: block;
  background-color: #e9ecef;
  border: 1px solid #d2d2d2;
  padding: 8px;
}
.info-tracivet-wrapper .data-tracivet-libelle {
  display: block;
  color: #aaa;
  margin-top: 5px;
}

/*.btn-fab-alt {
  height: 60px;
  margin: 0;
  margin-left: 0px;
  line-height: 60px;
  padding: 0 25px;
  font-size: 16px;
  margin-left: 20px;
  &.btn.icon-left i {
    font-size: 30px;
  }
}*/
.questionnaire-wrapper .btn-close-rapport {
  display: none;
}
.questionnaire-wrapper .btn-open-rapport {
  display: none;
}
.questionnaire-wrapper .select_mode_wrapper .btn.btn-primary {
  background-color: #4b4a4d !important;
}
.questionnaire-wrapper.questionnaire-close .btn-open-rapport {
  display: inline-block;
}
.questionnaire-wrapper.questionnaire-close .edit-questionnaire-client, .questionnaire-wrapper.questionnaire-close .add-new-ligne, .questionnaire-wrapper.questionnaire-close .tableau-delete-line-button, .questionnaire-wrapper.questionnaire-close .btn-add-bca, .questionnaire-wrapper.questionnaire-close .btn-add-batiment, .questionnaire-wrapper.questionnaire-close .select_mode_wrapper .btn-default, .questionnaire-wrapper.questionnaire-close .bcas .delete-bca, .questionnaire-wrapper.questionnaire-close .questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.reponse-image-trigger.add-reponse-image, .questionnaire-wrapper.questionnaire-close .questionnaire-saisis .sousthemes .reponse .reponse-image-wrapper a.remove-image, .questionnaire-wrapper.questionnaire-close .btn-saisie-manuelle, .questionnaire-wrapper.questionnaire-close .btn-recalculer-valeur {
  display: none;
}
.questionnaire-wrapper.questionnaire-close .reponse-actions .action-button {
  color: #d2d2d2;
}
.questionnaire-wrapper.questionnaire-close .trigger-signature {
  cursor: default;
}
.questionnaire-wrapper.questionnaire-close .popopver-trigger-donnees-externes, .questionnaire-wrapper.questionnaire-close .popopver-trigger-liste {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.questionnaire-wrapper.questionnaire-open .btn-close-rapport {
  display: inline-block;
}
.questionnaire-wrapper .non-reglementaire.force-hidden,
.questionnaire-wrapper .questionnaire-saisis .questionnaire-saisi-pager a.btn.force-hidden {
  display: none !important;
}

.back-to-top {
  padding: 16px 18px;
  background-color: #4b4a4d;
  border-radius: 3px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  color: white;
  z-index: 999;
}

table.dataTable.datatable-data-externe td {
  height: 55px;
}

table.dataTable.datatable-data-externe.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.datatable-data-externe.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
  padding-left: 35px;
}

table.dataTable.datatable-data-externe.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child::before, table.dataTable.datatable-data-externe.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child::before {
  top: 20px;
}

table.dataTable.datatable-data-externe > tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable.datatable-data-externe > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0.5em;
}

table.dataTable.datatable-data-externe > tbody > tr.child span.dtr-title {
  margin-right: 25px;
  min-width: 200px;
}

.modal-data-externe .modal-body {
  overflow-x: hidden;
}

.form-group.select {
  z-index: 1;
}

.back-button {
  color: white;
  vertical-align: top;
  margin-right: 20px;
  opacity: 0.5;
  transition: opacity ease 400ms;
}
.back-button:hover {
  color: white;
  opacity: 1;
}
.back-button i {
  font-size: 40px;
}

tr.click-line td {
  cursor: pointer;
}

.lib_etat_questionnaire_saisi {
  display: inline-block;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100px;
}
.lib_etat_questionnaire_saisi i, .lib_etat_questionnaire_saisi span {
  vertical-align: middle;
}
.lib_etat_questionnaire_saisi i {
  font-size: 16px;
  margin-right: 5px;
}
.lib_etat_questionnaire_saisi span {
  float: right;
}
.lib_etat_questionnaire_saisi.lib_etat_questionnaire_saisi_6631816c-0211-46c4-b0d3-4e760f03a0bb {
  background-color: #b1c903;
}
.lib_etat_questionnaire_saisi.lib_etat_questionnaire_saisi_a5442078-bf4d-4b88-9f61-141d143a92e6 {
  background-color: #dc3545;
}

.empty-contact-client {
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  right: 0;
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  color: black;
}

.is-reponse-reglementaire::after, .is-reponse-obligatoire::after, .is-reponse-reglementaire-obligatoire::after {
  content: "*";
  display: inline-block;
  margin: 0 0 0 10px;
  color: blue;
}

.is-reponse-obligatoire::after {
  color: red;
}

.is-reponse-reglementaire-obligatoire::after {
  text-shadow: 10px 0px 0 red;
}

.info-quest-tooltip .tooltip-inner {
  max-width: 450px;
  text-align: left;
}
.info-quest-tooltip div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.info-quest-tooltip span {
  margin-right: 10px;
}

tr.group td {
  background-color: #f6f7fb;
  font-weight: 400;
}

i.documentations-tree {
  margin-right: 5px;
}

.link-dossier, .link-display-dossier {
  color: #000;
}
.link-dossier.link-display-dossier.active, .link-display-dossier.link-display-dossier.active {
  color: #b1c903;
}

.link-dossier:not(.collapsed) i:before {
  content: "";
}

.link-dossier.collapsed i:before {
  content: "";
}

#filemanager .icone-documentation {
  font-size: 25px;
  color: #4b4a4d;
  transition: color ease 300ms;
}

#filemanager .fas.fa-folder {
  cursor: pointer;
}

#filemanager .fas.fa-folder:hover {
  color: #b1c903;
}

#filemanager .datatable-filter {
  display: none;
}

#arborescence {
  background-color: #f6f7fb;
}
#arborescence .btn {
  text-align: start;
  font-weight: normal;
  box-shadow: none;
  font-size: 16px;
  padding: 5px;
}
#arborescence .wrapper-dossier {
  padding-left: 10px;
  border-radius: 0;
}
#arborescence .link-dossier {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
#arborescence .link-dossier i {
  color: #b1c903;
  opacity: 1;
}
#arborescence .link-dossier.collapsed i {
  color: #4b4a4d;
  opacity: 0.5;
}
#arborescence .link-display-dossier, #arborescence .link-dossier {
  padding-top: 10px;
  padding-bottom: 10px;
}

#dtDocumentations_wrapper .form-group,
#dtAdminDocumentations_wrapper .form-group {
  margin: 0px;
}

#dtDocumentations_wrapper .custom-control-label,
#dtAdminDocumentations_wrapper .custom-control-label {
  display: block;
}

#dtDocumentations tbody tr,
#dtAdminDocumentations tbody tr, .row-documentation-a-valider {
  cursor: pointer;
}

table.dataTable td.file-icone-column {
  width: 45px !important;
}

#documentations_tab .documentation-wrapper {
  position: relative;
}
#documentations_tab .documentation-wrapper .fichier-documentations {
  display: block;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-right: 69px;
  padding: 10px;
  transition: 400ms;
}
#documentations_tab .documentation-wrapper .fichier-documentations:hover {
  background: #FAFAFA;
}
#documentations_tab .documentation-wrapper .fichier-documentations .icon-file {
  font-size: 30px;
}
#documentations_tab .documentation-wrapper .delete-documentation {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  color: #cacaca;
  display: block;
  padding: 22px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: 400ms;
  width: 69px;
  height: 69px;
}
#documentations_tab .documentation-wrapper .delete-documentation:hover {
  background-color: #f55145;
  color: white;
}
#documentations_tab .documentation-wrapper .delete-documentation .icon-delete {
  font-size: 18px;
}
#documentations_tab .loader-documentations .loader {
  display: inline-block;
}
#documentations_tab .list-documentations {
  border-top: 1px solid #dddddd;
}

/*# sourceMappingURL=general.css.map */
