@font-face {
  font-family: "barlowcondensedRegular";
  font-weight: 400;
  font-display: optional;
  src: local("barlowcondensed Regular"), url("../fonts/barlowcondensed-regular.woff2") format("woff2"), url("../fonts/barlowcondensed-regular.woff") format("woff");
  unicode-range: U+000-5FF;
  font-style: normal;
}
@font-face {
  font-family: "barlowcondensedMedium";
  font-weight: 400;
  font-display: optional;
  src: local("barlowcondensed Medium"), url("../fonts/barlowcondensed-medium.woff2") format("woff2"), url("../fonts/barlowcondensed-medium.woff") format("woff");
  unicode-range: U+000-5FF;
  font-style: normal;
}
a {
  text-decoration: none !important;
}
.btn-primary {
  border-width: 0px !important;
  border-radius: 0px;
  font-size: 16px;
  font-family: "barlowcondensedMedium", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: normal !important;
  background-color: #d8a41e;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #d8a41e;
}
.btn-primary:disabled {
  background-color: #a9abaf;
}
.form-check-input:checked {
  background-color: #d8a41e;
  border-color: #d8a41e;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 64, 30, 0.25);
}
.modal {
  font-size: 14px;
}
.modal-header {
  font-family: barlowcondensedMedium, sans-serif;
  font-size: 18px;
  border-color: #d8a41e;
  color: #1f293d;
}
.modal-footer {
  border-color: #d8a41e;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #1f293d;
  font-size: 15px;
}
body form label {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #1f293d;
}
body form .chosen-container.chosen-container-single .chosen-single {
  height: 40px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  margin-top: 5px;
  background: #ffffff url(../images/select-bg.svg) no-repeat right 0 center;
  background-size: 76rem;
}
body form .chosen-container.chosen-container-single .chosen-single span {
  font-size: 13px;
}
body form .chosen-container.chosen-container-single .chosen-results li {
  font-size: 13px;
  padding: 0px 6px;
}
label {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #1f293d;
}
.chosen-container-single .chosen-single {
  height: calc(4.2em);
  padding: 0.5rem 4rem 0.5rem 1rem;
  margin-top: 5px;
}
.chosen-container-single .chosen-single span {
  font-size: 13px;
}
.chosen-container-single .chosen-single .chosen-results li {
  font-size: 13px;
}
.HeaderMine {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  max-height: 170px;
  box-shadow: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.HeaderMine .container {
  max-width: 100%;
}
.HeaderMine .navbar-brand-sw img {
  max-width: 230px;
}
.HeaderMine #top-menu-nav {
  padding-top: 10px;
  margin-top: 0;
}
.HeaderMine .top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 25px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  margin-left: 0 !important;
}
.HeaderMine .top-menu li:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  height: 1px;
  width: 30px;
  border-top: 5px solid #d8a41e;
  animation: moveOut 0.5s forwards;
}
.HeaderMine .top-menu li:after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 5px;
  height: 1px;
  width: 30px;
  border-top: 5px solid #d8a41e;
  animation: moveOut 0.5s forwards;
  margin: initial;
  opacity: 1;
  right: auto;
}
.HeaderMine .top-menu li a {
  color: #1f293d;
  text-decoration: none;
  font-family: barlowcondensedRegular, sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.HeaderMine .top-menu li:hover:before {
  animation: moveIn 0.5s forwards;
}
.HeaderMine .top-menu li:hover:after {
  animation: moveIn 0.5s forwards;
}
@keyframes moveIn {
  0% {
    left: -100%;
  }
  100% {
    left: calc(20%);
  }
}
@keyframes moveOut {
  0% {
    left: calc(20%);
  }
  100% {
    left: 100%;
  }
}
.LoginRight {
  display: flex;
  align-items: center;
}
.LoginRight .mod-login-logout__login-greeting {
  font-size: 13px;
  margin-right: 5px;
}
.LoginRight .mod-login-logout {
  display: flex;
  align-items: center;
}
.LoginRight .sw-profil {
  background-color: #d8a41e;
  color: #fff;
  padding: 8px 14px;
  border-radius: 100%;
  float: right;
}
.LoginRight .dropdown-menu {
  min-width: 150px;
  background: #d8a41e;
  border-radius: 2px;
  color: #fff;
  border: none;
}
.LoginRight .dropdown-menu li {
  font-size: 12px;
  margin: 0;
  padding: 5px 4px;
}
.LoginRight .dropdown-menu li a {
  color: #fff;
}
.LoginRight .dropdown-menu li a:hover,
.LoginRight .dropdown-menu li a:focus {
  background-color: #c18e0d;
}
.LoginRight .dropdown-menu input {
  color: #fff;
  background: transparent;
  border: none;
  padding: 0;
}
.footer {
  background: #1f293d;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer ul li {
  list-style: none;
  padding: 5px 0;
}
.footer p {
  font-size: 12px;
  line-height: 23px;
}
.footer .reseausociaux img {
  width: 37px;
  height: 37px;
}
.footer .reseausociaux a {
  margin-left: 5px;
}
.view-login .control-group {
  margin-top: 15px;
}
.view-login .control-group label {
  margin-bottom: 10px;
}
.view-login .ModConnexionSw h1 span {
  color: #d8a41e;
}
.view-login .ModConnexionSw form fieldset {
  position: relative;
}
.view-login .ModConnexionSw form fieldset .tooltip-login {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 380px;
  padding: 12px;
  top: 51px;
  left: 79px;
  z-index: 10;
}
.view-login .ModConnexionSw form fieldset .tooltip-login:before {
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 5px solid transparent;
  right: 78px;
  top: -12px;
}
.view-login .ModConnexionSw form fieldset .tooltip-login:after {
  display: inline-block;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  right: 78px;
  top: -10px;
}
.view-login .ModConnexionSw form fieldset:before {
  content: "?";
  float: right;
  font-weight: bold;
  margin-top: 17px;
  margin-right: 3px;
  display: none;
}
.view-login .ModConnexionSw form fieldset:hover .tooltip-login {
  display: none;
}
.view-login .com-users-login__remember,
.view-login .com-users-login__options {
  margin-top: 15px;
  margin-bottom: 15px;
}
.view-login .com-users-login,
.view-login #system-message-container,
.view-login .com-users-login__options {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.view-login.com_users .HeaderMine {
  display: none;
}
.view-login.com_users .container.container-component {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.view-login.com_users .ContentSw {
  display: inherit;
  max-width: 100%;
}
.view-login.com_users main {
  margin: 0;
}
.view-login.com_users main .container {
  padding: 0;
  margin: 0;
  max-width: 99%;
}
.view-login.com_users .footer {
  margin-top: 0;
}
.view-login #system-message-container {
  position: absolute;
  right: 11%;
  max-width: 420px;
}
.has-danger input {
  border-color: #f00;
}
h1,
h2,
h3,
h4 {
  font-family: barlowcondensedMedium, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0;
  color: #1f293d;
  line-height: normal;
}
h1 {
  font-size: 27px;
  border-left: 6px solid #d8a41e;
  padding-left: 15px;
  margin-bottom: 25px;
}
h2 {
  font-size: 32px;
}
.ContentSw {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.ContentSw p {
  line-height: 21px;
  padding: 9px 0;
}
.ContentSw .card {
  padding: 20px;
}
.ContentSw .table {
  color: #1f293d;
}
.ContentSw .table thead {
  background-color: #f2f2f2;
}
.ContentSw .table a {
  color: #d8a41e;
  text-decoration: none;
}
.view-mesdemandes .btn,
.view-nouvelledemande .btn {
  margin: 25px 0;
}
.view-mesdemandes table tr:nth-child(even),
.view-nouvelledemande table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.view-reset .ContentSw,
.view-remind .ContentSw,
.view-profile.layout-edit .ContentSw {
  max-width: 600px;
}
.view-reset .btn-danger,
.view-remind .btn-danger,
.view-profile.layout-edit .btn-danger {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #1f293d;
}
.view-profile .dl-horizontal {
  line-height: 26px;
}
.view-profile main .com-users-profile a.btn.btn-primary {
  background-color: #d8a41e;
}
.view-profile main .com-users-profile ul.com-users-profile__edit.btn-toolbar {
  padding-left: 0;
}
.btn-toolbar .btn-group .btn-primary {
  background: #f2f2f2;
}
.ModConnexionSw {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.ModConnexionSw .LogoCon {
  text-align: center;
  margin-top: 20px;
}
.ModConnexionSw .LogoCon img {
  width: 59%;
  margin-bottom: 25px;
}
.ModConnexionSw label {
  font-weight: bold;
  font-size: 13px;
}
.ModConnexionSw .list-group a {
  color: #0088cc;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 10px;
}
.view-nouvelledemande h1 {
  margin-left: 159px;
  /*  border: none;
        text-align: center;

        &:before {
            content: "";
            height: 40px;
            width: 3px;
            display: block;
            background-color: #d8a41e;
            margin: 10px auto
        }*/
}
.view-nouvelledemande h2 {
  font-size: 26px;
  text-transform: none;
}
.view-nouvelledemande h3 {
  font-size: 20px;
  text-transform: none;
}
.view-nouvelledemande .DemandePage .row {
  margin-top: 15px;
}
.view-nouvelledemande .DemandePage .row strong {
  display: block;
  margin-top: 7px;
}
.view-nouvelledemande .DemandePage form {
  margin: 0 auto;
  max-width: 800px;
}
.view-article .com-content-article {
  max-width: 1170px;
  margin: 0 auto;
}
.view-souscripteurs .LoginRight .mod-login-logout {
  display: none;
}
.view-souscripteurs .menuSw,
.view-souscripteurs .container-banner {
  display: none;
}
span#info {
    float: right;
    padding-top: 8px;
    margin-top: 9px;
    margin-right: 3px;
    font-weight: bold;
    font-size: 13px;
}
#uploader {
  padding: 1em;
  position: relative;
}
#uploader #uploaderCont #dragandrophandler {
  flex-direction: column;
  background: #ebebeb;
  height: 30vh;
  min-height: 180px;
  border: 1px solid #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms;
}
#uploader #uploaderCont #dragandrophandler > * {
  transition: all 400ms;
}
#uploader #uploaderCont #dragandrophandler svg {
  width: 100px;
  height: 3.3em;
  opacity: 0.12;
  margin-bottom: 7px;
}
#uploader #uploaderCont #dragandrophandler label {
  margin-left: 5px;
  color: #007bff;
  cursor: pointer;
}
#uploader #uploaderCont #dragandrophandler label:hover {
  text-decoration: underline;
}
#uploader #uploaderCont #dragandrophandler.active {
  box-shadow: 0 0 18px 2px inset #979797;
  background: #bbd3ff;
}
#uploader #uploaderCont #dragandrophandler.active svg {
  transform: translateY(11px);
  height: 3.8em;
  opacity: 1;
  fill: #fff;
}
#uploader #uploaderCont #dragandrophandler.active span {
  opacity: 0;
}
#uploader #uploaderCont .row.fileQueue {
  padding: 1% 0;
  border-bottom: thin solid #e6e6e6;
  opacity: 0;
}
#uploader #uploaderCont .row.fileQueue > div {
  display: flex;
  align-items: center;
}
#uploader #uploaderCont .row.fileQueue > div.name b {
  overflow: hidden;
  text-overflow: ellipsis;
}
#uploader #uploaderCont .row.fileQueue > div.remove {
  justify-content: flex-end;
}
#uploader #uploaderCont .row.queueSrc {
  display: none;
}
#uploader #uploaderCont .row.ulProgress {
  display: none;
  height: 16px;
  width: 100%;
}
#uploader #uploaderCont .row.ulProgress .col {
  position: absolute;
  top: 28%;
  left: 0;
}
#uploader #uploaderCont .row.ulProgress .progress-bar {
  width: 0;
}
#uploader #uploaderCont .submit {
  display: none;
  margin-top: 17px;
}
.view-nouveaufichier #uploader #uploaderCont #dragandrophandler {
  background: none;
  border: none;
  height: auto;
  min-height: auto;
  align-items: initial;
}
.view-nouveaufichier #uploader #uploaderCont #dragandrophandler label {
  color: #fff;
  margin-left: 0;
}
.view-nouveaufichier #uploader #uploaderCont #dragandrophandler svg {
  display: none;
}
.view-nouveaufichier #frm_monprofil label {
  display: block;
  line-height: 38px;
  padding-top: 15px;
}
.view-nouveaufichier #frm_monprofil .load-file {
  width: 49px;
  overflow: hidden;
}
.view-nouveaufichier #frm_monprofil .load-file .new-input-file {
  line-height: 19px;
}
.view-nouveaufichier #frm_monprofil .load-file .new-input-file:-webkit-file-upload-button {
  visibility: hidden;
}
.view-nouveaufichier #frm_monprofil .load-file .new-input-file:before {
  content: "Parcourir";
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
}
.view-nouveaufichier #frm_monprofil .load-file .new-input-file:hover:before {
  border-color: black;
}
.view-nouveaufichier #frm_monprofil .load-file .new-input-file:active:before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.view-nouveaufichier #frm_monprofil .load-file span {
  display: none;
}
.table-responsive {
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .HeaderMine {
    min-height: 50px;
  }
  .HeaderMine .container {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
  }
  .HeaderMine .container .navbar-brand-sw {
    order: 1;
  }
  .HeaderMine .container .LoginRight {
    order: 2;
    display: block;
    padding-right: 0;
  }
  .HeaderMine .container .LoginRight .mod-login-logout__login-greeting {
    display: none;
  }
  .HeaderMine .container .LoginRight .mod-login-logout {
    display: block;
  }
  .HeaderMine .container .menuSw {
    order: 3;
  }
  .HeaderMine .navbar-brand-sw img {
    width: 150px;
    margin-top: 10px;
  }
  .HeaderMine .top-menu li {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .HeaderMine .top-menu li:before,
  .HeaderMine .top-menu li:after {
    content: none;
  }
  .offcanvas {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-start {
    width: 300px;
  }
  .offcanvas-start.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .toggleMenu {
    float: right;
    color: #000;
    font-size: 26px;
    display: block !important;
  }
  .footer {
    text-align: center;
  }
  .footer .collapse.navbar-collapse {
    display: block;
  }
  .footer .navbar-toggler {
    display: none;
  }
  .com-users-profile__core {
    width: 100%;
  }
  .view-login #system-message-container {
    position: initial;
  }
  .ContentSw .card {
    padding: 20px;
    overflow-x: auto;
  }
}
.container-component {
  font-family: "Open Sans", sans-serif;
}
.container-component #formfilter .filtertextuel select {
  width: 220px;
  padding: 9px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 13px;
  color: #555;
}
.container-component #formfilter .sep {
  background-color: #d8a41e;
  width: 75px;
  height: 5px;
  display: block;
  margin: 35px 0 25px;
}
.container-component #formfilter .page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}
.container-component #formfilter .btn {
  font-family: "Barlow Condensed Medium", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  padding: 11px 25px;
  border: none;
  background-color: #e0e1e2;
  font-weight: bold;
  color: #333;
}
.container-component #formfilter .btn.buttonload {
  border: red;
}
.container-component #formfilter input[type="date"] {
  width: 236px !important;
  margin-right: 55px;
  margin-bottom: 0;
  border-radius: 3px;
  border-color: #e6e6e6;
  border: 1px solid #ccc;
  box-shadow: none;
  margin-top: 3px;
  padding: 9px;
}
.container-component #formfilter input[type="text"] {
  width: 236px !important;
  margin-right: 55px;
  margin-bottom: 0;
  border-radius: 3px;
  border-color: #e6e6e6;
  border: 1px solid #ccc;
  box-shadow: none;
  margin-top: 3px;
  padding: 9px;
}
.container-component #formfilter td {
  padding: 7px 0;
}
.container-component #formfilter label {
  width: 185px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  cursor: pointer;
  color: #555;
}
.container-component h3 {
  font-size: 19px;
}
.container-component p {
  line-height: 21px;
  padding: 9px 0;
}
.container-component *:focus {
  outline: none;
}
.container-component .card {
  box-shadow: 1px 2px 8px #dfe4e4;
  border: none;
  background-color: #fff;
  padding: 0;
  width: 100%;
  display: table;
  margin-bottom: 33px;
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
}
.container-component .card a {
  text-decoration: none !important;
}
.container-component .card a {
  color: #0088cc !important;
}
.container-component .card .dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}
.container-component .card .dataTables_wrapper .dataTable {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 13px;
}
.container-component .card .dataTables_wrapper .dataTable thead {
  background: #13243b;
  color: white;
}
.container-component .card .dataTables_wrapper .dataTable thead th {
  padding: 10px 8px;
  font-weight: bold;
  vertical-align: bottom;
  text-align: left;
  cursor: pointer;
}
.container-component .card .dataTables_wrapper .dataTable thead th:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
}
.container-component .card .dataTables_wrapper .dataTable thead th.sorting:after {
  content: "\f0dc";
}
.container-component .card .dataTables_wrapper .dataTable thead th.sorting_asc:after {
  content: "\f0de";
}
.container-component .card .dataTables_wrapper .dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}
.container-component .card .dataTables_wrapper .dataTable thead .sorting:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0de";
  font-weight: bold;
}
.container-component .card .dataTables_wrapper .dataTables_filter {
  position: absolute;
  right: 0;
  top: -51px;
}
.container-component .card .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  background-color: #fff;
  border: 1px solid #ccc;
}
.container-component .card .dataTables_wrapper .dataTables_paginate {
  color: #333;
  float: right;
  text-align: right;
  padding-top: 0.25em;
  font-size: 11px;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.first {
  background-color: #13243b !important;
  color: #ffffff !important;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.first:after {
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background-color: #13243b !important;
  color: #ffffff !important;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 2px;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #333333 !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none !important;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #13243b;
  background-image: none;
  border-color: transparent;
  color: #fff!important;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #13243b;
  background-image: none;
  border-color: transparent;
  color: #fff !important;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background-color: #13243b;
  color: #ffffff !important;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.last {
  background-color: #13243b;
  color: #ffffff !important;
}
.container-component .card .dataTables_wrapper .dataTables_paginate .paginate_button.last:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
