/** variables **/
:root {
	--colorWhite: #fff;
    --fbiBlue: #002675;
	--focusBlue: #66afe9;
	--lightGrey: #bbb;
    --menuCircleBackgroundColor: var(--fbiBlue);
    --menuHamburgerBackgroundColor: var(--colorWhite);
}
.king{
	border: 0;
	padding: 0;
	background: #000 url(/squelettes/design/kinginyellow.jpg) no-repeat top;
	background-size: cover;	
}
@media (min-aspect-ratio: 7/4) {
	.king{
		background-size: cover;
	}
	
}

.head {
	height: 145px;
	background: url(/squelettes/design/bann_bkg.png) no-repeat bottom;
}
.fbi{
	background: url(/squelettes/design/fbi.png) top center no-repeat;
	height: 118px;
}
/** recherhe **/
.search {
	width: 100%;
	border: none;
	height: 36px;
	font-size: 1.2rem;
	border-bottom: solid 2px var(--lightGrey);
}
.search:focus{
	border-bottom: solid 2px var(--focusBlue);
}


.center {
	margin: auto;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	background: #eaeaea;
	font-size: 12px;
}
.main{
	background: #ffffff none repeat scroll 0 0;
    border: 10px solid #ffffff;
    box-shadow: 0 0 15px 2px var(--lightGrey);
    height: auto;
    margin:30px auto;
    padding: 0;
    max-width:  940px;
	width: 90%;
}

h3 {
	font-size: 1.33em;
	font-weight: bold;
	color: var(--fbiBlue);
	line-height: 20px;
}

.content li {
    margin: 8pt auto;
}

.content ul {
	margin-bottom: 16pt;
}

.content{
	text-align: left;
	margin: 10px;	
	font-size: 1em;
	overflow: auto;

}

.content .fltrow{
	background-color: transparent;
}
.content .fltrow td {
	border: none!important;
}
.content .flt {
	border: none;
	border-bottom: solid 1px var(--lightGrey);
}
.content .flt:focus {
	box-shadow: none;
}

/*redacted {
	color:black;
	background-color: black;
	display: inline;
}*/

table.person.TF{
	border-spacing:0 30px; 
	width: 100%;
}
table.person.TF td{
	vertical-align: top;
	margin: 0;
	padding: .5em .7em;
	border-bottom: none;
}

td.bio {
	padding-left: 20px;
}

.bio-wrap {
	height: 250x;
	overflow: auto;
}

td.face {
	background: url('design/inconnu.fw.png') no-repeat center 20px;
	background-size: 100px;
}

td.mots, input.flt[ct='2'], input.flt[ct='3'], td.maj {
	display: none;
}

/* article person-of interest */

.article .spip_logo {
	max-width: 170px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}

.article .content{
	font-size: 0.9rem;
	margin: 40px 100px 100px;
    text-align: justify;
}



.filtres {
	font-family: inherit;
    font-size: inherit;
    display: block;
    color: #444;
    background-color: #fff;
    border: 1px solid var(--lightGrey);
    margin: 0;
    padding: 0 0 0 .2em;
    width: 48%;
    height: 35px;
    vertical-align: middle;
    border-radius: 2px;
    box-sizing: border-box;
	display: inline-block;
}
.filtres:first-child {
	margin-right: 20px;
}



.displaynone{
	display: none!important;
}

@media (max-width: 1024px) {
	
}

@media (max-width: 720px) {
	.article .content{
		margin: 20px 40px 40px;
	}
	.filtres {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		margin-right:0;
	}
	li {
		margin: 12pt auto;
	}
}

@media (max-width: 480px) {
	.article .spip_logo {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0 0 16px 0;
	}
}