/** Colors **/
/** Sizes **/
/** Transitions **/
/** Global **/
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.italic {
  font-style: italic;
}
a {
  text-decoration: none;
}
.navbar-nav {
  flex-direction: row;
}
a:hover {
  text-decoration: none;
}
.text-danger {
  color: #D34342;
}
ul {
  margin-left: 15px;
  padding-left: 0;
}
ul li {
  font-size: 14px;
}
ul li a {
  color: black;
}
/** Body **/
body {
  background-image: url("/images/bg-simple.png");
  background-attachment: fixed;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  font-family: "Montserrat", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
nav {
  background: linear-gradient(17deg, #21201E 0%, #e6b65f 100%);
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
}
nav.navbar {
  padding-left: 0;
}
nav ul {
  margin-left: 0;
}
.submenu {
  height: 37px;
  line-height: 37px;
  background-color: rgba(230, 182, 95, 0.95);
  margin-top: 37px;
  color: black;
}
.main-content {
  min-height: 100vh;
  overflow: hidden;
  padding-top: 74px;
}
.main-content .main {
  background-color: rgba(255, 255, 255, 0.3);
}
.contact li {
  list-style-type: none;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .logo {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .logo {
    min-height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.sidebar {
  background-color: rgba(200, 200, 200, 0.8);
}
@media screen and (max-width: 768px) {
  .sidebar {
    background-color: #D34342;
    height: 40px;
    line-height: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 2;
    padding-left: -15px;
  }
}
.sidebar .sidemenu .item {
  -o-box-shadow: 5px 5px 10px 0px #656565;
  box-shadow: 5px 5px 10px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
  background-color: #3D332C;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
}
@media screen and (max-width: 768px) {
  .sidebar .sidemenu .item {
    white-space: nowrap;
    padding: 5px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1166px) {
  .sidebar .sidemenu .item {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidemenu .item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 997px) {
  .sidebar .sidemenu .item {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1166px) and (min-width: 997px) {
  .sidebar .sidemenu .item {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1166px) {
  .sidebar .sidemenu .item {
    font-size: 1.3em;
  }
}
.sidebar .sidemenu .item:hover {
  transition: all 0.2s ease-in-out;
  background-color: #E6B65F;
}
.flashinfos .card-header {
  background: #3E332C;
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
  font-weight: bold;
}
.flashinfos .card-body {
  background: #eeeeee;
}
.feed .card-header {
  background: #3E332C;
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
  font-weight: bold;
}
.feed .card-body {
  background: #eeeeee;
}
.widgets {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2em;
}
.btn.administrative {
  background-color: #192c4d;
  color: #ffffff;
}
.btn.vignoble {
  color: #292929;
  background-color: #72ac4d;
}
.btn.quality {
  color: #292929;
  background-color: #eab14d;
}
@media screen and (max-width: 992px) {
  .aside {
    padding-top: 10%;
  }
}
/** Definition of a widget **/
@media screen and (max-width: 768px) {
  .widget {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .widget {
    margin-top: 40px;
  }
}
.widget.administrative {
  color: #ffffff;
}
.widget.administrative a {
  color: #ffffff;
}
.widget.administrative .title {
  background-color: #192c4d;
  text-shadow: 1px 1px 2px black;
}
.widget.administrative .main {
  background-color: #eeeeee;
  border: 1px solid #192c4d;
}
.widget.administrative .main .folder {
  background-color: rgba(25, 44, 77, 0.95);
  text-shadow: 1px 1px 2px black;
}
.widget.administrative .main .folder:hover {
  transition: all 0.2s ease-in-out;
  background-color: #192c4d;
}
.widget.vignoble {
  color: black;
}
.widget.vignoble a {
  color: black;
}
.widget.vignoble .title {
  background-color: #72ac4d;
}
.widget.vignoble .main {
  background-color: #eeeeee;
  border: 1px solid #72ac4d;
}
.widget.vignoble .main .folder {
  background-color: rgba(114, 172, 77, 0.95);
}
.widget.vignoble .main .folder:hover {
  transition: all 0.2s ease-in-out;
  background-color: #72ac4d;
}
.widget.quality {
  color: black;
}
.widget.quality a {
  color: black;
}
.widget.quality .title {
  background-color: #eab14d;
}
.widget.quality .main {
  background-color: #eeeeee;
  border: 1px solid #eab14d;
}
.widget.quality .main .folder {
  background-color: rgba(234, 177, 77, 0.9);
}
.widget.quality .main .folder:hover {
  transition: all 0.2s ease-in-out;
  background-color: #eab14d;
}
.widget .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.4vw;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .widget .title {
    font-size: 1.5em;
  }
}
.widget .main {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.widget .main .folder {
  display: flex;
  margin: 10px;
  flex-basis: calc(50% - 20px);
  padding-top: calc(38% - 20px);
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .widget .main .folder {
    flex-basis: calc(33% - 20px);
    padding-top: calc(20% - 20px);
  }
}
.widget .main .folder .badge {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  font-size: 20px;
  min-width: 30px;
  background-color: #D34342;
  border-radius: 30px;
  margin-top: -10px;
  margin-right: -10px;
  color: #ffffff;
}
.widget .main .folder .content {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  top: calc(50% - 10px);
  position: absolute;
  font-weight: bold;
  font-size: 0.8vw;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .widget .main .folder .content {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .widget .main .folder .content {
    font-size: 0.7em;
  }
}
.widget .main .folder .content.dline {
  top: calc(50% - 20px);
}
