/*
Theme Name: Aropi 1.7
Version: 1.7
Description: version 2015
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marietta
*/



/* General
---------------- */
* { 
	outline: none; 
}
body {
	/* -webkit-font-smoothing: antialiased !important; */
	font-family: Georgia;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0em;
}
::-moz-selection {
	background-color: #a72a2f;
	color: white;
}
::selection {
	background-color: #a72a2f;
	color: white;
}
html, body {
	height: 100%;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
h1, h2, h3 {
	font-weight: normal;
	font-size: inherit;
	margin: 0;
}
a {
	color: black;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}
a:hover {
	color: #a72a2f;
	border-color: #a72a2f;
}

.page-wrapper {
	position: relative;
	width: 100%;
	max-width: 990px;
}
.wrapper {
	margin: 0 15px;
}
.clear {
	clear: both;
}
.inside {
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
.content-column {
	width:100%;
	max-width: 600px;
	position: relative;
}
.uppercase {
	text-transform: uppercase;
}
.table-display {
	display: table;
}
.cell-display {
	display: table-cell;
}
.red {
	color: #a72a2f;
}
.blue {
	color: #00a0e6;
}
input {
	border-radius: 0;
}


@media (min-width: 850px) {
	.wrapper {
		margin: 0 22px;
	}
}


/* Header
---------------- */
header {
	position: absolute;
	z-index: 4;
	left: 70px;
	right: 0;
	top: 25px;
	/* min-height: 30px; */
	/* overflow: hidden; */
}
header .header-content {
	/* 
display: flex;
	max-width: 500px;
	margin: 0 auto;
 */
 	
}
header .wrapper {
	margin-right: 50px;
}
header h1 {
	font-family: Georgia;
	font-size: 16px;
	color: #a72a2f;
	float:left;
	box-sizing: border-box;
	line-height: 1.2;
}
body.menu-open header h1 {
	display: none;
}
header #recherche {
	box-sizing: border-box;
	padding-right:0px;
	/* float:left; */
	/* flex-grow:1; */
	display: none; /* responsive */
	/* padding-right: 40px; */
	
	max-width: 500px;
	margin: 0 auto;
	
}
header #recherche form.search {
 
}
header #recherche input.search {
	border: none;
	font-family: Georgia;
	font-size: 20px;
	width:100%;
	padding-left: 0;
	padding-right: 0;
	border-left: none;
	border-right: 0;
	
	color: white;
	background-color: #00a0e6;
	padding-bottom: 1px;
	border-bottom: 1px solid white;
	
	text-align: center;
}
header #recherche input.search::-webkit-input-placeholder {
	color: #00a0e6;
}
header #recherche input.search::-moz-placeholder,
header #recherche input.search:-ms-input-placeholder,
header #recherche input.search:-moz-placeholder {
	color: #00a0e6;
}
header.searching #recherche {
	display: block;
}
header #loupe {
	background-image: url("images/loupe-01.svg");
	background-repeat:no-repeat;
	background-size: 100%;
	width:20px;
	height:21px;
	position: relative;
	display: inline-block;
  top: 8px; 
  cursor: pointer;
  display: none;
  margin: 0 auto;
}
header.searching #loupe,
header.searching h1 {
	display: none !important;
}
body.menu-open header #loupe {
	display: block;
}


#burger {
	position: absolute;
	top:-10px;
	right:0;
	cursor: pointer;
	width: 20px;
	height:20px;
	padding: 15px;
}
#burger ul {
	position: relative;
}
#burger ul li {
	width: 100%;
	height: 2px;
	margin: 4px 0;
	background-color: black;
}
body.menu-open #burger ul li {
	display:none;
}
body.menu-open #burger ul li:first-child,
body.menu-open #burger ul li:last-child {
	position:absolute;
	left:0;
	top:6px;
	display:block;
}
body.menu-open #burger ul li:first-child {
	transform: rotate(45deg);
}
body.menu-open #burger ul li:last-child {
	transform: rotate(-45deg);
}



/* Sidebar
---------------- */
nav.sidebar {
	position: relative;
	width: 100%;
	top:0px;
	left: 0px;
	z-index: 1;
	min-height: 90px;
	background-color: #00a0e6;
	font-family: Verdana, Serif;
	font-size: 14px;
}

body.menu-open nav.sidebar {
	min-height: 100%;
}

nav.sidebar a {
	text-decoration: none;
	border-bottom: none;
	border: none;
}
nav.sidebar .logo {
	padding: 15px;
}
nav.sidebar .logo a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('images/logo.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding:0;
}
nav.sidebar a.menu-btn:hover {
	background-image: url('images/logo_btn.svg');
}
nav.sidebar .container {
	display: none;
	padding-top: 5px;
	padding-bottom: 20px;
}


nav.sidebar .menu-container {
	margin-left: 10px;
}



nav.sidebar .wrapper {
	margin-right: 0px;
}
nav.sidebar .container ul.categories,
nav.sidebar .container ul.sub-menu {
	margin-bottom: 1em;
}
nav.sidebar .container ul.sub-menu {
	margin-left: 10px;
}
/* 
nav.sidebar::after {
	content: "";
	position:absolute;
	width: 32px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #00a0e6;
}
 */
nav.sidebar.open {
	/* background-color: #00a0e6; */
}
nav.sidebar.open::after {
	/* content: none; */
}
body.menu-open nav.sidebar .container {
	display: block;
}
/* nav.sidebar a.checkbox.checked, */
/* nav.sidebar ul li a:visited, */
nav.sidebar ul li.active>a,
nav.sidebar ul li.current-menu-item>a,
nav.sidebar ul li a:hover {
	color: #fff;
}
nav.sidebar a.checkbox {
	color: black !important;
}
nav.sidebar a.checkbox.checked .box,
nav.sidebar a.checkbox:hover .box {
	/* border-color: #fff; */
}

nav.sidebar ul li.menu-item-has-children>a {
	cursor: text;
}
nav.sidebar ul li.menu-item-has-children>a:hover {
	color: inherit;
}
nav.sidebar ul li.current-menu-ancestor>a {
	color: white !important;
}

nav.sidebar li.hidden a {
	visibility: hidden;
}
nav.sidebar li.hidden:hover a {
	visibility: visible;
}




/* Main
---------------- */
main {
	position: absolute;
	top: 108px;
	width: 100%;
}
body.menu-open main {
	display: none;
}

@media (min-width: 850px) {
	header {
		top: 57px;
		left: 0;
		z-index: 0;
	}
	header .wrapper {
		margin-right: 22px;
	}
	header h1 {
		display: block !important;
	}
	header #loupe {
		display: block;
	}
	header #recherche {
		padding-right: 0;
	}
	header #recherche input.search {
		color: black;
		background-color: transparent;
		padding-bottom: 1px;
		border-bottom: 1px solid #00a0e6;
	}
	nav.sidebar {
		position: fixed;
		width: 240px;
		bottom: 0;
		min-height: 100%;
	}
	nav.sidebar .container {
		top: 160px;
		display: block !important;
	}
	nav.sidebar .menu-container {
		margin-left: 0;
	}
	nav.sidebar .logo {
		padding-top: 18px;
    padding-left: 59px;
	}
	header #loupe {
		position: relative !important;
		right: auto !important;
	}
	header.searching #loupe {
		display: none !important;
	}
	nav.sidebar .logo a {
		width: 116px;
		height: 116px;
	}	
	main {
		display: block !important;
	}
	
}



/* Home
---------------- */
body {}

nav.filter {
	float:left;
	/* width:420px; */
	padding-top: 44px;
}
nav.filter ul li {
	display: inline-block;
	margin-right: 15px;
}
nav.filter ul li a {
	color: #00a0e6;
	text-decoration: none;
	border-bottom: none;
}
nav.filter ul li a:hover {
	color: #a72a2f;
}
a.checkbox {
	display:block;
	cursor: pointer;
}
.checkbox .box {
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	border: 1px solid black;
	position: relative;
	top: 6px;
	margin-right: 5px;
}
nav.filter .checkbox .box {
	border-color: #00a0e6;
}
/* 
.checkbox.checked .box::after {
	content:"×";
	position: relative;
	top: -8px;
	left: -1px;
	font-size: 13px;
}
 */
.checkbox.checked .box::before,
.checkbox.checked .box::after {
	content:"";
	position: absolute;
	background-color: black;
	width: 100%;
	height: 1px;
	top: 4px;
	left: 0px;
}
.checkbox.checked .box::before {
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox.checked .box::after {
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
nav.filter .checkbox.checked .box::after,
nav.filter .checkbox.checked .box::before {
	background-color: #00a0e6;
}




table {
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-family: Verdana, Serif;
	font-size: 14px;
}

table thead {
	display: none; /* responsive */
}
table tr {
	border-bottom: 1px solid #00a0e6; /* responsive */
	display: block;
	padding-top:4px;
	padding-bottom:4px;
}
table th {
	text-align: left;
	font-weight: normal;
}
table th a {
	color: #00a0e6;
	text-decoration: none;
	border-bottom: none;
}
table td a {
	/* cursor: pointer; */
	text-decoration: none;
	border-bottom: none;
}
table td a.email {
	/* text-decoration: underline; */
	padding-bottom: 1px;
	border-bottom: 1px solid black;
	word-break: break-word;
}
table td a.email:hover,
table td a.email.red {
	border-bottom: 1px solid #a72a2f;
}
table td,
table th {
	padding-top:0;
	padding-bottom:0;
	vertical-align: top;
	box-sizing: border-box;
	
	display: block; /* responsive */
}
table td:first-child,
table th:first-child {
	padding-left: 0px;
}
table td:last-child,
table th:last-child {
	padding-right: 0px;
}

table td.date,
table td.type,
table td.lieu  {
	font-family: Verdana;
	font-size: 14px;
}
table th.date {
	width: 100px;
}
table th.type {
	width: 160px;
}
table th a span {
	margin-right: 4px;
}

table th.sortable a {
	cursor: pointer;
}
table th.sortable a::after {
	position: relative;
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 14px;
	height: 19px;
	top: 3px;
	margin-left: 2px;
}
table th.sortable a.active.desc::after {
	background-image: url("images/arrow-down.svg");
}
table th.sortable a.active.asc:hover::after,
table th.sortable a.inactive.desc:hover::after {
	background-image: url("images/arrow-down-red.svg");
}
table th.sortable a.active.asc::after {
	background-image: url("images/arrow-top.svg");
}
table th.sortable a.active.desc:hover::after,
table th.sortable a.inactive.asc:hover::after {
	background-image: url("images/arrow-top-red.svg");
}



table.post-list {
	line-height: 20px;
}
table.post-list tr a {
	color: #00a0e6;
}
table.post-list tr td.title a {
	font-family: Georgia;
	font-size: 16px;
}
table.post-list tr td.title a:hover {
	color: #a72a2f;
}
table.post-list tr.seances.future a {
	color: black;
}
table.post-list tr.autres a {
	color: #999999;
}
table.post-list tr.seances.future td.date a,
table.post-list tr.seances.future td.type a {
	color: #a72a2f;
}




/* Pagination Navigation */
#pagination-nav {
	float: right;
}
#pagination-nav ul {
	position: relative;
}
#pagination-nav li {
	position: absolute;
}
#pagination-nav li.prev {
	right: 30px;
}
#pagination-nav li.next {
	right: 0px;
}
#pagination-nav li a {
	text-decoration: none;
	border-bottom: none;
	cursor:pointer;
	color: #00a0e6;
}
#pagination-nav li a:hover {
	color: #a72a2f;
}




table.post-list td.date {
	width: 50%;
	float:left;
}
table.post-list td.type {
	width: 50%;
	float:left;
	text-align:right;
}
table.post-list td.title {
	clear:both;
}


@media (min-width: 850px) {
	table thead {
		display: table-header-group;
	}
	table tr {
		border-bottom:none;
		display: table-row;
		padding-top:0;
		padding-bottom:0;
	}
	
	table td,
	table th {
		border-bottom: 1px solid #00a0e6;
		padding: 5px 10px;
		display: table-cell;
	}
	table th {
		padding: 4px 10px 6px;
	}
	
	table.post-list {
		line-height: inherit;
	}
	table.post-list th.date,
	table.post-list th.type,
	table.post-list th.lieu {
		width:100px;
	}


	
	table.post-list td.date {
		width: auto;
		float: none;
	}
	table.post-list td.type {
		width: auto;
		float: none;
		text-align:left;
	}
	
	table.selection td.date,
	table.selection td.type,
	table.selection td.lieu {
		width:100px;
	}
}



/* Single
---------------- */
.page-content {
	padding: 0 0 30px 0;
}
.page-content h2 {
	color: #00a0e6;
	font-size: 32px;
	font-weight: normal;
	font-family: Georgia;
	letter-spacing: 0.4px;
	line-height: 1.2;
}
.page-content .content-column {
	font-family: Georgia;
	font-size: 16px;
	line-height: 1.3;
	float: left;
}
.page-content .content-column .info {
	font-family: Verdana;
	font-size: 14px;
}
.page-content .content-column h3 .info {
	font-size: 20px;
}



.page-content .content-column ul  {
	padding-left:20px;
}
.page-content .content-column ul li::before {
	/* list-style-type: disc; */
	position:absolute;
	content: "–";
	left: -18px;
}
.page-content .content-column ul.no-bullet li::before {
	content: none;
}


.page-content .highlight {
	background-color: yellow;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
	margin-top: 1em;
}
.page-content h3 {
	color: #00a0e6;
	font-weight: normal;
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 0;
}
.page-content h4 {
	color: black;
	font-size: 20px;
	font-weight: normal; 
	margin-top: 10px;
	margin-bottom: -10px;
}
.page-content h5 {
	color: black;
	font-weight: bold;
	font-size: inherit;
	margin: 1em 0 1em 0;
}
.right-column {
	width: 66px;
	margin-top: 3px;
	clear: both;

	color: #00a0e6;
	font-family: Verdana;
	line-height: 1.3;
	font-size: 14px;
}

/* Custom bullets */
.page-content ul {
	padding-left: 40px;
	margin: 1em 0;
}
.page-content ul li {
	position: relative;
}
.page-content ul li span.bullet {
	position: absolute;
	right: calc(100% + 5px);
}

/* Membre comité table */
table.membre-comite {
}
.page-content table ul {
	padding-left:0;
	margin:0;
}
.page-content table td img {
	width: 100%;
	max-width: 120px;
	height:auto;
}

.content-column table {
	margin: 6px 0;
}

.wp-caption p {
	margin-top: 10px;
}


@media (min-width: 1050px) {
	.right-column {
		float: left;
		clear: none;
		padding-left: 40px;
	}
}


/* Colophon
---------------- */
.page-content.colophon .caption {
	margin-bottom: 17px;
	font-size: 14px;
}
.page-content.colophon h3 {
	margin-bottom: 17px;
}

/* Calendar
---------------- */
.calendar {
	margin-top: -19px; /* 38px; */
	width: 100%;
  margin-bottom: 22px;
}

.calendar .grid {
	border-top: 1px solid #00a0e6;
	box-sizing: border-box;
	font-family: Verdana, Serif;
}
.calendar .grid ul li {
	float: left;
	width: 14.2857142%;
	box-sizing: border-box;
	font-family: Verdana, Serif;
	font-size: 16px;
}
.calendar .grid ul li .square {
	position:relative;
	height: 40px;
	/* padding-bottom: 60%; */
}

.calendar .grid ul li a {
	position: absolute;
	left: 0px;
	top:0px;
	right: 0px;
	bottom:0px;
	display: block;
	width: 33px;
	height: 33px;
	margin: auto;
	text-align: center;
 	color: #00a0e6;
 	border-radius: 100%;
 	text-decoration: none;
 	border-bottom: none;
 	padding-bottom: 0;
}
.calendar .grid ul li.active a {
 	border: 2px solid #00a0e6;
}
.calendar .grid ul li.active.double a::before,
.calendar .grid ul li.active.multiple a::after {
 	/* content:""; */ /* responsive */
 	position: absolute;
 	border: 2px solid #00a0e6;
 	border-radius: 100%;
}
.calendar .grid ul li.active.double a::before {
	content:"";
}

.calendar .grid ul li.active.autres a {
 	border-color: #999999;
 	color: #999999;
}
.calendar .grid ul li.active.autres.double a::before,
.calendar .grid ul li.active.autres.multiple a::after {
 	border-color: #999999;
 	color: #999999;
}



.calendar .grid ul li.active.double a::before {
 	width:25px;
 	height:25px;
 	top:2px;
 	left:2px;
}
.calendar .grid ul li.active.multiple a::after {
 	width:25px;
 	height:25px;
 	top:6px;
 	left:6px;
}

.calendar .grid ul li.active.today.double a::before,
.calendar .grid ul li.active.today.double a::after,
.calendar .grid ul li.active.today.multiple a::before,
.calendar .grid ul li.active.today.multiple a::after,
.calendar .grid ul li.active.future.double a::before,
.calendar .grid ul li.active.future.double a::after,
.calendar .grid ul li.active.future.multiple a::before,
.calendar .grid ul li.active.future.multiple a::after,
.calendar .grid ul li.active a:hover::before,
.calendar .grid ul li.active a:hover::after,
.calendar .grid ul li.active.selected a::before,
.calendar .grid ul li.active.selected a::after {
 	border-color: #a72a2f !important;
}

.calendar .grid ul li.active a:hover {
 	border-color: #a72a2f;
 	color: #a72a2f;
 	cursor: pointer;
}
.calendar .grid ul li.active.today a,
.calendar .grid ul li.active.future a {
 	border-color: #a72a2f;
 	color: #a72a2f;
 	
}
.calendar .grid ul li.active.today a:hover,
.calendar .grid ul li.active.future a:hover,
.calendar .grid ul li.active.selected a {
 	background-color: #a72a2f;
 	color: white;
 	border-color: #a72a2f;
}

.calendar .grid ul li.autres.active.today a,
.calendar .grid ul li.autres.active.future a {
 	border-color: #999999;
 	color: #999999;
}
.calendar .grid ul li.autres.active.today a:hover,
.calendar .grid ul li.autres.active.future a:hover,
.calendar .grid ul li.autres.active.selected a {
 	background-color: #999999;
 	color: white;
 	border-color: #999999;
}


.calendar .grid ul li a .container {
 	display: table;
 	width:100%;
 	height: 100%;
}
.calendar .grid ul li a .container .content {
 	display: table-cell;
 	vertical-align: middle;
}
.calendar .grid ul li.today a {
	background-color: rgba(0, 160, 230, 0.1);
}

.calendar .grid ul li.month-after .square,
.calendar .grid ul li.month-before .square {
	background-color: rgba(0, 160, 230, 0.1);
}

.calendar ul.calendar-days {
	padding: 5px 0;
	border-top: 1px solid #00a0e6;
	border-bottom: 1px solid #00a0e6;
	font-family: Verdana, Serif;
}
.calendar ul.calendar-days li {
	display: inline-block;
	width: 14.2857142%;
	text-align: center;
	color: #00a0e6;
	text-transform:uppercase;
}

.calendar nav {
	padding: 5px 0;
	border-top: 1px solid #00a0e6;
	font-family: Verdana, Serif;
}
.calendar nav ul {
	text-align:center;
}
.calendar nav ul li {
	display: inline-block;
	margin: 0 20px;
	text-transform: uppercase;
}
.calendar nav ul li a {
	text-decoration: none;
	border-bottom: none;
	color: #00a0e6;
}
.calendar nav ul li a:hover {
	color: #a72a2f;
}

.checkbox {
	display: inline-block;
	width: 12px;
	height:12px;
	border: 2px solid #00a0e6;
	border-radius: 100%;
	position:relative;
	top: 2px;
	margin-right:10px;
}
.checkbox.checked {
	background-color: #00a0e6;
}
.calendar nav ul li a:hover .checkbox {
	border-color: #a72a2f;
}
.calendar nav ul li a:hover .checkbox.checked {
	background-color: #a72a2f;
}



.calendar nav .arrow {
	background-repeat:no-repeat;
	background-size: 100%;
	width:30px;
	height:16px;
	position: relative;
	display: inline-block;
  top: 3px;  
}
.calendar nav .left-arrow {
	background-image: url("images/arrow-left.svg");
  margin-right: 2px;
}
.calendar nav .right-arrow {
	background-image: url("images/arrow-right.svg");
  margin-left: 2px;
}
.calendar nav a:hover .left-arrow {
	background-image: url("images/arrow-left-red.svg");
}
.calendar nav a:hover .right-arrow {
	background-image: url("images/arrow-right-red.svg");
}
.calendar nav .current-month,
.calendar nav .current-page {
	display: inline-block;
	text-align:center;
	width: 150px;
	color: #00a0e6;
}


.calendar ul.selection {
	border-top: 1px solid #00a0e6;
}
.calendar ul.selection li {
	border-bottom: 1px solid #00a0e6;
	padding: 4px 0;
}
.calendar ul.selection li span.date,
.calendar ul.selection li span.title,
.calendar ul.selection li span.category {
	display: block;
}
.calendar ul.selection li span.date,
.calendar ul.selection li span.category {
	font-family: Verdana;
	font-size: 14px;
}
.calendar ul.selection li span.date {
	color: #a72a2f;
	margin-right: 15px;
}
.calendar ul.selection li span.category {
	float:right;
	width: 100px;
}
.calendar ul.selection li a.title {
	border-bottom: none;
	text-decoration: none;
}
.calendar table.post-list {
}
.calendar table.post-list thead tr:first-child {
	border-bottom: 2px solid #00a0e6;
}
.calendar table.post-list th {
	text-transform: uppercase;
}
.calendar nav .prev-page.no-page .arrow,
.calendar nav .next-page.no-page .arrow {
	visibility: hidden;
}

.calendar .clear {
	width:100%;
	border-top: 1px solid #00a0e6;
}

@media (min-width: 850px) {

	.calendar {
		margin-top: 38px;
	}
	.calendar .grid ul li .square {
		height: 60px;
	}
	.calendar .grid ul li a {
		width: 43px;
		height: 43px;
	}
	.calendar .grid ul li.active.double a::before {
		width:35px;
		height:35px;
	}
	.calendar .grid ul li.active.multiple a::after {
		content:"";
		width:27px;
		height:27px;
	}

	.calendar ul.selection li span.date,
	.calendar ul.selection li span.title,
	.calendar ul.selection li span.category {
		display: inline;
	}


}




/* Annuaire
---------------- */
table.annuaire {
	border-top: 1px solid #00a0e6;
	margin-top: 13px;
	margin-bottom: 22px;
}
table.annuaire td {
	padding: 10px 0;
}
table.annuaire td:first-child {
	padding-left: 0;
}
table.annuaire td:last-child {
	padding-right: 0;
}
table.annuaire td.nom li.fonction {
	color: #a72a2f;
}
table.annuaire img {
	display: block;
	margin: 3px 0;
}

/* Structure et Commission
--------------------------- */
table.structure {
	margin-top: 10px;
	margin-bottom: 20px;
	table-layout: auto;
	border-top: 1px solid #00a0e6;
}
table.structure td {
	padding: 10px 0;
}
table.structure td:first-child {
	padding-left: 0;
}
table.structure td:last-child {
	padding-right: 0;
}
table.structure td ul {
	margin: 0;
}
table.structure td.nom li.fonction {
	color: #a72a2f;
}
table.structure td.thumb {
	width: 120px;
}
table.structure td.thumb img {
	display: block;
	margin: 4px 0;
}


/* Commission
---------------------- */
table.commission tr:first-child td {
	border-top: 1px solid #00a0e6;
}
td.delegue li {
	margin: 3px 0;
}
td.delegue li a {
	/* text-decoration: underline; */
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}
td.delegue li a:hover {
	border-bottom: 1px solid #a72a2f;
}



/* Logo
---------------- */
.logo-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #00a0e6;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-bg .logo-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 30%;
	min-width: 150px;
	height: 100%;
	margin:auto;
}
.logo-bg .logo-container img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

.logo-bg a {
	position: absolute;
	display:block;
	width: 100%;
	height:0;
	padding-bottom:100%;
	top:0;
	bottom:0;
	margin:auto;
	border:none;
	z-index:10;
}

.logo-bg img.logo-btn,
.logo-bg .logo-container:hover img.logo {
	display: none;
}
.logo-bg .logo-container:hover img.logo-btn {
	display: block;
}



#intro-img {
	display: block;
	position:absolute;
	margin:auto;

	height:100%;
	width:auto;
	top:0;
	bottom:0;
	left:-3000px;
	right:-3000px;
}
#intro-img.panorama {
	width:100%;
	height:auto;
	top:-3000px;
	bottom:-3000px;
	left:0;
	right:0;
}




/* Form Inscription
----------------------------- */
.inscription-content {
	font-family: Verdana;
}
.inscription-content table tr {
	border-bottom: none;
}
.inscription-content table tr th,
.inscription-content table tr td {
	border-bottom: none;
	padding: 10px 0;
}

.inscription-content table td input.text-input {
	width: 100%;
	box-sizing:border-box;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	
	border: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #00a0e6;
	
	
}
.inscription-content table td input.text-input.short {
	width: 50px;
}

.inscription-content ul {
	margin:0;
}
.inscription-content li.table-display input.cell-display {
	margin-right: 8px;
}
.inscription-content input[type=submit] {
	font-family:inherit;
	font-size: inherit;
}

/* parrains */
.inscription-content tr.parrains th label {
	line-height: 40px;
}
.inscription-content tr.parrains td ol li {
	padding-top:10px;
	padding-bottom:10px;
}
.inscription-content tr.parrains th,
.inscription-content tr.parrains td {
	padding-top:0;
	padding-bottom:20px;
}


input.submit {
	background-color: transparent;
	padding: 5px 10px;
	border: 1px solid #00a0e6;
	
	cursor: pointer;
}
input.submit:hover {
	background-color: #a72a2f;
	color: white;
	border-color: #a72a2f;
}
.inscription-content input.submit {
	margin-top: 20px;
}

.inscription-content label.table-display {
	position: relative;
	overflow: hidden;
	margin-top: -2px;
	margin-bottom: 2px;
}
.inscription-content label.table-display input.hidden-checkbox {
	position: absolute;
	left: -100px;
}
.inscription-content label.table-display input.hidden-checkbox:checked + span.checkbox {
	background-color: #00a0e6;
}
.inscription-content label:hover .checkbox {
	border-color: #a72a2f;
}
.inscription-content label.table-display:hover input.hidden-checkbox:checked + span.checkbox {
	background-color: #a72a2f;
}
.inscription-content span.checkbox {
	top: 3px;
}
.inscription-content ol {
	padding-left: 25px;
	margin:0;
}
.inscription-content ol li {
}

.inscription-content li.specialite-autre {
	overflow: hidden;
}
.inscription-content li.specialite-autre input.text-input {
	margin-left: 5px;
  width: 214px;
}

.inscription-content td .anti-spam {
	display: table;
	width: 100%;
}
.inscription-content td .anti-spam * {
	display: table-cell;
	width: 63px;
}

.page-content .inscription-content ul  {
	padding-left:0;
}
.page-content .inscription-content ul li::before {
	content:none;
}

/* Search results
-------------------- */
#search-result-container table {
	margin-top: 4px;
	margin-bottom: 20px;
}
#search-result-container table {
	border-top: 1px solid #00a0e6;
}


/* Footer
-------------------- */
footer {
	clear: both;
}
footer #page-up {
	position: relative;
	display: none;
	cursor: pointer;
	width: 50px;
	margin: 0 auto;
	text-align: center;
	border-bottom: none;
}
footer #page-up .arrow {
	display: block;
	background-repeat:no-repeat;
	background-image: url("images/arrow-top-large.svg");
	background-size: 100%;
	width: 17px;
	height: 33px;
	
	position: absolute;
	top: -30px;
	left: 16px;
}
footer #page-up:hover .arrow {
	background-image: url("images/arrow-top-large-red.svg");
}

footer #page-up .text {
	font-family: Verdana;
  font-size: 12px;
  color: #00a0e6;
}
footer #page-up:hover .text {
  color: #a72a2f;
}

.page-template-template-annuaire footer .content-column,
body.blog footer .content-column {
	max-width: 700px;
}
@media (min-width: 1050px) {
	footer {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	footer #page-up {
	  position: absolute;
    right: -76px;
    bottom: 10px;
  }
	
	
	/* 
footer #page-up {
		position: absolute;
		width: auto;
		margin:0;
		right: -85px;
		top: -110px;
		padding: 10px 20px;
	}
 */
}


/* Media queries
-------------------- */
@media (min-width: 850px) {
	
	#burger {
		display: none;
	}
	/* Layout */
	.column {
		margin-left: 240px;
	}

	/* Tables */
	table.structure td,
	table.annuaire td {
		padding: 10px;
	}
	.inscription-content table tr th {
		padding-right: 10px;
	}
	.inscription-content table tr td {
		padding-left: 10px;
	}
	.inscription-content table tr {
		
	}
}











