/* font igem 2022
@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);
}**/

@font-face {
    font-family: GlacialindIfference-Regular;
    src: url(/static/font/GlacialIndifference-Regular.otf);
  }
  @font-face {
    font-family: GlacialindIfference-Bold;
    src: url(/static/font/GlacialIndifference-Bold.otf);
  }
  @font-face {
    font-family: GlacialIndifference-Italic;
    src: url(/static/font/GlacialIndifference-Italic.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;
}

/* palette from a banner image : dustin... 
CSS HEX
--pink-lavender: #DFA8C5ff;
--french-mauve: #C67FCBff;
--ultra-violet: #77659Fff;
--ultra-violet-2: #59437Bff;
--powder-blue: #B8C7E4ff;

CSS HSL
--pink-lavender: hsla(328, 46%, 77%, 1);
--french-mauve: hsla(296, 42%, 65%, 1);
--ultra-violet: hsla(259, 23%, 51%, 1);
--ultra-violet-2: hsla(264, 29%, 37%, 1);
--powder-blue: hsla(220, 45%, 81%, 1);
**/

body {
    position: relative;
    background:white!important; 
}

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;
}

video {
    /* override other styles to make responsive */
    width: 60%    !important;
    height: auto   !important;
}

.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;
}

.white-logo{
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(51deg) brightness(98%) contrast(91%);
}

.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{
    /*changer couleur du menu de la navbar**/
	color: white!important;
	font-weight: 500;
    transition: all 200ms linear;
    font-size: 1.1rem!important;
    padding-right: 2.5%;
} 

@media (max-width: 1460px) { 
    .nav-link{
        font-size: 0.98rem!important;
    }
}

@media (max-width: 1330px) { 
    .nav-link{
        font-size: 0.84rem!important;
    }
}

.nav-item:hover .nav-link{
    /*changer couleur du menu de la navbar en hover**/
	color: #DDD9CE  !important;
}
.nav-item.active .nav-link{
	color: #DDD9CE!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: #DDD9CE;
	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: #DDD9CE;
}


/* @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{
        color: white!important;
        margin-left: 10px;
    }
    .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);
/* tentative de centrer le logo**/
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1900px) {
    p, h1, h4, h5, h6 {
      font-size: 1.2em!important; /* Augmentez la taille du texte pour les écrans plus larges (2 fois la taille de police par défaut) */
    }

    h3, h2 {
        font-size: 1.5em!important;
    }
  }

@media screen and (min-width: 1900px) {
    .home-container-green ul, .home-container-pink ol {
        font-size: 1em!important;
    }
    .home-container-pink ul, .home-container-green ol {
        font-size: 1em!important;
    }
    .home-container-red ul, .home-container-red ol {
        font-size: 1em!important;
    }
}

.st-2 {
    color: #E3C1B4;
}

.st-2r {
   color: #BB4E58;
}

.st-2g {
    color: #8F9F71;
 }

 .st-2b {
    color: #801134;
 }

@media screen and (min-width: 1900px) {
    .st-2{
        font-size: 2em!important;
    }
    .st-2r{
        font-size: 2em!important;
    }
    .st-2g{
        font-size: 2em!important;
    }
    .st-2b{
        font-size: 2em!important;
    }
}

.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(/images/IMG_4792.jpg);
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: cover;
    margin-top: 50px;
    border-radius: 50px;
    height: 95vh!important;
}

.photo-team {
    display: block;
    border-radius: 30px 30px 0 0;
    margin: -30px 0px;
    width: 100%;
    text-align: center;
}

.wave {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.wave-up {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1000;
    margin-top: -10px;
}

.wave-ack {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1000;
    margin-top: -85px;
}

@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: powderblue;
    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: GlacialIndifference-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: pink;
    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: powderblue;
    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: 2px solid #DDD9CE;
    border-radius: 40px;
}

.container-supervisor.bordeaux{
    background-color: #801134!important;
}

.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;
    margin-top: -10px!important;
}

.carousel-indicators button img{
    max-width: 250px;
    margin: 0 auto;
    height: 150px;
    border-radius: 20px;
}

.hide-bg{
    border: 10px solid black;
}

/*
.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;
}

.bg-supervisor-bordeaux{
    background-color: #801134!important;
    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);
    border-radius: 50%;
    transition: all 0.2s;
}
.carousel-indicators button:hover:after{
    /*background-color: rgba(251, 227, 191, 0.4);**/
    background-color: rgba(128, 17, 52, 0.2);
    border-radius: 50%;
}
.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: #8F9F71;
    border-radius: 20px;
    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;**/
    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;
}

/* Everything important for the navigation bar design is here **/
.navbar{
    /* margin-top: 200px; **/
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 0%)!important;
    /*background-image: url(/images/blue-shades-bubbles-with-gradient-lights\ 2.jpg);**/
    background-color: #801134 ;
    background-size: cover;
    background-position: center;
    /*background-color: rgba(255, 255, 255, 0.1);/*!important**/
    /*background-color: #4EBCBC;**/
    box-shadow: 0 25px 45px rgba(0,0,0,.2);
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, .5);
    margin: 5px;
}

.bgColor{
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 0%)!important;
    /*couleur et forme quand la banner est petite**/
    background-color: #801134 !important;
    box-shadow: 0 25px 45px rgba(0,0,0,.2);
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, .5);
    margin: 5px;
}


/* Home background image **/
.banner {
    background:url(/images/dustin-humes-Grw-rlz4bg8-unsplash.jpg);
    height: 100vh;
    top: 0;
    background-size: cover;
    background-position: center;
    overflow:hidden;
    position: relative;
}

.banner .GrosLogo {
    display: block;
    /*position: absolute;**/
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

/*Page Home**/

/** Codes liés au zoom**/
.container-zoom {
    display: flex;
    width: 90%;
    padding: 10px;
    margin: 100px auto;
    justify-content: center;
}

.box{
    width: 250px;
    height: 250px;
    background-color: #801134;
    border-radius: 50%;
    border-width: 5px;
    border-color: white;
    float: left;
    transition: 1s;
}

.box:hover{
    transform: scale(1.1);
    background-color: #801134;
    border-width: 5px!important;
    border-color: white;
    box-shadow: 2px 2px 2px #00000037;
}

/*technique des boutons --> qui a été gardée **/
.button-container {
    background-color: #801134;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: auto;
    padding: 5% 2%;
}

.button{
    border: 5px solid white;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 7.5%;
    margin: 10px;
    border-radius: 50%;
    transition: .6s;
}

.zoom-in{
    transform: scale(1);
}

.zoom-in:hover{
    transform: scale(1.3);
}



/*intégrer une vidéo dans le fond du bouton**/

/*video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 107%;
    width: 107%;
}**/

.zoom-anim{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 107%;
    width: 107%;
}

.zoom-calipso {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*sous titres des boutons**/
.zoom-subtitles-container{
    background-color: #801134;
    display: flex;
    justify-content: space-evenly;
    height: 20px;
}

.zoom-subtitles{
    color: white;
    width: 200px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    padding: 0.8em 2em 2em 2em;
    background-color: #8F9F71;
    border-radius: 30px;
    margin: 10px;
}

.zoom-subtitles a{
    font-family: 'Lucida Grande';
}

.zoom-subtitles:hover{
    color: white;
}

@media (max-width:  600px) {
    .zoom-subtitles {
        font-size: 50%;
        height: 45px;
        border-radius: 15px;
        text-align: center;
        padding: 2%; 
    }
}

@media (min-width: 600px) and (max-width:  1000px) {
    .zoom-subtitles {
        font-size: 70%; 
    }
}

/*Zoom sur images pure css**/
.zoom-box {
    display: none;
    position: fixed;
    z-index:999;
    width:100%;
    height: 100%;
    text-align:center;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.8);
}

.zoom-box img{
   max-width: 90%;
   max-height: 80%;
   margin-top:2%; 
}

.zoom-box:target{
    outline:none;
    display: block;
}

/*Pour rendre les éléments "transparents"**/
.zoom-bordeaux {
background-color: #801134;
color: #801134!important;
}

.zoom-subtitles-bordeaux{
    font-size: 150%;
    font-weight: bold;
    padding: 0.8em 2em 2em 2em;
    background-color: #801134;
    border-radius: 30px;
    margin: 10px;
    color: #801134!important;
    width: 17%;
}

@media (max-width:  600px) {
    .zoom-subtitles-bordeaux {
        font-size: 70%; 
    }
}

@media (min-width: 600px) and (max-width:  1000px) {
    .zoom-subtitles-bordeaux {
        font-size: 90%; 
    }
}

.button-bordeaux{
    border: 5px solid #801134;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 10%;
    margin: 10px;
    border-radius: 50%;
    transition: .6s;
}


/* Section avec les docteurs et patients **/
.container-docteur-patient{
    display: block;
    background-color: #801134;
    color: white;
}

.doctor-1{
    width: 115%;
    padding-right: 60%;
}

.doctor-2{
    width: 125%;
    padding-left: 55%;
}

/* Section avec les objectifs du projet **/
.button-link-green{
    color: white;
    font-size: 120%;
    font-weight: bold;
    background-color: #8F9F71;
    border-radius: 30px;
    padding: 8px 15px;
}

.description-button{
    padding: 5% 0% 0% 37%;
}

.design-button{
    padding-left: 40%;
    padding-bottom: 5%;
}

.icon{
    size: 20%!important;
}


/*Gros titres pour la page Home**/

.container-titre-bordeaux{
    display: flex;
    height: 50px;
    background-color: #801134!important;
    text-align: center!important;
    padding: 0% 0% 3% 35%;
    margin: auto;
}

.gros-titre-home{
    color: white;
    text-align: center!important;
    font-weight: bold;
}

.container-titre-bordeaux-1{
    display: flex;
    height: 50px;
    background-color: #801134!important;
    text-align: center!important;
    padding: 0% 30% 5%;
    margin: auto;
}

.gros-titre-home-1{
    color: white;
    text-align: center!important;
    font-weight: bold;

}

.gros-titre-home-bordeaux{
    color: #801134;
    text-align: center!important;
    font-weight: bold;
    padding: 0% 30% 3%;
}

.gros-titre-home-green{
    color: #8F9F71;
    text-align: center!important;
    font-weight: bold;
    padding: 0% 30% 3%;
}


@media (max-width:  600px) {
    .container-titre-bordeaux {
        padding: 0% 35% 40%; 
    }
    .container-titre-bordeaux-1 {
        padding: 0% 20% 55%; 
    }
    .description-button{
        padding: 5% 0% 0% 23%;
        font-size: 70%;
    }
    .carousel-wrapper-home {
        height: 250px!important;
    }
    .design-button{
        padding: 5% 0% 0% 15%;
    }
}

@media (min-width: 600px) and (max-width:  1200px) {
    .container-titre-bordeaux {
        padding: 0% 35% 25%;
    }
    .container-titre-bordeaux-1 {
        padding: 0% 15% 20%;
    }
    .description-button{
        padding: 5% 0% 0% 33%;
    }

    .design-button{
        padding: 5% 0% 0% 28%;
    }

    .carousel-wrapper-home {
        height: 500px!important;
    }
}

@media (min-width:1900px) {
    .carousel-wrapper-home {
        height: 1000px!important;
    }
}

/* Underline text **/

.souligne{
    color: #E3C1B4;
    text-decoration: none;
    border-bottom: 5px solid #E3C1B4;
    padding-bottom: 3px;
    font-weight: bold;
}

.souligne-vert{
    color: #8F9F71;
    text-decoration: none;
    border-bottom: 5px solid #8F9F71;
    padding-bottom: 3px;
    font-weight: bold;
}

.souligne-vert-light{
    color: #96b163;
    text-decoration: none;
    border-bottom: 5px solid #96b163;
    padding-bottom: 3px;
    font-weight: bold;
}

.souligne-red{
    color: #BB4E58;
    text-decoration: none;
    border-bottom: 5px solid #BB4E58;
    padding-bottom: 3px;
    font-weight: bold;
}

.souligne-bordeaux{
    color: #801134;
    text-decoration: none;
    border-bottom: 5px solid #801134;
    padding-bottom: 3px;
    font-weight: bold;
}

.highlighted-pink{
    color: #E3C1B4;
    font-weight: bold;
}

.highlighted-green{
    color: #8F9F71;
    font-weight: bold;
}

.highlighted-bordeaux{
    color: #801134;
    font-weight: bold;
}

.highlighted-red{
    color: #BB4E58;
    font-weight: bold;
}



/* carousel- home */
.carousel-wrapper-home{
    height: 650px;
    position: relative;
    display: block;
    margin: 30px auto;  
}

.carousel-item-home{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}
/*
.arrow{
    border: solid #8F9F71;
    border-width: 0 15px 15px 0;
    display: inline-block;
    padding: 12px;
}

.arrow-prev{
    left: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
}

.arrow-next{
   right: 200px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%) rotate(-45deg);
}
**/

.arrow-prev {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid #8F9F71;
    border-radius: 50%;
    margin-right: 1.5em;
    left: 8%;
    position: absolute;
    top: 50%;
}
  
.arrow-prev:after {
    content: '';
	display: inline-block;
  margin-top: 25%;
  margin-left: 35%;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #8F9F71;
  border-right: 0.5em solid #8F9F71;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arrow-next {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid #8F9F71;
    border-radius: 50%;
    margin-left: 1.5em;
    right: 8%;
    position: absolute;
    top: 50%;
  }
  
.arrow-next:after {
    content: '';
      display: inline-block;
    margin-top: 25%;
    margin-left: 25%;
    width: 1.4em;
    height: 1.4em;
    border-top: 0.5em solid #8F9F71;
    border-right: 0.5em solid #8F9F71;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


[id^="item"] {
    display: none;
}

.item-1 {
    z-index: 2;
    opacity: 1;
    background: url(https://static.igem.wiki/teams/4768/wiki/home/step-1.gif);
    background-size: cover;
}

.item-2{
background: url(https://static.igem.wiki/teams/4768/wiki/home/step-2-real.gif);
background-size: cover;
}

.item-3{
background: url(https://static.igem.wiki/teams/4768/wiki/home/step-3.gif);
background-size: cover;
}


*:target ~ .item-1{
    opacity: 0;
}
  
#item-1:target ~ .item-1 {
    opacity: 1;
}

#item-2:target ~ .item-2, #item-3:target ~ .item-3 {
    z-index: 3;
    opacity: 1;
} 



/*Section divider start**/

.custom-shape-divider-bottom-1682452788 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1682452788 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 104px;
}

.custom-shape-divider-bottom-1682452788 .shape-fill {
    fill: #FFFFFF;
}

/*Section divider end**/

.box-test {
height: 100px;
width: 100%;
background-color: white;

}


.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;
}

/*navigateur gauche**/
.sub-navigation-content {
  padding:1em 1em;
  border-right: solid 3px #8F9F71 ;
  max-width: 300px;
  /*couleur navigateur de gauche**/
    background-color: #DDD9CE;
  /*forme navigateur de gauche**/
    border-radius: 30px 30px 30px 30px;
    margin: 0 auto;
}

@media (min-width: 1900px){
    .sub-navigation-content{
    margin-top: 50px;
    }
}

.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: bold;
  /**couleur du texte dans la barre de navigation de gauche ACTIF**/
  color: #4C4D5F ;
}

.main-nav-link {
  cursor: pointer;
  /**couleur du texte dans la barre de navigation de gauche**/
    color: #4C4D5F ;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}
.main-nav-link.sous-menu{
    font-size: 0.9rem!important;
    margin-left: 20px;
}
.sub-navigation-chapter .main-nav-link.sous-menu:before {
    /* cercle actif **/
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: black;
    border-radius: 50px;
    transition: all 0.2s ease;
}
.sub-navigation-chapter a{ 
    color: #212832;
}
.sub-navigation-chapter .main-nav-link:hover{
   color: #B4AFAC ;
}
#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: 0.6em;
}

/*container text dans l'achordéon**/
.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;
  /* texte collapsible **/
  color: black;
}


.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: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Sous titre 1 description **/
.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: black!important;**/
  background: white!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: black!important;**/
  background-color: #8F9F71;
  border-radius: 80px;
  width: 95%;
  z-index: -1;
}

/*Sous titre 1 description **/
.collapsible.orange::after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /*sous-titre**/
  background-color: #E3C1B4;
  border-radius: 80px;
  width: 95%;
  z-index: -1;
}

.collapsible.red::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /*sous-titre**/
    background-color: #BB4E58;
    border-radius: 80px;
    width: 95%;
    z-index: -1;
}

/* Timeline **/
.timeline{
    position: relative;
    width: 100%;
    margin: 100px auto;
    overflow: hidden;
}

.container-timeline{
    padding: 10px 10px 10px 10px;
    position: relative;
    width: 80%;
    /*
    animation: movedown 1s linear forwards;
    transform: translateY(50px);
    opacity: 0;**/
    
}

.annee2025{
    margin-top: 330%;
}

.annee2026{
    margin-top: 849%;
}

.annee2028{
    margin-top: 0%;
}

.annee2029{
    margin-top: 0%;
}

.annee2030{
    margin-top: 0%;
}

.annee2032{
    margin-top: 38%;
    margin-bottom: 150%;
}

@media (min-width:1700px){
    .annee2025{
        margin-top: 310%;
    }
    .annee2026{
        margin-top: 785%;
    }
    .annee2028{
        margin-top: 0%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 4%;
        margin-bottom: 125%;
    }
}

@media (min-width:1400px) and (max-width:1450px){
    .annee2025{
        margin-top: 365%;
    }
    .annee2026{
        margin-top: 840%;
    }
    .annee2028{
        margin-top: 0%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 40%;
        margin-bottom: 150%;
    }
}

@media (min-width:1350px) and (max-width:1400px){
    .annee2025{
        margin-top: 390%;
    }
    .annee2026{
        margin-top: 860%;
    }
    .annee2028{
        margin-top: 0%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 60%;
        margin-bottom: 150%;
    }
}

@media (min-width:1300px) and (max-width:1350px){
    .annee2025{
        margin-top: 400%;
    }
    .annee2026{
        margin-top: 925%;
    }
    .annee2028{
        margin-top: 0%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 42%;
        margin-bottom: 150%;
    }
}

@media (min-width:1250px) and (max-width:1300px){
    .annee2025{
        margin-top: 435%;
    }
    .annee2026{
        margin-top: 960%;
    }
    .annee2028{
        margin-top: 0%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 46%;
        margin-bottom: 120%;
    }
}

@media (min-width:1200px) and (max-width:1249px){
    .annee2025{
        margin-top: 450%;
    }
    .annee2026{
        margin-top: 993%;
    }
    .annee2028{
        margin-top: 0%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 47.5%;
        margin-bottom: 120%;
    }
}

@media (min-width:1100px) and (max-width:1200px){
    .annee2025{
        margin-top: 470%;
    }
    .annee2026{
        margin-top: 1060%;
    }
    .annee2028{
        margin-top: 5%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 50%;
        margin-bottom: 115%;
    }
}

@media (max-width:1099px){
    .annee2025{
        margin-top: 600%;
    }
    .annee2026{
        margin-top: 1353%;
    }
    .annee2028{
        margin-top: 5%;
    }
    
    .annee2029{
        margin-top: 0%;
    }
    
    .annee2030{
        margin-top: 0%;
    }
    
    .annee2032{
        margin-top: 64%;
        margin-bottom: 115%;
    }
}
/*
@media (min-width:1130px) and (max-width: 1200px) {
    .annee2025{
        margin-top: 140%;
    }
    .annee2026{
    margin-top: 849%;
    }
    .annee2028{
    margin-top: 0%;
    }

    .annee2029{
        margin-top: 0%;
    }

    .annee2030{
        margin-top: 0%;
    }

    .annee2032{
        margin-top: 38%;
        margin-bottom: 150%;
    }
}

@media (min-width:864px) and (max-width:1130px) {
    .annee2025{
        margin-top: 160%;
    }
    .annee2026{
    margin-top: 849%;
    }
    .annee2028{
    margin-top: 0%;
    }

    .annee2029{
        margin-top: 0%;
    }

    .annee2030{
        margin-top: 0%;
    }

    .annee2032{
        margin-top: 38%;
        margin-bottom: 150%;
    }
}

@media (max-width:864px) {
    .annee2025{
        margin-top: 190%;
    }
    .annee2026{
    margin-top: 849%;
    }
    .annee2028{
    margin-top: 0%;
    }

    .annee2029{
        margin-top: 0%;
    }

    .annee2030{
        margin-top: 0%;
    }

    .annee2032{
        margin-top: 38%;
        margin-bottom: 150%;
    }
}
**/

.reveal{
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s all ease;
  }
  
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}

.home-anim{
    animation: movedown 1s linear forwards;
}

@keyframes slideIn{
    to{
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes movedown {
    0%{
        opacity: 1;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

.implem-txt{
    padding: 0% 2% 5% 2%;
}

.timeline-box{
    padding: 20px 20px;
    background: white;
    position: relative;
    border-radius: 30px;    
}

.timeline-sous-box{
    padding: 20px 30px;
    background: #DDD9CE;
    position: relative;
    border-radius: 30px; 
}

.left-timeline{
    left: 0;
}

.right-timeline{
    left: 50%;
}

.container-timeline img{
    display:inline-block;
    position: absolute;
    width: 160px;
    border-radius: 50%;
    right: -80px;
    z-index: 10;
    top: -115px;
}

@media (min-width:1900px) {
    .container-timeline img{
        right: -100px;
    }
}


@media (min-width:864px) and (max-width:1130px) {
    .container-timeline img{
        clip-path: polygon(0 0, 90% 0, 90% 100%, 0% 100%);
    }

    .timeline-box h1 {
        text-align: left!important;
    }
}

@media (max-width:864px) {
    .container-timeline img{
        clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
        right: -120px;
    }

    .timeline-box h1 {
        text-align: left!important;
    }
}

.right-timeline img{
    left: -50px;
}

.timeline::after{
    content: '';
    position: absolute;
    width: 10px;
    height:100%;
    background: #801134;
    top: 0;
    left: 90%;
    margin-left: -3px;
    z-index:-1;
    animation: moveline 6s linear forwards;
}
@keyframes moveline {
    0%{
        height:0;
    }
    100%{
        height:100%;
    }
}

.txt-entreup{
    background-color: white;
    z-index: 11;
}


/* Equipe 2023 : Text container arrondi **/
.description-text {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #DDD9CE;
  border-radius: 30px;
  border-color: #BB4E58 ;
  border-width: 5px;
}


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

.summary-container-pink {
    color: black;
    text-align: center;
    background-color: white;
    border: 2px solid #E3C1B4;
    padding: 20px 30px;
    width: 95%;
    margin-top: 10px;
    border-radius: 35px;
}

.summary-container-green {
    color: black;
    text-align: center;
    background-color: white;
    border: 2px solid #8F9F71;
    padding: 20px 30px;
    width: 95%;
    margin-top: 10px;
    border-radius: 35px;
}

.summary-container-beige {
    color: black;
    text-align: center;
    background-color: white;
    border: 2px solid #DDD9CE;
    padding: 20px 30px;
    width: 95%;
    margin-top: 10px;
    border-radius: 35px;
}

.summary-container-red {
    color: black;
    text-align: center;
    background-color: white;
    border: 2px solid #BB4E58;
    padding: 20px 30px;
    width: 95%;
    margin-top: 10px;
    border-radius: 35px;
}

.home-container-pink {
    display: block;
    color: black;
    text-align: center;
    background-color: white;
    border: 5px solid #E3C1B4;
    padding: 20px 30px;
    border-radius: 35px;
    margin: 10px;
}

.home-container-green {
    display: block;
    color: black;
    text-align: center;
    background-color: white;
    border: 5px solid #8F9F71;
    padding: 20px 30px;
    border-radius: 35px;
    margin: 10px;
}

.home-container-red {
    display: block;
    color: black;
    text-align: center;
    background-color: white;
    border: 5px solid #BB4E58;
    padding: 20px 30px;
    border-radius: 35px;
    margin: 10px;
}

.conclusion-container {
    display: block;
    color: black;
    text-align: justify!important;
    background-color: white;
    border: 5px dashed #BB4E58;
    padding: 20px 30px;
    border-radius: 35px;
    margin: 10px;
}

.sous-conclusion-container {
    display: block;
    color: black;
    text-align: center;
    background-color: white;
    border: 5px solid #BB4E58;
    padding: 5px;
    border-radius: 35px;
    margin: 20px;
}

.centered{
    text-align: center;
}

.lefted{
    text-align: left;
}

.lefted-50{
    text-align: left;
    margin-left: 50px;
    color:#E3C1B4;
}

.lefted-white{
    text-align: left;
    margin-left: 50px;
    color: white;
}

.righted{
    text-align: right;
}

.righted-black{
    text-align: right;
    color: black;
}


.description-subtitle {
    color: #4C4D5F;
}

.references{
    color: black;
    background-color: white;
    border: 2px solid #DDD9CE;
    padding: 20px 30px;
    width: 95%;
    margin-top: 10px;
    border-radius: 35px;
}

.team-members-2023 {
    display: block;
    margin-right: 50px;
    background-color: white;
}

.team-members-2023 h1{
    color: #801134;
    box-shadow: none!important;  
}

.team-members-2023-bis {
    display: block;
    margin-right: 50px;
    background-color: #801134!important;
}

.team-members-2023-bis h1{
    color: #8F9F71;
    box-shadow: none!important;  
}

.team-members-2023 h2{
    color:#4C4D5F;
    box-shadow: none!important;
    text-align: right;  
}




.d-flex-inline{
    display: inline-flex;
    position: sticky;
}
.sub-navigation-chapter .main-nav-link{
    position: relative;
}
.sub-navigation-chapter .main-nav-link:before{
    /*cercle inactif**/
    content: '';
    position: absolute;
    left: -25px;
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.sub-navigation-chapter .main-nav-link.active:before{
    background-color: #E3C1B4;
}

/*l'orange n'est plus orange mais par peur de bousiller d'autres pages je laisse le nom**/
.container-supervisor.orange{
    border: 2px solid #E3C1B4;
}
.container-supervisor.orange .txt-super{
        background-color: rgba(255, 201, 118, 0.4)
}

.container-supervisor.orange .ctn-titre h1{
        background-color: #BB4E58;
        border-radius: 20px;
}
.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;
}

.thumbnail {
    display: block;
    width: 100%;
    background-color: #801134;
}

@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: 250px;
    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: 5vh;
    margin-left: 5vh;
    margin-top: 2vh;
}
.ctn-sponsors a img{
    max-width: 150px;
    height: auto;
}
.ctn-sponsors{
    margin: 10px;
}

.paul img{
    max-width: 100px!important;
}

.paul-grand img{
    max-width: 170px!important;
}

.paul-petit img{
    max-width: 70px!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;
}
**/

/* accordion 2023 **/
.accordion {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 35px;
    overflow: hidden;
    font-family: "Quicksand", sans-serif;
    background: white;
}
  
.accordion__label,
.accordion__content {
    padding: 14px 20px;
}
  
.accordion__label {
    display: block;
    color: black;
    font-size: 1.5em;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
}
  
.accordion__label:hover {
    background: rgba(0, 0, 0, 0.1);
}
  
.accordion__label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(https://static.igem.wiki/teams/4768/wiki/protocols/accordion-arrow.svg);
    background-size: 100%;
    transition: transform 0.4s;
}
  
.accordion__content {
    background: #ffffff;
    line-height: 1.6;
    font-size: 0.85em;
    display: none;
}
  
.accordion__input {
    display: none;
}
  
.accordion__input:checked ~ .accordion__content {
    display: block;
}
  
.accordion__input:checked ~ .accordion__label::after {
    transform: translateY(-50%) rotate(0.5turn);
}

/*Sous titres classiques**/
.stclass-container{
    border-radius: 15px;
    padding: 10px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.stclass-container h4{
    padding: 10px auto !important;
}

.stclass-container-parts{
    border: 2px solid #801134;
    border-radius: 15px;
    padding: 10px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.highlight-underline h2 {
    padding: 0% 0% 0% 6%;
    position: relative;
    size:1.5em;
    color: black;
}
  
.highlight-underline  h2::before {
    content: "";
    position: absolute;
    left: 11%;
    bottom: 0.02%;
    width: 4.5em;
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: rgba(238,111,87,0.5);
    z-index: -1;
}

.highlight-underline-green h2 {
    padding: 0% 0% 0% 6%;
    position: relative;
    size:1.5em;
    color: black;
}
  
.highlight-underline-green  h2::before {
    content: "";
    position: absolute;
    left: 13%;
    bottom: 0.02%;
    width: 14%;
    height: 14px;
    transform: skew(-12deg) translateX(-50%);
    background: #c7de9b;
    z-index: -1;
}


/*Read more**/
/*
.more{
    color:black;
}**/

.more input[name="readmore"]{
    display: none;
}
.more h1{
    margin-bottom: 30px;
    text-align: center;
}
.more .des{
    text-align: justify;
    position: relative;
    overflow: hidden;
    max-height: 50px;
    transition: 0.5s ease-in-out;
}
.more .des::before{
    bottom:0;
    width:100%;
    height:50px;
    transition: 0.5s ease-in-out;
    content:'';
    background-image: linear-gradient(to top, #2F144C, transparent);
}
.more .button-more{
    margin-top:30px;
    text-align: center;
}
.more label{
    text-align: center;
    display: inline-block;
    border:1px solid #000;
    border-radius: 35px;
    width:250px;
    height:40px;
    position: relative;
    cursor: pointer;
}
.more label::before{
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:attr(data-more);
    display: flex;
    justify-content: center;
    align-items: center;
}
.more input[name="readmore"]:checked ~ .content_more label::before{
    content:attr(data-less);
}
.more input[name="readmore"]:checked ~ .content_more .des{
    max-height: 1000px;
}
.more input[name="readmore"]:checked ~ .content_more .des::before{
    height: 0px;
}
.content_more{
    position: relative;
}
.content_more::before{
    bottom:50px;
    right:5px;
    width:50px;
    height: 70px;
    content:'';
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    transition: 2s ease-in-out;
}
.content_more::after{
    bottom:0px;
    right:0px;
    transform: translate(70%,50%);
    width:200px;
    height: 100%!important;
    content:'';
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    transition: 2s ease-in-out;
}
.more input[name="readmore"]:checked ~ .content_more::before{
    bottom:80%;
    right:100%;
    transform: rotate(-50deg);
}
.more input[name="readmore"]:checked ~ .content_more::after{
    transform: translate(75%,55%) rotate(30deg);
}
/*Read more **/

.carousel h2.bleu{
    background-color: var(--bleu-cl);
}
.carousel h2.rose{
    text-decoration: underline;
}
.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: 30px;
    background-color: transparent;
    border: 0;
    width: 200px;
    font-size: 2rem!important;
    padding: 0 20px;
    border-left: 3px solid #E3C1B4;
    background-color: #BB4E58;
    color: white;
    border-bottom: 3px solid #E3C1B4;
    transition:  all 0.2s;
}

.btn-notebook button:hover{
    background-color: #BB4E58;
}

.btn-notebook button.active{
    background-color: #DDD9CE;
    border-bottom: 0px solid #E3C1B4!important; 
    color: #801134;
}

/*
.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: white;
}
.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: 2px solid #8F9F71;
    border-radius: 20px 20px 0px 0px;
    padding: 4px 30px;
    background-color: #8F9F71;
    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;
}
.ctn-semaine button span{
    font-size: 2.5rem;
    color: white!important;
}
.ctn-semaine button:hover{
    background-color: #B4AFAC;
}

.bordeaux {
    background-color: #801134!important;
}

.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;
}

.week-container {
    border: 3px solid #8F9F71;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px 50px;
}

.activeweek{
    background-color: #DDD9CE!important;
    color: #8F9F71!important;
    border-bottom: 3px solid #DDD9CE!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;
}


/*Acknowledgement**/

.summary-container-bordeaux {
    color: black;
    text-align: center;
    background-color: white;
    border: 2px solid #801134;
    border-radius: 35px;
    padding: 20px 30px;
}

.ack{
    color: white;
}

.name-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

/*
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;
}
**/

/*Table 2023**/

/* Apply a border to the right of all but the last column **/
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
 border-right: 1px solid #B4AFAC;
} 


/* Apply a border to the bottom of all cells except the last cell in each row
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child),
table.rounded-corners td[rowspan]:not(:last-child) {
 border-bottom: 1px solid black;
}

/* Apply a border to the bottom of all cells in each row, except the last row **/
table.rounded-corners tr:not(:last-child) th,
table.rounded-corners tr:not(:last-child) td {
 border-bottom: 1px solid #B4AFAC;
}


table.rounded-corners {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #B4AFAC;
    overflow: hidden;
    width: 100%;
}

.materials table.rounded-corners tr, td {
    word-break: break-word;
}

.dna-table-element {
    width: 300px;
}

.img-part{
    padding: 0%;
    width: 100%;
}

.img-part-2{
    padding: 0%;
    width: 100%;
}

/* Apply a background color to the bottom of all cells except the last cell in each row */
table.rounded-corners tr:not(:last-child) th,
table.rounded-corners tr:not(:last-child) td {
    background: linear-gradient(to bottom, white, white) no-repeat center bottom;
    background-size: 100% 1px;
    padding-bottom: 1px; /* Adjust as needed */
}



/*
table.rounded-corners thead {
    background: #DDD9CE;
  }
**/

/*Table 2023**/

/*
.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;
}

@media screen and (min-width: 1900px){
    .ctn-top-texte{
        margin-top: 5%;
    }
}


.ctn-top-texte > h2{
    text-align: center;
    font-size: 3rem!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;
}



