@charset "UTF-8";
/* CSS Document */


body,
html {
	margin: 0;
    border: 0;
    font: inherit;
    font-weight: 400;
    padding: 0;
    vertical-align: baseline;
    color: #000;
    width: 100%;
	font-family: Acumin-Pro;
	overflow-x: hidden;
}



*
{
	box-sizing: content-box;
}


@media screen and (max-width:720px) {
	.mobile_only
	{

		display: block;
	}
	.desk_only
	{
		display: none;
		
		
	}
	
}
@media screen and (min-width:720px) {
	
	.mobile_only
	{
		display: none;
	}
	.desk_only
	{
		display: block;
		
		
	}
}



@font-face {
    font-display: swap;
    font-family: DIN-Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DIN-Pro-Condensed-Regular-400.otf)
}

@font-face {
    font-display: swap;
    font-family: DIN-Pro-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DIN-Pro-Condensed-Italic-400.otf)
}

@font-face {
    font-display: swap;
    font-family: DIN-Pro-500;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DIN-Pro-Medium-500.otf)
}

@font-face {
    font-display: swap;
    font-family: DIN-Pro-Condensed-500;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DIN-Pro-Condensed-Medium-500.otf)
}

@font-face {
    font-display: swap;
    font-family: DIN-Pro-700;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DIN-Pro-Bold-700.otf)
}

@font-face {
    font-display: swap;
    font-family: DIN-Pro-Italic-500;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DIN-Pro-Condensed-Bold-Italic-700.otf)
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf)
}

@font-face {
    font-display: swap;
    font-family: Roboto-500;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Medium.ttf)
}

@font-face {
    font-display: swap;
    font-family: Roboto-700;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Bold.ttf)
}

@font-face {
    font-display: swap;
    font-family: Acumin-Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Acumin-Pro_mianfeiziti.otf)
}

@font-face {
    font-display: swap;
    font-family: Acumin-Pro-700;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Acumin_Pro_Bold_mianfeiziti.otf)
}

@font-face {
    font-display: swap;
    font-family: Acumin-Pro-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Acumin_Pro_Italic_mianfeiziti.otf)
}





#conteneur_page
{
	padding-top: 150px;
}

	.rouge
	{
		color: #FF0004;
	
	}

	.padding20
	{
		padding: 20px;
	}

	.row
	{
		max-width: 1140px;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.petit_row
	{
		max-width: 720px;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}

	.volet_fondu
	{
	opacity:0;
	}

	
	.colonne30
	{		
		width: 30%;
		float: left;
	}
	
	
	.colonne50
	{		
		width: 50%;
		float: left;
	}
	
	.colonne70
	{		
		width: 70%;
		float: left;
	}
	
	.img_responsive
	{
		width: 100%;
		height: auto;
	}
	
	.filet
	{
		overflow: hidden;
		border-top: 1px solid #CCC;
		z-index: 100;
		max-width: 1140px;
		position: relative;
		margin: 0 auto;
	}
	
	.filet .bloc_rouge
	{
		width: 20%;
		background-color: #E1001A;
		position: relative;
		margin-top: -5px;
		height: 10px;
		left: 5%;
	}

	.flex_position
	{
		display: flex;
	}
	

	h1,h2,h3
	{
	font-family: DIN-Pro-700;
	}
	
	h2
	{
	font-size: 1.8em;
		padding-bottom: 40px;
	}

	.petit_texte
	{
	font-size: 0.85em;
	line-height: 1.4em;
	}

	.margin_bottom
	{
	margin-bottom: 40px;
	}
	

.carre-text {
	width: 150px;
	height: 150px;
	margin-top: 300px;
	margin-left: -75px;
	position: absolute;
	left: 50%;
	z-index: 1000;
	
}

.carre-text .carre {
    background-color: #000;
	z-index: 9;
	position: absolute;
	left: 0;
	top: 0;
    height: 150px;
    transform: rotate(-12.23deg) scale(1);
    width: 150px;
}



@media screen and (max-width:640px) {
	.carre-text .carre {
		transform: rotate(-12.23deg) scale(0.6);
		
	}
	
	.slider {
	
	  height: 400px !important;
	}
}



.carre-text .carre_fixe {
    background-color: #000;
	z-index: 9;
	margin-top: 30px;
	left: 0;
	top: 0;
    height: 150px;
    transform: rotate(-12.23deg);
    width: 150px;
}


.carre-text .contenu_carre {
	
    position: relative;
	padding: 50px 0px;
	top: 0;
	left: 0;
	 font-family: Acumin-Pro;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;

	color: #FFF;
	width: 150px;
	height: 150px;
    z-index: 10;
}

.carre-text .contenu_carre .gras
{
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 1.2em;
	
}
.carre-text .contenu_carre .saison
{
	display: block;
	text-align: center;
	color: #CCC;
}



/*EXHIBITING
*/
	#bloc_contact
	{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	#bloc_contact h2
	{
		text-align: center;
	}
	
	.gros_filet_top
	{
		border-top: 4px solid #000;
		padding: 30px 0px;
		border-bottom: 1px solid #000;
	}

	.texte_intro_exhibition
	{
	width: 70%;
	padding-left: 15%;
	
	}



	.personne
	{
		padding-bottom: 20px;
		overflow: hidden;
	}
	
	.personne .bloc_rouge
	{
		display: inline-block;
		background-color: #e1001a;
		font-family: DIN-Pro;
		line-height: 25px;
		color: #FFF;
		margin-right: 5px;
		padding-left: 10px;	
	}

	.personne .phone, .personne .email
	{
		width: 120px;
	}


	.personne .contact
	{
		width: 150px;
	}
	
	.personne img
	{
		vertical-align:top;
		
	}
	
	.personne .ligne
	{
		height: 25px;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	
	.personne .infos
	{
		float: right;
		text-align: right;
	}
	

	.personne h3
	{
		padding-bottom:5px; 
	}
	
	#btn_pays
	{
		  	display: flex;
			flex-direction:column;
			font-family: DIN-Pro-700;
	}
	
	#btn_pays div
	{
		width: 100%;
		height: 50%;
		margin-bottom: 10px;
		vertical-align: middle;
		margin-left: 10px;
		background-color: #E3E3E3;
		cursor: pointer;
	}

	#btn_pays div:hover
	{
		opacity: 0.8;
	}
	
	#btn_pays span
	{
		display: block;
		position: relative;
		top: 40%;
		text-align: center;
	}
	#btn_pays .current
	{
	border-left: 5px solid #E1001A;
	}


/*SHOW
*/

.ligne_show
{

	margin-bottom: 30px;
	width: 90%;
	

	
}

.ligne_show a
{
	position: absolute;
	display: block;
	text-align: center;
	top: 50%;
	left: 0%;
	height: 50px;
	width: 100%;
	text-decoration: none;
	color: #000;
	line-height: 50px;
	margin-top: -25px;
	font-family: DIN-Pro-700;
	font-size: 1.2em;
	text-shadow: 5px 0px 5px #ffffff;
}


.ligne_show a img
{
	vertical-align: middle;
}


.ligne_show h3
{
	font-size: 1.5em;
	text-align: center;

}

.ligne_show p
{
	text-align: center;
	padding-top: 10px;
	
}

.ligne_show .colonne30
{
	padding-top: 20px;
		border-top: 1px solid #000;	

	margin-right: 20px;
	
}

.ligne_show .colonne70
{
	position: relative;
	line-height: 0px;
	margin: 0;
	padding: 0;
	
}
.texte_intro_contactInfo {
	background: rgba(29, 62, 63, 0.03);
	padding: 5px 20px 15px ;
	text-align: left;
	margin-bottom: 4px;
}
.texte_intro_contactInfo .info-line {
	display: flex;
   align-items: center;
	justify-content: flex-start;
	padding-top: 8px
}
.texte_intro_contactInfo .icon {
	width: 16px;
	height: 16px;
	margin-right: 8px
}
.texte_intro_address {
	margin-top: 6px;
	margin-bottom: 6px;
	display: flex;
   align-items: flex-start;
	justify-content: center;
	cursor: pointer;
}
.texte_intro_address .icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin: 4px
}
.texte_intro_address .address_text {
	text-decoration: underline;
   text-underline-offset: 4px;
	text-align: center;
	line-height:24px;
}
.texte_intro_hoursInfo {
	margin-top: 6px;
	text-align: center
}

.map-dialog {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
}
.dialog-mask {
	background: rgba(0,0,0,0.3);
	display: flex;
	align-items:center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.dialog-main {
	width: 60%;
	max-height: 80%;
	position: relative;
}
.dialog-main .close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}
.dialog-main .main-content {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.dialog-main .main-content .content-img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
@media screen and (max-width: 840px)
{
	.map-dialog {
	}
	.dialog-mask {
	}
	.dialog-main {
		width: 88%;
		max-width: 88%
	}
	.dialog-main .close {
		top: -15px;
		right: -15px;
		width: 30px;
		height: 30px;
	}
	.dialog-main .main-content {
		padding: 10px;
	}
	.dialog-main .main-content .content-img {
		max-height: 80vh;
	}
}
/*TRENDS*/

.infos_trends
{
	padding-bottom: 40px;
}


.download_trends
{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	z-index: 200;
	margin-top: -75px;
	
}




/*COMMUNICATION*/
#menu_communication
{
	background-color: #000;
	padding: 20px 0px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
}

#menu_communication a
{
	color: #FFF;
	display: block;
	width: 25%;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
}

#menu_communication .current
{
	text-decoration:underline;
}


.part_communication
{
	background-color: #F4F2F2;
	padding: 40px 0px;
}

.bloc_newsletter
{
	width: 33.33333%;
	margin: 2%;
	background-color: #64384E;
	color: #FFF;

}

.bloc_newsletter h2, .bloc_newsletter p
{
	padding: 20px;
}

.bloc_newsletter h2 span
{
	font-size: 0.7em;
	display: block;
}

.bloc_newsletter a:hover
{
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}
.bloc_newsletter a
{
 	transition: all 0.5s  ease-out; 
}

	

.part_reports
{
	background-color: #000;
	padding: 40px 0px;
	margin-top: 100px;
}

/*HOME*/






.header-container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 20px 0px;
    position: fixed;
    top: 0;
    width: 100%;
	filter: drop-shadow(0px 10px 13px #aaaaaa);
    z-index: 10000;
}

.nav-list a{
	color: #000;
	text-decoration: none;
}

.header-container .header-view {
    align-items: center;
    display: flex;
    height: 73px;
    justify-content: space-between;
    margin: 0 20px;
    max-width: 1140px;
    width: calc(100% - 40px)
}

.header-container .language-icon {
    cursor: pointer
}

.header-container .language-icon,
.header-container .left-img {
    flex: none;
    height: 28px;
    width: 28px
}

.header-container .language-icon.left-img-mb,
.header-container .left-img.left-img-mb {
    display: none
}

.header-container .nav-list {
    align-items: center;
    display: flex;
    flex: auto;
    justify-content: space-between;
    margin: 0 36px;
    width: 100%;

}

.header-container .nav-list .nav-item {
    color: #8b8b8b;
    cursor: pointer;
    flex: none;
    font-family: Acumin-Pro;
    font-size: 13px;
    font-weight: 400;
    margin-right: 24px
}

.header-container .nav-list .nav-item.active {
    color: #000
}

.header-container .nav-list .nav-item.logo {
    flex: auto;
    text-align: center;
    width: 100%;
	position: relative;
	z-index: 100;
}

.header-container .nav-list .nav-item:last-child {
    margin-right: 0
}

.header-container .nav-list .nav-logo {
    height: 90px;
    width: auto;
}

.header-container .mb-nav-list {
    display: none
}

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

    .header-container {
        padding: 36px 0 20px;
    }

    .header-container .header-view {
        height: 47px;
        margin: 0 26px;
        width: calc(100% - 52px)
    }

    .header-container .header-view .language-icon {
        height: 32px;
        width: 32px
    }

    .header-container .header-view .left-img {
        flex: none;
        height: 33px;
        width: 40px
    }

    .header-container .header-view .left-img.left-img-pc {
        display: none
    }

    .header-container .header-view .left-img.left-img-mb {
        display: block
    }

    .header-container .nav-list .other-item {
        display: none
    }

   

    .header-container .mb-nav-list {
        background-color: #fff;
		text-align: center;
        display: block;
        font-family: Acumin-Pro;
        font-size: 20px;
        font-weight: 400;
        left: 0;
        line-height: 42px;
        padding: 40px 0;
        position: absolute;
        top: 83px;
        transition: all 1s ease-in;
        width: 100%
    }

     .header-container .mb-nav-list a{
		 color:#636262;
	}

  	.header-container a
	{
		text-decoration: none;
		
	}
	
}




.c01-home-media-container {
    margin: auto;
    max-width: 960px;
    width: 100%;
}

.c01-home-media-container .media-top {
    align-items: center;
    display: flex;
    flex-direction: column
}

.c01-home-media-container .media-top .media-title {
    color: #0a0a0a;
    font-family: DIN-Pro-700;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 16px;
    padding-top: 48px
}

.c01-home-media-container .media-top .media-descript {
    color: #8b8b8b;
    font-family: Acumin-Pro;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 13px;
}

.c01-home-media-container .media-top .media-about {
    color: #e1001a;
    font-family: Acumin-Pro;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px
}


.c01-home-media-container .media-video {
    margin-top: 34px;
    position: relative;
    width: 100%;
}

.c01-home-media-container .video-container {
	position: relative;
	width: 100%;
	margin: 0 auto;     
}
.c01-home-media-container .video-poster {
	transition: opacity 0.3s ease;
}
.c01-home-media-container .video-poster:hover {
	opacity: 0.9;
}
.c01-home-media-container .play-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.c01-home-media-container .poster-img {
	width: 100%;
}
.c01-home-media-container .video-player {
	width: 100%;
	height: auto;
	display: none;
}
.c01-home-media-container .video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: block;
	z-index: 7;
}
.c01-home-media-container .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	display: block;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 3;
}
.c01-home-media-container .pause-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	display: none;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 9;
}
.c01-home-media-container .media-video .video-view {
    width: 100%
}



.c01-home-media-container .media-video .video-text {
    bottom: 70px;
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: Roboto-500;
    font-size: 15px;
    font-weight: 500;

    height: 135px;
    justify-content: center;
    left: 34px;
    line-height: 16px;
    padding-left: 20px;
    position: absolute;
    width: 135px
}

.c01-home-media-container .media-video .video-text-tip {
    color: #8b8b8b;
    font-family: Acumin-Pro;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px
}

.c01-home-media-container .media-video .video-text:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: rotate(-12.23deg);
    width: 100%
}

.c01-home-media-container .media-video .video-text>div {
    position: relative;
    z-index: 10
}


.media-video video
{
	width: 100%;
	height: auto;
	position: relative;
	top:0;
	left:0;
}

.color_sh .show-item-city {
    color: #64001A;
}

.color_sh  .show-item-border {
    border: 2px solid #64001A;
}

.color_sh .show-item-more {
    background-color: #64001A;
    border: 1px solid #64001A;
}

.color_sh.active {
    background-color: #64001A !important
}

.color_sh.active .show-item-more {
    color: #64001A !important
}





.color_la .show-item-city {
    color: #64384E;
}

.color_la  .show-item-border {
    border: 2px solid #64384E;
}

.color_la .show-item-more {
    background-color: #64384E;
    border: 1px solid #64384E;
}

.color_la.active {
    background-color: #64384E !important
}

.color_la.active .show-item-more {
    color: #64384E !important
}


.color_hk .show-item-city {
    color: #196276;
}

.color_hk  .show-item-border {
    border: 2px solid #196276;
}

.color_hk .show-item-more {
    background-color: #196276;
    border: 1px solid #196276;
}

.color_hk.active {
    background-color: #196276 !important
}

.color_hk.active .show-item-more {
    color: #196276 !important
}

.color_paris .show-item-city {
    color: #1D3E3F;
}

.color_paris  .show-item-border {
    border: 2px solid #1D3E3F;
}

.color_paris .show-item-more {
    background-color: #1D3E3F;
    border: 1px solid #1D3E3F;
}

.color_paris.active {
    background-color: #1D3E3F !important
}

.color_paris.active .show-item-more {
    color: #1D3E3F !important
}

.color_ny .show-item-city {
    color: #91975E;
}

.color_ny  .show-item-border {
    border: 2px solid #91975E;
}

.color_ny .show-item-more {
    background-color: #91975E;
    border: 1px solid #91975E;
}

.color_ny.active {
    background-color: #91975E !important
}

.color_ny.active .show-item-more {
    color: #91975E !important
}


.c02-home-shows-container {
    margin-bottom: 122px;
    margin-top: 36px;
    padding: 0 ;
}

.c02-home-shows-container .c02-home-shows-title {
    color: #000;
    font-family: DIN-Pro-500;
    font-size: 29px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 34px;
    text-align: center
}

.c02-home-shows-container .shows-list {
    align-items: center;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.c02-home-shows-container .shows-list a{
	color: #000;
	text-decoration: none;
	margin-bottom: 70px;
}

.c02-home-shows-container .shows-list .show-item {
    align-items: center;
    background-color: #f4f2f2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 333px;
    margin-right: 20px;
    position: relative;
   	width: 90%;
	left: 2%;
}

.c02-home-shows-container .shows-list .show-item.active {
    color: #fff
}

.c02-home-shows-container .shows-list .show-item.active .show-item-city {
    color: #fff !important;
}

.c02-home-shows-container .shows-list .show-item.active .show-item-club {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	text-align: center;
}

.c02-home-shows-container .shows-list .show-item.active .show-item-venue {
    color: #fff !important
}

.c02-home-shows-container .shows-list .show-item.active .show-item-more {
    background-color: #fff
}

.c02-home-shows-container .shows-list .show-item-club {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-family: DIN-Pro;
    font-size: 16px;
    line-height: 19px;
    margin-block: 41px 48px;
    padding: 0 10px;
    width: 75px;
	text-align: center;
}

.c02-home-shows-container .shows-list .show-item-city {
    font-family: DIN-Pro-700;
    font-size: 24px;
    font-weight: 700;
    line-height: 21px
}

.c02-home-shows-container .shows-list .show-item-venue {
    color: #8b8b8b;
    font-family: DIN-Pro-Italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-block: 52px 6px
}

.c02-home-shows-container .shows-list .show-item-date {
    font-family: DIN-Pro-700;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    width: 110px
}

.c02-home-shows-container .shows-list .show-item-border {
    bottom: -25px;
    position: absolute;
    width: 100%
}

.c02-home-shows-container .shows-list .show-item-more {
    bottom: -51px;
    color: #fff;
    font-family: DIN-Pro;
    font-size: 16px;
    font-weight: 400;
    height: 61px;
    line-height: 61px;
    position: absolute;
    left: 50%;
	margin-left: -30px;
    text-align: center;
    transform: rotate(-12deg);
    width: 61px
}

.c02-home-shows-container .shows-list .show-item-more .text {
    transform: rotate(12deg)
}



.c03-home-swipers {
    background: linear-gradient(to bottom, rgba(170,135,113,0.3),rgba(228,211,184,0.3)); 
    padding-top: 40px;
	padding-bottom: 40px;
}

.c03-home-swipers .swipers-title {
    color: #fff;
    font-family: DIN-Pro-500;
    font-size: 29px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 20px;
    text-align: center
}



.Footer-container {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    height: 200px;
    justify-content: center;
    width: 100%
}

.Footer-container .footer-view {
    align-items: center;
    display: flex;
    height: 125px;
    justify-content: space-between;
    max-width: 1020px;
    padding-top: 20px;
    width: calc(100% - 260px)
}

.Footer-container .footer-view>div {
    align-items: flex-end;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    width: 33.3%
}

.Footer-container .footer-view-left {
    align-items: flex-start !important;
    font-family: Roboto;
    font-size: 13px;
    justify-content: space-between !important;
    line-height: 17px
}

.Footer-container .footer-view-left .logo-text {
    height: 24px;
    width: 90px
}

.Footer-container .footer-view-left .red {
    color: #e1001a;
    font-family: Roboto-700;
    font-size: 14px;
    font-weight: 700
}

.Footer-container .footer-view-center {
    align-items: center !important;
    font-family: Roboto;
    font-size: 14px
}

.Footer-container .footer-view-right {
    font-family: Acumin-Pro
}

.Footer-container .footer-view-right .by-text {
    font-size: 12px;
    margin-bottom: 12px
}

.Footer-container .footer-view-right .by-text .small {
    font-size: 10px
}

.Footer-container .footer-view-right .by-text .text-img {
    height: 16px
}

.Footer-container .footer-view-right .italic {
    font-family: Acumin-Pro-Italic;
    font-size: 11px;
    line-height: 13px;
    margin-top: 2px;
    text-decoration: underline
}

.Footer-container .image-text-view {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 312px;
    white-space: pre
}

.Footer-container .image-text-view .image {
    flex: none;
    height: auto;
    margin-right: 15px;
    width: 31px
}

.Footer-container .image-text-view .send-email {
    border-bottom: 1px solid #e1001a;
    font-size: 13px;
    line-height: 32px;
    margin-top: 23px;
    text-align: center;
    width: 223px
}

.Footer-container .image-text-view .send-email+.image {
    margin-bottom: -32px;
    margin-left: -10px
}


@media screen and (min-width:900px) {
	
	.c02-home-shows-container .shows-list .show-item {
   
   	width: 260px;
	left: 2%;
	}
}



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


	
    .Footer-container {
        height: auto;
        justify-content: left;
        width: 100%
    }

    .Footer-container .footer-view {
        flex-direction: column;
        height: auto;
        padding: 0;
        width: 100%
    }

    .Footer-container .footer-view>div {
        width: 100%
    }

    .Footer-container .footer-view-left {
        padding: 36px 46px;
        width: 100%
    }

    .Footer-container .footer-view-left .logo-text {
        height: 19px;
        margin-bottom: 12px;
        width: auto
    }

    .Footer-container .footer-view-left .image-text-view {
        margin-top: 12px
    }

    .Footer-container .footer-view-center {
        background-color: #696969;
        padding: 64px 36px;
        width: 100%
    }

    .Footer-container .footer-view-center .image-text-view:first-child {
        margin-bottom: 26px
    }

    .Footer-container .footer-view-right {
        align-items: center !important;
        background-color: #3c3c3b;
        justify-content: center !important;
        padding: 38px 0;
        width: 100%
    }

    .Footer-container .footer-view-right .by-text {
        margin-bottom: 14px
    }

    .Footer-container .footer-view-right .by-text .text-img {
        height: 14px;
        width: auto
    }

    .Footer-container .footer-view-right .italic {
        color: #8b8b8b;
        font-size: 12px;
        line-height: 14px;
        margin-top: 1px;
        text-decoration: none
    }
}

/*/////*/


.sh_color
{
	color: #64001A;
}

.paris_color
{
    color: #1D3E3F;
}
.ny_color
{
   color:  #91975E;
}

.la_color
{
    color: #64384E;
}
.hk_color
{
    color: #196276;
}



.show-item:hover .show-item-date
{

	color: #FFF !important;
}



.color_sh:hover {
    background-color: #64001A !important;
    color: #fff;
	 transition: 0.3s;
}

.color_sh:hover .show-item-city, .color_sh:hover .show-item-venue {

    color: #fff !important;
	 transition: 0.3s;
}




.color_paris:hover {
    background-color: #1D3E3F !important;
    color: #fff;
	 transition: 0.3s;
}

.color_paris:hover .show-item-city, .color_paris:hover .show-item-venue {

    color: #fff !important;
	 transition: 0.3s;
}



.color_ny:hover {
    background-color: #91975E !important;
    color: #fff;
	 transition: 0.3s;
}

.color_ny:hover .show-item-city, .color_ny:hover .show-item-venue {

    color: #fff !important;
	 transition: 0.3s;
}


.color_la:hover {
    background-color: #64384E !important;
    color: #fff;
	 transition: 0.3s;
}

.color_la:hover .show-item-city, .color_la:hover .show-item-venue { 

    color: #fff !important;
	 transition: 0.3s;
}


.color_hk:hover {
    background-color: #196276 !important;
    color: #fff;
	 transition: 0.3s;
}

.color_hk:hover .show-item-city, .color_hk:hover .show-item-venue { 
    color: #fff !important;
	transition: 0.3s;
}

.marge_bottom
{
	margin-bottom: 40px;
}

.marge_top
{
	margin-top: 40px;
}

.grande_marge_bottom
{
	margin-bottom: 60px;
}

.grande_marge_top
{
	margin-bottom: 60px;
}




#btn_about {

    color: #000;
	border: 1px solid #000;
    padding: 15px;
    background-color: #FFF;
    text-decoration: none;
    font-family: Acumin-Pro;

    text-align: center;

    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}
	.showMobile {
		display: none
	}
	.showPc {
		display: block
	}

@media screen and (min-width: 840px)
{	
	.ligne_show
	{
		display: flex;
		padding: 0 ;
	}

}




@media screen and (max-width: 840px)
{	
	
	
	.liste_show1 .show-item
	{
		display: none !important;
	}
	.liste_show1 .active
	{
		display: flex!important;
	}
	
	
	.liste_show2 .active
	{
		display: none !important;
	}
	
	
	
	.c02-home-shows-container .shows-list .show-item-city 
	{

    font-size: 32px;
   
	}
	
	
	.media-top .media-title
	{
		padding: 20px;
		line-height: 50px !important;
		text-align: center;
	}
	
	
	.media-top .media-descript
	{
		text-align: center;
	}
	
	
	.part_communication .flex_position
	{
		flex-direction:column;
	}
	
	
	.bloc_newsletter
	{
		width: 90%;
		position: relative;
		left: 2.5%;
	}


	
	.c02-home-shows-container
	{
		padding: 0;	
	}
	


	
	.colonne30
	{
		width: 100%;
		clear: both;
	}
	.colonne70
	{
		width: 100%;
		padding-top: 30px;
		clear: both;
	}
	
	.personne .petit_texte
	{
		padding-left: 20px;
	}
	
	.no_mobile
	{
		display: none;
	}
	.showMobile {
		display: block
	}
	.showPc {
		display: none
	}
	
}





