@import url("../vendors/font-awesome/css/font-awesome.min.bf0c425cdb73.css");
@import url("../vendors/owl-carousel/assets/owl.carousel.fb5914567175.css");
@import url("../vendors/Mcustom-scrollbar/jquery.mCustomScrollbar.min.436a5a59b6e9.css");
@import url("../vendors/bootstrap/css/bootstrap.77d21268c099.css");
@import url("../vendors/lightgallery/css/lightgallery.min.29311fff9fdd.css");
@import url("../vendors/animate.d84090596d82.css");
@import url("../vendors/bootstrap-multiselect-master/dist/css/bootstrap-multiselect.9155d9837571.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,300italic,600,600italic,700,700italic,800,800italic);
html {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  min-height: 100%;
  font-weight: normal;
  font-style: normal;
  font-size: 62.5%;
}
body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  background-color: #000000;
}
.pink {
  color: #c12231;
}
.bold {
  font-weight: bold;
}
option {
  color: #000000;
}
.alert {
  margin: 1rem 0;
  background-color: #ee104c;
  color: white;
  border: 1px solid #750020;
  text-align: center;
}
.alert-scam {
  background-color: #cc262d;
  border-radius: 5px;
  padding: 2rem;
  color: #ffffff;
  text-align: center;
}
#wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}
.content.container-fluid,
.content.container {
  padding-top: 2rem;
  padding-bottom: 50rem;
}
.content.container-fluid .wrapper-column,
.content.container .wrapper-column {
  position: relative;
}
.content.container-fluid .wrapper-left,
.content.container .wrapper-left {
  padding-left: 1.5rem;
  padding-right: 2rem;
  width: 30rem;
  float: left;
}
.content.container-fluid .wrapper-middle,
.content.container .wrapper-middle {
  position: relative;
  width: auto;
  overflow: hidden;
  float: none;
  padding-right: 30rem;
}
.content.container-fluid .wrapper-right,
.content.container .wrapper-right {
  padding-left: 2rem;
  padding-right: 1.5rem;
  position: absolute;
  width: 30rem;
  right: 0;
  top: 0;
  z-index: 150;
}
.content.container-fluid .wrapper-right.tchat-fixed {
  position: fixed;
  top: 6rem;
}
/******************************************** Tchat Mobile */
.mobile-chat {
  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -o-transition: all ease 350ms;
  transition: all ease 350ms;
  background-color: #1A1A1A;
  position: fixed;
  width: 100%;
  z-index: 2;
  max-height: 80%;
  bottom: 0;
  left: 0;
}
.mobile-chat .header-mobile-tchat {
  position: relative;
}
.mobile-chat .open-tchat-mobile {
  display: block;
  width: 100%;
  background-color: #13dc11;
  text-align: center;
  color: white;
  line-height: 5rem;
  height: 5rem;
  font-size: 13px;
}
.mobile-chat .btn-tchat-list {
  position: absolute;
  height: 5rem;
  font-size: 2rem;
  right: .5rem;
  top: 0;
  background-color: transparent;
  color: white;
}
.mobile-chat a.member-status {
  border-radius: 0;
}
.mobile-chat button,
.mobile-chat input,
.mobile-chat a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
body.menu-slider.in .mobile-chat {
  left: 80%;
}
/********************************************  PAGINATION  ** */
.pagination,
.pagination *,
.pagination *:before,
.pagination *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination ul {
  list-style-type: none;
  display: inline;
  font-weight: 600;
  margin: 0;
  padding: .5em;
  font-size: 2rem;
}
.pagination ul li {
  display: inline-block;
  margin: 0 .3rem;
}
.pagination ul li.current span {
  background-color: #c12231;
  border-radius: 3px;
  border: 1px solid #333333;
  color: #FFFFFF;
  font-size: 100%;
  padding: .5rem 1.5rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.pagination ul a {
  border-radius: 3px;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  font-size: 100%;
  padding: .5rem 1.5rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.pagination ul a:focus,
.pagination ul a:hover {
  background-color: #c12231;
  text-decoration: none;
}
/********************************************* FOOTER ************** */
footer {
  background-color: #1A1A1A;
  padding-top: 2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}
footer .footer-title {
  color: #c12231;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .website-logo-link {
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
footer .website-logo-link img {
  width: 90%;
}
footer .footer-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
footer .footer-list .elite-description {
  color: #FFFFFF;
}
footer .footer-list a {
  display: block;
  padding: .5rem 0;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
footer .footer-list a:hover,
footer .footer-list a:active,
footer .footer-list a:focus {
  color: #c12231;
  padding-left: 1rem;
}
footer .social-row {
  background-color: rgba(158, 158, 158, 0.2);
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
}
footer .social-row .row {
  display: flex;
  justify-content: center;
  align-content: center;
}
footer .social-row a {
  border-radius: 5rem;
  background: #c12231;
  color: white;
  margin: 0 1rem;
  width: 5rem;
  height: 5rem;
  margin-top: -4rem;
  position: relative;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
footer .social-row a i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
footer .social-row a.facebook-link {
  background: #366ecc;
}
footer .social-row a.twitter-link {
  background: #14bcec;
}
footer .social-row a.instagram-link {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  font-size: 1.8rem;
}
footer .social-row a:hover {
  margin-top: -4.5rem;
}
/* ******************************************************* POPUP GENERIQUE */
.overlay-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
}
.overlay-pop .wrapper-popup {
  background: url("../css/img/avantages.730f7e0866ed.png") no-repeat right;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5rem;
  color: #FFFFFF;
  border: 1px solid #c12231;
  text-align: center;
}
.overlay-pop .wrapper-popup.fullscreen {
  width: 100%;
}
.overlay-pop .wrapper-popup.large {
  width: 1280px;
}
.overlay-pop .wrapper-popup.medium {
  width: 780px;
}
.overlay-pop .wrapper-popup.small {
  width: 500px;
}
.overlay-pop .wrapper-popup.popup-question h2:before {
  content: '\f071';
  font-family: 'FontAwesome';
  font-size: 5rem;
  display: block;
  color: #c12231;
  font-style: normal;
}
.overlay-pop .wrapper-popup .close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 1rem;
  color: #c12231;
  z-index: 1;
  opacity: 1;
  text-shadow: none;
}
.overlay-pop .wrapper-popup .close span {
  display: block;
}
.overlay-pop .wrapper-popup .title {
  padding: 0;
}
.overlay-pop .wrapper-popup .title span {
  color: #c12231;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 3rem;
}
.overlay-pop .wrapper-popup .enter-button p {
  padding: 0rem 2rem;
  text-align: center;
  color: #c12231;
}
.overlay-pop .wrapper-popup .enter-button .leave {
  width: 50%;
  border: 0;
  background-color: #333333;
  color: #FFFFFF;
  padding: 2rem 0rem;
  text-transform: uppercase;
  float: left;
  outline: none;
  text-align: center;
  text-decoration: none ;
}
.overlay-pop .wrapper-popup .enter-button .enter {
  width: 50%;
  border: 0;
  background-color: #c12231;
  color: #FFFFFF;
  padding: 2rem 0rem;
  text-transform: uppercase;
  float: left;
  outline: none;
  text-align: center;
  text-decoration: none ;
}
/********************************************************* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 200;
}
.overlay .popup-wrapper {
  width: 640px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3rem 0rem;
  color: white;
  border: 1px solid #c12231;
  text-align: center;
}
.overlay .popup-wrapper h3 {
  color: #c12231;
  margin: 0;
}
.overlay .popup-wrapper .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #c12231;
  z-index: 1;
  opacity: 1;
  text-shadow: none;
}
/* **************************************** ADBLOCK */
.alert-nbfngfnfl {
  background-color: #d20c22;
  padding: 2rem 5rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  text-transform: uppercase;
}
.alert-nbfngfnfl p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.alert-nbfngfnfl p .fa {
  margin-right: 1rem;
}
.wrapper-nbfngfnfl {
  background-color: #d20c22;
  padding: 1rem 0rem;
  text-align: center;
  text-transform: uppercase;
}
.wrapper-nbfngfnfl p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.wrapper-nbfngfnfl p .fa {
  margin-right: 1rem;
}
/******************************************************** */
#alert-container .wrapper-alert {
  background: url("../css/img/avantages.730f7e0866ed.png") no-repeat right;
  background-color: #1A1A1A;
  background-size: cover;
  border: 1px solid #333333;
  width: 600px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  text-align: left;
}
#alert-container .wrapper-alert .signin {
  display: block;
  color: #5d5d5d;
  text-align: center;
  background-color: #1A1A1A;
  text-decoration: none;
  padding: 1rem;
}
#alert-container .wrapper-alert .close {
  color: #FFFFFF;
  margin: .5rem;
}
#alert-container .wrapper-alert .title {
  font-size: 3rem;
  color: #FFFFFF;
}
#alert-container .wrapper-alert .wrapper-text {
  padding: 1rem;
  color: #FFFFFF;
}
#alert-container .wrapper-alert .wrapper-text p {
  margin: 0;
  color: #c12231;
}
#alert-container .wrapper-alert .wrapper-text h2 {
  margin: 0;
  margin-bottom: 1rem;
}
#alert-container .wrapper-alert .lire_suite {
  width: 100%;
  background-color: #c12231;
  border: none;
  color: white;
  padding: 2rem;
  text-transform: uppercase;
  outline: none;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
#alert-container .wrapper-alert .lire_suite:hover {
  background-color: #941d25;
}
#alert-container .wrapper-profil-pic {
  padding: 0rem 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#alert-container .wrapper-profil-pic .profil-pic {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 15rem;
  width: 15rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#alert-container .wrapper-profil-pic .profil-pic img {
  position: absolute;
  max-width: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
/* ********************* DISCLAIMER **************************** */
#disclaimer .advantages {
  border-radius: 5px 5px 0 0;
  width: 600px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0rem;
}
#disclaimer .advantages .title {
  font-style: normal;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
#disclaimer .advantages .title span {
  font-size: 2rem;
  color: #c12231;
  margin: 0;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}
#disclaimer .advantages .title img {
  width: 90%;
  max-width: 40rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #5d5d5d;
}
#disclaimer .disclaimer-text {
  text-align: center;
}
#disclaimer .disclaimer-text .disclaimer-text-title {
  color: white;
  font-weight: bold;
}
#disclaimer .disclaimer-text .disclaimer-text-content {
  color: #969696;
  padding: 0rem 4rem;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#disclaimer .enter-button .leave {
  width: 50%;
  border: 0;
  color: #FFFFFF;
  padding: 1rem 0rem;
  outline: none;
  text-align: center;
  display: block;
  text-decoration: underline;
  margin: 0 auto;
}
#disclaimer .enter-button .enter {
  width: 50%;
  border: 0;
  background-color: #c12231;
  color: #FFFFFF;
  padding: 2rem 0rem;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  font-size: 2.5rem;
}
#disclaimer .disclaimer-text-bottom {
  text-align: center;
  padding: 0 4rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #969696;
  margin-bottom: 2rem;
}
/************************ALERT MSG****************************** */
@media screen and (max-width: 1375px) {
  .content.container-fluid .wrapper-left {
    padding-left: 1.5rem;
    padding-right: 2rem;
    width: 25rem;
  }
  .content.container-fluid .wrapper-middle {
    padding-right: 25rem;
  }
  .content.container-fluid .wrapper-right {
    padding-right: 1rem;
    position: absolute;
    width: 25rem;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .content.container-fluid .wrapper-left {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 25rem;
  }
  .content.container-fluid .wrapper-middle {
    padding-right: 1rem;
  }
  .content.container-fluid .wrapper-right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .overlay-pop .wrapper-popup {
    padding: 3rem;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.9);
  }
  #disclaimer .advantages .title span {
    font-size: 4rem;
  }
  html {
    min-height: inherit;
    height: auto;
  }
  body {
    height: auto;
  }
  .content.container-fluid,
  .content.container {
    padding-top: 8rem !important;
    padding-bottom: 1rem !important;
  }
  .content.container-fluid .wrapper-left,
  .content.container .wrapper-left {
    display: none;
  }
  .content.container-fluid .wrapper-middle,
  .content.container .wrapper-middle {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #disclaimer .advantages {
    position: relative;
  }
  #disclaimer .advantages .title h2 {
    font-size: 4rem;
    color: #c12231;
    line-height: 3rem;
    margin: 0;
  }
  #disclaimer .disclaimer-text {
    padding: 0rem 1rem;
  }
  #disclaimer .enter-button p {
    padding: 0rem 1rem;
  }
}
/******************************************* */
.not-found {
  text-align: center;
  margin-top: 4rem;
}
.not-found img {
  max-width: 90%;
  margin-bottom: 1rem;
}
.not-found p {
  margin: 0;
  color: #5d5d5d;
  font-size: 1.8rem;
  font-weight: 600;
}
.not-found p:last-child {
  font-size: 1.3rem;
}
.text-lkj {
  color: white;
  text-align: center;
  padding: 0rem 2rem;
  font-size: 1.5rem;
}
.text-lkj a {
  color: #c12231;
}
/****************************************** RECAPTCHA V2 */
.g-recaptcha div {
  margin: auto;
}
/****************************************** RECAPTCHA V3 */
.blog-ban {
  margin-bottom: 1rem;
  position: relative;
  display: block;
}
.blog-ban img {
  width: 100%;
  display: block;
}
.sidebar {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 1rem;
}
.sidebar .title {
  text-align: center;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  font-style: italic;
}
.sidebar .title h2 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 10px 0 0 0;
}
.sidebar .title .subtitle {
  color: #c12231;
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
}
.sidebar .pictures {
  margin-top: 1.5rem;
}
.sidebar #monthly-contest,
.sidebar #most-viewed {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333333;
}
.sidebar #most-viewed,
.sidebar #most-liked {
  padding-top: 1rem;
}
.sidebar.sidebar-profil-details .title {
  margin-bottom: 1rem;
}
.chatbox-tablet {
  display: none;
}
.chatbox-tablet a {
  text-align: center;
  background-color: #13dc11;
  -webkit-box-shadow: 0 0 1rem #333333 inset;
  -moz-box-shadow: 0 0 1rem #333333 inset;
  box-shadow: 0 0 1rem #333333 inset;
  text-transform: uppercase;
  border-right: 0;
  font-style: italic;
  color: #ffffff;
  display: block;
  padding: 1.5rem 0rem;
  font-size: 2rem;
  outline: none;
  margin-bottom: 1rem;
}
.contact-us {
  margin-bottom: 1rem;
}
.contact-us a {
  text-align: center;
  background-color: #c12231;
  -webkit-box-shadow: 0 0 1rem #333333 inset;
  -moz-box-shadow: 0 0 1rem #333333 inset;
  box-shadow: 0 0 1rem #333333 inset;
  text-transform: uppercase;
  border-right: 0;
  font-style: italic;
  color: #FFFFFF;
  display: block;
  padding: 1.5rem 0;
  font-size: 2rem;
  outline: none;
}
.contact-us a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.merciban-home {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333333;
}
.merciban {
  margin-bottom: 1rem;
}
.merciban-home a,
.merciban a {
  display: block;
}
.merciban-home a img,
.merciban a img {
  width: 100%;
  display: block;
}
.jm-contact {
  float: left;
}
.jm-contact img {
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .chatbox-tablet {
    display: block;
  }
}
.wrapper-right .sidebar {
  padding: 0;
}
.wrapper-right .sidebar .chat {
  position: relative;
}
.title {
  padding-top: 1rem;
}
.title a {
  color: #FFFFFF;
  text-decoration: none;
}
.members-filters {
  background-color: #303030;
  text-align: center;
  padding: 10px;
}
.members-filters p {
  display: inline-block;
  margin: 0;
  color: white;
  vertical-align: middle;
  padding-top: 4px;
}
.members-filters .woman-filter,
.members-filters .man-filter,
.members-filters .couple-filter {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  vertical-align: top;
}
.members-filters .woman-filter label,
.members-filters .man-filter label,
.members-filters .couple-filter label {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.members-filters .woman-filter input[type=checkbox],
.members-filters .man-filter input[type=checkbox],
.members-filters .couple-filter input[type=checkbox] {
  visibility: hidden;
}
.members-filters .couple-filter {
  width: 30px;
}
.members-filters .woman-filter label {
  background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat center;
}
.members-filters .man-filter label {
  background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat center;
}
.members-filters .couple-filter label {
  background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat center;
  width: 30px;
}
.members-filters .couple-filter input[type=checkbox]:checked + label {
  background: url("../css/img/tchat/couple-filter.bce96650bcd9.png") no-repeat center;
}
.members-filters .man-filter input[type=checkbox]:checked + label {
  background: url("../css/img/tchat/man-filter.6b9ef9f54ed0.png") no-repeat center;
}
.members-filters .woman-filter input[type=checkbox]:checked + label {
  background: url("../css/img/tchat/woman-filter.14f0190a36ee.png") no-repeat center;
}
.wrapper-active-members .active-members {
  height: 30rem;
}
.active-members {
  height: 40rem;
}
.active-members span {
  position: relative;
  display: block;
  border-top: 1px solid #262626;
  padding: 10px;
  cursor: pointer;
}
.active-members span a {
  color: #FFF;
  text-decoration: none;
  padding-left: 30px;
  display: block;
  padding-right: 15px;
  cursor: pointer;
}
.active-members span a:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
}
.active-members span a.couple:before {
  content: '';
  background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  width: 2rem;
  height: 1.4rem;
}
.active-members span a.man:before {
  content: '';
  background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  width: 2rem;
  height: 1.4rem;
}
.active-members span a.woman:before {
  content: '';
  background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  width: 2rem;
  height: 1.4rem;
}
.active-members span a.live {
  background: url("../css/img/tchat/live.c8d6a0adfdf8.png") no-repeat;
  width: 13px;
  height: 15px;
  display: none;
  padding: 0px;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.active-members span.new-notif:after {
  animation-name: new-notif-2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background: url("../css/img/tchat/alert-green.cd95d2dfef53.png") no-repeat;
  width: 15px;
  height: 14px;
  display: block;
  padding: 0px;
  position: absolute;
  right: 30px;
  top: 8px;
  cursor: pointer;
  content: '';
}
.active-members span.live-on a.live {
  display: block;
}
.active-members span.disconnected a {
  color: #474747;
}
.active-members span.disconnected a:active,
.active-members span.disconnected a:hover,
.active-members span.disconnected a:focus {
  background-color: transparent;
}
.active-members span.disconnected a.couple:before {
  background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  animation-name: disconnected-couple;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.active-members span.disconnected a.man:before {
  background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  animation-name: disconnected-man;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.active-members span.disconnected a.woman:before {
  background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  animation-name: disconnected-woman;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.wrapper-profil {
  position: absolute;
  left: -100%;
  width: 250px;
  background-color: #202020;
  padding: 1rem;
  z-index: 200;
}
.wrapper-profil .img-profil {
  width: 75px;
  height: 75px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.wrapper-profil.man .img-profil {
  background-image: url("../css/img/tchat/big-basic-profil-man.8b19f6ac07fa.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper-profil.woman .img-profil {
  background-image: url("../css/img/tchat/big-basic-profil-woman.cbe6bae180d4.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper-profil.couple .img-profil {
  background-image: url("../css/img/tchat/big-basic-profil-couple.5247a6736477.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper-profil .btn-profil {
  display: inline-block;
  width: 150px;
}
.wrapper-profil .btn-profil .certification {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.wrapper-profil .btn-profil .certification a {
  display: inline-block;
  text-decoration: none;
}
.wrapper-profil .btn-profil .certification img {
  display: block;
}
.wrapper-profil .btn-profil .see-profil,
.wrapper-profil .btn-profil .talk {
  display: block;
  text-align: center;
  padding: 2px 0;
  width: 100%;
  border-radius: 5px;
  font-style: italic;
  text-decoration: none;
  font-size: 13px;
  color: #FFFFFF;
  cursor: pointer;
}
.wrapper-profil .btn-profil .see-profil {
  background-color: #c12231;
  margin-bottom: 5px;
}
.wrapper-profil .btn-profil .talk {
  background-color: #00d822;
  text-transform: uppercase;
}
.wrapper-profil .description-profil h3 {
  color: #f0327a;
  margin: 0;
  margin-top: 10px;
}
.wrapper-profil .description-profil p {
  color: #dedede;
  margin: 0;
  font-size: 13px;
}
.wrapper-profil .description-profil .ville {
  max-height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.wrapper-profil .description-profil .description {
  overflow: hidden;
  max-height: 110px;
  padding-bottom: .5rem;
}
a.member-status {
  color: #FFFFFF;
  text-align: center;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0px 0px 5px 5px;
}
a.member-status:after {
  content: none;
}
a.member-status.member-hide {
  background-color: #a50000;
  -webkit-transition: background-color ease 250ms;
  -moz-transition: background-color ease 250ms;
  -o-transition: background-color ease 250ms;
  transition: background-color ease 250ms;
}
a.member-status.member-hide:hover,
a.member-status.member-hide:active,
a.member-status.member-hide:focus {
  background-color: #ff0000;
}
a.member-status.member-show {
  background-color: #00a519;
  -webkit-transition: background-color ease 250ms;
  -moz-transition: background-color ease 250ms;
  -o-transition: background-color ease 250ms;
  transition: background-color ease 250ms;
}
a.member-status.member-show:hover,
a.member-status.member-show:active,
a.member-status.member-show:focus {
  background-color: #00d822;
}
@-webkit-keyframes new-notif {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes new-notif {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-o-keyframes new-notif {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes new-notif {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes new-notif-2 {
  0%,
  40%,
  80% {
    opacity: 1;
  }
  20%,
  60% {
    opacity: 0;
  }
}
@-moz-keyframes new-notif-2 {
  0%,
  40%,
  80% {
    opacity: 1;
  }
  20%,
  60% {
    opacity: 0;
  }
}
@-o-keyframes new-notif-2 {
  0%,
  40%,
  80% {
    opacity: 1;
  }
  20%,
  60% {
    opacity: 0;
  }
}
@keyframes new-notif-2 {
  0%,
  40%,
  80% {
    opacity: 1;
  }
  20%,
  60% {
    opacity: 0;
  }
}
@-webkit-keyframes disconnected-man {
  0% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
@-moz-keyframes disconnected-man {
  0% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
@-o-keyframes disconnected-man {
  0% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
@keyframes disconnected-man {
  0% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/man.58a8205924d9.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
@-webkit-keyframes disconnected-couple {
  0% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
}
@-moz-keyframes disconnected-couple {
  0% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
}
@-o-keyframes disconnected-couple {
  0% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
}
@keyframes disconnected-couple {
  0% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/couple.602a7aa68498.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected-couple.1d87999638a9.png") no-repeat;
  }
}
@-webkit-keyframes disconnected-woman {
  0% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
@-moz-keyframes disconnected-woman {
  0% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
@-o-keyframes disconnected-woman {
  0% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
@keyframes disconnected-woman {
  0% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  20% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  40% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  60% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
  80% {
    background: url("../css/img/tchat/woman.a187b6db9e8c.png") no-repeat;
  }
  100% {
    background: url("../css/img/tchat/disconnected.dd375a4bd340.png") no-repeat;
  }
}
.lkj-middle img {
  width: 100%;
  margin-bottom: 1rem;
}
.media-container {
  margin-bottom: 2rem;
}
.wrapper-filters {
  padding-right: 80px;
}
.wrapper-medias,
.wrapper-filters {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.wrapper-medias.more-contributions,
.wrapper-filters.more-contributions {
  margin-top: 2rem;
}
.wrapper-medias .filters .see-more,
.wrapper-filters .filters .see-more,
.wrapper-medias .filters .nb-views,
.wrapper-filters .filters .nb-views {
  color: #c12231;
  margin-left: 1rem;
  text-decoration: none;
  font-weight: 100;
  text-transform: initial;
  font-style: normal;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  font-size: 1.4rem;
  display: inline-block;
}
.wrapper-medias .filters .see-more:hover,
.wrapper-filters .filters .see-more:hover,
.wrapper-medias .filters .see-more:active,
.wrapper-filters .filters .see-more:active,
.wrapper-medias .filters .see-more:focus,
.wrapper-filters .filters .see-more:focus {
  color: #5d5d5d;
}
.filters {
  width: 100%;
  display: block;
  background-color: #1A1A1A;
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  line-height: 4rem;
  text-align: left;
}
.filters h2 {
  margin: 0;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
}
.filters h2:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.filters .date-filter {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: right;
}
.filters .date-filter li {
  display: inline-block;
  list-style: none;
}
.filters .date-filter a {
  background-color: #000000;
  color: #5d5d5d;
  padding: 0rem 1.4rem;
  display: block;
  border-radius: 0.5rem;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.filters .date-filter a.active {
  background-color: #c12231;
  color: #FFFFFF;
}
.filters .date-filter a.fa-archive {
  color: #FFFFFF;
}
.filters .date-filter a.fa-archive:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.filters .date-filter a:hover,
.filters .date-filter a:focus,
.filters .date-filter a:active {
  background-color: #c12231;
  color: #FFFFFF;
  text-decoration: none;
}
.filters .date-filter.admin-edit {
  position: absolute;
  top: 10px;
  right: 10px;
}
.filters .date-filter.admin-edit a {
  background-color: #ff2f38;
  color: #FFFFFF;
}
.filters .date-filter.admin-edit a:hover {
  background-color: #ff2f38;
}
.filters#photo-albums h2:before {
  content: "\f030";
}
.filters .btn-filter-checkbox {
  float: right;
  margin-right: .5rem;
}
.filters .btn-filter-checkbox button {
  background-color: #c12231;
  color: #FFFFFF;
  padding: 0rem 1.4rem;
  display: block;
  border-radius: 0.5rem;
  border: none;
}
.filters .btn-filter-checkbox .dropdown-menu {
  padding: 1rem;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  right: 0;
  left: auto;
}
.filters .btn-filter-checkbox .dropdown-menu button {
  width: 100%;
}
.filters .btn-filter-checkbox .form-checkbox input[type="checkbox"] {
  display: none;
}
.filters .btn-filter-checkbox .form-checkbox input[type="checkbox"]:checked + label:after {
  max-width: 25px;
  opacity: 1;
  margin-right: 6rem;
}
.filters .btn-filter-checkbox .form-checkbox label {
  line-height: 2rem;
  display: block;
  position: relative;
  font-size: 1.3rem;
  cursor: pointer;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0.6rem 0rem 0.6rem 3rem;
}
.filters .btn-filter-checkbox .form-checkbox label:before,
.filters .btn-filter-checkbox .form-checkbox label:after {
  font-family: FontAwesome;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.filters .btn-filter-checkbox .form-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid white;
}
.filters .btn-filter-checkbox .form-checkbox label:after {
  content: '\f00c';
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  font-size: 1.3rem;
  top: 50%;
  left: 3px;
  color: #c12231;
  -webkit-transition: all 0.50s;
  -moz-transition: all 0.50s;
  -o-transition: all 0.50s;
  transition: all 0.50s;
}
.select-wrapper-contrib {
  float: right;
  position: relative;
  background-color: #c12231;
  border-radius: 0.5rem;
  line-height: 4rem;
  margin-right: .5rem;
}
.select-wrapper-contrib select {
  background-color: transparent;
  border: none;
  color: white;
  border-radius: 0;
  height: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 1rem;
  padding-right: 3.5rem;
  line-height: normal;
}
.select-wrapper-contrib select option {
  background-color: #FFFFFF;
  color: #000000;
}
.select-wrapper-contrib:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.more-filters,
.contest-archive {
  position: absolute;
  right: 0;
  top: 0;
}
.more-filters button,
.contest-archive button,
.more-filters a,
.contest-archive a {
  outline: none;
  display: block;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  padding: 0.9rem 2.2rem;
  text-align: center;
  font-size: 3rem;
  color: white;
  text-decoration: none;
}
.more-filters button:before,
.contest-archive button:before,
.more-filters a:before,
.contest-archive a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.more-filters button.active,
.contest-archive button.active,
.more-filters a.active,
.contest-archive a.active {
  background-color: #c12231;
  color: #FFFFFF;
  text-decoration: none;
}
.more-filters button:before {
  content: "\f1de";
}
.contest-archive button:before {
  content: "\f187";
}
.filter-open {
  margin-bottom: 1rem;
  background-color: #1A1A1A;
  padding: 1rem 2rem;
  border: 1px solid #333333;
  border-radius: 5px;
}
.filter-open li {
  width: 24%;
  list-style: none;
  color: white;
  display: inline-block;
}
.filter-open h3 {
  text-align: center;
  color: white;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
.filter-open .date-filter-mobile {
  display: none;
}
.filter-open .date-filter-mobile li {
  width: 100%;
  margin-bottom: 0.5rem;
}
.filter-open .date-filter-mobile li.archives {
  display: none;
}
.filter-open .date-filter-mobile a {
  background-color: #000000;
  color: #5d5d5d;
  padding: 1rem 1.4rem;
  display: block;
  border-radius: 0.5rem;
  text-align: center;
}
.filter-open .date-filter-mobile a.active {
  background-color: #c12231;
  color: #FFFFFF;
}
.filter-open .date-filter-mobile a.fa-archive {
  color: #FFFFFF;
}
.filter-open .date-filter-mobile a.fa-archive:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.filter-open .date-filter-mobile a:hover,
.filter-open .date-filter-mobile a:focus,
.filter-open .date-filter-mobile a:active {
  background-color: #c12231;
  color: #FFFFFF;
  text-decoration: none;
}
.list-items {
  margin: 0;
}
.list-items .see-more {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.list-items .see-more ~ div {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.list-items .see-more a {
  position: relative;
  text-transform: uppercase;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.list-items .see-more a .text-see-more {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-items .see-more a .text-see-more .fa-plus {
  color: rgba(255, 0, 126, 0.82);
  text-transform: uppercase;
  font-size: 8rem;
  display: block;
}
.list-items .see-more a .text-see-more span {
  display: inline-block;
  color: #ffffff;
  font-size: 2.4rem;
}
.list-items.list-item-article {
  display: flex;
  flex-wrap: wrap;
}
.list-items.list-item-article .blog-articles-wrapper {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}
.list-items.list-item-article .blog-articles-wrapper .blog-articles {
  height: 100%;
}
.list-items .wrapper-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
  float: left;
  cursor: pointer;
}
.list-items .wrapper-item .lightbox-item {
  height: 100%;
  position: relative;
}
.list-items .item-padding {
  position: relative;
}
.list-items .item-padding:after {
  padding-top: 75%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.list-items .item-padding.last,
.list-items .item-padding.years {
  overflow: hidden;
}
.list-items .item-padding.last .contribution-link img,
.list-items .item-padding.years .contribution-link img {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.list-items .item-padding.years .see-more {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.list-items .item-padding.years .see-more .text-see-more span {
  font-size: 4rem;
  font-weight: 600;
}
.list-items .item-padding.years:hover .see-more {
  background: rgba(255, 255, 255, 0.3);
}
.list-items .item-padding.years:hover .see-more .text-seem-more span {
  text-shadow: 0px 0px 0px 0px #FFF;
}
.list-items .item-padding.years:hover .contribution-link img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.list-items .item-padding.last:hover .contribution-link img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.list-items .item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #1A1A1A;
}
.list-items .item:hover .photo-hover {
  opacity: 1;
}
.list-items .item .like-photo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0.5rem;
  color: #ee107e;
  font-size: 3rem;
}
.list-items .item .photo-hover {
  opacity: 0;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  padding: 2rem 1rem 1rem 1.5rem;
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 0;
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.01+0,0.7+81 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.7) 81%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.7) 81%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.7) 81%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  text-align: left;
}
.list-items .item .photo-hover .username a {
  color: #FFFFFF;
  text-decoration: none;
}
.list-items .item .photo-hover p {
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-items .item .photo-hover .nb-likes {
  color: #c12231;
  text-decoration: none;
}
.list-items .item .photo-hover .time {
  float: right;
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
}
.list-items .item .photo-hover .time:before {
  margin-right: .5rem;
}
.list-items .item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.list-items.tabs-contributions .item .photo-hover,
.list-items.user-contributions .item .photo-hover {
  display: block !important;
  opacity: 1;
}
.list-items.tabs-contributions .last .item .photo-hover,
.list-items.user-contributions .last .item .photo-hover {
  display: none !important;
}
.sidebar-info {
  float: left;
  margin-top: 1rem;
}
.sidebar-info h1 {
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem 0;
  color: #c12231;
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
  padding-bottom: 1.5rem;
}
.sidebar-info p {
  font-size: 1.1rem;
  text-align: justify;
}
/**************************** ABONNEMENT */
.abo-steps {
  background: url("../css/img/background-abo.2cdf58992c08.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #000000;
  background-position: bottom;
}
.abo-steps .content.container-fluid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.abo-steps .content.container-fluid .wrapper-middle {
  padding: 0;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.abo-steps .wrapper-form-style,
.abo-steps .wrapper-advantages {
  margin-top: 10rem;
}
.abo-steps .abo-wrapper {
  width: 50%;
  display: inline-block;
  float: left;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding-top: 10rem;
  margin-top: 10rem;
  position: relative;
  border-radius: 5px;
}
.abo-steps .abo-wrapper.abo-center {
  float: none;
  display: block;
  margin: 10rem auto;
}
.abo-steps .abo-wrapper .advantages {
  background: transparent;
  border: none;
}
.abo-steps .abo-wrapper .advantages .title {
  margin-top: 0;
}
.abo-steps .abo-wrapper p,
.abo-steps .abo-wrapper .success {
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 0rem;
  font-size: 1.2rem;
}
.abo-steps .abo-wrapper p .certification,
.abo-steps .abo-wrapper .success .certification {
  border: none;
  background: transparent;
  outline: none;
  text-align: center;
  display: inline-block;
  color: #ee107e;
  margin-bottom: 1rem;
  margin-left: .5rem;
  text-decoration: underline;
  padding: 0;
}
.abo-steps .abo-wrapper .success {
  color: #c12231;
  margin: 1rem 0;
}
.abo-steps .abo-wrapper .lire_suite {
  width: 100%;
  background-color: #c12231;
  border: none;
  color: white;
  padding: 2rem;
  text-transform: uppercase;
  outline: none;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.abo-steps .abo-wrapper .lire_suite:hover {
  background-color: #941d25;
}
.abo-steps .wrapper-profil-pic {
  padding: 0rem 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.abo-steps .wrapper-profil-pic .live-animation {
  height: 14px;
  width: 14px;
  background-color: #c12231;
  position: absolute;
  top: 10%;
  right: 15%;
  display: block;
  z-index: 10;
  border-radius: 1rem;
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: clignotte;
  animation-name: clignotte;
}
.abo-steps .wrapper-profil-pic .profil-pic {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 15rem;
  width: 15rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.abo-steps .wrapper-profil-pic .profil-pic img {
  position: absolute;
  max-width: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.abo-steps .wrapper-profil-pic .profil-pic .profil-link-wrapper {
  opacity: 0;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 16, 126, 0.5);
  z-index: 1;
}
.abo-steps .wrapper-profil-pic .profil-pic .profil-link-wrapper .profil-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  padding: 1rem;
}
.abo-steps .wrapper-profil-pic .profil-status {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.abo-steps .wrapper-profil-pic .profil-status a {
  text-decoration: none;
  overflow: hidden;
}
.abo-steps .wrapper-profil-pic .profil-status a span {
  font-size: 2.5rem;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.abo-steps .wrapper-profil-pic .profil-status a:hover .status span {
  font-size: 3rem;
}
.abo-steps .wrapper-profil-pic:hover .profil-link-wrapper {
  opacity: 1;
}
/****************************************** MENTION LEGAL */
.wrapper-legal-mention {
  padding: 1rem 2rem;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
}
.wrapper-legal-mention h2 {
  color: #c12231;
}
.wrapper-legal-mention p {
  color: #969696;
}
/************************************************** */
@media screen and (max-width: 1300px) {
  .abo-steps .wrapper-form-style,
  .abo-steps .wrapper-advantages {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper-filters .filters .date-filter .albums-days {
    display: none;
  }
  .filter-open .date-filter-mobile {
    display: block;
  }
  .filter-open .date-filter-mobile li {
    width: 30%;
  }
}
@media screen and (max-width: 1180px) {
  .list-items .see-more a .text-see-more .fa-plus {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper-filters {
    padding-right: 9.5rem;
  }
  .wrapper-filters .filters {
    padding: 1rem 2rem;
  }
  .wrapper-filters .filters h2 {
    text-align: left;
  }
  .wrapper-filters .more-filters button {
    padding: 0.9rem 2.9rem;
  }
  .filters .btn-filter-checkbox {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .filters .date-filter {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .select-wrapper-contrib {
    margin-right: 0rem;
    width: 100%;
    margin-bottom: .5rem;
  }
  .abo-steps .wrapper-form-style,
  .abo-steps .wrapper-advantages {
    margin-top: 1rem;
  }
  .abo-steps .wrapper-form-style,
  .abo-steps .wrapper-advantages,
  .abo-steps .abo-wrapper {
    width: 100%;
  }
  .advantages .connect-link span {
    display: block;
  }
  .pub img {
    display: none;
  }
  .wrapper-filters {
    padding-right: 7.5rem;
    margin-bottom: .5rem;
  }
  .wrapper-filters .filters {
    text-align: left;
    padding-right: 0.5rem;
  }
  .wrapper-filters .filters h2 {
    line-height: 4rem;
    float: none;
    text-align: left;
    display: inline-block;
  }
  .wrapper-filters .more-filters button {
    padding: 0.9rem 2rem;
  }
  .wrapper-filters .date-filter {
    display: none;
  }
  .filter-open ul {
    padding: 0;
  }
  .filter-open ul li {
    width: 49%;
  }
  .filter-open ul.date-filter-mobile li {
    width: 100%;
  }
  .filter-open ul.date-filter-mobile li.archives {
    display: block;
  }
  .list-items .see-more a .text-see-more .fa-plus {
    font-size: 12rem;
  }
}
.form-style,
.advantages {
  background-color: #1A1A1A;
  border: 1px solid #333333;
}
.wrapper-form-style,
.wrapper-advantages {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 0.5rem;
}
select::-ms-expand {
  display: none;
}
.reset-password {
  color: #FFFFFF;
  margin-top: 1rem;
}
.reset-password a {
  color: #c12231;
  text-decoration: none;
}
.form-style .form-menu #magic-line {
  position: absolute;
  bottom: 0rem;
  left: 0;
  height: .2rem;
  background: #c12231;
  overflow: visible !important;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.form-style .form-menu #magic-line:after {
  transition: all ease 250ms;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c12231 transparent transparent transparent;
}
.form-style .form-menu ul {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  background: #0F0F0F;
  margin-bottom: 2rem;
}
.form-style .form-menu ul li {
  width: 50%;
  float: left;
  padding: 0;
}
.form-style .form-menu ul li a {
  outline: none;
  color: #5d5d5d;
  padding: 2rem;
  display: block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.form-style .form-menu ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.form-style .form-menu ul li a:hover {
  color: #c12231;
}
.form-style .form-menu ul li a:active,
.form-style .form-menu ul li a:focus {
  outline: none;
}
.form-style .form-menu ul li.current-tab a {
  color: #c12231;
}
.form-style .form-slider {
  overflow: hidden;
}
.form-style form {
  padding: 3rem;
  padding-top: 0;
  text-align: center;
}
.form-style form .form-group {
  margin-bottom: 0;
}
.form-style form .input-group {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
.form-style form .input-group input {
  width: 100%;
  background: none;
  color: #FFFFFF;
  padding: .5rem 0;
  font-size: 18px;
  display: inline-block;
}
.form-style form .input-group input:focus,
.form-style form .input-group input:active {
  outline: none;
}
.form-style form .input-group input[type="text"],
.form-style form .input-group input[type="email"],
.form-style form .input-group input[type="password"] {
  border: none;
  border-bottom: solid 2px #333333;
}
.form-style form .input-group label {
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  color: #FFFFFF;
}
.form-style form .input-group input:focus + label,
.form-style form .input-group input.has-value + label {
  top: -10px;
  font-size: 12px;
  color: #5d5d5d;
}
.form-style form .input-group.has-error input[type="text"],
.form-style form .input-group.has-error input[type="email"],
.form-style form .input-group.has-error input[type="password"] {
  border: none;
  border-bottom: solid 2px red;
}
.form-style form .radio-group {
  margin-top: 2.5rem;
  text-align: left;
}
.form-style form .radio-group span {
  color: #FFFFFF;
  font-weight: 600;
  margin-right: 3rem;
  display: inline-block;
  line-height: 2.5em;
  float: left;
}
.form-style form .radio-group .radio-wrap {
  display: inline;
  margin-right: 1rem;
}
.form-style form .radio-group .radio-wrap input {
  margin-right: 1rem;
  background-color: transparent;
}
.form-style form .radio-group .radio-wrap input:empty {
  position: absolute;
  visibility: hidden;
  left: 0;
}
.form-style form .radio-group .radio-wrap input:empty ~ label {
  padding: 0 1rem;
  color: white;
  border: solid 2px #1A1A1A;
  border-bottom: solid 2px #333333;
  float: left;
  line-height: 2.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.form-style form .radio-group .radio-wrap input:hover:not(:checked) ~ label,
.form-style form .radio-group .radio-wrap input:checked ~ label {
  background-color: #c12231;
}
.form-style form .checkbox-group {
  margin-top: 3rem;
}
.form-style form .checkbox-group .checkbox-wrap {
  margin-bottom: 1rem;
  text-align: left;
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:not(:checked),
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:not(:checked),
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:not(:checked) + label,
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:not(:checked) + label,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #FFFFFF;
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:not(:checked) + label:before,
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label:before,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:not(:checked) + label:before,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:not(:checked) + label:after,
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label:after,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:not(:checked) + label:after,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #c12231;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
  /* on prévoit une animation */
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:not(:checked) + label:after,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label {
  color: #c12231;
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label:before,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label:before {
  border-color: #c12231;
}
.form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label:after,
.form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.form-style form .select-group {
  margin-top: 2.5rem;
  text-align: left;
}
.form-style form .select-group span {
  color: #FFFFFF;
  font-weight: 600;
  margin-right: 3rem;
  display: inline-block;
  line-height: 2.5em;
}
.form-style form .select-group .select-wrapper {
  display: inline-block;
  position: relative;
  width: 70%;
}
.form-style form .select-group .select-wrapper:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.form-style form .select-group select {
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #333333;
  color: white;
  border-radius: 0;
  height: 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 50;
  width: 100%;
}
.form-style form .select-group select::-ms-expand {
  display: none;
}
.form-style form .select-group select option {
  color: #000000;
}
.form-style form .help-block {
  margin-bottom: 0.5rem ;
  color: red;
  text-align: left;
}
.form-style form .btn {
  margin-top: 3rem;
  width: 100%;
  background-color: #c12231;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1.5rem 0;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.form-style form .btn:active,
.form-style form .btn:hover,
.form-style form .btn:focus {
  outline: none;
  background-color: #941d25;
}
.form-style form .alert {
  margin-top: 1rem;
  background-color: #ee104c;
  color: white;
  border: 1px solid #750020;
}
.form-style form .wrapper-upload {
  width: 100%;
  padding: 9rem 2rem 2rem 2rem;
  display: block;
  position: relative;
  border: 1px solid #333333;
  margin-top: 1rem;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.form-style form .wrapper-upload .fileUpload {
  border-bottom: 0;
  color: #5d5d5d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  z-index: 50;
  display: block;
  text-decoration: none;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.form-style form .wrapper-upload .fileUpload input {
  width: 100%;
  height: 100%;
}
.form-style form .wrapper-upload:hover {
  border: 1px solid #FFFFFF;
}
.form-style form .wrapper-upload:hover .fileUpload {
  color: #FFFFFF;
}
.form-style form .wrapper-upload .wrapper-filePreview {
  text-align: left;
}
.form-style form .wrapper-upload .wrapper-filePreview .filePreview {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  height: 150px;
}
.form-style form .wrapper-upload .wrapper-filePreview .filePreview img {
  max-width: 100%;
  max-height: 125px;
  margin: 0 auto;
  display: block;
}
.form-style form .wrapper-upload .wrapper-filePreview .filePreview span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #969696;
}
.form-style form .wrapper-upload .wrapper-filePreview .filePreview .fa-close {
  text-shadow: 0 0 1px #000;
  z-index: 51;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.form-style form .wrapper-upload .wrapper-filePreview .filePreview .fa-close:hover {
  color: #c12231;
}
.form-style .wrapperSubmit,
.form-upload-contrib .wrapperSubmit {
  margin-top: 1rem;
  background-color: #c12231;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.form-style .wrapperSubmit .btn,
.form-upload-contrib .wrapperSubmit .btn,
.form-style .wrapperSubmit .btn-submit,
.form-upload-contrib .wrapperSubmit .btn-submit {
  margin-top: 0;
  background-color: transparent !important;
  border: none;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 10;
  left: 0;
}
.form-style .wrapperSubmit .backgroundProgress,
.form-upload-contrib .wrapperSubmit .backgroundProgress {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #941d25;
  z-index: 1;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.advantages {
  background: url("../css/img/avantages.730f7e0866ed.png") no-repeat right;
  background-color: #0F0F0F;
  background-size: cover;
}
.advantages .title {
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  margin: 3rem 0;
}
.advantages .title h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.9rem;
}
.advantages .title .subtitle {
  color: #c12231;
  font-size: 1.9rem;
  margin: 0 0 1.5rem 0;
}
.advantages ul {
  padding: 0 5rem;
}
.advantages ul li {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.advantages ul li:before {
  content: "•";
  color: #c12231;
  margin-right: 1rem;
  position: absolute;
  left: -1.5rem;
}
.advantages .connect-link {
  text-align: center;
  margin: 4rem 0;
  color: white;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}
.advantages .connect-link span {
  color: #c12231;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .wrapper-form-style {
    width: 100%;
    margin-bottom: 1rem;
  }
  .wrapper-advantages {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-style form .radio-group {
    float: left;
    width: 100%;
  }
  .form-style form .radio-group span {
    float: none;
    display: block;
  }
  .form-style form .select-group span {
    display: block;
  }
}
.do-you-know-it {
  padding: 2rem;
  margin-top: 3rem;
  border: 1px solid #c12231;
  position: relative;
}
.do-you-know-it .alert-msg {
  background-color: #1A1A1A;
  padding: 1rem;
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.do-you-know-it .alert-msg span {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
}
.do-you-know-it .alert-msg span:before {
  font-family: 'fontawesome';
  color: #c12231;
  content: '\f0f3';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
.do-you-know-it a {
  color: #c12231;
}
.do-you-know-it.success {
  display: inline-block;
  width: 700px;
  max-width: 90%;
}
.do-you-know-it.success .alert-msg span:before {
  content: '\f164';
}
.do-you-know-it.empty-cart,
.do-you-know-it.no-contrib {
  display: block;
  width: 700px;
  max-width: 90%;
  margin: 3rem auto;
}
.do-you-know-it.no-contrib {
  margin-bottom: 1rem;
}
.do-you-know-it.success-cart {
  display: block;
  width: 700px;
  max-width: 90%;
  margin: 3rem auto;
}
.do-you-know-it.success-cart .alert-msg span:before {
  content: '\f164';
}
/* ******************************************** PASSWORD RESET */
.recovery-form,
.wrapper-contact {
  text-align: center;
  color: #FFFFFF;
  padding: 1.5rem;
  padding-top: 0;
}
.recovery-form h2,
.wrapper-contact h2 {
  font-size: 3rem;
  margin-bottom: 0;
  color: #c12231;
}
.recovery-form a,
.wrapper-contact a {
  color: #c12231;
}
.recovery-form form,
.wrapper-contact form {
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
}
.recovery-form form .recovery-description,
.wrapper-contact form .recovery-description {
  margin-bottom: 2rem;
}
.recovery-form form p,
.wrapper-contact form p {
  margin: 0.5rem;
}
.recovery-form form a,
.wrapper-contact form a {
  color: #FFFFFF;
}
/********************************************* CONTACT US */
.wrapper-contact form .textarea-group {
  text-align: left;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
.wrapper-contact form .textarea-group textarea {
  color: black;
  width: 100%;
}
/***************************************** CONTEST PARTICIPATE */
.wrapper-contest-participate #contest-success-container {
  text-align: center;
}
.wrapper-contest-participate h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #c12231;
  text-align: center;
}
.wrapper-contest-participate .form-style {
  border: 0;
}
.wrapper-contest-participate .form-style form {
  padding: 0;
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
}
.wrapper-contest-participate .form-style form .radio-group .radio-wrap {
  display: inline-block;
  width: 100%;
}
.wrapper-contest-participate .contest-contributions {
  margin-top: 2rem;
}
.wrapper-contest-participate .contest-contributions .tabs {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .wrapper-contest-participate h2 {
    font-size: 1.8rem;
  }
  .wrapper-contest-participate .form-style form .radio-group {
    float: none;
  }
  .wrapper-contest-participate ul .nav-tabs {
    width: auto;
    float: none !important;
  }
  .wrapper-contest-participate ul .nav-tabs a {
    padding: 1rem;
    font-size: 2rem;
  }
  .wrapper-contest-participate ul .nav-tabs a span:before {
    padding-right: 0 !important;
  }
  .wrapper-contact {
    padding: 0;
  }
  .wrapper-contact h2 {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .wrapper-contact .form-style form {
    padding: 1rem;
  }
  .wrapper-contact .form-style form .input-group {
    margin-top: 1.5rem;
  }
  .wrapper-contact .form-style form .wrapper-upload {
    padding: 5rem 2rem 2rem 2rem;
    border: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .wrapper-contact .form-style form .wrapper-upload .fileUpload {
    padding-top: 2.5rem;
  }
  .wrapper-contact .form-style form .wrapper-upload .fileUpload:hover {
    opacity: 1;
  }
}
/******************************************** UPLOAD FORM */
.upload-page-title {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
.form-upload-contrib .wrapper-upload {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}
.form-upload-contrib .wrapper-upload:hover {
  border: 1px solid #FFFFFF;
}
.form-upload-contrib .wrapper-upload:hover .fileUpload {
  color: #FFFFFF;
}
.form-upload-contrib .wrapper-upload .fileUpload {
  display: block;
  text-align: center;
  color: #5d5d5d;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 4rem 0;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.form-upload-contrib .wrapper-upload .fileUpload .fa-cloud-download {
  display: block;
  font-size: 10rem;
  line-height: 9rem;
}
.form-upload-contrib .wrapper-upload .fileUpload input {
  width: 100%;
  height: 100%;
}
.form-upload-contrib .wrapper-upload .fa-close {
  text-shadow: 0 0 1px #000;
  z-index: 51;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.form-upload-contrib .wrapper-upload .fa-close:hover {
  color: #c12231;
}
.form-upload-contrib .wrapper-upload .wrapper-filePreview {
  max-height: 500px;
  overflow: auto;
}
.form-upload-contrib .wrapper-upload .list-items .item .photo-hover span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-upload-contrib .upload-contrib-infos {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.form-upload-contrib .upload-contrib-infos h2 {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: normal;
}
.form-upload-contrib .upload-contrib-infos .subtitle {
  color: #c12231;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column {
  margin: 0;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input#contrib-country:after {
  content: '';
  display: block;
  z-index: 50;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0px 4px;
  border-color: #FFFFFF transparent transparent transparent;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input#contrib-country select {
  background-color: #5d5d5d;
  border: none;
  color: #FFFFFF;
  border-radius: 0px;
  height: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0rem 1rem 0rem 6rem;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input#contrib-country select::-ms-expand {
  display: none;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input#contrib-country select option {
  color: #000000;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .col-md-6:first-child {
  border-right: 1px solid #333333;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column label {
  color: #FFFFFF;
  font-weight: normal;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input {
  position: relative;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input .picto {
  position: absolute;
  width: 5rem;
  height: 100%;
  background-color: #333333;
  color: #5d5d5d;
  z-index: 10;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input .picto:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input input {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  padding: 1rem;
  border: 0;
  padding-left: 6rem;
  outline: none;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input textarea {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border: 0;
  padding-left: 6rem;
  outline: none;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input#contrib-description,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input#contrib-spec {
  background-color: #FFFFFF;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .btn-group {
  display: block;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .btn {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border: 0;
  padding: 1.5rem;
  background-color: #5d5d5d;
  color: #FFFFFF;
  padding-left: 6rem;
  float: none;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .btn .caret {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .btn .multiselect-selected-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1rem;
  display: block;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .dropdown-menu {
  width: 100%;
  background-color: #333333;
  margin-top: .5rem;
  border: 1px solid #5d5d5d;
  max-height: 210px;
  overflow: auto;
  position: relative;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .dropdown-menu input {
  margin: 0;
  padding: 0;
  left: 15px;
  top: 50%;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .dropdown-menu a label {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .dropdown-menu a:hover,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .dropdown-menu a:focus,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .dropdown-menu a:active {
  background-color: #1A1A1A;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group {
  margin-bottom: 1rem;
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group .radio-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: block;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:not(:checked),
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:checked,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:not(:checked),
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:not(:checked) + label,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:checked + label,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:not(:checked) + label,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #969696;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:not(:checked) + label:before,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:checked + label:before,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:not(:checked) + label:before,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #969696;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:not(:checked) + label:after,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:checked + label:after,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:not(:checked) + label:after,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #c12231;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
  /* on prévoit une animation */
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:not(:checked) + label:after,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:checked + label,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:checked + label {
  color: #c12231;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:checked + label:before,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:checked + label:before {
  border-color: #c12231;
}
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="radio"]:checked + label:after,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .radio-group [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.mobile-upload {
  padding-right: 7rem;
  position: relative;
}
.mobile-upload .mobile-my-contrib {
  margin: 1rem 0;
  width: 100%;
  display: block;
  background-color: #1A1A1A;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  line-height: 3rem;
  text-align: left;
}
.mobile-upload .mobile-my-contrib .see-more {
  color: #c12231;
  display: block;
  text-align: center;
  text-decoration: none;
}
.mobile-upload .mobile-upload-video {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1A1A1A;
  padding: 1rem 2rem;
  border: 1px solid #333333;
  border-radius: 5px;
  font-size: 2.1rem;
}
.mobile-upload .mobile-upload-video a {
  color: #FFFFFF;
  text-decoration: none;
}
#title-upload-video,
#title-upload-photos {
  padding-right: 8.5rem;
}
.file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 1rem;
}
.file-upload .file-select {
  width: 100%;
  display: block;
  border: 2px solid #c12231;
  color: #333333;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select #filename,
.file-upload .file-select #filesize {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-upload .file-select #filename {
  max-width: 70%;
  float: left;
}
.file-upload .file-select #filesize {
  max-width: 30%;
  float: right;
}
.file-upload .file-select .file-select-button {
  background: #c12231;
  padding: 0 15px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 1.5rem;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  width: calc(100% - 50px);
}
.file-upload .file-select input[type=file] {
  z-index: 50;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload.active .file-select {
  border-color: #3fa46a;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#contribution-success-container,
#contributor-success-container {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 1rem;
}
#contribution-success-container .do-you-know-it.success,
#contributor-success-container .do-you-know-it.success {
  margin: 0 auto;
  display: block;
  color: white;
  text-align: center;
}
/* **************************************************** SIDEBAR */
.admin-edit a {
  color: #c12231;
  text-decoration: none;
}
.sidebar-profil {
  padding: 1.5rem 0rem 0rem 0;
}
.sidebar-profil .wrapper-profil-pic {
  padding: 0rem 1rem;
  position: relative;
}
.sidebar-profil .wrapper-profil-pic .profil-pic {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 80%;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
}
.sidebar-profil .wrapper-profil-pic .profil-pic img {
  position: absolute;
  max-width: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.sidebar-profil .wrapper-profil-pic .profil-pic .profil-link-wrapper {
  opacity: 0;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 16, 126, 0.5);
  z-index: 1;
}
.sidebar-profil .wrapper-profil-pic .profil-pic .profil-link-wrapper .profil-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  padding: 1rem;
}
.sidebar-profil .wrapper-profil-pic .profil-pic .hover-profil {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(238, 16, 126, 0.7);
  height: 100%;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.sidebar-profil .wrapper-profil-pic .profil-pic .hover-profil span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: .5rem 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  white-space: nowrap;
}
.sidebar-profil .wrapper-profil-pic .profil-pic:hover .hover-profil,
.sidebar-profil .wrapper-profil-pic .profil-pic:focus .hover-profil,
.sidebar-profil .wrapper-profil-pic .profil-pic:active .hover-profil {
  opacity: 1;
}
.sidebar-profil .wrapper-profil-pic .profil-status {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.sidebar-profil .wrapper-profil-pic .profil-status a {
  text-decoration: none;
  overflow: hidden;
}
.sidebar-profil .wrapper-profil-pic .profil-status a span {
  font-size: 2.5rem;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.sidebar-profil .wrapper-profil-pic .profil-status a:hover .status span {
  font-size: 3rem;
}
.sidebar-profil .wrapper-profil-pic:hover .profil-link-wrapper {
  opacity: 1;
}
.sidebar-profil .profil-infos {
  padding: 0rem 1rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
.sidebar-profil .profil-infos h2 {
  margin: 0;
  font-weight: normal;
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 1.9rem;
}
.sidebar-profil .profil-infos h2 a {
  text-decoration: none;
  color: #FFFFFF;
}
.sidebar-profil .profil-infos a.see-profil,
.sidebar-profil .profil-infos p {
  margin: 0;
  color: #c12231;
  font-size: 1.2rem;
}
.sidebar-profil .profil-infos a.see-profil.contribution-number,
.sidebar-profil .profil-infos p.contribution-number {
  color: #5d5d5d;
}
.sidebar-profil .profil-description {
  padding: 0rem 1rem;
}
.sidebar-profil .profil-description p {
  font-size: 1.2rem;
  color: #969696;
}
.sidebar-profil .profil-contact a {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  text-align: center;
  background-color: #c12231;
  -webkit-box-shadow: 0 0 1rem #333333 inset;
  -moz-box-shadow: 0 0 1rem #333333 inset;
  box-shadow: 0 0 1rem #333333 inset;
  text-transform: uppercase;
  border-right: 0;
  font-style: italic;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  padding: 1.5rem 0rem;
  font-size: 1.5rem;
  outline: none;
  line-height: 1.8rem;
}
.sidebar-profil .profil-contact a span {
  display: block;
  font-size: 2rem;
  font-style: normal;
}
.sidebar-profil .profil-contact a:hover {
  -webkit-box-shadow: 0 0 0rem #333333 inset;
  -moz-box-shadow: 0 0 0rem #333333 inset;
  box-shadow: 0 0 0rem #333333 inset;
}
.sidebar-contributions .title {
  padding: 0;
}
.sidebar-contributions .title h2 {
  margin-bottom: 1rem;
}
.sidebar-contributions .albums-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-contributions .albums-list ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #333333;
}
.sidebar-contributions .albums-list ul li a {
  text-decoration: none;
}
.sidebar-contributions .albums-list ul li a .album-thumb {
  float: left;
  width: 50px;
  height: 35px;
  text-align: center;
}
.sidebar-contributions .albums-list ul li a .album-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.sidebar-contributions .albums-list ul li a .album-infos {
  width: auto;
  overflow: hidden;
  float: none;
  padding-left: 0.5rem;
}
.sidebar-contributions .albums-list ul li a .album-infos h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: normal;
  color: #c12231;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-contributions .albums-list ul li a .album-infos p {
  margin: 0;
  color: #5d5d5d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-contributions .albums-list ul li:hover {
  background-color: #303030;
}
.sidebar-contributions .albums-list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-contributions .albums-list .more-contributions {
  text-align: center;
  display: block;
  padding-top: 1rem;
  color: #FFFFFF;
  text-decoration: none;
}
.contribution-description .description {
  color: #FFFFFF;
}
.contribution-description .description p {
  margin: 1rem 0;
}
.contribution-description .description a {
  color: #c12231;
  text-decoration: none;
}
.contribution-description .description .contact-link {
  margin-top: 1rem;
  border-top: 1px solid #333333;
  padding-top: 1rem;
}
.contribution-description .description .contact-link a {
  color: #13dc11;
}
/* **************************************************** MIDDLE */
.wrapper-description {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  display: block;
  background-color: #1A1A1A;
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid #333333;
  border-radius: 5px;
  text-align: left;
  color: #FFFFFF;
}
.wrapper-description p {
  margin: 0;
}
.wrapper-description .contact-link {
  margin-top: 1rem;
  border-top: 1px solid #333333;
  padding-top: 1rem;
}
.wrapper-description .contact-link a {
  color: #13dc11;
}
.filters.contrib-title h2,
.filters.video-text h2 {
  display: block;
  line-height: 3rem;
  text-transform: initial;
}
.filters.contrib-title .info-contrib,
.filters.video-text .info-contrib {
  line-height: 3rem;
}
.filters.contrib-title .info-contrib span,
.filters.video-text .info-contrib span {
  color: #FFFFFF;
}
.filters.contrib-title .info-contrib .nb-views,
.filters.video-text .info-contrib .nb-views {
  margin: 0;
  color: #c12231;
}
.contribution-list .nb-likes {
  font-size: 1.5rem;
  color: #c12231;
  text-decoration: none;
}
.contribution-list .nb-likes:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
  color: #c12231;
}
/**************************************************************** VIDEO */
.video-quality {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 30px;
}
.video-quality img {
  position: relative !important;
}
.video-infos {
  border-top: 1px solid #333333;
  text-align: center;
}
.video-infos p {
  display: inline-block;
  text-align: center;
}
.video-infos p.fa-clock-o {
  padding: 1rem 2rem;
  background-color: #333333;
}
.video-infos p.quality {
  padding: 0.75rem 2rem;
  vertical-align: top;
  background-color: #c12231;
}
.video-infos p img {
  width: 50px;
}
.player-wrapper {
  width: 100%;
  position: relative;
  display: block;
}
.player-wrapper .video-js {
  margin: 0 auto;
}
.video-likes {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 5px;
}
.video-likes a {
  font-size: 4rem;
  color: #c12231;
  outline: none;
  display: block;
  position: relative;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
}
.video-likes a.no-vote:before {
  opacity: 1;
}
.video-likes a span {
  position: absolute;
  left: 50%;
  top: 47%;
  font-size: 1rem;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-likes .nb-likes {
  display: block;
  position: absolute;
  color: #FFFFFF;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  background-color: #1A1A1A;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 767px) {
  .player-wrapper .vjs-fluid {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .video-title {
    padding-right: 8rem ;
  }
}
@media screen and (max-width: 767px) {
  .video-title .filters {
    padding-left: .5rem;
  }
  .video-title .filters h2 {
    line-height: 4rem;
    text-align: center;
  }
  .video-title .filters h2 .nb-views {
    margin: 0;
  }
  .video-likes a {
    padding: .15rem 1.4rem;
  }
}
.sidebar-profil-details .title {
  padding-top: 0;
}
.sidebar-profil-details .profil-description {
  padding: 1rem;
  padding-bottom: 0;
  border-bottom: 1px solid #333333;
}
.sidebar-profil-details .profil-details {
  padding: 0 1rem ;
}
.sidebar-profil-details .profil-details ul {
  padding: 0;
}
.sidebar-profil-details .profil-details ul li {
  list-style: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 500;
}
.sidebar-profil-details .profil-details ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c12231;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2rem;
  text-align: center;
}
.sidebar-profil-trophy .owl-carousel {
  padding-top: 2rem;
  text-align: center;
}
.sidebar-profil-trophy .owl-carousel a {
  text-decoration: none;
}
.sidebar-profil-trophy .owl-carousel img {
  max-width: 50px;
  margin: 0 auto;
}
.sidebar-profil-trophy .owl-carousel h3 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #FFFFFF;
}
.profil-title {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  text-align: center;
  padding: 2rem;
  margin-bottom: 1rem;
}
.profil-title h2 {
  color: white;
  margin: 0;
}
.profil-title .online {
  color: #13dc11;
}
.wrapper-description {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  display: block;
  background-color: #1A1A1A;
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid #333333;
  border-radius: 5px;
  text-align: left;
  color: #FFFFFF;
}
.profil-informations ul,
.contest-contributions ul {
  padding: 0;
  margin: 0;
}
.profil-informations ul .nav-tabs,
.contest-contributions ul .nav-tabs {
  display: inline-block;
  margin-bottom: -1px;
}
.profil-informations ul .nav-tabs.ui-tabs-active a,
.contest-contributions ul .nav-tabs.ui-tabs-active a {
  color: #FFFFFF;
  padding: 1rem 2rem;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-bottom: 1px solid #1A1A1A;
  margin-bottom: -1px;
  display: block;
}
.profil-informations ul .nav-tabs a,
.contest-contributions ul .nav-tabs a {
  color: #FFFFFF;
  padding: 1rem 2rem;
  background-color: #0F0F0F;
  border: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: block;
  margin-bottom: -1px;
  outline: none;
  text-align: center;
  text-decoration: none;
}
.profil-informations ul .nav-tabs a span:before,
.contest-contributions ul .nav-tabs a span:before {
  padding-right: 1rem;
}
.profil-informations .tabs,
.contest-contributions .tabs {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: white;
  padding: 2rem;
  margin-bottom: 1rem;
}
.profil-informations .tabs .list-informations li,
.contest-contributions .tabs .list-informations li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #333333;
  padding-bottom: 2rem;
}
.profil-informations .tabs .list-informations li h4,
.contest-contributions .tabs .list-informations li h4 {
  color: #c12231;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.profil-informations .tabs .list-informations li h4:before,
.contest-contributions .tabs .list-informations li h4:before {
  margin-right: 1rem;
}
.profil-informations .tabs .list-informations li p,
.contest-contributions .tabs .list-informations li p {
  margin: 0rem 0  1rem 0;
}
.profil-informations .tabs .list-informations li:last-child,
.contest-contributions .tabs .list-informations li:last-child {
  border-bottom: 0;
}
.profil-informations .tabs .item-padding .report-btn,
.contest-contributions .tabs .item-padding .report-btn {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  opacity: 0;
}
.profil-informations .tabs .item-padding .report-btn a,
.contest-contributions .tabs .item-padding .report-btn a {
  padding: 1rem 1.2rem;
  background-color: #c12231;
  display: block;
  border-radius: 50%;
  color: #FFFFFF;
}
.profil-informations .tabs .item-padding:hover .report-btn,
.contest-contributions .tabs .item-padding:hover .report-btn {
  opacity: 1;
}
.profil-informations .tabs-contribution,
.contest-contributions .tabs-contribution {
  padding: 1rem 0;
}
@media screen and (max-width: 1024px) {
  .profil-informations .tabs .item-padding .report-btn {
    opacity: 1;
  }
}
#my-search .title {
  padding-bottom: 1rem;
}
.selected-filters {
  margin-top: 1rem;
}
.selected-filters a {
  display: inline-block;
  color: #FFFFFF;
  background-color: #c12231;
  border-radius: 2px;
  outline: none;
  padding: 0.5rem 2rem;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.selected-filters a:before {
  content: '\f00d';
  font-family: 'fontawesome';
  padding-right: 1rem;
  color: #941d25;
}
.selected-filters a:hover {
  opacity: 0.8;
}
.advanced-search {
  color: #5d5d5d;
}
.advanced-search .form-title {
  outline: none;
  padding: 2rem 0;
  border-bottom: 1px solid #333333;
  position: relative;
}
.advanced-search .form-title span {
  padding-right: 1rem;
}
.advanced-search .form-title span.ui-accordion-header-icon {
  position: absolute;
  right: 0;
  padding: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.advanced-search .form-title span.ui-accordion-header-icon:before {
  height: 1rem;
}
.advanced-search .form-title.ui-state-active {
  color: #c12231;
}
.advanced-search .form-list {
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
  max-height: 35rem;
  overflow: auto;
}
.advanced-search ul {
  padding: 0;
  margin-bottom: 0;
}
.advanced-search ul li {
  list-style: none;
}
.advanced-search .form-checkbox input[type="checkbox"] {
  display: none;
}
.advanced-search .form-checkbox input[type="checkbox"]:checked + label:after {
  max-width: 25px;
  opacity: 1;
  margin-right: 6rem;
}
.advanced-search .form-checkbox label {
  display: block;
  position: relative;
  font-size: 1.3rem;
  cursor: pointer;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0.6rem 0rem 0.6rem 3rem;
}
.advanced-search .form-checkbox label:before,
.advanced-search .form-checkbox label:after {
  font-family: FontAwesome;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.advanced-search .form-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid white;
}
.advanced-search .form-checkbox label:after {
  content: '\f00c';
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  font-size: 1.3rem;
  top: 50%;
  left: 3px;
  color: #c12231;
  -webkit-transition: all 0.50s;
  -moz-transition: all 0.50s;
  -o-transition: all 0.50s;
  transition: all 0.50s;
}
.advanced-search .custom-dropdown {
  margin-top: 1rem;
  position: relative;
}
.advanced-search .custom-dropdown:before {
  border-radius: 3px;
  content: '';
  display: block;
  right: 1px;
  width: 30px;
  height: 30px;
  background: #c12231;
  position: absolute;
  pointer-events: none;
}
.advanced-search .custom-dropdown:after {
  content: '';
  width: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #941d25 transparent transparent transparent;
  position: absolute;
  right: 12px;
  top: 12px;
  pointer-events: none;
}
.advanced-search .custom-dropdown select {
  height: 30px;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  background-color: #c12231;
  color: #FFFFFF;
  font-size: 12px;
  border: 0;
  padding-left: 1rem;
  border-radius: 3px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
}
.advanced-search input.search-username {
  width: 100%;
  border: 0;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.3rem;
  outline: none;
}
input.search-btn {
  background-color: #c12231;
  text-transform: uppercase;
  margin: 1rem 0;
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem 0;
  border: 0;
  outline: none;
}
#wrapper-user-list .item {
  padding: 0 5px ;
  margin-bottom: 5px;
}
#wrapper-user-list .item .user-status {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
}
#wrapper-user-list .item .user-thumb {
  width: 100%;
}
#wrapper-user-list .item .grid-item-content {
  position: relative;
}
#wrapper-user-list .item .wrapper-user-infos {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#wrapper-user-list .item .wrapper-user-infos .user-infos {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFFFFF;
  text-align: center;
}
#wrapper-user-list .item .wrapper-user-infos .user-infos h2,
#wrapper-user-list .item .wrapper-user-infos .user-infos h3 {
  margin: 0;
  font-weight: normal;
  padding: 0 1rem;
}
#wrapper-user-list .item .wrapper-user-infos .user-infos h2 {
  font-size: 1.8rem;
}
#wrapper-user-list .item .wrapper-user-infos .user-infos h3 {
  text-transform: uppercase;
  color: #c12231;
  font-size: 1.5rem;
}
#wrapper-user-list .item:hover .wrapper-user-infos {
  opacity: 1;
}
#wrapper-user-list .no-result {
  padding: 3rem 1rem;
  text-align: center;
  color: #FFFFFF;
}
#wrapper-user-list .no-result h3 {
  color: #c12231;
  margin: 0;
}
.sidebar-contest {
  position: relative;
}
.sidebar-contest .contest-rules p {
  color: #5d5d5d;
}
.sidebar-contest .participate-btn {
  margin-top: 1.5rem;
}
.sidebar-contest .participate-btn a {
  text-align: center;
  background-color: #c12231;
  -webkit-box-shadow: 0 0 1rem #333333 inset;
  -moz-box-shadow: 0 0 1rem #333333 inset;
  box-shadow: 0 0 1rem #333333 inset;
  text-transform: uppercase;
  border-right: 0;
  font-style: italic;
  color: #FFFFFF;
  display: block;
  padding: 1.5rem 0rem;
  font-size: 2rem;
  outline: none;
}
.sidebar-contest .participate-btn a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.contest-header {
  margin-bottom: 1rem;
}
.contest-header img {
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
  display: block;
}
.next-contest,
.contest-archive-mobile {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 2rem 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.next-contest span,
.contest-archive-mobile span {
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.next-contest a,
.contest-archive-mobile a {
  display: block;
  text-align: center;
  color: #c12231;
}
.owl-contest-archive {
  padding: 0rem 3.5rem;
}
.owl-contest-archive .item a {
  text-align: center;
  display: block;
  background-color: #000000;
  color: #969696;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.owl-contest-archive .item a:hover {
  background-color: #c12231;
  color: #FFFFFF;
}
.owl-contest-archive .item.active a {
  background-color: #c12231;
  color: #FFFFFF;
}
.owl-contest-archive .owl-controls .owl-prev,
.owl-contest-archive .owl-controls .owl-next {
  position: absolute;
  top: 0;
  text-align: center;
  display: block;
  background-color: #000000;
  color: #969696;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 3px;
}
.owl-contest-archive .owl-controls .owl-next {
  right: 0;
}
.owl-contest-archive .owl-controls .owl-prev {
  left: 0;
}
.contest-filters {
  position: relative;
}
.contest-filters select {
  background-color: #c12231;
  border: none;
  color: #FFFFFF;
  border-radius: 5px;
  height: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0rem 2.5rem 0rem 1rem;
  line-height: 1rem;
}
.contest-filters select::-ms-expand {
  display: none;
}
.contest-filters select option {
  color: #000000;
  background-color: white;
}
.contest-filters:after {
  content: '';
  display: block;
  z-index: 50;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.contest-archive-mobile .title {
  padding-top: 0;
  padding-bottom: 1rem;
}
.no-result {
  padding: 1rem 1rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 5px;
}
.no-result h3 {
  color: #c12231;
  margin: 0;
}
.no-result .contact-us {
  margin-top: 1rem;
  width: 700px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.block-item .date-filter {
  margin: 0;
}
.contest-medal {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  z-index: 50;
}
.contest-podium {
  position: relative;
  border: 1px solid #333333;
  background-color: #1A1A1A;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 1.5rem;
}
.contest-podium .wrapper-contest-winners {
  text-align: center;
  margin: 0 auto;
}
.contest-podium h2 {
  color: #c12231;
  text-align: center;
  margin-bottom: 6rem;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
}
.contest-podium .contest-winners {
  text-align: center;
  padding: 2rem 0.5rem;
  padding-top: 0;
  left: 0;
  display: inline-block;
  position: relative;
  width: 33%;
  float: left;
}
.contest-podium .contest-winners .winner-thumb {
  max-height: 250px;
  max-width: 100%;
}
.contest-podium .contest-winners .wrapper-thumb {
  position: relative;
}
.contest-podium .contest-winners .img-medal {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
}
.contest-podium .contest-winners#silver-medal .winner-thumb,
.contest-podium .contest-winners#bronze-medal .winner-thumb {
  max-height: 200px;
}
.contest-podium .contest-winners#silver-medal .img-medal,
.contest-podium .contest-winners#bronze-medal .img-medal {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
}
.contest-podium .contest-winners h3 {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 1.3rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.contest-podium .contest-winners .username {
  margin: 0;
  color: #c12231;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#contentConcoursAll {
  margin: 0;
}
.contest-item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.contest-item .inner-contest-item {
  position: relative;
}
.contest-item h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #FFFFFF;
}
.contest-item h2 span {
  display: block;
  color: #c12231;
  font-weight: 100;
}
.contest-item .ban_wrapper .ban-contest {
  width: 100%;
  z-index: 3;
  position: relative;
  opacity: 1;
}
.contest-item .wrapper-contest-name {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  opacity: 0;
}
.contest-item .wrapper-contest-name .contest-name {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.contest-item .contest-winners {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.contest-item .contest-winners img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.contest-item:hover .wrapper-contest-name {
  opacity: 1;
}
.contest-item:hover .ban_wrapper .contest-winners {
  opacity: 1;
}
.lg-sub-html .username {
  display: none;
}
/* ************************************* CATALOG */
.items-in-cart {
  position: absolute;
  color: white;
  z-index: 1;
  border-radius: 100%;
  background-color: #c12231;
  min-width: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.1rem;
  left: 50%;
  top: 1rem;
  cursor: initial;
}
.catalog-list {
  margin: 0;
}
.catalog-list .wrapper-catalog-item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.catalog-list .wrapper-catalog-item .catalog-item {
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #333333;
}
.catalog-list .wrapper-catalog-item .catalog-item .item-thumb {
  position: relative;
  padding: 1rem;
}
.catalog-list .wrapper-catalog-item .catalog-item .item-thumb img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart button {
  outline: none;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .hover-shopping {
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart button.hidden-sm {
  width: 100%;
  border: 0;
  background-color: #ee107e;
  color: white;
  padding: 1rem 0;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart button.hidden-sm:before {
  padding-right: 0.5rem;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart button.hidden-sm.has-size {
  width: 70%;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size {
  padding: 0;
  margin: 0;
  width: 30%;
  height: 100%;
  float: right;
  border-radius: 0px;
  overflow: hidden;
  background-color: #941d25;
  color: white;
  position: relative;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size select {
  padding: .96rem;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size select:focus {
  outline: none;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size select::-ms-expand {
  display: none;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size select option {
  color: #000000;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.catalog-list .wrapper-catalog-item .catalog-item .add-to-cart button.visible-sm {
  width: 6rem;
  border: 0;
  background-color: #ee107e;
  color: white;
  padding: 1rem;
  float: right;
}
.catalog-list .wrapper-catalog-item .catalog-item p {
  margin: 0;
  color: #969696;
  text-align: center;
}
.catalog-list .wrapper-catalog-item .catalog-item .item-infos {
  padding: 1rem;
  min-height: 11rem;
  border-top: 1px solid #e3e3e3;
  background-color: #FFFFFF;
}
.catalog-list .wrapper-catalog-item .catalog-item .item-infos .item-name {
  color: #1A1A1A;
  padding-top: 1.5rem;
  font-size: 1.4rem;
}
.catalog-list .wrapper-catalog-item .catalog-item .item-infos .item-price {
  color: #c12231;
  font-size: 1.8rem;
  font-weight: bold;
}
.catalog-list .wrapper-catalog-item .catalog-item:hover .add-to-cart .hover-shopping {
  -webkit-transform: translate(0%, 5%);
  -moz-transform: translate(0%, 5%);
  -o-transform: translate(0%, 5%);
  -ms-transform: translate(0%, 5%);
  transform: translate(0%, 5%);
}
/* ************************************** CART */
.shopping-resume h2 {
  color: #969696;
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: normal;
}
.shopping-resume .shopping-table {
  background-color: #1A1A1A;
  border-radius: 5px;
  border: 1px solid #333333;
}
.shopping-resume .shopping-table tr {
  border-bottom: 1px solid #333333;
}
.shopping-resume .shopping-table .thumbnail {
  margin-top: 2rem;
}
.shopping-resume .shopping-table th {
  padding: 2rem 0;
  text-align: center;
  color: #c12231;
  text-transform: uppercase;
  border-right: 1px solid #333333;
  background-color: #1A1A1A;
}
.shopping-resume .shopping-table th:last-child {
  border: none;
}
.shopping-resume .shopping-table th.title-left {
  text-align: left;
  padding-left: 1rem;
}
.shopping-resume .shopping-table td {
  border-right: 1px solid #333333;
  background-color: #0F0F0F;
  color: #FFFFFF;
}
.shopping-resume .shopping-table td:last-child {
  border: none;
}
.shopping-resume .shopping-table td.product-description span,
.shopping-resume .shopping-table td.product-description a {
  color: #FFFFFF;
  display: block;
  margin-bottom: 1rem;
  outline: none;
}
.shopping-resume .shopping-table td.product-description a:hover {
  color: #c12231;
  text-decoration: none;
}
.shopping-resume .shopping-table td.price,
.shopping-resume .shopping-table td.delete {
  text-align: center;
}
.shopping-resume .shopping-table td button {
  background-color: transparent;
  border: 0;
  font-size: 3rem;
  outline: none;
}
.shopping-resume .shopping-table td button:hover {
  color: #c12231;
}
.shopping-resume .shopping-table td .item-quantity {
  text-align: center;
  margin-bottom: 1rem;
}
.shopping-resume .shopping-table td .btn-quantity {
  text-align: center;
}
.shopping-resume .shopping-table td .btn-quantity button {
  padding: 0.5rem;
  font-size: 1.5rem;
  border: 1px solid #333333;
}
.shopping-resume .shopping-total table {
  float: right;
  background-color: #1A1A1A;
  border-radius: 5px;
  border: 1px solid #333333;
  margin-top: 1rem;
}
.shopping-resume .shopping-total td {
  padding: 2rem;
  color: #FFFFFF;
}
.shopping-resume .shopping-total td:first-child {
  border-right: 1px solid #333333;
  text-transform: uppercase;
}
.notification-wrapper {
  position: relative;
}
.item-add,
.item-error {
  position: absolute;
  top: 0;
  width: 100%;
  color: white;
  padding: 2rem;
  text-align: center;
  background-color: #00dc50;
}
.item-add {
  background-color: #00dc50;
}
.item-add:before {
  font-family: FontAwesome !important;
  content: '\f164';
  margin-right: .5rem;
  display: inline-block;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
.item-error {
  background-color: #ee104c;
  overflow: hidden;
}
.item-error:before {
  font-family: FontAwesome !important;
  content: '\f165';
  margin-right: .5rem;
  display: inline-block;
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.item-delete {
  position: relative;
  background-color: #ee104c;
  color: white;
  padding: 2rem;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 1rem;
}
.shopping-validation {
  display: block;
  margin-top: 1rem;
  float: left;
  width: 100%;
}
.shopping-validation button {
  padding: 2rem;
  background-color: #c12231;
  border: 0;
  color: white;
  border-radius: 5px;
  float: right;
}
.shopping-validation .shop-again {
  padding: 2rem;
  border: 0;
  color: white;
  border-radius: 5px;
  float: left;
  background-color: #1A1A1A;
  border: 1px solid #333333;
}
.cart-success {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 1rem;
}
.cart-success h2 {
  color: #c12231;
  text-align: center;
}
.cart-success p {
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cart-success a {
  color: #c12231;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1190px) {
  .catalog-list .wrapper-catalog-item .catalog-item .item-infos {
    min-height: 11rem;
  }
  .catalog-list .wrapper-catalog-item .catalog-item .add-to-cart button.hidden-sm.has-size,
  .catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-list .wrapper-catalog-item .catalog-item .add-to-cart .size {
    float: right;
    width: 30%;
    padding: 0.1rem 0;
  }
  .shopping-catalog {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .slides .date-filter {
    margin-bottom: 1rem;
    position: relative;
  }
  .slides .date-filter .contest-filters {
    margin-right: 5rem;
  }
  .slides .date-filter .contest-filters select {
    border: 1px solid #c12231;
  }
  .slides .date-filter .contest-archive-list {
    float: right;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .slides .date-filter .contest-archive-list a {
    color: #969696;
    border-radius: 5px;
    background-color: #1A1A1A;
    border: 1px solid #333333;
    padding: 1rem 1.5rem;
    display: block;
    font-style: normal;
    text-decoration: none;
  }
  .shopping-catalog .filters {
    padding: 2rem;
  }
  .see-more.shopping-points {
    padding: 1rem;
    background-color: #1A1A1A;
    border-radius: 5px;
    border: 1px solid #333333;
    margin-bottom: 1rem;
    color: #c12231;
    text-align: center;
  }
  .shopping-resume .shopping-table td {
    position: relative;
    width: 100% !important;
    float: left;
    text-align: right!important;
    white-space: normal;
    padding: 1rem 2rem;
    border: 0;
  }
  .shopping-resume .shopping-table td:before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
    float: left;
  }
  .shopping-resume .shopping-table td a {
    color: #c12231;
    text-decoration: none;
  }
  .shopping-resume .shopping-table td span {
    display: block;
  }
  .shopping-resume .shopping-table td .item-quantity,
  .shopping-resume .shopping-table td .btn-quantity {
    text-align: right;
  }
}
.zm .list-items .item .photo-hover {
  opacity: 1;
  display: block;
}
.edit-account .error,
.contributor-edit .error {
  color: #ff2f38 !important;
  line-height: normal !important;
  font-weight: 500 !important;
}
.contribution-selection p {
  text-align: center;
  padding: 0 1rem;
  margin-top: 0;
}
.contribution-selection p a {
  padding: 10rem;
  display: block;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #5d5d5d;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.contribution-selection p a:before {
  font-size: 8rem;
  display: block;
}
.contribution-selection p a:hover {
  color: #c12231;
}
.wrapper-list-nav {
  margin-bottom: 1rem;
}
.wrapper-list-nav .filters a {
  background-color: #000000;
  color: #969696;
  padding: 0rem 1.4rem;
  display: block;
  border-radius: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.wrapper-list-nav .filters a:hover {
  background-color: #c12231;
  color: #FFFFFF;
}
.wrapper-list-nav .filters a.post-contribution {
  background-color: #c12231;
  color: #FFFFFF;
}
.contrib-nav {
  border: 1px solid #333;
  background-color: #1a1a1a;
  margin-bottom: 1rem;
  margin-top: 0;
}
.contrib-nav.contrib-video li,
.contrib-nav.user-mail li {
  width: 33.33%;
}
.contrib-nav li {
  width: 25%;
  padding: 1rem 0;
  display: inline-block;
  float: left;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.contrib-nav li:hover,
.contrib-nav li:focus,
.contrib-nav li:active {
  background-color: #333333;
}
.contrib-nav li:last-child a {
  border-right: 0;
}
.contrib-nav li a {
  text-align: center;
  margin: 1rem 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-right: 1px solid #333333;
  color: #5d5d5d;
  text-transform: uppercase;
}
.contrib-nav li a:hover,
.contrib-nav li a:focus,
.contrib-nav li a:active {
  background-color: transparent;
}
.contrib-nav li.active a {
  color: #c12231;
}
.contrib-nav li .status-picto:before {
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
  font-size: 2rem;
}
.contrib-nav li#status-pending-moderation .status-picto:before {
  content: '\f017';
}
.contrib-nav li#status-pending-contrib-edit .status-picto:before {
  content: '\f040';
}
.contrib-nav li#status-published .status-picto:before {
  content: '\f058';
}
.contrib-nav li#status-refused .status-picto:before {
  content: '\f00d';
}
.wrapper-no-content {
  padding: 1rem;
  background: #1A1A1A;
  margin: 1rem 0;
  border: 1px solid #333333;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.wrapper-blacklist {
  width: 100%;
  display: block;
  background-color: #1A1A1A;
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  line-height: 4rem;
  text-align: left;
  margin-bottom: 1rem;
}
.wrapper-blacklist h3 {
  color: #5d5d5d;
  font-size: 1.3rem;
  margin: 0;
}
.wrapper-blacklist h2 {
  margin: 0;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
}
.wrapper-blacklist h2:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.blacklist-username {
  color: #c12231;
}
/****************************** SUMMARY */
.recap-contrib-infos,
.upload-contrib-infos,
.admin-messages {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.recap-contrib-infos h2,
.upload-contrib-infos h2,
.admin-messages h2 {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: normal;
}
.recap-contrib-infos .delete-album,
.upload-contrib-infos .delete-album,
.admin-messages .delete-album {
  border: 1px solid #333333;
  color: #c12231;
  padding: 1rem;
  width: 90%;
  margin: 1rem auto;
  text-align: center;
}
.recap-contrib-infos .subtitle,
.upload-contrib-infos .subtitle,
.admin-messages .subtitle {
  color: #c12231;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.recap-contrib-infos .wrapper-infos-column,
.upload-contrib-infos .wrapper-infos-column,
.admin-messages .wrapper-infos-column {
  margin: 0;
  padding-bottom: 2rem;
}
.recap-contrib-infos .wrapper-infos-column .recap-title,
.upload-contrib-infos .wrapper-infos-column .recap-title,
.admin-messages .wrapper-infos-column .recap-title {
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 1rem;
}
.recap-contrib-infos .wrapper-infos-column .recap-infos,
.upload-contrib-infos .wrapper-infos-column .recap-infos,
.admin-messages .wrapper-infos-column .recap-infos {
  color: #969696;
  margin: 0;
  padding: 0;
}
.recap-contrib-infos .wrapper-infos-column .recap-infos li,
.upload-contrib-infos .wrapper-infos-column .recap-infos li,
.admin-messages .wrapper-infos-column .recap-infos li {
  list-style: none;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: .5rem;
}
.recap-contrib-infos .wrapper-infos-column .recap-infos li:before,
.upload-contrib-infos .wrapper-infos-column .recap-infos li:before,
.admin-messages .wrapper-infos-column .recap-infos li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #969696;
  background: transparent;
}
.recap-contrib-infos .wrapper-infos-column .recap-infos li.active,
.upload-contrib-infos .wrapper-infos-column .recap-infos li.active,
.admin-messages .wrapper-infos-column .recap-infos li.active {
  color: #c12231;
}
.recap-contrib-infos .wrapper-infos-column .recap-infos li.active:before,
.upload-contrib-infos .wrapper-infos-column .recap-infos li.active:before,
.admin-messages .wrapper-infos-column .recap-infos li.active:before {
  border: 2px solid #c12231;
}
.recap-contrib-infos .wrapper-infos-column .recap-infos li.active:after,
.upload-contrib-infos .wrapper-infos-column .recap-infos li.active:after,
.admin-messages .wrapper-infos-column .recap-infos li.active:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #c12231;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
}
.recap-contrib-infos .wrapper-infos-column .help-block a,
.upload-contrib-infos .wrapper-infos-column .help-block a,
.admin-messages .wrapper-infos-column .help-block a {
  color: #c12231;
}
.admin-messages {
  margin-bottom: 1rem;
  background-color: #333333;
  border: 1px solid #c12231;
}
.admin-messages a {
  text-decoration: none;
}
.admin-messages .subtitle,
.admin-messages h2 {
  padding: 0 1rem;
  margin-bottom: 0;
}
.admin-messages .admin-conversation {
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
}
.admin-messages .admin-conversation p {
  color: #FFFFFF;
  margin: 0;
}
.admin-messages span {
  display: block;
  text-align: center;
  margin-bottom: .5rem;
  color: #c12231;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .zm .filters .date-filter {
    display: block;
  }
  .contribution-selection p a {
    padding: 5rem;
  }
  .contribution-selection p a:before {
    font-size: 5rem;
    display: block;
  }
}
/********************************************************** USER EDIT */
.edit-profile .edit-submit {
  margin-top: 1rem;
  background-color: #c12231;
  color: #FFFFFF;
  padding: 2rem;
  border-radius: 5px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  outline: none;
}
.edit-profile .edit-user-principal {
  margin: 1rem 0;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 1rem;
}
.edit-profile .edit-user-principal .wrapper-general-infos {
  border-left: 1px solid #333333;
}
.edit-profile .edit-user-principal .wrapper-change-avatar a {
  width: 220px;
  max-width: 90%;
  margin: 0 auto;
  color: white;
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  border: 1px solid #333333;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.edit-profile .edit-user-principal .wrapper-change-avatar a:hover {
  background-color: #c12231;
}
.edit-profile .edit-user-principal .change-avatar {
  position: relative;
  padding-top: 1rem;
  width: 220px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.edit-profile .edit-user-principal .change-avatar .profil-pic {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.edit-profile .edit-user-principal .change-avatar .profil-pic img {
  position: absolute;
  max-width: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.edit-profile .edit-user-principal .change-avatar .edit-avatar {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  cursor: pointer;
}
.edit-profile .edit-user-principal .change-avatar .edit-avatar:hover .btn-edit-avatar {
  background-color: #941d25;
}
.edit-profile .edit-user-principal .change-avatar .edit-avatar .btn-edit-avatar {
  background-color: #c12231;
  text-align: center;
  color: #FFFFFF;
  display: block;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.edit-profile .edit-user-principal .change-avatar .edit-avatar input {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  cursor: pointer;
}
.edit-profile .edit-user-principal .edit-general-infos {
  padding: 1rem 0;
  margin: 0;
  color: #FFFFFF;
  float: left;
}
.edit-profile .edit-user-principal .edit-general-infos h2 {
  font-size: 1.5rem;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-style: italic;
}
.edit-profile .edit-user-principal .edit-general-infos li {
  list-style: none;
  float: left;
  width: 100%;
}
.edit-profile .edit-user-principal .edit-general-infos li label {
  color: #FFFFFF;
  font-weight: 600;
  display: inline-block;
  line-height: 2.5em;
  width: 45%;
  float: left;
}
.edit-profile .edit-user-principal .edit-general-infos li .select-wrapper {
  width: 55%;
  float: left;
  display: inline-block;
  position: relative;
  line-height: normal;
}
.edit-profile .edit-user-principal .edit-general-infos li .select-wrapper:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.edit-profile .edit-user-principal .edit-general-infos li select {
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #333333;
  color: white;
  border-radius: 0;
  height: 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 4rem;
  line-height: normal;
}
.edit-profile .edit-user-principal .edit-general-infos li select::-ms-expand {
  display: none;
}
.edit-profile .edit-user-principal .edit-general-infos li select option {
  color: #000000;
}
.edit-profile .edit-user-principal .text-orthographe {
  color: #5d5d5d;
  text-align: center;
  margin-top: 1rem;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul,
.edit-profile .edit-user-principal .wrapper-edit-interest ul {
  padding: 0;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul li,
.edit-profile .edit-user-principal .wrapper-edit-interest ul li {
  list-style: none;
  color: #FFFFFF;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul label,
.edit-profile .edit-user-principal .wrapper-edit-interest ul label {
  display: block;
  width: 100%;
  color: #FFFFFF;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .next-edition,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .next-edition {
  padding: 1rem;
  border: 1px solid #c12231;
  font-size: 1.2rem;
  color: #c12231;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .infos-moderation,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .infos-moderation {
  color: #c12231;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .moderated-description,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .moderated-description {
  background-color: #333333;
  border: 1px solid #5d5d5d;
  padding: 1rem;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .moderated-description p,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .moderated-description p {
  color: #FFFFFF;
  font-size: 1.3rem;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul p,
.edit-profile .edit-user-principal .wrapper-edit-interest ul p {
  color: #969696;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul input,
.edit-profile .edit-user-principal .wrapper-edit-interest ul input,
.edit-profile .edit-user-principal .wrapper-edit-description ul textarea,
.edit-profile .edit-user-principal .wrapper-edit-interest ul textarea {
  width: 100%;
  outline: none;
  max-width: 100%;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul textarea,
.edit-profile .edit-user-principal .wrapper-edit-interest ul textarea {
  height: 330px;
  background-color: #303030;
  padding: 1rem;
  color: #FFFFFF;
  border: none;
  border-bottom: 2px solid #5d5d5d;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul textarea#id_description_moderate,
.edit-profile .edit-user-principal .wrapper-edit-interest ul textarea#id_description_moderate {
  border: 1px solid #c12231;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul span.admin-moderate,
.edit-profile .edit-user-principal .wrapper-edit-interest ul span.admin-moderate {
  color: #c12231;
  display: block;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul span.admin-refused,
.edit-profile .edit-user-principal .wrapper-edit-interest ul span.admin-refused {
  color: #ff2f38;
  display: block;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .interest-input,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .interest-input {
  position: relative;
  margin-bottom: 1rem;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .interest-input.interest-moderate input,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .interest-input.interest-moderate input {
  border: 2px solid #c12231;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .interest-input.interest-refused input,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .interest-input.interest-refused input {
  border: 2px solid #ff2f38;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .interest-input input,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .interest-input input {
  padding: 1rem;
  color: #FFFFFF;
  outline: none;
  border: 0;
  background-color: #303030;
  border-bottom: 2px solid #5d5d5d;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .interest-input a,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .interest-input a {
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  outline: none;
}
.edit-profile .edit-user-principal .wrapper-edit-description ul .info-delete,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .info-delete {
  color: #969696;
}
.edit-profile li {
  list-style: none;
}
.edit-profile .profil-details h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #c12231;
  line-height: normal;
}
.edit-profile .profil-details h3:before {
  font-family: 'FontAwesome';
  padding-right: 1rem;
}
.edit-profile .profil-details h3#conce:before {
  content: "\f0c0";
}
.edit-profile .profil-details h3#gouts:before {
  content: "\f004";
}
.edit-profile .profil-details h3#prati:before {
  content: "\f236";
}
.edit-profile .profil-details .principal-infos {
  padding: 0 .5rem;
}
.edit-profile .profil-details .principal-infos input {
  background-color: #303030;
  border: 0;
  padding: 1rem;
  border-bottom: 2px solid #5d5d5d;
  outline: none;
  color: #FFFFFF;
  width: 100%;
}
.edit-profile .profil-details li {
  margin: 0;
}
.edit-profile .profil-details .radio-group {
  margin-bottom: 1rem;
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.edit-profile .profil-details .radio-group .radio-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: block;
}
.edit-profile .profil-details .radio-group [type="radio"]:not(:checked),
.edit-profile .profil-details .radio-group [type="radio"]:checked,
.edit-profile .profil-details .radio-group [type="checkbox"]:not(:checked),
.edit-profile .profil-details .radio-group [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.edit-profile .profil-details .radio-group [type="radio"]:not(:checked) + label,
.edit-profile .profil-details .radio-group [type="radio"]:checked + label,
.edit-profile .profil-details .radio-group [type="checkbox"]:not(:checked) + label,
.edit-profile .profil-details .radio-group [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #969696;
  margin-bottom: 1rem;
}
.edit-profile .profil-details .radio-group [type="radio"]:not(:checked) + label:before,
.edit-profile .profil-details .radio-group [type="radio"]:checked + label:before,
.edit-profile .profil-details .radio-group [type="checkbox"]:not(:checked) + label:before,
.edit-profile .profil-details .radio-group [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #969696;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.edit-profile .profil-details .radio-group [type="radio"]:not(:checked) + label:after,
.edit-profile .profil-details .radio-group [type="radio"]:checked + label:after,
.edit-profile .profil-details .radio-group [type="checkbox"]:not(:checked) + label:after,
.edit-profile .profil-details .radio-group [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #c12231;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
  /* on prévoit une animation */
}
.edit-profile .profil-details .radio-group [type="radio"]:not(:checked) + label:after,
.edit-profile .profil-details .radio-group [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.edit-profile .profil-details .radio-group [type="radio"]:checked + label,
.edit-profile .profil-details .radio-group [type="checkbox"]:checked + label {
  color: #c12231;
}
.edit-profile .profil-details .radio-group [type="radio"]:checked + label:before,
.edit-profile .profil-details .radio-group [type="checkbox"]:checked + label:before {
  border-color: #c12231;
}
.edit-profile .profil-details .radio-group [type="radio"]:checked + label:after,
.edit-profile .profil-details .radio-group [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.edit-profile .profil-details .select-wrapper {
  width: 100%;
  position: relative;
  background-color: #303030;
  line-height: normal;
}
.edit-profile .profil-details .select-wrapper:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
.edit-profile .profil-details select {
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #5d5d5d;
  color: white;
  border-radius: 0;
  height: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 4rem;
  padding-left: 1rem;
  line-height: normal;
}
.edit-profile .profil-details select::-ms-expand {
  display: none;
}
.edit-profile .profil-details select option {
  color: #000000;
}
/*********************************** UPLOAD PERSONAL GALLERY */
.infos-personal-gallery {
  text-align: center;
  color: white;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 1rem;
  margin-bottom: 1rem;
}
.infos-personal-gallery h3 {
  color: #c12231;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  margin-bottom: .5rem;
}
.infos-personal-gallery p {
  margin: 0;
  color: #5d5d5d;
  font-size: 1.3rem;
}
/***************************************** ABO */
.premium-offers {
  margin: 0;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 2rem;
}
.premium-offers .table {
  color: white;
}
.premium-offers .table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #333333;
}
.premium-offers .table thead th {
  color: #c12231;
  border-bottom: 2px solid #5d5d5d;
}
.premium-offers .table tbody td {
  border: none;
}
.premium-offers .table tbody td a {
  color: #c12231;
}
/* ******************************* ACCOUNT */
.edit-user-account {
  margin: 0;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 1rem;
}
.edit-user-account .do-you-know-it.success {
  width: 100%;
  max-width: 100%;
}
.edit-user-account .do-you-know-it.success p {
  color: #FFFFFF;
  text-align: center;
}
.edit-user-account .wrapper-user-acount {
  padding: 0 2rem;
}
.edit-user-account .wrapper-user-acount:first-child {
  border-right: 1px solid #333333;
}
.edit-user-account .wrapper-user-acount .email-form {
  border-bottom: 1px solid #333333;
  margin-bottom: 1rem;
}
.edit-user-account .wrapper-user-acount .divider {
  border-bottom: 1px solid #333333;
  padding: 1rem 0;
}
.edit-user-account .wrapper-user-acount h2 {
  color: #c12231;
  margin-bottom: 0;
  text-align: left;
}
.edit-user-account .wrapper-user-acount ul {
  list-style: none;
  padding: 0;
}
.edit-user-account .wrapper-user-acount ul li label {
  color: #FFFFFF;
  font-weight: 600;
  display: inline-block;
  line-height: 2.5em;
}
.edit-user-account .wrapper-user-acount ul li .wrapper-input {
  display: block;
}
.edit-user-account .wrapper-user-acount ul li .wrapper-input input {
  padding: 1rem;
  color: #ffffff;
  outline: none;
  border: 0;
  background-color: #333333;
  border-bottom: 2px solid #5d5d5d;
  margin-bottom: 1rem;
  width: 100%;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group {
  margin-top: 1rem;
  text-align: left;
  display: inline-block;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group span {
  color: #FFFFFF;
  font-weight: 600;
  margin-right: 3rem;
  display: inline-block;
  line-height: 2.5em;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap {
  display: inline;
  margin-right: 1rem;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input {
  margin-right: 1rem;
  background-color: transparent;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input:empty {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input:empty ~ label {
  width: auto;
  padding: 0 1rem;
  color: white;
  border: solid 2px #1A1A1A;
  border-bottom: solid 2px #333333;
  line-height: 2.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input:checked ~ label {
  background-color: #c12231;
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group {
  margin: 1rem 0;
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group .radio-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: block;
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:not(:checked),
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:checked,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:not(:checked),
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:not(:checked) + label,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:checked + label,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:not(:checked) + label,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: normal;
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:not(:checked) + label:before,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:checked + label:before,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:not(:checked) + label:before,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:not(:checked) + label:after,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:checked + label:after,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:not(:checked) + label:after,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #c12231;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
  /* on prévoit une animation */
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:not(:checked) + label:after,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:checked + label,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:checked + label {
  color: #c12231;
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:checked + label:before,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:checked + label:before {
  border-color: #c12231;
}
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="radio"]:checked + label:after,
.edit-user-account .wrapper-user-acount ul li.notification-settings .radio-group [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group {
  margin: 1rem 0;
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group .radio-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: block;
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:not(:checked),
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:checked,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:not(:checked),
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:not(:checked) + label,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:checked + label,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:not(:checked) + label,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: normal;
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:not(:checked) + label:before,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:checked + label:before,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:not(:checked) + label:before,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:not(:checked) + label:after,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:checked + label:after,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:not(:checked) + label:after,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #c12231;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
  /* on prévoit une animation */
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:not(:checked) + label:after,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:checked + label,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:checked + label {
  color: #c12231;
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:checked + label:before,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:checked + label:before {
  border-color: #c12231;
}
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="radio"]:checked + label:after,
.edit-user-account .wrapper-user-acount ul li.contribution-comments-settings .radio-group [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.edit-user-account .wrapper-user-acount ul li span {
  color: #FFFFFF;
  font-weight: 600;
  display: block;
  line-height: 2.5em;
}
.edit-user-account .edit-submit {
  margin-top: 1rem;
  background-color: #c12231;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  border: none;
  display: block;
  width: 250px;
  max-width: 90%;
  outline: none;
}
.delete-account {
  text-align: right;
}
.delete-account p {
  color: #5d5d5d;
}
.delete-account button {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #c12231;
  padding: 1rem;
  outline: none;
  display: inline-block;
}
/******************************* BLOG */
.wrapper-blog {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 1rem;
}
.wrapper-blog h3 {
  color: #c12231;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.wrapper-blog h3:before {
  padding-right: 1rem;
}
.wrapper-blog p {
  text-align: center;
  color: #FFFFFF;
}
/* ******************************* */
@media screen and (max-width: 1200px) {
  .edit-profile .edit-user-principal .edit-general-infos li.authorized-contact span {
    font-size: 1.3rem;
  }
  .edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group {
    display: block;
  }
  .edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap {
    display: block;
    margin-right: 0rem;
  }
  .edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input {
    margin-right: 0rem;
  }
  .edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input:empty ~ label {
    width: 100%;
  }
  .edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input:hover:not(:checked) ~ label {
    background-color: transparent;
  }
  .edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input:checked ~ label {
    background-color: #c12231;
  }
  .notification-settings {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .zm .filters .date-filter {
    display: block;
    float: none;
    text-align: center;
    margin-top: .5rem;
  }
  .edit-user-account .wrapper-user-acount:first-child {
    border: none;
  }
  .edit-user-account .wrapper-user-acount:first-child {
    border-bottom: 1px solid #333333;
  }
  .edit-profile .edit-user-principal .wrapper-general-infos {
    border: none;
  }
}
li .status-picto:before {
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
  font-size: 2rem;
}
li#nav-messages-recus .status-picto:before {
  content: '\f0e0';
}
li#nav-messages-envoyes .status-picto:before {
  content: '\f064';
}
li#nav-moderateurs .status-picto:before {
  content: '\f06a';
}
li#nav-corbeille .status-picto:before {
  content: '\f1f8';
}
.comment-wrapper .header {
  display: flex;
  position: relative;
}
.comment-wrapper .header > div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-wrapper .header div:first-child,
.comment-wrapper .header div:last-child {
  border-right: 0;
}
.comment-wrapper .btn-msg {
  z-index: 2;
  position: absolute;
  right: 0;
}
.comment-wrapper .btn-msg .dropdown-menu {
  right: 1rem !important;
  left: auto;
}
.comment-wrapper .row.mail-item {
  display: flex;
}
.messaging-wrapper {
  border: 1px solid #333333;
  margin: 0;
  background-color: #1A1A1A;
}
.messaging-wrapper ul {
  margin: 0;
  padding: 0;
}
.messaging-wrapper .row {
  margin: 0;
  border-bottom: 1px solid #333333;
  padding: 2rem 0;
  display: block;
}
.messaging-wrapper .header {
  color: #c12231;
}
.messaging-wrapper .header div {
  border-right: 1px solid #333333;
  padding: 0 0 0 1.5rem;
}
.messaging-wrapper .header div:last-child {
  border: none;
}
.messaging-wrapper .header div input {
  width: 100%;
  height: 2.5rem;
  margin: 0;
}
.messaging-wrapper .header div p {
  margin: 0;
  height: 2.5rem;
  line-height: 2.5rem;
}
.messaging-wrapper .header .btn-msg {
  float: right;
}
.messaging-wrapper .header .btn-msg .btn-group {
  padding: 0;
}
.messaging-wrapper .header .btn-msg .btn {
  margin-right: 1rem;
  background-color: #c12231;
  border: none;
  color: #FFFFFF;
  padding: 0 1rem;
  height: 2.5rem;
}
.messaging-wrapper .mail-item a,
.messaging-wrapper .mail-item p {
  color: #FFFFFF;
  line-height: 2.5rem;
  margin: 0;
  font-size: 1.3rem;
}
.messaging-wrapper .mail-item a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.messaging-wrapper .mail-item .content-mail-all {
  padding: 0;
}
.messaging-wrapper .mail-item .comment-text {
  max-height: 8rem;
  overflow: auto;
  color: white;
}
.messaging-wrapper .mail-item .comment-speaker a:hover {
  text-decoration: underline;
}
.messaging-wrapper .mail-item .comment-contribution a {
  color: #c12231;
}
.messaging-wrapper .mail-item .comment-date {
  color: #5d5d5d;
}
.messaging-wrapper .mail-item .comment-content {
  border-left: 1px solid #333333;
}
.messaging-wrapper .mail-item .comment-speaker,
.messaging-wrapper .mail-item .mail-speaker {
  border-right: 1px solid #333333;
}
.messaging-wrapper .mail-item .comment-speaker i,
.messaging-wrapper .mail-item .mail-speaker i {
  color: #c12231;
}
.messaging-wrapper .mail-item .comment-speaker a,
.messaging-wrapper .mail-item .mail-speaker a {
  display: inline-block;
}
.messaging-wrapper .mail-item .mail-content .mail-tag {
  background-color: #c12231;
  border-radius: 5px;
  padding: .5rem;
  margin-right: 1rem;
}
.messaging-wrapper .mail-item .mail-content .mail-tag.mail-admin {
  background-color: #ff2f38;
}
.messaging-wrapper .mail-item .mail-speaker,
.messaging-wrapper .mail-item .mail-content {
  padding: 0 0 0 1.5rem;
}
.messaging-wrapper .mail-item .mail-date {
  text-align: right;
  padding-right: 1rem;
}
.messaging-wrapper .mail-item .mail-date p {
  color: #969696;
  display: inline-block;
  padding: 0 1rem;
}
.messaging-wrapper .mail-item .mail-date .read-status-msg {
  border-left: 1px solid #333333;
}
.messaging-wrapper .mail-item:hover {
  background-color: #333333;
}
.messaging-wrapper .mail-item.new-mail,
.messaging-wrapper .mail-item.selected-conv {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
}
.messaging-wrapper .mail-item .select-conv {
  border-right: 1px solid #333333;
}
.messaging-wrapper .mail-item .select-conv input {
  width: 100%;
  height: 2.5rem;
  margin: 0;
}
.messaging-wrapper .empty {
  padding: 1rem;
  margin: 1rem 0;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.button-messenger {
  margin-bottom: 1rem;
}
.button-messenger .select-all {
  display: inline-block;
  padding: .5rem 2rem;
  line-height: 4rem;
  background-color: #1A1A1A;
  border: 1px solid #333333;
}
.button-messenger .see-selected {
  margin-right: 1rem;
}
.button-messenger .delete-selected,
.button-messenger .see-selected {
  float: right;
  line-height: 4rem;
}
.button-messenger .delete-selected button,
.button-messenger .see-selected button {
  line-height: 4rem;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: white;
  padding: .5rem 2rem;
}
/**************************************** MESSAGES */
#list-messages {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 2rem;
  margin-bottom: 2rem;
}
#list-messages .header-conversation {
  text-align: left;
  margin-bottom: 3rem;
  border-bottom: 1px solid #333333;
  padding-bottom: 2rem;
  position: relative;
  min-height: 6rem;
}
#list-messages .header-conversation .return-to-list {
  float: left;
  width: 7rem;
  text-align: center;
}
#list-messages .header-conversation .conversation-title {
  width: auto;
  overflow: hidden;
  float: none;
  padding-left: 1rem;
  padding-right: 12rem;
}
#list-messages .header-conversation .return-to-list,
#list-messages .header-conversation .delete-conversation,
#list-messages .header-conversation .report-conversation {
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
  padding: 1rem;
  display: inline-block;
  text-decoration: none;
}
#list-messages .header-conversation .return-to-list:hover,
#list-messages .header-conversation .delete-conversation:hover,
#list-messages .header-conversation .report-conversation:hover {
  color: #c12231;
  border: 1px solid #c12231;
}
#list-messages .header-conversation .settings-conversation {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
#list-messages .header-conversation .settings-conversation .delete-conversation {
  padding: 1rem 1.5rem;
  margin-right: 1rem;
}
#list-messages .header-conversation .settings-conversation .report-conversation {
  padding: 1rem 1.5rem;
  color: #ff2f38;
  border: 1px solid #ff2f38;
  opacity: .5;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
#list-messages .header-conversation .settings-conversation .report-conversation:hover {
  opacity: 1;
}
#list-messages .header-conversation .btn-conversation {
  text-align: left;
  margin-bottom: 2rem;
}
#list-messages .header-conversation h3 {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 0;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2rem;
}
#list-messages .header-conversation .see-contribution {
  display: block;
  text-align: center;
  color: #c12231;
  text-transform: uppercase;
}
#list-messages .receiver,
#list-messages .sender {
  padding: 2rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
#list-messages .receiver .message-infos,
#list-messages .sender .message-infos {
  text-align: right;
  color: #5d5d5d;
  margin-bottom: .5rem;
}
#list-messages .receiver .message-infos .conversation-username,
#list-messages .sender .message-infos .conversation-username {
  color: #c12231;
  line-height: 2rem;
  display: inline-block;
  float: left;
}
#list-messages .receiver .message-content,
#list-messages .sender .message-content {
  margin-bottom: 1rem;
}
#list-messages .receiver .message-content a,
#list-messages .sender .message-content a {
  color: #c12231;
}
#list-messages .receiver .message-item-attachment,
#list-messages .sender .message-item-attachment {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #5d5d5d;
}
#list-messages .receiver .message-item-attachment .item,
#list-messages .sender .message-item-attachment .item {
  background-color: transparent;
}
#list-messages .sender {
  background-color: #333333;
  border-radius: 5px;
}
#list-messages .receiver {
  background-color: #1f1f1f;
  border-radius: 5px;
}
.wrapper-contact.wrapper-reply {
  padding: 0;
}
.wrapper-contact.wrapper-reply .form-style {
  margin-top: 1rem;
  padding: 1rem;
}
.wrapper-contact.wrapper-reply .message-reply {
  width: 100%;
  padding: 0;
}
.wrapper-contact.wrapper-reply .message-reply .textarea-group {
  margin: 0;
}
.wrapper-contact.wrapper-reply .message-reply textarea {
  width: 100%;
  background-color: #333333;
  border: 0px;
  outline: none;
  line-height: 1.6rem;
  color: #FFFFFF;
  padding: 1rem;
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .messaging-wrapper .header div {
    border-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }
  .messaging-wrapper .header div input {
    width: auto;
  }
  .messaging-wrapper .mail-item .comment-speaker,
  .messaging-wrapper .mail-item .mail-speaker,
  .messaging-wrapper .mail-item .comment-content {
    border-left: 0;
    border-right: 0;
  }
  .messaging-wrapper .mail-item .select-conv {
    padding-left: 1.5rem;
    line-height: 6rem;
  }
  .messaging-wrapper .mail-item .select-conv input {
    vertical-align: middle;
  }
  .messaging-wrapper .mail-item {
    padding: 1rem;
    position: relative;
  }
  .messaging-wrapper .mail-item .mail-speaker,
  .messaging-wrapper .mail-item .mail-content {
    padding: 0;
  }
  .messaging-wrapper .mail-item .mail-speaker {
    border-right: 0;
  }
  .messaging-wrapper .mail-item .mail-speaker a {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
  .messaging-wrapper .mail-item .mail-date {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1rem;
    padding-bottom: 0;
    background-color: #1A1A1A;
  }
  .messaging-wrapper .mail-item .mail-date p {
    line-height: 3.5rem;
  }
  .messaging-wrapper .mail-item.new-mail .mail-speaker a {
    font-weight: bold;
    padding-right: 7rem;
  }
  #list-messages {
    margin-top: 1rem;
  }
  #list-messages .header-conversation .conversation-title {
    width: 100%;
    padding: 0;
    padding-top: 2rem;
  }
}
.popular-list-blogs-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.popular-list-blogs-wrapper .blog-articles {
  width: 100%;
  height: 100%;
}
.blog-likes {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-likes a {
  font-size: 4rem;
  color: #c12231;
  outline: none;
  display: block;
  position: relative;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
}
.blog-likes a.no-vote:before {
  opacity: 1;
}
.blog-likes a span {
  position: absolute;
  left: 50%;
  top: 47%;
  font-size: 1rem;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-likes .nb-likes {
  display: block;
  position: absolute;
  color: #FFFFFF;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  background-color: #1A1A1A;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#form-blog-create .input-blog-url-wrapper {
  background-color: #FFFFFF;
  color: #000000;
  display: inline-block;
  border: none;
  overflow: hidden;
  min-height: 40px;
  padding: 0 2rem;
}
#form-blog-create .input-blog-url-wrapper span {
  font-size: 14px;
}
#form-blog-create input {
  display: inline-block;
  width: inherit;
  border-radius: 0;
  margin: 0 .5rem;
  border: none;
  height: 100%;
  padding: 1rem 0;
  text-align: center;
}
#form-blog-create .btn-create-blog-wrapper {
  text-align: center;
}
#form-blog-create .btn-create-blog-wrapper button {
  margin-top: 1rem;
  background-color: #c12231;
  color: #FFFFFF;
  padding: 1rem 5rem;
  border-radius: 5px;
  position: relative;
  border: none;
  display: inline-block;
  max-width: 90%;
  outline: none;
}
.main-list-blogs-wrapper {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
h3.articles-loading {
  display: none;
  margin-top: 1rem;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
  color: #FFFFFF;
}
.blog-articles-wrapper {
  padding: 0 .5rem;
  margin-bottom: 1rem;
}
.blog-articles-wrapper .create-blog-img {
  display: block;
}
.blog-articles-wrapper .create-blog-img img {
  width: 100%;
}
.blog-articles-wrapper .blog-articles {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  vertical-align: top;
  padding: 1.5rem;
  position: relative;
}
.blog-articles-wrapper .blog-articles .news-img {
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  opacity: 1;
  display: block;
}
.blog-articles-wrapper .blog-articles .news-img.video {
  position: relative;
}
.blog-articles-wrapper .blog-articles .news-img.video:before {
  content: '\f04b';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #c12231;
  text-shadow: 0 0 10px black;
  font-size: 4rem;
  opacity: .8;
}
.blog-articles-wrapper .blog-articles .news-img:hover,
.blog-articles-wrapper .blog-articles .news-img:active,
.blog-articles-wrapper .blog-articles .news-img:focus {
  opacity: 0.8;
}
.blog-articles-wrapper .blog-articles .news-img img {
  width: 100%;
}
.blog-articles-wrapper .blog-articles a {
  text-decoration: none;
}
.blog-articles-wrapper .blog-articles .news-autor {
  text-transform: uppercase;
  color: #c12231;
  margin-top: 2rem;
  margin-bottom: 0;
}
.blog-articles-wrapper .blog-articles .news-autor a {
  color: #c12231;
  margin: 0;
}
.blog-articles-wrapper .blog-articles .news-title {
  display: block;
}
.blog-articles-wrapper .blog-articles .news-title h4 {
  margin: 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
}
.blog-articles-wrapper .blog-articles .news-title:hover h4,
.blog-articles-wrapper .blog-articles .news-title:active h4,
.blog-articles-wrapper .blog-articles .news-title:focus h4 {
  color: #c12231;
}
.blog-articles-wrapper .blog-articles .news-content {
  margin: 0;
}
.blog-articles-wrapper .blog-articles .news-date {
  color: #5d5d5d;
  margin: 0;
}
.blog-articles-wrapper .blog-articles .news-date .news-commentary:before {
  content: '\f0e6';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-style: normal;
}
.blog-articles-wrapper .blog-articles .news-date .news-likes:before {
  content: '\f08a';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-style: normal;
}
.blog-articles-wrapper .blog-articles .news-date .news-view:before {
  content: '\f06e';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-style: normal;
}
.blog-articles-wrapper .blog-articles .news-read {
  color: #c12231;
  display: inline-block;
  margin-left: .5rem;
}
.popular-list {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: white;
  vertical-align: top;
  padding: 1.5rem;
  position: relative;
}
.popular-list h2 {
  margin: 0;
  color: white;
  border-bottom: 1px solid #333333;
  padding: 1rem 2rem 2rem 2rem;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.popular-list h2 i {
  color: #c12231;
  margin-right: .5rem;
}
.popular-list .blog-articles-wrapper {
  padding: 0;
  border-bottom: 1px solid #333333;
}
.popular-list .blog-articles-wrapper:last-child {
  border: none;
  margin-bottom: 0;
}
.popular-list .blog-articles-wrapper .blog-articles {
  background: transparent;
  border: none;
  padding: 1rem 0;
}
.popular-list .blog-articles-wrapper .blog-articles .news-title h4 {
  font-size: 1.5rem;
}
.user-blog-ban img {
  width: 100%;
}
.player-wrapper {
  width: 100%;
}
.top-thumbnail a {
  display: block;
}
.top-thumbnail a img {
  width: 100%;
  display: block;
}
.user-blog-list {
  padding-right: 0;
}
.user-blog-list .fa-star.pull-right {
  padding-right: 1rem;
  margin-top: 1rem;
  color: #c12231;
}
.user-blog-list article,
.user-blog-list .comment {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.user-blog-list article img,
.user-blog-list .comment img {
  width: 100%;
}
.user-blog-list article .news-title,
.user-blog-list .comment .news-title {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
}
.user-blog-list article .news-title a,
.user-blog-list .comment .news-title a {
  text-decoration: none;
  color: #FFFFFF;
}
.user-blog-list article .news-infos,
.user-blog-list .comment .news-infos {
  margin-bottom: 1rem;
  font-style: italic;
}
.user-blog-list article .news-infos .news-date,
.user-blog-list .comment .news-infos .news-date {
  color: #c12231;
  margin-right: 1rem;
}
.user-blog-list article .news-infos .news-premium-blog,
.user-blog-list .comment .news-infos .news-premium-blog {
  color: #13dc11;
}
.user-blog-list article .news-infos .news-commentary,
.user-blog-list .comment .news-infos .news-commentary {
  color: #5d5d5d;
  margin-right: 1rem;
}
.user-blog-list article .news-infos .news-commentary:before,
.user-blog-list .comment .news-infos .news-commentary:before {
  content: '\f0e6';
  font-family: 'FontAwesome';
  margin-right: 0.8rem;
  font-style: normal;
}
.user-blog-list article .news-infos .news-view,
.user-blog-list .comment .news-infos .news-view {
  color: #5d5d5d;
}
.user-blog-list article .news-infos .news-view:before,
.user-blog-list .comment .news-infos .news-view:before {
  content: '\f06e';
  font-family: 'FontAwesome';
  margin-right: 0.8rem;
  font-style: normal;
}
.user-blog-list article .news-infos .news-likes:before,
.user-blog-list .comment .news-infos .news-likes:before {
  content: '\f08a';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-style: normal;
}
.user-blog-list article .news-content,
.user-blog-list .comment .news-content {
  color: #FFFFFF;
  margin: 0;
}
.user-blog-list article .news-content .news-read,
.user-blog-list .comment .news-content .news-read {
  color: #c12231;
  display: inline-block;
  margin-left: .5rem;
}
.user-blog-list article .news-status .news-status-publish,
.user-blog-list .comment .news-status .news-status-publish {
  color: #13dc11;
}
.user-blog-list article .news-status .news-status-wait,
.user-blog-list .comment .news-status .news-status-wait {
  color: #ff2f38;
}
.user-blog-list article .news-edit a,
.user-blog-list .comment .news-edit a {
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
  padding: 1rem 3rem;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.user-blog-list article .news-edit a:hover,
.user-blog-list .comment .news-edit a:hover,
.user-blog-list article .news-edit a:active,
.user-blog-list .comment .news-edit a:active,
.user-blog-list article .news-edit a:focus,
.user-blog-list .comment .news-edit a:focus {
  border-color: #c12231;
  color: #c12231;
}
.user-blog-list article .news-edit .post-in-process,
.user-blog-list .comment .news-edit .post-in-process {
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
  padding: 1rem 3rem;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.user-blog-list article .comment-user a,
.user-blog-list .comment .comment-user a,
.user-blog-list article .comment-article a,
.user-blog-list .comment .comment-article a {
  color: #c12231;
}
.user-blog-list article .comment-btn,
.user-blog-list .comment .comment-btn {
  padding: 1rem 2rem;
  margin-right: 1rem;
  background-color: transparent;
  border: 1px solid #5d5d5d;
  color: #5d5d5d;
  outline: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.user-blog-list article .comment-btn.comment-valid:hover,
.user-blog-list .comment .comment-btn.comment-valid:hover,
.user-blog-list article .comment-btn.comment-valid:active,
.user-blog-list .comment .comment-btn.comment-valid:active,
.user-blog-list article .comment-btn.comment-valid:focus,
.user-blog-list .comment .comment-btn.comment-valid:focus {
  border: 1px solid #c12231;
  color: #c12231;
}
.user-blog-list article .comment-btn.comment-delete:hover,
.user-blog-list .comment .comment-btn.comment-delete:hover,
.user-blog-list article .comment-btn.comment-delete:active,
.user-blog-list .comment .comment-btn.comment-delete:active,
.user-blog-list article .comment-btn.comment-delete:focus,
.user-blog-list .comment .comment-btn.comment-delete:focus {
  border: 1px solid #ff2f38;
  color: #ff2f38;
}
.user-blog-list article .no-comments,
.user-blog-list .comment .no-comments {
  text-align: center;
}
.fans .no-fans {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 1.5rem;
  text-align: center;
}
.fans .no-fans a {
  color: #c12231;
  text-decoration: none;
}
.comments-filters {
  padding: 1rem 0;
  text-align: right;
  color: #5d5d5d;
  margin-bottom: 1rem;
}
.comments-filters a {
  display: inline-block;
  color: #5d5d5d;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  margin-left: .5rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.comments-filters a:hover,
.comments-filters a:active,
.comments-filters a:focus,
.comments-filters a.active {
  color: #FFFFFF;
  background-color: #c12231;
  border: 1px solid #c12231;
}
.user-blog-ban {
  position: relative;
  margin-bottom: 1rem;
  padding: 0;
}
.user-blog-ban:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1.5rem solid rgba(0, 0, 0, 0.7);
}
.user-blog-ban a {
  display: block;
}
.user-blog-ban a img {
  width: 100%;
}
.user-blog-ban h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #FFFFFF;
}
.user-blog-ban h2 a {
  color: white;
  padding: 3rem 4rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .2rem;
  text-decoration: none;
}
.user-blog-ban h2 a span {
  color: #c12231;
  font-size: 1.3rem;
  display: block;
  font-style: italic;
  letter-spacing: normal;
}
.blog-btn {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-btn i {
  color: #c12231;
  margin-right: .5rem;
}
.blog-btn a {
  text-decoration: none;
  color: white;
}
.news-content-detail {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 2rem 5rem;
  margin-bottom: 1rem;
  position: relative;
}
.news-content-detail .blog-edit {
  background: #ff2f38;
  padding: 1rem 2rem;
  float: right;
  color: white;
  border-radius: 3px;
}
.news-content-detail .news-title {
  color: #c12231;
  margin: 0;
}
.news-content-detail .news-content-text img {
  max-width: 100%;
}
.news-content-detail .news-infos {
  margin-bottom: 2rem;
  font-style: italic;
}
.news-content-detail .news-infos span {
  margin-right: 1rem;
  color: #5d5d5d;
}
.news-content-detail .news-infos .news-time {
  color: #FFFFFF;
}
.news-content-detail .news-infos .news-commentary:before {
  content: '\f0e6';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-style: normal;
}
.news-content-detail .news-infos .news-view:before {
  content: '\f06e';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-style: normal;
}
.news-content-detail .news-infos .news-likes:before {
  content: '\f08a';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-style: normal;
}
.comment-title {
  display: block;
  color: white;
  font-size: 1.8rem;
  margin: 2rem 0;
}
.comment-title i {
  margin-right: 1rem;
  color: #c12231;
}
.comments-section {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 2rem 3rem;
}
.comments-section .comment-profil-picture {
  padding-left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.comments-section .comment-profil-picture img {
  width: 100%;
}
.comments-section .comment-row,
.comments-section .comment-form form {
  display: flex;
  justify-content: center;
}
.comments-section .comment-row .comment-text,
.comments-section .comment-form form .comment-text,
.comments-section .comment-row .comment-form-content,
.comments-section .comment-form form .comment-form-content {
  width: 100%;
  padding-left: 2rem;
}
.comments-section .comment-row .avatar,
.comments-section .comment-form form .avatar {
  width: 6rem;
}
.comments-section .comment-form form {
  flex-direction: column;
}
.comments-section .comment-row {
  margin-bottom: 2rem;
}
.comments-section .comment-row .comment-delete {
  background: #ff2f38;
  padding: .5rem 1rem;
  float: right;
  color: white;
  border-radius: 3px;
  font-size: 10px;
  margin-top: 1rem;
}
.comments-section .comment-row .comment-infos .comment-username {
  color: #c12231;
  font-size: 2rem;
  font-weight: bold;
}
.comments-section .comment-row .comment-infos .comment-date {
  font-size: 1.3rem;
}
.comments-section .comment-form .comment-form-row {
  display: flex;
}
.comments-section .comment-form .info-moderation-wrapper {
  display: flex;
  margin: -2rem auto 2rem;
  text-align: center;
}
.comments-section .comment-form .info-moderation {
  color: #5d5d5d;
  width: 100%;
}
.comments-section .comment-form .comment-btn {
  padding: 0 .5rem;
}
.comments-section .comment-form .comment-btn button {
  border-radius: .5rem;
  color: #FFFFFF;
  background-color: #c12231;
  padding: 1rem 2rem;
  border: none;
  width: 100%;
  height: 6rem;
}
.comments-section .comment-form .comment-form-content {
  margin-bottom: 2rem;
  display: flex;
}
.comments-section .comment-form .comment-form-content textarea {
  background-color: #333333;
  color: #FFFFFF;
  padding: 1rem;
  border: none;
  width: 100% !important;
  height: 6rem;
  min-height: 6rem;
}
.comments-section .comments-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #333333;
}
.comments-section .comments-pagination a {
  color: #c12231;
}
.comments-section .comments-pagination .comments-number {
  color: #969696;
}
.contrib-nav.zm-blog li {
  width: 20%;
}
.fan-profil {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  margin-top: 5rem;
  padding: 1rem;
}
.fan-profil:hover .fan-profil-pic,
.fan-profil:active .fan-profil-pic,
.fan-profil:focus .fan-profil-pic {
  overflow: hidden;
  opacity: 0.9;
}
.fan-profil .fan-profil-pic {
  margin-top: -5rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.fan-profil .fan-profil-pic img {
  width: 100%;
}
.fan-profil a {
  padding: 1rem 0;
  display: block;
  color: #c12231;
  text-align: center;
  margin: 1rem 0;
  text-decoration: none;
}
.blog-settings-ban {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.blog-settings-ban .blog-ban-preview {
  width: 100%;
  padding-bottom: 27.857%;
  position: relative;
  overflow: hidden;
}
.blog-settings-ban .blog-ban-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-settings-ban .blog-ban-preview img.img-portrait {
  width: 100%;
}
.blog-settings-ban .blog-ban-preview img.img-paysage {
  height: 100%;
}
.blog-settings-ban input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 5;
}
.blog-settings-ban .ban-edit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2rem 3rem;
  text-transform: uppercase;
  color: white;
  text-align: center;
  z-index: 2;
}
.blog-settings-ban .ban-recommandation {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  text-align: center;
  padding: 2rem 3rem;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  background-color: #000000;
  color: white;
  opacity: 0;
}
.blog-settings-ban:hover .ban-recommandation,
.blog-settings-ban:active .ban-recommandation,
.blog-settings-ban:focus .ban-recommandation {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 1;
}
.blog-settings {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 2rem 3rem;
}
.blog-settings input#id_title {
  padding: 1rem;
  color: #FFFFFF;
  outline: none;
  border: 0;
  background-color: #333333;
  border-bottom: 2px solid #5d5d5d;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 0;
  height: 5rem;
}
.blog-settings .blog-perso-link {
  background-color: #333333;
  border-bottom: 2px solid #5d5d5d;
  color: #FFFFFF;
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
  min-height: 5rem;
  padding: 0 2rem;
}
.blog-settings .blog-perso-link span {
  font-size: 14px;
}
.blog-settings .blog-perso-link input {
  background: transparent;
  min-height: 5rem;
  display: inline-block;
  width: 50%;
  max-width: 20rem;
  border-radius: 0;
  margin: 0 .5rem;
  border: none;
  height: 100%;
  padding: 1rem 0;
  text-align: center;
  color: #FFFFFF;
}
.blog-settings .input-group-addon {
  color: #FFFFFF;
  border: 0;
  background-color: #333333;
  border-bottom: 2px solid #5d5d5d;
  margin-bottom: 2rem;
  border-radius: 0;
  outline: none;
}
.blog-settings .blog-link {
  color: #c12231;
  margin-bottom: 1rem;
  display: inline-block;
  float: right;
}
.blog-settings .select-wrapper {
  position: relative;
}
.blog-settings .select-wrapper:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
  z-index: 2;
}
.blog-settings select {
  background-color: #333333;
  border: none;
  border-bottom: solid 2px #5d5d5d;
  color: white;
  border-radius: 0;
  height: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 4rem;
  line-height: normal;
}
.blog-settings select::-ms-expand {
  display: none;
}
.blog-settings select option {
  color: #FFFFFF;
}
.blog-settings label {
  margin-bottom: 1rem;
}
.blog-settings .radio-wrap {
  display: block;
  margin-right: 1rem;
  text-align: center;
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.blog-settings .radio-wrap [type="radio"]:not(:checked),
.blog-settings .radio-wrap [type="radio"]:checked,
.blog-settings .radio-wrap [type="checkbox"]:not(:checked),
.blog-settings .radio-wrap [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.blog-settings .radio-wrap [type="radio"]:not(:checked) + label,
.blog-settings .radio-wrap [type="radio"]:checked + label,
.blog-settings .radio-wrap [type="checkbox"]:not(:checked) + label,
.blog-settings .radio-wrap [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: normal;
}
.blog-settings .radio-wrap [type="radio"]:not(:checked) + label:before,
.blog-settings .radio-wrap [type="radio"]:checked + label:before,
.blog-settings .radio-wrap [type="checkbox"]:not(:checked) + label:before,
.blog-settings .radio-wrap [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.blog-settings .radio-wrap [type="radio"]:not(:checked) + label:after,
.blog-settings .radio-wrap [type="radio"]:checked + label:after,
.blog-settings .radio-wrap [type="checkbox"]:not(:checked) + label:after,
.blog-settings .radio-wrap [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #c12231;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
  /* on prévoit une animation */
}
.blog-settings .radio-wrap [type="radio"]:not(:checked) + label:after,
.blog-settings .radio-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.blog-settings .radio-wrap [type="radio"]:checked + label,
.blog-settings .radio-wrap [type="checkbox"]:checked + label {
  color: #c12231;
}
.blog-settings .radio-wrap [type="radio"]:checked + label:before,
.blog-settings .radio-wrap [type="checkbox"]:checked + label:before {
  border-color: #c12231;
}
.blog-settings .radio-wrap [type="radio"]:checked + label:after,
.blog-settings .radio-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
button.blog-form-btn {
  width: 100%;
  margin-top: 1rem;
  padding: 2rem;
  background: #c12231;
  color: white;
  border: none;
  border-radius: 5px;
  outline: none;
}
/* create article */
.create-content-wrapper {
  padding-right: 0;
}
.create-content,
.create-sidebar {
  position: relative;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 2rem;
}
.create-content {
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.create-content .django-ckeditor-widget {
  display: block !important;
}
.create-content .django-ckeditor-widget #cke_id_content {
  width: 100% !important;
}
.create-content input {
  padding: 1rem;
  color: #FFFFFF;
  border: 0;
  background-color: #333333;
  border-bottom: 2px solid #5d5d5d;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 0;
  outline: none;
  height: 5rem;
}
.create-content .help-block.error {
  margin-top: 1rem;
  text-align: left;
  color: #ff2f38;
}
.create-sidebar.create-thumb {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.create-sidebar.create-thumb p {
  text-align: center;
  margin-top: 1rem;
}
.create-sidebar.create-thumb .img-wrapper {
  width: 100%;
  padding-bottom: 71%;
  position: relative;
  overflow: hidden;
}
.create-sidebar.create-thumb .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.create-sidebar.create-thumb .img-wrapper img.img-portrait {
  width: 100%;
}
.create-sidebar.create-thumb .img-wrapper img.img-paysage {
  height: 100%;
}
.create-sidebar.create-thumb input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 250;
}
.create-sidebar.create-thumb .help-block.error {
  margin-top: 1rem;
  text-align: center;
  color: #ff2f38;
}
.create-sidebar .bootstrap-datetimepicker-widget table td.active,
.create-sidebar .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #c12231;
}
.create-sidebar .glyphicon:before {
  color: #c12231;
}
.create-sidebar label {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.create-sidebar .select-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.create-sidebar .select-wrapper:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #FFFFFF transparent transparent transparent;
  z-index: 2;
}
.create-sidebar select {
  background-color: #333333;
  border: none;
  border-bottom: solid 2px #5d5d5d;
  color: white;
  border-radius: 0;
  height: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 4rem;
  line-height: normal;
}
.create-sidebar select::-ms-expand {
  display: none;
}
.create-sidebar select option {
  color: #FFFFFF;
}
.create-sidebar input#id_publication_date {
  padding: 1rem;
  color: #FFFFFF;
  border: 0;
  background-color: #333333;
  border-bottom: 2px solid #5d5d5d;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 0;
  outline: none;
  height: 5rem;
}
button.article-submit {
  width: 100%;
  margin-top: 1rem;
  padding: 2rem;
  background: #c12231;
  color: white;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.blog-booster-alert {
  background-color: #1A1A1A;
  text-align: center;
  color: #ff2f38;
  display: block;
  border-radius: 5px;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #333333;
}
.blog-booster {
  position: relative;
  margin-bottom: 1rem;
}
.blog-booster a {
  display: block;
}
.blog-booster a .blog-name {
  position: absolute;
  top: 25%;
  left: 11%;
  color: #c12231;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.blog-booster a .thumb-blog-booster {
  width: 20.6%;
  position: absolute;
  top: 37%;
  left: 0.75%;
}
.blog-booster .background-booster {
  width: 100%;
}
.blog-booster:hover,
.blog-booster:focus,
.blog-booster:active {
  color: white;
  opacity: 0.8;
  text-decoration: none;
}
.articles-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.articles-nav .prev-article,
.articles-nav .next-article {
  width: 40%;
}
.articles-nav .prev-article a,
.articles-nav .next-article a {
  display: flex;
  align-items: center;
  background: #1A1A1A;
  border: 1px solid #333333;
  text-decoration: none;
}
.articles-nav .prev-article a:hover .img-wrapper:before,
.articles-nav .next-article a:hover .img-wrapper:before,
.articles-nav .prev-article a:active .img-wrapper:before,
.articles-nav .next-article a:active .img-wrapper:before,
.articles-nav .prev-article a:focus .img-wrapper:before,
.articles-nav .next-article a:focus .img-wrapper:before,
.articles-nav .prev-article a:hover .img-wrapper:after,
.articles-nav .next-article a:hover .img-wrapper:after,
.articles-nav .prev-article a:active .img-wrapper:after,
.articles-nav .next-article a:active .img-wrapper:after,
.articles-nav .prev-article a:focus .img-wrapper:after,
.articles-nav .next-article a:focus .img-wrapper:after {
  opacity: 1;
}
.articles-nav .prev-article a:hover .img-wrapper:after,
.articles-nav .next-article a:hover .img-wrapper:after,
.articles-nav .prev-article a:active .img-wrapper:after,
.articles-nav .next-article a:active .img-wrapper:after,
.articles-nav .prev-article a:focus .img-wrapper:after,
.articles-nav .next-article a:focus .img-wrapper:after {
  left: 50%;
}
.articles-nav .prev-article a .img-wrapper,
.articles-nav .next-article a .img-wrapper {
  position: relative;
}
.articles-nav .prev-article a .img-wrapper:before,
.articles-nav .next-article a .img-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  opacity: 0;
}
.articles-nav .prev-article a .img-wrapper:after,
.articles-nav .next-article a .img-wrapper:after {
  content: '\f060';
  font-family: 'FontAwesome';
  color: white;
  left: 60%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  opacity: 0;
}
.articles-nav .prev-article a .img-wrapper img,
.articles-nav .next-article a .img-wrapper img {
  width: 10rem;
  height: 100%;
  display: block;
}
.articles-nav .prev-article a .article-title,
.articles-nav .next-article a .article-title {
  padding: 0 2rem;
  display: block;
  width: 100%;
  overflow: hidden;
}
.articles-nav .prev-article a .article-title p,
.articles-nav .next-article a .article-title p {
  color: white;
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.articles-nav .prev-article a .article-title p.username,
.articles-nav .next-article a .article-title p.username {
  color: #c12231;
  font-weight: normal;
  font-size: 1.3rem;
}
.articles-nav .next-article a {
  flex-direction: row-reverse;
}
.articles-nav .next-article a .img-wrapper:after {
  content: '\f061';
  left: 40%;
}
.articles-nav .next-article a:hover .img-wrapper:before,
.articles-nav .next-article a:active .img-wrapper:before,
.articles-nav .next-article a:focus .img-wrapper:before,
.articles-nav .next-article a:hover .img-wrapper:after,
.articles-nav .next-article a:active .img-wrapper:after,
.articles-nav .next-article a:focus .img-wrapper:after {
  opacity: 1;
}
.articles-nav .next-article a:hover .img-wrapper:after,
.articles-nav .next-article a:active .img-wrapper:after,
.articles-nav .next-article a:focus .img-wrapper:after {
  left: 50%;
}
.articles-nav .next-article a .article-title {
  text-align: right;
}
.see-comments {
  display: block;
  text-decoration: none;
  color: white;
  text-align: center;
}
.see-comments:hover {
  color: white;
}
.see-comments i {
  margin-right: 1rem;
}
.other-list h2 {
  display: block;
  color: white;
  font-size: 1.8rem;
  margin: 2rem 0;
}
.other-list h2 i {
  margin-right: 1rem;
  color: #c12231;
}
.other-list .other-post-list {
  display: flex;
  flex-wrap: wrap;
}
.other-list .other-post-list .blog-articles {
  height: 100%;
}
.other-list .other-post-list-paginate {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.other-list .see-more {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 2rem;
}
.other-list .see-more a {
  background: #c12231;
  color: white;
  padding: 1rem 3rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: .5rem;
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.other-list .see-more a:hover,
.other-list .see-more a:active,
.other-list .see-more a:focus {
  background: #941d25;
}
.other-list .see-more a:before {
  content: '';
  width: 9999px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: -3rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  z-index: 1;
}
.other-list .see-more a:after {
  content: '';
  width: 9999px;
  height: 1px;
  background: #333333;
  position: absolute;
  right: -3rem;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main-blog-list .filters .btn-filter-checkbox {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .articles-nav {
    flex-wrap: wrap;
  }
  .articles-nav .prev-article,
  .articles-nav .next-article {
    width: 100%;
    margin-bottom: 1rem;
  }
  .articles-nav .prev-article a .img-wrapper:before,
  .articles-nav .next-article a .img-wrapper:before,
  .articles-nav .prev-article a .img-wrapper:after,
  .articles-nav .next-article a .img-wrapper:after {
    opacity: 1;
  }
  .articles-nav .prev-article a .img-wrapper:after,
  .articles-nav .next-article a .img-wrapper:after {
    left: 50%;
  }
  .articles-nav .next-article {
    margin-bottom: 0;
  }
  .blog-booster {
    display: none;
  }
  .blog-likes {
    float: right;
    position: relative;
  }
  .blog-likes a {
    padding: 0 1.5rem;
    line-height: 3rem;
  }
  .news-content-detail .news-title {
    font-size: 2rem;
  }
  .main-blog-list .filters .btn-filter-checkbox,
  .main-blog-list .filters .select-wrapper-contrib {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0 .5rem;
  }
  .main-blog-list .filters .btn-filter-checkbox button,
  .main-blog-list .filters .select-wrapper-contrib button {
    width: 100%;
    text-align: left;
  }
  .comments-section,
  .news-content-detail {
    padding: 2rem 1rem;
  }
  .create-content-wrapper {
    padding-right: 15px;
  }
  .comments-section .comment-row .comment-infos {
    margin-top: 0;
  }
  .comments-section .comment-row .comment-infos .comment-date {
    display: block;
    margin-bottom: 1rem;
  }
  .blog-settings .radio-wrap {
    text-align: left;
  }
  .blog-settings-ban .blog-ban-preview:before {
    border: none;
  }
  .blog-settings-ban .ban-edit {
    width: 60%;
    opacity: 1;
    padding: 1rem;
  }
  .blog-settings-ban:hover .ban-recommandation,
  .blog-settings-ban:active .ban-recommandation,
  .blog-settings-ban:focus .ban-recommandation {
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .blog-settings-ban .ban-recommandation {
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media screen and (min-width: 1500px) {
  .col-xlg-3 {
    width: 25%;
  }
}
@font-face {
  font-family: "Flaticon";
  src: url("../css/fonts/icons_offers/Flaticon.cfad5a2d5cef.eot");
  src: url("../css/fonts/icons_offers/Flaticon.cfad5a2d5cef.eot?#iefix") format("embedded-opentype"), url("../css/fonts/icons_offers/Flaticon.524a34dc8054.woff") format("woff"), url("../css/fonts/icons_offers/Flaticon.fed9b76ab307.ttf") format("truetype"), url("../css/fonts/icons_offers/Flaticon.7af69838f61d.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../css/fonts/icons_offers/Flaticon.7af69838f61d.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
.flaticon-heart:before {
  content: "\f100";
}
.flaticon-favorites:before {
  content: "\f101";
}
.flaticon-idea:before {
  content: "\f102";
}
.flaticon-users:before {
  content: "\f103";
}
.flaticon-message:before {
  content: "\f104";
}
.flaticon-search:before {
  content: "\f105";
}
.flaticon-draw:before {
  content: "\f106";
}
.flaticon-communication:before {
  content: "\f107";
}
.flaticon-award:before {
  content: "\f108";
}
/* OFFER MSG*/
.offer-msg-promotion {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #333333;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
.offer-msg-promotion h3 {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 4rem;
}
.offer-msg-promotion h3 strong {
  color: #c12231;
}
.offer-msg-promotion a {
  color: white;
  margin-top: 1rem;
  display: inline-block;
  background: #c12231;
  padding: 1.5rem;
  width: 30rem;
  max-width: 100%;
  border-radius: 5px;
}
.offer-msg-promotion .offer-msg-content h4 {
  text-transform: uppercase;
  color: #c12231;
  font-weight: bold;
  margin-top: 3rem;
}
/* ALL OFFER LANDING*/
.cards {
  margin-top: -5rem;
  margin-bottom: 20rem;
}
.card-wrapper {
  background-color: #FFFFFF;
  border-radius: 5px;
  transition: all 0.3s 0s ease-in;
  box-shadow: 1px 0px 5px #0000003d;
}
.card-wrapper.card-discovery div.card:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 63px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 9px;
  border-color: transparent transparent #12a111 transparent;
  z-index: 2;
}
.card-wrapper.card-discovery div.card:before {
  content: '24H';
  position: absolute;
  right: 20px;
  top: -10px;
  background-color: #13dc11;
  color: white;
  padding: 0 10px;
  height: 50px;
  border-radius: 0 5px 5px 5px;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  z-index: 3;
  box-shadow: 0 0 7px #000000ad;
}
.card-wrapper.card-discovery div.card div.card-title h2 {
  color: #13dc11;
}
.card-wrapper.card-discovery a.btn {
  background: #13dc11;
}
.card-wrapper.card-discovery a.btn:hover {
  background: #14e812;
  box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.075);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out;
}
.card-wrapper.card-discovery a.btn:active {
  background: #12d010;
  box-shadow: 0 1px 5px 0 rgba(255, 255, 255, 0.25);
  transform: translate3d(0, 1px, 0);
  transition: all 0.025s 0s ease-out;
}
.card-wrapper.card-discovery.show .card i:before {
  color: #333333;
}
.card-wrapper.card-discovery.show .card .card-title .toggle-info {
  background: #12d010 !important;
}
.card-wrapper.card-standard .card:after,
.card-wrapper.card-premium .card:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 68px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 9px;
  border-color: transparent transparent #B90C62 transparent;
  z-index: 2;
}
.card-wrapper.card-premium .card:before {
  content: '-20%';
  position: absolute;
  right: 20px;
  top: -10px;
  background-color: #EE107E;
  color: white;
  padding: 0px 10px;
  height: 50px;
  border-radius: 0px 5px 5px 5px;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  z-index: 3;
  box-shadow: 0px 0px 7px #000000ad;
}
.card-wrapper.card-standard .card:before {
  content: '-15%';
  position: absolute;
  right: 20px;
  top: -10px;
  background-color: #EE107E;
  color: white;
  padding: 0px 10px;
  height: 50px;
  border-radius: 0px 5px 5px 5px;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  z-index: 3;
  box-shadow: 0px 0px 7px #000000ad;
}
.btn {
  background: #c12231;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 30px 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s 0s ease-out;
  border: none;
}
.btn:hover {
  background: #cc2434;
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.075);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out;
}
.btn:active {
  background: #b6202e;
  box-shadow: 0 1px 5px 0 rgba(255, 255, 255, 0.25);
  transform: translate3d(0, 1px, 0);
  transition: all 0.025s 0s ease-out;
}
.card {
  background: #efefef;
  position: relative;
  text-align: center;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
  margin-bottom: 3rem;
  border-radius: 5px;
}
.card i:before {
  font-size: 10rem;
  color: #333333;
  transition: all 0.15s 0s ease-out;
}
.card .card-title {
  background: #FFFFFF;
  padding: 6px 15px 10px;
  position: relative;
  z-index: 0;
  text-align: left;
  border-radius: 0px 0px 5px 5px;
}
.card .card-title .toggle-info {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
}
.card .card-title .toggle-info span {
  background: #FFFFFF;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  transition: all 0.15s 0s ease-out;
  width: 12px;
}
.card .card-title .toggle-info span.left {
  right: 14px;
  transform: rotate(45deg);
}
.card .card-title .toggle-info span.right {
  left: 14px;
  transform: rotate(-45deg);
}
.card .card-title .offer-prefix-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.card .card-title h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
  color: #c12231;
}
.card .card-description {
  position: relative;
  font-size: 14px;
}
.card .card-flap {
  padding: 1.5rem;
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  transform-origin: top;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 0 0 5px 5px;
  box-shadow: 1px 0 5px #0000003d;
}
.card .card-flap .btn {
  margin: 1rem 0;
}
.card div.flap1 {
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}
.card div.flap2 {
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}
div.cards.showing div.card-wrapper {
  cursor: pointer;
  transform: scale(0.88);
  border-radius: 5px 5px 0 0;
}
div.cards.showing div.card-wrapper .card {
  opacity: 0.6;
}
.no-touch div.cards.showing div.card-wrapper:hover {
  transform: scale(0.92);
}
.no-touch div.cards.showing div.card-wrapper:hover .card {
  opacity: 0.94;
}
div.card-wrapper.show {
  transform: scale(1) !important;
}
div.card-wrapper.show .card {
  opacity: 1 !important;
}
div.card-wrapper.show .card .card-title {
  border-radius: 0;
}
div.card-wrapper.show .card i:before {
  color: #c12231;
  transition: all 0.15s 0s ease-out;
}
div.card-wrapper.show .card div.card-title a.toggle-info {
  background: #941d25 !important;
}
div.card-wrapper.show .card div.card-title a.toggle-info span {
  top: 15px;
}
div.card-wrapper.show .card div.card-title a.toggle-info span.left {
  right: 10px;
}
div.card-wrapper.show .card div.card-title a.toggle-info span.right {
  left: 10px;
}
div.card-wrapper.show .card div.card-flap {
  background: #FFFFFF;
  transform: rotateX(0deg);
}
div.card-wrapper.show .card div.flap1 {
  transition: all 0.3s 0s ease-out;
}
div.card-wrapper.show .card div.flap2 {
  transition: all 0.3s 0.2s ease-out;
}
/* OFFER LANDING */
.wrapper-old-offer.header-offer {
  height: 100%;
}
.discover-offer {
  color: white;
  background-color: #c12231;
  width: 40rem;
  max-width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 1.5rem;
  margin: 0 auto;
  text-decoration: none;
}
.discover-offer:hover,
.discover-offer:active,
.discover-offer:focus {
  color: white;
  text-decoration: none;
}
.body-offer,
.wrapper-offer {
  background-color: white;
}
.body-offer .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50rem;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}
.body-offer .modal .modal-dialog {
  width: 100%;
  margin: 0;
}
.body-offer .modal h3 {
  color: #c12231;
  text-align: center;
  text-transform: uppercase;
}
.body-offer .modal p {
  text-align: center;
  padding: 0 1rem;
}
.header-offer {
  background: url("../css/img/background-abo.2cdf58992c08.jpg") no-repeat center bottom;
  background-color: #1A1A1A;
  height: 40rem;
  background-size: cover;
  background-position: 0 60%;
  position: relative;
  padding-top: 3rem;
}
.header-offer .navbar-brand {
  background: url("../css/voyeurfrance/img/logo.e9a961bd38d0.jpg") no-repeat;
  background-size: 100%;
  width: 35rem;
  height: 6.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  cursor: pointer;
  float: none;
  display: block;
  margin: 0 auto;
}
.header-offer .head-offer-title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-offer .head-offer-title h1 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 100;
  margin: 0;
  font-size: 4rem;
}
.header-offer .head-offer-title h3 {
  text-transform: uppercase;
  color: #c12231;
  margin: 10px 0;
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.offer-tabs {
  margin-top: -10rem;
  margin-bottom: 20rem;
}
.offer-tabs .certification-msg {
  text-align: center;
  margin-top: 4rem;
}
.offer-tabs .certification-msg button {
  background: transparent;
  border: none;
  color: #c12231;
}
.offer-tabs .certification-msg button:hover,
.offer-tabs .certification-msg button:active,
.offer-tabs .certification-msg button:focus {
  outline: none;
}
.offer-tabs .head-offer {
  height: 30rem;
  margin-bottom: 1rem;
}
.offer-tabs .head-offer .offer-btn {
  margin: 2rem 0;
}
.offer-tabs .content-offer.checkbox ul li {
  text-align: center;
}
.offer-tabs .content-offer .offer-btn {
  margin: 2rem 1rem 1rem 1rem;
}
.offer-tabs .content-offer ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.offer-tabs .content-offer ul li {
  padding-left: 2rem;
  padding-right: 3rem;
  height: 8rem;
  line-height: 8rem;
  text-align: left;
  position: relative;
}
.offer-tabs .content-offer ul li span {
  max-width: 90%;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
  text-align: left;
}
.offer-tabs .content-offer ul li .offer-infos {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 1.3rem;
  color: white;
  background-color: #fdaacc;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  border-radius: 50%;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  outline: none;
}
.offer-tabs .content-offer ul li .offer-infos:hover,
.offer-tabs .content-offer ul li .offer-infos:focus,
.offer-tabs .content-offer ul li .offer-infos:active {
  background-color: #c12231;
  text-decoration: none;
}
.offer-tabs .content-offer ul li:nth-child(2n) {
  background-color: #f9f9f9;
}
.offer-tabs .offer-first-tab {
  padding-right: 0;
}
.offer-tabs .offer-first-tab .wrapper-profil-pic {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 70%;
  width: 80%;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
  border: 1rem solid white;
}
.offer-tabs .offer-first-tab .wrapper-profil-pic img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.offer-tabs .offer-first-tab .content-offer ul li {
  position: relative;
}
.offer-tabs .offer-first-tab .content-offer ul li:nth-child(2n):after {
  position: absolute;
  left: 100%;
  background-color: #f9f9f9;
  content: '';
  width: 300%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.offer-tabs .classic-offer,
.offer-tabs .best-offer,
.offer-tabs .discovery-offer {
  padding: 0 .5rem;
  text-align: center;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.offer-tabs .classic-offer:hover,
.offer-tabs .best-offer:hover,
.offer-tabs .discovery-offer:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 100;
}
.offer-tabs .classic-offer:hover .offer-container,
.offer-tabs .best-offer:hover .offer-container,
.offer-tabs .discovery-offer:hover .offer-container {
  box-shadow: 0px 0px 10px #0000005c;
}
.offer-tabs .classic-offer .offer-container,
.offer-tabs .best-offer .offer-container,
.offer-tabs .discovery-offer .offer-container {
  background: white;
  border-radius: 1rem;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.offer-tabs .classic-offer .offer-container .head-offer,
.offer-tabs .best-offer .offer-container .head-offer,
.offer-tabs .discovery-offer .offer-container .head-offer {
  padding: 2rem 1rem 0 1rem;
}
.offer-tabs .classic-offer .offer-container .head-offer i,
.offer-tabs .best-offer .offer-container .head-offer i,
.offer-tabs .discovery-offer .offer-container .head-offer i {
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}
.offer-tabs .classic-offer .offer-container .head-offer i:before,
.offer-tabs .best-offer .offer-container .head-offer i:before,
.offer-tabs .discovery-offer .offer-container .head-offer i:before {
  font-size: 8rem;
}
.offer-tabs .classic-offer .offer-container .head-offer .offer-prefix-name,
.offer-tabs .best-offer .offer-container .head-offer .offer-prefix-name,
.offer-tabs .discovery-offer .offer-container .head-offer .offer-prefix-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.offer-tabs .classic-offer .offer-container .head-offer .offer-name,
.offer-tabs .best-offer .offer-container .head-offer .offer-name,
.offer-tabs .discovery-offer .offer-container .head-offer .offer-name {
  color: #c12231;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
.offer-tabs .classic-offer .offer-container .head-offer .offer-description,
.offer-tabs .best-offer .offer-container .head-offer .offer-description,
.offer-tabs .discovery-offer .offer-container .head-offer .offer-description {
  color: #787878;
  margin-top: 1rem;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.offer-tabs .classic-offer .offer-container .content-offer li span,
.offer-tabs .best-offer .offer-container .content-offer li span,
.offer-tabs .discovery-offer .offer-container .content-offer li span {
  line-height: 1.5rem;
}
.offer-tabs .classic-offer .offer-container .content-offer .icon-check,
.offer-tabs .best-offer .offer-container .content-offer .icon-check,
.offer-tabs .discovery-offer .offer-container .content-offer .icon-check {
  color: #13dc11;
}
.offer-tabs .classic-offer .offer-container .content-offer .icon-check:before,
.offer-tabs .best-offer .offer-container .content-offer .icon-check:before,
.offer-tabs .discovery-offer .offer-container .content-offer .icon-check:before {
  font-size: 3rem;
}
.offer-tabs .classic-offer .offer-container .content-offer .icon-cross,
.offer-tabs .best-offer .offer-container .content-offer .icon-cross,
.offer-tabs .discovery-offer .offer-container .content-offer .icon-cross {
  color: #a6a6a6;
}
.offer-tabs .classic-offer .offer-container .content-offer .icon-cross:before,
.offer-tabs .best-offer .offer-container .content-offer .icon-cross:before,
.offer-tabs .discovery-offer .offer-container .content-offer .icon-cross:before {
  font-size: 1.5rem;
}
.offer-tabs .classic-offer .offer-container .content-offer .offer-prices .price-wrapper,
.offer-tabs .best-offer .offer-container .content-offer .offer-prices .price-wrapper,
.offer-tabs .discovery-offer .offer-container .content-offer .offer-prices .price-wrapper {
  text-align: left;
  display: inline-block;
}
.offer-tabs .classic-offer .offer-container .content-offer .offer-prices .price,
.offer-tabs .best-offer .offer-container .content-offer .offer-prices .price,
.offer-tabs .discovery-offer .offer-container .content-offer .offer-prices .price,
.offer-tabs .classic-offer .offer-container .content-offer .offer-prices .price-coma,
.offer-tabs .best-offer .offer-container .content-offer .offer-prices .price-coma,
.offer-tabs .discovery-offer .offer-container .content-offer .offer-prices .price-coma {
  font-weight: bold;
}
.offer-tabs .classic-offer .offer-container .content-offer .offer-prices .price,
.offer-tabs .best-offer .offer-container .content-offer .offer-prices .price,
.offer-tabs .discovery-offer .offer-container .content-offer .offer-prices .price {
  font-size: 6rem;
  line-height: 6rem;
  display: inline-block;
}
.offer-tabs .classic-offer .offer-container .content-offer .offer-prices .price-coma,
.offer-tabs .best-offer .offer-container .content-offer .offer-prices .price-coma,
.offer-tabs .discovery-offer .offer-container .content-offer .offer-prices .price-coma {
  font-size: 2rem;
  display: block;
  line-height: 22px;
}
.offer-tabs .classic-offer .offer-container .content-offer .offer-prices .price-monthly,
.offer-tabs .best-offer .offer-container .content-offer .offer-prices .price-monthly,
.offer-tabs .discovery-offer .offer-container .content-offer .offer-prices .price-monthly {
  display: block;
}
.offer-tabs .classic-offer .offer-container .offer-btn,
.offer-tabs .best-offer .offer-container .offer-btn,
.offer-tabs .discovery-offer .offer-container .offer-btn {
  color: #FFFFFF;
  display: block;
  padding: 2rem;
  border-radius: .5rem;
  text-transform: uppercase;
}
.offer-tabs .classic-offer .offer-container .offer-btn:hover,
.offer-tabs .best-offer .offer-container .offer-btn:hover,
.offer-tabs .discovery-offer .offer-container .offer-btn:hover {
  text-decoration: none;
}
.offer-tabs .classic-offer .head-offer {
  border-radius: 1rem 1rem 0 0;
}
.offer-tabs .classic-offer .offer-container .offer-btn {
  background-color: #333333;
}
.offer-tabs .best-offer {
  margin-top: -2rem;
}
.offer-tabs .best-offer .offer-container {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px #0000005c;
  z-index: 9;
}
.offer-tabs .best-offer .offer-container .head-offer i {
  color: #c12231;
}
.offer-tabs .best-offer .offer-container .offer-btn {
  background-color: #c12231;
}
.offer-tabs .best-offer .head-offer:before {
  content: '-15%';
  position: absolute;
  right: 20px;
  top: -10px;
  background-color: #c12231;
  color: white;
  padding: 0px 10px;
  height: 50px;
  border-radius: 0px 5px 5px 5px;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  z-index: 3;
  box-shadow: 0px 0px 7px #000000ad;
}
.offer-tabs .best-offer .head-offer:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 68px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 9px;
  border-color: transparent transparent #941d25 transparent;
  z-index: 2;
}
.offer-tabs .premium-offer .head-offer:before {
  content: '-20%';
  position: absolute;
  right: 20px;
  top: -10px;
  background-color: #c12231;
  color: white;
  padding: 0px 10px;
  height: 50px;
  border-radius: 0px 5px 5px 5px;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  z-index: 3;
  box-shadow: 0px 0px 7px #000000ad;
}
.offer-tabs .premium-offer .head-offer:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 68px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 9px;
  border-color: transparent transparent #941d25 transparent;
  z-index: 2;
}
.offer-tabs .discovery-offer {
  margin-top: -2rem;
}
.offer-tabs .discovery-offer .offer-container .head-offer .offer-name {
  color: #13dc11 !important;
}
.offer-tabs .discovery-offer .offer-container .head-offer i {
  color: #333333 !important;
}
.offer-tabs .discovery-offer .head-offer:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 63px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 9px;
  border-color: transparent transparent #12a111 transparent;
  z-index: 2;
}
.offer-tabs .discovery-offer .head-offer:before {
  content: '24H';
  position: absolute;
  right: 20px;
  top: -10px;
  background-color: #13dc11;
  color: white;
  padding: 0 10px;
  height: 50px;
  border-radius: 0 5px 5px 5px;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  z-index: 3;
  box-shadow: 0 0 7px #000000ad;
}
.offer-tabs .discovery-offer .offer-container {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 10px #0000005c;
  z-index: 9;
}
.offer-tabs .discovery-offer .offer-container .head-offer i {
  color: #c12231;
}
.offer-tabs .discovery-offer .offer-container .offer-btn {
  background: #13dc11;
}
.content-collapse.collapse {
  display: block;
}
@media screen and (max-width: 992px) {
  .offer-tabs .head-offer {
    height: 23rem;
  }
  .offer-tabs .content-offer ul li {
    text-align: center;
  }
  .offer-tabs .content-offer ul li span {
    text-align: center;
    padding-top: 1rem;
  }
  .offer-tabs .content-offer ul li .offer-infos {
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  .content-collapse.collapse {
    display: none;
  }
  .content-collapse.collapse.in {
    display: block;
  }
  .wrapper-offer {
    background: url("../css/img/background-abo.2cdf58992c08.jpg") no-repeat center bottom;
    background-size: cover;
    background-position: 0 60%;
  }
  .wrapper-offer .header-offer {
    background: transparent;
    height: auto;
  }
  .wrapper-offer .header-offer .navbar-brand {
    width: 20rem;
  }
  .wrapper-offer .header-offer .head-offer-title {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .wrapper-offer .header-offer .head-offer-title h1 {
    font-size: 2rem;
  }
  .wrapper-offer .header-offer .head-offer-title h3 {
    font-size: 1.5rem;
  }
  .offer-tabs {
    margin-top: 0;
  }
  .offer-tabs.visible-xs {
    display: flex !important;
    flex-wrap: wrap;
  }
  .offer-tabs.visible-xs .discovery-offer {
    order: 0;
  }
  .offer-tabs.visible-xs .classic-offer {
    order: 1;
  }
  .offer-tabs.visible-xs .classic-offer:first-child {
    order: -1;
  }
  .offer-tabs .certification-msg {
    color: white;
  }
  .offer-tabs .best-offer,
  .offer-tabs .classic-offer,
  .offer-tabs .discovery-offer {
    margin-top: 1rem;
  }
  .offer-tabs .best-offer .offer-container,
  .offer-tabs .classic-offer .offer-container,
  .offer-tabs .discovery-offer .offer-container {
    box-shadow: 0px 0px 10px #0000005c;
  }
  .offer-tabs .best-offer:hover,
  .offer-tabs .classic-offer:hover,
  .offer-tabs .discovery-offer:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 100;
  }
  .offer-tabs .head-offer {
    margin: 0 1rem 1rem 1rem !important;
    text-align: left;
    height: auto !important;
  }
  .offer-tabs .head-offer i {
    display: none !important;
  }
  .offer-tabs .head-offer .offer-name-wrapper {
    display: inline-block;
  }
  .offer-tabs .head-offer .offer-name-wrapper .offer-prefix-name {
    margin-left: 2px;
    font-size: 1.2rem;
  }
  .offer-tabs .head-offer .offer-name-wrapper .offer-name {
    font-size: 3rem;
  }
  .offer-tabs .head-offer .offer-prices {
    float: right;
    margin-top: 1.4rem;
  }
  .offer-tabs .head-offer .offer-prices .price {
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    line-height: 3rem;
  }
  .offer-tabs .head-offer .offer-prices .price-wrapper {
    display: inline-block;
    text-align: left;
  }
  .offer-tabs .head-offer .offer-prices .price-wrapper .price-monthly {
    display: block;
    font-size: 1.1rem;
  }
  .offer-tabs .head-offer .offer-prices .price-wrapper .price-coma {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .offer-tabs .head-offer:before {
    line-height: 40px !important;
    height: 40px !important;
  }
  .offer-tabs .content-offer .see-more-offer {
    width: 100%;
    padding-bottom: 1rem;
    background: transparent;
    border: none;
    font-size: 1.1rem;
  }
  .offer-tabs .content-offer .see-more-offer:hover,
  .offer-tabs .content-offer .see-more-offer:focus,
  .offer-tabs .content-offer .see-more-offer:active {
    outline: none;
  }
}
.gifts .show-gift-saved {
  width: auto;
  display: inline-flex;
  background-color: #941d25;
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #c12231;
  border-radius: 5px;
  position: relative;
  line-height: 1rem;
  text-align: left;
  vertical-align: unset;
  margin-left: 2rem;
  color: #FFFFFF;
}
.gifts .show-gift-saved span {
  vertical-align: text-bottom;
  text-transform: none !important;
}
.gifts .show-gift-profil {
  width: max-content;
  display: block;
  background-color: #c12231;
  padding: 14px;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  text-align: left;
  color: white;
  margin-bottom: 20px;
}
.gifts .save {
  background-color: #c12231;
  margin-left: 20px;
}
.gifts .flex .input-form {
  margin-right: 20px;
}
.gifts button {
  background: none;
  border: none;
  color: white;
  vertical-align: sub;
}
.gifts .fa-gift::before {
  font-style: normal;
  padding-right: 1rem;
}
.gifts .fa-gifts::before {
  font-style: normal;
  padding-right: 1rem;
}
@font-face {
  font-family: 'jmnet-gift';
  src: url("../css/fonts/jmnet-gift/jmnet-gift.a67e02743e92.eot");
  src: url("../css/fonts/jmnet-gift/jmnet-gift.a67e02743e92.eot") format('embedded-opentype'), url("../css/fonts/jmnet-gift/jmnet-gift.22bce6c26076.ttf") format('truetype'), url("../css/fonts/jmnet-gift/jmnet-gift.1096609b222c.woff") format('woff'), url("../css/fonts/jmnet-gift/jmnet-gift.1d9a494a89ea.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.gifts .jmneticon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jmnet-gift' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gifts .icon-times:before {
  content: "\e900";
  font-style: normal;
  padding: 0rem;
}
.gifts .icon-check:before {
  content: "\e901";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-save:before {
  content: "\e902";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-clipboard-list-check:before {
  content: "\e903";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-user-alt:before {
  content: "\e904";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-lock:before {
  content: "\e905";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-users:before {
  content: "\e906";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-gifts:before {
  content: "\e907";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-paper-plane:before {
  content: "\e908";
  font-style: normal;
  padding-right: 1rem;
}
.gifts .icon-noun_add_738875:before {
  content: "\e909";
}
.gifts [class^="icon-"]:before,
.gifts [class*=" icon-"]:before,
.gifts [class^="icon-"] span,
.gifts [class*=" icon-"] span {
  font-family: 'jmnet-gift' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gifts .filters {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.gifts .filters p {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  text-align: left;
  display: inline-block;
  font-family: 'Open Sans', sans-serif !important;
}
.gifts .flex {
  display: flex;
  flex-wrap: wrap;
}
.gifts .fill {
  border-radius: 4px;
  width: 100%;
  display: block;
}
.gifts .img-wrapper {
  height: 300px;
  width: 200px;
  object-fit: fill;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.gifts .img-wrapper span {
  color: #c12231;
}
.gifts .delete-btn {
  background-color: #c12231;
  position: absolute;
  padding: 1px 4px 0px 4px;
  border-radius: 4px;
  top: 15px;
  right: 15px;
  z-index: 4;
  box-shadow: 0px 0px 26px #00000040;
  visibility: hidden;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  transform: scale(0);
}
.gifts .delete-btn i {
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}
.gifts .wishlist-item-wrapper:hover .delete-btn {
  visibility: visible;
  transform: scale(1);
}
.gifts .wrapper-filePreview {
  display: flex;
  flex-wrap: wrap;
}
.gifts label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: normal;
  padding-right: 10px;
}
.gifts .wishlist-item-wrapper {
  border-radius: 5px;
  overflow: hidden;
  width: 16.66%;
  padding: 0 1rem;
  padding-bottom: 1.2rem;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
}
.gifts .wishlist-item-wrapper p {
  position: relative;
  color: white;
  text-align: center;
  z-index: 3;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.gifts .wishlist-item-wrapper .text-main-color {
  color: #c12231;
}
.gifts .sortable-chosen {
  cursor: grabbing;
}
.gifts .wishlist-item-wrapper:hover .delete-btn {
  visibility: visible;
  transform: scale(1);
}
.gifts .wishlist-item-wrapper:hover .add-wishlist {
  visibility: visible;
  transform: scale(1);
}
.gifts .wishlist-item {
  position: relative;
}
.gifts .product-description {
  position: absolute;
  width: 200px;
  text-align: center;
  margin-top: 242px;
  z-index: 3;
}
.gifts .product-description .gift-name {
  color: white;
  text-align: center;
  z-index: 3;
  font-weight: bold;
}
.gifts .product-description .amount {
  font-weight: normal;
}
.gifts .add-wishlist {
  color: white;
  position: absolute;
  box-shadow: 0px 0px 26px #00000040;
  z-index: 4;
  padding: 5px;
  text-decoration: none;
  background-color: #c12231;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  visibility: hidden;
  transform: scale(0);
  top: 15px;
  right: 25px;
}
.gifts .real {
  text-align: center;
  font-weight: bold;
  position: absolute !important;
  background-color: #c12231;
  z-index: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  color: white;
  width: max-content;
  margin: 0 auto;
  font-size: 1rem !important;
  top: 15px;
  left: 15px;
}
.gifts .item-order {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: right;
  list-style: none;
}
.gifts .wishlist-item-wrapper:hover {
  transform: scale(1.06);
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
}
.gifts .form-style form .checkbox-group .checkbox-wrap [type="radio"]:not(:checked) + label:before,
.gifts .form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label:before,
.gifts .form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:not(:checked) + label:before,
.gifts .form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.gifts .form-style form .checkbox-group .checkbox-wrap [type="radio"]:not(:checked) + label:after,
.gifts .form-style form .checkbox-group .checkbox-wrap [type="radio"]:checked + label:after,
.gifts .form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:not(:checked) + label:after,
.gifts .form-style form .checkbox-group .checkbox-wrap [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: #EE107E;
  font-size: 14px;
  border-radius: 5px;
  transition: all .2s;
}
.gifts .main-content {
  display: flex;
  flex-direction: column-reverse;
}
.gifts .show-gift-saved span {
  line-height: normal;
}
.gifts .row {
  margin-right: 0px;
  margin-left: 0px;
}
.gifts .flex-selection {
  display: flex;
}
.gifts .background-gradient-selection {
  background: #000000;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  height: 300px;
  width: 200px;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gifts .selected-gift-wrapper {
  padding-right: 20px;
}
.gifts .selected-gift-wrapper .img-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gifts .selected-gift-wrapper p {
  text-align: center;
  color: #FFFFFF;
  position: relative;
  top: -63px;
  z-index: 10;
  max-width: 200px;
}
.gifts .selected-gift-wrapper p span {
  color: #c12231;
  font-size: 2rem;
  font-weight: bold;
}
.gifts .label-title {
  color: #5d5d5d;
  font-size: 1.5rem;
  padding-bottom: 15px;
  font-weight: normal;
}
.gifts .border-radius {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gifts .private-message {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFFFFF;
  background-color: #c12231;
  background-image: none;
  border-radius: 4px;
  border-color: #941d25;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.gifts ::placeholder {
  color: #FFFFFF;
  opacity: 0.4;
}
.gifts :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
}
.gifts ::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
}
.gifts .private-message:focus {
  border-color: #c12231;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #941d25, 0 0 8px #c12231;
  box-shadow: inset 0 1px 1px #941d25, 0 0 8px #c12231;
}
.gifts .validate {
  padding: 15px;
  margin-right: 15px;
  background-color: #c12231 !important;
  border-radius: 4px;
  transition: ease-out;
  transition-duration: 0.3s;
}
.gifts .validate ::before {
  padding-right: 5px;
}
.gifts .validate:hover {
  background-color: #941d25 !important;
  transition: ease-out;
  transition-duration: 0.3s;
}
.gifts .return {
  padding: 15px;
  background-color: #333333 !important;
  border-radius: 4px;
  transition: ease-out;
  transition-duration: 0.3s;
}
.gifts .return ::before {
  padding-right: 5px;
}
.gifts .return i {
  padding-right: 5px;
}
.gifts .return:hover {
  background-color: #1A1A1A !important;
  transition: ease-out;
  transition-duration: 0.3s;
}
.gifts .form-group.anonymous-settings {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px #333333 solid;
}
.gifts .label-confidentiality {
  padding: 10px 15px 10px 15px;
  background-color: #c12231;
  border-radius: 4px;
  border: #941d25 1px solid;
  margin-right: 20px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.51);
}
.gifts input[type="radio"] {
  display: none;
}
.gifts input[type="radio"]:checked + .label-confidentiality {
  background-color: #c12231 !important;
  color: #FFFFFF;
}
.gifts .label-confidentiality {
  background-color: #941d25;
  transition: all 250ms ease;
  will-change: transition;
  text-align: center;
  cursor: pointer;
}
.gifts .gift-alert {
  max-width: 655px;
  color: #5d5d5d;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.gifts .contest-filters select {
  background-color: #941d25;
}
.gifts .wishlist-filters {
  display: flex;
  flex-wrap: wrap;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #for_him + label span:before {
  content: "\f222";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: bold;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #for_her + label span:before {
  content: "\f221";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: bold;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #wishlist + label span:before {
  content: "\f004";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: normal;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group input + label {
  display: block;
}
.gifts .wishlist-filters .form-input-wrapper .form-group input + label {
  padding: 1rem 1.5rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gifts .wishlist-filters .form-input-wrapper .form-group input {
  display: none;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group input:checked + label span,
.gifts .wishlist-filters .wishlist-filters .form-input-wrapper .sex-group .form-group input:checked + label span:before {
  color: white !important;
}
.gifts .wishlist-filters filters .form-input-wrapper .sex-group .form-group #for_her + label:after {
  background: #ee5181;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #for_her + label span {
  font-size: 0;
  color: #ee5181;
}
.gifts .wishlist-filters .wishlist-filters .form-input-wrapper .sex-group .form-group input:checked + label span,
.gifts .wishlist-filters .wishlist-filters .form-input-wrapper .sex-group .form-group input:checked + label span:before {
  color: white !important;
}
.gifts .wishlist-filters filters .form-input-wrapper .sex-group .form-group #wishlist + label:after {
  background: #ff2f2a;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #wishlist + label span {
  font-size: 0;
  color: #ff2f2a;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #wishlist + label:after {
  background: #ff2f2a;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #for_him + label:after {
  background: #348fcf;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #for_him + label span {
  font-size: 0;
  color: #348fcf;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group input:checked + label span,
.gifts .wishlist-filters .wishlist-filters .form-input-wrapper .sex-group .form-group input:checked + label span:before {
  color: white !important;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group input + label span:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
  font-weight: bold;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group input + label span {
  position: relative;
  z-index: 2;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group input:checked + label:after {
  height: 100%;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group input + label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  z-index: 1;
}
.gifts .wishlist-filters .form-input-wrapper .sex-group .form-group #for_her + label:after {
  background: #ee5181;
}
.gifts .wishlist-filters .sex-group {
  display: flex;
}
.gifts i {
  font-style: normal;
}
.gifts .form-input-wrapper {
  display: flex;
  height: 40px;
}
.gifts .form-select-wrapper {
  display: flex;
}
.gifts .form-group.sex-group {
  margin-bottom: 0px;
}
.gifts .form-group:first-child {
  padding-bottom: 15px;
}
.gifts .flex-column {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1rem;
}
.gifts .step-2 .label-control {
  padding-bottom: 15px;
}
.gifts .step-2 .validate {
  margin-bottom: 15px;
}
.gifts .step-2 .return {
  margin-bottom: 15px;
}
.gifts .step-2 .form-group {
  margin: 0;
}
.gifts .step-1 .wishlist-item-wrapper {
  cursor: pointer;
}
.gifts .step-1 .profile-gifts {
  display: flex;
  flex-direction: column;
}
.gifts .step-1 #gift-for {
  margin-bottom: 10px;
}
.gifts .step-1 #filters-type {
  margin-bottom: 20px;
}
.gifts .no-product {
  display: block;
  background-color: #c12231;
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  line-height: normal;
  text-align: left;
  color: #FFFFFF;
}
.gifts .no-product p {
  margin: 0;
  text-align: center;
}
.gifts .about-gift {
  display: flex;
}
.gifts .gift-center {
  display: flex;
  justify-content: center;
}
.gifts .gift-alert .fa-info {
  padding-right: 10px;
  font-size: 1.6rem;
}
.gifts .select-wrapper-contrib {
  background-color: #333333;
  margin-right: 0px;
  margin-left: 5px;
}
.gifts .select-wrapper-contrib select {
  width: auto;
}
.gifts .show-profile {
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.gifts .show-profile .input-form {
  margin-right: 0px;
  text-align: center;
}
.gifts .show-profile .save {
  text-align: center;
}
.gifts .gifts .wishlist-item-wrapper {
  margin-right: 0px;
}
.gifts .wishlist-filters .form-group {
  border-radius: 4px;
  overflow: hidden;
  height: 39px;
}
.gifts .wishlist-filters .form-group:nth-child(-n+2) {
  margin-right: 5px;
}
@media screen and (max-width: 3000px) {
  .gifts .wishlist-item-wrapper {
    width: 16.6%;
  }
}
@media screen and (max-width: 1900px) {
  .gifts .wishlist-item-wrapper {
    width: 24.999%;
  }
}
@media screen and (max-width: 1400px) {
  .gifts .wishlist-item-wrapper {
    width: 32.999%;
  }
}
@media screen and (max-width: 1200px) {
  .gifts .wishlist-item-wrapper {
    width: 49.999%;
  }
}
@media screen and (max-width: 1048px) {
  .gifts .wishlist-item-wrapper {
    width: 49.999%;
  }
}
@media screen and (max-width: 767px) {
  .gifts .center-mobile {
    justify-content: center !important;
  }
  .gifts .filters {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .gifts .show-gift-profil {
    width: 100%;
  }
  .gifts .form-select-wrapper {
    display: block;
  }
  .gifts .form-select-wrapper .select-wrapper-contrib select {
    width: 100%;
  }
  .gifts .save {
    margin-left: 0px !important;
  }
  .gifts .show-profile.flex .input-form {
    margin-right: 0px !important;
  }
  .gifts .filters.flex {
    justify-content: center;
  }
}
@media screen and (max-width: 369px) {
  .gifts .center-mobile {
    justify-content: center !important;
  }
  .gifts .filters {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1250px) {
  .gifts .wishlist-items {
    justify-content: flex-start;
    margin-right: 0px;
  }
  .gifts .flex.products {
    justify-content: center;
  }
  .gifts .wishlist-filters {
    flex-wrap: wrap;
    background: transparent;
    width: 100%;
  }
  .gifts .wishlist-filters .form-select-wrapper,
  .gifts .wishlist-filters .wishlist-filters .form-input-wrapper {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-top: 10px;
    justify-content: space-evenly;
  }
  .gifts .wishlist-filters .form-input-wrapper .sex-group {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  .gifts .form-input-wrapper .sex-group .form-group {
    width: 50%;
    text-align: center;
  }
  .gifts .gifts .form-input-wrapper {
    display: flex;
    height: 39px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
  }
  .gifts .gifts .wishlist-filters {
    flex-wrap: wrap;
    background: transparent;
    width: 100%;
    height: 100%;
  }
  .gifts .gifts .wishlist-filters .form-input-wrapper .sex-group {
    width: 100%;
    height: 100%;
  }
  .gifts .form-input-wrapper {
    display: flex;
    height: 39px;
    width: 100%;
    border-radius: 4px;
  }
  .gifts .input-form {
    margin-right: 20px;
  }
}
@media screen and (max-width: 460px) {
  .gifts .input-form {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 479px) {
  .gifts .flex-selection {
    flex-direction: column;
  }
  .gifts .form-group.anonymous-settings {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gifts .form-group.anonymous-settings .label-confidentiality {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .gifts .wrapper-left {
    display: none;
  }
  .gifts .offer-section {
    display: grid;
  }
  .gifts .offer-section .validate {
    margin-right: 0;
  }
  .gifts .delete-btn {
    animation-duration: 0.1;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .gifts .add-wishlist {
    animation-duration: 0.1;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    right: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
  }
  .gifts .filters p {
    text-align: center;
  }
}
/* HISTORIQUE DES TRANSACTIONS */
.history-trans i {
  margin-right: 10px;
  font-style: normal;
}
.history-trans .transaction a i {
  margin: 3px 3px;
}
.history-trans .filters {
  margin-bottom: 20px;
}
.history-trans .filters .balance {
  color: #941d25;
}
.history-trans #add-credits {
  background-color: #c12231;
  border-color: #941d25;
  padding: 1rem 2rem 1rem 2rem;
}
.history-trans .transaction {
  background-color: #1A1A1A;
  border-radius: 4px;
  margin: 0px 00px 20px 0px;
  padding: 20px;
  color: white;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.history-trans .transaction .amount {
  padding: 5px;
  color: #FFFFFF;
  background-color: #c12231;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  width: max-content;
}
.history-trans .transaction .minus {
  padding: 5px;
  color: #FFFFFF;
  background-color: #ff313b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  width: 100px;
  text-align: center;
  margin-right: 20px;
}
.history-trans .transaction .plus {
  padding: 5px;
  color: #FFFFFF;
  background-color: #5fbd63;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  width: 100px;
  text-align: center;
  margin-right: 20px;
}
.history-trans .transaction:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.history-trans .transaction .date {
  padding: 5px;
  background-color: #333333;
  border-radius: 4px;
  margin-right: 10px;
}
.history-trans .transaction .detail-transaction {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 90%;
  align-items: center;
}
.history-trans .list-transactions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
}
.history-trans .list-transactions p {
  margin: 0;
  position: relative;
  font-size: 1em;
  color: #FFFFFF;
  padding: 0;
  line-height: normal;
}
.history-trans .gift-link {
  cursor: pointer;
}
.history-trans p {
  margin: 0;
  position: relative;
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: normal;
}
.history-trans .flex {
  display: flex;
}
.history-trans .flex .balance-add {
  margin-right: 20px;
}
.history-trans a {
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1490px) {
  .history-trans .history-trans {
    text-align: center;
  }
  .history-trans .history-trans {
    justify-content: center;
    display: inline;
  }
  .history-trans .transaction {
    margin-bottom: 20px;
    margin-right: 0px !important;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .history-trans .transaction .detail-transaction {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .history-trans .transaction .date {
    margin-bottom: 10px;
    margin-right: 0px !important;
  }
  .history-trans .transaction .amount {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .history-trans .transaction p {
    text-align: center;
  }
  .history-trans .filters h2 {
    justify-content: center;
    flex-direction: column;
    margin-right: 10px;
  }
  .history-trans .history-trans span.balance-title {
    margin-left: 0px;
    margin-top: 10px;
  }
  .history-trans .balance-add {
    margin-right: 0px !important;
  }
  .history-trans .balance-title {
    margin-left: 0px;
    margin-top: 10px;
  }
  .history-trans .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .history-trans .filters {
    text-align: center;
    color: #FFFFFF;
  }
}
.purchase .filters {
  margin-bottom: 20px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.purchase i {
  margin-right: 10px;
  font-style: normal !important;
  font-size: larger;
}
.purchase .amount {
  padding: 5px;
  color: #FFFFFF;
  background-color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
}
.purchase p {
  padding: 0px 0px 10px 0px;
  color: #e3e3e3;
}
.purchase button {
  background-color: #c12231;
  color: #FFFFFF;
  padding-right: 7vw;
  padding-left: 7vw;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 0px;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.purchase button:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  cursor: pointer;
  background-color: #941d25;
}
.purchase .offers-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .purchase {
    text-align: center;
  }
  .purchase .access-informations {
    display: flex;
    flex-direction: column-reverse;
  }
  .purchase p {
    padding: 0px 0px 10px 0px;
  }
  .purchase .offers-btn {
    display: block;
  }
  .purchase button {
    margin-right: 0px;
  }
}
.content.container-fluid .wrapper-middle,
.content.container .wrapper-middle {
  position: relative;
  width: auto;
  overflow: hidden;
  float: none;
  padding-right: 30rem;
  padding-left: 2rem;
}
.content.container-fluid .wrapper-left,
.content.container .wrapper-left {
  padding-left: 1.5rem;
  padding-right: 0;
  width: 30rem;
  float: left;
}
.content.container-fluid .wrapper-middle,
.content.container .wrapper-middle {
  position: relative;
  width: auto;
  overflow: hidden;
  float: none;
  padding-right: 288px;
  padding-left: 2rem;
}
@media screen and (max-width: 1048px) {
  .content.container-fluid .wrapper-middle,
  .content.container .wrapper-middle {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content.container-fluid .wrapper-middle,
  .content.container .wrapper-middle {
    padding-top: 10px;
  }
}
/* PAGE ENVOI ET CADEAUX */
.detail-gift .about-gift {
  max-width: 855px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.detail-gift .about-gift p {
  color: #FFFFFF;
  text-decoration: none;
}
.detail-gift .about-gift img {
  width: 200px;
  height: 300px;
}
.detail-gift i {
  font-style: normal;
  padding-right: 10px;
}
.detail-gift #-desc {
  padding: 1rem 1rem 2rem 1.2rem;
}
.detail-gift #filter-1 {
  margin-right: 20px;
  padding-right: 10px;
}
.detail-gift .infos p {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: normal;
  word-break: break-word;
  white-space: unset;
  text-align: justify-all;
  text-align: center;
}
.detail-gift .infos strong {
  color: #c12231;
}
.detail-gift .credit-history p {
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  text-align: center;
  line-height: 2;
}
.detail-gift .credit-history a {
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  background-color: #c12231;
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  text-align: center;
}
.detail-gift .credit-history div {
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.detail-gift .credit-history div :hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  cursor: pointer;
}
.detail-gift #filter-2 {
  background-color: #c12231;
  border-color: #941d25;
  width: auto;
}
.detail-gift #filter-2 p {
  margin: 0px;
}
.detail-gift #filter-2 a {
  color: #FFFFFF;
}
.detail-gift .flex {
  display: flex;
}
.detail-gift .flex img {
  display: block;
  border-radius: 4px;
}
.detail-gift .description-container {
  margin-left: 20px;
}
.detail-gift .filters {
  width: auto;
  display: block;
  background-color: #1A1A1A;
  padding: 1rem 1rem 1rem 1.2rem;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  line-height: 2rem;
  text-align: left;
}
.detail-gift .gift-message {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.detail-gift .gift-message p {
  color: #5d5d5d;
  padding: 12px;
  white-space: normal;
}
.detail-gift .pay .gift-alert {
  color: #5d5d5d;
}
.detail-gift .pay .pay-gift {
  color: white;
  background-color: #48cb63;
  position: absolute;
  top: inherit;
  bottom: -15px;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 22%;
  right: 22%;
}
@media (max-width: 1280px) {
  .detail-gift .flex {
    display: flex;
    flex-direction: column;
  }
  .detail-gift .description-container {
    margin-left: 0px;
  }
  .detail-gift img {
    display: flex;
    width: 75%;
    margin: 20px auto;
  }
  .detail-gift #filter-1 {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  .detail-gift #filter-2 {
    width: auto;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 20px;
  }
  .detail-gift #filter-2 a,
  .detail-gift #filter-2 span {
    vertical-align: sub;
    text-transform: uppercase;
  }
  .detail-gift .gift-message {
    width: 100%;
    height: auto;
  }
  .detail-gift .gift-message p {
    white-space: normal;
  }
  .detail-gift #-title {
    display: flex;
    flex-direction: column;
  }
  .detail-gift p {
    white-space: nowrap;
  }
}
.primary-color {
  color: #c12231 !important;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif !important;
}
.primary-color a {
  color: #c12231;
}
.zoom {
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom :hover {
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  cursor: pointer;
}
.background-gradient {
  background: #000000;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.border-radius {
  border-radius: 4px;
  overflow: hidden;
}
.contrib-gifts {
  margin-top: 15px;
}
.contrib-gifts .filters {
  display: flex;
  height: 62px;
  align-items: center;
  justify-content: space-between;
}
.contrib-gifts .filters h2 {
  text-transform: uppercase !important;
}
.contrib-gifts .filters .button-offer-gift {
  position: relative;
  white-space: nowrap;
}
.contrib-gifts .filters .button-offer-gift a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  background-color: #c12231;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  white-space: nowrap !important;
}
.contrib-gifts .filters .button-offer-gift i {
  text-transform: none;
  font-style: normal;
  margin-right: 10px;
}
.contrib-gifts .filters .button-offer-gift a:hover {
  background-color: #941d25;
}
.contrib-gifts .flex {
  display: flex;
  flex-direction: column;
}
.contrib-gifts .giftsCarousel {
  margin-top: 20px;
}
.contrib-gifts .giftsCarousel .owl-theme .gift-description {
  position: absolute;
  display: block;
  bottom: 60px;
  height: 0px;
  z-index: 4;
  width: 200px;
}
.contrib-gifts .giftsCarousel .owl-theme .gift-description .real {
  text-align: center;
  font-weight: bold;
  position: relative !important;
  background-color: #c12231;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  color: white;
  width: max-content;
  margin: 0 auto;
  font-size: 1rem !important;
}
.contrib-gifts .giftsCarousel .owl-theme .custom-nav {
  position: relative;
  top: -69px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.contrib-gifts .giftsCarousel .owl-theme .custom-nav .owl-prev,
.contrib-gifts .giftsCarousel .owl-theme .custom-nav .owl-next {
  position: absolute;
  padding: 30px;
  color: inherit;
  background: none;
  border: none;
  z-index: 10;
}
.contrib-gifts .giftsCarousel .owl-theme .custom-nav .owl-prev i,
.contrib-gifts .giftsCarousel .owl-theme .custom-nav .owl-next i {
  font-size: 3.2rem;
  color: #cecece;
  text-shadow: black 0px 0px 20px;
}
.contrib-gifts .giftsCarousel .owl-theme .custom-nav .owl-prev {
  left: 20px;
}
.contrib-gifts .giftsCarousel .owl-theme .custom-nav .owl-next {
  right: 20px;
}
.contrib-gifts .giftsCarousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #941d25;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.contrib-gifts .giftsCarousel .owl-dots .active span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #c12231;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.contrib-gifts .giftsCarousel .owl-dots {
  display: inline-flex;
}
.contrib-gifts .giftsCarousel .owl-controls {
  text-align: center;
  margin-top: 15px;
}
.contrib-gifts .gift-section {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  margin: 0 !important;
}
.contrib-gifts .gift-section p {
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
}
.contrib-gifts .gift-section a {
  text-decoration: none;
}
.contrib-gifts .gift-section .bottom {
  margin-bottom: 15px;
}
.contrib-gifts .gift-section .gift {
  display: contents;
}
.contrib-gifts .gift-section .gift .gift-picture {
  width: 200px;
  height: 300px;
}
.contrib-gifts .gift-section .gift .gift-picture .picture {
  background: url("http://placeimg.com/200/300/any") no-repeat center;
  width: 100%;
  height: 100%;
}
.contrib-gifts .gift-section .gift .gift-name {
  max-width: 200px;
  clear: inline-start;
  position: absolute;
  bottom: 8.5%;
  z-index: 3;
  width: 200px;
}
.contrib-gifts .gift-section .gift img {
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .contrib-gifts .filters {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
  .contrib-gifts .filters .button-offer-gift {
    margin-top: 10px;
    white-space: nowrap !important;
    flex-wrap: nowrap;
  }
  .contrib-gifts .owl-theme .owl-prev,
  .contrib-gifts .owl-theme .owl-next {
    right: auto;
    left: auto;
    padding: 30px 0px 30px 0px !important;
  }
}
@media (max-width: 767px) {
  .contrib-gifts .custom-nav.owl-nav {
    top: -250px !important;
  }
}
.contrib-gifts .empty {
  margin-top: 70px;
  margin-bottom: 90px;
}
.contrib-gifts .empty .title {
  font-weight: bold;
  font-size: 3rem;
  color: #FFFFFF;
  margin-bottom: 5px;
  padding-top: 0px;
}
.contrib-gifts .empty .message {
  font-weight: normal;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.contrib-gifts .empty a {
  text-decoration: none;
}
.contrib-gifts .empty .button {
  display: inline-block;
  padding: 20px;
  background-color: #c12231;
  border-radius: 4px;
  margin-top: 20px;
  color: #FFFFFF;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.contrib-gifts .empty .button:hover {
  background-color: #941d25;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.profile-gifts {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.profile-gifts .filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  flex-wrap: wrap;
}
.profile-gifts .filters h2 {
  text-transform: uppercase !important;
  margin-bottom: 15px;
}
.profile-gifts .filters .button-offer-gift {
  position: relative;
  white-space: nowrap;
}
.profile-gifts .filters .button-offer-gift a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  background-color: #c12231;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
}
.profile-gifts .filters .button-offer-gift i {
  text-transform: none;
  font-style: normal;
  margin-right: 10px;
}
.profile-gifts .button-offer-gift a:hover {
  background-color: #941d25;
}
.profile-gifts .background-gradient {
  border-radius: 4px;
}
.profile-gifts .flex {
  display: flex;
  flex-direction: column;
}
.profile-gifts .owl-carousel owl-stage-outer {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.profile-gifts .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #941d25;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.profile-gifts .owl-carousel .owl-dots .active span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #c12231;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.profile-gifts .owl-carousel .owl-dots {
  display: inline-flex;
}
.profile-gifts .owl-carousel .owl-controls {
  text-align: center;
  margin-top: 15px;
}
.profile-gifts .wishlist {
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 10px;
}
.profile-gifts .wishlist .filters {
  border: 1px solid transparent;
}
.profile-gifts .wishlist .wishlistCarousel {
  padding-top: 70px;
}
.profile-gifts .wishlist .wishlistCarousel .owl-controls {
  bottom: 10px;
}
.profile-gifts .wishlist .wishlistCarousel .owl-theme .custom-nav {
  position: relative;
  top: -60px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.profile-gifts .wishlist .wishlistCarousel .owl-theme .custom-nav .owl-prev,
.profile-gifts .wishlist .wishlistCarousel .owl-theme .custom-nav .owl-next {
  position: absolute;
  padding: 30px;
  color: inherit;
  background: none;
  border: none;
  z-index: 10;
}
.profile-gifts .wishlist .wishlistCarousel .owl-theme .custom-nav .owl-prev i,
.profile-gifts .wishlist .wishlistCarousel .owl-theme .custom-nav .owl-next i {
  font-size: 3.2rem;
  color: #cecece;
  text-shadow: black 0px 0px 20px;
}
.profile-gifts .wishlist .wishlistCarousel .owl-theme .custom-nav .owl-prev {
  left: 20px;
}
.profile-gifts .wishlist .wishlistCarousel .owl-theme .custom-nav .owl-next {
  right: 20px;
}
.profile-gifts .wishlist .offer-wishlist {
  color: white;
  position: absolute;
  box-shadow: 0px 0px 26px #00000040;
  z-index: 4;
  padding: 5px;
  text-decoration: none;
  background-color: #c12231;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 8px 0px 0px 134px;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  transform: scale(0);
  top: 92px;
  left: 160px;
}
.profile-gifts .wishlist .border-radius:hover .offer-wishlist {
  transform: scale(1);
}
.profile-gifts .gifts {
  border-radius: 4px;
  overflow: hidden;
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 10px;
  width: 100%;
}
.profile-gifts .gifts .filters {
  border: 1px solid transparent;
}
.profile-gifts .gifts .giftsCarousel .owl-theme .custom-nav {
  position: relative;
  top: -60px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.profile-gifts .gifts .giftsCarousel .owl-theme .custom-nav .owl-prev,
.profile-gifts .gifts .giftsCarousel .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 10;
  padding: 30px;
}
.profile-gifts .gifts .giftsCarousel .owl-theme .custom-nav .owl-prev i,
.profile-gifts .gifts .giftsCarousel .owl-theme .custom-nav .owl-next i {
  font-size: 3.2rem;
  color: #cecece;
  text-shadow: black 0px 0px 20px;
}
.profile-gifts .gifts .giftsCarousel .owl-theme .custom-nav .owl-prev {
  left: 20px;
}
.profile-gifts .gifts .giftsCarousel .owl-theme .custom-nav .owl-next {
  right: 20px;
}
.profile-gifts .gift-section {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  margin: 0px !important;
}
.profile-gifts .gift-section p {
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
}
.profile-gifts .gift-section a {
  text-decoration: none;
}
.profile-gifts .gift-section .bottom {
  margin-bottom: 15px;
}
.profile-gifts .gift-section .bold.flex a {
  width: 200px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile-gifts .gift-section .gift {
  display: contents;
}
.profile-gifts .gift-section .gift .gift-picture {
  width: 200px;
  height: 300px;
}
.profile-gifts .gift-section .gift .gift-picture .real {
  position: relative !important;
  top: 15px;
  left: -50px;
  text-align: center;
  font-weight: bold;
  background-color: #c12231;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  color: white;
  width: max-content;
  margin: 0 auto;
  font-size: 1rem !important;
}
.profile-gifts .gift-section .gift .gift-picture .picture {
  background: url("http://placeimg.com/200/300/any") no-repeat center;
  width: 100%;
  height: 100%;
}
.profile-gifts .gift-section .gift .text-see-more {
  max-width: 200px;
  clear: inline-start;
  position: absolute;
  top: 100px;
  z-index: 3;
  width: 200px;
}
.profile-gifts .gift-section .gift .gift-description {
  position: relative;
  display: block;
  bottom: 45px;
  height: 0px;
  z-index: 4;
  width: 200px;
}
.profile-gifts .gift-section .gift .gift-description .real {
  text-align: center;
  font-weight: bold;
  position: relative !important;
  background-color: #c12231;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  color: white;
  width: max-content;
  margin: 0 auto;
  font-size: 1rem !important;
}
.profile-gifts .gift-section .gift img {
  border-radius: 4px;
}
.profile-gifts .empty {
  margin-top: 70px;
  margin-bottom: 90px;
}
.profile-gifts .empty .title {
  font-weight: bold;
  font-size: 3rem;
  color: #FFFFFF;
  margin-bottom: 5px;
  padding-top: 0px;
}
.profile-gifts .empty .message {
  font-weight: normal;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.profile-gifts .empty a {
  text-decoration: none;
}
.profile-gifts .empty .button {
  display: inline-block;
  padding: 20px;
  background-color: #c12231;
  border-radius: 4px;
  margin-top: 20px;
  color: #FFFFFF;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.profile-gifts .empty .button:hover {
  background-color: #941d25;
  transition: cubic-bezier(0.27, 0.02, 0, 1) 0.6s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .profile-gifts .gifts .filters {
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile-gifts .wishlist .filters {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1600px) {
  .profile-gifts {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .profile-gifts .wishlist {
    width: 100%;
    margin-bottom: 15px;
  }
  .profile-gifts .wishlistCarousel {
    padding-top: 0px !important;
  }
  .profile-gifts .gifts {
    width: 100%;
  }
  .profile-gifts .custom-nav .owl-prev,
  .profile-gifts .custom-nav .owl-next {
    padding: 30px 0px 30px 0px !important;
    top: -200px;
  }
  .profile-gifts .custom-nav .owl-prev {
    left: 0px !important;
  }
  .profile-gifts .custom-nav .owl-next {
    right: 0px !important;
  }
  .profile-gifts .empty {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.mBottom {
  margin-bottom: 15px !important;
}
.mTop {
  margin-top: 20px;
}
.blur {
  filter: blur(20px);
}
.ellipsis {
  text-overflow: ellipsis;
  max-width: 200px;
}
.gift-section .gift .text-see-more {
  padding: 50px;
  padding-bottom: 50%;
}
.gift-section .gift .text-see-more i {
  font-size: 2rem;
  font-style: normal;
}
.credit-end {
  padding: 5px;
  background-color: rgba(255, 54, 66, 0.85);
  border-radius: 4px;
  white-space: nowrap;
  color: #FFFFFF;
}
.balance-title {
  padding: 5px;
  background-color: #333333;
  border-radius: 4px;
  white-space: nowrap;
  color: #FFFFFF;
}
/* HEADER STYLE DESKTOP */
#wrapper.menu-fixed .wrapper-second-line {
  position: fixed;
  top: -1px;
  left: -1px;
  width: 100%;
  z-index: 50;
}
#wrapper.menu-fixed .content {
  padding-top: 7rem;
}
.wrapper-sticky.chat-fixed .sidebar {
  position: fixed;
  top: 6rem;
}
.advanced-search-form {
  float: left;
  position: relative;
  margin-right: 1.5rem;
}
.advanced-search-form input {
  line-height: normal;
  padding: 1rem 11rem 1rem 1rem;
  border: none;
  width: 45rem;
  height: 5rem;
  outline: none;
  border-radius: 0.5rem;
  font-size: 1.3rem;
}
.advanced-search-form button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  line-height: 4rem;
  border: none;
  color: white;
  background-color: #c12231;
  height: 5rem;
  padding: 0 2rem;
  font-style: italic;
  border-radius: 0px 5px 5px 0px;
}
.navbar {
  margin-bottom: 0;
}
.wrapper-first-line {
  background-color: #000000;
  border-bottom: 1px solid #333333;
}
.wrapper-first-line .navbar-brand {
  background: url("../css/voyeurfrance/img/logo.e9a961bd38d0.jpg") no-repeat;
  background-size: 100%;
  width: 350px;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
}
.wrapper-first-line .fa-user {
  display: none;
}
.wrapper-first-line .navbar-right {
  line-height: 8.5rem;
  height: 8.5rem;
}
.wrapper-first-line .navbar-right .dropdown .menu-alert-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  line-height: normal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.wrapper-first-line .navbar-right .dropdown .menu-alert-icon:before {
  font-family: 'FontAwesome';
  background-color: #c12231;
  border-radius: 50%;
  color: #FFFFFF;
  padding: .7rem;
  font-size: 1rem;
  display: block;
}
.wrapper-first-line .navbar-right .dropdown .menu-alert-icon.new-comments:before {
  content: '\f075';
}
.wrapper-first-line .navbar-right .dropdown .menu-alert-icon.new-msg:before {
  content: '\f003';
}
.wrapper-first-line .navbar-right .dropdown .menu-alert-icon.new-msg.admin:before {
  background-color: #ff2f38;
}
.wrapper-first-line .navbar-right .dropdown .menu-alert-icon.mercicam-not-clicked:before {
  content: '\f03d';
}
.wrapper-first-line .navbar-right .mobile-menu li {
  display: none;
}
.wrapper-first-line .navbar-right .mobile-menu .open .dropdown-toggle,
.wrapper-first-line .navbar-right .mobile-menu .open .dropdown-toggle:hover,
.wrapper-first-line .navbar-right .mobile-menu .open .dropdown-toggle:focus {
  background-color: #1A1A1A;
}
.wrapper-first-line .navbar-right .mobile-menu .open a.dropdown-toggle:after {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  color: #333333;
  font-size: 1.8rem;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu {
  padding-left: 2rem;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu li {
  padding: 0rem 2rem;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu li:hover,
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu li:focus,
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu li:active {
  background-color: #0F0F0F;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu li:first-child a {
  border-top: 1px solid #333333;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu li.divider {
  background-color: #333333;
  margin: 1rem;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu a {
  color: #FFFFFF;
  padding: 1rem 0rem;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu a:before {
  padding-right: 2rem;
  font-size: 1.5rem;
  color: #5d5d5d;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu a.new-msg-inside {
  color: #c12231;
}
.wrapper-first-line .navbar-right .mobile-menu .dropdown-menu a.new-msg-inside:before {
  color: #c12231;
}
.wrapper-first-line .navbar-right .mobile-menu .notif-new .new {
  background: #c12231;
  text-transform: uppercase;
  border-radius: .5rem;
  padding: .5rem;
  margin-left: .5rem;
  color: white;
  font-size: 1.2rem;
}
.wrapper-first-line .navbar-right li.connect-btn {
  display: inline-block;
  margin-right: 1rem;
  line-height: normal;
  color: #5d5d5d;
}
.wrapper-first-line .navbar-right li#nav-connect a,
.wrapper-first-line .navbar-right li#nav-disconnect a {
  background-color: #1A1A1A;
  border-radius: 5px;
  text-transform: uppercase;
  color: white;
  vertical-align: baseline;
  display: inline-block;
  font-style: italic;
  border: 1px solid #333333;
  padding: 1.5rem 2rem;
}
.wrapper-first-line .navbar-right li#nav-subscribe a,
.wrapper-first-line .navbar-right li#nav-profil a {
  background-color: #c12231;
  border-radius: 5px;
  text-transform: uppercase;
  color: white;
  vertical-align: baseline;
  display: inline-block;
  font-style: italic;
  padding: 1.5rem 2rem;
}
.wrapper-first-line .navbar-right .connected-options-mobile {
  display: none;
}
.wrapper-first-line .navbar-right .connected-options {
  display: block;
}
.wrapper-first-line .navbar-right .connected-options .profil-connected {
  display: inline-block;
}
.wrapper-first-line .navbar-right .connected-options .profil-connected a {
  padding: 1rem 2rem;
  line-height: normal;
  border-radius: .5rem;
  border-right: 1px solid #333333;
  color: #FFFFFF;
  text-decoration: none;
}
.wrapper-first-line .navbar-right .connected-options .profil-connected a:hover {
  background-color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options a {
  color: #FFFFFF;
  display: block;
}
.wrapper-first-line .navbar-right .connected-options .dropdown {
  display: inline-block;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-toggle {
  padding: 0 2rem;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-toggle i {
  display: inline-block;
  vertical-align: middle;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-toggle i:before {
  font-size: 3rem;
}
.wrapper-first-line .navbar-right .connected-options .open .dropdown-toggle,
.wrapper-first-line .navbar-right .connected-options .open .dropdown-toggle:hover,
.wrapper-first-line .navbar-right .connected-options .open .dropdown-toggle:focus {
  background-color: #303030;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu {
  background-color: #1A1A1A;
  border: 1px solid #333333;
  padding: 0;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li {
  padding: 0rem 2rem;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:hover,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:focus,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:active {
  background-color: #0F0F0F;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:last-child {
  padding: 0 1rem;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:last-child a {
  padding: 1rem;
  border-top: 1px solid #333333;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li.divider {
  background-color: #333333;
  margin: 1rem;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a {
  color: #FFFFFF;
  padding: 1rem 0rem;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:before {
  padding-right: 2rem;
  font-size: 1.5rem;
  color: #5d5d5d;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:hover,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:focus,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:active {
  background-color: transparent;
  color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:hover:before,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:focus:before,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:active:before {
  color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.new-msg-inside {
  color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.new-msg-inside:before {
  color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-sign-out {
  color: #5d5d5d;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-star {
  background-color: #fe9800;
  color: #FFFFFF;
  font-weight: 600;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-star:before {
  color: #FFFFFF;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-eye {
  color: #13dc11;
  font-weight: 600;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-eye:before {
  color: #13dc11;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-eye.already-clicked {
  color: #FFFFFF;
  font-weight: normal;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-eye.already-clicked:hover,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-eye.already-clicked:focus,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-eye.already-clicked:active {
  background-color: transparent;
  color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.fa-eye.already-clicked:before {
  color: #5d5d5d;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.user-link {
  text-align: center;
}
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a.user-link span {
  color: #c12231;
  font-weight: bold;
}
.user-mobile a {
  position: relative;
}
.wrapper-second-line {
  border-bottom: 0.1rem solid #333333;
  background-color: #0F0F0F;
}
.wrapper-second-line .container-fluid {
  padding: 0;
}
.wrapper-second-line .navbar-nav {
  margin: 0;
}
.wrapper-second-line .navbar-nav li {
  border-right: 0.1rem solid #333333;
}
.wrapper-second-line .navbar-nav li a {
  padding: 1.5rem 2rem;
  color: white;
  font-size: 1.7rem;
  position: relative;
  outline: none;
}
.wrapper-second-line .navbar-nav li a:after {
  content: '';
  position: absolute;
  background-color: #c12231;
  width: 100%;
  height: 0rem;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.wrapper-second-line .navbar-nav li a.fa-search {
  color: #13dc11;
}
.wrapper-second-line .navbar-nav li a.fa-search:after {
  background-color: #13dc11 !important;
}
.wrapper-second-line .navbar-nav li a.fa-eye {
  background-color: #1f1f1f;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.wrapper-second-line .navbar-nav li a:hover,
.wrapper-second-line .navbar-nav li a:active,
.wrapper-second-line .navbar-nav li a:focus {
  color: white;
  background-color: transparent;
}
.wrapper-second-line .navbar-nav li a:hover:after,
.wrapper-second-line .navbar-nav li a:active:after,
.wrapper-second-line .navbar-nav li a:focus:after {
  height: 0.5rem;
}
.wrapper-second-line .navbar-nav li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 1rem;
}
.wrapper-second-line .navbar-nav li.upload-link {
  background-color: #c12231;
  -webkit-box-shadow: 0 0 1rem #333333 inset;
  -moz-box-shadow: 0 0 1rem #333333 inset;
  box-shadow: 0 0 1rem #333333 inset;
  text-transform: uppercase;
  border-right: 0;
  font-style: italic;
}
.wrapper-second-line .navbar-nav li.upload-link a:after {
  content: none;
}
.wrapper-second-line .navbar-nav li.active a {
  color: white;
  background-color: transparent;
}
.wrapper-second-line .navbar-nav li.active a:after {
  height: 0.5rem;
}
.wrapper-second-line .navbar-nav li.notif-new {
  overflow: hidden;
  position: relative;
}
.wrapper-second-line .navbar-nav li.notif-new .new:before {
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Open Sans";
  content: 'New';
  position: absolute;
  top: -10px;
  right: -29px;
  font-size: 1rem;
  background: #c12231;
  display: block;
  padding: 0 2.5rem 0 6rem;
  line-height: 2rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* HEADER STYLE MOBILE */
/* TABS FOR MOBILE */
#container ul {
  padding: 0;
}
#container .block-item {
  float: left;
  display: block;
  padding: 1rem 0;
}
#container .wrapper {
  overflow: hidden;
}
#container .slides,
#container .navigation {
  position: relative;
  float: left;
}
#container .navigation {
  width: 100%;
  margin: 0;
  background-color: #1A1A1A;
  border: 1px solid #333333;
}
#container .navigation .block-menu {
  float: left;
  display: inline-block;
  text-align: center;
  padding: 2rem 0;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 15px;
  color: #969696;
  border-bottom: 5px solid #1A1A1A;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
#container .navigation .block-menu.active {
  border-bottom: 5px solid #c12231;
  color: #c12231;
}
#container .navigation.scroll {
  float: none;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#container .navigation.scroll .block-menu {
  float: none;
}
#container .slides {
  padding-top: 0rem;
}
.colorBtn {
  position: relative;
}
.colorBtn:before {
  content: attr(data-plans-q-notifications);
  position: absolute;
  z-index: 2;
  border-radius: 4rem;
  display: flex;
  right: -1rem;
  align-items: center;
  justify-content: right;
  text-align: right;
  padding: 0 .70rem;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.colorBtn:hover,
.colorBtn:active,
.colorBtn:focus {
  background-color: transparent !important;
}
.colorBtn a {
  position: relative;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.colorBtn a:before {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.15+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.colorBtn a:after {
  content: none !important;
}
.colorBtn.mainBtn a {
  background: #c12231 !important;
  color: #000000 !important;
  text-shadow: none;
}
.colorBtn.mainBtn a:hover {
  background: #941d25 !important;
}
.colorBtn.redBtn:before {
  background: #00d142;
}
.colorBtn.redBtn a {
  background: #f03852 !important;
}
.colorBtn.greenBtn:before {
  background: #f03852;
}
.colorBtn.greenBtn a {
  background: #00d142 !important;
}
.colorBtn.yellowBtn:before {
  background: #00d142;
}
.colorBtn.yellowBtn a {
  background: #ffd600 !important;
}
.colorBtn.orangeBtn:before {
  background: #00d142;
}
.colorBtn.orangeBtn a {
  background: #ff9c16 !important;
  color: #1D1D1D;
  text-shadow: none;
}
.colorBtn.pinkBtn:before {
  background: #00d142;
}
.colorBtn.pinkBtn a {
  background: #ea0095 !important;
}
.colorBtn.blueBtn:before {
  background: #f03852;
}
.colorBtn.blueBtn a {
  background: #00bdfd !important;
}
.plan-q {
  padding: 1rem;
}
.plan-q[data-plans-q-notifications=""]:before {
  content: none;
}
.plan-q[data-plans-q-notifications=""] a:after {
  content: "\f054" !important;
  display: inline-block;
  font-family: "FontAwesome";
  color: white;
  margin-left: 1rem;
}
.plan-q[data-plans-q-notifications]:before {
  right: 2rem;
}
.plan-q a {
  font-size: 2.3rem;
  text-align: center;
  padding: 1.5rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 1rem;
}
.plan-q a i {
  display: inline-block;
  margin-right: 1rem;
}
/* TABS FOR MOBILE */
@media screen and (max-width: 1590px) {
  .wrapper-second-line .navbar-nav li a {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1460px) {
  .wrapper-second-line .navbar-nav li a {
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .advanced-search-form input {
    width: 35rem;
  }
  .wrapper-second-line .navbar-nav li a {
    padding: 1.5rem 1.4rem;
  }
  .wrapper-second-line .navbar-nav li a:before {
    content: none;
  }
}
@media screen and (max-width: 1120px) {
  .wrapper-second-line .navbar-nav li a {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 1030px) {
  .photo-hover {
    display: none;
  }
  .advanced-search-form {
    float: none;
    margin: 1rem;
  }
  .advanced-search-form input {
    width: 100%;
    padding: 1rem 6rem 1rem 1rem;
  }
  .menu-slider {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 100;
    border-top: 0;
  }
  .connected-options-mobile {
    display: block !important;
  }
  .connected-options {
    display: none !important;
  }
  #wrapper .content,
  #wrapper.menu-fixed .content {
    padding-bottom: 78rem;
    padding-top: 11rem;
  }
  .wrapper-first-line {
    background-color: #0F0F0F;
    border-bottom: 1px solid #333333;
  }
  .wrapper-first-line .navbar-right .connect-wrapper {
    width: 100%;
    display: inline-block;
    padding: 2rem 0;
    border-bottom: 1px solid #333333;
    background-color: #000000;
  }
  .wrapper-first-line .navbar-right .connect-wrapper li.connect-btn {
    width: 50%;
    text-align: center;
    margin: 0;
    float: left !important;
  }
  .wrapper-first-line .navbar-right .connect-wrapper li#connect-title {
    display: none;
  }
  .wrapper-first-line .navbar-right .connect-wrapper li#nav-subscribe a,
  .wrapper-first-line .navbar-right .connect-wrapper li#nav-connect a,
  .wrapper-first-line .navbar-right .connect-wrapper li#nav-disconnect a,
  .wrapper-first-line .navbar-right .connect-wrapper li#nav-profil a {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
  .wrapper-first-line .navbar-right .mobile-menu li {
    display: block;
  }
  .wrapper-first-line .navbar-right .mobile-menu li a {
    display: block;
    padding: 2rem 1rem 1rem 2rem;
    color: #FFFFFF;
    font-size: 1.7rem;
    text-decoration: none;
  }
  .wrapper-first-line .navbar-right .mobile-menu li a:hover,
  .wrapper-first-line .navbar-right .mobile-menu li a:active,
  .wrapper-first-line .navbar-right .mobile-menu li a:focus {
    color: white;
    background: #333333;
  }
  .wrapper-first-line .navbar-right .mobile-menu li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.9rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 2rem;
    color: #c12231;
  }
  .wrapper-first-line .navbar-right .mobile-menu li a:after {
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    color: #333333;
    font-size: 1.8rem;
  }
  .wrapper-first-line .wrapper-new-msg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: white;
    padding: 1rem 3rem;
  }
  .wrapper-first-line .new-msg-mobile {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .wrapper-first-line .new-msg-mobile.admin:before {
    background-color: #ff2f38;
  }
  .wrapper-first-line .new-msg-mobile:before {
    font-family: 'FontAwesome';
    content: '\f003';
    background-color: #c12231;
    border-radius: 50%;
    color: #FFFFFF;
    padding: 1rem 1.4rem;
    font-size: 2rem;
    display: block;
  }
  .wrapper-first-line .new-msg-mobile:hover,
  .wrapper-first-line .new-msg-mobile:active,
  .wrapper-first-line .new-msg-mobile:focus {
    text-decoration: none;
  }
  .wrapper-first-line .navbar-brand {
    display: inline-block;
    float: none;
  }
  #navbar2 .navbar-header {
    float: none;
    text-align: center;
  }
  #navbar2 .navbar-toggle {
    display: block;
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #navbar2 .navbar-toggle .icon-bar {
    display: block;
    width: 3rem;
    height: 0.4rem;
    border-radius: 1px;
    background-color: white;
  }
  #navbar2 .navbar-nav {
    float: none !important;
    margin: 0px -15px;
    line-height: inherit;
    height: auto;
  }
  #navbar2 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    background-color: #1A1A1A;
    border: 0;
    border-bottom: 1px solid #333333;
    padding-left: 0;
    box-shadow: none;
  }
  #navbar2 .navbar-form {
    float: none !important;
    padding: 0;
  }
  #navbar2 .navbar-nav > li {
    float: none;
  }
  /* Reposition elements affected by the sliding menu */
  #wrapper {
    position: relative;
    left: 0;
    transition: left 0.35s;
  }
  #navbar2 .navbar-collapse {
    position: fixed;
    top: 0;
    left: -40%;
    display: block;
    width: 40%;
    height: 100% !important;
    /*max-height: 100%;*/
    margin: 0;
    transition: left 0.35s;
    background-color: #0F0F0F;
    border-right: 1px solid #333333;
  }
  #navbar2 .navbar-collapse.collapsing {
    transition: left 0.35s;
  }
  #navbar2 .navbar-collapse.in {
    left: 0;
  }
  .menu-slider.in {
    overflow: hidden;
    position: relative;
  }
  html.menu-slider #wrapper {
    transition: left 0.35s;
  }
  body.menu-slider.in #wrapper {
    left: 40%;
  }
  .wrapper-second-line {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .three-tabs ul .nav-tabs {
    float: none;
    width: 32%;
    text-align: center;
  }
  .three-tabs ul .nav-tabs a span:before {
    padding-right: 0;
  }
  footer {
    height: auto;
    position: relative;
  }
  #navbar2 .navbar-collapse {
    left: -80%;
    width: 80%;
  }
  body.menu-slider.in #wrapper {
    left: 80%;
  }
  .wrapper-first-line .wrapper-new-msg {
    padding: 1rem;
  }
  .wrapper-first-line .wrapper-new-msg .new-msg-mobile:before {
    font-size: 1.5rem;
    padding: .6rem 1rem;
  }
  .wrapper-first-line .navbar-brand {
    width: 260px;
    height: 53px;
  }
  .nav-tabs {
    width: 49%;
  }
  .nav-tabs a {
    text-align: center;
  }
  .nav-tabs:last-child {
    float: right;
  }
  .nav-tabs:first-child {
    float: none;
  }
  .profil-informations .tabs {
    padding: 1rem;
  }
  .profil-informations .tabs-contributions {
    padding: 1rem 0;
  }
  .profil-informations .tabs-contributions.list-items .item .photo-hover {
    display: block;
    opacity: 1;
  }
  .list-informations .tag-name {
    text-transform: none;
    margin-bottom: 1rem;
  }
  .filters {
    padding: 1rem;
  }
  .filters h2 {
    text-align: center;
    line-height: 2.8rem;
    display: block;
  }
  .filters h2 .see-more {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-first-line .fa-user {
    padding: 2rem;
  }
  .wrapper-first-line .navbar-right .connect-wrapper {
    padding: 0.95rem 0;
  }
  .wrapper-first-line .navbar-brand {
    width: 200px;
    height: 45px;
    background-position: center;
  }
}
/* EXTRA LINK MENU*/
@media screen and (max-width: 1510px) {
  .wrapper-second-line .navbar-nav li.show-large-screen {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper-second-line .navbar-nav li.show-large-screen {
    display: block;
  }
}
@media screen and (max-width: 1115px) {
  .wrapper-second-line .navbar-nav li.show-large-screen {
    display: none;
  }
}
/* CSS TEMPORAIRE - A INTEGRER AU BON ENDROIT */
.fileUpload {
  position: relative;
  overflow: hidden;
}
.fileUpload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nb-likes {
  cursor: pointer;
}
.noty_text {
  color: #396d36;
}
body {
  background: #efefef;
}
.sidebar-profil .wrapper-profil-pic .profil-pic .hover-profil {
  background: rgba(193, 34, 49, 0.7);
}
#disclaimer .advantages .title {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#disclaimer .advantages .title img {
  max-width: 30rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.abo-steps {
  background: url("../css/voyeurfrance/img/background-abo.feccbe0cabbf.jpg") no-repeat;
  background-position: bottom;
  background-size: cover;
}
.abo-steps .form-style .form-menu ul {
  background-color: #0a172f;
}
.abo-steps .form-style .form-menu ul li a {
  color: #FFFFFF;
}
.abo-steps .form-style .form-menu ul li.current-tab a {
  color: #c12231;
}
.abo-steps .form-style form .radio-group .radio-wrap input:empty ~ label {
  border: 2px solid #c12231;
}
.abo-steps .form-style form .select-group select,
.abo-steps .form-style form .input-group input[type="text"],
.abo-steps .form-style form .input-group input[type="email"],
.abo-steps .form-style form .input-group input[type="password"] {
  border-bottom: 2px solid white;
}
.abo-steps .form-style form .input-group input:focus + label,
.abo-steps .form-style form .input-group input.has-value + label {
  color: #FFFFFF;
}
.wrapper-first-line {
  background: url("../css/voyeurfrance/img/background.c14e6035cb12.jpg") repeat center;
  border-bottom: 0.5rem solid #c12231;
}
.wrapper-first-line .container-fluid {
  padding-right: 0;
}
.wrapper-first-line .navbar-brand {
  margin: 0;
  width: 190px;
  height: 85px;
}
.wrapper-first-line .navbar-right .connect-wrapper {
  padding: 0 2rem 0 3rem;
}
.wrapper-first-line .navbar-right .connected-options a {
  color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options .profil-connected a {
  border-right: 1px solid #c12231;
  border-radius: 0;
  color: #c12231;
}
.wrapper-first-line .navbar-right .connected-options .profil-connected a:hover {
  background-color: #1A1A1A;
  border-right: 1px solid #1A1A1A;
  color: #FFFFFF;
  border-radius: .5rem;
}
.wrapper-second-line {
  border-bottom: 1px solid #c12231;
  background-color: #0e2347;
}
#navbar2 .navbar-toggle .icon-bar {
  background-color: #c12231;
}
create-content-wrapper {
  padding-right: 15px;
}
.blog-settings-ban .ban-recommandation {
  background-color: #0e2347;
}
.profil-title,
.more-filters button,
.contest-archive button,
.more-filters a,
.contest-archive a,
.filters {
  background-color: #c12231;
}
.blog-settings-ban .blog-ban-preview:before,
.user-blog-ban:before {
  border: 1.5rem solid #0e2347;
}
.create-sidebar select {
  background-color: white;
  color: #000000;
}
.create-sidebar .select-wrapper:after {
  border-color: #000000 transparent transparent transparent;
}
.create-sidebar input#id_publication_date,
.create-content input,
.blog-settings input#id_title,
.comments-section .comment-form textarea {
  background-color: #FFFFFF;
  color: #000000;
}
.comments-section,
.blog-btn,
.news-content-detail,
.blog-articles-wrapper .blog-articles,
.sidebar {
  background-color: #0e2347;
  border: 2px solid #c12231;
}
.no-result,
.blog-booster-alert,
.wrapper-no-content,
.fans .no-fans,
.create-content,
.create-sidebar,
.fan-profil,
.delete-account button,
.blog-settings,
.user-blog-list article,
.user-blog-list .comment,
.video-likes a,
.wrapper-description,
.form-style,
.advantages,
.wrapper-profil,
.form-upload-contrib .upload-contrib-infos,
.filter-open,
.contribution-selection p a,
.pagination ul a,
.premium-offers,
.premium-offers .premium:before,
.messaging-wrapper,
.form-upload-contrib .wrapper-upload,
.infos-personal-gallery,
.edit-profile .edit-user-principal,
.profil-informations ul .nav-tabs.ui-tabs-active a,
.contest-contributions ul .nav-tabs.ui-tabs-active a,
.abo-steps .abo-wrapper,
.profil-informations .tabs,
.contest-contributions .tabs,
.edit-user-account,
.recap-contrib-infos,
.upload-contrib-infos,
.admin-messages,
footer,
.wrapper-list-nav .filters a.post-contribution,
.contrib-nav,
.do-you-know-it .alert-msg,
.wrapper-first-line .navbar-right .connected-options .open .dropdown-toggle,
.wrapper-first-line .navbar-right .connected-options .open .dropdown-toggle:hover,
.wrapper-first-line .navbar-right .connected-options .open .dropdown-toggle:focus,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu,
.wrapper-first-line .navbar-right li#nav-connect a,
.wrapper-first-line .navbar-right li#nav-disconnect a,
.filters .date-filter a {
  background-color: #0e2347;
}
.sidebar-profil .profil-infos .admin-edit a,
.profil-title .admin-edit a,
.filters.contrib-title .info-contrib .nb-views,
.filters.video-text .info-contrib .nb-views,
.filters.contrib-title .info-contrib span,
.filters.video-text .info-contrib span,
.advanced-search,
.wrapper-list-nav .filters a,
.contrib-nav li a,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu a:before {
  color: #FFFFFF;
}
.premium-offers .table.table-striped > tbody > tr:nth-of-type(odd),
.members-filters,
.messaging-wrapper .mail-item:hover,
.form-upload-contrib .upload-contrib-infos .wrapper-infos-column .before-input .picto,
.form-upload-contrib .wrapper-upload:hover,
.edit-profile .edit-user-principal .wrapper-edit-description ul textarea,
.edit-profile .edit-user-principal .wrapper-edit-interest ul textarea,
.edit-profile .edit-user-principal .wrapper-edit-description ul .interest-input input,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .interest-input input,
.edit-profile .profil-details .principal-infos input,
.edit-profile .profil-details .select-wrapper,
.edit-user-account .wrapper-user-acount ul li .wrapper-input input,
.contrib-nav li.active,
.wrapper-second-line .navbar-nav li a.fa-search,
.wrapper-second-line .navbar-nav li a.fa-eye,
.contrib-nav li:hover,
.contrib-nav li:focus,
.contrib-nav li:active,
.profil-informations ul .nav-tabs a,
.contest-contributions ul .nav-tabs a,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:hover,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:focus,
.wrapper-first-line .navbar-right .connected-options .dropdown-menu li:active {
  background-color: #0a172f;
}
.filters .date-filter a:hover,
.filters .date-filter a:focus,
.filters .date-filter a:active {
  background-color: #000000;
}
.wrapper-medias .filters .see-more,
.wrapper-filters .filters .see-more,
.wrapper-medias .filters .nb-views,
.wrapper-filters .filters .nb-views {
  color: #FFFFFF;
}
.wrapper-medias .filters .see-more:hover,
.wrapper-filters .filters .see-more:hover,
.wrapper-medias .filters .nb-views:hover,
.wrapper-filters .filters .nb-views:hover {
  color: #0e2347;
}
@media screen and (max-width: 768px) {
  .wrapper-first-line .navbar-brand {
    width: 145px;
    height: 50px;
    margin: .5rem 0;
  }
}
.list-items .item-padding .see-more a .text-see-more .fa-plus {
  color: rgba(193, 34, 49, 0.8);
}
.profil-informations ul .nav-tabs.ui-tabs-active a,
.contest-contributions ul .nav-tabs.ui-tabs-active a {
  border-bottom: 1px solid #0e2347;
}
.filters .date-filter a {
  background-color: #941d25;
}
.edit-profile .edit-user-principal .edit-general-infos li select,
.edit-profile .edit-user-principal .wrapper-edit-description ul .interest-input input,
.edit-profile .edit-user-principal .wrapper-edit-interest ul .interest-input input,
.edit-profile .profil-details .principal-infos input,
.edit-profile .profil-details select,
.edit-user-account .wrapper-user-acount ul li .wrapper-input input {
  border-bottom: 2px solid #c12231;
}
.edit-user-account .wrapper-user-acount ul li.authorized-contact .radio-group .radio-wrap input:empty ~ label {
  border: 2px solid #c12231;
}
.list-items .item {
  background-color: #e3e3e3 ;
}
.recovery-form.form-style form .input-group input:focus + label,
.recovery-form.form-style form .input-group input.has-value + label {
  color: #FFFFFF;
}
.recovery-form.form-style form .input-group input[type="text"],
.recovery-form.form-style form .input-group input[type="email"],
.recovery-form.form-style form .input-group input[type="password"] {
  border-bottom: 2px solid #FFFFFF;
}
.form-style form .input-group input:focus + label,
.form-style form .input-group input.has-value + label {
  color: #FFFFFF;
}
.form-style form .select-group select,
.form-style form .input-group input[type="text"],
.form-style form .input-group input[type="email"],
.form-style form .input-group input[type="password"] {
  border-bottom: 2px solid #FFFFFF;
}
.sidebar .title,
.advanced-search .form-list,
.advanced-search .form-title,
.messaging-wrapper .row,
.edit-user-account .wrapper-user-acount .email-form {
  border-bottom: 1px solid #0a172f;
}
.messaging-wrapper .mail-item .mail-speaker,
.messaging-wrapper .header div,
.edit-user-account .wrapper-user-acount:first-child {
  border-right: 1px solid #0a172f;
}
.contrib-nav li a {
  border-right: 1px solid #0a172f;
}
.edit-profile .edit-user-principal .wrapper-general-infos {
  border-left: 1px solid #0a172f;
}
.edit-profile .edit-user-principal .wrapper-change-avatar a {
  border: 1px solid white;
}
.profil-informations .tabs .list-informations li,
.contest-contributions .tabs .list-informations li {
  border-bottom: 1px solid white;
}
.contribution-selection p a,
.filters .date-filter a,
.infos-personal-gallery p,
.form-upload-contrib .wrapper-upload .fileUpload,
.edit-profile .edit-user-principal .text-orthographe,
.edit-profile .profil-details .radio-group [type="radio"]:not(:checked) + label,
.edit-profile .profil-details .radio-group [type="radio"]:checked + label,
.edit-profile .profil-details .radio-group [type="checkbox"]:not(:checked) + label,
.edit-profile .profil-details .radio-group [type="checkbox"]:checked + label {
  color: #FFFFFF;
}
.edit-profile .profil-details .radio-group [type="radio"]:not(:checked) + label:before,
.edit-profile .profil-details .radio-group [type="checkbox"]:not(:checked) + label:before {
  border: 2px solid #FFFFFF;
}
.wrapper-profil .description-profil h3 {
  color: #c12231;
}
.header-offer .navbar-brand {
  width: 24rem;
  height: 11rem;
  background: url("../css/voyeurfrance/img/voyeurfrance.cccdd16b5fb7.png") no-repeat;
  background-size: 100%;
}
/* ---------------------------------------------------------------------------------- Couleurs */
/* ----------------------------------------------------------------------------------- FONTS */
/* ----------------------------------------------------------------------------------- ICONS */
@font-face {
  font-family: 'icomoon';
  src: url("../css/fonts/icons/icomoon.aa753a370779.eot?ckf64l");
  src: url("../css/fonts/icons/icomoon.aa753a370779.eot?ckf64l#iefix") format('embedded-opentype'), url("../css/fonts/icons/icomoon.91b033dd1175.ttf?ckf64l") format('truetype'), url("../css/fonts/icons/icomoon.237b550d76a9.woff?ckf64l") format('woff'), url("../css/fonts/icons/icomoon.f4b3722e6f58.svg?ckf64l#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"] span,
[class*=" icon-"] span {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="fa-"]:before,
[class*="fa-"]:before {
  font-family: FontAwesome !important;
}
.icon-webcam:before {
  content: "\e910";
}
.icon-man:before {
  content: "\e911";
}
.icon-smoke:before {
  content: "\e912";
}
.icon-woman:before {
  content: "\e913";
}
.icon-online .path1:before {
  content: "\e90a";
  color: #27db1d;
}
.icon-online .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-online .path3:before {
  content: "\e90c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-certification .path1:before {
  content: "\e90d";
  color: #0ebbe0;
}
.icon-certification .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-vr:before {
  content: "\e90f";
}
.icon-upload:before {
  content: "\e914";
}
.icon-bubbles2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.icon-cross:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
