a {
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  color: #482683;
  text-decoration: underline;
}

a:hover {
  color: #ee7937;
}
.fabrikErrorMessage.help-inline.text-danger{
  color:red;
  margin-top: -10px;
  margin-bottom: 20px;

}
.g-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 20vh;
  min-width: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-menu-overlay {
  display: none;
  width: 0px;
  height: 0px;
  min-height: auto;
  min-width: auto;
  margin: 0px;
  padding: 0px;
  border: 0px none #000;
  background-color: transparent;
  text-align: left;
  text-transform: none;
}

.g-feature {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.g-container-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5e0f713da622fb430232474b_5e04d6a54c88a6740a582b50_blue-shape.png'),   url('../../../images/custom/vyv/Shape2.png') ;
  background-position: 100% 100%, 0px 40%;
  background-size: auto 40%, auto 40%;
  background-repeat: no-repeat, no-repeat;
}

.g-grid {
  width: 100%;
}

#login-form {
  position: absolute;
  right: 0%;
  top: 0%;
  bottom: auto;
  margin: 40px;
}

.custom {
  width: 150px;
  height: 100px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.span12 {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}
.nav.link{
  margin-top: 15px;
}
.nav.nav-tabs.nav-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #482683;
  text-decoration: underline;
  padding-left:0;
}
input {
  display: block;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #2d1852;
  padding: 8px 12px;
  border: 1px solid #cccccc;
}


#username {
  height: 48px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #2d1852;
}

#username::-webkit-input-placeholder {
  background-color: #fff;
  color: #482683;
}

#username:-ms-input-placeholder {
  background-color: #fff;
  color: #482683;
}

#username::-ms-input-placeholder {
  background-color: #fff;
  color: #482683;
}

#username::placeholder {
  background-color: #fff;
  color: #482683;
}

.validate-password {
  height: 48px;
  background-color: #fff;
  color: #482683;
}

.validate-password::-webkit-input-placeholder {
  color: #482683;
}

.validate-password:-ms-input-placeholder {
  color: #482683;
}

.validate-password::-ms-input-placeholder {
  color: #482683;
}

.validate-password::placeholder {
  color: #482683;
}

.g-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #482683;
}

.em-menufooter {
  margin-right: 25px;
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.em-menufooter:hover {
  color: #ee7937;
}

.em-logofooter {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.g-page-surround {
  display: block;
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin: 0px;
  padding: 0px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: transparent;
  text-transform: none;
}

.star {
  color: #ee7937;
}

.text-span-2 {
  color: #ee7937;
}

.btn {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 12px;
  padding: 16px 30px;
  background-color: #482683;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms ease, -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms ease;
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms ease, -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.btn:hover {
  background-color: #82358b;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.btn-primary {
  width: 100%!important;
  margin-top: 15px!important;
  margin-bottom: 12px!important;
  padding: 16px 30px!important;
  background-color: #482683!important;
  color: #fff!important;
  text-align: center!important;
  text-decoration: none!important;
  text-transform: uppercase!important;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53)!important;
  transition: background-color 200ms ease, -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53)!important;
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms ease;
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), background-color 200ms ease, -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.btn-primary:hover {
  background-color: #82358b!important;
  -webkit-transform: translate(0px, -3px)!important;
  -ms-transform: translate(0px, -3px)!important;
  transform: translate(0px, -3px)!important;
}
.em-register{
  display:block;
  background-color: #2CBFDC;
}
.em-register:hover{
  background-color: #482683;
  color:white;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.gantry-g-helium-style-site-com_users-view-login-no-layout-no-task-dir-ltr-login-em-formregistrationcenter-em-sectionlogin-itemid-1135-outline-25-g-joomla-gantry4-g-style-preset4 {
  background-color: #f5f5f5;
  font-family: Wigrum, sans-serif;
}

.form-validate {
  color: #482683;
}

.alter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee7937;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.em-rowfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-home{
  display:none;
}
.alert-danger{
display:none;
}
.alert-error{
  color:red;
}
.alert-error .close{
  display:none;
}
.alert-message
{
	text-align: center !important;
	color: #482683 !important;
	width:450px;
	margin:0 auto;
}
.alert-message .close{
  display:none;
}
.alert-heading
{
	text-align: center;
	color: #EE7937;
	margin-bottom: 0px;
}
.alert.alert-warning a.close, .alert.alert-notice a.close{
  display:none;
}
.reset .page-header h1{
  color:#482683;
}
.reset fieldset > p{
  color:#636363;
}
.popover{
  display:block!important;
}
#user-registration fieldset > p{
  margin-bottom:20px;
}
.em-containerbottomfooter{
  height:15vh;
}
._w-container{
  height:100%;
}
.em-rowfooter{
  height:100%;
}
.em-wrappermenufooter{
  display:flex;
  flex-direction:row;
  justify-content:center;
}
.em-fileAttachment-link {
	padding-top: 0px;
    height: 20px;
    padding-bottom: 30px;
}
.element.style {
    width: 20px!important;
    height: 20px;
    border-radius: 50%;
}
.em-deleteFile {
	width: 15px!important;
    border-radius: 50%!important;
    margin-top: 15px!important;
    margin-bottom: 12px!important;
    padding: 15px 15px!important;
    padding-top: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 15px!important;
    padding-left: 15px!important;
    background-color: #482683!important;
    color: #fff!important;
    text-align: center!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
	background: url('../../../images/custom/vyv/5e02227e8d72cc96258957b8_Plus.svg');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
 }
@media (max-width: 991px) {
  .g-navigation {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .g-feature {
    height: auto;
  }
  .g-container-main {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .g-footer {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .em-menufooter {
    margin-right: 22px;
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
.btn.btn-default {
    width: 40px;
    height: 40px;
    background-image: url("/projet/templates/emundus_vanilla/images/logout_white.png");
    background-size: 35%;
    background-repeat: no-repeat;
    color: transparent;
    background-position: center center;
    border-radius: 50%;
    font-size: 0px;
    line-height: 0px;
    padding: 0px !important;
}

  .g-navigation {
    padding-bottom: 15px;
  }
  ._w-col {
    padding-top: 20px;
  }
  .em-wrappermenufooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .em-menufooter {
    margin-right: 9px;
    margin-left: 9px;
  }
  .em-rowfooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 479px) {
  .g-container-main {
    display: block;
    padding-top: 56px;
    padding-bottom: 80px;
  }
  .g-grid {
    width: 100%;
  }
  .span12 {
    width: 90%;
  }
  .em-wrappermenufooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .alter {
    width: 90%;
  }
  .em-rowfooter {
    width: 100%;
  }
  .alert-message{
  	width:90%;
  }
}

@font-face {
  font-family: 'Ariatextg1';
  src: url('../fonts/AriaTextG1-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Ariatextg1';
  src: url('../fonts/AriaTextG1-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Ariatextg1';
  src: url('../fonts/AriaTextG1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ariatextg1';
  src: url('../fonts/AriaTextG1-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Ariatextg1';
  src: url('../fonts/AriaTextG1-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Ariatextg1';
  src: url('../fonts/AriaTextG1-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Wigrum';
  src: url('../fonts/Wigrum-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}