/*-------------form--------------*/

.customLoginForm label {
    width: 100px;
    display: inline-block;
}

#customLoginSubmit {
	background-color: #b2b2b2;
    display: inline-block;
    padding: .5em 1em;
    color: #000;
    font-weight: 700;
    margin-top: 1em;
	transition:  all .5s ease 0s;
	border:none;
}

#customLoginSubmit:hover {
	background-color: #00938b;
	background-color: #246cb1;
    color: #fff;
}

#customLoginPass {
    height: auto;
    padding: 0;
    background-color: #fff;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*---------end-form--------------*/

.blockLoginHeaderCL {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
	height:100%;
}

.blockLoginHeaderCL > div {
	width: auto;
	margin: 0;
	display: inline-block;
}
.blockLoginHeaderCL h3{
	color: #fa9c18;
	font-size: 1em;
	margin-bottom: 0;
	display:inline;
}
.blockLoginHeaderCL h4{
	font-size: .8em;
	font-style: italic;
	display:inline;
	color: #25b4b1;
}
.blockLoginHeaderCL a.header_top-button{
	background:none;
	display:inline;
}

/*Account page*/
.myAccount {
	font-family: 'Montserrat', sans-serif;
	margin-top: 2em;
}
.myAccount > div {
	display: inline-flex;
	vertical-align: top;
}
.mAfirst, .mAsecond {
	background-color:#f3f3f3;
	width:calc(50% - 1em);
	margin:1em .5em;
	box-shadow: 0px 5px 10px 0px #b4b3b3;
}
.mAfirst {
	margin-left:0;
}
.mAsecond {
	margin-right:0;
}
.mAfirst span, .mAsecond span {
    width: 100%;
    display: inline-block;
    font-weight: 400;
}
.mAfirst span span, .mAsecond span span {
	font-weight: 700;
    width: 50%;
	text-transform: capitalize;
	vertical-align:top;
}
.mAfirst span span.contenuInfoAccount, .mAsecond span span.contenuInfoAccount {
	font-weight: normal;
	text-transform: none;
}
.mAfirst h1 {
	color:#fff;
	font-size: 1.5em;
}
.mAfirst h2 {
	font-size:1em;
	color:#000;
}
.mAsecond h3{
	color:#00938b;
	color:#246cb1;
	font-size:1em;
}
.mAaccount, .mAcontact {
	width:48%;
	display: inline-block;
	vertical-align:top;
}
.innerWrap {
	width:calc(100% - 2em);
	padding:2em 1em;
}
.mAhead {
	width:100%;
	display: flex;
}
.mAhead .mAheadIcon {
	display: inline-flex;
}
.mAheadIcon i {
    font-size: 2em;
    margin: auto;
}
.mAheadTitre {
	display: inline-flex;
}
.mAheadTitre h1 {
	
}
.mAhead h1 {
    color: #00938b;
    color: #246cb1;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin-bottom: 0 !important;
    padding: 0 1em;
	vertical-align: middle;
}
.mAhead .mAlogout {
	display: inline-block;
	display: inline-flex;
    vertical-align: middle;
}
.mAhead .mAlogout a {
	background-color: #b2b2b2;
    color: #fff;
    padding: .5em 1em;
	font-weight: 700;
	transition:  all .5s ease 0s;
}
.mAhead .mAlogout a:hover {
	background-color: #00938b;
	background-color: #246cb1;
}
.mAhead span {
	display:inline-block;
}
.mAseparateur {
	display:block;
	margin: 1em 0;
	border: 1px solid #00938b;
	border: 1px solid #246cb1;
}
.mAbutton {
	background-color: #b2b2b2;
    display: inline-flex;
    padding: .5em 1em;
    color: #000;
    font-weight: 700;
    margin-top: 1em;
	transition:  all .5s ease 0s;
}
.mAbutton:hover {
	background-color: #00938b;
	background-color: #246cb1;
    color: #fff;
}
.mAbutton img {
    margin-right: 1em;
}
/*.mAblind {
	display: none !important;
}*/
.myAccount .mAadministrable {
	background-color: #eaeaea;
    display: block;
    width: calc(100% - 1em);
    height: 500px;
    margin: 1em 0;
}

/*menu header top*/
.customLoginMenuHeader {
	position:absolute;
	right:0;
	top:0;
    z-index:42;
    height:40px;
}


.customLoginMenuHeader:hover .customLoginMenuHeaderRoll {
	max-height:500px;
	padding: 35px 25px;

}
.customLoginMenuHeaderRoll {
	max-height: 0;
	overflow: hidden;
    transition:all .5s ease 0s;
    padding:0px;
    top:40px;
    z-index:1664;
}
.customLoginMenuHeaderRollPart {
	padding: 1em;
}
.customLoginMenuHeaderRollPart > div {
	padding:0;
}
.customLoginMenuHeaderRollPart > div i{
	margin: 0 1em 0 0;
    display: inline-block;
    min-width: 15px;
}
.customLoginMenuHeaderRollMoreMemberFromTo {
    width: 100%;
    color: #fff;
    font-size: 1em;
}
.customLoginMenuHeaderRollSep {
	border-bottom: 1px solid #fff;
    margin: .5em;
}
.clmhTitle {
	font-size: 1.5em;
    text-transform: capitalize;
}
.clmhStrong {
	font-weight:600;
}

/* lightbox like */

	.unicornChariot {
		position:fixed;
		width:100vw;
		height:100vh;
		display:flex;
		top:0;
		left:0;
	}
	.unicornMessage {
		background-color: #fff;
		margin: auto;
		padding: 2em;
		width: 400px;
		box-shadow: 0px 0px 3px 0px rgba(1,1,1, 0.5);
		position: relative;
		height: auto;
		display: flex;
		font-family: sans-serif;
		top:250;
		opacity:0;
	}
	.unicornClose {
		position: absolute;
		top: 0;
		right: 0;
		padding: .5em;
		background-color: #0a5f62;
		background-color: #246cb1;
		color: white;
		width: 20px;
		height: 20px;
		font-size: 1em;
		font-family: sans-serif;
		text-align: center;
		cursor: pointer;
		line-height: 0;
	}
	.unicornButton {
		background-color: #0a5f62;
		background-color: #246cb1;
		color: #fff;
		display: inline-block;
		width: 150px;
		padding: 1em;
		text-align: center;
		cursor: pointer;
		margin: 2em .5em 0;
		font-size: .9em;
		transition: all .5s ease 0s;
	}
	.unicornButton:hover, .unicornClose:hover {
		background-color: #3d8b8a;
		background-color: #73a5d5;
		color: #0a5f62;
		color: #fff;
	}
	.innerWrapUnicorn {
		margin: auto;
		text-align: center;
	}
	.unicornText {
		text-align: center;
		padding: 1em 0;
	}
	.sad {
		background-color: #989898;
	}/*Ricardo Rodríguez got style !*/

/*Formulaire de connexion*/
.RrFormBlock {
	display:inline-block;
	vertical-align: top;
}

.customLoginForm {
	margin: 2em 0;
}

.RrFormMessage {
	margin: 2em 0;
}

.customLoginForm label {
	width: 100px;
}

.customLoginForm input[type="text"], 
.customLoginForm input[type="password"],
.customLoginForm input[type="email"],
.customLoginForm textarea {
    border: 1px solid #e5e5e5;
    padding: 5px 10px !important;
    border-radius: 5px;
    font-size: 16px !important;
    margin: 5px;
}

.customLoginForm #customLoginPass {
    height: auto;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
	border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.NySm {
	width: auto;
}

.NySm input[type="checkbox"] {
	display:none;
}

.NySm i {
	font-size: 1.5em;
	vertical-align: middle;
}

/*Menu header*/
#bandeauCustomLoginMenuHeader{
left: 50%;
top: 0px;
width: 1080px;
max-width:80%;
transform: translate(-50%,0%);
z-index:5;
position:absolute;
}
.customLoginMenuHeader {
	position: absolute;
	top: 15px;
	z-index: 150000;
	height: 2em;
	color: #ffffff;
	max-width:360px;
	margin:auto;
	vertical-align: middle;
	line-height: 2em;
	text-align: right;
right:0px;

}

.et_fixed_nav .customLoginMenuHeader {
	top: 32px;
}

.customLoginMenuHeaderRoll {
	background-color: rgba(0,0,0,.8);
	max-height: 0;
	width: 360px;
	position: absolute;
	top: 2.3em;
	right: 0;
	text-align: left;
	border-bottom-left-radius: 20px;
}

.customLoginMenuHeader:hover .customLoginMenuHeaderRoll{
    max-height: 100vh;
    padding: 35px 25px;
}

.customLoginMenuHeader span {
    width: 100%;
}

.customLoginMenuHeaderRoll .page-top__login strong {
	font-size: 2rem;
}

.customLoginMenuHeaderRoll .page-top__login-box--border {
    padding: 15px 0px;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin: 15px 0px;
}

.customLoginMenuHeaderRoll .page-top__login p {
    color: white;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0px;
    font-weight: 300;
}

.customLoginMenuHeaderRoll .page-top__login-heading {
    font-size: 1.8rem;
}


.et_fixed_nav #bandeauCustomLoginMenuHeader {
	top: 32px;
}

.customLoginMenuHeaderTop a {
    color: white;
}

.rrButtonAccount {
	
}

/*quick fixe*/
.et_header_style_centered #main-header {
    /*padding: 2.5em 0 !important; */
}

@media screen and (max-width: 600px) {
	.myAccount .mAfirst, 
	.myAccount .mAsecond {
		display: flex;
		width: 100%;
		margin-left: 0;
	}
	.mAfirst span, .mAsecond span {
		width: 100%;
		display: block;
		font-weight: 400;
	}
	.mAfirst span span, .mAsecond span span {
		width: 100%;
	}
	.customLoginMenuHeader {
		position: absolute;
		right: 0;
		top: 15px;
		z-index: 150000;
		height: 2em;
		color: #ffffff;
		max-width: 360px;
		margin: auto;
		vertical-align: middle;
		line-height: 2em;
		text-align: right;
		padding-right: 2rem;
	}
	.mAhead .mAlogout a {
		height: auto;
		margin: auto;
	}
	.mAhead .mAheadIcon {
		display: none;
	}
	.mAhead h1 {
		padding: .5em 0;
	}
	.mAhead {
		width: 100%;
		display: block;
	}
	.mAhead span {
		display: block;
		width: 100%;
	}
	.myAccount > div {
		display: block;
		vertical-align: top;
	}
}
/*form admin*/
#formEelaNewUser div {
	padding: .2em;
}
#formEelaNewUser label {
    width: 80px;
    display: inline-block;
}
#listMemberEela span {
    min-width: 150px;
    display: inline-block;
    margin: .5em;
    border-right: #417282 1px solid;
    padding: .5em;
}
#listMemberEela li {
    margin: .5em 0;
    background-color: aliceblue;
    border: #628cb0 1px solid;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #cacace;
}/* empty */.blockRonRay form .inputGroup  {
	display: none;
}


#vote-box-1 .inputGroup.bm-12,
#vote-box-vp2 .inputGroup.bm-13,
#vote-box-2 .inputGroup.bm-14, 
#vote-box-3 .inputGroup.bm-15, 
#vote-box-4 .inputGroup.bm-16, 
#vote-box-5 .inputGroup.bm-17,
#vote-box-6 .inputGroup.bm-18,
#vote-box-7 .inputGroup.bm-19,
#vote-box-8 .inputGroup.bm-23,
#vote-box-9 .inputGroup.bm-25,
#vote-box-10 .inputGroup.bm-29,
#vote-box-11 .inputGroup.bm-30,
#vote-box-12 .inputGroup.bm-31,
#vote-box-13 .inputGroup.bm-32
{
	display: block;
}


.blockRonRay{
	width: 300px;
	background-color: #e0e0e0;
	padding: 1.5em;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,.2);
	margin: 2em 0;
}
.blockRonRay h1{
	color:#010101;
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: bold;
}
.blockRonRay .description{
	color:#010101;
	font-size:0.9em;
}
.blockRonRay input, .blockRonRay label {
	color:#010101;
}
.blockRonRay input[type="submit"] {
	margin-top: 1em;
	margin-bottom: 0.1em;
	width: 50%;
	border: #072970 solid 2px;
	padding: .2em 2em;
	border-radius: 10px;
	font-size: 1.5em;
	color: #072970;
	transition: .5s all 0s ease;
}
.blockRonRay input[type="submit"]:hover {
	color: #ffffff;
	background-color:#072970;
}

/*Custom radio button*/
.inputGroup {

    position: relative;
    margin: 1em 0;
    height: 2em;
	cursor:pointer;

}
.inputGroup input {
	position: absolute;
	width: 2em;
	height: 2em;
	top: 0;
	left: 0;
	cursor:pointer;
}
.puce {
	content: "";
	position: absolute;
	width: 2em;
	height: 2em;
	background-color: aliceblue;
	border-radius: 100%;
	top: 0;
	left: 0;
	transition:.5s all 0s ease;
	line-height: 2em;
	text-align: center;
	color:#fff;
	pointer-events: none;
}
.inputGroup:hover .puce {
	background-color: #b6c6e9;
}
.inputGroup label {

    padding: 0 0 0 3em;
    width: calc(100% - 3em);
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    line-height: 2em;
    transition: .5s all 0s ease;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
	cursor:pointer;
}

.inputGroup:hover label {
	background-color: aliceblue;
	color:#072970;
}

.inputGroup input:checked ~ label {
	background-color: aliceblue;
	color:#072970;
}

.inputGroup input:checked ~ .puce  {
	background-color:#7792cc;;
}

.inputGroup .aUnVote {
	background-color:#7792cc;;
}#display {
	background-size: cover;
}

#display .innerDisplay {
	display: block;
    width: calc(100% - 1em);
    height: 500px;
    margin: 1em 0;
}

#display h1 {
    color: #fff;
    text-align: center;
    padding: 2em;
	background-color: #000;
}

#display p {
	color:#fff;
	text-align: center;
	width: 40%;
	margin: auto;
	background-color: #000;
}