@font-face {
  font-family: Laurel-reg;
  src: url(https://static.igem.wiki/teams/4197/wiki/fonts/laurel-regular.otf);
}
@font-face {
  font-family: Laurel-bold;
  src: url(https://static.igem.wiki/teams/4197/wiki/fonts/laurel-bold.otf);
}
@font-face {
  font-family: Lora-BoldItalic;
  src: url(https://static.igem.wiki/teams/4197/wiki/fonts/lora-bolditalic.ttf);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
    --main-color: #5eb7bf;
    --bleu-fon: #456883;
    --beige: #fbe3bf;
    --bleu-cl: #CDEFF6;
    --orange: #ee7a46;
    --vert: #042B29;
    --section2:  #ffbd71;
     --orange-compl1: #BA6036;
    --orange-rgba: rgba(238, 122, 70, 1);
    --main-text: 'Roboto', sans-serif;
}
  body {
    position: relative; 
  }
html * {
    font-family: var(--main-text);
}
header{
    height: 100vh;
    width: 100%;
}
h2{
    font-size: 1.35rem;
}
ul, li{
    list-style: none!important;
    margin: 0;
    padding: 0;
}
.underline{
    position: relative;
    margin-bottom: 20px;
}
.underline h2{
    padding-bottom: 15px;
    display: inline-block;
}
.underline h2:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100px;
    display: inline-block;
    height: 2px;
    background-color: white;
}
.gras{
    font-weight: bold!important;
}
.italic{
    font-style: italic!important;
}
.underline{
    text-decoration: underline!important;
}
.orange{
    color: var(--orange);
}
.start-header{
    position: relative;
    z-index: 135416534324;
}
.magin-top-30{
    margin-top: 30px;
}

.full-line .collapsible-content-wrapper{
    width: 100%!important;
}
.full-line .carousel-indicators{
    position: relative!important;
}
.full-line .carousel-indicators .row{
    display: flex!important;
}
.full-line .carousel-indicators{
    width: 100%!important;
}
.max-width-100{
    max-width: 100%!important;
}
/* .start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	    box-shadow: 1px -15px 10px 10px black;
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
 background-color: var(--main-color);
}
.start-header.scroll-on .navbar-brand img{
	height: 78px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
   
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-brand{
    margin-left: 15px;
}**/
.navbar-brand img{
    transition: all 0.2s;
}
@media (max-width:1560px){
.navbar-expand-xl.scroll-on .navbar-brand{
    display: none!important;
}
}
.navbar-expand-xl.scroll-on .navbar-brand img{
    height: 68px;
}
.toulouse{
    color: white;
    font-size: 1.50rem;
    font-weight: 500;
}/**
.navbar{
	padding: 0;
}
.navbar-brand{
    transition: all 0.2s ease;
}
.navbar-brand:hover {
    opacity: 0.7;
}**/
.navbar-brand img{
	height: 98px;
	width: auto;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    margin-right: 20px;
}/**
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}**/
.nav-link{
	color: white !important;
	font-weight: 500;
    transition: all 200ms linear;
    font-size: 1.35rem;
} 
@media (max-width: 1400px) { 
    .nav-link{
        font-size: 1.1rem;
    }
}
.nav-item:hover .nav-link{
	color: var(--orange) !important;
}
.nav-item.active .nav-link{
	color: var(--orange)!important;
}
.nav-link {
	padding: 5px 10px!important;
	display: inline-block;
} 
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: var(--orange);
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
    text-align:center;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
} 
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
    display: block;
} 
.dropdown-menu {
	padding: 0px!important;
	margin: 0;
	font-size: 1.1rem!important;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
} /**
.dropdown-toggle::after{
    vertical-align: 0.155em;
}**/
.dropdown-item {
	padding: 10px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: var(--orange-rgba);
}


/* @media (max-width: 767px) { 

	.nav-item:after{
		display: none;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
} */
.dropdown-menu.show {
    opacity: 1!important;
    visibility: visible!important;
    max-height: 999px!important;
    display: block!important;
}
.toulouse{
    color: white!important;
    margin-left: 10px;
}
@media (min-width: 1561px) { 
    .navbar-brand{
        display: flex;
    }
}
 @media (max-width: 1560px) { 
    .toulouse{
    }
    .navbar-brand{
        width: 100%;
        text-align: center;
        display: inline-block!important;
    }
    .navbar-brand  img{
        height: 90px;
    }
    .navbar-expand-xl {
        flex-wrap: wrap!important;
        justify-content: flex-start;
    }
 }
 @media (max-width: 1164px) { 
    .navbar {
        position: relative!important;
    }
 }
.ctn-btn-menu{
    position: relative;
}
 .navbar-toggler{
    position: absolute!important;
    right: 10px;
    top: 10px;
    background-color: white!important;
    padding: 10px 15px!important;
 }
 .navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon{
    background-image: auto!important;
 }
.bg-anim {
	background-size: 400% 400%!important;
	animation: gradient 15s ease infinite;
/*	height: 50vh;*/
/*    clip-path: polygon(20% 0, 80% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);*/
    padding: 50px 0;

}

.bg-anim.orange1{
	background: linear-gradient(-45deg, #f9e1d4, #e6b191, #ffac7a, #e19c76);

}

.bg-anim h1{
    margin-bottom: 40px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.max-width{
    max-width: 1450px;
}
.margin-auto{
    margin: 0 auto;
    display: block;
}
.center{
    text-align: center;
}
.overlay{
    background-color: rgba(0,0,0,.25);
    position: absolute;
    width: 100%;
    height: 100%;
    
}
header .logo{
    filter: drop-shadow(22px 0px 11px white);
}

.video-bg{
        height: 100vh;
    object-fit: cover;
}
.results header{
    height: 30vh!important;
    width: 100%!important;
    position: relative!important;
    background-color: black;
/*
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
*/
}
.results .overlay{
    background-color: rgba(0,0,0,.25);
    position: absolute;
    width: 100%;
    height: 100%;
}
.container-daisy{
    position: relative;
    margin-top: 60px;
}
.daisy{
    /* max-height: 700px;
    width: auto;
    margin-top: 60px;
    height: 100%; */

    max-height: 90vh;
    max-width: 100%;
}
.text-daisy{
    position: absolute;
    top: 0;
    right: 0; 
}
.text-daisy p {
    margin-bottom: 0!important;
}

.bubble {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 30px;
  max-width: 500px;
  width: 100%;
  background: #f1f1f1;
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  color: #000;
        border: 1px solid black;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #f1f1f1;
  border-right: 12px solid transparent;
  border-top: 12px solid #f1f1f1;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}
.hide{
    visibility: hidden;
    display: none;
}
section.full-height{
    min-height: 900px;
}
.full-height{
    height: 100vh;
}
.height100{
    height: 100%;
}

header{
    background-color: var(--main-color);
}
.orange1 h2{
    color: var(--orange-compl1);
        font-size: 3rem;
    line-height: 3rem;
    letter-spacing: normal;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.section2{
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(181,222,226,1) 92%, rgba(94,183,191,0.711922268907563) 100%);
}
#anim-graph, #anim-graph figcaption, #anim-graph svg{
    transition: all 0.2s;
}

.reverse .bubble-bottom-left:before{
    border-right: 24px solid #f1f1f1!important;
    border-left: 12px solid transparent!important;
    right: 32px!important;
    left: auto!important;
}
.courbe-absolute{
    position: absolute;
    top: 0;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}
.container-info-home{
    padding: 15px;
}
.info-home{
    text-align: center;
    font-size: 1.8rem;
    color: var(--bleu-fon);
    background-color: var(--bleu-cl);
    border: 1px solid var(--bleu-fon);
    border-radius: 20px;
    padding: 30px;
}

figure {
  display: block;
  height: 0;
  margin: 0 auto;
  position: relative;
  font-size:16px;
  padding-bottom: 30em;
}
figcaption {
  font-size:2.2rem;
  text-align:center;
  color:#fff;
  width: 100%;
  position: absolute;
  left: 0;
  top:40%;
  z-index:2;
}
svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
circle {
	fill:rgba(0,0,0,0);
  stroke-width:31.8309886184;
  stroke-dasharray: 0,0,0,100;
  stroke-dashoffset: 25;
}
.anime1{
    -webkit-animation: pie1 3s ease both;
    animation: pie1 3s ease both;
}
.anime2{
    -webkit-animation: pie2 3s ease both;
    animation: pie2 3s ease both;
}
.pie1 {
  stroke:hsl(19, 83%, 60%);
}
.pie2 {
  stroke:hsl(38, 89%, 86%);
}
circle:after{
    content:'';
    position: absolute;
    top: 0;
}
/*
.pie3 {
  stroke:hsl(180,70%,20%);
  -webkit-animation-name: pie3;
  animation-name: pie3;
}
.pie4 {
  stroke:hsl(180,0%,70%);
  -webkit-animation-name: pie4;
  animation-name: pie4;
}
*/
/*
 pie percentage made by stroke-dasharray.
 stroke-dasharray format is...

 keyframe 100% : 0 offset this-percentage rest

 I added keyframe 50% for infinite presentation.
*/

/* 1st pie is 40% */
@-webkit-keyframes pie1 {
  50%,100% {stroke-dasharray: 25,75,0,0;}
}
@keyframes pie1 {
  50%,100% {stroke-dasharray: 25,75,0,0;}
}
/* 2nd pie is 30% */
@-webkit-keyframes pie2 {
  50%,100% {stroke-dasharray: 0,25,75,0;}
}
@keyframes pie2 {
  50%,100% {stroke-dasharray: 0,25,75,0;}
}
/* 3rd pie is 30% */
/*
@-webkit-keyframes pie3 {
  50%,100% {stroke-dasharray: 0,70,20,10;}
}
@keyframes pie3 {
  50%,100% {stroke-dasharray: 0,70,20,10;}
}
*/
/* 4th pie is 10% */
/*
@-webkit-keyframes pie4 {
  50%,100% {stroke-dasharray: 0,90,10,0;}
}
*/
/*
@keyframes pie4 {
  50%,100% {stroke-dasharray: 0,90,10,0;}
}*/

figcaption.fig25{
    top: 25%!important;
    left: 20%;
    opacity: 0;
    color: var(--beige);
}
figcaption.fig70{
    top: 60%;
    font-size: 2.5rem!important;
    opacity: 0;
    color: var(--orange);
}
.animation1{
    animation-name: anim;
    animation-duration: 2s;
      animation-delay: 1s;
      animation-fill-mode: forwards;
}
.animation2{
    animation-name: anim;
    animation-duration: 2s;
      animation-delay: 1s;
      animation-fill-mode: forwards;
}
@keyframes anim {
  from {opacity: 0;}
  to {opacity: 1;}
}
header.page{
    height: 122px;
}
.ctn-page{
/*    background-color: var(--beige);*/
    padding-top: 120px;
    padding-bottom: 60px;
}
aside{
    width: 18vw;
    min-width: 200px;
    padding: 0 15px;
}
.container-text{
    padding: 35px;
}
.ctn-page article{
    margin-top: 30px!important;
    border-radius: 25px;
    max-width: 1000px;
    margin: 0 auto;
}
.ctn-page article:first-child{
    margin-top: 0!important;
}
.content{
    padding: 0 20px;
    width: 100%;
}

.article1{
    color: white;
    background: rgb(92,143,182);
    background: linear-gradient(90deg, rgba(92,143,182,0.8631827731092436) 0%, rgba(88,143,185,1) 13%, rgba(62,141,201,1) 74%, rgba(97,141,173,1) 100%);
}
.container-text p{
    margin-bottom: 0!important;
    font-weight: 600;
}
.article2{
    color: white;
    background: rgb(251,197,115);
    background: linear-gradient(90deg, rgba(251,197,115,1) 0%, rgba(231,177,95,1) 13%, rgba(244,179,81,1) 74%, rgba(210,146,49,1) 100%);
}
.article3{
    color: white;
    background: rgb(205,239,246);
background: linear-gradient(90deg, rgb(147, 197, 208) 0%, rgb(121, 188, 201) 13%, rgb(136, 208, 222) 74%, rgba(147,212,226,1) 100%);
}

.team{
    background-image: url(https://static.igem.wiki/teams/4197/wiki/team.jpg);
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: cover;
    height: 90vh!important;
}
@media (max-width: 1500px) { 
    .container-rond{
        max-width: 300px!important;
    }
}
.bg-team{
/*   background-color: rgba(232, 220, 188, 0.4);*/
    padding: 60px 30px;
    overflow: hidden;
}
@media (max-width: 991px) { 
    .bg-team{
        padding: 0 0!important;
    }
    .container-team{
        border-radius: 0!important;
    }
}
.team .navigation-wrap{
    background-color: var(--main-color);
}

.container-team{
    max-width: 1700px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    background-color: var(--beige);
    border-radius: 100px;
}
.rond{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 414px;
    max-height: 414px;
    background-color: #ccc;
}

.container-team article{
    margin-top: 40px;
    padding: 10px 2vh;
}
main h1{
    text-align: center;
    font-family: Laurel-bold;
    color: white;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);
    /* display: inline-block; */
    padding-bottom: 10px;
    font-size: 2rem!important;
}
main h1:after{
    content: '';
    border-bottom: 2px solid white;
    /* border-width: 0 50px; */
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 20%;
    width: 60%;
}
.container-h1{
    position: relative;
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.bg-team h2{
    background-color: #ffb387;
    color: white;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif!important;
    font-size: 1.5rem!important;
}
.bg-team h3{
    background-color: white;
    padding: 8px;
    border-radius: 5px;
    color: var(--orange);
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif!important;
}
.al{
    margin-top: 60px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    color: var(--vert);
}
.text-team{
    margin-top: 30px!important;
    font-size: 0.95rem;
    color: var(--vert);
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}
.container-rond{
    text-align: right;
      -webkit-mask-image: url(https://static.igem.wiki/teams/4197/wiki/circle.svg);
  mask-image: url(https://static.igem.wiki/teams/4197/wiki/circle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; 
      -webkit-mask-size: 93%;
  mask-size: 93%;
    mask-position: center center;
    -webkit-mask-position: center center;
    max-width: 400px;
    margin: 0 auto;
}

.container-rond img{
    width: 100%;
}

.morgane{
    position: relative;
}
.morgane:before{
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.morgane:after{
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-7.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}
.daisy-team:before{
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-4.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.daisy-team:after{
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-9.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}
.juliette{
    position: relative;
}
.juliette:before{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-6.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.juliette:after{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-5.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}
.laure{
    position: relative;
}
.laure:before{
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.laure:after{
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}

.samy{
    position: relative;
}
.samy:before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-6.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.samy:after{
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-8.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}

.guillaume{
    position: relative;
}
.guillaume:before{
    content: '';
    position: absolute;
    bottom: 120px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.guillaume:after{
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-9.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}

.raphael{
    position: relative;
}
.raphael:before{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.raphael:after{
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-5.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}

.thomas{
    position: relative;
}
.thomas:before{
    content: '';
    position: absolute;
    bottom: 180px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.thomas:after{
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-6.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}

.charline{
    position: relative;
}
.charline:before{
    content: '';
    position: absolute;
    top: 200px;
    right: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    width: 150px;
    z-index: 16354654;
    background-size: contain;
}
.charline:after{
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/bac-9.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 16354654;
    background-size: contain;
}

.content{position: relative;}

aside .nav{
    display: block!important;
}
aside .nav-item{
    position: relative;
}
aside .nav-link:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 11px;
    border: 2px solid #cdeff6;
    border-radius: 80%;
    height: 10px;
    width: 10px;
}
aside .navbar{
    background-color: var(--main-color);
    padding: 15px 0;
    border-radius: 25px;
}
aside .nav-link{
   padding: 5px 20px!important; 
}
aside .nav-link.active{
    color: var(--orange)!important;
}

.container-supervisor{
    max-width: 1700px;
    margin: 0 auto;
    margin-bottom: 100px;
    border: 10px solid var(--bleu-cl);
    border-radius: 40px;
}
.full-width{
    width: 100%!important;
}
.carousel{
    padding: 3px 10px 0 10px;
}
.carousel-entier{
    position: relative;
    height: 100%;
}
.carousel-entier .container-supervisor{
    margin-bottom: 0!important;
}
.carousel-indicators{
    display: block!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.carousel-indicators button img{
    max-width: 250px;
    margin: 0 auto;
    height: 150px;
    border-radius: 20px;
}

.carousel-item img{
    border-radius: 90px;
box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.24);
-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.24);
}
.bg-supervisor{
/*    background-color: var(--bleu-cl);*/
padding: 10px;
}
.carousel-indicators [data-mdb-target]{
    border: 0!important;
    background-color: transparent!important;
}
.carousel-indicators button {
    max-width: 150px;
    width: 100%!important;;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 100%!important;
    margin-top: 5px!important;
    position: relative;
}
.carousel-indicators button:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(205, 239, 246, 0.2);
    transition: all 0.2s;
}
.carousel-indicators button:hover:after{
    background-color: rgba(251, 227, 191, 0.4);
}
.txt-super{
    
    margin: 0 auto;
    padding: 10px 50px;
}
.bg-attri .txt-super{
    background-color: rgba(205, 239, 246, 0.6);
    max-width: 750px;
}
.txt-super h2, .txt-super h3{
    text-align: center;
}
.txt-super h2{
    color: var(--bleu-fon);
    
}
.txt-super h3{
    color: white;
    text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);
}
.txt-super p{
    margin-top: 30px;
    font-size: 1rem;
    margin-bottom: 0;
}
.container-supervisor{
    padding: 0 0 40px;
}
.padd-24{
    padding: 2.4vw!important;
}
.ctn-titre{
position: relative;
}
.ctn-titre h1{
    display: inline-block;
    background-color: var(--bleu-fon);
    padding: 10px 25px;
    
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    
}

.ctn-titre h1:after{
    content: none!important;
}
.bg-attri{
    margin-top: 120px;
}
@media (max-width: 1560px) { 
    .bg-attri{
        margin-top: 200px;
    }
}
@media (max-width: 1200px) { 
    .bg-attri{
        margin-top: 0;
    }
}
.text-intro-attri {

    margin-bottom: 60px;
}
.text-intro-attri h2{
    color: var(--bleu-fon);
    font-size: 1.5rem;
}
.text-intro-attri article{
    margin-top: 20px;
}
.container-txt-attri{
    max-width: 1900px;
    margin: 0 auto;
    padding: 50px 10vw;
}
.navbar{
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 0%)!important;
    background-color: #5eb7bf!important;
}
.container-txt-attri h1{
    margin-bottom: 30px;
}
.container-txt-attri p{
    color: rgba(33,37,41,1);
}
p{
    color: rgba(33,37,41,1);
}
.img-page{
        width: 100%;
    height: auto;
    max-width: 300px;
}
.img-page2{
        width: 100%;
    height: auto;
    max-width: 300px;
}

@media (max-width:1700px){
    .menu-content ul{
        width: 100%!important;
    }

}


/** Description menu **/
aside {
  width: 100%;
  padding-top: 5em;
}


.show-aside{
    display: block!important;
}
@media (max-width:1199px){
    .desc-aside{
        display: none;
    }
}
@media (min-width:1201px){
    .btn-aside{
        display: none;
    }
}
.btn-aside button{
    display: block;
    border: 3px solid var(--main-color);
    background-color: var(--bleu-cl);
    padding: 12px;
    margin-top: 10px;
    margin-left: 5px;

}
.btn-aside button img{
    height: 50px;
    display: inline-block;
}

.sub-navigation-content {
  padding:1.6em 1.5em;
  border-right: solid 3px var(--main-color);
  max-width: 300px;
    background-color: #cdeff6;
    border-radius: 30px 0 30px 0;
    margin: 0 auto;
    margin-top: 40px;
}

.sub-navigation-chapter a{
  color: #212832;
  font-size: 1.2em;
  padding: 0.3em 0.3em 0 1.1em;
  display: inline-block;
}

li.main-nav-link.active {
  font-weight: normal;
  color: var(--orange);
}

.main-nav-link {
  cursor: pointer;
    color: #456883;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1.1rem;
    font-weight: 600;
}
.main-nav-link.sous-menu{
    font-size: 1rem!important;
    margin-left: 20px;
}
.sub-navigation-chapter .main-nav-link.sous-menu:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #456883;
    border-radius: 50px;
    transition: all 0.2s ease;
}
.sub-navigation-chapter a{ 
    color: #212832;
}
.sub-navigation-chapter .main-nav-link:hover{
   color: var(--orange) ;
}
#to-top-arrow a, #to-top-arrow a:visited, #to-top-arrow a:active{
  color: #FE9901;
  font-size: 2em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 1em 2em 0 2em;
  display: block
}

#to-top-arrow a:hover{
  color: #ffb444;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 1em;
}
.popout{
width: 100%;
margin: 1.5em auto;
position: relative;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
scroll-margin-top: 79px;
padding-top: 1em;

}

.collapsible {
  display: block;
  font-size: 1.5em;
  padding: 0.8em 1.5em;
  position: relative;
  color: #ffffff;
  cursor: pointer;
}


.popout:first-child {
  padding-top: 2em;
}
.collapsible::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 5px;
  width: 95%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #cdeff6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
.collapsible.orange::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 5px;
  width: 95%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fbe3bf!important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}



.collapsible:hover::before{
  height: 25px;
}

.collapsible {
  outline : none !important;
}
.ctn-sous-menu{
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0!important;
}
.sub-navigation-chapter .main-nav-link.active .ctn-sous-menu{
    transition: all 0.5s;
    height: 100%;
}
 .collapsible-content{
    display: none;
}
.collapsible-content.visible-ac{
    display: inline-block!important;
}

.collapsible-content {
    max-height: 0;
    position: relative;
    overflow-y: hidden;
    width:95%;
    -webkit-transition: all 0s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.collapsible-content-wrapper {
  margin: auto;
  text-align: justify;
  width: 80%;
  padding: 2.5em  0;
} 
.collapsible-content-wrapper h2 {
  font-size: 1.5em;

}


.collapsible::after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #5eb7bf;
  border-radius: 3px;
  width: 95%;
  z-index: -1;
}

.collapsible.orange::after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--orange);
  border-radius: 3px;
  width: 95%;
  z-index: -1;
}

.closed {
  max-height: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.references{
    color: black;
    background-color: #cdeff6;
    padding: 20px 30px;
    width: 95%;
    margin-top: 10px;
}

.d-flex-inline{
    display: inline-flex;
}
.sub-navigation-chapter .main-nav-link{
    position: relative;
}
.sub-navigation-chapter .main-nav-link:before{
    content: '';
    position: absolute;
    left: -25px;
    top: 6px;
    width: 18px;
    height: 18px;
    background-color: #456883;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.sub-navigation-chapter .main-nav-link.active:before{
    background-color: #5eb7bf!important;
}

.container-supervisor.orange{
    border: 10px solid #ffc976;
}
.container-supervisor.orange .txt-super{
        background-color: rgba(255, 201, 118, 0.4)
}

.container-supervisor.orange .ctn-titre h1{
        background-color: #d74728;
}
.container-supervisor.orange .txt-super h2{
        color: #d74728;
}

.container-supervisor h2{
    font-size: 1.5rem!important;
}

.position-relative{
    position: relative;
}
.horscadre img{
    position: absolute!important;
    left: -170px!important;
    top: -120px!important;
    transform: rotate(45deg)!important;
}
.horscadre .text-daisy{
    left: 270px!important;
}
.orange-degrade{
    
}
.al p{
    display: inline-block;
    position: relative;
}
.al p:before {
    content: '';
    position: absolute;
    left: -38px;
    top: -17px;
    width: 35px;
    height: 35px;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/ac-transparent.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.accueil {
    background-color: var(--bleu-fon);
    height: 100vh!important;
}
.daisy-team{
    position: relative;
}
.bg-accueil-1{
    background-image: url(https://static.igem.wiki/teams/4197/wiki/homepage/fond-wiki-transparentflou.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.border-white{
    box-shadow: 0px 0px 25px -1px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0px 0px 25px -1px rgb(0 0 0 / 9%);
    border-radius: 20px;
    background-color: white;
    padding: 35px 55px;
    text-align: center;
}




/*** Page description **/


.carousel .container-supervisor{
    border: 0 solid var(--bleu-cl)!important;
}
.carousel .carousel-indicators{
        top: 0!important;
    left: 0!important;
        width: max-content;
}
.carousel .carousel-indicators > div{
    display: grid;
}
.carousel .txt-super{
    padding: 15px 0;
    margin-top: 30px;

    border-radius: 20px;
}
.carousel .carousel-item img{
    border-radius: 0!important;
}
.carousel .container-supervisor{
    padding: 0!important;
}
.container-text-carou h2{
    background-color: #cdeff6;
    padding: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1561px) { 
    .carousel .carousel-indicators button, .carousel .carousel-indicators button img{
        width: 120px!important;
        height: 120px!important;
    }
}
@media (max-width: 1700px) { 
    .collapsible.orange::after,.collapsible::after, .collapsible::before,.collapsible-content{
        width: 100%!important;
    }
}
@media (max-width: 1200px) { 
    .sub-navigation-content{
        display: flex!important;
        justify-content: flex-start!important;
        flex-wrap: wrap;
        max-width: 100%!important;
    }
    .sub-navigation-content .sub-navigation-chapter{
        margin-left: 10px;
    }
    .desc-aside{
        padding: 0!important;
    }
    .main-no-padding{
        padding-top: 0!important;
    }
    .sticky-mobile{
        position: sticky;
        top: 0;
        z-index: 1564654565464564;
    }
    .sub-navigation-content{
        margin-top: 0!important;
        border-radius: 0;
        border-left: solid 3px var(--main-color);
    }
}

@media (max-width: 1200px) { 
    .fixed-bottom, .fixed-top {
        position: relative!important;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}
@media (max-width: 1560px) { 
    .ctn-page {
        padding-top: 190px;
    }
    .txt-super p{
        font-size: 1.2rem;
    }
}
@media (max-width: 1560px) { 
    .txt-super p{
        font-size: 1.2rem;
    }
}
@media (max-width: 1400px) { 
    .txt-super p{
        font-size: 1rem;
    }
}
@media (max-width: 1750px) { 
    .carousel-indicators{
        position: relative!important;
        margin-bottom: 30px!important;
    }
    .carousel .carousel-indicators > div{
        display: flex!important;
    }
    .collapsible-content-wrapper{
        width: 100%!important;
        padding: 1.5em 1em!important;
    }
    .padd-24{
        padding: 0!important;
    }
}

.section2{
    padding: 30px 0!important;
}

/********* Position Daisy *********/
.reverse .text-daisy{
    left: 0;
}
@media (max-width: 1400px) { 
    .reverse .text-daisy {
        left: -80px;
    }
}
@media (max-width: 1200px) { 
    .reverse .text-daisy {
        left: -160px;
    }
}
@media (max-width: 1000px) { 
    .reverse .text-daisy {
        left: -280px;
    }
}
@media (max-width: 768px) { 
    .reverse .text-daisy {
        left: -70px;
    }
}

.section2{
    padding: 30px 0!important;
}






/** Footer **/
footer img.logo{
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
footer ul{
    list-style: none;
}
footer li a{
    color: white;
    transition: all 0.2s;;
}
footer li a:hover{
    color: #5eb7bf!important;
}
footer p{
    color: white!important;
}
footer{
    position: relative;
    overflow-x: clip;
    /* margin-top: 130px; */
}
.footer::before {
    content: '';
    position: absolute;
    top: -150px;
    width: 100%;
    height: 150px;
    transform: scaleX(2.3);
    transform-origin: 100% 100%;
    animation: 26s infinite alternate shape-anim-1f linear;
    background-size: 100% 87px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    z-index: 165465464;
    pointer-events: none;
    background-image: url(https://static.igem.wiki/teams/4197/wiki/homepage/divider.svg);
}

@media (min-width:2100px){
    .footer::before{
    background-size: 100% calc(2vw + 87px);
}
    }
@keyframes shape-anim-1f {
    100% {
      transform: scaleX(1.2) translateX(calc(100% - (100% / 1.2)));
    }
}
.ctn-rs{
    text-align: center;
    margin-top: 20px;
}
.ctn-rs a{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
}
.ctn-rs a img, .ctn-sponsors a img, footer .logo{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.2s;
}

.ctn-rs a:hover img,.ctn-sponsors a:hover img, footer .logo:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.ctn-rs a .lettre{
    
}

.ctn-sponsors a{
    width: fit-content;
    margin-right: 10vh;
    margin-top: 10px;
}
.ctn-sponsors a img{
    max-width: 150px;
    height: auto;
}
.ctn-sponsors{
    margin-bottom: 30px;
    margin-top: 40px!important;
}
.paul img{
    max-width: 250px!important;
}
.ipbs img{
    max-width: 100px!important;
}
.twb img{
    max-width: 100px!important;
}
.addiseo img{
    max-width: 200px!important; 
}



.bg-attri .carousel-indicators{
    position: relative!important;
}
.bg-attri .carousel .carousel-indicators{
    width: 100%!important;
}
.navbar-nav .dropdown-menu{
    left: 50%;
    transform: translate(-50%, 0)!important;
}

.bg-team article:nth-child(odd) .row{
    flex-direction: row-reverse!important;
}

.menu-content{
    display: block;
}
.menu-content.hide-sous-menu{
    display: none;

}
.menu-content.bleu ul{
    background-color: var(--bleu-cl);
}
.menu-content.beige ul{
    background-color: var(--beige);
}
.menu-content ul{
    display: inline-block;
    width: 95%;
    padding: 15px 0;
}
.menu-content ul li{
    padding: 5px 20px;
    color: #456883;
    font-weight: 500;
    font-size: 1.20rem;
}
.carousel h2{
    padding: 20px 20px;
    color: #456883;
    font-weight: 500;
    /* font-size: 1.25rem; */
    font-size: 1.75rem;
    margin-top: 20px;
    margin-bottom: 10px;
}
.carousel h2.bleu{
    background-color: var(--bleu-cl);
}
.carousel h2.beige{
    background-color: var(--beige);
}
.carousel p{
    padding: 10px 30px;
}


.fleche{
    position: relative;
    width: 95%;
}

  .fleche:before, .fleche:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 12px;
    height: 5px;
    background: white;
    content: "";
    will-change: transform;
    transition: all 0.2s ease;
  }
  .fleche:before {
    transform: rotate(45deg) translate(-2px, 2px);
  }
  .fleche:after {
    transform: rotate(-45deg) translate(2px, 2px);
  }
  .active .fleche:before {
    transform: rotate(45deg) translate(1px, -1px);
  }
  .active .fleche:after {
    transform: rotate(-45deg) translate(-3px, -3px);
  }

.btn-notebook button{
    border-radius: 0;
    background-color: transparent;
    border: 0;
    font-size: 2rem!important;
    padding: 0 20px;
    border-left: 3px solid var(--bleu-cl);
    background-color: var(--main-color);
    color: white;
    border-bottom: 3px solid var(--mdb-body-bg);
    transition:  all 0.2s;
}
.btn-notebook button.active{
    background-color: var(--bleu-cl);
    border-bottom: 0px solid var(--mdb-body-bg)!important; 
    color: var(--main-color);
}
.btn-notebook button:hover{
    background-color: var(--bleu-cl);
}
.btn-notebook button:first-child{
border-left: 0px solid var(--bleu-cl)!important;
border-radius: 20px 0 0;
}
.btn-notebook button:last-child{
border-radius: 0 20px 0 0;
}
.notebook-content{
    padding-bottom: 90px;
    background-color: var(--bleu-cl);
}
.notebook{
margin-top: 90px;
}
.btn-notebook{
top: -51px;
position: relative;
}
@media (max-width:1650px){
    .btn-notebook button{
        font-size: 1.5rem!important;
        padding: 0 10px;
    }
    .btn-notebook {
        top: -40px;
    }
}

@media (max-width:1100px){
    .btn-notebook{
        flex-wrap: wrap;
    }
}
.ctn-semaine {
    flex-wrap: wrap;
}
.ctn-semaine button{
    border: 0;
    padding: 9px 30px;
    background-color: var(--orange);
    margin: 0 15px;
    color: white;
    font-weight: 500;
    font-size: 1.25rem;
    /* text-transform: uppercase; */
    /* text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%); */
    transition: all 0.2s;
    border-bottom: 3px solid var(--bleu-cl);
}
.ctn-semaine button span{
    font-size: 2.5rem;
    color: white!important;
}
.ctn-semaine button:hover{
    background-color: #ffb387;
}


.reverse .carousel-indicators{
    top: 0!important;
    right: 0!important;
    width: max-content;
    left: inherit!important;
}
.reverse .carousel-indicators > div{
    display: grid;
}
.reverse .collapsible-content-wrapper{
    padding: 0!important;
    margin: 0!important;
}
.notebook .bg-supervisor{
    padding: 0!important
}
.notebook .container-supervisor{
    border: 0 solid var(--bleu-cl)!important;
}
.notebook .carousel{
    padding: 0 10px 0 10px!important;
}
.notebook h2{
    background-color: #ffb387;
    font-size: 1.8rem;
    color: white;
    font-weight: 400;
    /* text-align: center; */
    padding: 10px 5px;
}
.activeweek{
    background-color: #ffb387!important;
    border-bottom: 3px solid #ffb387!important;
}
@media (max-width: 1750px){
    .collapsible-content-wrapper {
        width: 80%!important;
    }
}
@media (max-width: 1450px){
    .collapsible-content-wrapper {
        width: 100%!important;
    }
    .carousel-indicators {
        position: relative!important;
        margin-bottom: 30px!important;
    }
    .reverse .carousel-indicators{
        width: inherit!important;
    }
    .reverse .carousel-indicators > div{
        display: flex!important;
        justify-content: center;
    }
}
@media (min-width: 1450px) and (max-width: 1750px){
    .carousel-indicators {
        /* position: absolute!important; */
        margin-bottom: 30px!important;
    }
}
.notebook{
    padding-bottom: 0!important;
}
.carousel-indicators [data-mdb-target]{
    opacity: 1!important;
}
table{
    text-align: center;
}
table tr th{
    background-color: var(--orange)!important;
}
table .type{
    max-width: 20px;
}
table .significance{
    min-width: 200px;
}
table .purpose{
    min-width: 200px;
}
thead tr th{
    color: white;
    font-weight: bold!important;
    font-size: 1.2rem;
}
tbody tr td:first-child{
    font-weight: bold;
}
tbody tr:nth-child(odd){
    background-color: var(--bleu-cl);
}
tbody tr{
background-color: #A7E3EF;
}
.table>:not(caption)>*>*{
    border: 0!important;
    box-shadow: none!important;
}
tbody td{
    font-size: 1rem;
}
.parts{
    padding-bottom: 150px;
}
.parts table tbody img{
    height: 50px;
}
@media (max-width: 1200px){
    .ctn-page{
        padding-top: 0!important;
    }
}
/* .lightbox {
    top: 190px!important; 
} */
.bleu-cl.collapsible::before {
    background-color: #5eb7bf;
}
.bleu-cl.collapsible::after {
    background-color: var(--bleu-cl);
}
.bleu-cl.collapsible{
    color: #456883;
}
.bandeau-meetup{
    width: 100%;
}
.lb-data .lb-close{
    background: url(https://static.igem.wiki/teams/4197/wiki/close.png) top right no-repeat!important;
}


@media (max-width: 1400px) {
    .bg-supervisor{
        max-width: 1100px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .bg-supervisor:nth-child(odd) .carousel-item .row{
        flex-direction: column-reverse;
    }
    .bg-supervisor .carousel{
        padding: 60px 10px 0 10px;
    }
}
@media (max-width: 1750px) {
    .container-supervisor {
        padding: 0 0 10px;
    }
}
.txt-super p{
    padding-top: 0!important;
    margin-top: 0!important;
}
.txt-super h2{
    margin-top: 0!important;
}
.txt-super{
    padding: 10px 0;
}









.full-screen {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  #intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #masthead {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
  }
  #masthead a {
    padding: 1rem 2rem;
  }
  
  
  #panels #panels-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    background-color: #ddd;
  }
  #panels #panels-container .panel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-align: left;
    border-right: 1px solid #f00;
  }
  #panels #panels-container .panel img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 90vh;
  }
  #panels #panels-container .panel .panels-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #panels #panels-container .panel .anchor-panel,
  #panels #panels-container .panel .nav-panel {
    color: #000;
    text-transform: uppercase;
    margin-right: 2rem;
  }
  #panels #panels-container .panels-navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    right: 2rem;
  }
  
  .video-education{
    max-width: 100%!important;
  }
  .header-accordion{
    background-color: var(--orange);
    border-radius: 10px 10px 0  0;
  }
  .header-accordion h2{
    color: white;
    text-align: center;
  }
  .video-education .accordion-header{
    padding: 0!important;
  }
  .video{
    background-color: black;
    height: 100%;
    width: 90%;
    position: relative;
  }
  /* .video:before{
    position: absolute;
    content: 'Video';
    font-size: 2rem;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  } */
  .video-education .accordion-button:not(.collapsed){
    color: var(--orange)!important;
  }

  .ctn-video .video-education:nth-child(even) .row{
    flex-direction: row-reverse;
  }
  .ctn-video .video-education:nth-child(even) .header-accordion,   .ctn-video .video-education:nth-child(even) .accordion{
    width: 90%;
  }
  .ctn-video .video-education:nth-child(even) .video{
    width: 100%;
  }

  .ctn-video h4{
    background-color: var(--bleu-cl);
    color: var(--bleu-fon);
    text-align: center;
    margin-top: 30px;
    width: 95%;
    padding: 15px 10px;
  }
  	
p{
    text-align: justify;
}
.ld-team{
    margin-bottom: 30px;
    transition: all 0.2s;
    position: absolute;
    left: 35%;
    bottom: 0;
}
.ld-team:hover{
    opacity: 0.7;
}
.ld-team img{
    width: 60px;
    margin-right: 10px;
}

.titre-image{
    text-align: center;
    font-style: italic;
    color: var(--bleu-fon);
    font-weight: 500;
}
.references ol li{
  list-style: decimal!important;
}
.ld-momo{
  left: 28%!important;
}

.img-ihp{
    width: 100%;
    height: auto;
    max-width: 650px;
    margin: 0 auto;
    display: block;
}
.img-ihp.img-750{
    max-width: 750px!important;
}
.ident-ihp{
    margin-left: 3vw;
}
.liste-ihp{
    margin-left: 2vw;
}
.ctn-igp-personne .col{
    min-width: 300px;
    max-width: 300px;
    margin: 0 auto;
}
.ctn-igp-personne .col p{
    text-align: center;
}
.ctn-igp-personne .col img{
    width: 100%;
}
.ctn-igp-personne.bleu-cl .col button{
    background-color: var(--bleu-cl)!important;
}
.ctn-igp-personne.beige-cl .col button{
    background-color: var(--beige)!important;
}
.modal{
    z-index: 1654654654132!important;
}
.modal-backdrop{
    
}
.ctn-top-texte{
    text-align: center;
    position: relative;
}
.ctn-top-texte > h2{
    text-align: center;
    font-size: 2.8rem!important;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    color: black;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
.ctn-top-texte > h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 70%;
    background-color: black;
    left: 50%;
    transform: translate(-50%, 0);
}
.ctn-top-texte > p {
    margin-top: 20px;
    width: 95%;
}
#panels{
    position: relative;
    z-index: 1654654531321;
    overflow-x: hidden;
}
.min-height-vh{
    min-height: 100vh;
}
.exemple-de-class{
    width: 100%;
}

.blue{
    color: var(--main-color)!important;
}
.btn-fin{
    max-width: 140px!important;
    height: auto;
}
.btn-fin img{
    max-width: 140px!important;
    height: auto;
}
figure.normal{
    height: auto!important;
    padding-bottom:0!important;
}
figcaption.normal{
    position: relative!important;
    text-align: left!important;
    top: auto!important;
}



