.main-cfr .header,
.main-cfr .dashboardSearch,
.main-cfr .dashboardSearch .search--dashboard {
  background: #fff;
}
.main-cfr .header__nav a,
.main-cfr .header__title a,
.main-cfr .header__user a {
  color: #303030;
}
.main-cfr .header__nav a {
  font-weight: 600;
  background: #f2f2f2;
  font-size: .85rem;
  height: 50px;
  line-height: 50px;
}
.main-cfr .header__nav a:hover {
  background: #e6e6e6;
}
.main-cfr ul.header__items:last-child {
    display: none;
}

.alert-geography-refresh {
    margin-top: 2%;
    background-color: #ffeacd;
    color: #d8852c;
    border: #f7c888 1px solid;
    padding: 15px 15px 15px 56px;
    position: relative;
    text-align: left;
}

.alert-geography-refresh:before {
    content: '?';
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #f0a04b;
    border: 3px solid #f0a04b;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (min-width: 1040px) and (max-width: 1200px) {
  .header .container {
      padding: 0 20px;
  }
}
.input-group {
    display:flex;
}
.button-export {
  text-decoration: none;
  background-color: #3368a0;
  color: white;
  padding: 0.75rem 1.25rem;
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.export-page {
  max-width: 500px;
  padding-top: 40px;
  margin: 0 auto;
}
.export-page .input-group .form-check {
  padding-right: 20px;
}

.main-cfr .search--dashboard .search__input .form__input {
  background: #F0F0F0;
}
.main-cfr .nav {
  background: #505050;
  height: 50px;
}
.main-cfr .nav__item a {
  line-height: 50px;
  height: 50px;
}
.main-cfr .nav a {
  color: #fff;
}
.main-cfr .listing__nav {
  border-bottom: 5px solid #26679e;
}
.main-cfr .header__nav {
  justify-content: flex-end;
  padding-right: 20px;
}
.main-cfr .header__title {
  max-width: 130px;
}
.main-cfr .header__title a {
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #505050;
  font-size: 14px;
}
.main-cfr .header__title a .envlabel {
  color: #fff;
}
.main-cfr .header__title img {
  display: block;
  margin-top: 10px;
  height: 56px;
}
.main-cfr .headerSearch__overlay,
.main-cfr .search__overlay {
  top: 0 !important;
  background: rgba(0,0,0,.4);
}
.a17--login {
  background: #fff;
}
.a17--login .login__heading--title {
  color: #262626;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.login__input {
  background: #f0f0f0;
  border: none;
  color: #262626;
}
.login__heading {
  font-size: 30px;
  color: #262626;
  text-align: center;
}
.login__image {
  margin: 0 auto 20px;
  display: block;
}
.login__heading+.login__fieldset {
  margin-top: 0;
}
.main-cfr .header__nav .s--on a {
    background: #26679e;
    color: #fff;
}
.login__button:focus, .login__button:hover, .login__button {
    background-color: #26679e;
    color: #fff;
}

#app .report__list {
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    margin: 15px 0 0;
    padding: 12px 10px;
}
#app .report__list .button {
  padding: 3px 9px;
  text-align: center;
  border-radius: 3px;
  height: auto;
  line-height: 1.7;
  vertical-align: middle;
}
#app .report__list .button svg {
  fill: #fff;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 2px;
}
#app .report__list .text-right {
  text-align: right;
}
#app .report__list table {
    width: 100%;
    text-align: left;
}
#app .report__list table thead {
    background: #A0A0A0;
    color: #fff;
    font-weight: 600;
}
#app .report__list table th {
    padding: 6px;
}
#app .report__list table td {
    padding: 12px 6px 6px;
}
#app .report__list table .empty {
    padding: 25px 0;
    text-align: center;
}
#app .report__list table .th-subject {
    width: 50%;
}
.button {
    background-color: transparent;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1em;
    outline: none;
    margin: 0;
    border: 0 none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: inherit;
    display: inline-block;
    border-radius: 2px;
    padding: 0 30px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: color .2s linear,border-color .2s linear,background-color .2s linear;
    transition: color .2s linear,border-color .2s linear,background-color .2s linear;
    text-decoration: none;
}
.button--action {
    background: #3278b8;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.button--back {
    background: #787878;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px;
    width: auto;
    display: block;
}
.button--print {
    background: #787878;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px;
    width: auto;
    display: block;
}
.button--print svg,
.button--action svg {
    width: 20px;
    height: 11px;
    margin-right: 10px;
    margin-left: -10px;
}
.modal__inner {
    width: 100%;
}
.modalValidation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
#app .input__label {
    margin-bottom: 4px;
}
#app .content {
  margin-top: 15px;
}
#app .content__content {
  margin-bottom: 15px;
}
#app .fieldset__content {
  padding: 0 15px 15px 15px;
}
#app .fieldset .static__title {
    margin-top: 15px;
}

#app .fieldset hr {
    background: #a8a3a3;
}
#app .switcher:not(.switcher--active) {
    background: #787878;
}
.adresse-complementaire-container {
  margin: 10px 0 20px;
}

@media only print {
  body {
    background-color: transparent !important;
  }
  .main-cfr > .header,
  .main-cfr .titleEditor__title,
  #app .section__title {
    padding-left: 20px;
  }
  .main-cfr .navbar {
    margin-bottom: 0;
  }
  #app .form {
    background: transparent !important;
  }
  #app .fieldset {
    border: none !important;
  }
  #app .fieldset .question-theme-title {
    padding-left: 0;
    color: #202020;
    background: transparent !important;
  }
  input[name^=commentaire]{
    min-height: 100px !important;
  }
  .browserItem__cell--name a {
    color: #202020 !important;
  }
  .main-cfr .navbar .stickyNav {
    border-bottom: 0;
    margin: 0;
  }
  .main-cfr .stickyNav .container {
    padding-bottom: 0;
  }
  .main-cfr .wrapper {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .main-cfr .col.col--primary {
    max-width: 100% !important;
  }
  .main-cfr .publisher__wrapper,
  .main-cfr .button--print,
  #searchApp, .ham.ham--search, .icon.icon--edit,
  .icon.icon--dropdown_module, .browserItem__cell--icon,
  .main-cfr .footer,
  .button--action,
  .d-print-none,
  .sticky__fixedTop {
    display: none !important;
  }
  .fieldset__content {
    display: block !important;
  }
  .browserField__trigger .button {
    opacity: 0 !important;
  }
  .browserField__trigger {
    min-height: 62px;
  }
  .main-cfr .form {
    padding-bottom: 0;
  }
  .col--aside .button,
  header.header,
  .button--fieldlink {
    display: none;
  }
  .main-cfr .input-color {
    max-width: 100%;
  }
  .input, .col--double, .fieldset,
  .question-theme-container,
  .report__list, .action__list, .adresse-complementaire-container {
    position: relative;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  section, .wrapper {
    display: block !important;
    position: relative !important;
  }
  .main-cfr .input__limit {
    display: none;
  }
  .main-cfr .input__field {
    background: transparent;
  }
  .main-cfr .navbar,
  .main-cfr .navbar .stickyNav {
    background: transparent;
    text-align: center;
    text-transform: uppercase;
  }
  .fileField__trigger, .media__field > button, .slideshow__trigger > button {
    opacity: 0;
  }
  #app .report__list table thead,
  #app .action__list table thead,
  .block .block__header {
    background-color: transparent;
    color: #202020;
  }
  #app input, #app .selected-tag, #app textarea, #app .singleselector__label,
  .multiselector--grid .multiselector__label {
    color: #202020 !important;
  }
  #app .fieldset__header {
    background-color: transparent;
    text-transform: uppercase;
  }
  #app .fieldset__header h3 {
    padding: 1px 17px 0 17px
  }
  #app .tooltipButton {
    display: none;
  }
  #app .fieldset hr {
    height: 0;
    background-color: transparent;
  }
  .env:before,
  .a17 .vselect--single .dropdown-toggle:after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .block__handle, .block__actions {
    display: none;
  }
  #app .static__title {
    background: transparent;
    border: 1px solid #000;
  }
  #app .stickyNav .container {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -3rem !important;
  }
  #app .navbar {
    display: none !important;
  }
  #app .content__item, .block .block__header {
    border: none !important;
  }
  #app .block .block__header {
    padding: 0;
  }
  #app .block .block__content {
    padding: 35px 0 !important;
    max-width: calc(100% - 20px);
  }
  #app .input-small {
    margin-left: 0;
    max-width: 100%;
  }
  #app .input-large {
    margin-left: 0;
    width: 100%;
  }
  #app .fieldset__header h3, .block .block__header:hover {
    background-color: transparent !important;
  }
  #app .info-icon {
    display: inline-block;
    background: #202020;
    vertical-align: middle;
  }
  #app .info-icon svg {
    color: #fff;
    top: 0;
  }
  #app .report__list, #app .action__list {
    background-color: transparent !important;
  }
  #app .fieldset__header {
    background-color: transparent !important;
  }
  #app .question-theme-container {
    max-width: calc(100% - 20px);
    padding-top: 20px !important;
  }
  #app .question-theme-container hr {
    display: none !important;
  }
  #app .singleselector--grid .singleselector__item {
    width: 25% !important;
  }
  #app .reponse-explicatif {
    background-color: transparent !important;
    border: none;
    border-left: 4px solid #202020;
    padding: 5px 15px;
  }
  #app .report-theme-description {
    border-color: #202020;
    background-color: transparent !important;
  }
  #app .report-theme-description .description {
    margin-bottom: 4px !important;
  }
  #app .report-theme-description .file {
    display: none !important;
  }
  #app .report-theme-description .icon-col svg {
    width: 23px;
    height: 23px;
    background: #202020;
    color: #fff;
  }
  .singleselector--grid .singleselector__radio--checked+.singleselector__label:before {
    border-color: #707070 !important;
    background-color: #707070 !important;
  }
  #app .side-content__wrapper {
    border: none !important;
    padding: 0  10px !important;
  }
}

.form {
    background-color : #a9a3a3;
}

#app .selected-tag {
    color: #3278b8;
}

#app input {
    color: #3278b8;
}

.input__field[data-v-9d62de78] {
    /*background-color: #ebebeb;
    border: 1px solid #2d2424;*/
}

#app textarea {
    color: #3278b8;
}

.fieldset .dropdown__position .dropdown__scroller button {
    font-size: 0;
}
.fieldset .dropdown__position .dropdown__scroller button:first-child:after {
    font-size: 1rem;
    content: 'Réduire';
}
.fieldset .dropdown__position .dropdown__scroller button:nth-child(2):after {
    font-size: 1rem;
    content: 'Supprimer';
}
.fieldset .dropdown__position .dropdown__scroller button:nth-child(3):after {
    font-size: 1rem;
    content: 'Dupliquer';
}

.info-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  line-height: 20px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.info-icon svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.custom-condition-poste, .custom-condition-type {
  display: none !important;
}
.custom-condition-poste.visible, .custom-condition-type.visible {
  display: block !important;
}

.col--double.col--double-wrap {
    position: relative;
}
.button--fieldlink {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #3f79ba;
    height: 45px;
    padding: 0;
    width: 45px;
}
.button--fieldlink svg {
    width: 14px;
    fill: #fff;
    color: #fff;
    height: 45px;
}

@media screen and (min-width: 1040px) and (max-width: 1640px) {
  .main-cfr .nav {
    height: auto;
  }
  .nav__list {
    width: 100%;
    white-space: normal;
    height: auto;
  }
  .nav__item {
    height: auto;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1200px) {
  .nav__list {
    padding: 0;
  }
}