.kino-personal-info .kino-personal-name {
	margin-top: 0;
	margin-bottom: 0.1em;
}

.kino-personal-shortinfo {
	font-weight: bold;
	margin-bottom: 1em;
}

.personal-photos {
	margin-bottom: 1em;
}

.personal-presentation {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #e5e5e5;
	word-wrap:break-word;
}

.personal-contact dl {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0.5em;
}

.personal-contact dd p {
	margin-top: 0;
}

/* break long URLs */

.personal-contact dd a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/* @end */

/* @group Profile Kabaret */

.bp-kino-kabaret {
	clear: both;
	margin-bottom: 2em;
}

.kino-kabaret-presences,
.kino-kabaret-infos {
	width: 100%;
	clear: both;
	margin-top: 2em;
}

/*
 * week = 100
 * 7 days = 7x12 = 84%
 * 6 spaces = 6x2% = 12%
*/


.kab-cal-jour {
	float: left;
	display: block;
	background-color: rgb(235, 235, 235);
	font-size: 1.2em;
	color: #fff;
	width: 12%;
	margin-right: 2%;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
}


/*
 * Pas d'espace à droite pour les dimanche:
*/
.cal-jour-di {
	margin-right: 0;
}

.cal-jour-lu {
	clear: left;
}

/*
 * 1er samedi:
 Marge à gauche: 5 jours (60%) + 5 espaces (10%) = 70%
*/
.kab-cal-jour:first-of-type {
	margin-left: 70%;
}

.kab-cal-dispo {
	color: #000;
	background-color: rgb(191, 223, 133);
}

.kab-cal .paragraph {
	margin-bottom: 0mm;
}

.kab-cal .jour-name {
/*	text-transform: uppercase;*/
	font-size: 0.7em;
}

.kab-cal-jour:last-of-type {
	margin-right: 0mm;
}

.kino-kabaret-infos .role-block {
	font-weight: bold;
}

.kino-kabaret-infos .role-comed {
	color: #fe0000;
}

.kino-kabaret-infos .role-tech {
	color: #004799;
}

.kino-kabaret-infos .role-real {
	color: #00963f;
}

.kino-kabaret-infos .role-tech {
	color: #004799;
}

.kp-dashlist:after {
	content: " – ";
}

.kp-dashlist {
	padding-right: 0.2em;
}

.kp-dashlist:last-of-type:after {
	content: "";
}

.kp-dashlist:last-of-type {
	padding-right: 0;
}


@media only screen and (min-width: 400px) {
	.personal-contact {		
		-webkit-column-count: 2;
		-webkit-column-gap: 30px; 
		-webkit-column-rule: 0px solid #e5e5e5;
		-moz-column-count: 2;
		-moz-column-gap: 30px;  
		-moz-column-rule: 0px solid #e5e5e5;
		column-count: 2;
		column-gap: 30px; 
		column-rule: 0px solid #e5e5e5;
	}
	
	.personal-contact dl {
		-webkit-column-break-inside: avoid; /* Chrome, Safari */
		page-break-inside: avoid;           /* Theoretically FF 20+ */
		break-inside: avoid-column;         /* IE 11 */
		display:table;                      /* Actually FF 20+ */
		display:inline-block;
		
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 460px) {
	.kino-kabaret-presences {
		width: 50%;
		float: left;
	}
	.kino-kabaret-infos {
		width: 40%;
		float: right;
		clear: none;
	}
}

@media only screen and (min-width: 600px) {
	.kino-personal-info, .personal-contact {
		width: 60%;
		float: left;
	}
	
	.personal-photos {
		width: 35%;
		float: right;
		clear: none;
	}
	
}

@media only screen and (min-width: 800px) {
	.kino-kabaret-presences {
		width: 35%;
	}
	.kino-kabaret-infos {
		width: 60%;
	}
}

@media only screen and (min-width: 760px) {
	.kab-cal-jour {
		font-size: 1.4em;
	}
}

@media only screen and (min-width: 1200px) {
	.kab-cal-jour {
		font-size: 1.8em;
	}
}