/* POSTPAGE */

@font-face {
 font-family: 'Neue Has Unica';
 src: url('../fonts/ttf/NeueHaasUnicaPro-Regular.ttf')  format('truetype'),
 	  url("../fonts/woff2/NeueHaasUnicaPro-Regular.woff2") format("woff2"),
      url("../fonts/woff/NeueHaasUnicaPro-Regular.woff") format("woff");
}

@font-face {
 font-family: 'Neue Has Unica Medium';
 src: url('../fonts/ttf/NeueHaasUnicaW1G-Medium.ttf')  format('truetype'),
 	  url("../fonts/woff2/NeueHaasUnicaW1G-Medium.woff2") format("woff2"),
      url("../fonts/woff/NeueHaasUnicaW1G-Medium.woff") format("woff");
}

.post {
	opacity: 1 !important;
}

.post-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.post-column {
	align-self: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 32%;
	height: 100%;
}

.post-infos {
	align-self: flex-start;
	line-height: 1;
	word-break: break-word;
	z-index: 100;
}

.post-title {
	line-height: 1;
}

.post-subinfos {
	width: 100%;
	align-self: flex-end;
	word-break: keep-all;
}

.post-subinfos ul {
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.post-subinfos li {
	list-style: none;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.preview-position {
	pointer-events: none;
}

.post-preview {
	align-self: center;
	display: flex;
	justify-content: center;
}

.post-preview-content {
	position: relative;
	width: 100%;
	padding-top: 190%;
	margin-left: 4.3%;
	margin-right: 4.3%;
}

.post-preview-mockup {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../mockup/iphone-mockup-mask.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.post-preview-content video {
	margin-top: -203%;
	margin-bottom: 3%;
	width: 100%;
}

.post-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.post-menu a:hover {
	cursor: pointer;
}

.post-menu ul {
	display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.post-menu li {
	list-style: none;
}

.post-picto {
}

.post-http a {
	cursor: pointer;
}

form.post-submit {
	display: flex;
	flex-direction: row;
	border-bottom: 3px solid black;
	margin-right: 5%;
}

input[type=text].post-submit {
	width: 85%;
	font-size: inherit;
}

input[type=submit].post-submit {
	width: auto;
}

input[type=submit].mini-input, input[type=button].mini-input {
	align-self: flex-end;
}

#add-credits-confirmed {
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
}
.add-credits-step {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.post-more {
	margin-top: 100px;
}

#also-in {
	margin-top: 15px;
}

/* VIDEO */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

@media (max-width: 600px) {
	.deskop { 
		display: none !important;
	}
	.mobile {
		display: flex !important;
	}

	.post-content {
		justify-content: space-between;
		flex-wrap: nowrap;
		margin-top: 50px;
		height: auto;
		display: block;
	}
	.preview-position {
		position: relative;
		width: 100%;
		pointer-events: all;
	}
	.post-column {
		width: 100%;
		height: auto;
		margin-top: 65px;
	}
	.post-preview {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 55px;
		align-self: flex-start;
	}

	.post-preview-content video {
		width: 100%;
		margin: 0;
	}

	.post-preview-content{
		width: 100%;
		padding: 0;
		margin: 0;
		background-color: #efefef;
		box-shadow: 0px 0 9px 1px #cccccc82;
	}

	.post-preview-mockup {
		display: none;
	}

	.post-menu {
		position: relative;
		width: 100%;
		top: 20px;
	}
	ul.mobile {
		justify-content: space-between;
	}
	li.mobile {
		display: flex;
		width: 33.3%;
	}
	li.mobile.prev {
		justify-content: flex-start;
	}
	li.mobile.cross {
		justify-content: center;
	}
	li.mobile.next {
		justify-content: flex-end;
	}
	img.post-picto {
		width: 23px;
		height: 23px;
	}

	.post-infos {
		position: relative;
		width: 100%;
		margin-top: 50px;
	}
	.post-title {
	}
	.post-subinfos {
	}
	.post-http {
		overflow-wrap: break-word;
	}

	#add-credits, #add-credits-confirmed {
		margin-top: 35px;
		margin-bottom: 55px;
		height: 35px;
	}

	form.post-submit {
		width: 100%;
	}

	input.post-submit, input.skip {
		font-size: 35px !important;
		line-height: 1.2;
		letter-spacing: -1.2px;
	}

	input.mini-input {
		height: 30px;
		margin-bottom: 4px;
	}

	input[type=submit].skip.mini-input {
		width: 25%;
		height: 35px;
	}
}

@media (min-width: 601px) and (max-width: 1100px) {
	.content {
		height: auto;
	}
	.container-fluid {
		height: auto;
	}

	.deskop { 
		display: none !important;
	}
	.mobile {
		display: flex !important;
	}

	.post-content {
		justify-content: space-between;
		flex-wrap: nowrap;
		padding-top: 75px;
	}
	.preview-position {
		position: relative;
		max-width: 40%;
		margin-right: 30px;
		align-self: flex-end;
		order: 2;
	}
	.post-column {
		width: 50%;
		align-self: flex-end;
	}
	.post-preview {
	}

	.post-menu {
		position: relative;
		width: 100%;
		top: 20px;
	}
	ul.mobile {
		justify-content: space-between;
	}
	img.post-picto {
		height: 30px;
		width: auto;
	}

	.post-infos {
		position: absolute;
		width: 50%;
		margin-top: 75px;
	}
	.post-title {
		font-size: 35px;
		letter-spacing: -0.8px;
	}
	.post-subinfos {
		font-size: 24px;
		letter-spacing: -0.6px;
	}
	.post-http {
		font-size: 24px;
		letter-spacing: -0.6px;
	}

	#add-credits, #add-credits-confirmed {
		margin-top: 25px;
		margin-bottom: 45px;
		height: 25px;
	}

	form.post-submit {
		width: 85%;
	}

	input.mini-input, input[type=submit].skip.mini-input {
		width: 25%;
		margin-bottom: 0;
	}

	input.mini-input {
		height: 24px;
	}
}

@media (min-width: 1101px) and (max-width: 1440px) {
	.deskop {
		display: flex !important;
	}
	.mobile {
		display: none !important;
	}

	.post-menu {
		top: 30px;
	}

	.preview-position {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.post-preview {
		position: relative;
		width: 23%;
	}
	.post-infos {
		position: absolute;
		width: 32%;
		margin-top: 20px;
	}
	.post-title {
		margin-top: -5px;
		font-size: 50px;
		letter-spacing: -1.2px;
	}
	.post-http {
		font-size: 25px;
		letter-spacing: -0.8px;
	}
	.post-subinfos {
		font-size: 25px;
		letter-spacing: -0.6px;
	}
	img.post-picto {
		height: 40px;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	#cross {
		margin-right: 10px;
	}

	#add-credits, #add-credits-confirmed {
		margin-top: 25px;
		margin-bottom: 45px;
		height: 25px;
	}

	form.post-submit {
		width: 95%;
	}

	input.post-submit {
		font-size: 25px !important;
		line-height: 1.2;
		letter-spacing: -0.9px;
	}

	input.mini-input {
		height: 25px;
		margin-bottom: 4px;
	}

	input[type=submit].skip.mini-input {
		width: 25%;
		height: 25px;
	}
}

@media (min-width: 1441px) {
	.deskop { 
		display: flex !important;
	}
	.mobile {
		display: none !important;
	}

	.post-menu {
		top: 47px;
	}


	.preview-position {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.post-preview {
		position: relative;
		width: 21%;
	}
	.post-infos {
		position: absolute;
		width: 32%;
		margin-top: 30px;
	}
	.post-title {
		margin-top: -5px;
		font-size: 60px;
		letter-spacing: -1.2px;
	}
	.post-http {
		margin-top: 20px;
		font-size: 35px;
		letter-spacing: -0.8px;
	}
	.post-subinfos {
		font-size: 35px;
		letter-spacing: -0.8px;
	}
	img.post-picto {
		height: 40px;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	#cross {
		margin-right: 20px;
	}

	#add-credits, #add-credits-confirmed {
		margin-top: 35px;
		margin-bottom: 55px;
		height: 35px;
	}

	form.post-submit {
		width: 95%;
	}

	input.post-submit {
		font-size: 35px !important;
		line-height: 1.2;
		letter-spacing: -0.9px;
	}

	input.mini-input {
		height: 35px;
		margin-bottom: 4px;
	}

	input[type=submit].skip.mini-input {
		width: 25%;
		height: 35px;
	}
}