.colour-block-LightBlue •{
    background-color: #8ECAE6;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.colour-block-cyan {
    background-color: #219EBC;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; 
}

.colour-block-DarkBlue {
    background-color: #023047;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; 
}

.colour-block-yellow {
    background-color: #FFB703;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; 
}

.colour-block-orange {
    background-color: #FB8500;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; 
}

.colour-block-LightGreen {
    background-color: #A1C181;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; 
}

.colour-block-DarkGreen {
    background-color: #619B8A;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; 
}

.blue-gradient {
    background-image: linear-gradient(#023047, #219EBC, #8ECAE6);
}

.DarkBlue-gradient {
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    background: linear-gradient(180deg, #8ECAE6, #1f5b79 100%);
}

.overlay {
    position: absolute;
    top: 0%;
    height: 0px;
    width: 367px;
    margin: 0 20px;
    margin-top: 560px;
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(27deg, #A1C181 0%, #65b074 50%, #619b7b 100%);   
    border-radius: 20px;
}
.overlay_home_green{
    position: absolute;
    top: 0%;
    height: 0px;
    width: 100%;
    margin: 0 20px;
    margin-top: 300px;
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(27deg, hsla(105,37%,64%,1) 0%, hsla(105,53%,32%,1) 100%);   
    border-radius: 20px;
}

.overlay_home_azzurro{
    position: absolute;
    top: 0%;
    height: 0px;
    width: 100%;
    margin: 0 20px;
    margin-top: 300px;
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(27deg, hsla(203,96%,78%,1) 0%,hsla(203,82%,35%,1) 100%);   
    border-radius: 20px;
}
.overlay_home_orange{
    position: absolute;
    top: 0%;
    height: 0px;
    width: 100%;
    margin: 0 20px;
    margin-top: 300px;
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(27deg, hsla(40,67%,65%,1) 0%, hsla(40,77%,37%,1) 100%);
       
    border-radius: 20px;
}

.overlay_home_blu_scuro{
    position: absolute;
    top: 0%;
    height: 0px;
    width: 100%;
    margin: 0 20px;
    margin-top: 300px;
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(27deg, hsla(213,61%,70%,1) 0%, hsla(213,67%,42%,1) 100%);   
    border-radius: 20px;
}

.bio_home:hover .overlay_home_green {
    opacity: 1;
    margin-top: 10px;
    height: 94%;
    z-index: 1;
}

.bio_home:hover .overlay_home_azzurro {
    opacity: 1;
    margin-top: 10px;
    height: 94%;
    z-index: 1;
}
.bio_home:hover .overlay_home_orange {
    opacity: 1;
    margin-top: 10px;
    height: 94%;
    z-index: 1;
}

.bio_home:hover .overlay_home_blu_scuro {
    opacity: 1;
    margin-top: 10px;
    height: 94%;
    z-index: 1;
}


.image {
    display: inline-block;
    height: 550px;
    margin: 150px;
    flex-grow: 1;
    margin: 0 20px;
      margin-top: 0px;
      margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
}

.image_home {
    display: inline-block;
    width: 100%;
    margin: 150px;
    flex-grow: 1;
    margin: 0 20px;
      margin-top: 0px;
      margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 20px;
}

.team-image {
    display: inline-block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 50%;
    position: relative;
    border-radius: 20px;
}

.bio {
    position: relative;
}

.bio_home{
    position:relative;
    width: 30%;
    display: inline-block;
    margin: 3%;
}

.overlay-white-text {
    width: 300px;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    text-justify: inter-word;
    display: inline-block;
    overflow-wrap: break-word;
}

.bio:hover .overlay {
    opacity: 1;
    margin-top: 10px;
    height: 550px;
    z-index: 1;
}

.people {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-header {
    background-image: url(https://static.igem.wiki/teams/4685/wiki/team/team-picture.jpg);
    background-position: center;
      background-position-x: center;
      background-position-y: center;
}

.t-header {
    background-color: #8ECAE6;
}

.wide-header {
    grid-row: 1/2;
    min-height: 80vh;
    padding-top: 50vh;
    height: 100vh;
    width: 100vw;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: left;
    align-items: baseline;
    text-align: left;
}

.p-desc {
    width: fit-content;
    padding: 2em;
    margin-left: 10vw;
}
.fullpage {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
}

.toc {
    flex-basis: 20rem;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.page-content {
    flex-basis: 80rem;
    padding-left: 20px;
    text-align: justify;
}

.spacer {
    width: 100%;
    height: 20px;
}



.page-content img {
    max-width: 70%;
  }
.toc-item {
    color: black;
    display: block;
    float: left;
    clear: left;
    text-decoration: none;
    padding: 8px;
    margin: 2px;
    border-radius: 3px;
    transition: .5s ease;
    font-size: 14pt;
}

.toc-item:hover {
    color: #619B8A;
    background-color: rgb(244, 244, 244);
    margin-left: 10px;
}

.toc-items-list {
    padding-left: 10px;
}

html {
    scroll-padding-top: 100px;
}

.alignementcontenu {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  color: black;
  text-align: justify;
  text-justify: inter-word;
}

.table{
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  table-layout: fixed;
  overflow-wrap:break-word;
}

.table_parts{
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    table-layout: auto;
    overflow-wrap: break-word;
  }
  .table_parts td {
    max-width: 200px;
    padding: 15px;
    word-wrap: break-word;
  }
  .table_parts th {
    max-width: 200px;
    padding: 15px;
    word-wrap: break-word;
  }

.megatitle {
  font-family: 'Roboto', sans-serif !important;
  font-size: 350%;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}