/*-------------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-block;
	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;
	}