/* * * HELPER CLASSES * * */
/* Clearfix */
.clearfix:before, .page-user .user-profile .content-profile:before, .page-user .user-profile .content-profile-second:before,
.clearfix:after,
.page-user .user-profile .content-profile:after,
.page-user .user-profile .content-profile-second:after {
  content: " ";
  display: table; }


.clearfix:after,
.page-user .user-profile .content-profile:after,
.page-user .user-profile .content-profile-second:after {
  clear: both; }

.clearfix, .page-user .user-profile .content-profile, .page-user .user-profile .content-profile-second {
  *zoom: 1; }

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden, .page-user .ajax-progress .throbber, .page-user .bloc-rs .field-type-text .field-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .page-user .ajax-progress .focusable.throbber:active, .page-user .bloc-rs .field-type-text .focusable.field-label:active,
.visuallyhidden.focusable:focus,
.page-user .ajax-progress .focusable.throbber:focus,
.page-user .bloc-rs .field-type-text .focusable.field-label:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0 opacity 5s linear; }

.visible {
  visibility: visible;
  opacity: 1; }

.page-user #main-content {
  width: 100%;
  margin: 0;
  position: relative; }

.page-user .user-profile {
  *zoom: 1;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  color: #515356;
  margin-top: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .page-user .user-profile:before, .page-user .user-profile:after {
    display: table;
    content: '';
    line-height: 0; }
  .page-user .user-profile:after {
    clear: both; }

.page-user .user-profile .header-profile {
  position: relative;
  z-index: 11; }

.page-user .user-profile .background-profile, .page-user-edit .user-profile .background-profile:before, .page-user-edit .background-profile-edit, .page-user-edit .background-profile-edit .image-preview, .page-user-edit .background-profile-edit .image-preview:before, .page-user-edit .background-profile-edit .image-preview > img {
  height: 200px; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .background-profile, .page-user-edit .user-profile .background-profile:before, .page-user-edit .background-profile-edit, .page-user-edit .background-profile-edit .image-preview, .page-user-edit .background-profile-edit .image-preview:before, .page-user-edit .background-profile-edit .image-preview > img {
      height: 260px; } }

.page-user .user-profile .background-profile {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .page-user .user-profile .background-profile:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent 50%, black 100%);
    content: ""; }

.page-user .user-profile .content-user-picture {
  z-index: 1;
  position: relative;
  display: block;
  margin-top: -55px;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .page-user .user-profile .content-user-picture {
      margin-top: -75px; } }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .content-user-picture {
      position: absolute;
      top: 145px;
      margin-top: 0;
      width: 300px; } }
  .page-user .user-profile .content-user-picture .icon {
    position: absolute;
    left: 50%;
    margin-left: 20px;
    bottom: 9px;
    font-size: 16px;
    border-radius: 30px;
    color: #ad0018;
    border: 2px solid currentColor;
    padding: 2px 10px 10px;
    background-color: rgba(255, 255, 255, 0.9);
    display: none; }
    @media only screen and (min-width: 640px) {
      .page-user .user-profile .content-user-picture .icon {
        margin-left: 30px;
        bottom: 18px; } }
    @media only screen and (min-width: 960px) {
      .page-user .user-profile .content-user-picture .icon {
        padding: 7px 12px  12px;
        margin-left: 60px;
        font-size: 20px;
        bottom: 25px; } }
  .page-user .user-profile .content-user-picture img,
  .page-user .user-profile .content-user-picture .user-picture-temp {
    border: 3px solid white;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 640px) {
      .page-user .user-profile .content-user-picture img,
      .page-user .user-profile .content-user-picture .user-picture-temp {
        width: 120px;
        height: 120px;
        border-radius: 70px;
        box-shadow: none; } }
    @media only screen and (min-width: 960px) {
      .page-user .user-profile .content-user-picture img,
      .page-user .user-profile .content-user-picture .user-picture-temp {
        width: 200px;
        height: 200px;
        border-radius: 110px; } }

.page-user .user-profile .name-profile {
  z-index: 5;
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #515356;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .page-user .user-profile .name-profile {
      font-size: 26px;
      line-height: 28px; } }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .name-profile {
      position: absolute;
      bottom: 20px;
      padding-right: 30px;
      left: 340px;
      font-size: 40px;
      line-height: 42px;
      font-weight: 300;
      color: #ffffff;
      text-align: left; } }

.page-user .user-profile .header-profile .buttons-friend {
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  border: 1px solid rgba(86, 83, 81, 0.2);
  padding: 0;
  width: 140px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 40px; }
  @media only screen and (min-width: 640px) {
    .page-user .user-profile .header-profile .buttons-friend {
      top: 100px;
      right: 15px; } }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .header-profile .buttons-friend {
      width: 140px;
      top: auto;
      right: 70px;
      bottom: 50px; } }

.page-user .user-profile .header-profile .buttons-friend:hover {
  background-color: #ad0018; }

.page-user .user-profile .header-profile .buttons-friend .button-add-friend {
  float: none;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 7px;
  cursor: pointer; }

.page-user .user-profile .header-profile .buttons-friend:hover .button-add-friend {
  color: #FFF; }

.page-user .user-profile .header-profile .buttons-friend .button-remove-friend-left {
  float: none;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 8px;
  cursor: pointer; }

.page-user .user-profile .header-profile .buttons-friend .button-remove-friend-left:hover {
  color: #fff; }

.page-user .user-profile .header-profile .buttons-friend .button-remove-friend-left.remove-friend,
.page-user .user-profile .header-profile .buttons-friend .button-remove-friend-left.remove-friend:hover {
  padding-left: 35px; }

.page-user .user-profile .header-profile .buttons-friend .button-remove-friend-right {
  float: right;
  border-left: 1px solid rgba(86, 83, 81, 0.2);
  background-repeat: no-repeat;
  height: 35px;
  width: 45px;
  cursor: pointer;
  position: relative; }

.page-user .user-profile .button-edit {
  position: absolute;
  bottom: 30px;
  right: 70px;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  margin: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  text-decoration: none;
  border: 1px solid rgba(86, 83, 81, 0.2); }
  .page-user .user-profile .button-edit:before {
    font-size: 21px;
    margin-left: 10px; }

.page-user .user-profile .content-center .button-culinary-profile {
  width: 230px;
  margin: 20px auto;
  background-color: #fff; }

.page-user .user-profile .content-center .button-edit {
  position: static;
  width: 230px;
  bottom: auto;
  right: auto;
  margin: 30px auto;
  background-color: #fff; }
  .page-user .user-profile .content-center .button-edit a {
    color: #ad0018;
    padding: 10px;
    text-align: center;
    display: block;
    text-decoration: none; }
    .page-user .user-profile .content-center .button-edit a i.icon {
      font-size: 20px; }

.page-user .user-profile .name-profile .icon {
  display: none;
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 16px;
  color: #ad0018; }

.page-user .user-profile .name-profile > div {
  display: inline-block; }

@media only screen and (min-width: 960px) {
  .page-user .user-profile .name-profile:hover .icon {
    display: inline-block; } }

@media only screen and (max-width: 959px) {
  .page-user-edit .user-profile .name-profile > div {
    display: block; } }

.page-user .user-profile #user-profile-menu {
  position: relative;
  margin-top: 15px;
  background-color: #fff;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile #user-profile-menu {
      border-top: 0;
      white-space: normal;
      overflow: hidden;
      margin-top: 0;
      padding-left: 340px; }
      .page-user .user-profile #user-profile-menu:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 58px;
        height: 0;
        border-bottom: 1px solid rgba(86, 83, 81, 0.2); } }
  .page-user .user-profile #user-profile-menu ul {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    text-align: center; }
    .page-user .user-profile #user-profile-menu ul:before, .page-user .user-profile #user-profile-menu ul:after {
      display: table;
      content: '';
      line-height: 0; }
    .page-user .user-profile #user-profile-menu ul:after {
      clear: both; }
    @media only screen and (min-width: 960px) {
      .page-user .user-profile #user-profile-menu ul {
        text-align: left; } }
  .page-user .user-profile #user-profile-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    max-width: 210px;
    height: 58px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    vertical-align: top; }
    .page-user .user-profile #user-profile-menu ul li.sub-menu-profil ul li {
      margin-right: 20px; }
      .page-user .user-profile #user-profile-menu ul li.sub-menu-profil ul li a {
        font-size: 11px;
        line-height: normal;
        padding: 0;
        padding-top: 20px; }
        @media only screen and (min-width: 960px) {
          .page-user .user-profile #user-profile-menu ul li.sub-menu-profil ul li a {
            font-size: 14px; } }
    @media only screen and (min-width: 960px) {
      .page-user .user-profile #user-profile-menu ul li {
        float: left;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        max-width: none;
        width: auto;
        height: auto; } }
    @media only screen and (min-width: 960px) {
      .page-user .user-profile #user-profile-menu ul li:first-child {
        margin-left: -20px; } }
    .page-user .user-profile #user-profile-menu ul li a {
      display: block;
      padding: 0 5px;
      border-bottom: 2px solid transparent;
      color: #515356; }
      .page-user .user-profile #user-profile-menu ul li a::first-letter {
        text-transform: uppercase; }
      @media only screen and (min-width: 960px) {
        .page-user .user-profile #user-profile-menu ul li a {
          padding: 15px; } }
      .page-user .user-profile #user-profile-menu ul li a span {
        font-weight: 300; }
      @media only screen and (min-width: 960px) {
        .page-user .user-profile #user-profile-menu ul li a {
          padding-bottom: 15px;
          border-bottom-width: 3px; } }
    .page-user .user-profile #user-profile-menu ul li.active-trail > a {
      color: #ad0018;
      border-color: currentColor; }
    .page-user .user-profile #user-profile-menu ul li.active-trail.sub-menu-profil {
      border-bottom: none; }
      @media only screen and (min-width: 960px) {
        .page-user .user-profile #user-profile-menu ul li.active-trail.sub-menu-profil {
          border-bottom: none; } }
    .page-user .user-profile #user-profile-menu ul li .nav-tab-icon {
      display: block;
      height: 24px;
      font-size: 22px;
      line-height: 20px; }
      @media only screen and (min-width: 960px) {
        .page-user .user-profile #user-profile-menu ul li .nav-tab-icon {
          display: none; } }
    .page-user .user-profile #user-profile-menu ul li.expanded.active-trail {
      margin-bottom: 58px; }
    .page-user .user-profile #user-profile-menu ul li ul {
      position: absolute;
      top: 60px;
      left: 0;
      right: 0; }
      @media only screen and (min-width: 960px) {
        .page-user .user-profile #user-profile-menu ul li ul {
          border-bottom: 1px solid rgba(86, 83, 81, 0.2);
          padding-left: 340px; } }
      .page-user .user-profile #user-profile-menu ul li ul a {
        border-bottom: 0;
        padding-bottom: 16px;
        font-weight: normal;
        text-transform: none;
        font-size: 1rem; }

@media only screen and (max-width: 959px) {
  .page-user-edit .user-profile #user-profile-menu {
    display: none;
    margin-top: -184px;
    margin-bottom: 100px; } }

.page-user .user-profile .content-profile {
  font-size: inherit;
  line-height: inherit;
  font-family: "Lato", Verdana, sans-serif; }
  .page-user .user-profile .content-profile .content-left {
    font-family: "Lato", Verdana, sans-serif; }

.page-user .user-profile .content-profile-second {
  font-size: inherit;
  line-height: inherit;
  font-family: "Lato", Verdana, sans-serif; }
  .page-user .user-profile .content-profile-second .content-left-second {
    font-family: "Lato", Verdana, sans-serif; }

.page-user .user-profile .content-center {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .content-center {
      box-sizing: border-box;
      float: none;
      margin: 0;
      padding: 0;
      padding-left: 340px;
      padding-right: 40px;
      padding-top: 30px;
      width: 100%; } }
  .page-user .user-profile .content-center #edit-legal {
    display: none; }

.page-user .user-profile .content-center .field-name-field-description-profile,
.page-user .user-profile .content-center .description-nofriend {
  margin: 0 auto;
  margin-top: 0;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  border-bottom: 3px solid #ad0018;
  color: rgba(81, 83, 86, 0.8);
  font-style: italic;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .content-center .field-name-field-description-profile,
    .page-user .user-profile .content-center .description-nofriend {
      margin-top: 30px; } }

.page-user .user-profile .content-center .description-nofriend {
  font-style: normal;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: 300;
  color: rgba(81, 83, 86, 0.6);
  font-size: 20px;
  padding: 20px 80px; }

.page-user .user-profile .content-center .description-nofriend span {
  /*color: rgba(81,83,86,0.8);*/ }

.page-user .user-profile .content-center .description-nofriend span.blue {
  color: #ad0018; }

.page-user .user-profile .content-center .description-nofriend span.blue div {
  display: inline; }

.page-user .user-profile .content-center .description-nofriend .buttons-friend {
  position: static;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  margin: 0 auto;
  margin-top: 20px;
  height: 35px;
  padding: 0;
  width: 140px;
  border: 1px solid rgba(86, 83, 81, 0.2);
  background-color: #FFFFFF; }

.page-user .user-profile .content-center .description-nofriend .buttons-friend:hover {
  background-color: #ad0018; }

.page-user .user-profile .content-center .description-nofriend .buttons-friend .button-add-friend {
  float: none;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-top: 3px;
  cursor: pointer; }

.page-user .user-profile .content-center .description-nofriend .buttons-friend:hover .button-add-friend {
  color: #FFF; }

.page-user .user-profile .content-center .description-nofriend .buttons-friend:hover .button-add-friend.wait-share,
.page-user .user-profile .content-center .description-nofriend .buttons-friend:hover .button-add-friend.remove-friend {
  background-image: none; }

.page-user .user-profile .profile-edit {
  display: none;
  color: #ad0018; }

.page-user .user-profile a.profile-edit-link:hover .profile-edit, .page-user .user-profile a.profile-edit-link:focus .profile-edit, .page-user .user-profile a.profile-edit-link:active .profile-edit {
  display: inline-block; }

.page-user .user-profile #content-left-profil-edit {
  padding-left: 40px; }

.page-user .user-profile #content-left-second-profil-edit {
  padding-left: 40px; }

.mail-title {
  float: left; }

.page-user .user-profile .content-left {
  display: none;
  text-align: left; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .content-left {
      display: block;
      position: relative;
      float: left;
      margin-top: -100px;
      padding: 130px 0 0;
      width: 300px;
      text-align: left;
      background-color: #fff;
      z-index: 10;
      border: 1px solid rgba(86, 83, 81, 0.2);
      border-left: 0;
      border-top: 0;
      box-shadow: 3px 3px 3px rgba(86, 83, 81, 0.5); } }
  .page-user .user-profile .content-left .title-bloc {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 4px;
    background-color: #F3F3F3;
    color: #ad0018;
    text-transform: uppercase;
    font-weight: 700; }
    .page-user .user-profile .content-left .title-bloc i {
      padding-right: 12px; }
  .page-user .user-profile .content-left .profile-edit {
    position: absolute;
    right: 10px; }
    .page-user .user-profile .content-left .profile-edit i {
      padding-right: 0; }
  .page-user .user-profile .content-left .field {
    padding-left: 10px;
    padding-right: 20px; }

.page-user .user-profile .content-left-second {
  display: none;
  text-align: left; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .content-left-second {
      display: block;
      position: relative;
      float: left;
      margin-top: -180px;
      padding: 160px 0 0;
      width: 300px;
      text-align: left;
      background-color: #fff;
      z-index: 10;
      border: 1px solid rgba(86, 83, 81, 0.2);
      border-left: 0;
      border-top: 0;
      box-shadow: 3px 3px 3px rgba(86, 83, 81, 0.5); } }
  .page-user .user-profile .content-left-second .title-bloc {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 4px;
    background-color: #F3F3F3;
    color: #ad0018;
    text-transform: uppercase;
    font-weight: 700; }
    .page-user .user-profile .content-left-second .title-bloc i {
      padding-right: 12px; }
  .page-user .user-profile .content-left-second .profile-edit {
    position: absolute;
    right: 10px; }
    .page-user .user-profile .content-left-second .profile-edit i {
      padding-right: 0; }
  .page-user .user-profile .content-left-second .field {
    padding-left: 10px;
    padding-right: 20px; }

.page-user .user-profile .header-profile .content-left {
  display: block; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .header-profile .content-left {
      display: none; } }

.page-user .user-profile .header-profile .content-left-second {
  display: block; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .header-profile .content-left-second {
      display: none; } }

.page-user-edit .user-profile .content-left {
  display: block !important; }

.page-user-edit .user-profile .content-left-second {
  display: block !important; }

.page-user .user-profile-metas {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  *zoom: 1; }
  .page-user .user-profile-metas:before, .page-user .user-profile-metas:after {
    display: table;
    content: '';
    line-height: 0; }
  .page-user .user-profile-metas:after {
    clear: both; }
  @media only screen and (max-width: 959px) {
    .page-user .user-profile-metas {
      text-align: center; } }

.page-user .content-left--itemsvisible .user-profile-metas {
  display: block; }

.page-user .content-left-second--itemsvisible .user-profile-metas {
  display: block; }

.page-user .user-profile-metas-handle {
  display: block;
  font-size: 15px;
  color: #ad0018;
  text-align: center;
  cursor: pointer; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile-metas-handle {
      display: none; } }

.page-user .user-profile .content-left .buttons-friend {
  margin: 0;
  padding: 0;
  width: 140px;
  margin-left: 22px;
  margin-bottom: 20px;
  margin-top: 20px; }

.page-user .user-profile .content-left .buttons-friend .button-remove-friend-left {
  float: none;
  /*border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;*/
  border-radius: 40px;
  background-color: #fff;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 4px;
  cursor: pointer; }

.page-user .user-profile .content-left .buttons-friend .button-remove-friend-left.remove-friend {
  padding-left: 35px; }

.page-user .user-profile .content-left .buttons-friend .button-remove-friend-left:hover {
  color: #fff;
  background-color: #ad0018; }

.page-user .user-profile .content-left .buttons-friend .button-remove-friend-left.remove-friend,
.page-user .user-profile .content-left .buttons-friend .button-remove-friend-left.remove-friend:hover {
  background-position: 15px 10px; }

.page-user .user-profile .content-left .buttons-friend .button-remove-friend-right {
  float: right;
  background-repeat: no-repeat;
  border-right: 1px solid rgba(86, 83, 81, 0.2);
  border-top: 1px solid rgba(86, 83, 81, 0.2);
  border-bottom: 1px solid rgba(86, 83, 81, 0.2);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 38px;
  width: 45px;
  background-color: #fff;
  cursor: pointer;
  position: relative; }

.page-user .user-profile .content-left-second .buttons-friend .button-add-friend {
  float: none;
  border-radius: 40px;
  background-color: #fff;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 7px;
  cursor: pointer;
  border: 1px solid rgba(86, 83, 81, 0.2); }

.page-user .user-profile .content-left-second .buttons-friend .button-add-friend:hover {
  background-color: #ad0018;
  color: #fff; }

.page-user .user-profile .content-left-second .buttons-friend {
  margin: 0;
  padding: 0;
  width: 140px;
  margin-left: 22px;
  margin-bottom: 20px;
  margin-top: 20px; }

.page-user .user-profile .content-left-second .buttons-friend .button-remove-friend-left {
  float: none;
  /*border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;*/
  border-radius: 40px;
  background-color: #fff;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 4px;
  cursor: pointer; }

.page-user .user-profile .content-left-second .buttons-friend .button-remove-friend-left.remove-friend {
  padding-left: 35px; }

.page-user .user-profile .content-left-second .buttons-friend .button-remove-friend-left:hover {
  color: #fff;
  background-color: #ad0018; }

.page-user .user-profile .content-left-second .buttons-friend .button-remove-friend-left.remove-friend,
.page-user .user-profile .content-left-second .buttons-friend .button-remove-friend-left.remove-friend:hover {
  background-position: 15px 10px; }

.page-user .user-profile .content-left-second .buttons-friend .button-remove-friend-right {
  float: right;
  background-repeat: no-repeat;
  border-right: 1px solid rgba(86, 83, 81, 0.2);
  border-top: 1px solid rgba(86, 83, 81, 0.2);
  border-bottom: 1px solid rgba(86, 83, 81, 0.2);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 38px;
  width: 45px;
  background-color: #fff;
  cursor: pointer;
  position: relative; }

.page-user .user-profile .content-left-second .buttons-friend .button-add-friend {
  float: none;
  border-radius: 40px;
  background-color: #fff;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ad0018;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 7px;
  cursor: pointer;
  border: 1px solid rgba(86, 83, 81, 0.2); }

.page-user .user-profile .content-left-second .buttons-friend .button-add-friend:hover {
  background-color: #ad0018;
  color: #fff; }

.page-user .user-profile .content-left .field-user-info {
  position: relative;
  padding-left: 40px; }
  .page-user .user-profile .content-left .field-user-info .icon {
    position: absolute;
    left: 20px;
    top: 10px; }

.page-user .user-profile .content-left .user-profile-mail,
.page-user .user-profile .content-left .field-name-field-localisation,
.page-user .user-profile .content-left .field-name-field-birth-date {
  padding: 5px; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .content-left .user-profile-mail,
    .page-user .user-profile .content-left .field-name-field-localisation,
    .page-user .user-profile .content-left .field-name-field-birth-date {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px; } }

.page-user .user-profile .content-left .field-item {
  padding: 0;
  display: inline-block; }

.page-user .user-profile .content-left .optin {
  line-height: normal;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .page-user .user-profile .content-left .optin .icon-subscription:before {
    font-size: 20px; }

.page-user .user-profile .content-left--mobile .user-profile-mail,
.page-user .user-profile .content-left--mobile .user-profile-birth-date,
.page-user .user-profile .content-left--mobile .user-profile-localisation {
  padding: 5px; }
  .page-user .user-profile .content-left--mobile .user-profile-mail .icon,
  .page-user .user-profile .content-left--mobile .user-profile-birth-date .icon,
  .page-user .user-profile .content-left--mobile .user-profile-localisation .icon {
    padding-right: 5px; }
  .page-user .user-profile .content-left--mobile .user-profile-mail .field,
  .page-user .user-profile .content-left--mobile .user-profile-mail .field-items,
  .page-user .user-profile .content-left--mobile .user-profile-mail .field-item,
  .page-user .user-profile .content-left--mobile .user-profile-birth-date .field,
  .page-user .user-profile .content-left--mobile .user-profile-birth-date .field-items,
  .page-user .user-profile .content-left--mobile .user-profile-birth-date .field-item,
  .page-user .user-profile .content-left--mobile .user-profile-localisation .field,
  .page-user .user-profile .content-left--mobile .user-profile-localisation .field-items,
  .page-user .user-profile .content-left--mobile .user-profile-localisation .field-item {
    padding: 0;
    display: inline-block; }

.page-user .user-profile .content-left-second .field-user-info {
  position: relative;
  padding-left: 40px; }
  .page-user .user-profile .content-left-second .field-user-info .icon {
    position: absolute;
    left: 20px;
    top: 10px; }

.page-user .user-profile .content-left-second .user-profile-mail,
.page-user .user-profile .content-left-second .field-name-field-localisation,
.page-user .user-profile .content-left-second .field-name-field-birth-date {
  padding: 5px; }
  @media only screen and (min-width: 960px) {
    .page-user .user-profile .content-left-second .user-profile-mail,
    .page-user .user-profile .content-left-second .field-name-field-localisation,
    .page-user .user-profile .content-left-second .field-name-field-birth-date {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px; } }

.page-user .user-profile .content-left-second .field-item {
  padding: 0;
  display: inline-block; }

.page-user .user-profile .content-left-second .optin {
  line-height: normal;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .page-user .user-profile .content-left-second .optin .icon-subscription:before {
    font-size: 20px; }

.page-user .user-profile .content-left-second--mobile .user-profile-mail,
.page-user .user-profile .content-left-second--mobile .user-profile-birth-date,
.page-user .user-profile .content-left-second--mobile .user-profile-localisation {
  padding: 5px; }
  .page-user .user-profile .content-left-second--mobile .user-profile-mail .icon,
  .page-user .user-profile .content-left-second--mobile .user-profile-birth-date .icon,
  .page-user .user-profile .content-left-second--mobile .user-profile-localisation .icon {
    padding-right: 5px; }
  .page-user .user-profile .content-left-second--mobile .user-profile-mail .field,
  .page-user .user-profile .content-left-second--mobile .user-profile-mail .field-items,
  .page-user .user-profile .content-left-second--mobile .user-profile-mail .field-item,
  .page-user .user-profile .content-left-second--mobile .user-profile-birth-date .field,
  .page-user .user-profile .content-left-second--mobile .user-profile-birth-date .field-items,
  .page-user .user-profile .content-left-second--mobile .user-profile-birth-date .field-item,
  .page-user .user-profile .content-left-second--mobile .user-profile-localisation .field,
  .page-user .user-profile .content-left-second--mobile .user-profile-localisation .field-items,
  .page-user .user-profile .content-left-second--mobile .user-profile-localisation .field-item {
    padding: 0;
    display: inline-block; }

.page-user .activite-user {
  margin-top: 50px; }

.page-user .activite-user #no-result-activite {
  background-image: url(../images/picto-activite.png);
  background-repeat: no-repeat;
  background-position: center 2px;
  padding-top: 90px;
  text-align: center;
  opacity: 0.5;
  text-transform: uppercase; }

.page-user .no-description {
  position: relative;
  padding: 30px 10px;
  margin-top: 0;
  height: auto;
  background-color: #ffffff;
  border-bottom: 3px solid #ad0018;
  font-size: 15px;
  font-weight: 300;
  text-align: center; }
  @media only screen and (min-width: 960px) {
    .page-user .no-description {
      padding: 30px;
      font-size: 22px; } }

.page-user .no-description.friend .field {
  display: inline-block; }

.page-user .no-description .text-example {
  position: absolute;
  font-weight: 400;
  font-size: 24px;
  color: rgba(81, 83, 86, 0.05);
  top: 22px;
  padding: 0 5%;
  text-align: center;
  line-height: 35px;
  z-index: 0;
  width: 90%;
  margin-left: -30px; }

.page-user .no-description .btn-add-drescription {
  padding: 10px;
  background: none;
  height: auto;
  font-weight: 400;
  font-size: 13px;
  color: #ad0018;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  width: auto; }
  @media only screen and (min-width: 960px) {
    .page-user .no-description .btn-add-drescription {
      font-size: 15px; } }

.page-user .no-description .btn-add-drescription a {
  color: #ad0018;
  text-decoration: none; }

.page-user .bloc-rs {
  margin-top: 20px;
  *zoom: 1; }
  .page-user .bloc-rs:before, .page-user .bloc-rs:after {
    display: table;
    content: '';
    line-height: 0; }
  .page-user .bloc-rs:after {
    clear: both; }
  @media only screen and (max-width: 959px) {
    .page-user .bloc-rs {
      margin-top: 10px; } }
  .page-user .bloc-rs .field-type-text {
    display: block;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 959px) {
      .page-user .bloc-rs .field-type-text {
        margin-left: 5px;
        margin-right: 5px;
        float: none;
        display: inline-block;
        vertical-align: top; } }
    .page-user .bloc-rs .field-type-text .field-item a {
      display: block; }
      .page-user .bloc-rs .field-type-text .field-item a img {
        padding: 8px 10px;
        opacity: 0.8; }
    .page-user .bloc-rs .field-type-text.field-name-field-twitter-profile .field-item a img, .page-user .bloc-rs .field-type-text.field-name-field-instagram-profile .field-item a img, .page-user .bloc-rs .field-type-text.field-name-field-google-plus-profile .field-item a img {
      padding-left: 7px; }

.page-user .user-profile .content-left .name-rs {
  padding: 10px 0 10px 13px; }
  .page-user .user-profile .content-left .name-rs i {
    padding-left: 5px;
    padding-right: 10px; }

.page-user .user-profile .content-left-second .name-rs {
  padding: 10px 0 10px 13px; }
  .page-user .user-profile .content-left-second .name-rs i {
    padding-left: 5px;
    padding-right: 10px; }

/* Form Edit */
.page-user-edit #main-content {
  /*    width: 1170px;
  margin: 0 auto;
  position: relative;*/ }

.page-user-edit .user-profile .background-profile {
  position: relative; }

.page-user-edit .user-profile .buttons-actions {
  margin: 20px auto;
  text-align: center; }

.page-user-edit .user-profile .buttons-actions #button-cancel {
  display: inline-block;
  padding: 10px 25px;
  background: white;
  border: 1px solid rgba(81, 83, 86, 0.2);
  box-shadow: none;
  text-shadow: none;
  border-radius: 40px;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #ad0018;
  text-transform: uppercase;
  margin: 0;
  margin-right: 20px;
  letter-spacing: 1px; }

.page-user-edit .user-profile .buttons-actions #button-cancel a {
  color: #ad0018;
  text-decoration: none; }

.page-user-edit .user-profile .buttons-actions .form-actions {
  display: inline-block;
  padding: 0;
  margin: 0; }

.page-user-edit .user-profile .form-actions .form-submit {
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(81, 83, 86, 0.2);
  box-shadow: none;
  text-shadow: none;
  border-radius: 40px;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #ad0018;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px; }

.page-user-edit .user-profile .background-profile:before {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: linear-gradient(transparent, black 100%);
  content: ""; }

.page-user-edit .user-profile .content-left .user-profile-mail .form-item,
.page-user-edit .user-profile .content-left .field-name-field-localisation .form-item,
.page-user-edit .user-profile .content-left .field-name-field-birth-date .form-item {
  margin: 0; }

.page-user-edit .user-profile .content-left .user-profile-mail .form-item label .form-required {
  display: none; }

.page-user-edit .user-profile .background-profile-edit-button {
  position: absolute;
  top: 25%;
  text-align: center;
  width: 240px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  background-image: url(../images/picto-upload-background.png);
  background-repeat: no-repeat;
  background-position: center top;
  /*height: 200px;*/
  left: 42%;
  padding-top: 120px;
  z-index: 4;
  cursor: copy; }

.page-user-edit .user-profile .content-left .user-profile-mail {
  background: none;
  padding: 0;
  padding-bottom: 3px;
  margin-right: 35px;
  border-bottom: 1px solid rgba(86, 83, 81, 0.2); }

.page-user-edit .user-profile .content-left #user-mail-perso {
  padding-top: 16px; }

.page-user-edit .user-profile .content-left input.form-text {
  border: none;
  background: none;
  width: 200px;
  margin: 0;
  padding: 0; }

.page-user-edit .user-profile .content-left .field-name-field-localisation {
  background: none;
  padding: 0;
  padding-bottom: 3px;
  margin-right: 35px;
  margin-top: -10px;
  border-bottom: 1px solid rgba(86, 83, 81, 0.2); }

.page-user-edit .user-profile .content-left .field-name-field-birth-date {
  background: none;
  padding: 0;
  padding-bottom: 3px;
  margin-right: 35px;
  margin-top: -10px;
  border-bottom: 1px solid rgba(86, 83, 81, 0.2); }

.page-user-edit .user-profile .content-left label {
  color: rgba(81, 83, 86, 0.8);
  font-size: 10px;
  font-weight: 600;
  height: 18px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  padding-left: 22px; }

.page-user-edit .user-profile .optins {
  border-bottom: 1px solid rgba(86, 83, 81, 0.2);
  padding: 10px 0; }
  .page-user-edit .user-profile .optins .form-item {
    margin: 0; }
  .page-user-edit .user-profile .optins .form-checkbox {
    margin: 0; }
  .page-user-edit .user-profile .optins label {
    display: none; }
    .page-user-edit .user-profile .optins label.optin-title {
      display: inline;
      padding-left: 5px; }
    .page-user-edit .user-profile .optins label.option {
      padding-left: 0;
      display: inline-block;
      line-height: normal;
      text-transform: none;
      font-size: 11px;
      font-weight: normal; }

.page-user-edit .user-profile .content-left .field-name-field-civility {
  background: none;
  padding: 0;
  padding-bottom: 3px;
  margin-right: 35px;
  margin-top: 10px;
  border-bottom: 1px solid rgba(86, 83, 81, 0.2); }

.page-user-edit .user-profile .content-left .field-name-field-civility .form-radios .form-item:first-child, .page-user-edit .user-profile .content-left .field-name-field-civility .form-radios .form-item:nth-child(2) {
  display: none; }

.page-user-edit .user-profile .content-left .field-name-field-civility .form-item {
  margin-top: 0;
  margin-bottom: 0; }

.page-user-edit .user-profile .content-left .field-name-field-civility .form-item > label {
  padding-left: 0; }

.page-user-edit .user-profile .content-left .field-name-field-civility .form-radios .form-item label {
  padding-left: 5px; }

.page-user-edit .header-profile label,
.page-user-edit .name-profile label,
.page-user-edit .content-center label {
  display: none; }

.page-user-edit .name-profile .form-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.page-user-edit .name-profile input.form-text {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  width: 200px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 300; }

@media only screen and (max-width: 959px) {
  .page-user-edit .name-profile {
    margin: 80px auto 20px;
    max-width: 380px; }
    .page-user-edit .name-profile input.form-text {
      display: block;
      color: rgba(81, 83, 86, 0.8); }
    .page-user-edit .name-profile .form-item {
      border-color: rgba(81, 83, 86, 0.2); } }

.page-user-edit .user-profile .name-profile #edit-field-firstname {
  margin-right: 25px; }

.page-user-edit .background-profile-edit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }

.page-user-edit .background-profile-edit .form-item.form-item-field-background-profile-und-0 {
  width: 292px;
  margin: 0 auto; }

.page-user-edit .background-profile-edit .form-item.form-item-field-background-profile-und-0 .image-widget.form-managed-file {
  /*    position: absolute;
    left: 0;*/ }

.page-user-edit .background-profile-edit .form-item.form-item-field-background-profile-und-0 .image-widget .image-widget-data {
  float: none;
  margin-top: 20px;
  position: relative; }

.page-user-edit .background-profile-edit .form-item.form-item-field-background-profile-und-0 .image-widget .image-widget-data .form-file {
  opacity: 0;
  padding: 20px 0;
  width: 225px;
  height: 200px;
  cursor: copy; }

.page-user-edit .background-profile-edit .form-item.form-item-field-background-profile-und-0 .image-widget .image-widget-data .button-add-background {
  position: absolute;
  background-image: url(../images/picto-upload-background2.png);
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  top: 25px;
  padding-top: 80px;
  z-index: -1;
  cursor: copy; }
  .page-user-edit .background-profile-edit .form-item.form-item-field-background-profile-und-0 .image-widget .image-widget-data .button-add-background:before {
    font-size: 70px;
    display: block;
    text-align: center;
    position: relative; }

.page-user-edit .background-profile-edit .image-preview {
  padding: 0;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.page-user-edit .background-profile-edit .image-preview:before {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: linear-gradient(transparent 50%, black 100%);
  content: ""; }

/*.page-user-edit .background-profile-edit .image-widget-data .form-file*/
.page-user-edit .background-profile-edit .image-widget-data .form-submit {
  /*opacity:0;*/
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  text-shadow: none;
  position: relative;
  font-weight: normal;
  padding: 0;
  width: 280px;
  height: 25px;
  background-color: transparent;
  background-image: url(../images/picto-upload-background2.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 80px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 30px;
  box-shadow: none; }

.page-user-edit .background-profile-edit .image-preview > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.page-user-edit .background-profile-edit .image-preview-data {
  position: absolute;
  float: none;
  top: 0; }

.page-user-edit .picture-profile-edit {
  z-index: 5;
  position: absolute;
  color: #ffffff;
  top: 220px;
  left: 50%;
  margin-left: -50px; }
  @media only screen and (min-width: 640px) {
    .page-user-edit .picture-profile-edit {
      top: 240px;
      margin-left: -63px; } }
  @media only screen and (min-width: 960px) {
    .page-user-edit .picture-profile-edit {
      display: block;
      margin-left: 0;
      top: 152px;
      left: 40px; } }
  .page-user-edit .picture-profile-edit img,
  .page-user-edit .picture-profile-edit .user-picture-temp {
    border: 3px solid white;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 640px) {
      .page-user-edit .picture-profile-edit img,
      .page-user-edit .picture-profile-edit .user-picture-temp {
        width: 120px;
        height: 120px;
        border-radius: 70px;
        box-shadow: none; } }
    @media only screen and (min-width: 960px) {
      .page-user-edit .picture-profile-edit img,
      .page-user-edit .picture-profile-edit .user-picture-temp {
        width: 200px;
        height: 200px;
        border-radius: 110px; } }

.page-user-edit .user-profile .user-picture {
  position: relative;
  top: auto;
  left: auto; }

.page-user-edit .user-profile .user-picture:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 103px;
  display: block; }
  @media only screen and (min-width: 640px) {
    .page-user-edit .user-profile .user-picture:before {
      height: 120px;
      width: 120px; } }
  @media only screen and (min-width: 960px) {
    .page-user-edit .user-profile .user-picture:before {
      height: 200px;
      width: 200px; } }

.page-user-edit .user-profile .user-picture:after {
  position: absolute;
  content: "";
  height: 56px;
  width: 60px;
  background-image: url(../images/picto-upload-background2.png);
  background-repeat: no-repeat;
  background-position: left top;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -30px;
  background-size: contain; }
  @media only screen and (min-width: 960px) {
    .page-user-edit .user-profile .user-picture:after {
      left: 70px;
      top: 46px;
      margin-top: 0;
      margin-left: 0;
      height: 74px;
      width: 80px; } }

.page-user-edit .user-profile .picture-profile-edit .text-picture-profile-edit {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 140px;
  text-align: center;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 12px;
  font-weight: normal;
  z-index: 1; }
  @media only screen and (min-width: 960px) {
    .page-user-edit .user-profile .picture-profile-edit .text-picture-profile-edit {
      display: block; } }

.page-user-edit .picture-profile-edit input.form-file {
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 205px;
  height: 205px;
  cursor: copy; }

.page-user-edit .picture-profile-edit .form-item {
  margin: 0;
  padding: 0; }

.page-user-edit .background-profile-edit .form-item .description {
  display: none; }

.page-user-edit .picture-profile-edit .form-item-picture-delete {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 120px;
  display: none; }

.page-user-edit .picture-profile-edit .form-item-files-picture-upload {
  position: absolute;
  top: -55px;
  left: 0;
  width: 106px;
  height: 106px;
  overflow: hidden;
  z-index: 1;
  border-radius: 200px; }
  @media only screen and (min-width: 640px) {
    .page-user-edit .picture-profile-edit .form-item-files-picture-upload {
      top: -75px;
      width: 126px;
      height: 126px; } }
  @media only screen and (min-width: 960px) {
    .page-user-edit .picture-profile-edit .form-item-files-picture-upload {
      top: 0;
      left: 0;
      width: 210px;
      height: 210px; } }

.page-user-edit #edit-field-description-profile .form-item {
  margin: 0; }

.page-user-edit #edit-field-description-profile textarea.form-textarea {
  resize: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: rgba(81, 83, 86, 0.8);
  font-style: italic;
  text-align: center;
  font-family: "Lato", Verdana, sans-serif;
  font-weight: 300; }

.page-user-edit .user-profile .content-left fieldset.reseau-social-profile {
  background: none;
  border: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0 0 10px;
  position: relative;
  border-radius: 0; }

.page-user-edit .user-profile .content-left fieldset.reseau-social-profile legend {
  background: none;
  border: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 0;
  text-shadow: none;
  top: -12px;
  width: 100%;
  border-radius: none; }

.page-user-edit .user-profile .content-left fieldset.reseau-social-profile .fieldset-wrapper {
  padding: 0;
  margin-top: 25px; }

.page-user-edit .user-profile .content-left fieldset.reseau-social-profile a.fieldset-title {
  color: rgba(81, 83, 86, 0.8);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600; }

.page-user-edit .user-profile .content-left fieldset.reseau-social-profile input.form-text {
  border: none;
  background: none;
  width: 190px;
  color: rgba(81, 83, 86, 0.8);
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(86, 83, 81, 0.2); }

.page-user-edit .user-profile .content-left fieldset.reseau-social-profile label {
  color: rgba(81, 83, 86, 0.9);
  font-size: 10px;
  font-weight: 600;
  height: 18px;
  display: inline-block;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 25px;
  opacity: 0.8; }

.page-user-edit .user-profile .content-left .fieldset-wrapper .form-item {
  margin-top: -25px; }

html.js .page-user-edit fieldset.collapsible .fieldset-legend {
  background-image: url(../images/ico-list-expended.png);
  background-repeat: no-repeat;
  background-position: 40% 13px;
  padding-left: 0; }

html.js .page-user-edit fieldset.collapsed .fieldset-legend {
  background-image: url(../images/ico-list-collapsed.png);
  background-position: 40% 13px;
  background-repeat: no-repeat; }

.page-user-edit .user-profile .content-left-second fieldset.reseau-social-profile {
  background: none;
  border: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0 0 10px;
  position: relative;
  border-radius: 0; }

.page-user-edit .user-profile .content-left-second fieldset.reseau-social-profile legend {
  background: none;
  border: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 0;
  text-shadow: none;
  top: -12px;
  width: 100%;
  border-radius: none; }

.page-user-edit .user-profile .content-left-second fieldset.reseau-social-profile .fieldset-wrapper {
  padding: 0;
  margin-top: 25px; }

.page-user-edit .user-profile .content-left-second fieldset.reseau-social-profile a.fieldset-title {
  color: rgba(81, 83, 86, 0.8);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600; }

.page-user-edit .user-profile .content-left-second fieldset.reseau-social-profile input.form-text {
  border: none;
  background: none;
  width: 190px;
  color: rgba(81, 83, 86, 0.8);
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(86, 83, 81, 0.2); }

.page-user-edit .user-profile .content-left-second fieldset.reseau-social-profile label {
  color: rgba(81, 83, 86, 0.9);
  font-size: 10px;
  font-weight: 600;
  height: 18px;
  display: inline-block;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 25px;
  opacity: 0.8; }

.page-user-edit .user-profile .content-left-second .fieldset-wrapper .form-item {
  margin-top: -25px; }

html.js .page-user-edit fieldset.collapsible .fieldset-legend {
  background-image: url(../images/ico-list-expended.png);
  background-repeat: no-repeat;
  background-position: 40% 13px;
  padding-left: 0; }

html.js .page-user-edit fieldset.collapsed .fieldset-legend {
  background-image: url(../images/ico-list-collapsed.png);
  background-position: 40% 13px;
  background-repeat: no-repeat; }

body.page-user .ui-dialog,
body.page-node .ui-dialog {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-image: none;
  border-radius: 20px;
  border: none;
  font-family: "Lato", Verdana, sans-serif;
  color: #515356;
  z-index: 10000; }
  @media only screen and (max-width: 639px) {
    body.page-user .ui-dialog,
    body.page-node .ui-dialog {
      width: 90% !important;
      margin-left: 5% !important; } }

body.page-user .ui-dialog .ui-dialog-titlebar,
body.page-user .ui-dialog .ui-widget-header,
body.page-node .ui-dialog .ui-dialog-titlebar,
body.page-node .ui-dialog .ui-widget-header {
  border: none;
  background: none;
  color: #ad0018;
  font-size: 18px;
  font-weight: 600;
  text-align: center; }

body.page-user .ui-dialog.dialog-error .ui-dialog-titlebar,
body.page-node .ui-dialog.dialog-error .ui-dialog-titlebar {
  color: #ad0018; }

body.page-user .ui-dialog .ui-dialog-titlebar-close,
body.page-node .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  background: none;
  border-radius: 0;
  box-shadow: 0;
  text-shadow: none;
  border: none;
  background-repeat: no-repeat;
  background-image: url(../images/close.png); }

body.page-user .ui-dialog .ui-dialog-content,
body.page-node .ui-dialog .ui-dialog-content {
  min-height: none !important;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  color: #515356;
  text-align: center;
  min-height: auto !important;
  padding-bottom: 15px; }

.page-user .jconfirm-white .jconfirm-box div.title-c,
.page-node .jconfirm-white .jconfirm-box div.title-c {
  padding-top: 15px;
  padding-left: 0;
  color: #ad0018;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "Lato", Verdana, sans-serif; }

#views-exposed-form-liste-recette-perso-page-friend .views-widget-per-page {
  display: none; }

.page-user .result-by-interval .label-nb-page {
  float: left; }

.page-user .result-by-interval .nb-result-per-page {
  list-style: none;
  float: left;
  margin-left: 10px; }
  .page-user .result-by-interval .nb-result-per-page .red {
    color: #ad0018; }
  .page-user .result-by-interval .nb-result-per-page .black {
    color: #515356; }
  .page-user .result-by-interval .nb-result-per-page li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 15px;
    font-size: 12px;
    font-weight: 400; }
  .page-user .result-by-interval .nb-result-per-page .no-color {
    color: #515356;
    cursor: none; }
