#app {
    padding-top: 91px;
    background-color: #FAFEFD;
}
#app .navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
}
#app .navbar .navbar-header .navbar-brand {
    background-image: url(../images/logo.jpg);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 60px;
}
.section-title {
    text-align:center;
    margin-bottom:20px;
}
.section-title h1 {
    font-size: 52px;
    font-weight: lighter;
    margin: 40px 0px;
}
.section-title-home {
    margin: 100px 0px;
}
.section-title-search {
    margin: 60px 0px;
}
.section-title-home h1 {
    font-size: 84px;
    font-weight: lighter;
}
.align-center {
    text-align: center;
}
.align-center a {
    display: inline-block;
}
.btn:hover, .btn-lg:hover {
    text-decoration: none;
}
.btn-home {
    margin-bottom: 10px;
}
.btn.btn-recherche {
    background-image: url(images/search.png);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    line-height: 22px;
    opacity: 0.8;
}
.btn.btn-recherche:hover {
    opacity: 1;
}
.white-container {
    background-color: white;
}
th.th-creation,
th.th-modification,
th.th-actions {
    width: 150px;
}
th.th-actions {
    width: 220px;
}
th.th-actions-short {
    width: 120px;
}
th.th-year {
    width: 62px;
}
td.center {
    text-align: center;
}
.form-row.form-flexible{
    display: flex;
}
.form-row.form-flexible .col.w-40 {
    width: 40%;
}
.form-row.form-flexible .col.w-50 {
    width: 50%;
}
.form-row.form-flexible .col.w-60 {
    width: 60%;
}
.form-row.form-flexible .col.w-40 form,
.form-row.form-flexible .col.w-50 form,
.form-row.form-flexible .col.w-60 form {
    text-align: right;
}
.form-row .fields {
    margin-bottom: 40px;
}
.form-row .fields .field {
    margin-bottom: 20px;
}
.form-row .fields .field label {
    line-height: 20px;
    display: block;
}
.form-row form {
    width: 100%;
}
.form-row .fields .field input {
    margin: 0px;
    border: none;
    outline: none;
    line-height: 20px;
    padding: 10px;
    width: 100%;
    display: block;
    border: 1px solid #EEE;
    background-color: #FDFDFD;
    border-radius: 2px;
}
.form-row .fields .field input.pass-input {
    margin-bottom: 5px;
}
.double-row,
.double-inputs {
    display: flex;
}
.double-row .left,
.double-row .right {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.double-inputs .left,
.double-inputs .right {
    width: calc(50% - 10px);
}
.double-row .panel {
    height: 100%;
    margin-bottom: 0px;
}
.double-row .left {
    margin-right: 20px;
}
.form-row .fields .double-inputs input.pass-input.left {
    margin-right: 5px;
}
.select-size-auto {
    width: auto;
    display: inline-block;
}

.select2-size {
    width: 420px;
    display: inline-block;
}
.float-right {
    float: right;
}
.panel-heading h1 {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}
.btn.btn-primary.ion-android-funnel {
    line-height: 24px;
    font-size: 20px;
}
.btn-lg.ion-eye,
.btn-lg.ion-edit,
.btn-lg.ion-trash-a {
    line-height: 20px;
    font-size: 20px;
}
.btn.btn-add-new{
    color: #28AB55;
    border-color: #28AB55;
}
.btn.btn-add-new::after {
    content: "\f217";
    padding-left:10px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #28AB55;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}
.btn.btn-download::after,
.btn-lg.btn-download::after {
    content: "\f41f";
    padding-left:10px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
}
.btn.btn-qrcode-see {
    background-image: url(images/qr-codes.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    line-height: 24px;
    padding: 5px 19px;
}
.document-apercu-img {
    text-align: center;
    width: 100%;
}
.document-apercu-img img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.document-apercu-iframe iframe {
    border: none;
    outine: none;
}
.panel .panel-heading h2 {
    margin: 0px;
    display: inline-block;
}
#app {
    position: relative;
    padding-bottom: 60px;
    min-height: 100vh;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #FAFEFD;
}
.list-pagination {
    text-align: center;
}
.list-pagination .pagination {
    margin-bottom: 0px;
}
.btn.btn-clipboard-see {
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    width: 40px;
}
.pagination .pagination-prev::before,
.btn.btn-clipboard-see::before {
    content: "\f124";
    padding-left:10px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #28AB55;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
}
.btn.btn-clipboard-see {
    background: none;
    transition: all ease-in 0.2s;
    position: relative;
}
.btn.btn-clipboard-see::after{
    content: "Copié";
    font-size: 12px;
    line-height: 20px;
    color: white;
    background-color: #666;
    position: absolute;
    right: -40px;
    padding: 0px 6px;
    border-radius: 3px;
    top: 8px;
    opacity: 0;
    border: 1px solid white;
    transition: all ease-in 0.2s;
}
.btn.btn-clipboard-see.selected::after {
    opacity: 1;
    transition: all ease-in 0.2s;
}

.btn.btn-clipboard-see.selected {
    border-color: #28AB55;
    transition: all ease-in 0.2s;
}
.btn.btn-clipboard-see::before {
    content: "\f41b"; /*"\f41c";*/
    padding: 0px;
    font-size: 26px;
    line-height: 34px;
    color: black;
    transition: all ease-in 0.2s;
}
.btn.btn-clipboard-see.selected::before {
    color: #28AB55;
    transition: all ease-in 0.2s;
}
.btn.btn-clipboard-see {
    font-size: 14px;
    line-height: 36px;
    width: auto;
    padding: 0px 15px;
    vertical-align: top;
}
.btn.btn-clipboard-see::before {
    padding-right: 10px;
    vertical-align: top;
}
.pagination .pagination-prev-max::before {
    padding: 0px;
}
.pagination .pagination-prev-max::after {
    content: "\f124";
    padding-left:10px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #28AB55;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    opacity: 0.5;
}
.pagination .pagination-next::after {
    content: "\f125";
    padding-left:10px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #28AB55;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
}
.pagination .pagination-next-max::after{
    padding: 0px;
}
.pagination .pagination-next-max::before {
    content: "\f125";
    padding-left:10px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #28AB55;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    opacity: 0.5;
}
.pagination > li > span {
    color: #636b6f;
}
#breadcrumb-container .breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}
.btn-lg.btn-login {
    margin-bottom: 40px;
    width: 200px;
}
.btn-lg.btn-register {
    border: 2px solid #28AB55;
    color: #218F47;
    padding: 8px 16px;
}
.btn-lg.btn-register:hover{
    background-color: #218F47;
    color: white;
    border-color: #218F47;
}
#page-search .btn-lg.ion-search{
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 26px;
    line-height: 30px;
    padding: 15px 20px;
    border-radius: 0px;
}
#page-search .form-row form {
    width: 100%;
    position: relative;
    border: 1px solid #DDD;
    border-radius: 6px;
    overflow: hidden;
    height: 60px;
    background-color: white;
    margin-bottom: 60px;
}
#page-search .form-row input.search-input {
    margin: 0px;
    border: none;
    outline: none;
    padding: 10px 20px;
    line-height: 40px;
    width: calc(100% - 200px);
    display: block;
    border-radius: 6px;
    font-size: 22px;
    float: left;
}
#page-search .form-row .form-control {
    background: none;
    border: none;
    outline: none;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    height: 60px;
    padding: 10px 20px;
    float: right;
    margin-right: 60px;
    border-left: 1px solid #DDD;
    background-image: url(images/down-arrow.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
    border-radius: 0px;
    width: 140px;
}
.panel.contributions .panel-body {
    height: calc(100% - 42px);
}
.panel.contributions ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
}
.panel.contributions ul li {
    font-size: 22px;
    height: 17.5%;
    line-height: 100%;
    padding-top: 17.5%;
}
.section-terms-of-use {
    max-width: 760px;
    margin: 0 auto;
}
.section-terms-of-use .panel-body p {
    margin-bottom: 30px;
    text-align: justify;
}
.section-terms-of-use .panel-body ul,
.section-terms-of-use .panel-body ol {
    margin-bottom: 30px;
}

a.disabled {
    pointer-events: none;
}
div.inline {
    display: inline-block;
}
@media screen and (max-width: 640px) {
  .navbar-header img {
    margin-left: 0px !important;
    margin-top: 18px !important;
    width: 32px;
  }
  .btn.btn-recherche {
    background-position: right 20px center;
    font-size: 16px;
    text-align: left;
  }
  th.th-creation, th.th-modification, th.th-actions {
    width: 100px;
  }
  th.th-actions {
    width: 60px;
  }
  footer {
    height: auto;
    text-align: center;
    font-size: 12px;
  }
  footer .float-right {
    float: none;
    padding: 0;
    font-size: 12px;
  }
  footer .text-muted::after {
    content: "/";
    padding: 0px 6px;
  }
  .section-title-home {
    margin: 70px 0px;
  }
  .section-title-home h1 {
    font-size: 36px;
  }
  .btns-welcome a {
    margin-bottom: 30px;
    width: 100%;
  }
  .btns-welcome a:last-child {
    margin-bottom: 0px;
  }
  .form-row.form-flexible .col.w-40,
  .form-row.form-flexible .col.w-50,
  .form-row.form-flexible .col.w-60
   {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .form-row.form-flexible .col.w-50:last-child {
    margin-bottom: 0px;
  }
  .form-row.form-flexible {
    display: block;
  }
  .form-row.form-flexible .col.w-40 form, .form-row.form-flexible .col.w-50 form, .form-row.form-flexible .col.w-60 form {
    text-align: left;
  }
  .panel-heading .float-right {
    float: none;
    padding: 4px;
    display: block;
    text-align: left;
  }
  .btn.btn-add-new {
    width: calc(100% - 37px);
  }
  .form-control.select-size-auto {
    width: calc(100% - 48px);
  }
  .btn-lg.ion-eye, .btn-lg.ion-edit, .btn-lg.ion-trash-a {
    padding: 0px;
    padding-bottom: 4px;
    display: block;
  }
  .btn-lg.ion-trash-a {
    padding-bottom: 0px;
  }
  .form-row.form-flexible .col .btn {
    margin-bottom: 10px;
  }
  .form-row.form-flexible .col .btn:last-child {
    margin-bottom: 0px;
  }
  .btn.btn-clipboard-see {
    width: 100%;
    font-size: 13px;
  }
  .btn.btn-generate-qr-code {
    width: calc(100% - 44px);
  }
  .section-title {
    font-size: 32px !important;
    margin-bottom: 15px !important;
  }
  .list-document-buttons .btn-lg{
    padding: 6px 20px;
    display: inline-block;
  }
}
