@media (max-width: 767px) {
  .page-template-user-account > footer {
    margin-top: 0px;
  }
}

#error-account, .activation-account {
  position: relative;
  z-index: 100;
}

.account-container {
  background: url("img/account/account-background.jpg") no-repeat center top #f3f3f3;
  background-size: 100% auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .account-container {
    margin: 0 -20px;
  }
}
.account-container > .inner {
  padding: 100px;
}
@media (max-width: 767px) {
  .account-container > .inner {
    padding: 40px 0px;
  }
}
@media (max-width: 400px) {
  .account-container > .inner {
    padding: 40px 0px 0px;
  }
}
.account-container h1 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.1;
  font-family: "museo-sans";
  margin: 0 auto 60px;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .account-container h1 {
    margin: 0 auto 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.account-container h1 strong {
  font-family: "museo-sans";
}
.account-container.loggin .form-container {
  margin: 0 auto;
  max-width: 400px;
}
.account-container.loggin .form-container .nav-tabs {
  margin: 0px;
  border: none;
}
@media (max-width: 767px) {
  .account-container.loggin .form-container .nav-tabs li {
    width: 50%;
  }
}
.account-container.loggin .form-container .nav-tabs li.active > a {
  background: white;
}
.account-container.loggin .form-container .nav-tabs li.active > a .txt {
  opacity: 1;
}
.account-container.loggin .form-container .nav-tabs li > a {
  text-align: center;
  white-space: nowrap;
  margin: 0px;
  border: none;
  background: #fafafa;
  border-radius: 0px;
  font-size: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: inherit;
  text-transform: uppercase;
  padding: 0px 25px;
  line-height: 42px;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdfdfd 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fdfdfd", endColorstr="#eeeeee",GradientType=0 );
}
.account-container.loggin .form-container .nav-tabs li > a .txt {
  opacity: 0.5;
}
.account-container.loggin .form-container .nav-tabs li > a strong {
  font-family: "museo-sans";
}
.account-container.loggin .form-container .tab-content .tab-pane {
  text-align: center;
  margin: 0px !important;
}
.account-container.loggin .form-container .tab-content .tab-pane .inner {
  position: relative;
  text-align: left;
  background: white;
  padding: 50px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
.account-container.loggin .form-container .tab-content .tab-pane > a {
  display: inline-block;
  font-weight: 500;
  margin-top: 20px;
  color: inherit;
  font-size: 10px;
  font-size: 1rem;
  opacity: 0.5;
  text-decoration: underline !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .account-container.loggin .form-container .tab-content .tab-pane > a {
    display: none;
  }
}
.account-container.loggin .form-container .tab-content .tab-pane > a strong {
  font-family: "museo-sans";
}
.account-container.loggin .form-container .fb-login {
  background: #3d5a96;
  text-align: center;
  color: white;
  padding: 0px 20px;
  line-height: 42px;
  display: block;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.account-container.loggin .form-container .or {
  margin: 20px auto;
  font-family: "museo-sans";
  text-align: center;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.account-container.loggin .form-container form legend {
  font-size: 1rem;
  font-size: 10px;
  font-weight: 700;
  border: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.account-container.loggin .form-container form fieldset {
  margin-top: 30px;
}
.account-container.loggin .form-container form .form-group {
  margin: 0px;
}
.account-container.loggin .form-container form .form-group + .form-group {
  margin-top: -1px;
}
.account-container.loggin .form-container form .form-control {
  border-radius: 0px;
  border-color: #e7e7e7;
  box-shadow: none;
  outline: none;
  height: 44px;
  padding: 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500 !important;
  color: #262629;
}
.account-container.loggin .form-container form .form-control.parsley-error {
  border: 3px solid red;
  background: white;
  color: red;
}
.account-container.loggin .form-container form .form-control:focus {
  background: #f8f8f8;
}
.account-container.loggin .form-container form .bootstrap-select {
  padding: 0px !important;
}
.account-container.loggin .form-container form .bootstrap-select .dropdown-toggle {
  height: 44px;
  padding: 0 15px;
  border-radius: 0px;
  line-height: 44px;
  border: 1px solid #e7e7e7;
}
.account-container.loggin .form-container form .bootstrap-select .dropdown-toggle .filter-option {
  margin: 0px !important;
  text-transform: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500 !important;
  color: #262629;
}
.account-container.loggin .form-container form .bootstrap-select .dropdown-toggle .caret {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  left: inherit !important;
  margin-top: -2px !important;
}
.account-container.loggin .form-container form .bootstrap-select > .dropdown-menu {
  padding: 15px 0px !important;
  background: #f8f8f8 !important;
}
.account-container.loggin .form-container form .bootstrap-select > .dropdown-menu .dropdown-menu {
  background: none !important;
}
.account-container.loggin .form-container form .bootstrap-select > .dropdown-menu li a {
  background: none !important;
  padding: 0 15px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  opacity: 0.5;
}
.account-container.loggin .form-container form .bootstrap-select > .dropdown-menu li a:hover {
  opacity: 1;
}
.account-container.loggin .form-container form .checkbox {
  margin: 20px auto !important;
  min-height: 0px;
  padding: 0 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .account-container.loggin .form-container form .checkbox {
    padding: 0px;
  }
}
.account-container.loggin .form-container form .checkbox p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 300;
}
.account-container.loggin .form-container form .checkbox p a {
  color: #419ce8 !important;
  text-decoration: underline !important;
}
.account-container.loggin .form-container form .checkbox label {
  font-size: 1.3rem;
  font-size: 13px;
  text-transform: none !important;
  padding: 0px !important;
}
.account-container.loggin .form-container form .checkbox label strong {
  display: inline-block !important;
}
.account-container.loggin .form-container form .checkbox input[type=checkbox] {
  display: block;
  margin: 0px;
  margin-right: 10px;
}
.account-container.loggin .form-container form button[type=submit] {
  background: #419ce8;
  text-align: center;
  color: white;
  height: 45px;
  display: block;
  border: none;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.account-container.loggin .form-container form .infos-connexion .form-group:nth-child(4) {
  margin-top: 20px;
}
.account-container.loggin .form-container .password-recup-link {
  display: inline-block;
  text-align: right;
  margin-top: 3px;
  color: inherit;
  font-size: 1rem;
  font-size: 10px;
  text-decoration: underline !important;
  font-weight: 700;
  float: right;
}
.account-container.loggin .form-container .legend-required {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
}
.account-container .g-recaptcha {
  margin-bottom: 15px;
}
.account-container .ajax-result, .account-container .ajax-result-login {
  font-weight: 500;
}
.account-container .ajax-result.success, .account-container .ajax-result.error, .account-container .ajax-result-login.success, .account-container .ajax-result-login.error {
  margin-top: 30px;
  padding-right: 80px;
}
.account-container .ajax-result.error, .account-container .ajax-result-login.error {
  color: red;
}
.account-container .ajax-result.success, .account-container .ajax-result-login.success {
  color: green;
}
.account-container .ajax-result {
  text-align: center;
  padding-right: 0px !important;
}

@media (max-width: 767px) {
  #account.showNavAccount > header .nav-stacked {
    height: 365px !important;
  }
}
#account p.no-results {
  margin-top: 5px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 1;
  opacity: 0.2;
  max-width: 200px;
}
#account > header {
  background: #2b2a2e;
}
#account > header .profil-resume {
  padding: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #account > header .profil-resume {
    padding: 60px 30px;
  }
}
#account > header .profil-resume .avatar {
  margin: 0px;
}
@media (min-width: 768px) {
  #account > header .profil-resume .avatar {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #account > header .profil-resume .avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
#account > header .profil-resume span {
  margin: 0px;
  font-size: 1rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
#account > header .profil-resume span strong {
  color: white;
  font-size: 1.8rem;
  text-transform: none;
  font-size: 18px;
}
#account > header .profil-resume .switch-account-panel {
  display: inline-block;
  font-size: 0.9rem;
  font-size: 9x;
  background: white;
  padding: 6px 12px;
  color: #419ce8;
  margin-top: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
#account > header .nav li a {
  padding: 0 30px;
  line-height: 50px;
}
#account > header .logout {
  display: inline-block;
  font-size: 1rem;
  font-size: 10px;
  color: white;
  margin: 10px 30px;
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  #account > header .logout {
    margin: 30px;
  }
}
#account .content-view {
  background: #f5f5f5;
}
#account .content-view > section > header {
  border: none;
  background: #2b2a2e !important;
  padding: 0px;
  margin: 0px !important;
}
#account .content-view > section > header h3 {
  font-size: 1rem;
  font-size: 10px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
}
@media (min-width: 768px) {
  #account .content-view > section > header h3 {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  #account .content-view > #dashboard {
    padding-bottom: 15px;
  }
}
#account .content-view > #dashboard strong {
  font-family: "museo-sans" !important;
}
#account .content-view > #dashboard > *:not(header) {
  height: auto !important;
  min-height: 0px !important;
  background: transparent !important;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  #account .content-view > #dashboard > *:not(header) {
    padding: 15px 15px 0px 15px !important;
    margin-bottom: 0px;
  }
}
#account .content-view > #dashboard > *:not(header) > .inner {
  display: table;
  width: 100%;
  background: white !important;
  color: #2b2a2e;
}
#account .content-view > #dashboard > *:not(header) > .inner > * {
  display: table-cell;
  vertical-align: top !important;
}
#account .content-view > #dashboard > *:not(header) > .inner > header {
  width: 100% !important;
  padding: 20px !important;
  background: #419ce8;
  color: white !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 768px) {
  #account .content-view > #dashboard > *:not(header) > .inner > header {
    width: 200px !important;
  }
}
@media (min-width: 1200px) {
  #account .content-view > #dashboard > *:not(header) > .inner > header {
    padding: 30px !important;
    width: 240px !important;
  }
}
#account .content-view > #dashboard > *:not(header) > .inner > header .icon {
  display: block;
  margin-bottom: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  #account .content-view > #dashboard > *:not(header) > .inner > header .icon {
    position: relative;
    top: 0px;
    left: 0px;
  }
}
#account .content-view > #dashboard > *:not(header) > .inner > header .title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #account .content-view > #dashboard > *:not(header) > .inner > header .title {
    margin-bottom: 25px;
  }
}
#account .content-view > #dashboard > *:not(header) > .inner > header p {
  line-height: 1;
  margin: 0px;
}
#account .content-view > #dashboard > *:not(header) > .inner .content {
  padding: 40px;
}
@media (min-width: 768px) {
  #account .content-view > #dashboard > *:not(header) > .inner .content {
    padding: 20px 40px;
  }
}
@media (min-width: 992px) {
  #account .content-view > #dashboard > *:not(header) > .inner .content {
    padding: 25px 50px;
  }
}
#account .content-view > #dashboard > *:not(header) > .inner .content .headline {
  margin-bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
#account .content-view > #dashboard > *:not(header) > .inner .content .headline:after {
  content: "";
  display: block;
  width: 100%;
  background: #e7e7e7;
  height: 1px;
  margin-top: 2px;
}
#account .content-view > #dashboard > *:not(header) > .inner .content .headline a {
  float: right;
  color: #419ce8 !important;
}
#account .content-view > #dashboard > *:not(header) > .inner .content .row {
  margin-left: -20px;
  margin-right: -20px;
}
#account .content-view > #dashboard > *:not(header) > .inner .content .row > * {
  padding: 0 20px;
}
#account .content-view > #dashboard > *:not(header) > .inner .content .row > * + * {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #account .content-view > #dashboard > *:not(header) > .inner .content .row > * + * {
    margin-top: 0px;
  }
}
#account .content-view > #dashboard section.agenda article.event > * {
  display: block;
}
#account .content-view > #dashboard section.agenda article.event > *.event-date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1px;
}
#account .content-view > #dashboard section.agenda article.event > *.event-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #419ce8;
  margin-bottom: 2px;
}
#account .content-view > #dashboard section.agenda article.event > *.event-where {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
#account .content-view > #dashboard section.events header a {
  background: white;
  color: #419ce8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 8px;
  font-size: 0.8rem;
  padding: 0 12px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  #account .content-view > #dashboard section.events header a {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 20px;
    line-height: 30px;
  }
}
#account .content-view > #dashboard section.events div[class^=statut-] span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 0.9;
}
#account .content-view > #dashboard section.events div[class^=statut-] span.num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.75;
  font-weight: 900;
  top: 2px;
  position: relative;
  margin-right: 4px;
}
#account .content-view > #dashboard section.events div[class^=statut-] span strong {
  display: block;
}
#account .content-view > #dashboard section.events div[class^=statut-].statut-published {
  color: #419ce8;
}
#account .content-view > #dashboard section.events div[class^=statut-].statut-refused {
  color: #a6a6a6;
}
#account .content-view > #dashboard section.games header {
  background: #ef5c2b;
}
#account .content-view > #dashboard section.games header .curent {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
#account .content-view > #dashboard section.games header .done {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #bf1c04;
}
#account .content-view > #dashboard section.games .content .headline a {
  color: #ef5c2b !important;
}
#account .content-view > #dashboard section.games .game > * {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
}
#account .content-view > #dashboard section.games .game > *.game-statut {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #a6a6a6;
}
#account .content-view > #dashboard section.games .game > *.game-name {
  font-size: 16px;
  font-size: 1.6rem;
  color: inherit !important;
}
#account .content-view > #dashboard section.games .game.won .game-statut {
  color: #ef5c2b;
}
#account .content-view > #dashboard section.games a.rewards {
  background: #ef5c2b;
  color: white;
  font-size: 8px;
  font-size: 0.8rem;
  padding: 0 16px;
  line-height: 24px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
}
#account .content-view > #dashboard section.coms header {
  background: white;
  border-right: 1px solid #f3f3f3;
}
#account .content-view > #dashboard section.coms header .title {
  color: #201f23;
}
#account .content-view > #dashboard section.coms header .done {
  font-size: 12px;
  font-size: 1.2rem;
  color: #201f23;
}
#account .content-view > #dashboard section.coms a[class^=comment-] {
  color: inherit;
}
#account .content-view > #dashboard section.coms a[class^=comment-] .cat {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
}
#account .content-view > #dashboard section.coms a[class^=comment-] time {
  color: #d0cece;
  font-size: 10px;
  font-weight: 500;
  font-size: 1rem;
  font-family: "museo-sans";
}
#account .content-view > #dashboard section.coms a[class^=comment-] h2 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
}
#account .content-view > section:not(#dashboard) .intro {
  display: block;
  background: #419ce8 !important;
  position: relative;
  color: white;
  padding: 20px;
  padding-right: 80px;
}
@media (min-width: 768px) {
  #account .content-view > section:not(#dashboard) .intro {
    padding: 40px;
  }
}
#account .content-view > section:not(#dashboard) .intro > * {
  display: block;
  padding: 0px;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}
#account .content-view > section:not(#dashboard) .intro h3 {
  font-family: "museo-sans";
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: white !important;
}
#account .content-view > section:not(#dashboard) .intro h3 strong {
  font-family: "museo-sans" !important;
  color: white !important;
}
#account .content-view > section:not(#dashboard) .intro .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: auto !important;
}
#account .content-view > section:not(#dashboard) .intro p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
#account .content-view > section:not(#dashboard) .intro p strong {
  font-family: "museo-sans" !important;
}
#account .content-view > section:not(#dashboard) .searchBar {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#account .content-view > section:not(#dashboard) .searchBar input {
  border: 0;
  border-radius: 0;
  font-size: 14px;
}
#account .content-view > section:not(#dashboard) .searchBar .form-group {
  margin: 0;
}
#account .content-view > section:not(#dashboard) .searchBar .form-group input {
  padding: 20px;
  height: auto;
}
#account .content-view > section:not(#dashboard) .searchBar .form-actions input {
  background: #2b2a2e;
  height: 100%;
  color: #FFF;
  padding: 0 20px;
  min-width: 125px;
}
#account .content-view > section:not(#dashboard) .searchBar .form-group {
  flex-grow: 2;
}
#account .content-view > section:not(#dashboard)#events .intro a {
  background: white;
  color: #419ce8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  padding: 8px 20px;
  line-height: 24px;
  width: auto !important;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #account .content-view > section:not(#dashboard)#events .intro a {
    font-size: 1.2rem;
    padding: 8px 20px;
    line-height: 30px;
  }
}
#account .content-view > section:not(#dashboard)#events .intro a strong {
  display: inline-block !important;
}
#account .content-view > section:not(#dashboard)#games .intro {
  background: #ef5c2b !important;
}
#account .content-view > section:not(#dashboard)#comments .intro {
  background: white !important;
}
#account .content-view > section:not(#dashboard)#comments .intro h3 {
  color: #201f23 !important;
}
#account .content-view > section:not(#dashboard)#comments .intro h3 strong {
  color: #201f23 !important;
}
#account .content-view > section:not(#dashboard)#comments .intro p {
  color: #201f23 !important;
}
#account #event-show-more {
  font-family: "museo-sans";
  margin: 30px auto !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#account section#infos .intro {
  display: table !important;
  padding: 0px !important;
}
#account section#infos .intro > * {
  display: table-cell !important;
  padding: 40px !important;
}
#account section#infos .intro .modify-avatar {
  text-align: center !important;
}
#account section#infos .intro .modify-avatar .modify {
  background: white;
  padding: 6px 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #419ce8;
  font-size: 0.9rem;
  font-size: 9px;
  display: inline-block;
  margin-top: 15px;
}
#account .content-view > section#infos > form fieldset.newsletter input[type=checkbox] {
  display: block !important;
}
#account .content-view > section#infos > form fieldset.newsletter label strong {
  display: inline !important;
}

#popup-connexion #user-login .form-control.parsley-error {
  border-color: red;
  background: white;
  color: red;
}
#popup-connexion #user-login .form-control:focus {
  background: #f8f8f8;
}
#popup-connexion #user-login .submit {
  margin-top: 15px;
}
#popup-connexion #user-login .ajax-result-login {
  font-weight: 500;
}
#popup-connexion #user-login .ajax-result-login.success {
  margin-top: 15px;
}
#popup-connexion #user-login .ajax-result-login.error {
  margin-top: 15px;
  color: red;
}

.comment-reply .auth-section .ajax-result-login {
  padding-top: 15px;
  clear: both;
  color: red;
  font-weight: 500;
}
.comment-reply .auth-section .ajax-result-login a {
  display: block;
  line-height: 1.2;
  margin-top: 5px;
  color: white;
  background: #419ce8;
}