video {
  	width: 100%;
}

.site-header {
  	left: 0;
  	right: 0;
  	position: fixed;
  	top: 0;
  	z-index: 1000;
  	background: rgba(255, 255, 255, 0.1);
  	backdrop-filter: blur(20px) saturate(180%);
  	-webkit-backdrop-filter: blur(20px) saturate(180%);
  	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
  	transition: all 0.4s ease;
  	overflow: hidden;
}

.first-section {
  	border: none;
}

.navbar {
  	flex: 1;
  	text-align: center;
}
.menu {
  	list-style: none;
  	display: inline-flex;
  	gap: 2rem;
  	margin: 0;
  	padding: 0;
}
.menu a {
  	text-decoration: none;

}

.nav-logo-gif {
  	width: 60%;
}
/*.nav__brand {
    height: 40px;     
    display: flex;
    align-items: left;
	width: 14rem;
}*/
.nav__brand {
  display: inline-flex;
  align-items: center;
  width: auto;        
  height: auto;        
  flex: 0 0 auto;      
  height: 3rem;
}

.nav__brand video,
.nav__brand img {
  display: block;
  width: auto !important;  
  height: 3rem;             
  max-width: none;           
  object-fit: contain;
}

.hover-video {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    align-content: left;
    align-self: left;
}

.logo svg {
  	width: 180px;
  	height: auto;
}

.logo-text {
  	font-family: sans-serif;
  	font-size: 32px;
  	fill: black;
  	transition: transform 0.3s ease;
}

.logo:hover .logo-text {
  transform: scale(1.05) skewX(5deg);
}

.description_text {
  	font-size: var(--font-size-lg);
}


.pastille-projects {
  	display: flex;
  	flex-direction: column;
}

.pastille-group {
  	display: flex;
  	flex-direction: column;   
  	align-items: flex-start;  
}
.pastille-group-content {
  gap: var(--margin-pastille);
  display: flex;
  flex-direction: column;
	    margin-bottom: var(--margin-pastille);
}
.pastille-orange.empty-orange.pastille-group-title {
  margin-bottom: var(--margin-pastille);
}

.btn-pastille {
   /*  border: 1px solid var(--clr-black);*/
  	padding: 0.4rem 0.8rem;
 	border-radius: 999px;
 	text-decoration: none;
 	align-content: center;
  	color: var(--clr-black);
  	transition: background 0.3s ease;
  	transition: transform 0.2s ease-in-out;
   /* background: var(--color3);
    * -webkit-animation: pulsePastille 1.5s infinite;
  animation: pulsePastille 1.5s infinite;*/
	transition: background 0.3s ease;
}

btn-pastille:hover {
  color: var(--clr-white);
  background: var(--clr-black);
}



@keyframes pulsePastille {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(250, 108, 20, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(219,250,20,0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(219,250,20,0);
  }
}


.project-list a {
  color: black;
font-size: 4rem;

}
.project-list {
    list-style: none;
    padding: 0;
	
}

.project-list.list-view .grid_item_footer,
.project-list.list-view .grid_item_title,
.project-list.list-view .grid_item_excerpt {
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  color: var(--clr-black);
  box-shadow: none !important;
  padding: 0 !important;
  font-size: var(--font-size-lg);
  border-radius: 0 !important;
}

.project-list.list-view .project-item {
    display: flex;
    align-items: center;
    height: 80px;
}

.project-list.list-view .project-item > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.project-item {
    position: relative;
    transition: background 0.3s ease;
}

.project-item:last-child, .pastille-projects a:last-child {
  border-bottom: none !important;
}
.project-list.list-view .project-item:first-child {
  border-top: 1px solid grey;
}
.project-list.list-view .project-item {
  border-bottom: 1px solid var(--clr-black);
}
.project-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -220px; 
    width: 200px;
    height: 200px;
    background-image: var(--thumb);
    background-size: cover;
    background-position: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.project-item:hover::after {
    opacity: 1;
}


.project-list.grid-view .project-item img {
    width: 100%;
    /*border-radius: 10px;*/
    display: block;
	transition: all 0.6s ease;

	object-fit: cover;
	object-position: center;
}

.team-grid {
  display: flex;
  justify-content: space-between;
}


.project-list.grid-view h3 {
    font-size: 14px;
    margin-top: 8px;
}

/* liste */
.project-list.list-view {
    display: flex;
    flex-direction: column;
 
}
.project-list.list-view .project-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.project-list.list-view h3 {
    margin: 0;
 transition: all 0.6s ease;
}
	.project-list a {
		text-decoration: none;
	}
/* .project-list.list-view h3:hover {
  font-style: italic;
	text-decoration: underline;
} */
img:is([sizes="auto" i],
[sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px 
}
img:is([sizes="auto" i],
[sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px 
}
.project-list.grid-view .grid_item_image img {
  transition: transform 0.6s ease, border-radius 0.6s ease;
}

.project-list.is-switching img {
  transition: none !important;
}

.projects-sidebar ul {
    display: flex;
    flex-wrap: wrap;     
    gap: 12px;          
    margin: 0;
    padding: 0;
    list-style: none;
}


.projects-sidebar li {
    margin: 0;
}


.projects-sidebar {
  display: flex;
  justify-content: space-between;
}

.view-toggle {
  margin-left: auto;
}


/*PAGE HOME*/
.project-title {
  margin-top: 1em;
}
.project-title a {
  text-decoration: none;
}
#wpforms-137 {
	width: 100%;
}

/*PAGE INDEX*/


#projects-list {overflow: hidden; padding-top: 1rem;}
.tags-container ul { 
     overflow: hidden;
    max-height: 3em;
    transition: max-height 0.3s ease-in-out;
    padding: 0;
    margin: 0;
    list-style: none;
 	padding: 0;
  	padding-bottom: 1.2rem;
	display: flex;
	flex-direction: column;
  	gap: 0.4rem;
	list-style: none;
}


.tags-container ul.open {
    max-height: 500px;
}

.tags-container ul li:not(.pastille-orange) {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    margin: 0 0 var(--margin-pastille) 0;
}

.tags-container ul.open li:not(.pastille-orange) {
    opacity: 1;
    transform: translateY(0);
}

.pastille-orange.empty-orange {
  	background: none;
  	border: solid 1px var(--color3);
  	color: var(--color3);
	transition: 0.3s;	
}

.tag-group {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 40px; 
}

.tag-group.open {
    max-height: 500px; 
}

.tag-group li {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity .2s ease, transform .2s ease;
}

.tag-group.open li {
    opacity: 1;
    transform: translateY(0);
}

.pastille-orange.empty-orange:hover, .tags-container ul.open > .pastille-orange.empty-orange {
  	background: var(--color3);
  	color: var(--clr-white);
}

.project-container {
  	display: flex;
}

.projects-container {
 	width: 75%;
	border-bottom: none;	
}

.tags-container {
  	width: 25%;
	 position: sticky;
    top: 8rem;  
    z-index: 10;
    align-self: flex-start; 
}

.tags-container li {
  list-style: none;
}

.tags-container li:hover {
  list-style: none;
} 

.tags-container li button {
  background: none;
  /* border: none; */
}

.projects {
 	padding-right: 2rem;
  	padding-left: 2rem;
  	padding-top: 1rem;
  	padding-bottom: 3rem;
}

.view-toggle {
  	display: flex;
  	gap: 10px;
}

.view-toggle {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    gap: 8px;
}
.view-toggle button {
    border: 1px solid var(--clr-black);
    background: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
	 width: 40px;         
  	height: 40px;        
  	border-radius: 50%;  
}

.view-toggle button.active {
    color: white;
	background-color: var(--clr-black) !important;
}

body[dark] .view-toggle button.active {
    color: var(--clr-black);
	background-color: var(--clr-white) !important;
}

body[dark] .view-toggle button {
    border: 1px solid var(--clr-white);
}



.tag-btn.active {
  	background: #000;
  	color: #fff !important;
}



.toggle-btn {
  	border: 2px solid #000;
  	background: #fff;
  	border-radius: 50%;     
  	width: 40px;
  	height: 40px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	cursor: pointer;
  	transition: all 0.3s ease;
  	color: #000;            
}

.toggle-btn.active {
  	background: #000;        
  	color: #fff;           
}

body[dark] .view-toggle button.active{
  	background: white;
  	color: var(--clr-black);  
}

.icon-grid {
  	display: grid;
  	grid-template-columns: repeat(3, 4px);
  	grid-gap: 2px;
}

.icon-grid::before,
.icon-grid::after,
.icon-grid span,
.icon-grid div {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
}
.icon-grid {
  color: inherit;
}


.icon-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.icon-list::before,
.icon-list::after,
.icon-list span {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: currentColor;
}

/* ABOUT */

#bio-name,
#bio-role {
  	display: none;
}

#bio-social {
  	display: flex;
  	flex-direction: column;
  	gap: 0.7rem;
}

.about-section {
  	padding-top: 4rem;
}

.two-col{
  	display: flex;
  	gap: 1em;
  	margin-bottom: 2em;
  	width: 100%;
  	flex-wrap: wrap; 
}

.team-thumb-btn.active img {
	border-radius: 50px;
}

.about-content {
  	/* gap: 4em; */
  	display: flex;
  	flex-wrap: wrap;
}

#contact {
  	width: 100%;
}
.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
.team-card {
  flex: 1 1 32%;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.team-thumb { position: relative; display: block; }
.team-thumb img {
  width: 100%;
  height: auto;
  display: block;

}
.grid_item_footer {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.grid_item_title {
  background-color: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  padding: 0.4em 0.9em;
  font-size: 0.85rem;
  color: #fff;

}
.team-bio-wrapper { width: 100%; }
.team-bio {
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height 0.6s cubic-bezier(1, 0, .5, 1);
}
.team-bio-inner {
  	padding: 2rem 0;
  	display: flex;
  	gap: 2rem;
}
img:is([sizes=auto i],
[sizes^="auto," i]) {
  contain-intrinsic-size:3000px 1500px
}
/*SERVICE PAGE */
.description-default.hidden {
    display: none !important;
}

.description-default {
    display: block !important;
}

.pastille-animate {
    animation: fadeUp 0.75s ease forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.services.quote .services__inner {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	gap: 3rem;
  	flex-wrap: wrap;
	width: 100%;
}
.services__content.quote_large {
  	padding-left: 2rem;
}

.services__content {
  	flex: 0 0 70%;
  	max-width: 70%;
    align-content: center;
}

.services__illustration {
  flex: 0 0 25%;
  max-width: 20%;
}

.services.quote.reverse .services__inner {
  flex-direction: row-reverse;
}
.about-network {
  width: 75%;
  margin-left: auto !important;

}
.contact .right-col {
  	display: block;
}


.pastille-group-content {
    overflow: hidden;
}



.pastille-arrow {
    position: relative;
    padding-right: 24px;
	  white-space: nowrap; 
    display: inline-flex; 
    align-items: center;
}



.two-col h3 {
  	margin: 0;
}

.right-col {
	width:75%;
  	display: flex;
  	flex-wrap: wrap;
}

.left-col {
	width:20%;
}

.team-card img {
  width: 100%;
}
.team-card {
  width: 32%;
	gap: 1em;
  display: flex;
  flex-direction: column;
}
.team-grid {
  width: 75%;
}
.team-thumb {

  display: block;
  position: relative;

}
/* HERO  */

.hero {
  	position: relative;
  	min-height: 100vh;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	overflow: hidden;
  	align-content: flex-end;
	justify-content: flex-end;
  	padding: 4rem;
    font-size: var(--font-size-base); 
	margin-bottom: 4rem;

}


.hero__bg {
  	position: absolute;
  	top: 0; left: 0;
  	width: 100%; height: 100%;
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	z-index: -1;
  	filter: brightness(0.8);
  	transition: transform 8s ease; 

}


.hero__content {
  	position: relative;
  	z-index: 1;
	max-width: 75%;
	width: 75%;
  	padding: 0 2rem;
    color: white;
	mix-blend-mode: difference;
}

.hero {
  	display: flex;
  	flex-direction: column;
  	align-content: flex-start;
	align-items: flex-start;
}

.hero__content {
  padding: 0;
}

.hero__content p{
  margin-bottom: 1rem;
}

.hero__content .pastille{
	mix-blend-mode:normal;

}
.hero .pastille-orange{
		background: none !important;
  	border: solid 2px var(--color6) !important;
  	color: var(--color6) !important;
	font-weight:500; !important
}
.hero .pastille-orange:hover{
		background: var(--color6) !important;
	color:white !important;
}

.hero h1 {
  font-size: var(--font-size-xl);
  line-height: 1.2;
	color:var(--color5);
  /*letter-spacing: -1px;*/ /*sergej*/
}


.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  background: transparent;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services .btn{  
  color: var(--color1);
  border: 2px solid var(--color1);
}


.services, .quote {
  display: flex;
}
.services__illustration {
  width: 25%;
}
.quote_large {
    display: flex;
    align-items: center;
}
.services img {
  width: 100%;
}
.services__content, .quote_large  {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}

.projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  margin-top: 2rem;
}

.project-card {
  position: relative;
  margin-bottom: 1rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.project-thumb img {
  width: 100%;
  height: 20em;           
  object-fit: cover;       
  object-position: center; 
  display: block;
}
.about-network {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 60px; 
  list-style: none;
  padding: 0;
  margin-top: 2em;
}

.about-network li {
	width: 60%;
	align-content: center;
}

.about-network img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* FOOTER */
.footer {
	color: var(--color2);
  	padding: 1rem 4rem 1rem 4rem;
 	 display: flex;
  	justify-content: space-between;
	font-size: 1rem;
}

.footer h3 {
  font-size: 1rem;
}


.footer ul {
list-style: none;
	padding: 0;
}
.footer-newsletter {
	width:60%;
}
.footer-section {
	width:20%;
}
.footer a{
  color: white !important;
}



.project-thumb {
  position: relative;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid_item_footer {
  	position: absolute;
  	bottom: 1rem;
  	left: 1rem;
	display: flex;
  	gap: 0.4rem;
}

.project-card .project-thumb {
  	position: absolute;
  	inset: 0;
	z-index: 100;
}

.grid_item_footer {
  	position: absolute;
  	left: 1rem;
  	bottom: 1rem;
  	z-index: 100;
}

.grid_item_title,
.grid_item_excerpt {
  	background-color: rgba(255, 255, 255, 0.25);
  	backdrop-filter: blur(10px);
  	border-radius: 9999px;
  	padding: 0.4em 0.9em;
  	font-size: 0.85rem;
  	color: #fff;
 	margin:0;
  	white-space: nowrap;
}

.grid_item_excerpt {
  	opacity: 0.8;;
}

.project-title {
  	display: none;
}


.projects__meta {
  	display: flex;
  	justify-content: space-between;
	align-items: flex-start;
}

.site-header {
  	width: 90%;
  	position: fixed;
  	top: 1rem;             
  	left: 50%;            
  	transform: translateX(-50%); 
  	width: 80%;
	border-radius: 9999px;
}

.services.quote{
  	border-top: none;
}

section {
	border-bottom: solid 1px grey;
	flex-wrap: wrap;
}

.pastille-projects a {
  text-decoration: none;
  border-bottom: 1px solid var(--clr-black);
  padding: 1rem 0;
}

.pastille-projects-title {
  	display: inline-block;
  	padding: 1rem 0;
  	border-bottom: 1px solid var(--clr-black);
	width: 100%;
}

.pastille-description {
  margin-bottom: 1em;
}
.pastille-description,
.pastille-image {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.pastille-description.visible,
.pastille-projects.visible,
.pastille-image.visible {
    opacity: 1;
    transform: translateY(0);
}
.first-section {
  padding-top: 196px;
  /*! width: 70%; */
}

.statement {
  width: 70%;
}

.has-dropdown > .dropdown-toggle::after {
  content: "↓";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(.455,.03,.515,.955);
  font-size: 0.9em;
  pointer-events: none;
}

.has-dropdown.open > .dropdown-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.projects {
  flex-wrap: wrap;          
}


.big_title, .quote_large  {
  	word-break: break-word;
  	white-space: normal;
  	max-width: 100%;        
  	font-size: var(--font-size-xl);
  	margin-top: 1rem;
	/*color:var(--color5);*/
}



.pastille-group {
  	width: 30%;
}

.services__illustration img {
  	width: 100%;
}

.description_text {
  	margin: 0 ;
  	padding: 0;
  	margin-left: auto;
  	padding-bottom: 3rem;
}

section {
  	width: 100%;
}

.tags-desc {
  	width: 60%;
  	display: flex;
	flex-wrap: wrap;
}

.right {
  	width: 70%;
}

.desc {
  	margin-bottom: 2rem;
}

.pastille-group {
  	width: 27%;
}
.right-col {
  	justify-content: space-between;
}

.tags-desc {
  	width: 70%;
  	justify-content: space-between;
}

active-tag {
  	margin-right: 2rem;
  	width: 30%;
}

.linked-projects {
  	width: 60%;
}

.section-gallery {
	height: 20rem; 
  	display: flex;
  	flex-wrap: wrap;
  	gap: 5rem;
	padding-left: var(--margin-left);
}

.gallery-image {
	height: 30rem;
}

.gallery-image img {
  	max-height: 100%;
  	max-width: 100%;
  	width: auto;
  	height: auto;
  	object-fit: contain;
}


#bio-role {
  	margin-bottom: 1rem;
}


.illustration_text {
	width: 60%; 
  	display: flex;
  	align-items: center;
  	font-size: 1.5rem; 
}

.services__illustration.illustration_text img {
    width: 40%;
}

.pastille-group {
  	width: 25%;
}

.pastille-default img {
    display: block;
    max-width: 100%;
    height: auto;
}

	/* INDEX */
.projects-grid .grid_item_image {
  aspect-ratio: 4 / 3;
}
.projects-grid .grid_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-list.list-view .project-item {
  display: flex;
  align-items: center;
  gap: 1rem;
	height: 80px;
}




.project-list.list-view .grid_item_image {
  position: fixed;
  pointer-events: none;
  z-index: 9999;

  opacity: 1;
}
.project-list.list-view .grid_item_image img {
	  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 400px;
  max-height: 300px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  object-fit: contain;

  position: fixed;       
  opacity: 0;
	 width: 400px;              
    height: 300px;            
    object-fit: cover !important;
  
}
.project-list.list-view .project-item {
  padding: 2rem 0;
  border-bottom: 1px solid var(--grey);
}
	.project-list.list-view * {
  transition: none !important;
}

.project-list.grid-view .grid_item_image,
.project-list.grid-view .grid_item_image img {
  position: static !important;
  opacity: 1 !important;
}
.project-list.grid-view .grid_item_image img {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.gallery-image {
  position: relative;
  display: inline-block; 
}

.gallery-image {
  position: relative;
  display: inline-block; 
}

.gallery-image figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem); 
  white-space: normal;         
  overflow-wrap: break-word;    
  background-color: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  padding: 0.4em 0.9em;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.3;
}
/*METHODE / SERVICE*/
.container_list { width: 70%; }
.projects-dynamic.visible .pastille-projects-title {
  color: var(--grey)
}
.projects-dynamic {
  margin-top: 8rem;
}
.list { padding-bottom: 18rem;}
.hero-graphic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  height: 70vh;
}

.hero-graphic__img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1rem auto;
}

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

	.pastille-image {
    opacity:0;
    transition:opacity .35s ease;
}
.pastille-image.visible {
    opacity:1;
}

	.project-gallery-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  height: auto;

}
.metadata {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--margin-pastille);
}

.meta-item {
  margin: 0;
}


.project-hero {
  width: 100%;
  height: 68vh;
  overflow: hidden;
}

.single-project .project-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
 
  transition: background 0.3s;
}

.slider-btn:hover {
  background: rgba(0,0,0,0.6);
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }
[data-aos] {
  transition-property: transform, opacity !important;
}



.project-content {
  	display: flex;
  	justify-content: flex-end;
}

.description_text{
	width: 70%;
}

.projects_metadata {
  display: flex;
  align-items: flex-start;
  margin-top: 4rem;
  gap: 20px;
  width: 100%;
}

.pastille {
  	display: inline-block;
  	transition: 0.3s;
  	display: inline-block;
  	flex-shrink: 0;         
 	 white-space: nowrap;    
}

.pastille-default-image {
  display: block;
  max-width: 60%;          
  height: auto;
  object-fit: contain; 
}
.metadata {
  width: 25%;
  flex-direction: column;
}
.section-quote {
  display: flex;
}
	.fade-up {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.35s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.pastille-description img {
    display: block;
    max-width: 100%;
    height: auto;
    margin:1rem 0;
    float: none !important;
}


.related-thumb {
    position: fixed;

    width: 220px;
    height: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 500000000 !important;
  background: red;
}
.related-thumb.visible {
    opacity: 1;
}

/*HEADER*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.dark-mode {
  background-color: black;
  color: white;
}

.navigation {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: var(--color2);
  z-index: 1000;
}

.main_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  --extra-height: 0rem;
  height: calc(3rem + var(--extra-height));
  padding: 0 2rem;
  margin: 1rem;
  position: fixed;
  left: 1rem;
  right: 1rem;
  background: rgba(200, 200, 200, 0.37);
  backdrop-filter: blur(10px) saturate(180%);
  border-radius: 2.4rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.08),
              0 12px 24px rgba(0,0,0,0.06),
              0 24px 48px rgba(0,0,0,0.04);
  transition: height .45s cubic-bezier(.55, .085, .68, .53);
  z-index: 999;
}

.main_nav:has(.drop:hover) {
  --extra-height: 8rem;
}

.nav-left,
.nav-right {
  display: flex;
  gap: 6rem;
}

.nav-right {
  height: 3rem;
  padding: 0.5rem 0;
  font-weight: 500;
}



.item-title {
    display: block;
  	text-align: left;
}

.menu-item-title .menu-mini-desc {
    display: block;
}
.drop-item {
    width: 380px;
}

.hover_white {
  width: 100%!important;

}


.item-title {
    display: block;
}

.menu-mini-desc {
    display: block;
    font-size: 0.8rem;
    margin-top: 4px;
	width: 100% 
}

.site-logo {
  max-height: 80px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.site-logo:hover {
  transform: scale(1.05);
}

.item {
  position: relative;
  cursor: pointer;
  color: #1e1919;
  align-content: center;
}

.btn-pastille {
  padding: 0 0.4rem;
  flex: none;
}
.main_nav .drop {
    position: relative;
    padding-right: 1.2rem;
    font-weight: 500;
    align-self: center;
}

.main_nav .drop::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
    transition: transform .35s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 88.31'><path fill='%232b2b2b' d='M50 25v12.47L29.42 16.89v71.42h-8.83V16.89L0 37.47V25L25 0l25 25z'/></svg>");
}

.main_nav .drop:hover::after {
    transform: translateY(-50%) rotate(0deg);
}

/* Sous-menu */
.main_nav .drop-children {
    position: absolute;
    display: flex;
    gap: 1.5rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    padding-top: 2rem;
    transition: opacity 1.5s 0.2s;
    z-index: 999999999;
}

.main_nav .drop:hover .drop-children {
    max-height: 200px;
    opacity: 1;
    pointer-events: auto;
    font-weight: 400;
    width: 58vw;
}


.drop-children {
  	position: absolute;
  	display: flex;
  	gap: 1.5rem;
  	max-height: 0;
  	opacity: 0;
  	overflow: hidden;
  	pointer-events: none;
  	padding-top: 2rem;
  	transition: opacity 1.5s 0.2s;
  	z-index: 999999999;
}

.drop:hover .drop-children {
  	max-height: 200px;
  	opacity: 1;
  	pointer-events: auto;
  	font-weight: 400;
	width: 60vw;
}

.dropdown li {
  	display: flex;
  	align-items: center;
  	list-style: none;
  	margin: 0.3rem 0;
}

.dropdown li img {
 	width: 35%;
}

.dropdown li a {
  	display: block;
  	padding: 0.4rem 0;
  	background: none;
  	color: inherit;
}

.drop-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.drop-item a img {
  width: 60px;
  margin-right: 12px;
}

.hover_white {
  text-align: center;
}

.drop-children a.hover_white {
  position: relative;
  padding-right: 32px;
  display: flex;
  align-items: top;
}
.item-main-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.item-main-title::after {
  	content: "";
  	width: 14px;
  	height: 14px;
  	margin-left: 8px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.31 50'>\
<path fill='black' d='M63.31 49.99h-12.47l20.58-20.58H0v-8.83h71.42L50.84 0h12.47l25 25-25 25h0Z'/>\
</svg>");
  	opacity: 0;
  	transform: translateX(-3px);
  	transition: opacity .25s, transform .25s;
}

.drop-item:hover .item-main-title::after {
    opacity: 1;
    transform: translateX(4px);
}


@media (max-width: 1024px) {
  .navbar {
    display: none;
  }
}


@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .drop-item {
    width: 100%;
  }
 
}

.pastille-orange.empty-orange.pastille-arrow {
    position: relative;
    padding-right: 35px; 
}

.pastille-orange.empty-orange.pastille-arrow::after {
    	content: "";
    	position: absolute;
    	right: 10px;
    	top: 50%;
   		width: 14px;
    	height: 14px;
    	background-repeat: no-repeat;
    	background-size: contain;
    	transition: transform 0.3s ease;
	  	transform: translateY(-50%) rotate(180deg);
		  background-position: center; 
    	transition: transform 0.3s ease;
    	transform-origin: center; 
   		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 88.31'><path fill='%23fe4708' d='M50 25v12.47L29.42 16.89v71.42h-8.83V16.89L0 37.47V25L25 0l25 25z'/></svg>");
}
.pastille-orange.empty-orange.pastille-arrow:hover::after{
	    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 88.31'><path fill='%23ffffff' d='M50 25v12.47L29.42 16.89v71.42h-8.83V16.89L0 37.47V25L25 0l25 25z'/></svg>")!important;
}

.pastille-group.open .pastille-arrow::after, .tags-container ul.open > .pastille-arrow::after {
    	transform: translateY(-50%) rotate(0deg);
    	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 88.31'><path fill='%23ffffff' d='M50 25v12.47L29.42 16.89v71.42h-8.83V16.89L0 37.47V25L25 0l25 25z'/></svg>")!important;
}

body.footer-active .pastille-orange.empty-orange.pastille-arrow::after{
	    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 88.31'><path fill='%23ffffff' d='M50 25v12.47L29.42 16.89v71.42h-8.83V16.89L0 37.47V25L25 0l25 25z'/></svg>")!important;
}

.pastille-group.open .pastille-orange.empty-orange {
  background: var(--color3);
  color: white;
}
.section-quote {
  display: flex;
}
.text-with-margin {
  padding-left: 25%;
}
.container_list {
  width: 70%;
}
.single-project-page .container.description_text {
  margin: 0;
  width: 75%;
  max-width: 75%;

}
.single-project-page section {
    border-bottom: none;
}
