html, body {
  height: 100%;
}
html {
  background: #fff;
  color: #111;
  font-style: 16px; }

header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 120px;
  padding: 10px 0;
  background: #90241F; }

#wrapper-logo {
  font-family: 'Montserrat';
  display: flex;
  width: 50%;
  font-weight: 300;
    
}

#logo {
  width: 100px;
  height: auto;
  display: block; }

#logo-text {
  font-size: 2rem;
  color: #B5A66B;
  align-self: center; 
font-family: 'Montserrat';
font-weight: 300;    
    padding-top: 15px;
}

.sub-title-logo {
  padding-top: 15px;
  font-size: 1rem;
  text-align: center;
font-family: 'Montserrat';
font-weight: 200; 
}

#h-contact {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-self: center; }
  #h-contact p {
    width: 100%;
    text-align: center;
    margin: 5px 0; }
    #h-contact p a {
      color: #fff;
      text-decoration: none; }
      #h-contact p a :hover {
        color: #90241F; }

.h-contact__phone {
  font-size: 1.5rem; }

.h-contact__mail {
  font-size: 1rem; }

.mainnav {
  width: 100%;
  margin-bottom: 20px;
  background: #F4F4F4;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 10px; }

.mainnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 100%;
  font-family: 'Nunito', sans-serif;
  position: relative;
  grid-column-start: 2;
  grid-column-end: 12; }
  .mainnav__list li a {
    color: #90241F;
    padding: 20px 10px;
    display: block;
    text-decoration: none; }
    .mainnav__list li a:hover {
      text-decoration: none;
      background: #90241F;
      color: #B5A66B; }
  .mainnav__list li:hover .mainnav__list_sub {
    visibility: visible; }

.mainnav__list_sub {
  visibility: hidden;
  position: absolute;
  z-index: 400;
  top: 100%;
  display: flex;
  flex-direction: column;
  background: #e41e4b;
  width: 25%; }

.mainnav__list_sub > li {
  width: 90%;
  padding: 10px; }
  .mainnav__list_sub > li a:hover {
    background: #4f028c; }

.hamburger-menu {
  display: none; }

#wrapper-content {
  width: 100%;
  height: auto;
  display: flex;
  font-family: PT Sans;
  font-size: 1rem; }

article {
  width: 90%;
  margin: 20px auto;
  line-height: 1.5; }
  article p {
    margin: 10px; }
  article ul {
    margin-left: 40px;
    list-style: square; }
  article h3 {
    margin: 10px;
    font-size: 1.2rem;
    font-weight: bold; }

#button-up {
  position: fixed;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: #F0F0F1;
  opacity: 0.5;
  cursor: pointer;
  text-align: center; }

#button-up span {
  position: absolute;
  bottom: 30px;
  left: 25px;
  font-size: 0.8em; }

#button-up:hover {
  background: #ccc; }

/****** MEDIA SCREEN **********/
@media screen and (max-width: 768px) {
 
 #wrapper_page {
     flex-direction: column;
 }
 
}

/*# sourceMappingURL=css.css.map */
