.clear {
	clear: both;
}

* {
	box-sizing: border-box;
}

body {
	background: #FFFFFF;
	color: #0808a8;
	font-family: "Arial", sans-serif;
}
#loading {
    height: 60px;
    padding-top: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 240px;
}
#loading #loader {
    position: relative;
    width: 100%;
    height: 10px;
    border: solid 1px #0808a8;
    border-radius: 9999px;
}
#loading #loader p {
    text-align: center;
    width: 100%;
}
#loading #loader #loaded {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #0808a8;
    border-radius: 9999px;
}

body header {
	padding: 30px;
    padding-bottom: 0;
}

body header h1 {
	margin: 0;
	text-align: center;
	font-size: 22px;
}

body main {
	padding: 15px;
}


.valuefound {
	background: yellow !important;
}



/* ### MENU ### */

body main .menu {
	vertical-align:  top;
	display:  inline-block;
	margin-bottom: 15px;
}
body main .menu .coche,
body main .opt {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
	cursor: pointer;
}

body main .opt {
	line-height: 30px;
}

body main .menu .coche,
body main .menu .coche input,
body main .menu .coche label {
	cursor: pointer;
	line-height: 30px;
}

body main .typesAssemblees {
	vertical-align:  top;
	display:  inline-block;
	max-width:  320px;
	position: relative;
	z-index: 99;
	width: 220px;
	margin-right: 10px;
}
body main .typesAssemblees label {
	line-height: 30px;
}
body main .typesAssemblees label {
	position: relative;
	height: 30px;
	border:  solid 1px #0808a8;
	border-radius: 6px;
	list-style: none;
	padding: 0 10px;
	margin: 0;
	cursor: pointer;
	line-height: 30px;
	display: block;
}
body main .typesAssemblees > label:after {
	content:  "";
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-top: solid 5px #0808a8;
	position: absolute;
	right:  15px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
}

body main .typesAssemblees ul.select {
	position: absolute;
	top: 25px;
	left: 0;
	list-style: none;
	padding: 0;
	padding-top: 15px;
	margin:  0;
	border: solid 1px #0808a8;
	border-top: none;
	width: 100%;
	background: #FFF;
	border-radius: 0 0 6px 6px;
	display: none;
}
body main .typesAssemblees ul.select.open { display: block; }

body main .typesAssemblees ul.select li {
	position: relative;
	line-height: 30px;
	padding: 0 10px;
}
body main .typesAssemblees ul.select li label {
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	line-height: normal;
}
body main .typesAssemblees ul.select li label,
body main .typesAssemblees ul.select li input {
	display: inline-block;
}

body main .search {
	vertical-align:  top;
	display:  inline-block;
	margin-bottom: 15px;
}
body main .search input,
body main .search button {
	line-height: 30px;
	height: 30px;
	vertical-align: top;
	border-radius: 6px;
	background: none;
	padding: 5px;
	outline: none;
	color: #0808a8;
	border: none;
}
body main .search input {
	border:  solid 1px #0808a8;
	width: 352px;
	margin-right: 7px;
}
body main .search button {
	cursor: pointer;
}
body main .search button.annuler {
	display: none;
}
body main .search button img {
	height: 100%;
}

/* ### TABS FIN ### */






/* ### BLOCS ### */

body main .blocs .page { display: none; }
body main .blocs #page-1 { display: block; }

body main .pagination {
	margin-bottom: 10px;
    min-height: 35px;
}
body main .pagination .pagetab {
	display: inline-block;
	float: left;
	border:  solid 1px #0808a8;
	border-radius:  6px;
	padding: 5px 10px;
	margin-bottom: 5px;
	color:  #0808a8;
	margin-right: 5px;
	cursor: pointer;
}
body main .pagination .pagetab.active {
	background:  #0808a8;
	color:  #FFF;
}

body main .bloc {
	margin-bottom: 15px;
}

body main .bloc h2 {
	margin-bottom: 30px;
	position: relative;
	margin: 0;
	padding: 15px;
	padding-right: 45px;
	font-size: 16px;
	cursor:  pointer;
	border: solid 1px #0808a8;
	border-radius: 6px;
}
body main .bloc h2:after {
	content:  "";
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-top: solid 5px #0808a8;
	position: absolute;
	right:  15px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
}
body main .open h2:after {
	border-bottom: solid 5px #0808a8;
	border-top: none;
}
body main .bloc .contenu {
	border: solid 1px #0808a8;
	border-top: none;
	margin-top: -10px;
	padding-top: 10px;
	border-radius: 0 0 6px 6px;
	display:  none;
}

body main .bloc span.titre { margin-right: 15px; }
body main .bloc span.typeassemblee,
body main .bloc span.date { font-weight: normal; }
body main .bloc span.date { float: right; }
body main .bloc span.searchresult { margin-left: 15px; background: yellow; font-weight: lighter; }

body main .bloc .contenu .infos, body main  .contenu .lignes {
	display: inline-block;
	float: left;
	padding: 15px;
}

body main .bloc .contenu .infos {
	width: 30%;
}

body main .bloc .contenu .infos p {
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
body main .bloc .contenu .infos .dateconvoc {
	border-bottom: solid 1px #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

body main .bloc .contenu .lignes {
	width: 70%;
}
body main .bloc .contenu .lignes h3,
body main .bloc .contenu .infos h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 15px;
}
body main .bloc .contenu .lignes .ligne {
	border-top: solid 1px #ddd;
	margin-bottom: 15px;
	padding-top: 15px;
}
body main .bloc .contenu .lignes .ligne .txtcontenu { display: none; }
body main .bloc .contenu .lignes .ligne .right { float: right; }
body main .bloc .contenu .lignes table { width: 100%; }
body main .bloc .contenu .lignes table tr th,
body main .bloc .contenu .lignes table tr td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
body main .bloc .contenu .lignes table tr td {
	font-weight: bolder;
}
body main .bloc .contenu .lignes table tr th {
	padding-right: 15px;
	width:  240px;
}
body main .bloc .contenu .lignes table tr td a {
	font-weight: normal;
}

/* ### BLOCS FIN ### */




/* RESPONSIVE */

@media screen and (max-device-width:  768px), screen and (max-width:  768px) {

	body main .bloc span.date {
		display: block;
		width: 100%;
	}
	body main .bloc .contenu .infos,
	body main .bloc .contenu .lignes {
		width: 100%;
	}
	body main .bloc .contenu .infos {
		border-right: none;
		border-bottom: solid 1px #0808a8;
	}

}