﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*titre*/
.title {
    color: #0366d6;
    font-weight: 500;
}

.title_fz36 {
    font-weight: 600;
    font-size: 36px;
}

.title_fz30 {
    font-weight: 500;
    font-size: 28px;
    /*line-height: 21px;*/
}

.title_fz22 {
    font-size: 18px;
    line-height: 30px;
}

.bold {
    font-weight: 600;
}

.title_fz16 {
    font-size: 16px;
    line-height: 21px;
}

.title_fz14 {
    font-size: 14px;
    line-height: 21px;
}

.text_txt14 {
    color: #224473;
    opacity: 0.8;
    font-size: 14px;
    line-height: 32px;
    font-weight: 300;
}

.title_fz12 {
    font-size: 12px;
    line-height: 21px;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.flex_navbar{
    display:flex;
}

.btn-primary {
    color: #fff;
    background-color: rgba(196, 218, 91, 1);
    border-color: rgba(196, 218, 91, 1);
}
.glass_count {
    background: white;
    min-height: 90vh;
    min-width: 80vw;
    margin: 5px;
    padding: 1rem;
    margin-top: 3em;
    background: linear-gradient( to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) );
    border-radius: 5px;
    z-index: 2;
    backdrop-filter: blur(2rem);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /*color: #2462b8;*/
    font-weight: 500;
    /*background: linear-gradient( to right bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) )*/
    background: linear-gradient( to right bottom, #17a2b8, #17a2b8 );
    border-radius: 8px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.footer-flex {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 575px) {
    .flex_navbar {
        flex-direction: column;
    }
}
