@charset "utf-8";
/*-------------------------------------------- RESET CSS */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, ins, kbd, q, s, samp,
small, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, embed, menu, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; 
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------- VARIABLES */
:root {
	--PrimaryColor: rgb(2,177,251);
	--SecondaryColor: rgb(0,159,227);
	--color-primary: rgba(6, 49, 171, .9);
	--color-secondary: rgb(6, 49, 171);
	--color-cyan: #009fe3;
}


/*------------------------------------------- GENERALITES */
* {
  box-sizing: border-box;
}
html {
    height: 100%;
    width: 100%;
	-webkit-tap-highlight-color:transparent;
	scroll-behavior: smooth;
	}
html {
	font-size: 62.5%;
	}
body {
	height: 100%;
	margin: 0;
	font-family: 'Poppins', Helvetica, sans-serif;	
	font-size: 16px;
    font-weight: 300;
	overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: 	antialiased;
    -o-font-smoothing: 		antialiased;
	background-color: var(--PrimaryColor);
}	
body.open {
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #a9a9a9;
}
.wrapper {
	padding-left : 100px;
	padding-right: 100px;
}
.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-center {
	align-items: center;
}
.display-none {
	display: none;
}
.font-weight-600 {
	font-weight: 600;
}
.margin-t15 {
	margin-top: 15px;
}


/*---------------------------------------------- COOKIES */
.wrapper_coockie {
	position: fixed;
    display: flex;
	flex-direction: column;
	margin: 0 0 20px 20px;
	bottom: 0;
    color: black;
	background-color: white;
    max-width: 450px;
    min-width: 360px;
	z-index: 15;
	border-radius: 10px;
	box-shadow: 0 1px 30px 1px rgba(0,0,0,.3);
}
.wrapper_coockie p {
	padding: 20px;
	line-height: 1.4;
}
.coockie_action {
	display: flex;
	justify-content: flex-end;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid #ddd;
}
.coockie_action button {
	height: 4rem;
	font-size: 14px;
	color: #323232;
	padding: 8px 20px;
	border-bottom-right-radius: 8px;
	border-left: 1px solid #ddd;
	transition: background ease .2s;
	/*
	background: #161616;
	color: white;
	*/
}
.coockie_action button:hover {
	background: #009036;
	color: white;
}

	
/*------------------------------------------------- VIDEO */
video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	}
.stopfade { 
	opacity: .7;
	}
.video-button {
	position: relative;
	display: flex;
    align-items: center;
	width: 26px;
    height: 26px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.8);
    border-radius: 1px;
	overflow: hidden;
	cursor: pointer;
	}
.video-button span.play-button {
	display: block;
    width: 16px;
    height: 16px;
	margin-left: 3px;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #fff;
	}
.video-button span.pause-button {
	display: block;
    width: 16px;
    height: 16px;
	margin-left: 1px;
    border-style: double;
    border-width: 0 0 0 11px;
    border-color: transparent transparent transparent #fff;
}


/*-------------------------------------------- BACKGROUND */
.backdrop_background_salon {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: saturate(50%) blur(1px);
	background: rgba(4,110,222, .02);
	/*
	 backdrop-filter: saturate(50%) blur(4px);
	background: rgba(4,110,222, .1);
	*/
}
.background_salon {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	transition: filter .6s;
	display: none;
}
.background_salon img {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.background_salon_color {
	filter: none;
}
.background_blur {
	filter: blur(7px);
}


/*--------------------------------------------- COPYRIGHT */	
.content-attribution {
	position: fixed;
	bottom: 2.5rem;
    left: 1.6rem;  
    font-size: 11px;
	color: white;
	z-index: 1;
}
.content-attribution a {
	color: white;
	padding: 8px;
    border-radius: 8px;
}
.content-attribution a:hover {
	background-color: rgba(24,27,27,.3);
}
	

/*------------------------------------------------ HEADER */
header {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100vw;
	height: 84px;
	z-index: 10;
	transition: background-color .6s cubic-bezier(.19,1,.22,1),border-bottom .6s cubic-bezier(.19,1,.22,1);
	/*
	width: 100%;
	*/
}
header .logo-cci {
	height: 50px;
}
header .navbar-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(3px);
	background: rgba(0,0,0, .2);
}
.wrapper_salon {
    display: flex;
    opacity: 0;
	margin-left: 3rem;
    transition: opacity .6s ease;
}
.date_salon {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: white;
    padding-left: 10px;
}
.salon-logo {
	background: white;
	padding: 5px;
	border-radius: 8px;
}
.wrapper_salon img {
	height: 40px;
}
.salon-logo.logo-fade,
.wrapper_salon.logo-fade {
	animation: LogoFade .7s ease 0s 1 normal forwards;
}	
@keyframes LogoFade {
    0% {
      opacity: 0;
      transform: translateX(-40px);
    }  
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }	
header ul {
	display: flex;
	}	
header ul li {
	position: relative;
	display: flex;
	font-size: 14px;
	color: white;
	}
.video-player {
	display: flex;
	align-items: center;
	opacity: 1;
	transition: opacity .6s ease;
	}
.video-player.display_none {
	opacity: 0;
	}	
.video-player.not_appear {
	display: none;
	}	
.item-logo {
	display: flex;
	align-items: center;
	}
.item-menu {
	display: flex;
	align-items: center;
	}
.nav__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	padding-left: 24px;
    padding-right: 24px;
	z-index: 2;
	}
header.dark {
	background-color: rgba(0,0,0, .15);
	}
/*--------------------------------- Bouton Home */
.button-home {
	position: relative;
	padding: 8px;
	/*
	margin-left: 1.6rem;
	*/
}
.button-home:hover {
	background-color: var(--SecondaryColor);
	border-radius: 5px;
	}	
.button-home img {
	width: 24px;
	}
.button-home a, 
.button-flag a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------- Bouton Flag */
.button-flag {
	position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
    padding: 0 8px;
    margin-left: 1.6rem;
    height: 43px;
}
.button-flag:hover {
    background-color: var(--SecondaryColor);
    border-radius: 5px;
}
						
/*-------------------------------- Bouton audio */		
.audio {
	position: relative;
    overflow: hidden;
    margin-right: 15px;
    padding: 12px 7px;
	width: 26px;
	cursor: pointer;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 1px;
	z-index: 1;
	}
#audio-btn .audio__bar {
    position: absolute;
    bottom: 5px;
    left: 7px;
    top: 5px;
    width: 2px;
    background-color: white;
    -webkit-animation: up-down 0.6s infinite;
    animation: up-down 0.6s infinite;
	}
#audio-btn .audio__bar:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
	}
#audio-btn .audio__bar:nth-child(3) {
    left: 15px;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
	}
@keyframes up-down {
	0% {
		top: 15px;
	}
	50% {
		top: 5px;
	}
	100% {
		top: 15px;
	}
}


/*-------------------------------------------- SCROLLBAR */
/* Firefox */
* {
	scrollbar-width: thin;
	/*
	scrollbar-color: var(--SecondaryColor) #88939f;
	*/
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 12px;
}
*::-webkit-scrollbar-track {
	background: #88939f;
}
*::-webkit-scrollbar-thumb {
	background-color: var(--SecondaryColor);
	border-radius: 10px;
	border: 2px solid #88939f;
}
  

/*----------------------------------------------- CONTENT */
.section-intro {
	position: absolute;
	right: 0;
	color: white;
	padding-top: 176px;
	height: 100vh;
	min-height: 758px;
	width: 100%;
	transition: right .2s ease;
}
.open .section-intro {
	display: block;
    right: 100%;
}
.section-intro h1 {
	font-size: 42px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.03em;
	/*
	text-transform: uppercase;
	*/
}
.wrapper-intro {
	max-width: 62rem;
	background: var(--color-primary);
    padding: 24px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	/*
	background: rgba(0,159,227,.9);
	*/
}
.wrapper-intro.wrapper-fade {
	animation: WrapperFade .7s ease 0s 1 normal forwards;
	}
@keyframes WrapperFade {
    0% {
      opacity: 0;
      transform: translateY(80px);
    }  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }	
.wrapper-intro.wrapper-none {
	animation: WrapperNone .7s ease 0s 1 normal forwards;
	}
@keyframes WrapperNone {
    0% {
      opacity: 1;
      transform: translateY(0);
    }  
    100% {
      opacity: 0;
      transform: translateY(-80px);
    }
  }		  		
.intro-header {
	opacity: 1;
	}
.intro-header.intro-fade {
	animation: IntroFade .7s ease 0s 1 normal forwards;
	}	
@keyframes IntroFade {
    0% {
      opacity: 0;
      transform: translateY(80px);
    } 
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.intro-header.intro-none {
	animation: IntroNone .7s ease 0s 1 normal forwards;
	} 
@keyframes IntroNone {
    0% {
      opacity: 1;
      transform: translateY(0);
    }  
    100% {
      opacity: 0;
      transform: translateY(-80px);
    }
  }		
.intro-text {
	opacity: 1;
    max-width: 62rem;
	}
.intro-text.text-fade {
	animation: TextFade .7s ease 0s 1 normal forwards;
	}	
@keyframes TextFade {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.intro-text.text-none {
	animation: TextNone .8s ease 0s 1 normal forwards;
	} 
@keyframes TextNone {
    0% {
      opacity: 1;
      transform: translateY(0);
    }  
    100% {
      opacity: 0;
      transform: translateY(-150px);
    }
  }	 	
.salon-date {
	font-size: 22px;
	font-weight: 300;
    line-height: 1.3;
	margin-bottom: 20px;
}	
.section-intro p {
	font-size: 20px;
    line-height: 1.8;
	}
.intro-footer {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 153px;
    display: flex;
    justify-content: flex-end;
	/*
    z-index: 2;
	*/
	}
.wrapper-footer {	
    position: relative;
    height: 100%;
    display: flex;
    pointer-events: visible;
    overflow: hidden;
	z-index: 1;
	font-weight: 600;
}
.wrapper-footer a {
	display: flex;
    align-items: center;
	padding: 32px 39px;
	background: var(--color-secondary);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    outline: 0;
    text-decoration: none;
    color: white;
	/*
	background: var(--SecondaryColor);
	*/
}
.wrapper-footer a:hover {
	background-color: #0354ab;
}
.link-exposant {
	animation: LinkExpoFade .7s ease 0s 1 normal forwards;
}
@keyframes LinkExpoFade {
    0% {
      opacity: 0;
      transform: translateY(120px);
    } 
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }	
.link-exposant.fade-link {
	background-color: transparent;
	animation: FadeLink .7s ease 0s 1 normal forwards;
	}
@keyframes FadeLink {
    0% {
      opacity: 1;
      transform: translateY(0);
    }  
    100% {
      opacity: 0;
      transform: translateY(153px);
    }
  }
/*---------------------------------- Recherche */
.list-search {
	display: flex;
	align-items: center;
    padding: 8px 10px;
	background: var(--SecondaryColor);
    border-radius: 10px;
	max-width: 1200px;
    margin: 0 auto 2rem;
}
/*--------------------------- Liste Entreprises */
.section-list {
	position: absolute;
	top:0;
	right: -100%;
	height: 100vh;
	width: 100%;
	color: #fff;
	padding-top: 100px;
	transition: right .2s ease;
    opacity: 0;
}
.wrapper_botton {
	display: flex;
	margin-bottom: 1.2rem;
	padding-left: 24px;
    padding-right: 24px;
}
.wrapper_botton a {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.wrapper_botton a:hover {
	background-color: var(--SecondaryColor);
}
.open .section-list {
	display: block;
    right: 0;
    opacity: 1;
}
.content-list {
	max-width: 1200px;
    margin: 0 auto;
}
.content-list.list-scroll {
	overflow-x: hidden;
    overflow-y: auto;
}
.content-list ul {
	padding-bottom: 60px;
}
.content-list li {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(0,159,227, .9);
	border-bottom: 1px solid var(--PrimaryColor);
	transition: .5s;
	overflow: hidden;
	transition: background-color .6s;
	/*
	padding: 10px;
	*/
}
.content-list .li-background-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: white;
	transition: width .4s ease;
	z-index: 0;
}		
.content-list li:hover .li-background-hover {
	width: 100%;
	}		
.content-list li:hover {
	color: black;
}
.content-list li:hover .li-stand {
	background-color: rgba(45,77,157,1);
	color: white;
}
.content-list li:hover .li-stand::before { 
	position: absolute;
    top: 0;
    left: -20px;
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: rgba(45,77,157,1);
    transform: skew(-20deg, 0deg);
	z-index: -1;
}	
.content-list li a {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	z-index: 2;
}
.content-list li.societe-archiver {
	display: none;
}
.content-list h3 {
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	}
.content-list .li-wrapper {
	display: flex;
	flex: 1;
	padding-left: 2rem;
	z-index: 1;
}
.content-list .li-infos {
	display: flex;
    flex-direction: column;
	}
.content-list .li-stand {
	position: relative;
	display: flex;
	align-items: center;
	align-self: stretch;
	font-size: 22px;
	padding: 0 20px;
	z-index: 1;
	transition: background-color .6s;
	min-width: 115px;
	/*
	background-color: var(--PrimaryColor);
	*/
}
/*
.content-list li .li-stand::before { 
	position: absolute;
    top: 0;
    left: -20px;
    content: "";
    display: block;
    width: 40px;
    height: 100%;
	background-color: var(--PrimaryColor);
	border-left: 1px solid var(--PrimaryColor);
    transform: skew(-20deg, 0deg);
	z-index: -1;
}
*/
.content-list p {
	line-height: 1.2;
	}
.li-logo {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	background: #fff;
	z-index: 1;
}
.li-logo img {
    width: 50px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}	


/*-------------------------------------------- FORMULAIRE */
input[type=text], 
input[type=submit] {
	font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
	padding: 0 20px;
	border-radius: 0;
	border-width: 0; 
	outline: none;
	font-weight: 300;
    box-sizing: 		border-box;
	-webkit-appearance: none;
	-moz-appearance: 	none;
	appearance: 		normal;
	height: 42px;
	border: 1px solid #ccc;
	} 
.list-search input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	outline: 0;
	flex: 1;
	font-size: 22px;
	}
.list-search input[type=text]::placeholder {
	color: #fff;
	}
.list-search input[type=submit] {
	background: transparent;
	border: 0;
	background-image: url("/MIDEST/img/icons/search.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	color: white;
	cursor: pointer;
}
button {
    position: relative;
	display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: transparent;
	font-weight: 600;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    z-index: 1;
    border: none;
	transition: all ease-in 0.2s;
}


/*------------------------------------------- MEDIA QUERY */
@media (max-width: 576px) {
	header {
		height: 60px;
	}
	header .logo-cci {
    	height: 35px;
	}
	.section-intro {
		padding-top: 80px;
		min-height: 100%;
	}
	.wrapper {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.section-intro h1 {
    	font-size: 22px;
	}
	.salon-date {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.section-intro p {
		font-size: 16px;
		line-height: 1.5;
	}
	.mq_intro {
		display: none;
	}
	.wrapper_salon {
		display: none;
	}
	.content-list h3 {
		font-size: 18px;
	}
	.content-list .li-infos p {
		display: none;
	}
	.content-list .li-stand {
		font-size: 16px;
	}
}