body {
    font-family: verdana!important;
    font-size: 12px!important;
}

a.button {
	padding: 5px;
	margin: 10px;
}

#comments {
    margin: 0!important;
}

p.welcomme {
	font-size: 1.1em;
	margin: 20px auto;
	text-align: center;
}

div.meeting-photo {
	margin: 20px auto;
	text-align: justify;
	width: 500px;
}

div.meeting-no-photo {
	margin:20px auto;
	text-align:center;
	width:500px;
}

div.fiscal-receipt {
	border: 1px solid #000;
	margin: 10px 15%;
	padding: 20px;
}

div.previous-meeting {
	margin: 20px;
}

a.cmema-menu  {
	background-color: #f6f7f7;
	border: 1px solid #0a4b78;
	border-radius: 3px;
	color: #2271b1;
	margin: 0 5px 0 0;
	padding: 5px 20px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	
}
a.cmema-menu:hover {
	color: #000;
	background-color: none;
}

ul.cmema-nav {
	clear: both;
	display: inline-flex;
	margin: 10px;
	padding: 5px;
	width: 100%;
}

ul.cmema-nav a {
	background-color: #f6f7f7;
	border: 1px solid #0a4b78;
	border-radius: 3px;
	color: #2271b1;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 5px 20px;
	text-decoration: none;
	white-space: nowrap;
	
}

ul.cmema-nav a:hover {
	background-color: none;
	color: #000;
}

.nonotice {
	background-color: none!important;
	border: 1px solid #c3c4c700!important;
	margin: 5px 0 15px!important;
}

.nonotice p {
	margin: .5em 0;
	padding: 2px;
}

.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-wrapper {
    overflow: hidden;
    width: 90%;
    margin: 10px 0;
}

.accordion {
    width: 100%;
    color: #000;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion: last-child {
    margin-bottom: 0;
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: #fff;
	border-bottom: 1px solid #c3c4c7;
    cursor: pointer;
    font-size: 14px;
}

.accordion-label: hover {
    background: #fff;
}

.accordion-label: : after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-content p {
    margin: 0;
    color: rgba(4,57,94,.7);
    font-size: 18px;
}

input:checked + .accordion-label {
    background: #fff;
}

input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}

.accordion-content td:last-child::before {
	content: ": ";
}
	
.accordion-content td:first-child {
	text-align: right;
	padding: 5px 0 5px 5px;
}	
	
.accordion-content td:last-child {
	text-align: left;
	padding: 5px;;
}	
	

fieldset {
    background-color: #fff!important;
	border: 1px solid #c3c4c7!important;
	margin: 20px;
	padding: 10px;
}

legend {
	font-weight: 300;
	padding: 0 20px 20px 80px!important;
}

.tooltip {
	background-color: #ddd;
	border: 1px solid #777;
	border-radius: 3px;
	cursor: help;
	display: block;
	padding: 5px;
	position: relative;
	width: 50px;
}

.tooltip .tooltiptext {
	background-color: #ddd;
	border: 1px solid #777;
	border-radius: 3px;
	color: #000;
	left: 70px;
	padding: 5px 10px;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 500px;
	z-index: 1;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

#adminmenu li.wp-menu-separator {
    background-color: #eee!important;
}

#primary {
    margin-right: 0!important;
}

#secondary {
    border-left: 1px solid #ccc;
    margin-left: 0!important;
    padding-left: 10px!important;
}

.cmema-video-partie-gauche,
.cmema-conference-partie-gauche {
    float: left;
	width: 30%;
}

.cmema-video-partie-gauche img,
.cmema-conference-partie-gauche img {
    border: 1px solid #ccc;
    height: 300px;
    width: 211px;
	float: left;
}

.cmema-video-partie-gauche .cmema-sans-bordure {
	border: 0;
	cursor: help;
	float: left;
	margin: 0 30px 15px 0;
}

.cmema-video-partie-droite,
.cmema-conference-partie-droite {
    float: left;
    margin-left: 15px;
	width: 60%;
}

.cmema-video-partie-droite p:first-child,
.cmema-conference-partie-droite p:first-child {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 10px;
}

.cmema-video-partie-droite p:nth-child(2),
.cmema-conference-partie-droite p:nth-child(2) {
    margin: 10px 0;
    text-align: left;
}

.cmema-video-partie-droite p:nth-child(3),
.cmema-conference-partie-droite p:nth-child(3) {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    margin-bottom: 10px;
}

.cmema-conference-partie-droite p:nth-child(4),
.cmema-conference-partie-droite p:nth-child(5) {
    margin: 5px ;
}

.cmema-video-partie-droite a {
}

.cmema-video-playlist {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding: 20px;
}

.cmema-video-content p:first-child,
.cmema-video-comments p:first-child,
.cmema-video-links p:first-child,
.cmema-conference-audio p {
    font-size: 1.3em;
	padding: 20px 0 10px 0!important;
}

.cmema-video-content,
.cmema-video-comments,
.cmema-video-links {
    font-size: 1.1em;
	padding: 20px;
}

.cmema-video-links li {
    list-style-type: none;
    margin: 10px 0;
}

.cmema-clearboth {
    clear: both;
}

.cmema-conference-partie-gauche .cmema-sans-bordure {
	border: 0;
	cursor: help;
	float: left;
	margin: 0 30px 15px 0;
}

.cmema-conference-partie-gauche #cmema-image-gauche {
    border: 1px solid #ccc;
	cursor: help;
    height: 300px;
    width: 211px;
	float: left;
}

.cmema-conference-partie-gauche #cmema-image-gauche-large {
    height: 708px;
    width: 500px;
	border: 1px solid #000;
	display: none;
	position: absolute;
	right: 25%;
	top: 100px;
	z-index: 9999
}

#cmema-video-content,
#cmema-conference-content {
	padding: 20px 0 0 20px;
}

#cmema-conference-album {
	clear: both;
	font-style: italic;
}

#cmema-conference-content p {
	padding: 0;
	text-align: justify;
}

.cmema-conferencier {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: bold;
}

.cmema-conference-audio {
	font-weight: bold;
    padding-top: 20px!important;
	text-align: justify;
}

.cmema-partie-gauche {
    float: left;
	width: 30%;
}

.cmema-partie-droite {
    float: left;
    margin-left: 20px;
	width: 55%;
}

.standard {
    border-collapse: collapse;
	margin: 30px 0 0 0;
	width: 40%;
}

.standard td {
	border: 1px solid #000;
	padding: 5px 5px 5px 10px;
}

table.view_User {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 10px auto 20px auto;
    width: 80%;
}

table.view_User td {
    border: 1px solid #000;
    padding: 5px 0 5px 20px;
}

#loginpublic {
    margin-top: 5%;
}

#loginpublic p {
    margin: 10px 0;
}

.cxn-site-description {
    font-size: 2em;
    padding: 10px 0 10px;
    text-align: center;
}

div#content:first-child {
    text-align: center;
}

/*
.toplevel_page_cxn-pupenvol-meetings-list {
	pointer-events: none;
}

.message {
	position: fixed;
	top: 20%;
	left: 10%;
	width: 80%;
	background-color: #FFF;
	color: #000;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*/