/*!
Theme Name: K7
Author: AMI + Cécile + Roger
Text Domain: K7


SOMMAIRE 
-----------------------
	1-GLOBAL
	2-HEADER
	3-BURGER MENU
	4-ABOUT
	5-PROJET
	6-PROCHAINES-REPRESENTATATION
	7-FOOTER
	8-PAGE PROJET
	9-K7
-----------------------	
*/

html.wip{
	margin-top: 0 !important;
}

#wpadminbar{
	display: none;
}

::selection {
  background-color: #7fffac;
}

body.on{
	position: fixed;
	width: 100%;
	overflow: hidden;
	height: 100vh;
}


/*----------------------- 1-GLOBAL -----------------------*/

@font-face {
 font-family: "SuisseIntlSemiBold";
 src: url("font/SuisseIntl-SemiBold-WebXL.woff2") format("woff2"),
      url("font/SuisseIntl-SemiBold-WebXL.woff") format("woff"),
      url("font/SuisseIntl-SemiBold-WebXL.eot") format("eot");
}

@font-face {
 font-family: "SuisseIntlSemiBold";
 src: url("font/SuisseIntl-SemiBoldItalic-WebXL.woff2") format("woff2"),
      url("font/SuisseIntl-SemiBoldItalic-WebXL.woff") format("woff"),
      url("font/SuisseIntl-SemiBoldItalic-WebXL.eot") format("eot");
 font-style: italic;
}


body{
	margin: 0; padding: 0;
	background-color: white;
	color: black;

	font-family: "SuisseIntlSemiBold", Helvetica, sans-serif;
	font-style: normal;

	font-size: 16px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;

}

a{
	color: black;
	text-decoration: none;
}

ul, li{
	margin: 0; padding: 0;
	list-style: none;
}

#page{
	position: relative;
	top: 0;
    min-height: 100vh;
    width: 100%;
    background-color: white;
}

p{
	margin: 0 0 1.2em;
}

h1, h2, h3{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#content{
	position: relative;
	top:0;
	width: 100%;
	min-height: 100vh;
}

/*----------------------- 2-HEADER -----------------------*/

header{
	padding: 0 1.5em;
	box-sizing: border-box;
}

article header{
	padding: 0;
}

#masthead{
	position: fixed;
	top: 0;
	z-index: 99;

	width: 100%;
	padding: 1.3em 4em 1.3em 1.5em;
}

.single #masthead{
	background: white;
}

h1.site-title{
	text-transform: uppercase;
	display: initial;
	font-size: 2em;
	cursor: pointer;
}


#masthead nav{
	float: right;
	padding: 0;
	text-transform: lowercase;
}


#masthead nav li{	
	display: inline-block;
	font-size: 2em;
	padding-left: 1em;
}

#masthead nav li.mobile{display:none; text-transform: uppercase;}


nav#site-navigation{
}

nav .menu-menu-container{
	width: 100%;
}


nav .menu-menu-container ul{
	display: flex;
	justify-content: space-between;
}

.close{
	position: relative;
}

.close:before{
	content: "\00D7";
	font-size: 3em;
	cursor: pointer;
	position: absolute;
	right: -0.1em;
	top: 0.45em;
	line-height: 0;
}


.wrap-nav-projet{
	padding: 1.3em 1.3em 1.5em;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 50%;
	z-index: 999;
}

.home .wrap-nav-projet{
	display: none;
}

.nav-projet{
	font-size: 2.5em;
	line-height: 1em;
}

.return{
	font-size: 1.2em;
	line-height: 0;
}
.burger-menu-button{
	font-size: 1.5em;
	line-height: 0.5em;
}



/*---------------------- 3-BURGER MENU -----------------------*/

#burger-navigation{
	display: none;
	font-size: 2em
}

#burger{
	width: 100%;
	z-index: 9999;
	position: fixed;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow-y: scroll;
	background: white;
	top: 0;
	left: 100vw;
	transition: left 0.4s;
}

.burger-menu-button{
	cursor: pointer;
}


#burger.on{
	left: 0;
	transition: left 0.4s;
}

#burger ul{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#masthead #burger li{	
	display: block;
	font-size: 2em;
	padding: 0.5em 0;
	text-align: center;
}


/*---------------------- 4-ABOUT -----------------------*/

#home-wrap-about{
	width: calc(100vw/4);
	height: 100vh;
	position: fixed;
	left: calc(-50% - 1.5em);
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 92;
	padding: 7em 1.5em 6.5em;
	background: white;
	box-sizing: border-box;
	transition: left 0.4s ease-in-out;
}


#home-wrap-about.on{
	left: 0%;
	transition: left 0.4s ease-in-out;
}

#home-wrap-about article{
	font-size: 2em;
	max-width: calc(100% - 1em); 
	padding-bottom: 3em;
}

/*---------------------- 4-CONTACT -----------------------*/

#home-wrap-contact{
	width: calc(100vw/4);
	height: 100vh;
	position: fixed;
	right: -50%;
	top: 0;
	overflow-y: scroll;
	z-index: 9;

	padding: 5em 1.5em 6.5em;
	background: white;
	box-sizing: border-box;

	transition: right 0.4s ease-in-out;
}



#home-wrap-contact.on{
	right: 0%;
	transition: right 0.4s ease-in-out;
}

#home-wrap-contact article{
	font-size: 2em;
	max-width: calc(100% - 1em); 
	padding-bottom: 3em;
}

/*---------------------- 5-PROJET -----------------------*/
#home-wrap-projet{
	width: 50vw;
	height: 100vh;
	position: fixed;
	right: -50%;
	top: 5em;
	overflow-y: scroll;
	z-index: 9;
	box-sizing: border-box;
	transition: right 0.4s ease-in-out;
}

#home-wrap-projet.on{
	right: 0%;
	transition: right 0.4s ease-in-out;
}

#home-wrap-projet article{
	width:100%;
	height: calc(50vw / 1.59);
	position: relative;
	overflow: hidden;
}

#home-wrap-projet article .img-cover{
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: center;*/
	mix-blend-mode: multiply;
	opacity: 0;
}


article img.wpsmartcrop-image{
	display: block;
	mix-blend-mode: multiply;
	position: absolute; 
	top:0;
	left:0;
	bottom: 0;
	width: 100%;
	height: 100%;
	o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

#home-wrap-projet article img.wpsmartcrop-image{
	opacity: 0;
}

#home-wrap-projet article:hover img.wpsmartcrop-image{
	opacity: 1;
}

#home-wrap-projet article:hover .img-cover{
	opacity: 1;
}

#home-wrap-projet a h2{
	padding: 0 1.5em;
	display: none;
	position: fixed;
	top:0;
	left: 0;
	line-height: 1.1em;

	color: white;
	padding: 0 1em;

	max-width: 300px;
	box-sizing: border-box;
	margin: 0;
	pointer-events: none;

}

#home-wrap-projet article:hover h2{
	display: block;
}


/*----------------------- 6-PROCHAINES-REPRESENTATATION -----------------------*/

#home-wrap-agenda{
	width: calc(100vw/4);
	height: 100vh;
	position: fixed;
	right: -50%;
	top: 0;
	overflow: scroll;
	z-index: 92;

	padding:5.3em 1.5em 6.5em;
	background: white;

	box-sizing: border-box;

	transition: right 0.4s ease-in-out;
}


#home-wrap-agenda.on{
	right: 0%;
	transition: right 0.4s ease-in-out;
}

#home-wrap-agenda .item-agenda{
	width: 100%; 
	padding: 0 3em 4em 0;
    max-width: 550px;
    box-sizing: border-box;
}

#home-wrap-agenda .item-agenda .item-agenda-title{
	font-size: 4em;
	line-height: 1.1em;
}


#home-wrap-agenda .item-agenda-lieu,
#home-wrap-agenda .item-agenda-date{
	font-size: 1.5em;
	font-style: normal;
}

.start[data-mounth='']{
	display:none;
}

.start:after{
	content:"\2015";
}

#bar-publi{
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 5em;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 91;
	display: flex;
	white-space: nowrap;

	
}


.marquee{
	height: 2em;
	font-size: 2em;
	line-height: 2.5em;
	width: auto;

	display: flex;	

	animation-play-state: running !important;
    will-change: transform;
}

@keyframes backward-infinite{
	0%{transform:translate3D(0, 0,0 )}
	100%{transform:translate3D(calc((-100%) - 0.01em), 0, 0 )}
}

.marquee:hover{
	animation-play-state: paused !important;
}

.item-agenda-barre{
	position: relative;
    font-style: italic;
    padding: 0 3em 0 0;
    box-sizing: border-box;
	white-space: nowrap;
}

.item-agenda-barre .item-agenda-lieu,
.item-agenda-barre .item-agenda-date{
	font-style: normal;
}


/*----------------------- 7-FOOTER -----------------------*/

/*----------------------- 8-PAGE PROJET -----------------------*/

.home header#masthead[data-color='0'] a, .home header#masthead[data-color='0'] h1, .home header#masthead[data-color='0'] .burger-menu-button{
	color: black;
	transition: color 0.2s 0.4s ease-in-out;
	-webkit-transition: color 0.2s 0.4s ease-in-out;
}

/*.home.fixe header#masthead a,
.home.fixe header#masthead[data-color='1'] h1,*/
.home.fixe header#masthead[data-color='1'] a,
.home.fixe header#masthead[data-color='1'] .burger-menu-button {
	color: black;
	transition: color 0.2s 0.4s ease-in-out;
	-webkit-transition: color 0.2s 0.4s ease-in-out;
}

/*.home.fixeH header#masthead h1,
.home.fixeH header#masthead[data-color='1'] .burger-menu-button,*/
.home.projet #masthead[data-color='1'] a,
.home.about #masthead[data-color='1'] h1 {
	color: black;
	transition: color 0.2s 0.4s ease-in-out;
	-webkit-transition: color 0.2s 0.4s ease-in-out;
}


.home header#masthead[data-color='1'] a, .home header#masthead[data-color='1'] h1, .home header#masthead[data-color='1'] .burger-menu-button,
.home.fixe.projet header#masthead[data-color='1'] h1, .home.fixe.fixeH.projet header#masthead[data-color='1'] h1{
	color: white;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	
}

header#masthead{
}

.side{
	width: 50%;
	position: fixed;
	height: 100vh;
	overflow-y: scroll;
}

 .column{
 	width: 50%;
 	float: left;
	position: relative;
	vertical-align: baseline;
 }

.side + .side{
	right: 0;
	padding-top: 5.2em;
}

.side{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: white;
}

.side .imgContent{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.column, .side header{
	padding: 0 3em;
	box-sizing: border-box;
}

.column{
	padding-bottom: 10em; 
}

.side header h2{
	font-size: 4em;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	margin:0;
	line-height: 1.1em;
	max-width: 50%;
}

.column .text{
	font-size: 1.3em;
	line-height: 1.2em;
}

.column .text .subText {
    font-size: 0.8em;
    line-height: 1.2em;
}

.column .next-rep{
	margin-bottom: 2.4em;
}

.column .next-rep-item,
.column .next-rep-title{
	margin-bottom: 1.2em; 
}

.column .credit {
    line-height: 1.16em;
    font-size: 1em;
}

/*----------------------- SLIDER -----------------------*/

.slideShow, #wrap-slider .arrowStyle{
	cursor: pointer;
}

.slideShow.noClick{
	cursor: initial;
	pointer-events: none;
}

#wrap-slider {
    width: 100%;
    position: fixed;
    z-index: 99;
    height: 100vh;
    background: rgba(255,255,255,0.8);
    z-index: 0;
    height: calc(var(--vh, 1vh) * 100);
    display: none;
}

#wrap-slider.on{
	z-index: 99;
	 display: block;
}

.sliderProjet {
    width: 100%;
    height: 100vh;
}

.slick-track{
	min-width: 100vw;
}

.slick-slide{
	width: 100vw !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
}

.slick-slide img{
	width: auto !important;
	max-width: 80vw;
	max-height: 80vh;
}

#wrap-slider header{
	padding: 1.5em;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: absolute;
    width: 100%;
    z-index: 99;
}

#wrap-slider header h2{
	text-transform: uppercase;
	display: initial;
	font-size: 2em;
	cursor: pointer;
}


#wrap-slider .slick-arrow {
    position: absolute;
    right: 1.25em;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

#wrap-slider .slick-prev {
   	left: 1.25em;
    right: inherit;
}

#wrap-slider .arrowStyle{
	font-size: 2.5em;
}



/*----------------------- 9-K7 -----------------------*/


#k7-logo{
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
	pointer-events: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#k7-logo.sizeTwo{
	width: calc(100vw/2);
	transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}

#k7-logo.sizeThree{
	width: calc((100vw/4) * 3);
	transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}

#k7-logo.sizeFour{
	width: calc((100vw/4) * 3);
	left:calc(100vw/4);
	transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}

.wrap-letter {
    position: relative;
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    mix-blend-mode: multiply;
}

svg polygon{
	mix-blend-mode: multiply;
}

#kLetter{
	width: 100vh;
	max-height: 100vh;
	position: absolute;
	top: 0; left: 0;
}

#kLetter svg,
#sevenLetter svg{
	max-height: 100vh;
    /*max-width: 100%;*/
    width: auto;
    height: 100%;
    mix-blend-mode: multiply;
}

#sevenLetter svg {
    left: 100%;
    position: relative;
    transform: translateX(-100%);
}

#sevenLetter {
    width: 100vh;
    max-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}



/*----------------------- 10-RESPONCIVE -----------------------*/

@media screen and (max-width: 1920px) {
	#page{
		top:inherit;
	}

 .side{
  	min-height: calc(100vh - 3em);
  	height: 100%;
  }

  body{
  	font-size: 12px;
  }

  #home-wrap-about,
  #home-wrap-agenda,
  #home-wrap-contact,
  #home-wrap-press{
  	width: calc(100vw/3);
  }

  #k7-logo.sizeTwo{
	width: calc(100vw/2);
	}

	#k7-logo.sizeThree{
		width: calc((100vw/3) * 2);
	}

	#k7-logo.sizeFour{
		width: calc((100vw/3) * 2);
		left:calc(100vw/3);
	}
}

@media screen and (max-width: 1440px) {
	.side header h2{
  		width: 100%;
  		max-width: 100%;
  		padding-bottom: 0.5em;
  	}

}


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

	.side header h2{
  		
  		padding-bottom: 0;
  	}

  #home-wrap-about,
  #home-wrap-agenda,
  #home-wrap-contact,
  #home-wrap-press{
  	width: calc(100vw/2);
  	padding: 7em 3em 6.5em;
  }

  #k7-logo.sizeTwo{
	width: calc(100vw/2);
	}

	#k7-logo.sizeThree{
		width: calc(100vw/2);
	}

	#k7-logo.sizeFour{
		width: calc(100vw/2);
		left:calc(100vw/2);
	}

  	.column
  {
  	width: 100%;
  	max-width: 50%;
  }

    .column{
		padding: 0 1.5em 3em 3em;
	}

	 .column + .column{
		padding: 0 3em 3em 1.5em;
	}

	.column .text {
    font-size: 1.1em;
	}

	

	#masthead{
		    padding: 1.3em 3em 1.3em 3em;
	}
  

}



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



  #masthead nav li.mobile{display:block;}

  #home-wrap-about,
  #home-wrap-agenda,
  #home-wrap-contact,
  #home-wrap-press,
  #home-wrap-projet,
  .side,
  .side header h2
  {
  	width: 100vw;
  	max-width: 100%;
  }

  #home-wrap-about{
	left: calc(-100% - 1.5em);
  }



  #home-wrap-agenda,
  #home-wrap-contact,
  #home-wrap-press,
  #home-wrap-projet{
	right: -100%;
	}

#home-wrap-about{
	padding:7em 3em 6.5em;
}

#home-wrap-agenda{
	padding: 5.3em 3em 6.5em;

}
#home-wrap-contact{
	padding: 5em 3em 6.5em;
}

#home-wrap-projet a h2{
	    padding: 2em;
}
	

  .side{
  	position: relative;
  	overflow: inherit;
  	min-height: calc(50vh - 4.63em);
  	height: 100%;
  }

  .side .imgContent{
	position: initial;
	overflow: hidden;
	width: 100%;
	height: initial;
	}

  .side + .side{
  	position: relative;
  	overflow: inherit;
  	min-height: calc(100vh - 4.63em);
  	height: 100%;
  	padding-top: 3em;
  }

 

  .projet-template-default article{
  	padding: 0 0 6em;
  }

 
  .projet-template-default #home-wrap-projet article{
  	padding: 0;
  }
  	#masthead #burger li{
  		font-size: 1em;
  	}

  	#burger-navigation{
		display: block;
	}

	#site-navigation{
		display: none;
	}

	#home-wrap-projet article {
		height: 50vh;
	}

	#home-wrap-projet a h2{
	padding: 2em;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	line-height: 1.1em;

	max-width: 300px;
	box-sizing: border-box;
	margin: 0;

	}

	body.fixe{
		overflow: hidden;
	}

	.home header#masthead[data-color='1'] a{
	color: black;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	
	}

	#home-wrap-projet article .img-cover{
		opacity: 1;
	}

	/*
	.home #masthead {
		color: white;
    	padding: 1.3em 2em 1.3em 2em;
    	transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
	}

	.home.fixe #masthead{
		color: black;
		transition: color 0.2s 0.4s ease-in-out;
		-webkit-transition: color 0.2s 0.4s ease-in-out;
	}
	*/

	#content{
		min-height: 100vh;
	}

	#k7-logo,
	.wrap-letter{
		height: 100vh;
	}

	#kLetter, 
	#sevenLetter, 
	#kLetter svg, 
	#sevenLetter svg{
		max-height: calc(100vh - 5.5em);
	}

	#wrap-slider header{
		padding: 1.5em 3em;
	}

	.home.fixeH header#masthead h1,
	.home.fixe header#masthead h1,
	.home.fixeH header#masthead[data-color='1'] .burger-menu-button,
	.home.projet #masthead[data-color='1'] a,
	.home.about #masthead[data-color='1'] h1 {
		color: black;
		transition: color 0.2s 0.4s ease-in-out;
		-webkit-transition: color 0.2s 0.4s ease-in-out;
	}

}


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

	.column{
		max-width: 100vw;
		padding: 0 3em 3em;
	}

	.column + .column{
		padding: 0 3em 3em;
	}

	.column .text {
    	font-size: 1.3em;
    	line-height: 1.2em;
	}


}