/* SETTINGS */
html {
  font-size: 10px;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}

#overlay {
  position: fixed;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* NAV */
nav#top-nav {
  color: #7E8B73;
  font-size: 1.7rem;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 40px #000000;
          box-shadow: 0px 10px 40px #000000;
  background: #FFF;
  position: relative;
}

nav#top-nav #open-menu {
  position: fixed;
  right: 20px;
  top: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 101;
}

@media screen and (max-width: 991px) {
  ul.root-item {
    position: fixed;
    top: 0;
    width: 90%;
    left: 100vw;
    z-index: 100;
    -webkit-transition: left 400ms ease-in-out;
    transition: left 400ms ease-in-out;
    height: 100vh;
    list-style: none;
    padding-top: 80px;
    background: #FFF url("../images/logo-oenoppia.png") 10px 25px no-repeat;
    background-size: 150px;
  }
  ul.root-item > li {
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
  }
  ul.root-item > li a {
    color: inherit !important;
  }
  ul.root-item > li a:hover {
    text-decoration: none;
  }
  ul.root-item.open {
    left: 10%;
  }
}

@media screen and (min-width: 992px) {
  nav#top-nav ul.root-item {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    left: unset;
  }
  nav#top-nav ul.root-item > li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
  }
  nav#top-nav ul.root-item > li.active > a, nav#top-nav ul.root-item > li.active > span {
    text-decoration: underline;
    font-weight: 600;
  }
  nav#top-nav ul.root-item > li a {
    text-wrap: none;
    color: inherit;
    text-decoration: none;
  }
  nav#top-nav ul.root-item > li span.openable {
    cursor: pointer;
    padding-right: 30px;
    background: url("../images/tic-open.svg") right 8px no-repeat;
    background-size: 11px;
  }
  nav#top-nav ul.root-item > li a:hover {
    text-decoration: underline;
  }
  nav#top-nav ul.root-item > li > ul {
    position: absolute;
    display: none;
    z-index: 50;
    background: #FFF;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
  }
  nav#top-nav ul.root-item > li > ul > li {
    display: block;
    line-height: 3rem;
    white-space: nowrap;
  }
  nav#top-nav ul.root-item > li > ul > li.active a {
    text-decoration: underline;
    font-weight: 600;
  }
  nav#top-nav ul.root-item > li:hover > ul {
    display: block;
  }
}

#logo {
  max-width: 100%;
}

/* HEADER */
#home-header {
  height: calc(100vh - 90px);
  width: 100%;
  background: url("../images/illu-home-header.jpg") center center no-repeat;
}

#home-header a.scroll-down-picto {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

#home-header .home-header-text {
  color: #FFF;
  font-size: 3rem;
  line-height: 3.5rem;
}

#home-header div.sep {
  height: 2px;
  background: #FFF;
  width: 100%;
  margin: 20px 0;
}

.picto-wrapper {
  display: inline-block;
  width: 115px;
  height: 115px;
  border: 6px solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 10px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.picto-wrapper .picto-inner {
  border: 2px solid #7E8B73;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.picto-wrapper .picto-inner img {
  width: 60%;
  height: 60%;
}

/* HOME SECTIONS */
#home-content h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 2.3rem;
}

#home-content h2:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #FFF;
  display: block;
  margin-top: 15px;
}

#home-content .picto-wrapper {
  position: absolute;
  top: 0;
  background: #FFF;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
}

#home-content .picto-wrapper.barrel .picto-inner {
  border-color: #D0CDA6;
}

#home-content .picto-wrapper.science .picto-inner {
  border-color: #5D6651;
}

#home-content .picto-wrapper.oenological .picto-inner {
  border-color: #B4A461;
}

#home-content section {
  padding: 56px 0 0 0;
}

#home-content section.overlapping-blocks {
  position: relative;
  padding-top: 40px;
}

#home-content section.overlapping-blocks div.left {
  margin-top: 25px;
  width: 100%;
  position: relative;
  padding-top: 40px;
}

#home-content section.overlapping-blocks div.left div.content {
  font-size: 1.7rem;
  padding: 60px 50px 50px 50px;
  width: 100%;
}

#home-content section.overlapping-blocks div.left div.content#initiative-content {
  color: #FFF;
  background: #7E8B73;
}

#home-content section.overlapping-blocks div.left div.content#science-content {
  color: #FFF;
  background: #5D6651;
}

#home-content section.overlapping-blocks div.right img {
  width: 100%;
  height: 100%;
}

#home-content section.normal {
  margin-top: 60px;
}

#home-content section.normal .content {
  padding: 30px;
  font-size: 1.3rem;
}

#home-content section.normal#transformed-product .content {
  color: #FFF;
  background: #D0CDA6;
}

#home-content section.normal#transformed-product .left-inner {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: url("../images/illu-transformed-product-left.jpg") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home-content section.normal#transformed-product .left-inner div {
  width: 70%;
}

#home-content section.normal#transformed-product .left-inner div div.quote {
  font-size: 2.7rem;
  text-align: center;
  width: 100%;
  font-style: italic;
  font-weight: 400;
  line-height: 3.1rem;
}

#home-content section.normal#transformed-product .left-inner div div.author {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

#home-content section.normal#transformed-product .left-inner div div.publication {
  text-align: center;
  width: 100%;
}

#home-content section.normal#transformed-product .right {
  padding-top: 30px;
}

#home-content section.normal#oenological-products .content {
  color: #FFF;
  background: #B4A462;
}

#home-content section.normal#oenological-products .left-inner {
  height: 100%;
  background: url("../images/illu-oenoligical-product-left.jpg") center center no-repeat;
  background-size: cover;
}

section.inner-header {
  height: 270px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5D6651;
  margin-bottom: 5rem;
}

section.inner-header h1 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 3.2rem;
}

section.inner-header.missions {
  background: url("../images/illu-missions.jpg") center center no-repeat;
  background-size: cover;
}

section.inner-header.members {
  background: url("../images/illu-members.jpg") center center no-repeat;
  background-size: cover;
}

section.inner-header.organisation {
  background: url("../images/illu-organisation.jpg") center center no-repeat;
  background-size: cover;
}

section.inner-header.network {
  background: url("../images/illu-network.jpg") center center no-repeat;
  background-size: cover;
}

section.inner-header.regulation {
  background: url("../images/illu-regulation.jpg") center center no-repeat;
  background-size: cover;
}

section.inner-header.oenological-products {
  background: url("../images/illu-oenological-products.jpg") center center no-repeat;
  background-size: cover;
}

section.inner-header.contact {
  background: url("../images/illu-contact.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

section.content .mission-key-figure {
  text-align: center;
  margin-bottom: 5rem;
}

section.content .mission-key-figure span.title {
  font-size: 3rem;
  font-weight: 600;
}

section.content .mission-key-figure div.sep {
  width: 20%;
  background: #000;
  height: 3px;
  margin: 10px 40%;
}

section.content .mission-key-figure span.desc {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
}

section.content div.block-mission-info {
  color: #FFF;
  background: #B4A462;
  padding: 5rem;
}

section.content h2 {
  text-transform: uppercase;
  margin: 5rem 0 0 0;
  font-size: 2rem;
  font-weight: 500;
}

section.content a.download {
  display: inline-block;
  background: #FFF;
  height: 100%;
  padding: 15px 75px 15px 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 20px;
  -webkit-box-shadow: 10px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 3px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

section.content a.download::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0px;
  width: 55px;
  height: 100%;
  background: #D0CDA6 url("../images/picto-download.svg") right 15px center no-repeat;
  background-size: auto 50%;
  color: #584E42;
  border-radius: 0 20px 20px 0;
}

section.content a.download:hover {
  background-color: #D0CDA6;
  color: #FFF;
}

section.content div.role {
  height: 100%;
  position: relative;
  overflow: hidden;
}

section.content div.role div.illustration img {
  width: 80%;
  margin: 0 10%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.content div.role div.content {
  background: #7E8B73;
  height: 100%;
  color: #FFF;
  font-size: 1.7rem;
  padding: 120px 10% 60px 10%;
  margin: -80px 15px 0 15px;
}

section.content div.role div.content h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.7rem;
}

section.content div.role div.content h3:after {
  content: "";
  margin: 10px 0 20px 0;
  display: block;
  height: 2px;
  background: #FFF;
  width: 30%;
}

section.content div.role div.content a.toggle-content {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -15px;
  background: url("../images/picto-scroll.svg") center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.content div.role div.content a.toggle-content span {
  display: none;
}

section.content div.role div.content a.toggle-content.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.content div.role div.content div.hidden {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.content div.role div.content div.hidden.visible {
  height: auto;
}

section.content div.role div.content a.download {
  width: 95%;
  margin-top: 20px;
}

section.content .missions-latest-news {
  background: #AD9A5C;
  margin-top: 60px;
  color: #FFF;
  padding-bottom: 40px;
}

section.content .missions-latest-news a:not(.download) {
  color: #FFF;
}

section.content .missions-latest-news a:not(.download):hover {
  text-decoration: none;
}

section.content .missions-latest-news h3 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}

section.content div.member-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
}

section.content div.member-item img {
  max-width: 75%;
}

section.content div.advisory-members {
  background: #D0CDA6;
  color: #FFF;
  margin-top: 30px;
}

section.content div.advisory-members h2 {
  margin: 0;
  padding: 30px 0 30px 0;
  font-size: 3rem;
  font-weight: 600;
}

section#organisation-intro {
  position: relative;
  /*
  .left{
    width:100%;
    padding-bottom:100%;
    background:#ccc;
    position:relative;

    .content{
      position:absolute;
      top:0;
      right:0;
      bottom:0;
      left:0;
    }
  }

  .right{
    width:100%;
    .content{
      padding:60px 40px;
      width: 100%;
      color:#FFF;
      background:#5d6651;
    }
  }
  */
}

section#organisation-intro .photo img {
  width: 90%;
  margin: 0 5%;
}

section#organisation-intro .content {
  padding: 60px 40px;
  margin-top: -30px;
  width: 100%;
  color: #FFF;
  background: #5d6651;
  margin-bottom: 40px;
}

section#organisation hr,
section#organisation-intro hr {
  border-color: #000;
  opacity: 1;
  margin: 3rem 0 2rem 0;
}

section#organisation h2,
section#organisation-intro h2 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3rem;
}

section#organisation h2:after,
section#organisation-intro h2:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #000;
  display: block;
  margin-top: 10px;
  margin-left: calc(50% - 35px);
}

section#organisation div.organisation-member,
section#organisation-intro div.organisation-member {
  width: 80%;
  margin: 0 10% 4rem 10%;
}

section#organisation div.organisation-member div.avatar,
section#organisation-intro div.organisation-member div.avatar {
  width: 80%;
  margin: 0 10%;
  background: #afafaf;
  padding-bottom: 80%;
  position: relative;
}

section#organisation div.organisation-member div.avatar img,
section#organisation-intro div.organisation-member div.avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#organisation div.organisation-member div.content,
section#organisation-intro div.organisation-member div.content {
  background: #5D6651;
  color: #FFF;
  text-align: center;
}

section#organisation div.organisation-member div.content.w-photo,
section#organisation-intro div.organisation-member div.content.w-photo {
  margin-top: -40px;
  padding: 60px 20px 20px 20px;
}

section#organisation div.organisation-member div.content.wo-photo,
section#organisation-intro div.organisation-member div.content.wo-photo {
  padding: 20px;
}

section#organisation div.organisation-member div.content span.workinggroup,
section#organisation-intro div.organisation-member div.content span.workinggroup {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

section#organisation div.organisation-member div.content span.role,
section#organisation-intro div.organisation-member div.content span.role {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 600;
}

section#organisation div.organisation-member div.content span.role::after,
section#organisation-intro div.organisation-member div.content span.role::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #FFF;
  display: block;
  margin-top: 10px;
  margin-left: calc(50% - 35px);
}

section#organisation div.organisation-member div.content span.subrole,
section#organisation-intro div.organisation-member div.content span.subrole {
  display: inline-block;
  font-style: italic;
}

section#organisation div.organisation-member div.content span.subrole::after,
section#organisation-intro div.organisation-member div.content span.subrole::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #FFF;
  display: block;
  margin-top: 10px;
  margin-left: calc(50% - 35px);
  margin-bottom: 20px;
}

section#organisation div.organisation-member div.content span.name,
section#organisation-intro div.organisation-member div.content span.name {
  font-weight: 600;
}

section#organisation div.organisation-member div.content span.company,
section#organisation-intro div.organisation-member div.content span.company {
  font-style: italic;
}

section#organisation div.organisation-member div.contact,
section#organisation-intro div.organisation-member div.contact {
  background: #7E8B73;
  padding: 20px 20px 20px 20px;
  color: #FFF;
  text-align: center;
}

section#organisation div.organisation-member div.contact a,
section#organisation-intro div.organisation-member div.contact a {
  color: inherit;
  display: inline-block;
  background: url("../images/picto-mail.svg") top center no-repeat;
  background-size: 50px 30px;
  padding-top: 40px;
  text-decoration: none;
  font-size: 1rem;
}

section#organisation div.organisation-member div.contact a:hover,
section#organisation-intro div.organisation-member div.contact a:hover {
  text-decoration: underline;
}

section#organisation div.organisation-member div.contact a.tel,
section#organisation-intro div.organisation-member div.contact a.tel {
  background: url("../images/picto-tel.svg") top center no-repeat;
  background-size: 30px 50px;
  padding-top: 60px;
}

section#organisation div.organisation-member.pdt-gm div.content,
section#organisation-intro div.organisation-member.pdt-gm div.content {
  background: #b4a462;
}

section#organisation div.organisation-member.pdt-gm div.contact,
section#organisation-intro div.organisation-member.pdt-gm div.contact {
  background: #d0cda6;
}

section#organisation div.organisation-member.workgroup,
section#organisation-intro div.organisation-member.workgroup {
  width: 100%;
  margin: 0;
}

section#organisation div.organisation-member.workgroup div.avatar,
section#organisation-intro div.organisation-member.workgroup div.avatar {
  width: 70%;
  margin: 0 15%;
}

section#organisation div.organisation-member.workgroup div.content,
section#organisation-intro div.organisation-member.workgroup div.content {
  background: #B4A462;
}

section#organisation div.organisation-member.workgroup div.contact,
section#organisation-intro div.organisation-member.workgroup div.contact {
  background: #D0CDA6;
}

section#organisation div.organisation-member.extra,
section#organisation-intro div.organisation-member.extra {
  width: 100%;
  margin: 0;
}

section#organisation div.organisation-member.extra div.avatar,
section#organisation-intro div.organisation-member.extra div.avatar {
  width: 70%;
  margin: 0 15%;
}

section#organisation div.organisation-member div.sep,
section#organisation-intro div.organisation-member div.sep {
  width: 80px;
  height: 2px;
  background: #FFF;
  margin: 20px auto;
}

section#organisation div.general-manager div.sep,
section#organisation-intro div.general-manager div.sep {
  width: 80px;
  height: 2px;
  background: #FFF;
  margin: 20px auto;
}

section#organisation div.general-manager.left,
section#organisation-intro div.general-manager.left {
  position: relative;
  height: 100%;
}

section#organisation div.general-manager.left .role,
section#organisation-intro div.general-manager.left .role {
  text-transform: uppercase;
  font-weight: 600;
}

section#organisation div.general-manager.left .name,
section#organisation-intro div.general-manager.left .name {
  font-weight: 600;
}

section#organisation div.general-manager.left .avatar,
section#organisation-intro div.general-manager.left .avatar {
  position: absolute;
  left: 0;
  height: 200px;
  width: 200px;
  top: 50%;
  margin-top: -100px;
}

section#organisation div.general-manager.left .avatar img,
section#organisation-intro div.general-manager.left .avatar img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

section#organisation div.general-manager.left .content,
section#organisation-intro div.general-manager.left .content {
  background: #b4a462;
  margin-left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  padding: 70px 0;
  height: 100%;
}

section#organisation div.general-manager.left .content.wo-photo,
section#organisation-intro div.general-manager.left .content.wo-photo {
  margin-left: 0;
}

section#organisation div.general-manager.left .content > div,
section#organisation-intro div.general-manager.left .content > div {
  text-align: center;
}

section#organisation div.general-manager.left .content > div span,
section#organisation-intro div.general-manager.left .content > div span {
  display: block;
}

section#organisation div.general-manager.right,
section#organisation-intro div.general-manager.right {
  background: #d0cda6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #FFF;
  padding: 30px 0;
}

section#organisation div.general-manager.right > div,
section#organisation-intro div.general-manager.right > div {
  text-align: center;
}

section#organisation div.general-manager.right div.contact a,
section#organisation-intro div.general-manager.right div.contact a {
  color: inherit;
  display: inline-block;
  background: url("../images/picto-mail.svg") top center no-repeat;
  background-size: 50px 30px;
  padding-top: 40px;
  text-decoration: none;
  font-size: 1rem;
}

section#organisation div.general-manager.right div.contact a:hover,
section#organisation-intro div.general-manager.right div.contact a:hover {
  text-decoration: underline;
}

section#organisation div.general-manager.right div.contact a.tel,
section#organisation-intro div.general-manager.right div.contact a.tel {
  background: url("../images/picto-tel.svg") top center no-repeat;
  background-size: 30px 50px;
  padding-top: 60px;
}

section#network div.network-item {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 3rem;
  height: 100%;
}

section#network div.network-item div.logo {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#network div.network-item div.logo img {
  max-width: 60%;
  height: auto;
}

section#network div.network-item div.name {
  width: 100%;
}

section#network div.network-item div.name a {
  color: inherit;
  text-decoration: none;
}

section#network div.network-item div.name a:hover {
  text-decoration: underline;
}

section#network-desc {
  background: #5D6651;
  padding: 5rem 0;
}

section#network-desc div.left {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

section#network-desc div.left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#network-desc div.right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  color: #FFF;
  padding-top: 3rem;
}

section#network-associations div.association-item {
  margin-top: 5rem;
}

section#network-associations div.association-item div.logo {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#network-associations div.association-item div.logo img {
  max-width: 60%;
  max-height: 100%;
}

section#network-associations div.association-item div.flag {
  height: 10px;
  margin: 2rem 0;
}

section#network-associations div.association-item div.flag.au {
  background: url("../images/flag-au.svg") center center no-repeat;
  background-size: contain;
}

section#network-associations div.association-item div.flag.us {
  background: url("../images/flag-us.svg") center center no-repeat;
  background-size: contain;
}

section#network-associations div.association-item div.flag.fr {
  background: url("../images/flag-fra.svg") center center no-repeat;
  background-size: contain;
}

section#network-associations div.association-item div.flag.it {
  background: url("../images/flag-ita.svg") center center no-repeat;
  background-size: contain;
}

section#network-associations div.association-item div.name {
  font-size: 1.8rem;
}

section#network-associations div.association-item div.name a {
  color: inherit;
  text-decoration: none;
}

section#network-associations div.association-item div.name a:hover {
  text-decoration: underline;
}

section#regulation div.regulation-item {
  margin: 5rem 0;
}

section#regulation div.regulation-item div.logo {
  margin-bottom: 2rem;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#regulation div.regulation-item div.logo img {
  max-width: 75%;
  max-height: 200px;
}

section#regulation div.regulation-item a {
  color: inherit;
  text-decoration: none;
}

section#regulation div.regulation-item a:hover {
  text-decoration: underline;
}

section#contact {
  background: #D0CDA6;
  padding: 60px 0;
  color: #FFF;
}

section#contact span.oenoppia {
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

section#contact span.desc {
  font-size: 2.4rem;
}

section#contact div.contact-info {
  margin-top: 5rem;
  padding-top: 80px;
  text-align: center;
}

section#contact div.contact-info.location {
  background: url("../images/picto-location.svg") top center no-repeat;
  background-size: 50px;
}

section#contact div.contact-info.email {
  background: url("../images/picto-mail.svg") center 10px no-repeat;
  background-size: 50px;
}

section#contact div.contact-info.email a {
  color: inherit;
  text-decoration: none;
}

section#contact div.contact-info.email a:hover {
  text-decoration: underline;
}

div.error {
  padding: 10px;
  color: #ff5500;
  background: #ffceb9;
  border: 1px solid #ff5500;
}

div.error a {
  color: inherit;
}

div.error a:hover {
  text-decoration: none;
}

section#contact-form div.container {
  background: #7E8B73;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #FFF;
}

section#contact-form div.container h2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 2.3rem;
}

section#contact-form div.container h2:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #FFF;
  display: block;
  margin-top: 15px;
}

section#contact-form div.container label {
  display: block;
  font-size: 1.5rem;
  opacity: 0.8;
  margin-top: 3rem;
}

section#contact-form div.container input[type=text], section#contact-form div.container input[type=email], section#contact-form div.container textarea {
  width: 100%;
  background: 0;
  border: none;
  border-bottom: 1px solid #FFF;
  outline: none;
  color: #FFF;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

section#contact-form div.container input[type=submit],
section#contact-form div.container button.submit {
  padding: 5px 20px;
  border-radius: 5px;
  float: right;
  border: none;
  margin-top: 20px;
  background: #FFF;
}

section#contact-form div.container input[type=submit]:hover,
section#contact-form div.container button.submit:hover {
  background: #D0CDA6;
  color: #FFF;
}

table.oenological-products-table .sorting::after,
table.oenological-products-table .sorting::before {
  top: 30%;
}

table.oenological-products-table tr th {
  background: #7E8B73;
  color: #FFF;
  padding: 5px 10px 5px 5px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  border-top: 5px solid #FFF !important;
}

table.oenological-products-table tr td {
  font-size: 1.15rem;
  text-align: center;
  padding: 4px 5px;
  background: #D2D2D2;
  border-top: 5px solid #FFF !important;
}

table.oenological-products-table tr td img.check {
  width: 22px;
}

table.oenological-products-table tr td.name {
  font-weight: bold;
}

div.dataTables_wrapper table.dataTable thead .sorting {
  padding-right: 30px;
}

div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate img.paginate-end {
  width: 10px;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button {
  color: #7E8B73;
  font-size: 1.4rem;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
  vertical-align: middle;
  padding: 0;
  border-radius: 50%;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button.previous, div.dataTables_wrapper div.dataTables_paginate a.paginate_button.next {
  margin: 0 20px;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button:hover, div.dataTables_wrapper div.dataTables_paginate a.paginate_button.current {
  background: #7E8B73;
  color: #FFF !important;
  border: none;
  font-size: 1.5rem;
  font-weight: normal;
}

div.dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
}

div.dataTables_wrapper table.dataTable thead .sorting::after,
div.dataTables_wrapper table.dataTable thead .sorting_asc::after {
  display: none;
}

div.dataTables_wrapper table.dataTable thead .sorting_desc::after {
  display: none;
}

div.dataTables_wrapper table.dataTable thead .sorting {
  background-image: url("../images/sort_none.svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 10px;
}

div.dataTables_wrapper table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.svg") !important;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 10px;
}

div.dataTables_wrapper table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.svg") !important;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 10px;
}

@media screen and (max-width: 991px) {
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    border: none;
    background: url("../images/responsive-dt-down.svg") center center no-repeat;
    content: "";
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    background: url("../images/responsive-dt-up.svg") center center no-repeat;
    content: "";
  }
  table.oenological-products-table tr td.child {
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  ul {
    width: 100%;
  }
  ul li {
    width: 100%;
  }
  .dtr-title {
    display: inline-block;
    width: 20%;
    padding-right: 2%;
    text-align: left;
    vertical-align: top;
  }
  .dtr-data {
    display: inline-block;
    width: 70%;
    text-align: left;
  }
  div.dataTables_wrapper table.dataTable thead .sorting {
    font-size: 0.9rem;
  }
  div.dataTables_wrapper div.dataTables_paginate a.paginate_button {
    margin: 0 3px;
  }
}

#cookie-manager {
  position: fixed;
  width: 480px;
  height: 600px;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  margin-top: -300px;
  z-index: 200;
  display: none;
  background: #FFF;
  border-radius: 10px;
}

#cookie-manager .header {
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cookie-manager .header div {
  text-align: center;
}

#cookie-manager .list {
  height: 60%;
  padding: 20px;
}

#cookie-manager .list ul {
  margin: 0;
  padding: 0;
}

#cookie-manager .list ul li {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

#cookie-manager .list ul li input, #cookie-manager .list ul li .switchery {
  position: absolute;
  top: 15px;
  right: 10px;
}

#cookie-manager .list ul li div.cm-item-desc {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 400ms;
  transition: max-height 400ms;
}

#cookie-manager .list ul li div.cm-item-desc p {
  padding: 10px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.08px;
  color: #434343;
}

#cookie-manager .list ul li div.cm-item-desc.open {
  max-height: 200px;
  display: block;
}

#cookie-manager .list ul li span.cm-item-name {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: #434343;
  padding-left: 30px;
}

#cookie-manager .list ul li span.cm-item-name:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: -1;
  background: url("../images/picto-cm-puce.svg") left top no-repeat;
  width: 20px;
  height: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#cookie-manager .list ul li span.cm-item-name.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#cookie-manager .footer {
  height: 20%;
  position: relative;
  padding: 0 20px;
}

#cookie-manager .footer .left {
  float: left;
  white-space: nowrap;
}

#cookie-manager .footer .right {
  float: right;
  text-align: right;
}

#cookie-manager .footer button {
  border: 1px solid #434343;
  border-radius: 50px;
  padding: 10px;
  background: transparent;
  color: #434343;
  cursor: pointer;
  margin: 0 10px;
}

#cookie-manager .footer button:hover {
  background: #434343;
  color: #FFF;
}

#cookie-manager .footer button.secondary {
  border: none;
}

#cookie-manager-banner {
  position: fixed;
  left: -20px;
  right: -20px;
  z-index: 100;
  bottom: -200px;
  padding: 10px 0 20px 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #FFF;
  -webkit-transition: bottom 400ms;
  transition: bottom 400ms;
}

#cookie-manager-banner .content {
  display: inline-block;
}

#cookie-manager-banner .content button {
  cursor: pointer;
  border: 1px solid #FFF;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 0 5px;
  background: #FFF;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#cookie-manager-banner .content button:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #000;
}

#cookie-manager-banner .content button.inverted {
  background: transparent;
  color: #FFF;
}

#cookie-manager-banner .content button.inverted:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #000;
}

#cookie-manager-banner .content a {
  color: inherit;
  text-decoration: underline;
}

#cookie-manager-banner .content a a:hover {
  text-decoration: none;
}

#cookie-manager-banner.visible {
  bottom: 0;
}

body.home #cookie-manager-banner {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}

@media screen and (max-width: 720px) {
  #cookie-manager {
    width: 90vw;
    height: 70vh;
    top: 0;
    left: 0;
    margin: 10vh 5vw 15vh 5vw;
  }
  #cookie-manager .footer button {
    margin: 0;
  }
  #cookie-manager-banner {
    padding: 30px 0 20px 0;
  }
  #cookie-manager-banner .content {
    width: 300px;
  }
}

section#legal h3 {
  margin-top: 20px;
}

footer {
  text-align: center;
  padding: 4rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}

footer span.top {
  font-weight: 600;
}

footer hr {
  width: 95%;
  margin: 0.7rem 2%;
  border-color: #000;
  border-radius: 3px;
  opacity: 1;
}

footer a {
  color: inherit;
}

@media screen and (min-width: 992px) {
  .pr-0 {
    padding-right: 0;
  }
  .pl-0 {
    padding-left: 0;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  #home-header .home-header-text {
    font-size: 4rem;
    line-height: 5rem;
  }
  #home-content section.overlapping-blocks div.left {
    width: 50%;
  }
  #home-content section.overlapping-blocks div.left#initiative-left {
    margin: 25px 50px 25px 0;
  }
  #home-content section.overlapping-blocks div.right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    margin-right: 25px;
  }
  #home-content section.overlapping-blocks div.right#initiative-right {
    z-index: -1;
    height: 100%;
  }
  #home-content section.overlapping-blocks div.right#science-right {
    position: absolute;
    right: 0;
    background: #0a53be;
    margin: 90px 25px 0 0px;
    height: calc(100% - 110px);
  }
  #home-content section.overlapping-blocks div.right img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #home-content section.normal {
    margin-top: 60px;
  }
  #home-content section.normal .content {
    padding: 60px;
    font-size: 1.6rem;
  }
  #home-content section.normal .content a {
    color: inherit;
    font-weight: 600;
  }
  #home-content section.normal .content a:hover {
    text-decoration: none;
  }
  #home-content section.normal#transformed-product .right {
    padding: 10px 25px;
  }
  section#organisation-intro .left {
    width: 50%;
    padding-bottom: 50%;
    background: #ccc;
  }
  section#organisation-intro .left .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  section#organisation-intro .right {
    width: 55%;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#organisation-intro .right div.general-managers {
    margin-top: 10px;
  }
  section#organisation-intro .right div.general-managers div.organisation-member {
    margin: 0;
  }
  section#organisation-intro .right div.general-managers div.organisation-member div.content.wo-photo {
    margin-top: 0;
  }
  section#organisation-intro .right div.general-managers div.organisation-member div.content.w-photo {
    margin-top: -40px;
  }
  section#network-desc div.right {
    padding-top: 0rem;
  }
  section#contact-form div.container {
    padding: 6rem 10rem;
  }
  section.inner-header h1 {
    text-align: center;
  }
  footer {
    font-size: 1.4rem;
  }
  footer hr {
    width: 80%;
    margin: .7rem 10%;
  }
}
/*# sourceMappingURL=style.css.map */