/*
 * Obfuscated filename: ttle-4273479091.css
 */

a,#cookie-informations a{color:#c5a050; -webkit-text-fill-color: #c5a050}
#toggle-menu > span > span{border-bottom:2px solid #c5a050}
#nav-top{background:#c5a050}
#nav a:hover,#nav a:focus,#nav li.active a{box-shadow:inset 0 -2px 0 0 #c5a050}
#triton-projects li #current-project a:before{background-position:-100px 0}
.button{background:#c5a050;border-color:#c5a050;color:#fff; -webkit-text-fill-color: #fff}
.button:hover,.button:focus{background:transparent;color:#c5a050; -webkit-text-fill-color: #c5a050}
@media screen and (max-width:1050px) {
  #header:after{background:#c5a050}
  #nav a:hover, #nav a:focus, #nav li.active a{background:#c5a050}
}
@media screen and (max-width:1000px) {
  .triton-learn-teaser-image {
    max-width: 100% !important;
    height: auto !important
  }
}
@media screen and (min-width:1001px) and (max-width:1149px) {
  .triton-learn-teaser-image {
    max-width: 70% !important;
    height: auto !important
  }
}
@media screen and (min-width:1150px) and (max-width:1735px) {
  .triton-learn-teaser-image {
    max-width: 46%;
    height: auto
  }
}
@media screen and (min-width:1736px) {
  .triton-learn-teaser-image {
    max-width: 80%;
    max-height: none
  }
}
.triton-learn-teaser-image-recap {
  top: 52% !important
}

.button-having-organe-background {
  background: #293133;
  border-color: #293133;
  color: #fff;
  -webkit-text-fill-color: #fff
}
.button-having-organe-background:hover,
.button-having-organe-background:focus {
  background: transparent;
  color: #293133;
  -webkit-text-fill-color: #293133;
  border: 1px solid #293133
}

/* Video filter options (buttons, dropdowns, etc. */
  ul#filter {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    padding-top: 50px;
    max-width: 500px
  }

  ul#filter button {
    font-size: 16px;
    vertical-align: middle;
    height: 38px;
    text-transform: initial;
    margin: 0px 5px
  }
  @media screen and (max-width:1050px) {
    ul#filter {
      flex-direction: column
    }
    ul#filter li,
    ul#filter li button {
      display: block;
      margin: 5px auto;
      min-width: 200px
    }
  }

  ul#filter button.unselected {
    background: none;
    color: #c5a050;
    -webkit-text-fill-color: #c5a050;
    border-color: #c5a050;
  }

  @media screen and (min-width:1050px) {
    ul#filter button.unselected:hover {
      background: #c5a050;
      color: #fff;
      -webkit-text-fill-color: #fff;
      border-color: #c5a050
    }
  }

  ul#filter button.selected {
    background: #c5a050;
    color: #fff;
    -webkit-text-fill-color: #fff;
    border-color: #c5a050
  }

  ul#filter button i.far.fa-heart,
  ul#filter button i.fas.fa-eye-slash,
  .video-element .fas.fa-share,
  .video-element i.far.fa-heart {
    pointer-events:none
  }
  ul#filter button i.far.fa-times.hide {
    display: none
  }
  .video-element i.fas.fa-heart {
    color: #de5757;
    -webkit-text-fill-color: #de5757;
  }
  .video-element i.fas.fa-heart.hide,
  .video-element i.far.fa-heart.hide,
  .video-element.hide {
    display: none
  }

  /* #filter select#type {
    padding: 16px;
    border-radius: 5px;
    border: 1px solid grey;
    color: #676666;
    -webkit-text-fill-color: #676666;
    box-shadow: none;
    outline: 0;
    font-size: normal;
    margin: 0px
  } */

/* Youtube consent content */
  #yt-consent-missing {
    display: block;
    margin: 0px auto;
    width: 80%
  }

  #yt-consent-missing h2 {
    font-size: 40px;
    line-height: 40px;
    padding: 50px 0px;
    text-align: center
  }

  #yt-consent-missing h3 {
    padding-bottom: 20px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto
  }

  #yt-consent-missing img {
    display: block;
    margin: 0px auto;
    margin-bottom: 50px;
    border: 2px dashed #c59f50;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast
  }

  #yt-consent-missing button {
    display: block;
    margin: 0px auto;
    height: 40px;
    font-size: 14px
  }

/* The social share modal (background) */
  .social-share-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(215 215 215); /* Fallback color */
    background-color: rgb(215 215 215 / 90%);
  }

  /* Modal Content */
  .social-share-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 21px;
    border: 1px solid #888;
    width: 80%;
    max-width: 350px;
    text-align: left;
    color: rgb(55, 55, 55);
    -webkit-text-fill-color: rgb(55, 55, 55);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
    border: none
  }

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }

  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }

  /* The Close Button */
  .close {
    color: white;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .social-share-modal-header {
    padding: 2px 16px
  }

  .social-share-modal-body {
    padding: 2px 16px;
    margin-bottom: 13px
  }

  .social-share-modal-share-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
  }

  ul.social-share-modal-share-list li {
    display: inline;
    margin: 7px 0px;
    padding: 5px 10px;
    min-width: 140px;
    border-radius: 5px
  }
  ul.social-share-modal-share-list li:hover {
    background-color: #c5a050 !important
  }
  ul.social-share-modal-share-list li, ul.social-share-modal-share-list li a {
    color: #fff;
    -webkit-text-fill-color: #fff
  }

  /* Social colors */
  ul.social-share-modal-share-list li.whatsapp {
    background-color: #128c7e
  }
  ul.social-share-modal-share-list li.facebook {
    background-color: #3b5998
  }
  ul.social-share-modal-share-list li.twitter {
    background-color: #1da1f2
  }
  ul.social-share-modal-share-list li.instagram {
    background-color: #c32aa3
  }
  ul.social-share-modal-share-list li.email {
    background-color: #a6b1b7
  }
  ul.social-share-modal-share-list li.copy-url {
    background-color: #c59f50
  }
  /* END: Social colors */
  
  ul.social-share-modal-share-list li a .txt {
    display: table-cell;
    vertical-align: middle;
    margin-top: 17px;
    padding-left: 10px;
  }
  ul.social-share-modal-share-list li a:hover {
    text-decoration: none
  }

  ul.social-share-modal-share-list li a .fab,
  ul.social-share-modal-share-list li a .far,
  ul.social-share-modal-share-list li a .fal {
    font-size: 34px
  }
  ul.social-share-modal-share-list li a .fal.fa-link {
    font-size: 27px;
    padding: 4px
  }
  ul.social-share-modal-share-list li a .fal.fa-envelope{
    font-size: 30px
  }
  ul.social-share-modal-share-list li.copy-url.copied {
    opacity: 0.3;
    background-color: black
  }

  .social-share-modal-footer {
    padding: 2px 16px;
    text-align: center;
    border-top: 1px solid #c59f50
  }
  .social-share-modal-footer button {
    margin-top: 20px
  }

/* Select dropdown style */
  ul#filter .select-wrapper {
    position: relative;
    width: 200px
  }

  ul#filter .select-wrapper::before {
    color: #c5a050;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 10px
  }
  @media screen and (max-width:1050px) {
    ul#filter .select-wrapper::before {
      top: 17px
    }
  }

  ul#filter select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    padding-left: 10px;
    margin: 0px;
    width: 100%;
    padding: 9px;
    border: 1px solid #c5a050;
    border-radius: 5px;
    color: #c5a050;
    -webkit-text-fill-color: #c5a050;
    box-shadow: 1px 1px 0 rgb(0 0 0 / 20%)
  }
  @media screen and (max-width:1050px) {
    ul#filter select {
      padding: 16px
    }
  }

  ul#filter select option {
    color: #666
  }

  ul#filter select::-ms-expand {
    display: none
  }

  ul#filter select:focus::-ms-value {
    background-color: transparent
  }

  #filter-message {
    display: block;
    margin: 27px auto;
    text-align: center;
    width: 70%
  }

  #filter-message p {
    padding: 5px 0px
  }

  #filter-message.hide {
    display: none
  }

  #filter-message .fas.fa-heart {
    color: #de5757;
    -webkit-text-fill-color: #de5757
  }

  #filter-message .fal.fa-trophy-alt{
    color: #c59f50;
    -webkit-text-fill-color: #c59f50;
    font-size: 20px
  }

  #change-date-format {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #818181;
    -webkit-text-fill-color: #818181
  }
  #change-date-format-link {
    text-decoration: underline;
    cursor: pointer
}