/*
Theme Name: Digital Green 2023
Author: digital.green
Description: Developed by digital.green in 2023
Version: 1.0
Tags: Custom
*/

@font-face {
  font-family: 'Gunny';
  src:
	  url('https://www.anekdote.fr/wp-content/uploads/2023/11/gnyrwn971.otf') format('opentype'),
	  url('https://www.anekdote.fr/wp-content/uploads/2023/11/gnyrwn971.woff') format('woff'),
	  url('https://www.anekdote.fr/wp-content/uploads/2023/11/gnyrwn971.ttf') format('truetype');
}

/*Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,
center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,
section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline
}

input,textarea,form,button{
	margin:0;
	padding:0;
	border:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
}

body{
	font-size: 1.1em;
	color:#181A1B;
	background-color:#F6F6F6;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
}

body.menu-active{
	overflow:hidden;
}

.site{
	overflow-x:hidden;
}

table,td,tr,th{
	border-collapse:collapse;
	border-spacing:0;
	border:0
}

img{
	border:0;
	margin:0;
	padding:0;
	max-width: 100%;
	user-select: none;
}

input,textarea{
	font-size:1em
}

u{
	cursor: pointer;
}

a{
	color: #181A1B;
	text-decoration: none;
	box-sizing: border-box;
}

a:hover{
	text-decoration: underline;
	border: none;
	outline:0;
}

a:focus{
	border: none;
	outline:0
}

.underline{
	text-decoration: underline;
}

sub{
	vertical-align: bottom;
	font-size: 60%;
}

sup{
	vertical-align: super;
	font-size: 60%;
}


h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 250%;
}

h2{
	font-size: 350%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

h3{
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
}

h4{
	margin-bottom: 20px;
}

ul, li{
	list-style-type: none;
}

/*------------*/

.gauche{
	float:left
}

.droite{
	float:right
}

.separation{
	clear:both;
	visibility:hidden
}

.clearfix:after{
	content:".";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both
}

.invisible{
	visibility:hidden
}

.visible{
	visibility:visible
}

/********/

.conteneur-relative{
	position: relative;
}

.conteneur-absolute{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/********/

.coral{color:#F8AC7F!important;}
.coral-bg{background-color:#F8AC7F;}

.blue{color:#8DD0FD!important;}
.blue-bg{background-color:#8DD0FD;}

.gradient-1{
	background: -webkit-linear-gradient(#F8AC7F, #8DD0FD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-2{
	background: -webkit-linear-gradient(#8DD0FD, #F8AC7F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-3{
	background: -webkit-linear-gradient(25deg, #F8AC7F, #BBC1C7, #8DD0FD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.black{color:#181A1B!important;} 
.black-bg{background-color:#181A1B;}

.white{color:#F6F6F6!important;}
.white-bg{background-color:#F6F6F6;}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: '';
  height: 33px;
  width: 2px;
  background-color: #FFF;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

/*******************/

.site-content{
	min-height: 100vh;
}

.main-menu-container{
	padding: 1.5rem 3%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.scrolled-menu-bar{
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	-webkit-box-shadow: 0px .5rem 1rem .1rem rgba(0,0,0,0.5); 
	box-shadow: 0px .5rem 1rem .1rem rgba(0,0,0,0.5);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.scrolled-menu-bar .menu-navigation-content ul li a{
	color: #181A1B;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.scrolled-menu-bar .menu-navigation-content ul li .sub-menu a{
	color: #FFF;
}

.scrolled-menu-bar .responsive-menu-button .bar-1,
.scrolled-menu-bar .responsive-menu-button .bar-2,
.scrolled-menu-bar .responsive-menu-button .bar-3{
	background-color: #000;
}

.scrolled-menu-bar img{
	filter: invert(1);
	transition: all .3s ease-in-out;
}

.menu-logo img{
	height: 2.5rem;
	display: block;
	border: none;
}

.menu-navigation-content #menu-menu-principal{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 2.5rem;
}

.menu-navigation-content ul li{
	margin-left: 2.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}

.menu-navigation-content .sub-menu{
	top: 100%;
	left: 0;
	margin-left: 0;
	position: absolute;
	width: auto;
	padding: 2rem 1rem;
	border: 1px solid #FFF;
	background-image: url(https://www.anekdote.fr/wp-content/uploads/2023/11/banner-background.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	white-space: nowrap;
	
	display: none;
}

.menu-navigation-content .sub-menu li{
	margin-left: 0;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}

.menu-navigation-content .sub-menu li.strategy-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-strategy.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.menu-navigation-content .sub-menu li.coaching-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-coaching.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.menu-navigation-content .sub-menu li.brand-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-brand-1.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.menu-navigation-content .sub-menu li.event-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-event.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.menu-navigation-content .sub-menu li.campaign-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-campaign.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.menu-navigation-content .sub-menu li.coaching-sub-link{
	margin-bottom: 0;
}

.menu-item-has-children:hover > .sub-menu{
	display: block;
}

.menu-navigation-content ul li a{
	color: #FFF;
}

/*******/

.responsive-menu-button{
	display: none;
	position: relative;
	width: 40px;
	height: 29px;
	cursor: pointer;
}

.responsive-menu-button .bar-1,
.responsive-menu-button .bar-2,
.responsive-menu-button .bar-3{
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #FFF;
	border-radius: 2px;
}

.responsive-menu-button .bar-1{
	top: 0;
}

.responsive-menu-button .bar-2{
	top: 13px;
}

.responsive-menu-button .bar-3{
	top: 26px;
}

.responsive-menu-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:  2.5rem;
}

.close-menu-button{
	position: relative;
	width: 40px;
	height: 29px;
	cursor: pointer;
}

.close-menu-button .bar-1,
.close-menu-button .bar-3{
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #FFF;
	border-radius: 2px;
}

.close-menu-button .bar-1{
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.close-menu-button .bar-3{
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.responsive-menu-container{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/background-gradient.png');
	background-position: center;
	background-repeat: repeat-y;
	background-size:100% 1px;
	color: #F6F6F6;
	
	z-index: 12;
		
	padding: 1.5rem 3%;
	box-sizing: border-box;
	font-size: 125%;
}

.responsive-menu-container a{
	color: #F6F6F6;
}

.responsive-navigation-content li{
	margin-bottom: 1.25rem;
}

.responsive-navigation-content .sub-menu{
	margin-top: 1.25rem;
	margin-left: 1rem;
	font-size: 75%;
}

.responsive-navigation-content .sub-menu li{
	display: flex;
	align-items: center;
}

.responsive-navigation-content .sub-menu li.strategy-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-strategy.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.responsive-navigation-content .sub-menu li.coaching-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-coaching.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.responsive-navigation-content .sub-menu li.brand-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-brand-1.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.responsive-navigation-content .sub-menu li.event-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-event.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.responsive-navigation-content .sub-menu li.campaign-sub-link:before{
	content:'';
	display: block;
	height: 20px;
	width: 20px;
	margin-right: .5rem;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-campaign.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*******/

.site-footer{
	padding: 2.5rem 3% 1rem;
	background-color: #181A1B;
	color: #F6F6F6;
}

.site-footer a{
	color: #F6F6F6;
}

.footer-time{
	margin: .5rem 0;
}

.footer-time-title{
	font-size: 75%;
	color: #717273;
	letter-spacing: 1px;
}

.footer-title, .copyright-container{
	font-size: 75%;
	font-weight: bold;
	color: #717273;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

.footer-container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3.5rem;
}

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

.footer-column{
	display: flex;
	flex-direction: column;
}

.footer-column li{
	margin-bottom: .5rem;
}

.footer-left-column ul{
	margin-right: 5rem;
}

.footer-right-column ul{
	margin-left: 5rem;
}

.label-container{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.label-container img{
	height: 1.5rem;
	display: inline-block;
}

.copyright-container{
	text-align: center;
}

.footer-contact-icon-container{
	position: fixed;
	bottom: 3vw;
	right: 3vw;
	z-index: 11;
	cursor: pointer;
}

.footer-contact-responsive-icon-container{
	display: none;
	position: fixed;
	bottom: 3vw;
	right: 3vw;
	z-index: 11;
	cursor: pointer;
}

.footer-contact-icon-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.footer-contact-icon-content img{
	width: 82px;
	display: block;
}

.footer-contact-responsive-icon-container .footer-contact-icon-content img{
	width: 82px;
	display: block;
}

.footer-contact-icon-text{
	opacity: 0;
	-webkit-opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	position: absolute;
	top: -2rem;
	right: 82px;
}

.footer-contact-icon-text.top{
	filter: invert();
	-webkit-filter: invert();
}

.footer-contact-icon-content:hover > .footer-contact-icon-text{
	opacity: 1;
	-webkit-opacity: 1;
}

/*****************/

.header-banner-container{
	background-color: #181A1B;
	color: #F6F6F6;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
}

.header-banner-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-transform: uppercase;
	text-shadow: 0px 4px 17px rgba(0,0,0,0.25);
	-webkit-text-shadow: 0px 4px 17px rgba(0,0,0,0.25);
}

.header-banner-content h1{
	font-weight: normal;
}

.header-banner-content .title-line-1{
	font-size: 182.5%;
	display: inline-block;
	background: -webkit-linear-gradient(35deg, #F8AC7F 50%, #8DD0FD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header-banner-content .title-line-2{
	font-size: 150%;
	display: inline-block;
	line-height: 110%;
	background: -webkit-linear-gradient(0deg, #F8AC7F, #8DD0FD 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header-banner-content .title-line-3{
	font-size: 225%;
	display: inline-block;
	line-height: 100%;
	background: -webkit-linear-gradient(0deg, #8DD0FD, #F8AC7F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header-banner-title{
	margin-bottom: 2.5rem;
}

.header-banner-baseline{
	font-size: 125%;
	padding: 0 3vw;
	box-sizing: border-box;
}

.scrolled-bar-container{
	position: relative;
	width: 100%;
	height: 150px;
	line-height: 150px;
}

.scrolled-bar-content{
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 250%;
	box-sizing: border-box;
	white-space: nowrap;
	margin: 0 auto;
}

.scrolled-bar-text0, .scrolled-bar-text, .scrolled-bar-text-2{
	text-transform: uppercase;
	font-style: italic;
	display: inline-block;
}

.scrolled-bar-text0{
	-webkit-animation: move0 18s linear infinite;
	animation: move0 18s linear infinite;
	/*color: blue;*/
}

.scrolled-bar-text{
	-webkit-animation: move1 18s linear infinite;
	animation: move1 18s linear infinite;
	animation-delay: -9s;
	/*color: blue;*/
}

.scrolled-bar-text-2{
	-webkit-animation: move2 18s linear infinite;
	animation: move2 18s linear infinite;
	/*color: red;*/
}

@keyframes move0 {
    0% {transform: translateX(0%);}
	100% {transform: translateX(-200%);}
}
@keyframes move1 {
     0% {transform: translateX(100%);
	-webkit-transform: translateX(100%);}
	100% {transform: translateX(-100%);
	-webkit-transform: translateX(-100%);}
}
@keyframes move2 {
	0% {transform: translateX(0%);
	-webkit-transform: translateX(0%);}
	100% {transform: translateX(-200%);
	-webkit-transform: translateX(-200%);}
}

@-webkit-keyframes move1 {
    0% {-webkit-transform: translateX(100%);}
	100% {-webkit-transform: translateX(-100%);}
}
@-webkit-keyframes move2 {
    0% {-webkit-transform: translateX(0%);}
	100% {-webkit-transform: translateX(-200%);}
}

.home-introduction-content,
.home-expertise-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	margin: 0 auto 5rem; 
	flex-wrap: wrap;
}

.home-introduction-visual{
	width: 50%;
}

.home-introduction-text,
.home-expertise-text{
	width: 45%;
	text-align: center;
}

.home-introduction-visual video, .home-introduction-visual img{
	width: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	display: block;
}

.home-introduction-visual video:hover, .home-introduction-visual img:hover{
	-webkit-filter: none;
	filter: none;
}

.home-introduction-text p{
	margin-bottom: 2rem;
}

.cta-circled{
	font-size: 100%;
	position: relative;
	padding: 2rem;
	box-sizing: border-box;
}

.cta-circled img{
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.home-introduction-container{
	position: relative;
}

.home-introduction-container:after{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-1.png');
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
	opacity: .75;
}

.home-expertise-container{
	height: 75vh;
	margin: 0 auto 5rem; 
	position: relative;
}

.home-expertise-skill-container{
	margin-top: 2.5rem;
}

.home-expertise-skill-content{
	margin-bottom: 1.5rem;
}

.home-expertise-skill-content a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-expertise-skill-content img{
	height: 20px;
	margin-right: .5rem;
}

 
.home-expertise-slider-wrapper{
	width: 50%;
	height: 75vh;
	position: relative;
}

.home-expertise-slider-button{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	z-index: 9;
	cursor: pointer;
}

.home-expertise-slide-container{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	position: relative;
	opacity: .4;
	-webkit-opacity: .4;
}

.home-expertise-slide-container a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.home-expertise-slide-container.slick-current{
	opacity: 1;
	-webkit-opacity: 1;
}

.home-expertise-slide-container .cta-circled{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-opacity: 0;
	font-size: 100%;
	color: #F6F6F6;
}

.home-expertise-slide-container:hover{
	-webkit-filter: none;
	filter: none;
}

.home-expertise-slide-content{
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	padding: .5rem;
	background-color: #FFF;
	box-sizing: border-box;
	font-size: 75%;
	display: flex;
	align-items: center;
	opacity: 1;
	-webkit-opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.home-expertise-slide-content img{
	margin-right: .5rem;
	display: block;
}

.home-expertise-container:before{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-2.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 0;
	top: -10%;
	z-index: -1;
	opacity: .75;
}

.home-actualites-text{
	text-align: center;
}

.home-actualites-text h2{
	margin-bottom: 5rem;
}

.home-actualites-visual{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 94%;
	margin: 0 auto;
	flex-wrap: wrap;
}

.home-actualites-visual-content{
	width: 48.5%;
}

.home-actualites-image{
	position: relative;
	overflow: hidden;
}

.actualites-image{
	width: 100%;
	display: block;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.actualites-image:hover{
	-webkit-filter: none;
	filter: none;
}

.bracket-up{
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 25%;
}

.bracket-down{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 25%;
}

.home-actualites-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem auto 5rem; 
}

.home-actualites-hashtag, .home-actualites-legende a{
	display: flex;
	align-items: center;
}

.home-actualites-hashtag img, .home-actualites-legende img{
	height: 17px;
}

.home-actualites-hashtag img{
	margin-right: 1rem;
}

.home-actualites-legende img{
	margin-left: 1rem;
}

.home-actualites-cta{
	margin: 0 auto 8rem; 
	text-align: center;
}

.home-actualites-cta p{
	font-size: 150%;
	margin-bottom: 2rem;
}

.home-references-container{
	position: relative;
}

.home-references-text{
	text-align: center;
	margin-bottom: 2.5rem;
	position: relative;
}

img.home-references-legende{
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
}

img.home-references-legende-responsive{
	display: none;
	margin-left: 2rem;
	margin-bottom: 2.5rem;
}

.home-references-visual-up{
	position: relative;
	width: 300%;
	left: 0;
	margin-bottom: 1rem;
	
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
}

.home-references-scroll-up{
	display: flex;
	align-items: center;
	white-space: nowrap;
	justify-content: space-between;
	width: 100%;

	-webkit-animation: scrollup1 36s linear infinite;
	animation: scrollup1 36s linear infinite;
		
	animation-delay: -18s;
	/*background-color: red;*/
}

 .home-references-scroll-up-2{
	display: flex;
	align-items: center;
	white-space: nowrap;
	justify-content: space-between;
	width: 100%;
	 
	-webkit-animation: scrollup2 36s linear infinite;
	animation: scrollup2 36s linear infinite;
	/*background-color: blue;*/
}

@keyframes scrollup1 {
    0% {transform: translateX(100%);
	-webkit-transform: translateX(100%);}
	100% {transform: translateX(-100%);
	-webkit-transform: translateX(-100%);}
}

@-webkit-keyframes scrollup1 {
    0% {-webkit-transform: translateX(100%);}
	100% {-webkit-transform: translateX(-100%);}
}

@keyframes scrollup2 {
    0% {transform: translateX(0%);
	-webkit-transform: translateX(0%);}
	100% {transform: translateX(-200%);
	-webkit-transform: translateX(-200%);}
}

@-webkit-keyframes scrollup2 {
    0% {-webkit-transform: translateX(0%);}
	100% {-webkit-transform: translateX(-200%);}
}

.home-references-visual-down{
	position: relative;
	width: 300%;
	margin-left: -200%;
	margin-bottom: 7.5rem;
	
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
}

.home-references-scroll-down{
	display: flex;
	align-items: center;
	white-space: nowrap;
	justify-content: space-between;
	width: 100%;

	-webkit-animation: scrolldown1 36s linear infinite;
	animation: scrolldown1 36s linear infinite;
	animation-delay: -18s; 
	/*background-color: green;*/
}

 .home-references-scroll-down-2{
	display: flex;
	align-items: center;
	white-space: nowrap;
	justify-content: space-between;
	width: 100%;
	 
	-webkit-animation: scrolldown2 36s linear infinite;
	animation: scrolldown2 36s linear infinite;
	/*background-color: orange;*/
}

@keyframes scrolldown1 {
    0% {transform: translateX(-100%);
	-webkit-transform: translateX(-100%);}
	100% {transform: translateX(100%);
	-webkit-transform: translateX(100%);}
}

@-webkit-keyframes scrolldown1 {
    0% {-webkit-transform: translateX(-100%);}
	100% {-webkit-transform: translateX(100%);}
}

@keyframes scrolldown2 {
    0% {transform: translateX(0%);
	-webkit-transform: translateX(0%);}
	100% {transform: translateX(200%);
	-webkit-transform: translateX(200%);}
}

@-webkit-keyframes scrolldown2 {
    0% {-webkit-transform: translateX(0%);}
	100% {-webkit-transform: translateX(200%);}
}

.home-references-scroll-up img, .home-references-scroll-up-2 img,
.home-references-scroll-down img, .home-references-scroll-down-2 img{
	display: block;
	width: 4.667%;
	margin: 1%;
}

.home-references-container:after{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-3.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 0;
	top: -75%;
	z-index: -1;
	opacity: .75;
}

/*****************/

.page-header-banner-container{
	background-color: #181A1B;
	color: #F6F6F6;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 5rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 180px 3vw;
	box-sizing: border-box;
}

.page-header-banner-container:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/banner-background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	opacity: .75;
	-webkit-opacity: .75;
}

/*.expertise-page .page-header-banner-container:before,
.projet-page .page-header-banner-container:before,
.team-page .page-header-banner-container:before{
	opacity: .75;
	-webkit-opacity: .75;
}*/

.page-header-banner-content{
	box-sizing: border-box;
	z-index: 2;
}

.page-header-banner-content h1{
	font-weight: normal;
	font-size: 500%;
	text-transform: uppercase;
}

.page-header-banner-content .title-line-1, .bloc-talents-text .title-line-1{
	display: inline-block;
	background: -webkit-linear-gradient(35deg, #8DD0FD,#F8AC7F );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-header-banner-content .title-line-2{
	display: inline-block;
	line-height: 110%;
	background: -webkit-linear-gradient(0deg, #F8AC7F, #8DD0FD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-header-banner-content .title-line-3{
	font-size: 225%;
	display: inline-block;
	line-height: 100%;
	background: -webkit-linear-gradient(0deg, #8DD0FD, #F8AC7F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-header-banner-title{
	margin-bottom: 2.5rem;
}

.page-header-banner-baseline{
	font-size: 150%;
	line-height: 150%;
	max-width: 55vw;
}

.page-header-banner-legende{
	position: relative;
}

.page-header-banner-legende-responsive{
	position: relative;
	margin-left: 50%;
	width: 50%;
	margin-top: 2.5rem;
	display: none;
}

.expertise-page .page-header-banner-legende{
	top: 50%;
	width: 250px;
	margin-left: 5rem;
}

.agence-page .page-header-banner-legende{
	top: 45%;
	width: 250px;
	margin-left: 1rem;
}

.contact-page .page-header-banner-legende{
	top: 50%;
	width: 250px;
	margin-left: 5rem;
}

.hub-page .page-header-banner-legende{
	top: 25%;
	width: 250px;
	margin-left: 5rem;
}

.team-page .page-header-banner-legende{
	top: 75%;
	width: 300px;
	margin-left: 5rem;
}

.newsroom-page .page-header-banner-legende{
	top: 25%;
	width: 300px;
	margin-left: 5rem;
}

.hub-title-container{
	text-align: center;
	margin-bottom: 2rem;
}

.hub-filter-container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5rem;
	flex-wrap: wrap;
}

.hub-filter-content a{	
	height: 22px;
	display: inline-block;
	line-height: 22px;
}

.hub-filter-content{
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem;
    background-color: #FFF;
    box-sizing: border-box;
    font-size: 75%;
	margin: 0 .5rem;
	cursor: pointer;
	border: 1px solid transparent;

}

.hub-filter-content a:hover{
	text-decoration: none;
}

.hub-filter-content:hover, .hub-filter-content.selected{
	border: 1px solid #181A1B;
	text-decoration: none;
}

.hub-filter-content img{
    margin-right: 0.5rem;
	height: 22px;
}

.hub-filter-content.selected:after{
	content:'X';
	margin-left: 1rem;
	color: #181A1B;
}

.page-project-wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3vw;
	
	padding: 0 3vw;
	box-sizing: border-box;
	margin: 0 auto 5rem;
	position: relative;
}

.hub-page .page-project-container{
	width: 29.833vw;
	height: 29.833vw;
}

.hub-page .bloc-orange-container:after{
	top: 0
}

.page-project-container{
	width: 45.5vw;
	height: 45.5vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #FFF;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background-color: #FFF;
}

.page-project-container:hover{
	-webkit-filter: none;
	filter: none;
}

.page-project-container a{
	color: #FFF;
}

.page-project-container a:hover{
	text-decoration: none;
}

.page-project-container .cta-circled{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-opacity: 0;
}

.page-project-container:hover .cta-circled{
	display: block;
	opacity: 1;
	-webkit-opacity: 1;
}

.page-project-content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	opacity: 1;
	-webkit-opacity: 1;
	background-color: rgba(0,0,0,0.50);
}

.page-project-content img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	display: block;
}

.page-project-container:hover .page-project-content{
	display: block;
	opacity: 1;
	-webkit-opacity: 0;
}

.page-project-tag-container{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.page-project-tag-container li{
	font-size: 75%;
	margin-right: .5rem;
	padding: 0.5rem;
    background-color: #FFF;
    box-sizing: border-box;
	color: #181A1B;
}

.projet-hub-pagination{
	display: flex;
	justify-content: flex-end;
  	width: 94%;
    margin: 5rem auto;
}

.prev.page-numbers{
	color: #B8B8B8;
}

.page-numbers.current{
	color: #B8B8B8;
}

.page-numbers{
	margin-left: 1.5rem;
}

/*****************/

.projet-column-container{
	width: 100%;
	padding: 0 3vw;
	margin: 5rem auto;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	justify-content: space-between;
	flex-wrap: wrap;
}

.projet-column-visual{
	width: 50%;
}

.projet-column-text{
	width: 45%;
	/*padding: 0 3vw;*/
	box-sizing: border-box;
	text-align: center;
}

.projet-column-text p{
	margin-bottom: 1rem;
}

.projet-column-visual img, 
.projet-column-visual video{
	width: 100%;
	display: block;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.projet-column-visual img:hover,
.projet-column-visual video:hover{
	-webkit-filter: none;
	filter: none;
}

.projet-context-container:after, .projet-results-container:after{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-1.png');
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 50vh;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
	opacity: .75;
}

.projet-proposition-container:before{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-2.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .75;
}

.projet-results-container{
	width: 100%;
	margin: 5rem auto;
	padding: 0 3vw;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}

.projet-results-table{
	width: 50%;
}

.projet-results-text{
	width: 45%;
	padding: 0 6vw;
	box-sizing: border-box;
	text-align: center;
}

.projet-results-table-up, .projet-results-table-down{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}

.projet-results-table .projet-results-table-cell-1,
.projet-results-table .projet-results-table-cell-2,
.projet-results-table .projet-results-table-cell-3,
.projet-results-table .projet-results-table-cell-4{
	width: 50%;
	padding: 1.5rem 3vw;
	box-sizing: border-box;
}

.projet-results-table .projet-results-table-cell-1,
.projet-results-table .projet-results-table-cell-3{
	border-right: 1px solid #181A1B;
	box-sizing: border-box;
}

.projet-results-table-down{
	border-top: 1px solid #181A1B;
	box-sizing: border-box;
}

.results-table-cell-number{
	font-size: 300%;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	display: inline-block;
}

.projet-quote-container{
	width: 94%;
	margin: 0 auto 5rem; 
}

.projet-quote-content{ 
	box-sizing: border-box;
	position: relative;
	font-size: 200%;
	font-weight: 500;
	padding-top: 2rem;
	margin-bottom: 2rem;
}

.projet-quote-content img{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	display: block;
	z-index: -1;
}

.projet-quote-author{
	text-align: right;
	font-size: 150%;
}

.projet-quote-author span{
	display: inline-block;
	height: 1px;
	width: 50px;
	background-color: #181A1B;
	line-height: 75%;
}

/*****************/

.bloc-column-container{
	width: 100%;
	padding: 0 3vw;
	margin: 5rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.bloc-column-text{
	width: 45%;
	/*padding: 0 6vw;*/
	box-sizing: border-box;
	text-align: center;
}

.bloc-column-container p, .direction-column-container p{
	margin-bottom: 1rem;
}

.bloc-column-visual{
	width: 50%;
}

.bloc-column-visual img,
.bloc-column-visual video{
	width: 100%;
	display: block;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.bloc-column-visual img:hover,
.bloc-column-visual video:hover{
	-webkit-filter: none;
	filter: none;
}

.bloc-orange-container:after{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-1.png');
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
	opacity: .75;
}

.bloc-orange-bis-container:after{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-4.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .75;
}

.bloc-blue-container:before{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-2.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .75;
}

.page-title-container{
	text-align: center;
	margin-bottom: 5rem;
}

.page-title-container p,
.bloc-center-container p{
	margin-top: 2rem;
}

/*****************/

.direction-column-text{
	width: 50%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

.direction-column-text img{
	width: 50%;
	margin-bottom: 1.5rem;
	display: block;
}

.direction-column-text .equipe-column-hover{
	text-align: left;
}

.direction-column-text h3{
	font-weight: bold;
	display: block;
	margin: 1.5rem 0;
}

.direction-column-text .equipe-column-hover img{
	width: 100%;
	margin-bottom: 1.5rem;
}

.direction-column-text .equipe-column-hover img.equipe-quote{
	width: 15%;
}

.direction-column-visual,
.equipe-column-visual{
	width: 48.5%;
	position: relative;
}

.direction-column-visual img,
.equipe-column-visual img{
	width: 100%;
	display: block;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.direction-column-visual img:hover,
.equipe-column-visual img:hover,
.equipe-column-hover img,
.equipe-column-content:hover img,
.direction-column-container:hover img{
	-webkit-filter: none;
	filter: none;
}

.direction-column-visual h3,
.equipe-column-visual h3{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	font-size: 110%;
	z-index: 1;
	color: #181A1B;
	background-color: #F6F6F6;
	padding: .5rem 1rem;
}

.equipe-column-container{
	align-items: flex-start;
	padding: 0;
	margin: 5rem auto 0;
	
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

.equipe-column-right-container,
.equipe-column-left-container{
	width: 50%;
	display: flex;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
}

.equipe-column-right-container{
	padding-right: 3vw;
}

.equipe-column-left-container{
	padding-left: 3vw;
}

.equipe-column-left-container:before{
	content: '';
	display: block;
	width: 200%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-5.png');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 10%;
	top: -10%;
	z-index: -1;
	opacity: .75;
}

.equipe-column-container:after{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-6.png');
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .75;
}

.equipe-column-content{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.equipe-column-content{
	margin-bottom: 2.5rem;
}

.equipe-column-text{
	width: 45%;
	padding: 0 3vw;
	box-sizing: border-box;
	text-align: left;
	font-size: 90%;
}

.equipe-column-text img{
	margin-bottom: 1rem;
}

.equipe-column-right-container .equipe-column-citation{
	margin-top: 5rem;
	margin-bottom: 5rem;
	display: block;
	width: 50%;
}

.equipe-column-left-container .equipe-column-citation{
	margin-bottom: 5rem;
	display: block;
	width: 50%;
}

.equipe-column-hover{
	display: none;
	position: relative;
	padding: .5rem;
	box-sizing: border-box;
}

.equipe-column-hover .equipe-quote{
	position: absolute;
	top: 0;
	left: 0;
	width: 33.3%;
	display: block;
	z-index: -1;
}

.equipe-column-static p,
.equipe-column-hover p{
	margin-bottom: 1rem;
}

.equipe-tastes{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.equipe-tastes ul{
	margin-bottom: 1rem;
}

.equipe-tastes ul:last-child,
.equipe-tastes ul li:last-child{
	margin-bottom: 0
}

.equipe-column-tastes{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%; 
}

.equipe-column-tastes li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: .25rem auto;
	width: 100%;
}

.equipe-column-tastes li img{
	width: 18px;
	display: block;
	margin-bottom: 0;
	margin-right: .5rem;
}

.direction-column-text img.job-title-legend-responsive, .equipe-column-text img.job-title-legend-responsive{
	display: none; 
	width: 75%;
}

.team-read-button{
	margin: 0 auto;
	display: none;
	cursor: pointer;
}

.equipe-responsive-button:before{
	content:'Voir plus';
	display: inline-block;
}

.equipe-responsive-button.active:before{
	content:'Voir moins';
	display: inline-block;
}

/*****************/

.bloc-center-container{
	width: 75%;
	margin: 5rem auto;
	text-align: center;
	position: relative;
}

.agence-manifeste-container{
	padding: 5rem 0;
	box-sizing: border-box;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/background-gradient.png');
	background-position: center;
	background-repeat: repeat-y;
	background-size:100% 1px;
	color: #F6F6F6;
}

.agence-manifeste-container h2{
	margin-bottom: 5rem;
	text-align: center;
}

.agence-manifeste-content{
	width: 65%;
	margin: 0 auto;
	padding: 2rem 1.5vw;
	box-sizing: border-box;
	position: relative;
}

.agence-manifeste-text{
	margin-bottom: 5rem;
	position: relative;
	z-index: 1;
}

.agence-manifeste-text h3{
	display: block;
	margin-bottom: 1rem;
	text-align: left;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: normal;
}

.agence-manifeste-text p{
	text-align: right;
	font-size: 150%;
	
}

.quote-mark-up,
.quote-mark-down{ 
	position: absolute;
	width: 150px;
	display: block;
}

.quote-mark-up{ 
	top: 0;
	left: 0;
}

.quote-mark-down{ 
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

/*****************/

.bloc-newsroom-container{
	position: relative
}

.bloc-newsroom-container .bloc-column-container:nth-child(2n){
	flex-direction: row-reverse;
}

.bloc-newsroom-container:before{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-1.png');
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 10%;
	z-index: -1;
	opacity: .75;
}

.bloc-newsroom-container:after{
	content: '';
	display: block;
	width: 200%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/12/home-gradient-2.png');
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 0;
	bottom: 10%;
	z-index: -1;
	opacity: .75;
}

.newsroom-texte-content{
	display: none;
}

.newsroom-read-cta.cta-circled{
	font-size: 100%;
    position: relative;
    padding: 2rem;
    box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}

.newsroom-read-cta.cta-circled img{
	top: 45%;
}

.newsroom-read-cta:after{
	content: 'En savoir plus';
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}

.newsroom-read-cta.active:after{
	content: 'Fermer';
}

.newsroom-read-cta:hover:after, .newsroom-read-cta.active:hover:after{
	text-decoration: underline;
}

.newsroom-cta-texte{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
	text-decoration: underline;
}

.newsroom-cta-texte img{
	height: 17px;
	display: block;
	margin-right: 1rem;
}

/*****************/

.page-header-banner-bis-container{
	color: #F6F6F6;
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 180px 3vw;
	box-sizing: border-box;
}

.talents-page{
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/background-gradient.png');
	background-position: center;
	background-repeat: repeat-y;
	background-size:100% 1px;
}

.talents-page .page-header-banner-bis-container{
	height: auto;
	flex-direction: column;
	justify-content: flex-start;
	padding: 180px 3vw 0;
}

.talents-header-citation{
	width: 60%;
	font-size: 250%;
	margin-bottom: 5rem;
	font-family: 'Gunny', 'Montserrat', sans-serif;
	position: relative;
	left: 35%;
	transform: rotate(-2.5deg);
}

.bloc-talents-container{
	padding: 5rem 0;
	box-sizing: border-box;
	color: #F6F6F6;
}

.page-header-banner-bis-container img{
	position: absolute;
	width: 500px;
	right: 3vw;
	top: 60%;
}

.page-header-banner-bis-container .page-header-banner-title{
	margin-bottom: 0;
}

.talents-page .page-header-banner-bis-container h2{
	font-size: 225%;
}

.bloc-talents-container{
	width: 94%;
	margin: 0 auto;
}

.bloc-talents-text{
	margin-bottom: 10rem; 
}

.bloc-talents-text h2{
	font-size: 450%;
}

.bloc-talents-text p{
	font-size: 250%;
	text-align: right;
}

.bloc-talents-citation{
	font-size: 200%;
	width: 75%;
	margin-bottom: 5rem;
	font-family: 'Gunny', 'Montserrat', sans-serif;
	position: relative;
	margin-left: 5rem;
}

.bloc-talents-citation p{
	transform: rotate(-2.5deg);
}

/*****************/

.contact-page .page-header-banner-container{
	margin-bottom: 0;
}

.contact-form-container{
	position: relative;
}

.contact-form-container:before{
	content: '';
	display: block;
	width: 100%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/home-gradient-7.png');
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .75;
}

.contact-form-container:after{
	content: '';
	display: block;
	width: 200%;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/home-gradient-8.png');
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .75;
}

.contact-form-content{
	position: relative;
	width: 75%;
	margin: 5rem auto 0;
	overflow: hidden;
}

.drink-selector-slide-container,
.where-selector-slide-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.drink-slide-content{
	cursor: pointer;
	background-color: #FFF;
	width: 31.833%;
	margin-bottom: 1rem;
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3rem 0;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.where-slide-content{
	cursor: pointer;
	background-color: #FFF;
	width: 31.833%;
	margin-bottom: 1rem;
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.drink-slide-content:hover,
.where-slide-content:hover{
	border: 1px solid #000;
}

.drink-slide-content img,
.where-slide-content img{
	display: block;
	margin: 0 auto 1rem;
	
}

.drink-slide-content img{
	width: 15%;
}

.where-slide-content img{
	width: 75%;
}

.contact-form-wrapper{
	width: 300%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	top: 0;
	left: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.drink-selector-slide-container,
.where-selector-slide-container,
.contact-form-slide-container{
	width: 33.333%;
}

.where-selector-slide-container{
}

.contact-form-control-content{
	width: 21px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-slider-off.svg');
	cursor: pointer;
}

.contact-form-control-content.active{
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/icon-slider-on.svg')
}

.contact-form-control-container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5rem;
}

.contact-form-control-container li{
	margin: 0 1rem;
}

.form-contact-content-row-1 p{
	width: 31.833%;
}

.form-contact-content-row-2 p{
	width: 48.5%;
}

.form-contact-content-row-1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.form-contact-content-row-2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.wpcf7-form-control-wrap,
.contact-form-slide-container input[type=text],
.contact-form-slide-container input[type=tel],
.contact-form-slide-container input[type=email],
.contact-form-slide-container textarea{
	width: 100%;
	display: block;
	padding: .5rem 1rem;
	box-sizing: border-box;
}

.wpcf7-form-control-wrap select{
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	width: 100%;
	font-family: 'Montserrat', sans-serif; 
	border: none; 
	border-right: 16px solid transparent;
	font-size: 100%;
}

.form-contact-submit-row{
	text-align: center;
	margin: 0 auto;
}

.contact-form-slide-container input[type=submit]{
	font-size: 150%;
	position: relative;
	padding: 2.5rem;
	margin: 0 auto;
	box-sizing: border-box;
	display: inline-block;
	background-color: transparent;
	background-image: url('https://www.anekdote.fr/wp-content/uploads/2023/11/circle-cta.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: #181A1B;
}

.contact-form-slide-container input[type=submit]:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #181A1B;
}

.form-drink-container,
.form-where-container{
	width: 0;
	height: 0;
	visibility: hidden;
}

.contact-slide-title{
	text-align: center;
	width: 100%;
}

.contact-slide-title h2{
	font-size: 200%;
	text-transform: none;
}

.site-page .page-header-banner-container{
	background-color: #181A1B;
	color: #F6F6F6;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 5rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 180px 3vw;
	box-sizing: border-box;
}

.page-header-banner-content h1{
	font-weight: normal;
	font-size: 500%;
	text-transform: uppercase;
}

.site-page h1{
	font-size: 500%;
}

.site-page h2{
	font-size: 200%;
}

.site-page h3{
	font-size: 150%;
	margin-bottom: 2rem;
}

.site-page h4{
	font-size: 100%;
	margin-bottom: 1rem;
}

.site-page-wrapper p{
	margin-bottom: 2rem;
}

.site-page-wrapper ul{
	list-style-position: inside;
	margin-left: .5rem;
}

.site-page-wrapper ul li{
	margin-bottom: .25rem;
}

.site-page-wrapper{
	width: 75%;
	margin: 0 auto 5rem;
	box-sizing: border-box;
}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0 -.5rem;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
	margin: 0 .5rem;
    display: none;
    float: left;

    height: 75vh;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * 14.0 - Media Queries
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 1600px) {
	body{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 768px) {
	body{
		font-size: 1rem;
	}
	
	.main-menu-navigation{
		display: none;
	}
	
	.responsive-menu-button{
		display: block;
	}
	
	.header-banner-content h1{
		font-size: 100%;
	}
	
	.header-banner-baseline{
		font-size: 100%;
		padding: 0 3vw;
		box-sizing: border-box;
	}
	
	.footer-contact-icon-container{
		display: none;
	}
	
	.footer-contact-responsive-icon-container{
		display: block;
	}
	
	h2{
		font-size: 200%;
		text-align: left;
		box-sizing: border-box;
		padding: 0;
	}
	
	.home-introduction-visual{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	
	.home-introduction-content{
		width: 100%;
	}
	
	.home-introduction-text{
		width: 94%;
		margin: 0 auto;
	}
	
	.home-introduction-text h2, .home-introduction-text p{
		text-align: left;	
	}
	
	.home-expertise-skill-container{
		display: none;
	}
	
	.home-expertise-text{
		width: 100%;
		margin: 0 auto 2.5rem;
		text-align: left;
	}
	
	.home-expertise-skill-content a{
		justify-content: center;
	}
	
	.home-introduction-visual video, .home-introduction-visual img,
	.actualites-image, .projet-column-visual img, 
	.projet-column-visual video, .direction-column-visual img,
	.equipe-column-visual img, .home-expertise-slide-container, 
	.bloc-column-visual img, .bloc-column-visual video{
		-webkit-filter: none;
		filter: none;
	}
	
	.home-expertise-slider-wrapper{
		width: 100%;
	}
	
	.home-expertise-container{
		height: auto
	}
	
	.home-expertise-slide-content{
		left: .5rem;
		bottom: .5rem;
		width: calc(100% - 1rem);
	}
	
	.home-actualites-text,
	.home-references-text{
		width: 94%;
		margin: 0 auto;
	}
	
	.home-actualites-text h2{
		margin-bottom: 2.5rem;
	}
	
	.home-actualites-visual-content{
		width: 100%;
	}
	
	.home-actualites-info{
		margin: 1rem auto 2.5rem
	}

	.home-references-text{
		text-align: left;
	}

	img.home-references-legende{
		display: none;
	}
	
	img.home-references-legende-responsive{
		display: block;
	}

	.home-references-visual-up,
	.home-references-visual-down{
		width: 1000%;
	}
	
	.home-references-visual-down{
		margin-left: -900%;
		margin-bottom: 2.5rem;
	}
	
	.footer-container,
	.footer-content{
		flex-wrap: wrap;
	}
	
	.footer-left-column ul, .footer-right-column ul{
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1rem;
		width: 100%;
	}
	
	.footer-title, .copyright-container{
		margin-bottom: 0;
	}
	
	.label-container{
		flex-direction: column;
	}
	
	.label-container img{
		margin: .5rem auto;
	}
	
	.page-header-banner-legende{
		display: none;
	}
	
	.page-header-banner-baseline{
		max-width: 100%;
		font-size: 125%;
	}
	
	.page-header-banner-content h1{
		font-size: 225%;
	}
	
	.bloc-column-visual, .bloc-column-text{
		width: 100%;
	}
	
	.bloc-column-container{
		margin: 2.5rem auto;
	}
	
	.bloc-column-visual{
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
	}
	
	.page-header-banner-container{
		margin-bottom: 0;
	}
	
	.bloc-column-text, .newsroom-text-container p{
		text-align: left;
	}
	
	.bloc-newsroom-container .bloc-column-text{
		text-align: center;
	}
	
	.bloc-center-container{
		width: 94%;
		margin: 2.5rem auto;
	}
	
	.agence-manifeste-container{
		padding: 2.5rem 0 1px;
	}
	
	.agence-manifeste-container h2{
		margin-bottom: 2.5rem;
	}
	
	.agence-manifeste-content{
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}
	
	.agence-manifeste-text h3{
		font-size: 200%;
	}
	
	.quote-mark-up, .quote-mark-down{
		width: 90px;
	}
	
	.agence-manifeste-text p{
		font-size: 125%;
	}
	
	.page-header-banner-container{
		padding: 9rem 3vw;
		height: auto;
		min-height: 100vh;
	}
	
	.page-header-banner-legende-responsive{
		display: block;
	}

	
	.hub-title-container{
		width: 94%;
		margin: 5rem auto 2.5rem;
	}
	
	.hub-filter-container{
		margin-bottom: 1rem;
	}
	
	.hub-filter-content{
		margin-bottom: 1rem;
	}
	
	.page-project-wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.hub-page .page-project-container{
		width: 94vw;
		height: 94vw;
	}
	
	.page-project-tag-container li{
		margin-bottom: .5rem;
	}
	
	.page-header-banner-container{
		flex-direction: column;	
	}
	
	.projet-column-visual{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	
	.projet-column-text{
		width: 100%;
		margin-bottom: 0;
		text-align: left;
	}
	
	.projet-results-container{
		margin: 5rem auto 2.5rem;
		flex-direction: column;
	}
	
	.projet-results-text{
		width: 100%;
		text-align: left;
		padding: 0;
	}
	
	.projet-column-container{
		margin: 5rem auto 0;
	}

	.projet-results-table{
		width: 100%;
		margin: 2.5rem auto 0;
	}
	
	.projet-quote-content{
		font-size: 200%;
	}
	
	.projet-quote-content img{
		width: 90px;
	}
	
	.projet-quote-author{
		font-size: 100%;
	}
	
	.projet-results-table-up, .projet-results-table-down{
		font-size: 90%;
	}
	
	/*.projet-results-table-up, .projet-results-table-down{
		flex-direction: column;
		justify-content: center;
	}
	
	.projet-results-table .projet-results-table-cell-1, .projet-results-table .projet-results-table-cell-3,
	.projet-results-table-down{
		border-right: none;
		border-top: none;
	}
	
	.projet-results-table p{
		width: 100%;
		border-bottom: 1px solid #000;
	}*/
	
	.page-project-container{
		width: 94vw;
    	height: 94vw;
	}
	
	.page-title-container{
		margin: 0 auto 2.5rem;
		width: 94%;
	}
	
	.direction-column-visual, .equipe-column-visual,
	.direction-column-text,
	.equipe-column-right-container, .equipe-column-left-container{
		width: 100%;
		text-align: left;
	}
	
	.equipe-column-container{
		flex-direction: column;
		margin: 0 auto;
	}
	
	.equipe-column-content{
		
	}
	
	.equipe-column-left-container,
	.equipe-column-right-container{
		padding-left: 3vw;
		padding-right: 3vw;
	}
	
	.equipe-column-text{
		width: 100%;
		padding: 0;
	}
	
	.direction-column-text img{
		width: 100%;
	}
	
	.direction-column-text img, .equipe-column-text img{
		margin-top: 1rem;
	}
	
	.direction-column-text img.job-title-legend, .equipe-column-text img.job-title-legend{
		display: none; 
	}
	
	.direction-column-text img.job-title-legend-responsive, .equipe-column-text img.job-title-legend-responsive{
		display: block; 
	}
	
	.equipe-column-hover .equipe-quote{
		width: 75px;
		top: -2rem;
	}
	
	.equipe-column-hover{
		padding: 0;
		margin-top: 2.5rem;
	}
	
	.equipe-column-right-container .equipe-column-citation{
		margin-top: 0;
		margin-left: 45%;
	}
	
	.equipe-column-left-container .equipe-column-citation{
		width: 75%;
	}
	
	.team-read-button{
		display: block;
	}
	
	.talents-page .page-header-banner-bis-container h2{
		font-size: 100%;
	}
	
	.bloc-talents-text h2{
		font-size: 150%;
	}
	
	.talents-header-citation{
		width: 80%;
		left: 10%;
		font-size: 175%;
	}
	
	.bloc-talents-citation{
		width: 80%;
		margin-left: 10%;
		font-size: 175%;
	}
	
	.bloc-talents-text p{
		font-size: 125%;
	}
	
	.bloc-talents-text{
		margin-bottom: 5rem;
	}
	
	.contact-form-content{
		margin: 2.5rem auto 0
	}
	
	.drink-slide-content{
		width: calc(50% - 1rem);
	}
	
	.where-slide-content,.form-contact-content-row-1 p,
	.form-contact-content-row-2, .form-contact-content-row-2 p{
		width: 100%;
	}
	
	.contact-form-content{
		width: 90%;
	}
	
	.contact-form-control-container{
		margin-top: 2rem;
	}
	
	.form-contact-content-row-1, .form-contact-content-row-2{
		margin-bottom: 0;
	}
	
	.where-slide-content{
		padding: .5rem 0;
	}
	
	.site-page .page-header-banner-container{
		min-height: auto;
	}
	
	.site-page-wrapper{
		width: 94%;
	}
}

@media screen and (max-width: 486px) {
	.footer-contact-responsive-icon-container .footer-contact-icon-content img{
		width: 70px;
		display: block;
	}
}


/**
 * 15.0 - Print
 */

@media print {
}
