    /*
    <!-- 
  #173753
  #6daedb  rgb(109, 174, 219)
  #2892d7  rgb(40, 146, 215)
  #1d70a2  rgb(29, 112, 162)
  #495867  rgb(73, 88, 103)

  #db6d6d

-->
    */
body {
  color: white;
  background:#495867;
}
.notif {
  width: 20rem;
  background-color: rgba(219, 109, 109, 0.65);
  position: absolute;
  top: 1rem;
  right: 1rem;
  min-height: 6rem;
  padding: 0.8rem;
  border-radius: 0.5rem;
}
.notif.info {
  background-color: rgba(87, 177, 255, 0.65);
}
.notif.success {
  background-color: rgba(87, 255, 92, 0.65);
}
.zoned label {
  color: #6daedb;
}
.zoned h2 {
  color: #2892d7;
}
.zoned{
  background-color: #173753;
  color:#6daedb;
  padding: 2rem;
  border-radius: 0.25rem;
}
.top-bar-container, .top-bar, .top-bar ul.menu {
  background-color: #173753; 
}
.top-bar {
  margin: auto;
  max-width: 75rem;
}
.menu-text {
  color: #ffffff;
}
a {
  color: #2892d7;
}
a:focus, a:hover {
  color: #6daedb;
}
.content-wrapper .callout {
  border:0;
}
h2 {
  color: #6daedb;
}
.button {
  background: #1d70a2;
}
.button.success {
  background-color: #6daedb;
}
.button.success:focus, .button.success:hover {
  background-color: #c0e5ff;
}
.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover {
  background-color: #def0fd;
}
footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  background-color: #173753; 
  padding: 2rem;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav-left, .footer-nav-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: #fefefe;
}
.footer-nav-menu-icons {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}
.footer-nav-menu-item {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  padding: 0.4rem 0;
}
.footer-social-icon {
  height: 1.25rem;
  margin: 0;
  width: 1.25rem;
}
.footer-copyright {
  color: #1d70a2;
  font-size: 1rem;
  padding-top: 1rem;
}

.sheet-card {
  margin-bottom: 1rem;
  color: black;
}
.sheet-infos {
  cursor: pointer;
  height: 100%;
  padding: 2rem;
  background-color: #f1f1f1;
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,1);
  background-image: url(../images/pers3-tr.png);
  border-radius: 1.5rem 0 1.5rem 1.5rem;
  background-repeat: space;
}
.sheet-infos:hover {
  background-color: rgba(202, 236, 255, 0.75);
  }
  
.sheet-compositor {
  font-weight: bold;
  font-size: 0.6rem;
  color:#495867;
}
.sheet-title {
  font-size: 0.9rem;
}
.sheet-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}
.row {
  max-width: 75rem;
}
hr {
  max-width: 100%;
}
.content-wrapper {
  min-height: calc(100vh - 7.6rem)
}
.padding-top {
  padding-top: 2rem;
}
.padding-bottom {
  padding-bottom: 2rem;
}
.add-sheet {
  background-color: rgba(0, 160, 0, 0.5);
  height: 100%;
  border-radius: 1.5rem 0 1.5rem 1.5rem;
}
.sheet-infos.new-sheet {
  padding: 0;
}
.reveal {
  border-color: #495867;
}
.reveal-overlay {
  background-color: rgba(189, 189, 189, 0.45);
}

.close-button {
  color: #6daedb;
  font-size: 3rem;
}

.my-scores .badge {
  margin: 0 0.5rem 0 0.5rem;
  font-size: 0.7rem;
}
.badge {
  border-radius: 20%;
}

.badge.success {
  background-color: rgba(0, 113, 132, 0.6);
}

.sheet-author .badge {
  margin-left: 0.5rem;
}
.sheet-author a {
  white-space: nowrap;
}

.iconized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.iconized img {
  height: .8rem;
  margin-right: 0.5rem;
}

#modify-form #confirmation {
  margin-left: 1rem;
}

.form-validation ul {
  color:#db6d6d;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  list-style-type: none;
  margin-left: 0.5rem;
}

.error-message {
  color:#db6d6d;
}
@media print, screen and (min-width: 40em){
  .sheet-compositor {
    font-size: 0.75rem;
  }
  .sheet-title {
    font-size: 1.2rem;
  }
  .my-scores .badge {
    margin: 0 1rem 0 1rem;
    font-size: 1.4rem;
  }
}
.input-container {
  padding: 0 0.5rem;
}
.search-form input {
  margin: 0;
  margin-left: auto;
  max-width: 25rem;
}
.search-form input.button {
  padding: 0.5rem;
  line-height: 1.43;
  min-width: 35%;
  margin-right: 0.5rem;
}
.search-form .column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0.5rem 0;
}
#search-result {
  margin:0;
  min-width: 100%
}
.search-result-container {
  background-color: #6a7f94;
}
@media print, screen and (min-width: 64em){
  .search-form .column {
    margin: 0;
  }
}
.reveal button.button {
  margin: 0;
}
.autocomplete-suggestions { border: 1px solid #173753; background: #495867; overflow: auto; scrollbar-color: #173753 #6daedb;scrollbar-width:0.6rem;}
.autocomplete-suggestions::-webkit-scrollbar{
  width: 0.6rem;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #6daedb;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: #173753 ;
  border-radius: 1rem;
  border: 1px solid #173753;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
.autocomplete-selected { background: #173753; }
.autocomplete-suggestions strong { font-weight: bold; color: #6daedb; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }