/* Animation */
/* Background Size */
/* Gradients */
/* Transforms */
/******************************************************************************/
/* includes                                                                   */
/******************************************************************************/
html.popupMode {
  overflow: hidden;
}
body.popupMode {
  overflow: hidden;
}
.castingPopupWrapper {
  top: 0;
  left: 0;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  z-index: 8001;
  /** dialog **/
  /** custom_popup **/
}
.castingPopupWrapper.transparent {
  background: transparent;
}
.castingPopupWrapper.black_65 {
  background: url(/img/default/bg_black_65.png);
}
.castingPopupWrapper.black_70 {
  background: url(/img/default/bg_black_70.png);
}
.castingPopupWrapper.black_80 {
  background: url(/img/default/bg_black_80.png);
}
.castingPopupWrapper.black_90 {
  background: url(/img/default/bg_black_90.png);
}
.castingPopupWrapper.white_70 {
  background: url(/img/default/bg_white_70.png);
}
.castingPopupWrapper.white_80 {
  background: url(/img/default/bg_white_80.png);
}
.castingPopupWrapper.white_90 {
  background: url(/img/default/bg_white_90.png);
}
.castingPopupWrapper > div.dialog {
  position: absolute;
  background: #fff;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.castingPopupWrapper > div.dialog h5 {
  height: 35px;
  font-weight: normal;
  padding: 0 5px;
  margin: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.castingPopupWrapper > div.dialog h5 span.title {
  line-height: 35px;
  vertical-align: middle;
  color: #555;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.castingPopupWrapper > div.dialog h5 span.closePopup {
  display: block;
  float: right;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  padding-right: 14px;
  background: url(/img/default/icon_close.png) 100% 50% no-repeat;
  margin: 8px 0 0;
  cursor: pointer;
}
.castingPopupWrapper > div.dialog h5 span.closePopup:hover {
  background-image: url(/img/default/icon_close_over.png);
  color: #ff2b04;
}
.castingPopupWrapper > div.dialog p.dialogContent {
  margin: 5px 0;
  font-size: 12px;
  color: #555;
  padding: 10px;
  font-weight: bold;
}
.castingPopupWrapper > div.dialog .popup-form-wrapper .form-group {
  margin-left: 0;
  margin-right: 0;
}
.castingPopupWrapper > div.dialog .popup-form-wrapper .form-group [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.castingPopupWrapper > div.dialog div.buttons {
  background: #f0f0f0;
  padding: 8px 10px;
  text-align: right;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.castingPopupWrapper > div.dialog div.buttons input.cancel,
.castingPopupWrapper > div.dialog div.buttons input.confirm {
  border: 1px solid #fff;
  padding: 0 20px;
  height: 27px;
  line-height: 26px;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.castingPopupWrapper > div.dialog div.buttons input.cancel {
  border-color: #cacaca;
  color: #000;
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.7);
  background: #f0f0f0;
  background-image: -moz-linear-gradient(top, #f0f0f0, #e3e3e3);
  background-image: -ms-linear-gradient(top, #f0f0f0, #e3e3e3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e3e3e3);
  background-image: -o-linear-gradient(top, #f0f0f0, #e3e3e3);
  background-image: linear-gradient(top, #f0f0f0, #e3e3e3);
}
.castingPopupWrapper > div.dialog div.buttons input.cancel:hover {
  background-image: -moz-linear-gradient(top, #dcdcdc, #cfcfcf);
  background-image: -ms-linear-gradient(top, #dcdcdc, #cfcfcf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcdc), to(#cfcfcf));
  background-image: -webkit-linear-gradient(top, #dcdcdc, #cfcfcf);
  background-image: -o-linear-gradient(top, #dcdcdc, #cfcfcf);
  background-image: linear-gradient(top, #dcdcdc, #cfcfcf);
}
.castingPopupWrapper > div.dialog div.buttons input.confirm {
  border-color: #ba3306;
  background-image: -moz-linear-gradient(top, #f84e14, #eb4107);
  background-image: -ms-linear-gradient(top, #f84e14, #eb4107);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f84e14), to(#eb4107));
  background-image: -webkit-linear-gradient(top, #f84e14, #eb4107);
  background-image: -o-linear-gradient(top, #f84e14, #eb4107);
  background-image: linear-gradient(top, #f84e14, #eb4107);
}
.castingPopupWrapper > div.dialog div.buttons input.confirm:hover {
  background-image: -moz-linear-gradient(top, #d33a06, #ba3306);
  background-image: -ms-linear-gradient(top, #d33a06, #ba3306);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d33a06), to(#ba3306));
  background-image: -webkit-linear-gradient(top, #d33a06, #ba3306);
  background-image: -o-linear-gradient(top, #d33a06, #ba3306);
  background-image: linear-gradient(top, #d33a06, #ba3306);
}
.castingPopupWrapper > div.dialog div.buttons span.loading {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  padding: 0 10px 0 25px;
  background: url(/img/default/ajax-loader-gray.gif) 0 50% no-repeat;
  font-weight: bold;
  color: #333;
  font-style: italic;
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5);
}
.castingPopupWrapper > div.dialog.success-dialog h5,
.castingPopupWrapper > div.dialog.error-dialog h5,
.castingPopupWrapper > div.dialog.confirm-dialog h5 {
  padding-left: 30px;
  background-position: 3px 50%;
  background-repeat: no-repeat;
}
.castingPopupWrapper > div.dialog.success-dialog h5 {
  background-image: url(/img/default/dialog_picto_success.png);
}
.castingPopupWrapper > div.dialog.error-dialog h5 {
  background-image: url(/img/default/dialog_picto_error.png);
}
.castingPopupWrapper > div.dialog.confirm-dialog h5 {
  background-image: url(/img/default/dialog_picto_info.png);
}
.castingPopupWrapper > div.custom_popup_container {
  position: absolute;
  top: 30px;
  padding-bottom: 30px;
}
.castingPopupWrapper > div.custom_popup_container > div.custom_popup {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8) 0 1px #000000;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8) 0 1px #000000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8) 0 1px #000000;
}
.castingPopupWrapper > div.custom_popup_container > div.custom_popup h5 {
  height: 25px;
  font-weight: normal;
  margin: 0 0 5px;
  position: relative;
}
.castingPopupWrapper > div.custom_popup_container > div.custom_popup h5 span.closePopup {
  display: block;
  float: right;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  padding-right: 14px;
  background: url(/img/default/icon_close.png) 100% 7px no-repeat;
  margin: 0;
  cursor: pointer;
}
.castingPopupWrapper > div.custom_popup_container > div.custom_popup h5 span.closePopup:hover {
  background-image: url(/img/default/icon_close_over.png);
  color: #ff2b04;
}
.castingPopupWrapper > div.custom_popup_container > div.custom_popup h5 span.title {
  display: block;
  position: absolute;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  padding: 0 45px 0 20px;
  background: url(/img/default/bg_popup_title.png) repeat-x;
  border: 1px solid #f6ab9e;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  top: -32px;
}
.castingPopupWrapper > div.custom_popup_container > div.custom_popup h5 span.title span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
@font-face {
  font-family: "Flaticon";
  src: url("/fonts/flaticon/Flaticon.eot?3");
  src: url("/fonts/flaticon/Flaticon.eot?3#iefix") format("embedded-opentype"), url("/fonts/flaticon/Flaticon.woff?3") format("woff"), url("/fonts/flaticon/Flaticon.ttf?3") format("truetype"), url("/fonts/flaticon/Flaticon.svg?3#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("/fonts/flaticon/Flaticon.svg?3#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-envelope:before {
  content: "\f100";
}
.flaticon-success-story-3:before {
  content: "\f101";
}
.flaticon-instagram:before {
  content: "\f102";
}
.flaticon-play:before {
  content: "\f103";
}
.flaticon-facebook:before {
  content: "\f104";
}
.flaticon-euro:before {
  content: "\f105";
}
.flaticon-success-story-2:before {
  content: "\f106";
}
.flaticon-theater:before {
  content: "\f107";
}
.flaticon-keyword:before {
  content: "\f108";
}
.flaticon-actuality:before {
  content: "\f109";
}
.flaticon-twitter:before {
  content: "\f10a";
}
.flaticon-play-3:before {
  content: "\f10b";
}
.flaticon-youtube:before {
  content: "\f10c";
}
.flaticon-video:before {
  content: "\f10d";
}
.flaticon-tag:before {
  content: "\f10e";
}
.flaticon-advice:before {
  content: "\f10f";
}
.flaticon-clock:before {
  content: "\f110";
}
.flaticon-upload:before {
  content: "\f111";
}
.flaticon-dots:before {
  content: "\f112";
}
.flaticon-user:before {
  content: "\f113";
}
.flaticon-trophy:before {
  content: "\f114";
}
.flaticon-success-story-4:before {
  content: "\f115";
}
.flaticon-casting:before {
  content: "\f116";
}
.flaticon-calendar:before {
  content: "\f117";
}
.flaticon-infinity:before {
  content: "\f118";
}
.flaticon-castings:before {
  content: "\f119";
}
.flaticon-users:before {
  content: "\f11a";
}
.flaticon-star:before {
  content: "\f11b";
}
.flaticon-phone:before {
  content: "\f11c";
}
.flaticon-cinema:before {
  content: "\f11d";
}
.flaticon-snapchat:before {
  content: "\f11e";
}
.flaticon-register:before {
  content: "\f11f";
}
.flaticon-comment:before {
  content: "\f120";
}
.flaticon-eye:before {
  content: "\f121";
}
.flaticon-tv:before {
  content: "\f122";
}
.flaticon-note:before {
  content: "\f123";
}
.flaticon-success-story:before {
  content: "\f124";
}
.flaticon-bookmark:before {
  content: "\f125";
}
.flaticon-music:before {
  content: "\f126";
}
.flaticon-play-2:before {
  content: "\f127";
}
.flaticon-google-plus:before {
  content: "\f128";
}
.flaticon-artist:before {
  content: "\f129";
}
.flaticon-fashion:before {
  content: "\f12a";
}
.flaticon-question:before {
  content: "\f12b";
}
/******************************************************************************/
/* reset bootstrap                                                            */
/******************************************************************************/
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
/******************************************************************************/
/* main style                                                                 */
/******************************************************************************/
html,
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  font-size: 14px;
  background: #f9f9f9;
}
textarea {
  resize: none;
}
a {
  color: #000;
}
.fa-margin-right {
  margin-right: 3px;
}
/******************************************************************************/
/* grid                                                                       */
/******************************************************************************/
.col-np {
  padding-left: 0;
  padding-right: 0;
}
.col-np-left {
  padding-left: 0;
}
.col-np-right {
  padding-right: 0;
}
@media (min-width: 768px) {
  .col-sm-np {
    padding-left: 0;
    padding-right: 0;
  }
  .col-sm-np-left {
    padding-left: 0;
  }
  .col-sm-np-right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-np {
    padding-left: 0;
    padding-right: 0;
  }
  .col-md-np-left {
    padding-left: 0;
  }
  .col-md-np-right {
    padding-right: 0;
  }
}
/******************************************************************************/
/* forms                                                                      */
/******************************************************************************/
input,
textarea,
select {
  outline: none;
}
.control-label > .infos {
  display: block;
  color: #5b5b5b;
  font-style: italic;
}
.checkbox-line > label,
.radios-line > label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 8px;
  padding-top: 4px;
}
.checkbox-line > label > input,
.radios-line > label > input {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.label-simple-checkbox {
  line-height: 17px;
}
.label-simple-checkbox > input[type=checkbox] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.label-h3 {
  font-weight: 400;
  color: #ff2b04;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 10px 0;
  display: block;
}
label a {
  text-decoration: underline;
}
.form-group .infos-required {
  display: inline-block;
  margin-right: 15px;
  color: #5b5b5b;
}
.form-error {
  color: #c9302c;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: 4px;
}
.btn-group-customer-type {
  height: 40px;
}
.btn-group-customer-type .btn {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ebebeb, #dddddd);
  background-image: -ms-linear-gradient(top, #ebebeb, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dddddd);
  background-image: -o-linear-gradient(top, #ebebeb, #dddddd);
  background-image: linear-gradient(top, #ebebeb, #dddddd);
  font-size: 15px;
}
.btn-group-customer-type .btn.active {
  background-color: #f84e14;
  background-image: -moz-linear-gradient(top, #f84e14, #f72c05);
  background-image: -ms-linear-gradient(top, #f84e14, #f72c05);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f84e14), to(#f72c05));
  background-image: -webkit-linear-gradient(top, #f84e14, #f72c05);
  background-image: -o-linear-gradient(top, #f84e14, #f72c05);
  background-image: linear-gradient(top, #f84e14, #f72c05);
  color: #fff;
}
.form-horizontal .form-group.form-group-submit {
  margin-left: 0;
  margin-right: 0;
}
.form-buttons {
  margin-top: 8px;
  text-align: right;
}
.form-buttons .infos {
  display: inline-block;
  margin-right: 20px;
}
.form-buttons .infos .required {
  color: #ff2b04;
}
input[type=text].hint,
input[type=password].hint,
textarea.hint {
  font-style: italic;
  color: #999;
}
p.form-infos {
  margin: 10px 5px;
  font-size: 11px;
  font-weight: 700;
  color: #888;
  text-align: center;
}
.ui-datepicker select {
  color: #5b5b5b;
}
/******************************************************************************/
/* flaticon                                                                   */
/******************************************************************************/
.icon {
  display: inline-block;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  font-style: normal;
  margin-left: 0;
}
/******************************************************************************/
/* items génériques                                                           */
/******************************************************************************/
.book-progress {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 0;
  width: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #ff2b04;
  text-align: center;
  color: #fff;
}
.social-networks-box {
  line-height: 31px;
  vertical-align: middle;
  text-align: center;
}
.social-networks-box > .title {
  color: #5b5b5b;
  white-space: nowrap;
  font-size: 14px;
}
.social-networks-box .btn-social-wrapper {
  white-space: nowrap;
}
.social-networks-box .btn-social {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin-left: 2px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.social-networks-box .btn-social > .icon {
  vert-align: middle;
}
.social-networks-box .btn-social.twitter {
  background-color: #42c8f4;
}
.social-networks-box .btn-social.facebook {
  background-color: #3c5a99;
}
.social-networks-box .btn-social.snapchat {
  background-color: #fcba28;
}
.social-networks-box .btn-social.instagram {
  background-color: #a57a61;
}
.social-networks-box .btn-social.youtube {
  background-color: #cd0606;
}
.social-networks-box .btn-social.gplus {
  background-color: #da4835;
}
/** rating **/
.rating_form span {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.rating_form span.star_norate {
  background: url(/img/default/star_off.png) no-repeat;
}
.rating_form span.star_on {
  background: url(/img/default/star_on.png) no-repeat;
}
.rating_form span.star_off {
  background: url(/img/default/star_off.png) no-repeat;
}
.rating_form span.star_half {
  background: url(/img/default/star_half.png) no-repeat;
}
.rating_form span.star_on_over {
  background: url(/img/default/star_on_over.png) no-repeat;
}
.rating_form span.star_half_over {
  background: url(/img/default/star_half_over.png) no-repeat;
}
/* badge notif */
.notification-badge {
  font-size: 11px;
  background-color: #ff2b04;
}
/******************************************************************************/
/* multipage                                                                  */
/******************************************************************************/
.multipage {
  text-align: right;
}
.multipage .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}
.multipage .pagination > li {
  display: inline-block;
  margin: 0 2px;
}
.multipage .pagination > li > a,
.multipage .pagination > li > span {
  display: inline-block;
  float: none;
  color: #5b5b5b;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #e5e5e5;
}
.multipage .pagination > li.active > a,
.multipage .pagination > li.active > span {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}
/******************************************************************************/
/* mobile dropdown menu                                                       */
/******************************************************************************/
.mdm-wrapper {
  display: none;
  margin-bottom: 10px;
}
.mdm-wrapper > .mdm-title {
  display: block;
  height: 42px;
  font-size: 17px;
  color: #5b5b5b;
  padding: 10px 50px 10px 10px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mdm-wrapper > .mdm-title:after {
  content: '\f107';
  font-family: FontAwesome;
  display: block;
  right: 15px;
  top: 10px;
  position: absolute;
}
.mdm-wrapper > ul {
  display: none;
  padding: 0;
  list-style: none;
  border: 1px solid #cacaca;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.mdm-wrapper > ul > li {
  border-top: 1px solid #e3e3e3;
}
.mdm-wrapper > ul > li > a {
  display: block;
  font-size: 15px;
  padding: 10px;
  line-height: 18px;
}
.mdm-wrapper:hover > .mdm-title {
  border-color: #cacaca;
}
.mdm-wrapper.open > .mdm-title {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-color: #cacaca;
  border-bottom-color: transparent;
}
.mdm-wrapper.open > .mdm-title:after {
  content: '\f106';
}
.mdm-wrapper.open > ul {
  display: block;
}
.mdm-wrapper.mdm-fa-icon > .mdm-title,
.mdm-wrapper.mdm-fa-icon > ul > li > a {
  padding-left: 0;
}
.mdm-wrapper.mdm-fa-icon > .mdm-title:before,
.mdm-wrapper.mdm-fa-icon > ul > li > a:before {
  display: inline-block;
  font-family: FontAwesome;
  width: 45px;
  text-align: center;
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.book-profile:before,
.mdm-wrapper.mdm-fa-icon > ul > li.book-profile > a:before {
  content: '\f007';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.book-pictures:before,
.mdm-wrapper.mdm-fa-icon > ul > li.book-pictures > a:before {
  content: '\f030';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.book-musics:before,
.mdm-wrapper.mdm-fa-icon > ul > li.book-musics > a:before {
  content: '\f001';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.book-videos:before,
.mdm-wrapper.mdm-fa-icon > ul > li.book-videos > a:before {
  content: '\f04b';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.book-wall:before,
.mdm-wrapper.mdm-fa-icon > ul > li.book-wall > a:before {
  content: '\f0e6';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.book-messages:before,
.mdm-wrapper.mdm-fa-icon > ul > li.book-messages > a:before {
  content: '\f003';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-infos:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-infos > a:before {
  content: '\f013';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-profile:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-profile > a:before {
  content: '\f007';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-pictures:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-pictures > a:before {
  content: '\f030';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-videos:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-videos > a:before {
  content: '\f04b';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-musics:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-musics > a:before {
  content: '\f001';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-notifications:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-notifications > a:before {
  content: '\f022';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-subscription:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-subscription > a:before {
  content: '\f09d';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-blocked:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-blocked > a:before {
  content: '\f235';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-delete:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-delete > a:before {
  content: '\f00d';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-list:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-list > a:before {
  content: '\f0f6';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-add:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-add > a:before {
  content: '\f067';
}
.mdm-wrapper.mdm-fa-icon > .mdm-title.account-messages:before,
.mdm-wrapper.mdm-fa-icon > ul > li.account-messages > a:before {
  content: '\f086';
}
.mdm-wrapper.mdm-art-icon > .mdm-title,
.mdm-wrapper.mdm-art-icon > ul > li > a {
  padding-left: 40px;
  background-position: 6px 50%;
  background-repeat: no-repeat;
}
.mdm-wrapper.mdm-art-icon > .mdm-title.art-search,
.mdm-wrapper.mdm-art-icon > ul > li.art-search > a {
  background-image: url('/img/default/ic_art_search.png');
}
.mdm-wrapper.mdm-art-icon > .mdm-title.art-1,
.mdm-wrapper.mdm-art-icon > ul > li.art-1 > a {
  background-image: url('/img/default/ic_art_1.png');
}
.mdm-wrapper.mdm-art-icon > .mdm-title.art-2,
.mdm-wrapper.mdm-art-icon > ul > li.art-2 > a {
  background-image: url('/img/default/ic_art_2.png');
}
.mdm-wrapper.mdm-art-icon > .mdm-title.art-3,
.mdm-wrapper.mdm-art-icon > ul > li.art-3 > a {
  background-image: url('/img/default/ic_art_3.png');
}
.mdm-wrapper.mdm-art-icon > .mdm-title.art-4,
.mdm-wrapper.mdm-art-icon > ul > li.art-4 > a {
  background-image: url('/img/default/ic_art_4.png');
}
.mdm-wrapper.mdm-art-icon > .mdm-title.art-5,
.mdm-wrapper.mdm-art-icon > ul > li.art-5 > a {
  background-image: url('/img/default/ic_art_5.png');
}
.mdm-wrapper.mdm-art-icon > .mdm-title.art-6,
.mdm-wrapper.mdm-art-icon > ul > li.art-6 > a {
  background-image: url('/img/default/ic_art_6.png');
}
@media (max-width: 767px) {
  .mdm-wrapper {
    display: block;
  }
}
/******************************************************************************/
/* main content wrapper                                                       */
/******************************************************************************/
@media (min-width: 992px) {
  #content {
    margin: 0 auto;
  }
}
@media (min-width: 1040px) {
  #content {
    max-width: 1200px;
  }
}
#content_wrapper {
  padding: 10px;
  margin: 0;
}
@media (min-width: 992px) {
  #content_wrapper {
    padding: 10px;
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  #content {
    margin-top: 64px;
  }
  body.not-logged #content {
    margin-top: 114px;
  }
  body.mobile-sidebar-left-open #content,
  body.dropdown-login-open #content {
    margin-top: 64px;
  }
}
/******************************************************************************/
/* buttons                                                                    */
/******************************************************************************/
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 8px 20px;
  font-size: 14px;
}
.btn-sm {
  padding: 3px 10px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .btn-sm {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
}
.btn-md {
  padding: 6px 15px;
  font-size: 14px;
}
.btn-postulate {
  display: inline-block;
  padding: 5px 10px;
  height: 32px;
  line-height: 20px;
  font-size: 14px;
  background: #474747;
  color: #fecb5e;
  font-weight: 600;
  border: 1px solid #474747;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-postulate:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #fecb5e;
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
  z-index: -1;
  opacity: 0;
}
.btn-postulate:hover {
  border-color: #fecb5e;
  color: #474747;
}
.btn-postulate:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-orange-large {
  height: 45px;
  line-height: 45px;
  padding: 0 38px;
  color: #fff;
  font-size: 18px;
  background: url(/img/default/bg_btn_orange_large.png) 0 0 repeat-x;
  text-decoration: none;
}
.btn-orange-large:hover {
  color: #fff;
  background-position: 0 -45px;
}
.btn-red {
  background: #ff2b04;
  border: 1px solid #ff2b04;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #ea2400;
}
.btn-grey {
  background: #eaeaea;
  background-image: -moz-linear-gradient(top, #eaeaea, #d6d6d6);
  background-image: -ms-linear-gradient(top, #eaeaea, #d6d6d6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, #eaeaea, #d6d6d6);
  background-image: -o-linear-gradient(top, #eaeaea, #d6d6d6);
  background-image: linear-gradient(top, #eaeaea, #d6d6d6);
  border: 1px solid #c4c4c4;
  color: #5b5b5b;
}
.btn-grey:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #dddddd, #cbcbcb);
  background-image: -ms-linear-gradient(top, #dddddd, #cbcbcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#cbcbcb));
  background-image: -webkit-linear-gradient(top, #dddddd, #cbcbcb);
  background-image: -o-linear-gradient(top, #dddddd, #cbcbcb);
  background-image: linear-gradient(top, #dddddd, #cbcbcb);
}
.btn-grey-red {
  border: 1px solid #7d7f80;
  background: #eaeaea;
  background-image: -moz-linear-gradient(top, #eaeaea, #dedede);
  background-image: -ms-linear-gradient(top, #eaeaea, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#dedede));
  background-image: -webkit-linear-gradient(top, #eaeaea, #dedede);
  background-image: -o-linear-gradient(top, #eaeaea, #dedede);
  background-image: linear-gradient(top, #eaeaea, #dedede);
}
.btn-grey-red:hover {
  color: #fff;
  background-image: -moz-linear-gradient(top, #f84e14, #f72c05);
  background-image: -ms-linear-gradient(top, #f84e14, #f72c05);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f84e14), to(#f72c05));
  background-image: -webkit-linear-gradient(top, #f84e14, #f72c05);
  background-image: -o-linear-gradient(top, #f84e14, #f72c05);
  background-image: linear-gradient(top, #f84e14, #f72c05);
  border-color: #f84e14;
}
.btn-dark-grey {
  background: #5b5b5b;
  border: 1px solid #424242;
  color: #fff;
}
.btn-dark-grey:hover {
  color: #fff;
  background: #474747;
}
.btn-grey-outline {
  border: 2px solid #e5e5e5;
  color: #5b5b5b;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: transparent;
}
.btn-grey-outline:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
  background: #e5e5e5;
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
  z-index: -1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  opacity: 0;
}
.btn-grey-outline:hover:before {
  width: 100%;
  opacity: 1;
}
.btn-blue {
  background: #4bbfea;
  border: 1px solid #1dafe5;
  color: #fff;
}
.btn-blue:hover {
  background: #34b7e7;
}
/*******************************************************************************
 * dropdown account
 ******************************************************************************/
.dropdown-account {
  width: 310px;
  margin-right: 5px;
  border-color: #5b5b5b;
  margin-top: -5px;
}
.dropdown-account > li.avatar {
  margin-bottom: 5px;
  padding-left: 12px;
}
.dropdown-account > li.avatar .wrapper {
  display: table;
  width: 100%;
}
.dropdown-account > li.avatar .wrapper > .picture {
  display: table-cell;
  width: 30%;
}
.dropdown-account > li.avatar .wrapper > .picture > img {
  display: block;
  width: 100%;
  border: 2px solid #bdbdbd;
}
.dropdown-account > li.avatar .wrapper > .screenname {
  display: table-cell;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5b5b5b;
  font-size: 16px;
  padding-left: 15px;
  vertical-align: middle;
}
.dropdown-account > li.link {
  font-size: 15px;
  border-bottom: 1px solid #efefef;
}
.dropdown-account > li.link > a {
  padding: 8px 12px;
}
.dropdown-account > li.link > a > .fa {
  margin-right: 10px;
}
.dropdown-account > li.link > a > .notification-badge {
  margin-left: 5px;
}
.dropdown-account > li.logout {
  padding: 6px 12px;
  text-align: right;
  text-decoration: underline;
}
.dropdown-account > li.logout > a {
  display: inline-block;
  color: #5b5b5b;
  padding: 0;
}
.dropdown-account > li.logout > a:before {
  font-family: FontAwesome;
  content: '\f00d';
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  font-size: 11px;
  padding: 0;
  background: none;
}
.dropdown-account > li.logout > a:hover {
  background: none;
}
.dropdown-account:before {
  position: absolute;
  top: -9px;
  right: 11px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #5b5b5b;
  border-left: 9px solid transparent;
  border-bottom-color: #5b5b5b;
  content: '';
}
.dropdown-account:after {
  position: absolute;
  top: -8px;
  right: 12px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  content: '';
}
#dropdown-login {
  padding: 10px;
}
#dropdown-login:before {
  right: 12px;
}
#dropdown-login:after {
  right: 13px;
}
#dropdown-login .p-dropdown-title {
  margin-bottom: 5px;
  background: url(/img/default/bg_stripes.png);
  padding: 0 10px;
  text-align: center;
}
#dropdown-login .p-dropdown-title > span {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  padding: 5px 12px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  color: #5b5b5b;
}
#dropdown-login .p-dropdown-title > span > span {
  color: #ff2b04;
}
#dropdown-login .col-password-lost {
  padding-top: 8px;
}
#dropdown-login .col-password-lost a {
  color: #5b5b5b;
  text-decoration: underline;
}
#dropdown-login .register-box {
  margin-top: 10px;
}
#dropdown-login .register-box .info {
  padding: 15px 0;
  text-align: center;
  color: #5b5b5b;
  font-size: 17px;
}
#dropdown-login .register-box .info > span {
  color: #ff2b04;
}
#dropdown-login .register-box .col-artist {
  border-right: 1px solid #d9d9d9;
}
#dropdown-login .register-box a.link-artist,
#dropdown-login .register-box a.link-recruiter {
  display: block;
  padding-top: 65px;
  text-align: center;
  color: #5b5b5b;
  font-size: 15px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#dropdown-login .register-box a.link-artist > span,
#dropdown-login .register-box a.link-recruiter > span {
  display: block;
  font-weight: 700;
}
#dropdown-login .register-box a.link-artist {
  background-image: url(/img/default/ic_artist.png);
}
#dropdown-login .register-box a.link-recruiter {
  background-image: url(/img/default/ic_recruiter.png);
}
.dropdown-sharelinks {
  margin-top: 8px;
  margin-right: -5px;
}
.dropdown-sharelinks > li > a {
  width: auto;
  height: auto;
  float: none;
  text-indent: 0;
  padding: 8px 10px 8px 40px;
  line-height: 20px;
  background-position: 6px 50%;
}
.dropdown-sharelinks:before {
  position: absolute;
  top: -7px;
  right: 7px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-sharelinks:after {
  position: absolute;
  top: -6px;
  right: 8px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
/*******************************************************************************
 * popup fancybox
 ******************************************************************************/
.p-popup {
  background-color: #fff;
  font-size: 14px;
}
.p-popup .p-popup-top-logo {
  background: #5b5b5b;
  height: 85px;
  position: relative;
  text-align: center;
  padding: 20px 0;
}
.p-popup .p-popup-top-logo > img.logo {
  height: 100%;
}
.p-popup .p-popup-top-logo:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 27px;
  height: 20px;
  background: #5b5b5b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  bottom: -8px;
  left: 50%;
  margin-left: -14px;
}
.p-popup .p-popup-content-wrapper {
  padding: 15px;
}
.p-popup .p-popup-title {
  margin-bottom: 5px;
  background: url(/img/default/bg_stripes.png);
  padding: 0 15px;
  text-align: center;
  height: auto;
}
.p-popup .p-popup-title > span {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  padding: 6px 12px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  color: #5b5b5b;
}
.p-popup .p-popup-title > span > span {
  color: #ff2b04;
}
.p-popup .p-popup-close {
  display: block;
  position: absolute;
  color: #fff;
  top: 8px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
}
.p-popup .p-popup-close.close-grey {
  color: #5b5b5b;
}
.p-popup .p-popup-close:after {
  content: "\f057";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
}
.p-popup .form-control {
  padding: 6px 8px;
  font-size: 15px;
  height: 30px;
}
@media (max-width: 767px) {
  .p-popup .p-popup-content-wrapper {
    padding: 10px;
  }
  .p-popup .p-popup-content-wrapper .form-horizontal .form-group,
  .p-popup .p-popup-content-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-popup .p-popup-content-wrapper [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#login-popup .col-password-lost {
  padding-top: 8px;
}
#login-popup .col-password-lost a {
  color: #5b5b5b;
  text-decoration: underline;
}
#login-popup .register-box .info {
  padding: 15px 0;
  text-align: center;
  color: #5b5b5b;
  font-size: 17px;
}
#login-popup .register-box .info > span {
  color: #ff2b04;
}
#login-popup .register-box .col-artist {
  border-right: 1px solid #d9d9d9;
}
#login-popup .register-box a.link-artist,
#login-popup .register-box a.link-recruiter {
  display: block;
  padding-top: 65px;
  text-align: center;
  color: #5b5b5b;
  font-size: 15px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#login-popup .register-box a.link-artist > span,
#login-popup .register-box a.link-recruiter > span {
  display: block;
  font-weight: 700;
}
#login-popup .register-box a.link-artist {
  background-image: url(/img/default/ic_artist.png);
}
#login-popup .register-box a.link-recruiter {
  background-image: url(/img/default/ic_recruiter.png);
}
@media (max-width: 767px) {
  #login-popup .col-password-lost {
    text-align: center;
  }
}
#password-lost-popup p.text {
  font-size: 14px;
  color: #5b5b5b;
  margin: 15px 0;
}
#password-lost-popup .col-login {
  padding-top: 8px;
}
#password-lost-popup .col-login a {
  color: #5b5b5b;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #password-lost-popup .col-login {
    text-align: center;
  }
}
#account-menu-popup .account-menu {
  list-style: none;
  padding: 0;
}
#account-menu-popup .account-menu > li.avatar {
  margin-bottom: 5px;
  padding-left: 12px;
}
#account-menu-popup .account-menu > li.avatar .wrapper {
  display: table;
  width: 100%;
}
#account-menu-popup .account-menu > li.avatar .wrapper > .picture {
  display: table-cell;
  width: 30%;
}
#account-menu-popup .account-menu > li.avatar .wrapper > .picture > img {
  display: block;
  width: 100%;
  border: 2px solid #bdbdbd;
}
#account-menu-popup .account-menu > li.avatar .wrapper > .screenname {
  display: table-cell;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5b5b5b;
  font-size: 16px;
  padding-left: 15px;
  vertical-align: middle;
}
#account-menu-popup .account-menu > li.link {
  border-bottom: 1px solid #d9d9d9;
}
#account-menu-popup .account-menu > li.link > a {
  display: block;
  font-size: 16px;
  padding: 8px 12px;
  color: #5b5b5b;
}
#account-menu-popup .account-menu > li.logout {
  padding: 8px 12px;
  text-align: right;
  text-decoration: underline;
}
#account-menu-popup .account-menu > li.logout > a {
  color: #5b5b5b;
}
#account-menu-popup .account-menu > li.logout > a:before {
  font-family: FontAwesome;
  content: '\f00d';
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  font-size: 11px;
}
#account-menu-popup .account-menu .book-progress {
  margin-left: 6px;
}
#vip-popup .p-popup-top-logo {
  background: #ff2b04;
}
#vip-popup .p-popup-top-logo:after {
  background-color: #ff2b04;
}
#vip-popup .become-vip {
  display: block;
  position: relative;
  background: #333134;
}
#vip-popup .become-vip > img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#vip-popup .become-vip > .wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -70px;
}
#vip-popup .become-vip > .wrapper > .become {
  display: block;
  text-align: center;
  font-size: 27px;
  color: #edd656;
  text-transform: uppercase;
}
#vip-popup .become-vip > .wrapper > .become > span {
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.75);
}
#vip-popup .become-vip > .wrapper > .become:before,
#vip-popup .become-vip > .wrapper > .become:after {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  width: 36px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  overflow: hidden;
  line-height: 27px;
}
#vip-popup .become-vip > .wrapper > .become:before {
  background-image: url(/img/default/vip_stars_left.png);
  margin-right: 10px;
}
#vip-popup .become-vip > .wrapper > .become:after {
  background-image: url(/img/default/vip_stars_right.png);
  margin-left: 10px;
}
#vip-popup .become-vip > .wrapper > .crown {
  display: block;
  width: 86px;
  height: 83px;
  background: url(/img/default/vip_crown.png) no-repeat;
  margin: 0 auto;
}
#vip-popup .become-vip > .wrapper > .vip {
  display: block;
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  color: #edd656;
  font-weight: 700;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.75);
}
#vip-popup .become-vip:before {
  display: block;
  content: ' ';
  padding-bottom: 72%;
}
#vip-popup .privileges {
  list-style: none;
  padding: 10px;
}
#vip-popup .privileges > li {
  color: #5b5b5b;
  line-height: 16px;
  vertical-align: middle;
  padding-left: 25px;
  margin: 4px 0;
  background: url(/img/default/payment_avent_check.png) 0 0 no-repeat;
}
#vip-popup .button-wrapper {
  margin-top: 10px;
}
#vip-popup .button-wrapper > .btn {
  display: block;
  max-width: 320px;
  margin: auto;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
#new-message-popup .p-popup-top-logo {
  background: #ff2b04;
}
#new-message-popup .p-popup-top-logo:after {
  background-color: #ff2b04;
}
#new-message-popup .message-notification {
  display: block;
  position: relative;
  background: #333134 url('/img/default/bg_vip.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#new-message-popup .message-notification > p {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #edd656;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  padding: 30px 15px;
}
#new-message-popup .message-notification > p > .icon {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 400;
}
#new-message-popup .button-wrapper {
  margin-top: 10px;
}
#new-message-popup .button-wrapper > .btn {
  display: block;
  max-width: 320px;
  margin: auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
/******************************************************************************/
/* actions bas de page                                                        */
/******************************************************************************/
div.page-actions {
  margin: 10px 0;
  padding: 0 5px;
  overflow: auto;
}
div.page-actions.bottom {
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
}
div.page-actions.top {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
div.page-actions a.return {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #656565;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  float: left;
}
div.page-actions a.return:before {
  content: '\f104';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
}
div.page-actions a.return:hover {
  color: #ff5231;
}
div.page-actions a.return:hover {
  text-decoration: underline;
}
div.page-actions > .previous-next-button {
  float: right;
}
div.page-actions > .previous-next-button > a {
  display: inline-block;
  text-decoration: none;
  color: #656565;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
div.page-actions > .previous-next-button > a:hover {
  color: #ff5231;
}
div.page-actions > .previous-next-button > a.previous {
  padding-left: 18px;
  background: url(/img/default/item_arrow_left.png) 0 50% no-repeat;
}
div.page-actions > .previous-next-button > a.previous:hover {
  background-image: url(/img/default/item_arrow_left_red.png);
}
div.page-actions > .previous-next-button > a.next {
  padding-right: 18px;
  background: url(/img/default/item_arrow_right.png) 100% 50% no-repeat;
}
div.page-actions > .previous-next-button > a.next:hover {
  background-image: url(/img/default/item_arrow_red.png);
}
div.page-actions > .previous-next-button > .separator {
  display: inline-block;
  color: #656565;
  margin: 0 10px;
}
@media (max-width: 499px) {
  div.page-actions a.return {
    float: none;
    display: inline-block;
  }
  div.page-actions > .previous-next-button {
    float: none;
    margin-top: 10px;
  }
  div.page-actions > .previous-next-button:before,
  div.page-actions > .previous-next-button:after {
    content: " ";
    display: table;
  }
  div.page-actions > .previous-next-button:after {
    clear: both;
  }
  div.page-actions > .previous-next-button > a {
    display: block;
    width: 50%;
  }
  div.page-actions > .previous-next-button > a.previous {
    float: left;
    padding-right: 5px;
  }
  div.page-actions > .previous-next-button > a.next {
    float: right;
    text-align: right;
    padding-left: 5px;
  }
  div.page-actions > .previous-next-button > .separator {
    display: none;
  }
}
/******************************************************************************/
/* topbar                                                                     */
/******************************************************************************/
section#topbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 2px solid #898989;
  z-index: 8001;
  padding: 0 10px;
}
section#topbar.fixed {
  position: fixed;
  top: 0;
}
section#topbar div.topbar-wrapper {
  margin: auto;
  padding: 8px 0;
}
section#topbar div.topbar-wrapper div.register {
  float: left;
}
section#topbar div.topbar-wrapper div.register a.btn_register {
  display: block;
  float: left;
  text-align: center;
  font-size: 19px;
  color: #fff;
  width: 272px;
  height: 34px;
  line-height: 32px;
  vertical-align: middle;
  text-decoration: none;
  background: #fc3d1a;
  border: 1px solid #ff5b3d;
}
section#topbar div.topbar-wrapper div.register a.btn_register > span {
  font-weight: 700;
}
section#topbar div.topbar-wrapper div.register a.btn_register:hover {
  background-color: #f53d1c;
}
section#topbar div.topbar-wrapper div.register form {
  float: left;
  margin-left: 15px;
  padding-top: 2px;
  position: relative;
}
section#topbar div.topbar-wrapper div.register form label {
  display: block;
  float: left;
  color: #2e3434;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}
section#topbar div.topbar-wrapper div.register form input {
  display: block;
  float: left;
  margin-left: 5px;
  outline: none;
}
section#topbar div.topbar-wrapper div.register form input[type=text],
section#topbar div.topbar-wrapper div.register form input[type=password] {
  padding: 5px 8px;
  width: 200px;
  font-size: 14px;
  height: 30px;
  color: #484b4c;
  border: 0;
  border-left: 2px solid #808080;
  background: #f2f2f2;
}
section#topbar div.topbar-wrapper div.register form input[type=text].hint,
section#topbar div.topbar-wrapper div.register form input[type=password].hint {
  font-style: normal;
  color: #484b4c;
}
section#topbar div.topbar-wrapper div.register form input[type=submit] {
  font-size: 14px;
  color: #fff;
  background: #fd401d;
  border: 0;
  padding: 0 6px;
  height: 30px;
  cursor: pointer;
}
section#topbar div.topbar-wrapper div.register form input[type=submit]:hover {
  background: #e33e20;
}
section#topbar div.topbar-wrapper div.register form a.password_recovery {
  display: block;
  float: left;
  margin-left: 12px;
  color: #312e2e;
  font-size: 12px;
  margin-top: 8px;
}
section#topbar div.topbar-wrapper div.register form #login_form_error {
  position: absolute;
  width: 517px;
  height: 40px;
  margin: -10px 0 0 0;
  padding: 5px 30px 5px 57px;
  left: 0;
  top: 6px;
}
section#topbar div.topbar-wrapper div.register form #login_form_error input {
  position: absolute;
  display: block;
  border: 0;
  color: #fff;
  background: #606062;
  padding: 0 8px;
  height: 25px;
  right: 5px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  width: 38px;
}
section#topbar div.topbar-wrapper div.logged a.screenname {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  padding: 0 20px 0 45px;
  background: url(/img/default/bg_logged.png) 0 50% no-repeat;
  text-decoration: none;
  color: #0d0d0d;
  font-size: 15px;
}
section#topbar div.topbar-wrapper div.logged ul.menu {
  list-style: none;
  padding: 0;
  float: left;
  margin-left: 10px;
}
section#topbar div.topbar-wrapper div.logged ul.menu li {
  float: left;
  vertical-align: middle;
}
section#topbar div.topbar-wrapper div.logged ul.menu li a {
  display: block;
  color: #0d0d0d;
  text-decoration: none;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
}
section#topbar div.topbar-wrapper div.logged ul.menu li a:hover,
section#topbar div.topbar-wrapper div.logged ul.menu li.selected a {
  background-color: #606061;
  color: #fff;
}
section#topbar div.topbar-wrapper div.logged ul.menu li.ssmenu {
  position: relative;
}
section#topbar div.topbar-wrapper div.logged ul.menu li.ssmenu a {
  padding-right: 25px;
  background-image: url(/img/default/item_arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
section#topbar div.topbar-wrapper div.logged ul.menu li.ssmenu a:hover,
section#topbar div.topbar-wrapper div.logged ul.menu li.ssmenu.selected a {
  background-image: url(/img/default/item_arrow_white.png);
}
section#topbar div.topbar-wrapper div.logged ul.menu li.separator {
  height: 30px;
  margin-top: 3px;
  background: #bbbbbb;
  text-indent: -9000px;
  width: 1px;
}
section#topbar div.topbar-wrapper div.logged ul.menu span.book_progress {
  display: inline-block;
  margin-left: 3px;
  width: 35px;
  height: 20px;
  line-height: 17px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: url(/img/default/bg_book_progress.png) 0 0 no-repeat;
  padding-bottom: 3px;
}
section#topbar div.topbar-wrapper div.logged ul.menu .notification-badge {
  margin-left: 5px;
  font-size: 11px;
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu {
  position: absolute;
  list-style: none;
  width: 100%;
  background: #606062;
  padding: 0;
  right: 0;
  top: 36px;
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li {
  clear: both;
  padding: 0;
  float: none;
  height: auto;
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li:hover {
  background: #ff2b05;
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li.separator {
  text-align: left;
  text-ident: -9000px;
  height: 1px;
  margin: 0 auto 1px auto;
  border-bottom: 1px solid #737375;
  padding: 0;
  width: 80%;
  background: none;
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li.separator:hover {
  background: none;
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li.profile a {
  background-image: url(/img/default/picto_profile.png);
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li.videos a {
  background-image: url(/img/default/picto_videos.png);
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li.pictures a {
  background-image: url(/img/default/picto_pictures.png);
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu li.musics a {
  background-image: url(/img/default/picto_musics.png);
}
section#topbar div.topbar-wrapper div.logged ul.menu ul.ssmenu a {
  display: block;
  height: 31px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  line-height: 25px;
  vertical-align: middle;
  border: 3px solid #606062;
  padding: 0 0 0 40px;
  background-color: transparent;
}
section#topbar div.topbar-wrapper div.logged a.logout {
  display: block;
  float: right;
  color: #0d0d0d;
  line-height: 17px;
  height: 17px;
  padding-left: 22px;
  background: url(/img/default/btn_logout.png) 0 0 no-repeat;
  vertical-align: middle;
  text-transform: lowercase;
  margin-top: 10px;
  font-size: 11px;
  text-decoration: none;
}
section#topbar div.topbar-wrapper div.logged a.logout:hover {
  background-position: 0 -17px;
  color: #ff2b04;
}
@media (max-width: 767px) {
  section#topbar div.topbar-wrapper div.register a.btn_register {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  section#topbar .topbar-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1040px) {
  section#topbar .topbar-wrapper {
    max-width: 1160px;
  }
}
@media (max-width: 991px) {
  section#topbar {
    border-bottom: 0;
  }
  body.mobile-sidebar-left-open section#topbar,
  body.dropdown-login-open section#topbar {
    display: none;
  }
}
#country_selector {
  float: right;
  position: relative;
  margin-top: 1px;
}
#country_selector:before {
  content: ' ';
  display: block;
  width: 0px;
  height: 20px;
  overflow: hidden;
  border-left: 1px solid #919498;
  position: absolute;
  left: -15px;
  top: 4px;
}
#country_selector label {
  display: block;
  float: left;
  color: #312e2e;
  font-size: 12px;
  margin-right: 8px;
  padding-top: 2px;
  line-height: 24px;
  vertical-align: middle;
}
@media (max-width: 344px) {
  #country_selector label {
    display: none;
  }
}
#country_selector span.title {
  display: block;
  float: left;
  color: #312e2e;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  font-size: 10px;
  padding: 0;
  border: 3px solid transparent;
  cursor: pointer;
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-indent: -9000px;
  position: relative;
  margin-top: -2px;
}
#country_selector span.title.fr {
  background-image: url(/img/default/flags/fr_24.png);
}
#country_selector span.title.br {
  background-image: url(/img/default/flags/br_24.png);
}
#country_selector span.title.be {
  background-image: url(/img/default/flags/be_24.png);
}
#country_selector span.title.ch {
  background-image: url(/img/default/flags/ch_24.png);
}
#country_selector span.title.ar {
  background-image: url(/img/default/flags/ar_24.png);
}
#country_selector span.title.uy {
  background-image: url(/img/default/flags/uy_24.png);
}
#country_selector span.title.lu {
  background-image: url(/img/default/flags/lu_24.png);
}
#country_selector span.title.pt {
  background-image: url(/img/default/flags/pt_24.png);
}
#country_selector span.title.it {
  background-image: url(/img/default/flags/it_24.png);
}
#country_selector span.title.es {
  background-image: url(/img/default/flags/es_24.png);
}
#country_selector span.title.mx {
  background-image: url(/img/default/flags/mx_24.png);
}
#country_selector span.title.il {
  background-image: url(/img/default/flags/il_24.png);
}
#country_selector span.title.gb {
  background-image: url(/img/default/flags/gb_24.png);
}
#country_selector span.title.us {
  background-image: url(/img/default/flags/us_24.png);
}
#country_selector span.title.ca {
  background-image: url(/img/default/flags/ca_24.png);
}
#country_selector span.title.de {
  background-image: url(/img/default/flags/de_24.png);
}
#country_selector span.title.ru {
  background-image: url(/img/default/flags/ru_24.png);
}
#country_selector span.title:hover,
#country_selector span.title.selected {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#country_selector span.title:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 12px;
  text-indent: 0;
  color: #5b5b5b;
  display: block;
  position: absolute;
  left: 10px;
  bottom: -4px;
}
#country_selector span.title.selected:after {
  content: "\f106";
}
#country_selector ul.selector {
  position: absolute;
  list-style: none;
  width: 150px;
  background: #f2f2f2;
  padding: 0;
  right: 0;
  top: 30px;
  z-index: 8001;
}
#country_selector ul.selector li {
  clear: both;
  padding: 0;
}
#country_selector ul.selector li a {
  display: block;
  height: 32px;
  background-position: 6px 50%;
  background-repeat: no-repeat;
  color: #323232;
  text-decoration: none;
  line-height: 26px;
  vertical-align: middle;
  border: 3px solid #f2f2f2;
  padding: 0 0 0 30px;
}
#country_selector ul.selector li:hover {
  background: #727272;
}
#country_selector ul.selector li:hover a {
  color: #fff;
}
#country_selector ul.selector li.separator {
  text-align: left;
  text-ident: -9000px;
  height: 1px;
  margin: 0 auto 1px auto;
  border-bottom: 1px solid #dadada;
  padding: 0;
  width: 80%;
}
#country_selector ul.selector li.separator:hover {
  background: none;
}
#country_selector .country_fr {
  background-image: url(/img/default/flags/fr_16.png);
}
#country_selector .country_br {
  background-image: url(/img/default/flags/br_16.png);
}
#country_selector .country_be {
  background-image: url(/img/default/flags/be_16.png);
}
#country_selector .country_ch {
  background-image: url(/img/default/flags/ch_16.png);
}
#country_selector .country_ar {
  background-image: url(/img/default/flags/ar_16.png);
}
#country_selector .country_uy {
  background-image: url(/img/default/flags/uy_16.png);
}
#country_selector .country_lu {
  background-image: url(/img/default/flags/lu_16.png);
}
#country_selector .country_pt {
  background-image: url(/img/default/flags/pt_16.png);
}
#country_selector .country_it {
  background-image: url(/img/default/flags/it_16.png);
}
#country_selector .country_mx {
  background-image: url(/img/default/flags/mx_16.png);
}
#country_selector .country_es {
  background-image: url(/img/default/flags/es_16.png);
}
#country_selector .country_il {
  background-image: url(/img/default/flags/il_16.png);
}
#country_selector .country_gb {
  background-image: url(/img/default/flags/gb_16.png);
}
#country_selector .country_us {
  background-image: url(/img/default/flags/us_16.png);
}
#country_selector .country_ca {
  background-image: url(/img/default/flags/ca_16.png);
}
#country_selector .country_de {
  background-image: url(/img/default/flags/de_16.png);
}
#country_selector .country_ru {
  background-image: url(/img/default/flags/ru_16.png);
}
@media (max-width: 991px) {
  #country_selector:before {
    content: none;
    display: none;
  }
}
/******************************************************************************/
/* Header                                                                     */
/******************************************************************************/
#header {
  height: 165px;
  background: #fff;
  margin-top: 50px;
  padding-top: 10px;
  position: relative;
  z-index: 50;
}
#header h1 {
  display: none;
}
#header div.header_top {
  height: 115px;
  padding: 0 5px;
  overflow: hidden;
  max-width: 1180px;
  margin: auto;
}
#header div.header_top div.left {
  float: left;
  width: 240px;
  padding-top: 10px;
}
#header div.header_top div.left a#logo {
  display: block;
  padding-left: 5px;
}
#header div.header_top div.left a#logo img {
  display: block;
  width: 100%;
}
#header div.header_top div.left div.stats {
  padding: 6px 0 0;
  text-align: center;
}
#header div.header_top div.left div.stats span.separator {
  display: inline-block;
  color: #6b6d6f;
  font-size: 12px;
  vertical-align: middle;
  line-height: 13px;
}
#header div.header_top div.left div.stats span.line {
  display: inline-block;
  color: #6b6d6f;
  font-size: 13px;
  vertical-align: middle;
  line-height: 13px;
}
#header div.header_top div.left div.stats span.line span {
  color: #33404b;
  font-weight: 600;
}
#header div.header_top div.left.nobanner {
  padding-top: 0;
  width: 285px;
}
@media (min-width: 1050px) {
  #header div.header_top div.left.hasbanner {
    padding-top: 0;
    width: 285px;
  }
}
@media (max-width: 1040px - 1) {
  #header div.header_top div.left {
    width: 285px;
  }
  #header div.header_top div.left a#logo img {
    width: 285px;
  }
  #header div.header_top div.left div.stats {
    padding-top: 0;
  }
}
#header div.header_top div.right {
  float: right;
}
#header div.header_top div.right div.banner {
  margin-left: 1px;
}
#header div.header_top div.right div.banner span.credit {
  display: block;
  color: #b2b2b2;
  font-size: 10px;
}
#header div.header_top div.right.banner {
  margin-top: -10px;
}
#header div.header_top div.right.nobanner {
  margin-top: 25px;
}
@media (max-width: 1040px - 1) {
  #header div.header_top div.right {
    margin-top: 25px;
  }
  #header div.header_top div.right div.banner {
    display: none;
  }
}
#header-mobile {
  background: #fff;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  border-bottom: 1px solid #5b5b5b;
  -webkit-transition: padding-left linear 0.2s 0s;
  -o-transition: padding-left linear 0.2s 0s;
  -ms-transition: padding-left linear 0.2s 0s;
  -moz-transition-property: padding-left;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0s;
  transition: padding-left linear 0.2s 0s;
}
#header-mobile > ul {
  list-style: none;
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
}
#header-mobile > ul > li {
  display: table-cell;
  vertical-align: middle;
}
#header-mobile > ul > li.menu,
#header-mobile > ul > li.account {
  width: 0;
}
#header-mobile > ul > li.menu > a,
#header-mobile > ul > li.account > a {
  display: block;
  padding: 14px 10px;
}
#header-mobile > ul > li.menu > a > img,
#header-mobile > ul > li.account > a > img {
  display: block;
  width: 32px;
  height: 32px;
}
#header-mobile > ul > li.account > a {
  position: relative;
}
#header-mobile > ul > li.account > a > .badge {
  background: #ff2b04;
  position: absolute;
  top: 5px;
  right: 5px;
}
#header-mobile > ul > li.logo {
  width: 100%;
  text-align: center;
}
#header-mobile > ul > li.logo img {
  width: 150px;
}
@media (max-width: 991px) {
  body.not-logged #header-mobile {
    top: 50px;
  }
}
body.mobile-sidebar-left-open #header-mobile,
body.dropdown-login-open #header-mobile {
  top: 0;
}
body.mobile-sidebar-left-open #header-mobile {
  padding-left: 260px;
}
/******************************************************************************/
/* menu                                                                     */
/******************************************************************************/
#top-menu-container {
  background: #5b5b5b;
  position: relative;
  z-index: 50;
}
#top-menu {
  height: 50px;
  padding: 8px 8px 0;
  position: relative;
  z-index: 50;
  max-width: 1180px;
  margin: auto;
}
#top-menu > ul {
  list-style: none;
  padding: 0;
  float: left;
}
#top-menu > ul > li {
  float: left;
}
#top-menu > ul > li.top-menu-item > a {
  float: left;
  display: block;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  padding: 0 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#top-menu > ul > li.top-menu-item:hover > a,
#top-menu > ul > li.top-menu-item.selected > a {
  background: #f9f9f9;
  color: #f72a04;
}
#top-menu > ul > li.sub-menu {
  position: relative;
}
#top-menu > ul > li.sub-menu > .sub-menu-items {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 42px;
  left: -45px;
  width: 180px;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  z-index: 50;
  border: 1px solid #d0d0d0;
  border-top: 0;
}
#top-menu > ul > li.sub-menu > .sub-menu-items > li > a {
  display: block;
  border-bottom: 1px solid #dadada;
  padding: 11px 5px;
  background: #fff;
  color: #404040;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}
#top-menu > ul > li.sub-menu > .sub-menu-items > li > a:hover {
  color: #f72a04;
}
#top-menu > ul > li.sub-menu:hover > .sub-menu-items {
  opacity: 1;
  display: block;
}
#top-menu .search-form {
  float: right;
  padding-left: 5px;
  padding-top: 2px;
}
#top-menu .search-form input[type=text] {
  border: 0;
  color: #000;
  padding: 3px 8px;
  font-size: 14px;
  outline: none;
  width: 260px;
  height: 30px;
}
#top-menu .search-form input[type=text].hint {
  color: #424242;
  font-style: normal;
}
@media (max-width: 1040px) {
  #top-menu .search-form input[type=text] {
    width: 235px;
  }
}
#top-menu .search-form input[type=submit] {
  font-size: 14px;
  color: #fff;
  background: #f72a04;
  border: 0;
  cursor: pointer;
  margin-left: 3px;
  width: 32px;
  height: 30px;
  padding: 0;
  text-align: center;
}
#top-menu .search-form input[type=submit]:hover {
  background-color: #e33e20;
}
/******************************************************************************/
/* mobile sidebar                                                             */
/******************************************************************************/
#mobile-sidebar {
  display: none;
}
#mobile-sidebar-left {
  border-right: 1px solid #e9e9e9;
}
#mobile-sidebar-left .logo {
  text-align: center;
  padding: 10px 0;
}
#mobile-sidebar-left .logo > img {
  width: 200px;
}
#mobile-sidebar-left .sidebar-menu {
  padding: 0;
}
#mobile-sidebar-left .sidebar-menu > li {
  position: relative;
}
#mobile-sidebar-left .sidebar-menu > li > a {
  display: block;
  border-left: 20px solid #5b5b5b;
  color: #5b5b5b;
  font-size: 19px;
  line-height: 24px;
  padding: 10px 15px;
}
#mobile-sidebar-left .sidebar-menu > li:after {
  content: ' ';
  display: block;
  margin: 0 10px 0 30px;
  height: 1px;
  overflow: hidden;
  background: #efefef;
  margin-top: -1px;
}
#mobile-sidebar-left .sidebar-menu > li.active > a,
#mobile-sidebar-left .sidebar-menu > li > a:hover {
  border-left-color: #ff2b04;
  color: #ff2b04;
}
#mobile-sidebar-left .sidebar-menu > li.active:before {
  content: ' ';
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #ff2b04;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
}
#mobile-sidebar-left .customer-box {
  background: #5b5b5b;
  padding: 10px 0;
}
#mobile-sidebar-left .customer-box > .avatar {
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
#mobile-sidebar-left .customer-box > .avatar > img {
  display: block;
  width: 100%;
  border: 2px solid #686868;
  margin-bottom: 3px;
}
#mobile-sidebar-left .customer-box > .avatar > .screenname {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
#mobile-sidebar-left .customer-box > .account-menu {
  padding: 0 10px 0 0;
  list-style: none;
  font-size: 15px;
}
#mobile-sidebar-left .customer-box > .account-menu > li > a {
  display: block;
  line-height: 20px;
  color: #fff;
}
#mobile-sidebar-left .customer-box > .account-menu > li.logout {
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
}
#mobile-sidebar-left .customer-box > .account-menu > li.logout > a {
  text-decoration: underline;
}
#mobile-sidebar-left .customer-box > .account-menu > li.logout > a:before {
  font-family: FontAwesome;
  content: '\f00d';
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  font-size: 11px;
}
#mobile-sidebar-left .search-form {
  margin-bottom: 5px;
}
#mobile-sidebar-left .search-form > .wrapper {
  display: table;
  width: 100%;
}
#mobile-sidebar-left .search-form > .wrapper > span {
  display: table-cell;
  vertical-align: middle;
}
#mobile-sidebar-left .search-form > .wrapper > span.w-form-control {
  position: relative;
}
#mobile-sidebar-left .search-form > .wrapper > span.w-form-control > .form-control {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 11px 10px 11px 40px;
  line-height: 20px;
  height: 42px;
  font-size: 15px;
}
#mobile-sidebar-left .search-form > .wrapper > span.w-form-control > .fa-search {
  display: block;
  position: absolute;
  color: #fff;
  background: #5b5b5b;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 3px;
  top: 6px;
  font-size: 16px;
}
#mobile-sidebar-left .search-form > .wrapper > span.w-submit {
  width: 1%;
}
#mobile-sidebar-left .search-form > .wrapper > span.w-submit > .btn {
  display: block;
  padding: 11px 10px;
  line-height: 20px;
  border: 0;
  height: 42px;
}
#mobile-sidebar-left .search-form:after {
  display: block;
  content: ' ';
  overflow: hidden;
  background: #efefef;
  height: 1px;
  margin: 0 10px;
}
/******************************************************************************/
/* top bar domaines artistiques                                               */
/******************************************************************************/
#arts-top-bar {
  list-style: none;
  display: table;
  border: 1px solid #e5e5e5;
  margin-top: 14px;
  padding: 0;
  font-size: 12px;
  width: 100%;
  background: #fff;
}
#arts-top-bar > li {
  display: table-cell;
  line-height: 18px;
  color: #5b5b5b;
  padding: 5px;
  vertical-align: middle;
}
#arts-top-bar > li.separator {
  width: 11px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#arts-top-bar > li.separator:before {
  content: ' ';
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 100%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: #bfbfbf;
  left: 6px;
  top: 0;
  z-index: 1;
}
#arts-top-bar > li.separator:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 100%;
  overflow: hidden;
  background: url(/img/default/item_arts_separator.png) 1px 50% no-repeat;
  top: 0;
  left: 0;
}
#arts-top-bar > li.art {
  min-width: 80px;
  white-space: nowrap;
}
#arts-top-bar > li.art > a {
  display: block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  color: inherit;
}
#arts-top-bar > li.art > a > .icon {
  font-size: 40px;
  line-height: 40px;
}
#arts-top-bar > li.art > a > .icon.flaticon-question {
  font-size: 32px;
}
#arts-top-bar > li.art > a > span {
  display: block;
  margin-top: 5px;
}
#arts-top-bar > li.art > a .dash,
#arts-top-bar > li.art > a .line-break {
  display: none;
}
@media (min-width: 1040px) {
  #arts-top-bar > li.art > a .dash {
    display: inline;
  }
}
@media (max-width: 1039px) {
  #arts-top-bar > li.art > a .line-break {
    display: inline;
  }
}
#arts-top-bar > li.create-book {
  font-size: 14px;
  max-width: 160px;
}
#arts-top-bar > li.create-book > a {
  display: block;
  padding: 0 10px;
  text-align: center;
  color: inherit;
}
#arts-top-bar > li.create-book > a > .icon {
  font-size: 40px;
  line-height: 1;
}
#arts-top-bar > li.create-book > a > span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #arts-top-bar {
    display: none;
  }
}
/******************************************************************************/
/* Footer                                                                     */
/******************************************************************************/
#footer-container {
  background: #5b5b5b;
  position: relative;
}
#footer {
  padding: 20px 15px 8px;
  margin: auto;
  font-size: 12px;
  max-width: 1200px;
  color: #fff;
}
#footer h2 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
#footer h2 span.logo {
  display: block;
  text-align: center;
}
#footer h2 span.logo > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#footer h2 span.subtitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-top: 15px;
  border-top: 1px solid #cfcfcf;
  margin-top: 15px;
}
#footer h2.has-appstore span.subtitle {
  display: none;
}
#footer h2 a.btn-app-store,
#footer h2 a.btn-play-store {
  display: block;
  margin: 15px auto 0;
}
#footer h2 a.btn-app-store > img,
#footer h2 a.btn-play-store > img {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
#footer ul {
  list-style: none;
  border-right: 1px solid #757575;
  margin-bottom: 10px;
}
#footer ul li {
  line-height: 15px;
}
#footer ul li a {
  color: #fff;
  margin-bottom: 2px;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer ul li.title {
  font-weight: 600;
  margin-bottom: 10px;
}
#footer ul.footer_links {
  border: none;
  margin-bottom: 0;
  padding: 0;
  text-align: right;
}
#footer ul.footer_links li {
  margin: 0 5px;
  line-height: 31px;
  display: inline-block;
  veritical-align: middle;
}
#footer ul.footer_links li.image {
  margin-left: 15px;
}
#footer ul.footer_links li.image img {
  vertical-align: middle;
}
#footer ul.footer_links li.separator {
  text-indent: -9000px;
  width: 1px;
  height: 10px;
  border-left: 1px solid #9b9b9b;
  margin-top: 10px;
  margin: 0;
  line-height: 10px;
}
#footer ul.footer_links li a {
  line-height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  white-space: nowrap;
}
#footer ul.footer_links li.social-networks span.title {
  display: inline-block;
  vertical-align: middle;
  line-height: 31px;
}
#footer ul.footer_links li.social-networks a.btn-social {
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  text-indent: -90000px;
  margin-left: 2px;
  text-align: left;
}
#footer ul.footer_links li.social-networks a.btn-social.twitter {
  background-image: url(/img/default/ic_twitter.png);
}
#footer ul.footer_links li.social-networks a.btn-social.facebook {
  background-image: url(/img/default/ic_facebook.png);
}
#footer ul.footer_links li.social-networks a.btn-social.snapchat {
  background-image: url(/img/default/ic_snapchat.png);
}
#footer ul.footer_links li.social-networks a.btn-social.instagram {
  background-image: url(/img/default/ic_instagram.png);
}
#footer ul.footer_links li.social-networks a.btn-social.gplus {
  background-image: url(/img/default/ic_gplus.png);
}
#footer ul.footer_links li.social-networks a.btn-social.youtube {
  background-image: url(/img/default/ic_youtube.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #footer ul.footer_links li.social-networks a.btn-social {
    background-size: 31px 31px;
  }
  #footer ul.footer_links li.social-networks a.btn-social.twitter {
    background-image: url(/img/default/ic_twitter@2x.png);
  }
  #footer ul.footer_links li.social-networks a.btn-social.facebook {
    background-image: url(/img/default/ic_facebook@2x.png);
  }
  #footer ul.footer_links li.social-networks a.btn-social.snapchat {
    background-image: url(/img/default/ic_snapchat@2x.png);
  }
  #footer ul.footer_links li.social-networks a.btn-social.instagram {
    background-image: url(/img/default/ic_instagram@2x.png);
  }
  #footer ul.footer_links li.social-networks a.btn-social.gplus {
    background-image: url(/img/default/ic_gplus@2x.png);
  }
  #footer ul.footer_links li.social-networks a.btn-social.youtube {
    background-image: url(/img/default/ic_youtube@2x.png);
  }
}
#footer .footer-link-row {
  padding-left: 0;
  padding-right: 0;
}
#footer .footer-link-row.last ul.last {
  border-right: 0;
}
@media (max-width: 767px) {
  #footer .footer-link-row ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  #footer .footer-link-row ul.last {
    border-right: 0;
  }
  #footer ul.footer_links {
    text-align: center;
  }
  #footer ul.footer_links li {
    line-height: 20px;
  }
  #footer ul.footer_links li a {
    line-height: 20px;
  }
  #footer ul.footer_links li.social-networks {
    line-height: 31px;
    display: block;
    padding-top: 6px;
    margin-top: 6px;
    border-top: 1px solid #818181;
  }
}
@media (min-width: 992px) {
  #footer-container {
    padding: 25px 10px;
  }
  #footer {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/** liens pages customs **/
#footer_seo_links {
  position: relative;
  font-size: 12px;
  line-height: 1.1em;
  margin: auto;
  padding: 15px 10px;
  max-width: 1200px;
  background: #fff;
}
#footer_seo_links:before,
#footer_seo_links:after {
  content: " ";
  display: table;
}
#footer_seo_links:after {
  clear: both;
}
#footer_seo_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer_seo_links ul li {
  padding: 2px 5px;
  color: #757575;
  display: inline-block;
}
#footer_seo_links ul li a {
  font-size: 11px;
  color: #757575;
  text-decoration: none;
}
#footer_seo_links ul li a:hover {
  text-decoration: underline;
}
#footer_seo_links.columns ul {
  float: left;
  width: 20%;
}
#footer_seo_links.columns ul li {
  float: none;
}
#footer_seo_links_2 {
  position: relative;
  font-size: 12px;
  line-height: 1.1em;
  margin: 10px auto 15px;
  padding: 10px;
  background: #fff;
  max-width: 1200px;
}
#footer_seo_links_2:before,
#footer_seo_links_2:after {
  content: " ";
  display: table;
}
#footer_seo_links_2:after {
  clear: both;
}
#footer_seo_links_2 > ul {
  list-style: none;
  padding: 0 8px;
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  border-left: 1px solid #cfcfcf;
}
#footer_seo_links_2 > ul:first-child {
  border-left: 0;
}
#footer_seo_links_2 > ul > li {
  margin: 15px 0;
}
#footer_seo_links_2 > ul > li > a {
  text-decoration: none;
  color: #333;
}
#footer_seo_links_2 > ul > li > a:hover {
  text-decoration: underline;
}
#footer_seo_links_2 > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
#footer_seo_links_2 > ul > li > ul > li {
  margin: 3px 0;
}
#footer_seo_links_2 > ul > li > ul > li > a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer_seo_links_2 > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #footer_seo_links_2 {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************************************************************/
/* Partenaires pied de page                                                   */
/******************************************************************************/
#partners_box {
  margin: 10px 0;
}
#partners_box div.list {
  margin: 10px 0;
  line-height: 62px;
  vertical-align: middle;
}
#partners_box div.list a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  width: 47px;
  line-height: 62px;
  text-align: center;
}
#partners_box div.list a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 47px;
  max-height: 55px;
}
/******************************************************************************/
/* Messages de Status                                                         */
/******************************************************************************/
.mesg_ok,
.mesg_warning,
.mesg_error,
.mesg_info {
  min-height: 30px;
  margin: 5px auto;
  text-align: left;
  border: 1px solid #ddd;
  padding: 15px 15px 15px 57px;
  color: #565656;
  font-size: 12px;
  position: relative;
}
.mesg_ok {
  background: #effeb9 url(/img/default/picto_success.png) 12px 50% no-repeat;
  border-color: #98c700;
}
.mesg_warning {
  background: #ffe9ad url(/img/default/picto_warning.png) 12px 50% no-repeat;
  border-color: #fab418;
}
.mesg_error {
  background: #fccac1 url(/img/default/picto_error.png) 12px 50% no-repeat;
  border-color: #eb5439;
}
.mesg_info {
  background: #d1e4f3 url(/img/default/picto_info.png) 12px 50% no-repeat;
  border-color: #4d8fcb;
}
.mesg_ok .mesg_close,
.mesg_warning .mesg_close,
.mesg_error .mesg_close,
.mesg_info .mesg_close {
  display: block;
  width: 11px;
  height: 11px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mesg_ok .mesg_close {
  background-image: url(/img/default/btn_close_success.png);
}
.mesg_warning .mesg_close {
  background-image: url(/img/default/btn_close_warning.png);
}
.mesg_error .mesg_close {
  background-image: url(/img/default/btn_close_error.png);
}
.mesg_info .mesg_close {
  background-image: url(/img/default/btn_close_info.png);
}
.mesg_ok .mesg_close:hover,
.mesg_warning .mesg_close:hover,
.mesg_error .mesg_close:hover,
.mesg_info .mesg_close:hover {
  background-image: url(/img/default/btn_close_over.png);
}
.mesg_ok a,
.mesg_warning a,
.mesg_error a,
.mesg_info a {
  color: #444;
}
/******************************************************************************/
/* Mise en forme générale                                                     */
/******************************************************************************/
.right-padding-top {
  padding-top: 38px;
}
#right {
  margin-top: 15px;
}
@media (min-width: 800px) {
  #left {
    float: left;
    width: 70%;
    padding-right: 15px;
  }
  #left.large {
    float: none;
    padding-right: 0;
    width: auto;
  }
  #right {
    float: right;
    width: 30%;
    padding-top: 38px;
    margin-top: 0;
  }
  #right.no_padding {
    padding-top: 0;
  }
}
@media (min-width: 1040px) {
  #left {
    width: 68%;
  }
  #right {
    width: 32%;
  }
}
.main-separator {
  height: 1px;
  border-bottom: #e5e5e5;
  background: #f1f1f1;
  margin: 25px auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}
.article-read-more {
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  z-index: 2;
}
.article-read-more:before {
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #ff2b04;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.article-read-more:hover:before {
  width: 100%;
}
.h2-title {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
.h2-title > a.title,
.h2-title > span,
.h2-title > strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: 400;
  float: left;
  /*none*/
  text-decoration: none;
  margin: 0;
  color: #5b5b5b;
  border-bottom: 2px solid #ee3900;
}
.h2-title > a.title > .icon.red,
.h2-title > span > .icon.red,
.h2-title > strong > .icon.red {
  color: #bb2d00;
}
.h2-title.main {
  background: none;
  font-weight: 700;
  color: #ff2b04;
  font-size: 18px;
  text-transform: uppercase;
}
.h2-title > a.title:hover {
  margin: 0;
}
.h2-title.main .share {
  float: right;
}
.h2-title .more-link-wrapper {
  margin: 0;
  padding-top: 6px;
}
@media (max-width: 991px) {
  .h2-title .more-link-wrapper {
    display: none;
  }
}
h2.box-main {
  color: #ff2b04;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 24px;
  padding: 4px 15px;
}
h2.box-main-2 {
  color: #ff2b04;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 24px;
  padding: 4px 0;
}
h2.box-main-2 > span {
  color: #5b5b5b;
}
.h3-red {
  font-weight: 400;
  color: #ff2b04;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 10px 0;
}
div.more {
  margin: 10px 0;
  text-align: right;
}
div.more a {
  display: inline-block;
  padding-right: 18px;
  background: url(/img/default/link_arrow.png) 100% 50% no-repeat;
  color: #000;
  text-decoration: none;
}
div.more a:hover {
  text-decoration: underline;
}
.more-link-wrapper {
  margin: 4px 0;
  line-height: 15px;
  text-align: right;
}
.more-link-wrapper > a {
  font-size: 13px;
  display: inline-block;
  padding-right: 18px;
  background: url(/img/default/link_arrow.png) 100% 50% no-repeat;
  color: #000;
  text-decoration: none;
}
.more-link-wrapper > a > span {
  font-weight: 600;
}
.more-link-wrapper > a:hover {
  text-decoration: underline;
}
.right-box {
  background: #ffffff;
  border: 1px solid #efefef;
  padding: 10px;
  margin-bottom: 15px;
}
.right-box.primary {
  border-color: #bb2d00;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.right-box .h2-title {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
  height: auto;
  margin-bottom: 10px;
}
.right-box .h2-title > a {
  background: transparent;
  float: none;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #ee3900;
  text-transform: lowercase;
  line-height: 2.0em;
  font-size: 18px;
  height: auto;
}
.right-box .h2-title > a > .icon {
  margin-right: 8px;
}
.right-box .h2-title:after,
.right-box .h2-title:before {
  content: none;
}
.right-box .more-link-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #efefef;
}
.right-box-outline {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}
.right-box-outline > a.title {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5b5b5b;
  padding: 6px 10px 6px 42px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.right-box-outline > a.title > .icon {
  position: absolute;
  background: #ff2b04;
  color: #fff;
  height: 100%;
  width: 35px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 35px;
}
.right-box-outline > .content {
  display: block;
  text-decoration: none;
}
.right-box-outline > .content strong {
  font-weight: 600;
}
.right-box-outline > .content > span.infos {
  display: block;
  padding: 10px;
  color: #000;
}
.right-box-outline > .content > span.infos > span {
  display: block;
}
.right-box-outline > .content > span.actions {
  display: block;
  text-align: right;
}
.right-box-outline > .content > span.actions .btn-postulate {
  display: inline-block;
  position: static;
}
.right-box-info {
  margin-bottom: 15px;
  background: #ffffff;
  border: 2px solid #ebebeb;
  padding: 15px 20px;
  text-align: center;
}
.right-box-info > a.title {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #5b5b5b;
  padding: 0 10px;
  margin-bottom: 10px;
}
.right-box-info > a.title:after {
  display: block;
  content: '';
  height: 1px;
  margin-top: 10px;
  background-image: -moz-linear-gradient(left top, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
  background-image: -ms-linear-gradient(left top, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
  background-image: -webkit-gradient(left top, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
  background-image: -o-linear-gradient(left top, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
  background-image: linear-gradient(left top, #ffffff 0%, #ebebeb 50%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ebebeb), color-stop(100%, #ffffff));
}
.right-box-info > a.title > i.fa,
.right-box-info > a.title > i.icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 45px;
  text-align: center;
  font-weight: 400;
}
.right-box-info > a.title > span {
  display: block;
  margin-top: 5px;
}
.right-box-info > .content {
  display: block;
  text-decoration: none;
}
.right-box-info > .content strong {
  font-weight: 600;
}
.right-box-info > .content > span.infos {
  display: block;
  padding: 10px;
  color: #000;
}
.right-box-info > .content > span.infos > span {
  display: block;
}
.right-box-info > .content > span.actions {
  display: block;
  margin-top: 5px;
}
.right-box-info > .content > span.actions .btn-postulate {
  display: inline-block;
  position: relative;
  font-size: 15px;
}
/******************************************************************************/
/* share                                                                      */
/******************************************************************************/
div.share span {
  display: block;
  float: left;
  color: #5b5b5b;
  font-size: 11px;
  line-height: 28px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding-left: 5px;
}
a.share_link {
  display: block;
  float: left;
  text-indent: -9000px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  width: 28px;
  height: 28px;
  margin: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-position: 0 0;
  background-repeat: no-repeat;
}
a.share_link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
a.share_link.facebook {
  background-image: url(/img/default/ic_facebook_small.png);
}
a.share_link.twitter {
  background-image: url(/img/default/ic_twitter_small.png);
}
a.share_link.googleplus {
  background-image: url(/img/default/ic_gplus_small.png);
}
a.share_link.mail {
  background-image: url(/img/default/ic_mail_small.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  a.share_link {
    background-size: 28px 28px;
  }
  a.share_link.facebook {
    background-image: url(/img/default/ic_facebook_small@2x.png);
  }
  a.share_link.twitter {
    background-image: url(/img/default/ic_twitter_small@2x.png);
  }
  a.share_link.googleplus {
    background-image: url(/img/default/ic_gplus_small@2x.png);
  }
  a.share_link.mail {
    background-image: url(/img/default/ic_mail_small@2x.png);
  }
}
.share-mobile {
  line-height: 20px;
  color: #5b5b5b;
  vertical-align: middle;
}
.share-mobile > a.btn-share {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ff2b04;
  color: #fff;
  margin-left: 5px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-family: FontAwesome;
  vertical-align: middle;
  cursor: pointer;
}
.share-mobile > a.btn-share:before {
  content: '\f067';
}
/******************************************************************************/
/* commentaires                                                               */
/******************************************************************************/
.comments-list-wrapper {
  margin: 25px 0 10px;
}
.comments-list-wrapper .form-add-comment {
  margin: 15px 8px;
}
.comments-list-wrapper .form-add-comment textarea {
  height: 75px;
}
.comments-list-wrapper .form-add-comment div.submit {
  margin-top: 10px;
  text-align: right;
}
.comments-list-wrapper .form-add-comment .mesg_not_connected a {
  text-decoration: underline;
}
.comments-list-wrapper .comments-list {
  margin: 15px 8px;
  padding-top: 15px;
  border-top: 1px dotted #a8a8a8;
}
.comments-list-wrapper .comments-list div.no-comment {
  margin: 0 5px;
  font-style: italic;
}
.comments-list-wrapper .comments-list div.comment-box {
  padding: 15px 10px;
  overflow: auto;
}
.comments-list-wrapper .comments-list div.comment-box.even {
  background: #e1e4e9;
}
.comments-list-wrapper .comments-list div.comment-box a.picture {
  display: block;
  float: left;
}
.comments-list-wrapper .comments-list div.comment-box a.picture > img {
  width: 60px;
  height: 60px;
}
.comments-list-wrapper .comments-list div.comment-box div.c-title {
  margin-left: 75px;
  font-size: 15px;
}
.comments-list-wrapper .comments-list div.comment-box div.c-title a.screenname {
  color: #3d3d3d;
  text-decoration: none;
}
.comments-list-wrapper .comments-list div.comment-box div.c-title a.screenname:hover {
  text-decoration: underline;
}
.comments-list-wrapper .comments-list div.comment-box div.c-title span.date {
  color: #f54424;
}
.comments-list-wrapper .comments-list div.comment-box p.comment {
  margin-left: 75px;
  font-size: 12px;
  color: #696565;
  margin-top: 4px;
}
.comments-list-wrapper .comments-list a.more-comments {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  line-height: 38px;
  height: 40px;
  vertical-align: middle;
  background: url(/img/default/gradient_more.png) repeat-x;
  font-size: 15px;
  color: #f54424;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #f9ad9f;
}
.comments-list-wrapper .comments-list a.more-comments span {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -9000px;
  background: url(/img/default/picto_plus.png) no-repeat;
  vertical-align: middle;
}
.comments-list-wrapper .comments-list div.loader {
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin: 10px 0 0;
}
.comments-list-wrapper .comments-list div.loader span {
  display: inline-block;
  font-size: 15px;
  color: #5b5b5b;
  padding-left: 25px;
  background: url(/img/default/ajax-loader-white.gif) 0 50% no-repeat;
  font-weight: 700;
}
@media (max-width: 767px) {
  .comments-list-wrapper .form-add-comment,
  .comments-list-wrapper .comments-list {
    margin-left: 0;
    margin-right: 0;
  }
  .comments-list-wrapper .comments-list div.comment-box {
    padding: 10px 5px;
  }
  .comments-list-wrapper .comments-list div.comment-box div.c-title {
    margin-left: 70px;
    font-size: 13px;
  }
  .comments-list-wrapper .comments-list div.comment-box p.comment {
    margin-left: 70px;
  }
}
/******************************************************************************/
/* colonne droite site                                                        */
/******************************************************************************/
#right .h2-title > a {
  font-size: 18px;
  text-transform: none;
}
#right div.right_ad {
  margin-bottom: 10px;
  text-align: center;
}
#right div.right_ad span {
  display: block;
  color: #b2b2b2;
  font-size: 11px;
  margin-bottom: 2px;
}
#right div.right_ad > a {
  display: inline-block;
  border: 0;
}
#right div.right_ad > a img {
  display: inline-block;
  border: 1px solid #e7e7e7;
  width: 100%;
  max-width: 302px;
}
#right div.right_ad div.container {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  padding: 0;
}
/******************************************************************************/
/* Fil d'ariane                                                               */
/******************************************************************************/
#breadcrumb {
  margin: 10px 0 5px;
  position: relative;
  color: #5b5b5b;
  font-weight: 300;
}
#breadcrumb > nav > ul {
  padding: 0;
}
#breadcrumb > nav > ul > li {
  display: inline;
}
#breadcrumb > nav > ul > li > a {
  color: #ee3900;
  text-decoration: none;
}
#breadcrumb > nav > ul > li > a:hover {
  text-decoration: underline;
}
#breadcrumb > nav > ul > li > a.btn-appstore {
  display: block;
  width: 319px;
  height: 30px;
  position: absolute;
  background: url(/img/fr/btn_iphone_top.png) no-repeat;
  text-indent: -90000px;
  right: 0;
  top: -8px;
}
@media (max-width: 991px) {
  #breadcrumb > nav > ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/******************************************************************************/
/* Home                                                                       */
/******************************************************************************/
body.home #breadcrumb {
  display: none;
}
body.home #body {
  margin-top: 15px;
}
#home_slider {
  margin-bottom: 15px;
  border: 1px solid #efefef;
  overflow: hidden;
}
#home_slider .bx-default-pager {
  text-align: right;
  padding-right: 10px;
  bottom: 10px;
}
#home_slider .bx-default-pager a {
  margin: 0 2px;
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.5);
}
#home_slider .bx-default-pager a.active {
  background: #fee802;
}
@media (max-width: 800px - 1) {
  #home_slider {
    display: none;
  }
}
#home_actualities {
  margin-top: 20px;
}
body.home #right {
  padding-top: 0;
}
#home_castings .famous-casting {
  background: #7b7b7b;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 2px solid #6e6e6e;
}
#home_castings .famous-casting .famous-title {
  display: block;
  white-space: nowrap;
  line-height: 32px;
  color: #fecb5e;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #757575;
  padding-bottom: 6px;
  vertical-align: middle;
}
#home_castings .famous-casting .famous-title > span {
  font-weight: 600;
}
#home_castings .famous-casting .famous-title > .icon {
  font-weight: 600;
  margin-right: 5px;
}
#home_castings .famous-casting .famous-detail {
  display: block;
  clear: both;
  padding: 15px 0 5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  line-height: 1.2;
}
#home_castings .famous-casting .famous-detail > .left {
  display: block;
}
#home_castings .famous-casting .famous-detail > .left > .title {
  display: block;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.3;
}
#home_castings .famous-casting .famous-detail > .left > .description {
  display: block;
  color: #fbfbfb;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 15px;
}
#home_castings .famous-casting .famous-detail > .left > .infos {
  display: block;
  color: #fff;
  font-weight: 300;
}
#home_castings .famous-casting .famous-detail > .left > .infos > .art {
  display: inline-block;
  margin-right: 6px;
  text-transform: uppercase;
}
#home_castings .famous-casting .famous-detail > .left > .infos > .date {
  display: inline-block;
  font-size: 12px;
}
#home_castings .famous-casting .famous-detail .btn-postulate {
  border-color: #fecb5e;
}
#home_castings .famous-casting.no-image .famous-detail > .left {
  margin-right: 140px;
}
#home_castings .famous-casting.no-image .famous-detail .btn-postulate {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 117px;
  margin-top: -16px;
}
#home_castings .famous-casting .casting-image-wrapper {
  position: relative;
}
#home_castings .famous-casting .casting-image-wrapper:before {
  display: block;
  content: '';
  padding-bottom: 55%;
}
#home_castings .famous-casting .casting-image-wrapper > .casting-image {
  display: block;
  position: absolute;
  border: 2px solid #fecb5e;
  background-position: 50% 50%;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}
#home_castings .famous-casting.has-image > .famous-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
#home_castings .famous-casting.has-image > .famous-wrapper:before,
#home_castings .famous-casting.has-image > .famous-wrapper:after {
  content: " ";
  display: table;
}
#home_castings .famous-casting.has-image > .famous-wrapper:after {
  clear: both;
}
#home_castings .famous-casting.has-image > .famous-wrapper > .casting-image-wrapper,
#home_castings .famous-casting.has-image > .famous-wrapper > .famous-content {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (min-width: 700px) and (max-width: 799px), (min-width: 992px) {
  #home_castings .famous-casting.has-image > .famous-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 580px) {
  #home_castings .famous-casting.has-image > .famous-wrapper > .casting-image-wrapper {
    width: 35%;
  }
  #home_castings .famous-casting.has-image > .famous-wrapper > .famous-content {
    width: 65%;
  }
}
@media (max-width: 579px) {
  #home_castings .famous-casting.has-image > .famous-wrapper > .casting-image-wrapper {
    margin-bottom: 5px;
  }
  #home_castings .famous-casting.has-image > .famous-wrapper > .famous-content {
    text-align: center;
  }
}
#home_castings .famous-casting.has-image .famous-detail {
  padding-bottom: 0;
}
#home_castings .famous-casting.has-image .btn-postulate {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
/******************************************************************************/
/* register / social box                                                      */
/******************************************************************************/
#right-social-box {
  background: #ffffff;
  padding: 6px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #efefef;
}
#right-social-box > h3 {
  margin: auto;
  color: #5b5b5b;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
#right-social-box > h3 > span {
  font-weight: 700;
}
#right-social-box .social-networks-box {
  margin: 17px 0;
}
#right-social-box > .content-wrapper {
  padding: 14px 10px;
}
#right-social-box > .content-wrapper .btn-app-store,
#right-social-box > .content-wrapper .btn-play-store {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#right-social-box > .content-wrapper .btn-app-store > img,
#right-social-box > .content-wrapper .btn-play-store > img {
  display: inline-block;
  width: 100%;
  max-width: 260px;
}
#right-register-box-new {
  background: #ffffff;
  border: 2px solid #ff2b04;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
#right-register-box-new > h3 {
  text-transform: uppercase;
  color: #ff2b04;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
  border-bottom: 1px solid #ff2b04;
  margin-bottom: 5px;
  font-weight: 600;
}
#right-register-box-new > p.subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #5b5b5b;
  line-height: 1.2;
  margin: 10px 0;
}
#right-register-box-new > .content-wrapper {
  margin: 0 -3px;
}
#right-register-box-new > .content-wrapper:before,
#right-register-box-new > .content-wrapper:after {
  content: " ";
  display: table;
}
#right-register-box-new > .content-wrapper:after {
  clear: both;
}
#right-register-box-new > .content-wrapper > .btn-wrapper {
  float: left;
  padding: 0 3px;
  width: 50%;
}
#right-register-box-new .btn-register {
  display: block;
  text-decoration: none;
}
#right-register-box-new .btn-register:before {
  display: block;
  content: '';
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 100%;
}
#right-register-box-new .btn-register > span {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.5em;
}
#right-register-box-new .btn-register:hover {
  text-decoration: none;
}
#right-register-box-new .btn-register.artist:before {
  background-image: url('/img/default/bg_register_artist.jpg');
}
#right-register-box-new .btn-register.artist > span {
  background-image: -moz-linear-gradient(top, #fee602, #ffd804);
  background-image: -ms-linear-gradient(top, #fee602, #ffd804);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee602), to(#ffd804));
  background-image: -webkit-linear-gradient(top, #fee602, #ffd804);
  background-image: -o-linear-gradient(top, #fee602, #ffd804);
  background-image: linear-gradient(top, #fee602, #ffd804);
  color: #262626;
}
#right-register-box-new .btn-register.recruiter:before {
  background-image: url('/img/default/bg_register_recruiter.jpg');
}
#right-register-box-new .btn-register.recruiter > span {
  background-image: -moz-linear-gradient(top, #ff5722, #d43300);
  background-image: -ms-linear-gradient(top, #ff5722, #d43300);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5722), to(#d43300));
  background-image: -webkit-linear-gradient(top, #ff5722, #d43300);
  background-image: -o-linear-gradient(top, #ff5722, #d43300);
  background-image: linear-gradient(top, #ff5722, #d43300);
  color: #fff;
}
#right-social-box {
  margin-top: 0;
}
#right-social-box > h3 {
  font-weight: 600;
}
#right-social-box > .content-wrapper {
  padding-top: 10px;
}
#right-register-box > .content-wrapper .btn-register-artist,
#right-register-box > .content-wrapper .btn-register-recruiter {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 20px 5px;
  background-repeat: repeat-x;
  background-position: 0 0 ;
  text-decoration: none;
}
#right-register-box > .content-wrapper .btn-register-artist > span,
#right-register-box > .content-wrapper .btn-register-recruiter > span {
  font-weight: 700;
}
#right-register-box > .content-wrapper .btn-register-artist {
  background-image: url(/img/default/bg_btn_register_artist.png);
  background: #fee802;
  background-image: -moz-linear-gradient(top, #fee802, #ffd604);
  background-image: -ms-linear-gradient(top, #fee802, #ffd604);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fee802), to(#ffd604));
  background-image: -webkit-linear-gradient(top, #fee802, #ffd604);
  background-image: -o-linear-gradient(top, #fee802, #ffd604);
  background-image: linear-gradient(top, #fee802, #ffd604);
}
#right-register-box > .content-wrapper .btn-register-artist:hover {
  background: #ecd802;
  background-image: -moz-linear-gradient(top, #ecd802, #edc704);
  background-image: -ms-linear-gradient(top, #ecd802, #edc704);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecd802), to(#edc704));
  background-image: -webkit-linear-gradient(top, #ecd802, #edc704);
  background-image: -o-linear-gradient(top, #ecd802, #edc704);
  background-image: linear-gradient(top, #ecd802, #edc704);
}
#right-register-box > .content-wrapper .btn-register-recruiter {
  color: #fff;
  background: #f75826;
  background-image: -moz-linear-gradient(top, #f75826, #cb3506);
  background-image: -ms-linear-gradient(top, #f75826, #cb3506);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f75826), to(#cb3506));
  background-image: -webkit-linear-gradient(top, #f75826, #cb3506);
  background-image: -o-linear-gradient(top, #f75826, #cb3506);
  background-image: linear-gradient(top, #f75826, #cb3506);
}
#right-register-box > .content-wrapper .btn-register-recruiter:hover {
  background: #e65223;
  background-image: -moz-linear-gradient(top, #e65223, #bd3106);
  background-image: -ms-linear-gradient(top, #e65223, #bd3106);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e65223), to(#bd3106));
  background-image: -webkit-linear-gradient(top, #e65223, #bd3106);
  background-image: -o-linear-gradient(top, #e65223, #bd3106);
  background-image: linear-gradient(top, #e65223, #bd3106);
}
@media (max-width: 800px - 1) {
  #right-register-box {
    margin-top: 40px;
  }
  #right-social-box {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #right-register-box > .content-wrapper .btn-register-artist,
  #right-register-box > .content-wrapper .btn-register-recruiter {
    font-size: 16px;
  }
  #right-register-box > .content-wrapper .btn-register-artist > h3,
  #right-register-box > .content-wrapper .btn-register-recruiter > h3 {
    width: 228px;
    margin-left: -114px;
  }
}
@media (min-width: 1200px) {
  body.home #right-register-box .social-networks-box > .title {
    display: block;
  }
  body.home #right-register-box > .content-wrapper {
    padding: 14px 10px;
  }
  body.home #right-register-box > .content-wrapper .btn-register-artist {
    margin-bottom: 9px;
  }
}
/******************************************************************************/
/* liste casting                                                              */
/******************************************************************************/
.casting_list_item {
  display: block;
  padding: 12px 135px 12px 12px;
  text-decoration: none;
  position: relative;
  background: #fff;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.03);
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
  margin-bottom: 12px;
}
.casting_list_item:before {
  display: block;
  position: absolute;
  content: '';
  width: 1px;
  background: #eeeeee;
  left: 60px;
  top: 10px;
  bottom: 10px;
}
.casting_list_item > .icon {
  position: absolute;
  font-size: 30px;
  left: 33px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
}
.casting_list_item > .left {
  display: block;
  margin-left: 60px;
}
.casting_list_item > .left > .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 17px;
  margin: 4px 0;
  display: block;
  display: -webkit-box;
  line-height: 19px;
  max-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.casting_list_item > .left > .infos {
  display: block;
  line-height: 18px;
  font-weight: 300;
  color: #6b6b6b;
  margin-top: 5px;
}
.casting_list_item > .left > .infos > .art {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
.casting_list_item > .left > .infos > .date {
  font-size: 11px;
}
.casting_list_item > .btn-postulate {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  min-width: 95px;
  margin-top: -16px;
}
.casting_list_item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .casting_list_item {
    padding-right: 0;
    padding-bottom: 45px;
  }
  .casting_list_item > .btn-postulate {
    top: auto;
    bottom: 8px;
  }
}
/** casting le + consulté, colonne droite **/
#right .right_famous_casting_box > .content > span.infos {
  display: block;
}
#right .right_famous_casting_box > .content > span.infos > span.title {
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
#right .right_famous_casting_box > .content > span.infos > span.art-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #6b6b6b;
}
#right .right_famous_casting_box > .content > span.infos > span.description {
  display: block;
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 300;
}
#right .right_famous_casting_box > .content .actions {
  display: block;
  margin-top: 10px;
  text-align: right;
}
/* liste castings */
#left.castings .h2-title {
  margin-bottom: 0;
}
#left.castings .casting-illustration {
  background: url('/img/default/casting-illustration-movie.jpg') 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -9%;
}
#left.castings .casting-illustration:before {
  display: block;
  content: '';
  padding-bottom: 40%;
}
#left.castings .casting-illustration:after {
  display: block;
  content: '';
  padding-bottom: 7%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  background-image: -ms-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(249, 249, 249, 0)), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  background-image: -o-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
  background-image: linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
}
#left.castings form#castings_filter {
  border: 2px solid #efefef;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  margin: 0 20px 15px;
  position: relative;
}
#left.castings form#castings_filter h3 {
  color: #5b5b5b;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
}
#left.castings .items > .row {
  margin-left: -10px;
  margin-right: -10px;
}
#left.castings .items > .row > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}
#left.castings #list_castings > .alert {
  margin-top: 10px;
}
#left.castings #list_castings div.navbar_top {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
/** castings colonne droite **/
#right_castings .item {
  display: block;
  margin: 5px 0;
  padding: 5px 20px 10px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
#right_castings .item > span {
  display: block;
}
#right_castings .item > span.title {
  font-weight: 600;
  font-size: 13px;
  display: block;
  display: -webkit-box;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#right_castings .item > span.art {
  font-size: 12px;
  text-transform: uppercase;
  color: #868484;
  margin-top: 4px;
}
#right_castings .item > span:after {
  display: block;
  position: absolute;
  content: '\f105';
  font-family: FontAwesome;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #c5c4c4;
}
#right_castings .item:first-child {
  margin-top: 0;
}
#right_castings .item:last-child {
  border-bottom: 0;
}
/******************************************************************************/
/* fiche casting                                                              */
/******************************************************************************/
#left.casting_detail h2 div.share {
  float: right;
  position: relative;
  top: 5px;
}
#left.casting_detail h2 div.share span {
  display: none;
}
#left.casting_detail div.casting_detail_container {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 399px) {
  #left.casting_detail div.casting_detail_container h2 div.share {
    float: none;
    position: absolute;
    top: 43px;
    right: 12px;
  }
  #left.casting_detail div.casting-detail-wrapper {
    padding-top: 32px;
  }
}
#left.casting_detail div.casting_infos div.art {
  margin: 15px 0;
  padding-top: 15px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #efefef;
}
#left.casting_detail div.casting_infos div.art > .icon {
  color: #ff2b04;
  font-size: 2em;
}
#left.casting_detail div.casting_infos div.art > span {
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}
#left.casting_detail div.casting_infos div.dates div.dates-content {
  float: left;
  color: #ff2b04;
  line-height: 22px;
  margin-right: 15px;
}
#left.casting_detail div.casting_infos div.dates div.addthis_native_toolbox {
  float: left;
  margin-top: 0;
}
#left.casting_detail div.casting_infos h3.title {
  display: block;
  margin: 0 0 5px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  color: #5b5b5b;
}
#left.casting_detail div.casting_infos div.detail {
  padding: 15px 0 12px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  line-height: 24px;
  margin: 10px 0 15px;
  font-size: 16px;
  text-align: center;
}
#left.casting_detail div.casting_infos div.detail .icon {
  margin-right: 4px;
  font-weight: 600;
}
#left.casting_detail div.casting_infos div.detail > span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
  line-height: 1.1;
  color: #5b5b5b;
  white-space: nowrap;
}
#left.casting_detail div.casting_infos div.detail > span.defray span,
#left.casting_detail div.casting_infos div.detail > span.exclusive {
  color: #ee3900;
  font-weight: 600;
}
#left.casting_detail div.casting_infos div.detail > span.rems > span > span {
  color: #ee3900;
}
@media (max-width: 399px) {
  #left.casting_detail div.casting_infos div.detail > span {
    line-height: 20px;
    display: block;
  }
  #left.casting_detail div.casting_infos div.detail > span.separator {
    display: none;
  }
}
#left.casting_detail div.casting_infos .likes-wrapper {
  margin-bottom: 10px;
}
#left.casting_detail div.casting_description {
  margin: 15px 20px;
  color: #5b5b5b;
  font-weight: 300;
  font-size: 16px;
}
#left.casting_detail div.casting_description a {
  text-decoration: none;
  font-weight: 600;
  color: #5B5B5B;
}
#left.casting_detail div.casting_description a:hover {
  color: #ff5231;
}
#left.casting_detail div.casting_actions {
  margin: 0;
  overflow: auto;
  padding: 10px 0 0;
}
#left.casting_detail div.casting_actions a.return {
  display: block;
  text-decoration: none;
  color: #656565;
  left: 10px;
  bottom: 10px;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  position: static;
  float: left;
  margin-right: 5px;
}
#left.casting_detail div.casting_actions a.return:before {
  content: '\f104';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
}
#left.casting_detail div.casting_actions a.return:hover {
  color: #ff5231;
}
#left.casting_detail div.casting_actions.has-contact-btn a.return {
  margin-top: 13px;
}
#left.casting_detail div.casting_actions a.consult {
  float: right;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 20px 10px 12px;
  height: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#left.casting_detail div.casting_actions a.consult > .icon {
  font-size: 1.3em;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 449px) {
  #left.casting_detail div.casting_actions a.consult {
    float: none;
  }
}
#left.casting_detail div.casting_contact {
  margin: 10px 0 0;
  background: url(/img/default/bg_stripes.png);
  padding: 4px;
}
#left.casting_detail div.casting_contact div.contact-wrapper {
  width: 50%;
  float: left;
  padding: 4px;
}
#left.casting_detail div.casting_contact div.contact_mail,
#left.casting_detail div.casting_contact div.contact_phone {
  background: #fff;
  text-align: center;
  height: 90px;
}
#left.casting_detail div.casting_contact div.contact_mail span.title,
#left.casting_detail div.casting_contact div.contact_phone span.title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ff3c18;
  line-height: 20px;
  vertical-align: middle;
  padding: 15px 0 5px;
}
#left.casting_detail div.casting_contact div.contact_mail a.mail {
  display: block;
  color: #5b5b5b;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  background: url(/img/default/picto_mail.png) 50% 50% no-repeat;
}
#left.casting_detail div.casting_contact div.contact_phone a.phone {
  display: block;
  color: #5b5b5b;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
}
#left.casting_detail div.casting_contact div.contact_phone a.phone:before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 29px;
  background: url(/img/default/picto_phone.png) no-repeat;
  margin-right: 20px;
  vertical-align: middle;
}
#left.casting_detail div.casting_contact p.contact {
  text-align: center;
  color: #333;
  margin: 10px 0 5px;
}
#left.casting_detail div.casting_contact p.contact strong {
  text-transform: uppercase;
}
#left.casting_detail div.casting_contact.single {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#left.casting_detail div.casting_contact.single div.contact-wrapper {
  float: none;
  width: auto;
}
@media (max-width: 574px) {
  #left.casting_detail div.casting_contact div.contact-wrapper {
    float: none;
    width: auto;
  }
}
#left.casting_detail div.page_actions a.return {
  float: right;
}
@media (max-width: 1199px) {
  #left.casting_detail div.casting_infos h3.title {
    font-size: 22px;
  }
  #left.casting_detail div.casting_infos div.art {
    font-size: 16px;
  }
  #left.casting_detail div.casting_infos div.detail {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #left.casting_detail div.casting_infos h3.title {
    font-size: 19px;
  }
}
/******************************************************************************/
/* liste actualités home                                                      */
/******************************************************************************/
.home div.actuality_list_item {
  display: block;
  color: #000;
  position: relative;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.home div.actuality_list_item:first-child {
  border-top: 0;
}
.home div.actuality_list_item a.picture {
  position: relative;
  text-decoration: none;
  padding: 0;
}
.home div.actuality_list_item a.picture img {
  display: block;
  width: 100%;
}
.home div.actuality_list_item a.picture span.overlay_game,
.home div.actuality_list_item a.picture span.overlay_actuality {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  text-indent: -90000px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.home div.actuality_list_item div.detail {
  padding-bottom: 42px;
  position: relative;
  z-index: 4;
}
.home div.actuality_list_item div.detail a.title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-decoration: none;
}
.home div.actuality_list_item span.date {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 12px;
}
.home div.actuality_list_item span.date a.category {
  color: #f72a04;
}
.home div.actuality_list_item a.description {
  display: block;
  color: #696565;
  text-decoration: none;
}
.home div.actuality_list_item a.btn-postulate {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 95px;
  margin-top: -16px;
}
/******************************************************************************/
/* casting tv                                                                 */
/******************************************************************************/
#casting_tv .wrapper {
  max-width: 320px;
  margin: auto;
}
#casting_tv .main_video {
  overflow: hidden;
  margin-top: 7px;
}
#casting_tv .main_video a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#casting_tv .main_video a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#casting_tv .main_video a span.viewer {
  display: block;
  position: absolute;
  text-indent: -9000px;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 73px;
  margin: -36px 0 0 -36px;
  background: url(/img/default/btn_play_2.png) 0 0 no-repeat;
}
#casting_tv .main_video a:hover span.viewer {
  background-position: 0 -73px;
}
#casting_tv #video_container {
  width: 100%;
  height: 100%;
}
#casting_tv .thumbs {
  margin: 6px -3px 0;
  overflow: hidden;
}
#casting_tv .thumbs a {
  display: block;
  width: 25%;
  padding: 0 3px;
  float: left;
}
#casting_tv .thumbs a > img {
  width: 100%;
}
#casting_tv .more-link-wrapper {
  margin: 8px 0;
}
#casting-tv-simple .wrapper {
  max-width: 320px;
  margin: auto;
}
#casting-tv-simple .main_video {
  overflow: hidden;
  margin-top: 7px;
}
#casting-tv-simple .main_video a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#casting-tv-simple .main_video a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#casting-tv-simple .main_video a span.viewer {
  display: block;
  position: absolute;
  text-indent: -9000px;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 73px;
  margin: -36px 0 0 -36px;
  background: url(/img/default/btn_play_2.png) 0 0 no-repeat;
}
#casting-tv-simple .main_video a:hover span.viewer {
  background-position: 0 -73px;
}
#casting-tv-simple .thumbs {
  margin: 6px -3px 0;
  overflow: hidden;
}
#casting-tv-simple .thumbs a {
  display: block;
  width: 25%;
  padding: 0 3px;
  float: left;
}
#casting-tv-simple .thumbs a > img {
  width: 100%;
}
#casting-tv-simple .more-link-wrapper {
  margin: 8px 0;
}
#casting-tv-slider .video-item {
  display: block;
  position: relative;
}
#casting-tv-slider .video-item > .picture {
  display: block;
  overflow: hidden;
  position: relative;
}
#casting-tv-slider .video-item > .picture > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#casting-tv-slider .video-item > .picture:before {
  content: '';
  display: block;
  padding-bottom: 67.1875%;
}
#casting-tv-slider .video-item > .picture:after {
  display: block;
  bottom: 0;
  box-shadow: 0 -30px 70px rgba(0, 0, 0, 0.5) inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#casting-tv-slider .video-item > span {
  display: block;
  position: absolute;
  color: #fff;
  z-index: 3;
  font-size: 13px;
}
#casting-tv-slider .video-item > span > .icon {
  font-weight: 600;
  margin-right: 4px;
}
#casting-tv-slider .video-item > span.artist {
  bottom: 5px;
  left: 5px;
}
#casting-tv-slider .video-item > span.duration {
  bottom: 5px;
  right: 5px;
}
#casting-tv-slider .video-item > span.play {
  font-size: 40px;
  width: 75px;
  height: 75px;
  line-height: 71px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 7px;
  border: 2px solid #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
  color: #fff;
}
#casting-tv-slider .video-item > span.play > .icon {
  font-weight: 400;
  margin-right: 0;
}
#casting-tv-slider .bx-wrapper .bx-pager {
  position: static;
  bottom: auto;
  padding: 0 0 5px 0;
  text-align: right;
}
#casting-tv-slider .bx-wrapper .bx-pager .bx-pager-item a {
  margin: 0 2px;
  background-color: #5b5b5b;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#casting-tv-slider .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #ff2b04;
}
#casting-tv-simple-line .videos > a {
  display: block;
  margin: 10px 0;
}
#casting-tv-simple-line .videos > a:before,
#casting-tv-simple-line .videos > a:after {
  content: " ";
  display: table;
}
#casting-tv-simple-line .videos > a:after {
  clear: both;
}
#casting-tv-simple-line .videos > a > .picture-wrapper {
  padding: 0;
}
#casting-tv-simple-line .videos > a > .picture-wrapper > img {
  display: block;
  width: 100%;
}
#casting-tv-simple-line .videos > a > .content-wrapper {
  padding-right: 0;
}
#casting-tv-simple-line .videos > a > .content-wrapper > .title {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
#casting-tv-simple-line .videos > a > .content-wrapper > .infos {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
#casting-tv-simple-line .videos > a > .content-wrapper > .infos > .artist,
#casting-tv-simple-line .videos > a > .content-wrapper > .infos > .duration {
  display: block;
  margin-top: 3px;
}
#casting-tv-simple-line .videos > a > .content-wrapper > .infos > .artist > .icon,
#casting-tv-simple-line .videos > a > .content-wrapper > .infos > .duration > .icon {
  margin-right: 2px;
  width: 20px;
  text-align: center;
}
/******************************************************************************/
/* artist box                                                                 */
/******************************************************************************/
div.artist_box {
  overflow: hidden;
  background: #fff;
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.04);
}
div.artist_box a.picture {
  display: block;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
}
div.artist_box a.picture > img {
  display: block;
  width: 100%;
}
div.artist_box a.picture span.vip {
  display: block;
  position: absolute;
  text-indent: -9000px;
  width: 66px;
  height: 66px;
  top: 0px;
  left: 0px;
  background: url(/img/default/picto_vip_small_3.png) no-repeat;
}
div.artist_box a.picture span.overlay-wrapper {
  display: block;
  position: absolute;
  background: url(/img/default/bg_black_70.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
div.artist_box a.picture span.overlay {
  display: table;
  width: 100%;
  height: 100%;
}
div.artist_box a.picture span.overlay span.text {
  display: table-cell;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 0 5px 5px;
  vertical-align: middle;
}
div.artist_box a.picture span.overlay span.text:before {
  content: '\f007';
  font-family: FontAwesome;
  font-size: 2.5em;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  div.artist_box a.picture span.overlay span.text {
    font-size: 15px;
  }
}
@media (max-width: 860px) {
  div.artist_box a.picture span.overlay span.text {
    font-size: 14px;
  }
}
div.artist_box a.picture:hover span.overlay-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
div.artist_box a.screenname,
div.artist_box a.arts {
  display: block;
  text-decoration: none;
  color: #5b5b5b;
  line-height: 16px;
  vertical-align: middle;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 8px;
}
div.artist_box a.screenname {
  margin-top: 5px;
  font-size: 15px;
}
div.artist_box a.arts {
  white-space: none;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 17px;
  height: 17px;
  color: #f72a04;
  font-size: 13px;
  font-weight: 300;
}
div.artist_box span.status {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: #5b5b5b;
  margin: 4px 8px 0;
  padding-bottom: 5px;
}
div.artist_box span.status img {
  display: inline-block;
  width: auto;
  margin-right: 3px;
}
div.artist_box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
div.artist_box:hover a.picture span.vip {
  opacity: 1;
}
/******************************************************************************/
/* slider artistes right                                                      */
/******************************************************************************/
#right #last_books .artist-box-wrapper {
  padding: 0 6px;
}
#right #last_books .artist-box-wrapper .artist_box {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#right #last_books .artist-box-wrapper .artist_box a.screenname,
#right #last_books .artist-box-wrapper .artist_box a.arts,
#right #last_books .artist-box-wrapper .artist_box span.status {
  margin-left: 0;
  margin-right: 0;
}
#right #last_books .bx-wrapper {
  background: transparent;
}
/******************************************************************************/
/* top artist right                                                           */
/******************************************************************************/
div.top_artist_box {
  display: block;
  overflow: hidden;
}
div.top_artist_box a {
  display: block;
}
div.top_artist_box a.picture {
  margin-bottom: 2px;
}
div.top_artist_box a.picture > img {
  display: block;
  width: 100%;
}
div.top_artist_box a.screenname {
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.top_artist_box a.arts {
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #f72a04;
}
div.top_artist_box span.status {
  display: block;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5b5b5b;
  font-size: 11px;
  margin-top: 2px;
}
div.top_artist_box span.status > img {
  display: inline-block;
  width: auto;
}
#right #right_top_artists .bx-wrapper {
  background: transparent;
}
div.book_slider div.book_slider_wrapper {
  display: none;
}
div.book_slider div.book_slider_wrapper .slide_wrapper:before,
div.book_slider div.book_slider_wrapper .slide_wrapper:after {
  content: " ";
  display: table;
}
div.book_slider div.book_slider_wrapper .slide_wrapper:after {
  clear: both;
}
div.book_slider div.book_slider_wrapper .slide_wrapper .artist-box-wrapper {
  padding: 0 3px;
  margin: 5px 0;
  float: left;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-1 > .artist-box-wrapper {
  width: 100%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-2 > .artist-box-wrapper {
  width: 50%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-3 > .artist-box-wrapper {
  width: 33.33333333%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-4 > .artist-box-wrapper {
  width: 25%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-5 > .artist-box-wrapper {
  width: 20%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-6 > .artist-box-wrapper {
  width: 16.66666667%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-7 > .artist-box-wrapper {
  width: 14.28571429%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-8 > .artist-box-wrapper {
  width: 12.5%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-9 > .artist-box-wrapper {
  width: 11.11111111%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-10 > .artist-box-wrapper {
  width: 10%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-11 > .artist-box-wrapper {
  width: 9.09090909%;
}
div.book_slider div.book_slider_wrapper .slide_wrapper.line-12 > .artist-box-wrapper {
  width: 8.33333333%;
}
div.book_slider div.book_slider_wrapper.initialized {
  display: block;
}
div.book_slider .bx-wrapper .bx-pager {
  position: static;
  bottom: auto;
  padding: 0 0 5px 0;
  text-align: right;
}
div.book_slider .bx-wrapper .bx-pager .bx-pager-item a {
  margin: 0 2px;
  background-color: #5b5b5b;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
div.book_slider .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #ff2b04;
}
/******************************************************************************/
/* VIP right                                                                  */
/******************************************************************************/
#right #right_vip {
  display: block;
  background: #474747;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
  padding: 0 0 15px;
}
#right #right_vip > span {
  display: block;
}
#right #right_vip > span.title {
  padding: 12px;
  color: #fecb5e;
  font-size: 27px;
  border-bottom: 2px solid #fecb5e;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
}
#right #right_vip > span.title:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('/img/default/ic_star_yellow.png') no-repeat;
  margin-right: 8px;
  vertical-align: top;
}
#right #right_vip > span.subtitle,
#right #right_vip > span.subtitle-2 {
  font-size: 15px;
  margin-bottom: 5px;
  padding: 0 10px;
}
#right #right_vip > span.subtitle > span,
#right #right_vip > span.subtitle-2 > span {
  color: #fecb5e;
}
#right #right_vip > span.subtitle-2 {
  font-weight: 600;
  margin-bottom: 15px;
}
#right #right_vip > span.button {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 16px;
}
#right #right_vip > span.button:before,
#right #right_vip > span.button:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
}
#right #right_vip > span.button:before {
  content: '\f100';
  margin-right: 8px;
}
#right #right_vip > span.button:after {
  content: '\f101';
  margin-left: 8px;
}
#right #right_vip:hover > span.button {
  background: #fff;
  color: #474747;
}
#right #right_vip_offer {
  display: block;
  width: 320px;
  margin-bottom: 10px;
}
/******************************************************************************/
/* liste artistes                                                             */
/******************************************************************************/
#left.artists form#artist_search {
  background: #d9d9d9 url(/img/default/gradient_gray_1.png) 0 0 repeat-x;
  border: 1px solid #b2b2b2;
  padding: 10px;
}
#left.artists form#artist_search label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#left.artists form#artist_search input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  padding: 2px 4px;
  height: 15px;
  border: 1px solid #8d8d8d;
}
#left.artists form#artist_search input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  padding: 0;
  height: 21px;
  border: 1px solid #989898;
  font-size: 11px;
  background: url(/img/default/bg_btn_yellow.png) repeat-x;
  cursor: pointer;
}
#left.artists form#artist_filter {
  border: 2px solid #efefef;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 5px;
}
#left.artists form#artist_filter h3 {
  color: #5b5b5b;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
}
#left.artists form#artist_filter .criterias > .row {
  margin-left: -10px;
  margin-right: -10px;
}
#left.artists form#artist_filter .criterias > .row > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}
#left.artists form#artist_filter .criterias .input-group .input-group-addon {
  background: none;
  border: 0;
}
#left.artists form#artist_filter .criterias .input-group .form-control {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#left.artists form#artist_filter .online > label {
  min-height: 20px;
  line-height: 20px;
}
#left.artists form#artist_filter .online > label > input {
  margin-top: 3px;
}
#left.artists h3 {
  color: #656565;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px;
}
#left.artists h4 {
  color: #6a6868;
  font-weight: 400;
  font-size: 12px;
}
#left.artists #list-artists {
  margin-left: -12px;
  margin-right: -12px;
}
#left.artists #list-artists .artist-box-wrapper {
  float: left;
  padding: 10px 12px;
  width: 33.33333333%;
}
@media (max-width: 900px) {
  #left.artists #list-artists .artist-box-wrapper {
    width: 33.33333333%;
  }
}
@media (max-width: 800px - 1) {
  #left.artists #list-artists .artist-box-wrapper {
    width: 20%;
  }
}
@media (max-width: 700px) {
  #left.artists #list-artists .artist-box-wrapper {
    width: 25%;
  }
}
@media (max-width: 560px) {
  #left.artists #list-artists .artist-box-wrapper {
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  #left.artists #list-artists .artist-box-wrapper {
    width: 50%;
  }
}
/******************************************************************************/
/* liste actualités                                                            */
/******************************************************************************/
#list_actualities div.actuality_list_item {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
#list_actualities div.actuality_list_item a.picture {
  display: block;
  float: left;
  width: 25%;
  position: relative;
  text-decoration: none;
}
#list_actualities div.actuality_list_item a.picture img {
  width: 100%;
}
#list_actualities div.actuality_list_item a.picture span.overlay_game {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  text-indent: -9000px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#list_actualities div.actuality_list_item div.detail {
  display: block;
  float: left;
  width: 75%;
  overflow: hidden;
  padding-left: 15px;
  padding-bottom: 20px;
}
#list_actualities div.actuality_list_item div.detail a.title {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #f72a04;
}
#list_actualities div.actuality_list_item div.detail span.date {
  display: block;
  margin-bottom: 5px;
}
#list_actualities div.actuality_list_item div.detail span.date a.category {
  color: #f72a04;
}
#list_actualities div.actuality_list_item div.detail a.description {
  display: block;
  color: #696565;
  text-align: justify;
  text-decoration: none;
}
#list_actualities div.actuality_list_item.nopicture div.detail {
  width: 645px;
}
#list_actualities div.actuality_list_item a.comments {
  display: block;
  float: left;
  text-decoration: none;
}
#list_actualities div.actuality_list_item a.more {
  position: absolute;
  display: block;
  padding-right: 20px;
  background: url(/img/default/item_arrow_right.png) 100% 50% no-repeat;
  text-decoration: none;
  bottom: 10px;
  right: 0;
}
#list_actualities div.actuality_list_item:hover a.more {
  text-decoration: underline;
}
#list_actualities div.navbar_bottom {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
/** nouvelle version **/
.actuality-item.item-top {
  background: #5b5b5b;
  padding: 1px;
  margin-bottom: 20px;
}
.actuality-item.item-top:before,
.actuality-item.item-top:after {
  content: " ";
  display: table;
}
.actuality-item.item-top:after {
  clear: both;
}
.actuality-item.item-top > .picture {
  display: block;
  float: left;
  position: relative;
}
.actuality-item.item-top > .picture > .picture-wrapper {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.actuality-item.item-top > .picture > .picture-wrapper:before {
  display: block;
  content: '';
  padding-bottom: 65.78947368%;
}
.actuality-item.item-top > .picture > .date {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  z-index: 2;
}
.actuality-item.item-top > .picture > .date > .icon {
  font-weight: 600;
  margin-right: 3px;
}
.actuality-item.item-top > .picture > .labels {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2;
}
.actuality-item.item-top > .picture > .labels > .label {
  display: inline-block;
  background: #ff2b04;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  font-size: 20px;
  padding: 7px 5px;
  font-weight: 400;
}
.actuality-item.item-top > .picture > .labels > .label > .title {
  display: none;
}
.actuality-item.item-top > .picture span.overlay_game {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  text-indent: -9000px;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 2;
}
.actuality-item.item-top > .content {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 65%;
  z-index: 3;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.2;
}
.actuality-item.item-top > .content > .top-item-title {
  color: #fecb5e;
  padding: 5px 8px 12px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #fecb5e;
  text-align: left;
}
.actuality-item.item-top > .content > .top-item-title > .icon {
  font-weight: 600;
  margin-right: 5px;
}
.actuality-item.item-top > .content > .title {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 21px;
  font-weight: 600;
  margin: 8px 0 15px;
}
.actuality-item.item-top > .content > .description {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  color: #f2f2f2;
}
.actuality-item.item-top > .content .article-read-more:before {
  background: #fff;
}
@media (min-width: 630px) {
  .actuality-item.item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .actuality-item.item-top > .picture {
    width: 50%;
    margin-right: -15%;
  }
  .actuality-item.item-top > .picture:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -ms-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -webkit-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -o-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, #5b5b5b));
  }
}
@media (max-width: 629px) {
  .actuality-item.item-top {
    padding: 10px;
  }
  .actuality-item.item-top > .picture {
    width: 35%;
    margin: 0 10px 10px 0;
  }
  .actuality-item.item-top > .content {
    width: 65%;
    float: none;
    display: inline;
    padding: 0;
  }
  .actuality-item.item-top > .content > .top-item-title {
    display: inline-block;
    padding: 5px 0;
    font-size: 13px;
  }
  .actuality-item.item-top > .content > .title {
    font-size: 18px;
  }
}
.actualities-list {
  margin: 0 -10px;
}
.actualities-list .actuality-item-wrapper {
  float: left;
  padding: 0 10px;
  width: 50%;
  margin-bottom: 15px;
}
.actualities-list .actuality-item-wrapper.item-top {
  width: 100%;
}
.actualities-list .actuality-item-wrapper:nth-child(2n+1) {
  clear: left;
}
.actualities-list .actuality-item {
  background: #fff;
  height: 100%;
  -webkit-transition: all ease 200ms 0s;
  -o-transition: all ease 200ms 0s;
  -ms-transition: all ease 200ms 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-delay: 0s;
  transition: all ease 200ms 0s;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.02);
}
.actualities-list .actuality-item > .content {
  display: block;
}
.actualities-list .actuality-item > .picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.actualities-list .actuality-item > .picture > .picture-wrapper {
  display: block;
  -webkit-transition: all ease 200ms 0s;
  -o-transition: all ease 200ms 0s;
  -ms-transition: all ease 200ms 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-delay: 0s;
  transition: all ease 200ms 0s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.actualities-list .actuality-item > .picture > .picture-wrapper:before {
  display: block;
  content: '';
  padding-bottom: 65.78947368%;
}
.actualities-list .actuality-item > .picture:after {
  display: block;
  bottom: 0;
  box-shadow: 0 -30px 70px rgba(0, 0, 0, 0.5) inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.actualities-list .actuality-item > .picture > .labels {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2;
}
.actualities-list .actuality-item > .picture > .labels > .label {
  display: inline-block;
  background: #ff2b04;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  font-size: 20px;
  padding: 7px 5px;
  font-weight: 400;
}
.actualities-list .actuality-item > .picture > .labels > .label > .title {
  display: none;
}
.actualities-list .actuality-item > .picture span.overlay_game {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  text-indent: -9000px;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 2;
}
.actualities-list .actuality-item > .picture > .date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.actualities-list .actuality-item > .picture > .date > .icon {
  font-weight: 600;
  margin-right: 3px;
}
.actualities-list .actuality-item > .content > .description {
  margin-bottom: 10px;
}
.actualities-list .actuality-item > .content > .infos {
  font-size: 12px;
  color: #868484;
}
.actualities-list .actuality-item.item-simple {
  position: relative;
}
.actualities-list .actuality-item.item-simple > .content {
  padding: 15px 15px 10px;
}
.actualities-list .actuality-item.item-simple > .content > .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #5b5b5b;
}
.actualities-list .actuality-item.item-simple > .content > .description {
  font-weight: 300;
  color: #6b6b6b;
  margin: 0;
}
.actualities-list .actuality-item.item-simple > .content > .infos {
  border-top: 1px solid #efefef;
  padding-top: 10px;
}
.actualities-list .actuality-item.item-simple > .content > .article-read-more {
  color: #6b6b6b;
}
.actualities-list .actuality-item.item-top > .picture {
  border-bottom: 2px solid #5b5b5b;
}
.actualities-list .actuality-item.item-top > .content {
  position: relative;
  z-index: 6;
  background: #fff;
  margin: -80px 40px 0;
  border-top: 2px solid #5b5b5b;
  padding: 15px;
  line-height: 1.3;
}
.actualities-list .actuality-item.item-top > .content > .title {
  font-size: 20px;
  color: #5b5b5b;
  font-weight: 600;
  margin-bottom: 10px;
}
.actualities-list .actuality-item.item-top > .content > .description {
  font-size: 15px;
}
.actualities-list .actuality-item.item-top:hover > .content {
  padding-bottom: 35px;
  margin-top: -100px;
}
.actualities-list .actuality-item.item-top:hover > .content :after {
  background: rgba(0, 0, 0, 0.65);
}
@media (min-width: 630px) {
  .actualities-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .actualities-list .actuality-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .actualities-list .actuality-item:hover > .picture > .picture-wrapper {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 629px) {
  .actualities-list .actuality-item-wrapper {
    width: 100%;
  }
  .actualities-list .actuality-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .actualities-list .actuality-item:before,
  .actualities-list .actuality-item:after {
    content: " ";
    display: table;
  }
  .actualities-list .actuality-item:after {
    clear: both;
  }
  .actualities-list .actuality-item > .picture {
    float: left;
    width: 30%;
  }
  .actualities-list .actuality-item > .content {
    float: left;
    width: 70%;
  }
  .actualities-list .actuality-item > .content > .title {
    margin-bottom: 0;
  }
  .actualities-list .actuality-item > .content > .description {
    display: none;
  }
  .actualities-list .actuality-item.item-simple > .content > .title {
    margin-bottom: 0;
  }
}
/******************************************************************************/
/* rightbar actualité                                                         */
/******************************************************************************/
#right div.right-actuality > .content {
  display: block;
}
#right div.right-actuality > .content > .infos > .picture {
  display: block;
  position: relative;
  overflow: hidden;
}
#right div.right-actuality > .content > .infos > .picture > img {
  display: block;
  width: 100%;
}
#right div.right-actuality > .content > .infos > .picture > .date {
  display: block;
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 2;
}
#right div.right-actuality > .content > .infos > .picture:after {
  display: block;
  bottom: 0;
  box-shadow: 0 -30px 70px rgba(0, 0, 0, 0.5) inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#right div.right-actuality > .content > .infos > .detail {
  display: block;
  margin-top: 5px;
  color: #5b5b5b;
}
#right div.right-actuality > .content > .infos > .detail > .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  text-transform: uppercase;
}
#right div.right-actuality > .content > .infos > .detail > .description {
  color: #6b6b6b;
  font-weight: 300;
}
#right div.right-actuality > .content > .infos > .detail .article-read-more {
  margin-top: 6px;
  font-weight: normal;
}
/******************************************************************************/
/* rightbar concours                                                          */
/******************************************************************************/
#right div.right-game-actuality > .content > .infos > span.picture {
  float: left;
}
#right div.right-game-actuality > .content > .infos > span.detail {
  display: block;
  margin-left: 110px;
  color: #5b5b5b;
}
#right div.right-game-actuality > .content > .infos > span.detail > .title {
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
#right div.right-game-actuality > .content > .infos > span.detail > .question {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
#right div.right-game-actuality > .content > .infos > span.detail > .date {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
#right div.right-game-actuality > .content > .infos > span.detail > .actions {
  display: block;
  margin-top: 10px;
  text-align: right;
}
/******************************************************************************/
/* détail actualité                                                           */
/******************************************************************************/
#left.actuality_detail {
  /*** slideshow ***/
  /*** jeu concours **/
}
#left.actuality_detail h2.h2-title div.share {
  float: right;
  position: relative;
  top: 5px;
}
#left.actuality_detail h2.h2-title div.share span {
  border-left: 0;
  display: none;
}
#left.actuality_detail div.actuality_container {
  color: #5b5b5b;
}
#left.actuality_detail div.actuality_container .addthis_native_toolbox {
  margin-top: 10px;
}
#left.actuality_detail div.actuality_container .actuality-head h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#left.actuality_detail div.actuality_container .actuality-head .legend {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  margin-top: 10px;
}
#left.actuality_detail div.actuality_container .actuality-head .infos {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}
#left.actuality_detail div.actuality_container .actuality-head .infos .icon {
  margin-right: 4px;
}
#left.actuality_detail div.actuality_container .actuality-head .infos > span {
  display: inline-block;
  margin-right: 5px;
}
#left.actuality_detail div.actuality_container .actuality-head.picture {
  position: relative;
  background-position: 50% 50%;
  background-size: cover !important;
  color: #fff;
}
#left.actuality_detail div.actuality_container .actuality-head.picture:before {
  content: '';
  display: block;
  padding-bottom: 60%;
  z-index: 0;
}
#left.actuality_detail div.actuality_container .actuality-head.picture:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
#left.actuality_detail div.actuality_container .actuality-head.picture > .content-wrapper {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 45px 35px 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#left.actuality_detail div.actuality_container .actuality-head.picture .infos a {
  color: #fff;
}
#left.actuality_detail div.actuality_container .actuality-head.picture .labels {
  position: absolute;
  left: 35px;
  top: 0;
}
#left.actuality_detail div.actuality_container .actuality-head.picture .labels > span {
  display: inline-block;
  background: #ee3900;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  padding: 0 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#left.actuality_detail div.actuality_container .actuality-head.no-picture .labels {
  display: none;
}
@media (max-width: 600px) {
  #left.actuality_detail div.actuality_container .actuality-head.picture:before {
    content: normal;
  }
  #left.actuality_detail div.actuality_container .actuality-head.picture > .content-wrapper {
    position: relative;
    padding: 25px;
  }
  #left.actuality_detail div.actuality_container .actuality-head h3 {
    font-size: 34px;
  }
}
#left.actuality_detail div.actuality_container div.share {
  float: right;
  margin-top: 3px;
}
#left.actuality_detail div.actuality_container div.actuality_content {
  margin: 15px 20px;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
}
#left.actuality_detail div.actuality_container div.actuality_content div.actuality_short_description {
  font-weight: normal;
  margin-bottom: 20px;
}
#left.actuality_detail div.actuality_container div.actuality_content a {
  color: #5b5b5b;
  font-weight: 400;
}
#left.actuality_detail div.actuality_container div.actuality_content a:hover {
  text-decoration: underline;
}
#left.actuality_detail div#slideshow {
  background: #edeff2;
  margin: 15px 0;
  padding: 15px 0;
  /** slider **/
}
#left.actuality_detail div#slideshow div.slider_container {
  position: relative;
}
#left.actuality_detail div#slideshow div.slider_container a.previous,
#left.actuality_detail div#slideshow div.slider_container a.next {
  position: absolute;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  height: 225px;
  color: #000;
  top: 0;
  width: 35px;
  z-index: 10;
}
#left.actuality_detail div#slideshow div.slider_container a.previous > span,
#left.actuality_detail div#slideshow div.slider_container a.next > span {
  display: none;
}
#left.actuality_detail div#slideshow div.slider_container a.previous:after,
#left.actuality_detail div#slideshow div.slider_container a.next:after {
  display: block;
  font-family: FontAwesome;
  line-height: 225px;
  font-size: 30px;
  text-align: center;
}
#left.actuality_detail div#slideshow div.slider_container a.previous:hover,
#left.actuality_detail div#slideshow div.slider_container a.next:hover {
  color: #ff2b04;
}
#left.actuality_detail div#slideshow div.slider_container a.previous.disabled,
#left.actuality_detail div#slideshow div.slider_container a.next.disabled {
  color: #bbb;
  cursor: auto;
}
#left.actuality_detail div#slideshow div.slider_container a.previous {
  left: 0;
}
#left.actuality_detail div#slideshow div.slider_container a.previous:after {
  content: '\f104';
}
#left.actuality_detail div#slideshow div.slider_container a.next {
  right: 0;
}
#left.actuality_detail div#slideshow div.slider_container a.next:after {
  content: '\f105';
}
#left.actuality_detail div#slideshow div.slider_container .bx-wrapper {
  background: none;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper {
  padding-left: 35px;
  padding-right: 35px;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li {
  position: relative;
  height: 225px;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 225px;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border: 3px solid #dfdfe0;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li a:hover img {
  border-color: #c8c9c9;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li.video a:before {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  margin-left: -40px;
  margin-top: -40px;
  color: #fff;
  content: '\f144';
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: 2;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li.video:hover a:before {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li #video-player-container {
  max-width: 300px;
  margin: auto;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li #video-player-container img {
  width: auto;
  height: auto;
}
#left.actuality_detail div#slideshow div.slider_container .slider-wrapper li #video-player-container #video-player-wrapper_logo {
  display: none;
}
#left.actuality_detail div#slideshow .thumbs_container {
  margin-top: 10px;
  position: relative;
}
#left.actuality_detail div#slideshow .thumbs_container .bx-wrapper {
  background: none;
}
#left.actuality_detail div#slideshow .thumbs_container a.previous,
#left.actuality_detail div#slideshow .thumbs_container a.next {
  position: absolute;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  color: #000;
  width: 35px;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
}
#left.actuality_detail div#slideshow .thumbs_container a.previous > span,
#left.actuality_detail div#slideshow .thumbs_container a.next > span {
  display: none;
}
#left.actuality_detail div#slideshow .thumbs_container a.previous:after,
#left.actuality_detail div#slideshow .thumbs_container a.next:after {
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
#left.actuality_detail div#slideshow .thumbs_container a.previous:hover,
#left.actuality_detail div#slideshow .thumbs_container a.next:hover {
  color: #ff2b04;
}
#left.actuality_detail div#slideshow .thumbs_container a.previous.disabled,
#left.actuality_detail div#slideshow .thumbs_container a.next.disabled {
  color: #bbb;
  cursor: auto;
}
#left.actuality_detail div#slideshow .thumbs_container a.previous {
  left: 0;
}
#left.actuality_detail div#slideshow .thumbs_container a.previous:after {
  content: '\f104';
}
#left.actuality_detail div#slideshow .thumbs_container a.next {
  right: 0;
}
#left.actuality_detail div#slideshow .thumbs_container a.next:after {
  content: '\f105';
}
#left.actuality_detail div#slideshow .thumbs_container .slider-wrapper {
  padding-left: 35px;
  padding-right: 35px;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide:before,
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide:after {
  content: " ";
  display: table;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide:after {
  clear: both;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper > a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 2px solid #dfdfe0;
  cursor: pointer;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper > a:after {
  display: block;
  content: ' ';
  padding-top: 100%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper > a > img {
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper > a.video:before {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
  color: #fff;
  content: '\f144';
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: 2;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper > a:hover {
  border-color: #c8c9c9;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper > a:hover:before {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper.selected a {
  border-color: #b9bbbd;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-1 .thumb-wrapper {
  width: 100%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-2 .thumb-wrapper {
  width: 50%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-3 .thumb-wrapper {
  width: 33.33333333%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-4 .thumb-wrapper {
  width: 25%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-5 .thumb-wrapper {
  width: 20%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-6 .thumb-wrapper {
  width: 16.66666667%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-7 .thumb-wrapper {
  width: 14.28571429%;
}
#left.actuality_detail div#slideshow .thumbs_container .thumb-slide.thumbs-count-8 .thumb-wrapper {
  width: 12.5%;
}
@media (max-width: 370px) {
  #left.actuality_detail div#slideshow .thumbs_container .thumb-wrapper > a.video:before {
    line-height: 40px;
    font-size: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
#left.actuality_detail div#slideshow .highslide-active-anchor img {
  visibility: visible;
}
#left.actuality_detail div.actuality_game {
  margin: 25px 0;
}
#left.actuality_detail div.actuality_game div.game_detail {
  margin: 8px;
}
#left.actuality_detail div.actuality_game div.game_detail h4 {
  font-size: 15px;
  color: #222;
  margin-bottom: 3px;
  font-weight: 700;
}
#left.actuality_detail div.actuality_game div.game_detail p.subtitle {
  color: #696565;
}
#left.actuality_detail div.actuality_game #form_actuality_game_participation {
  margin: 10px 8px 0;
}
#left.actuality_detail div.actuality_game #form_actuality_game_participation p.question {
  color: #f34222;
  padding-bottom: 5px;
  border-bottom: 1px dotted #a8a8a8;
}
#left.actuality_detail div.actuality_game #form_actuality_game_participation p.mesg_not_connected,
#left.actuality_detail div.actuality_game #form_actuality_game_participation p.played {
  margin: 10px 0;
  font-style: italic;
}
#left.actuality_detail div.actuality_game #form_actuality_game_participation div.form_content {
  margin: 10px;
}
#left.actuality_detail div.actuality_game #form_actuality_game_participation div.form_content input[type=text] {
  width: 400px;
}
#left.actuality_detail div.actuality_game #form_actuality_game_participation div.form_content div.submit {
  width: 410px;
  text-align: right;
  margin: 5px 0 0;
}
/******************************************************************************/
/* Liste vidéos                                                               */
/******************************************************************************/
#left.videos span.video-category-selector {
  display: table;
  width: 320px;
  margin-bottom: 10px;
}
#left.videos span.video-category-selector > label {
  display: table-cell;
  color: #000;
  line-height: 21px;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
}
#left.videos span.video-category-selector > .select-wrapper {
  display: table-cell;
  padding-left: 5px;
}
#left.videos .navbar_top {
  margin-top: -10px;
}
@media (max-width: 449px) {
  #left.videos span.video-category-selector {
    float: none;
    width: 100%;
  }
  #left.videos .navbar_top {
    margin-top: 0px;
  }
}
#left.videos div.categories {
  display: none;
  border-bottom: 1px solid #ededed;
  font-size: 11px;
  padding: 3px;
  color: #696565;
}
#left.videos div.categories a {
  color: #696565;
  text-decoration: none;
}
#left.videos div.categories a:hover {
  text-decoration: underline;
}
#left.videos div.categories a.selected {
  text-decoration: none;
  color: #f72a04;
}
#left.videos div.videos_list {
  margin: 0 -7px 0 0;
}
#left.videos div.video_box {
  float: left;
  width: 33.33333333%;
  overflow: hidden;
  padding: 0 12px 12px 0;
}
#left.videos div.video_box a.video_preview {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#left.videos div.video_box a.video_preview img.preview {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
#left.videos div.video_box a.video_preview span.picto_play {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  padding-left: 4px;
  line-height: 55px;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  z-index: 2;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff;
}
#left.videos div.video_box a.video_preview span.duration,
#left.videos div.video_box a.video_preview span.views {
  display: block;
  position: absolute;
  font-size: 11px;
  color: #fff;
  padding: 2px 4px;
  right: 5px;
  bottom: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#left.videos div.video_box a.video_preview span.views {
  right: auto;
  left: 5px;
}
#left.videos div.video_box a.video_preview:after {
  display: block;
  bottom: 0;
  box-shadow: 0 -30px 70px rgba(0, 0, 0, 0.5) inset;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#left.videos div.video_box a.video_infos {
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 8px;
  -webkit-transition: all ease 200ms 0s;
  -o-transition: all ease 200ms 0s;
  -ms-transition: all ease 200ms 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-delay: 0s;
  transition: all ease 200ms 0s;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.02);
}
#left.videos div.video_box a.video_infos span.title {
  display: block;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
}
#left.videos div.video_box a.video_infos span.infos {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #efefef;
  display: block;
  color: #5b5b5b;
}
#left.videos div.video_box a.video_infos span.infos > span {
  display: inline-block;
  margin-right: 5px;
}
#left.videos div.video_box a.video_infos span.infos > span > .icon {
  margin-right: 2px;
  font-weight: 600;
}
#left.videos div.video_box:hover a.video_infos {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.06);
}
#left.videos div.video_box:nth-child(3n+1) {
  clear: left;
}
@media (min-width: 800px) and (max-width: 879px), (max-width: 529px) {
  #left.videos div.video_box {
    width: 50%;
  }
  #left.videos div.video_box:nth-child(3n+1) {
    clear: none;
  }
  #left.videos div.video_box:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 370px) {
  #left.videos div.video_box {
    width: 100%;
  }
}
#left.videos div.video_box_2 {
  margin-right: 0;
}
/******************************************************************************/
/* Détail vidéo                                                                 */
/******************************************************************************/
#video_player_logo {
  display: none !important;
}
#left.video {
  /*** commentaires ***/
}
#left.video h2.h2-title div.share {
  float: right;
  margin-top: 2px;
  margin-right: 4px;
}
#left.video h2.h2-title div.share span {
  border-left: 0;
  display: none;
}
#left.video div.video_detail {
  margin: 8px;
}
#left.video div.video_detail h3.video_title {
  color: #f72a04;
  font-size: 18px;
  font-weight: 400;
}
#left.video div.video_detail div.share {
  float: right;
  margin-top: 2px;
}
#left.video div.video_detail div.video_middle_box {
  margin: 10px auto;
  max-width: 480px;
}
#left.video div.video_detail div.video_middle_box div.video_container {
  width: 100%;
  margin-bottom: 10px;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.left {
  display: block;
  float: left;
  width: 60%;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.left span {
  display: block;
  line-height: 17px;
  vertical-align: middle;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.left span.date {
  margin-bottom: 5px;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.left span a,
#left.video div.video_detail div.video_middle_box div.video_infos span.left span span {
  display: inline;
  line-height: normal;
  vertical-align: baseline;
  text-decoration: none;
  color: #f34222;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.right {
  display: block;
  float: right;
  width: 40%;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.views {
  display: block;
  float: right;
  clear: both;
  color: #f34222;
  line-height: 17px;
  vertical-align: middle;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.views img {
  vertical-align: top;
  margin-right: 5px;
  margin-top: 3px;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.category {
  display: block;
  float: right;
  clear: both;
  color: #696565;
  line-height: 17px;
  font-size: 11px;
  vertical-align: middle;
}
#left.video div.video_detail div.video_middle_box div.video_infos span.category a {
  color: #f34222;
}
@media (max-width: 429px) {
  #left.video div.video_detail div.video_middle_box div.video_infos span.left,
  #left.video div.video_detail div.video_middle_box div.video_infos span.right {
    float: none;
    width: 100%;
  }
  #left.video div.video_detail div.video_middle_box div.video_infos span.right {
    margin-bottom: 5px;
  }
  #left.video div.video_detail div.video_middle_box div.video_infos span.category,
  #left.video div.video_detail div.video_middle_box div.video_infos span.views {
    float: none;
  }
}
#left.video div.video_detail p.video_description {
  color: #5b5b5b;
  margin: 20px 0;
  font-style: italic;
}
#left.video div.video_comments {
  margin: 25px 0 10px;
}
#left.video div.video_comments #form_add_video_comment {
  margin: 15px 8px;
}
#left.video div.video_comments #form_add_video_comment textarea {
  width: 626px;
  height: 50px;
}
#left.video div.video_comments #form_add_video_comment div.submit {
  text-align: right;
}
#left.video div.video_comments div.list_comments {
  margin: 15px 8px;
  padding-top: 15px;
  border-top: 1px dotted #a8a8a8;
}
#left.video div.video_comments div.list_comments div.no_comment {
  margin: 0 5px;
  font-style: italic;
}
#left.video div.video_comments div.list_comments div.video_comment {
  padding: 15px 10px;
  overflow: auto;
}
#left.video div.video_comments div.list_comments div.video_comment.even {
  background: #e1e4e9;
}
#left.video div.video_comments #left.video div.video_comments #form_add_video_comment #left.video div.video_comments #form_add_video_comment #left.video div.video_comments #left.video div.video_comments div.list_comments #left.video div.video_comments div.list_comments #left.video div.video_comments div.list_comments div.video_comment #left.video div.video_comments div.list_comments div.video_comment a.picture {
  display: block;
  float: left;
  margin-right: 15px;
}
#left.video div.video_comments div.list_comments div.video_comment div.c_title {
  float: left;
  width: 538px;
}
#left.video div.video_comments div.list_comments div.video_comment div.c_title a.screenname {
  font-size: 15px;
  color: #3d3d3d;
  text-decoration: none;
  margin-right: 4px;
}
#left.video div.video_comments div.list_comments div.video_comment div.c_title a.screenname:hover {
  text-decoration: underline;
}
#left.video div.video_comments div.list_comments div.video_comment div.c_title span.date {
  color: #f54424;
}
#left.video div.video_comments div.list_comments div.video_comment p.comment {
  float: left;
  width: 538px;
  font-size: 12px;
  color: #696565;
  margin-top: 4px;
}
#left.video div.video_comments div.list_comments a.more_comments {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  line-height: 38px;
  height: 38px;
  vertical-align: middle;
  background: url(/img/default/gradient_more.png) repeat-x;
  font-size: 15px;
  color: #f54424;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #f9ad9f;
}
#left.video div.video_comments div.list_comments a.more_comments span {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -9000px;
  background: url(/img/default/picto_plus.png) no-repeat;
  vertical-align: middle;
}
#left.video div.video_comments div.list_comments div.loader {
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin: 10px 0 0;
}
#left.video div.video_comments div.list_comments div.loader span {
  display: inline-block;
  font-size: 15px;
  color: #5b5b5b;
  padding-left: 25px;
  background: url(/img/default/ajax-loader-white.gif) 0 50% no-repeat;
  font-weight: 700;
}
/******************************************************************************/
/* liste conseils                                                             */
/******************************************************************************/
#list_advices .advice_list_item {
  display: block;
}
#list_advices .advice_list_item:before {
  content: '';
  display: block;
  height: 1px;
  max-width: 250px;
  margin: 20px auto;
  background: #e8e8e8;
}
#list_advices .advice_list_item:first-child:before {
  content: none;
}
#list_advices .advice_list_item > a {
  text-decoration: none;
  display: block;
}
#list_advices .advice_list_item > a span.picture {
  display: block;
  float: left;
  width: 35%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#list_advices .advice_list_item > a span.picture:before {
  display: block;
  content: '';
  padding-bottom: 70%;
}
#list_advices .advice_list_item > a span.detail {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 65%;
  padding-left: 20px;
  line-height: 1.2;
}
#list_advices .advice_list_item > a span.detail > .label {
  color: #fecb5e;
  padding: 5px 8px 12px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #fecb5e;
  text-align: left;
}
#list_advices .advice_list_item > a span.detail > .label > i.fa {
  margin-right: 4px;
}
#list_advices .advice_list_item > a span.detail strong.title {
  display: block;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #5b5b5b;
}
#list_advices .advice_list_item > a span.detail .label + .title {
  margin-top: 8px;
}
#list_advices .advice_list_item > a span.detail span.description {
  display: block;
  color: #6b6b6b;
  text-align: justify;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}
#list_advices .advice_list_item > a span.more {
  display: block;
  -webkit-transition: all ease 200ms 0s;
  -o-transition: all ease 200ms 0s;
  -ms-transition: all ease 200ms 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-delay: 0s;
  transition: all ease 200ms 0s;
  color: #868484;
}
#list_advices .advice_list_item > a span.more > .fa {
  margin-right: 5px;
}
#list_advices .advice_list_item > a:hover span.more {
  padding-left: 15px;
}
#list_advices .advice_list_item.item-top > a {
  background: #5b5b5b;
  padding: 1px;
}
#list_advices .advice_list_item.item-top > a span.detail {
  padding: 10px 15px;
}
#list_advices .advice_list_item.item-top > a span.detail strong.title {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#list_advices .advice_list_item.item-top > a span.detail span.description,
#list_advices .advice_list_item.item-top > a span.detail span.article-read-more {
  color: #f2f2f2;
}
#list_advices .advice_list_item.item-top > a span.detail span.article-read-more:before {
  background: #fff;
}
@media (min-width: 600px) {
  #list_advices .advice_list_item.item-top > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #list_advices .advice_list_item.item-top > a span.picture {
    width: 50%;
    margin-right: -15%;
    position: relative;
  }
  #list_advices .advice_list_item.item-top > a span.picture:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -ms-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -webkit-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -o-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, #5b5b5b));
  }
}
@media (max-width: 599px) {
  #list_advices .advice_list_item > a span.picture {
    margin: 0 15px 15px 0;
  }
  #list_advices .advice_list_item > a span.detail {
    float: none;
    width: auto;
    display: inline;
    padding: 0;
  }
  #list_advices .advice_list_item > a span.detail strong.title {
    font-size: 18px;
    line-height: 1.1;
  }
  #list_advices .advice_list_item.item-top > a {
    padding: 15px;
  }
  #list_advices .advice_list_item.item-top > a span.detail {
    padding: 0;
  }
  #list_advices .advice_list_item.item-top > a span.detail > .label {
    display: inline-block;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
#list_advices div.navbar_bottom {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
/** conseils colonne droite **/
#right_advices .item {
  display: block;
  margin: 5px 0;
  padding: 5px 0 10px;
  border-bottom: 1px solid #e8e8e8;
}
#right_advices .item > span {
  display: block;
  float: left;
}
#right_advices .item > span.picture {
  width: 20%;
}
#right_advices .item > span.picture > img {
  display: block;
  width: 100%;
}
#right_advices .item > span.content {
  width: 80%;
  padding-left: 15px;
}
#right_advices .item > span.content .title {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
#right_advices .item > span.content .read > i.fa {
  margin-right: 5px;
}
#right_advices .item > span.content .read > span {
  text-decoration: underline;
}
#right_advices .item:first-child {
  margin-top: 0;
}
/******************************************************************************/
/* détail conseil                                                             */
/******************************************************************************/
#left.advice_detail h2.h2-title div.share {
  float: right;
  margin-top: 2px;
  margin-right: 4px;
}
#left.advice_detail h2.h2-title div.share span {
  border-left: 0;
  display: none;
}
#left.advice_detail div.advice_container {
  color: #5b5b5b;
}
#left.advice_detail div.advice_container h3 {
  line-height: 22px;
  vertical-align: middle;
  font-size: 22px;
  padding: 4px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
#left.advice_detail div.advice_container div.advice_description {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  text-align: justify;
}
#left.advice_detail div.advice_container div.advice_description p.description_content {
  font-style: italic;
  font-weight: 400;
}
#left.advice_detail div.advice_container div.advice_description p.description_content a {
  font-weight: 600;
}
#left.advice_detail div.advice_container div.advice_description div.picture {
  float: left;
  margin: 5px 20px 15px 0;
  width: 35%;
}
#left.advice_detail div.advice_container div.advice_description div.picture > img {
  display: block;
  width: 100%;
}
#left.advice_detail div.advice_container div.advice_content {
  margin: 15px 0;
}
#left.advice_detail div.advice_container div.advice_content h2 {
  margin: 8px 0 4px;
  font-size: 16px;
}
#left.advice_detail div.advice_container a {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}
#left.advice_detail div.advice_container a:hover {
  text-decoration: underline;
}
#left.advice_detail div.advice_container strong {
  font-weight: 600;
}
#left.advice_detail .previous-next-button {
  float: none;
}
#left.advice_detail .previous-next-button .previous {
  float: left;
  max-width: 250px;
}
#left.advice_detail .previous-next-button .separator {
  display: none;
}
#left.advice_detail .previous-next-button .next {
  float: right;
  max-width: 250px;
}
/******************************************************************************/
/* lexique                                                                    */
/******************************************************************************/
/* lien colonne droite */
#right div.right_keywords_box {
  margin-bottom: 15px;
}
#right div.right_keywords_box a.keywords_link {
  display: block;
}
#right div.right_keywords_box a.keywords_link > .infos {
  display: block;
  position: relative;
  padding: 10px;
  color: #5b5b5b;
}
#right div.right_keywords_box a.keywords_link > .infos > .title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-left: 60px;
}
#right div.right_keywords_box a.keywords_link > .infos > .subtitle {
  display: block;
  font-size: 14px;
  margin-left: 60px;
  font-weight: 300;
}
#right div.right_keywords_box a.keywords_link > .infos:before {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 45px;
  font-family: Flaticon;
  content: "\f108";
  float: left;
  font-weight: 400;
}
#right div.right_keywords_box a.keywords_link > .actions {
  display: block;
  text-align: right;
}
#left.keywords {
  /* liste */
  /* style nouvelle version keywords */
}
#left.keywords div.list_keywords {
  margin: 8px;
}
#left.keywords div.list_keywords div.keyword {
  padding: 8px 0;
  border-bottom: 1px dotted #A8A8A8;
}
#left.keywords div.list_keywords div.keyword span.label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
#left.keywords div.list_keywords div.keyword span.description {
  display: block;
  color: #696565;
  text-align: justify;
}
#left.keywords div.keywords-list {
  margin: 8px;
}
#left.keywords div.keywords-list .letters {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
#left.keywords div.keywords-list .letters:before,
#left.keywords div.keywords-list .letters:after {
  content: " ";
  display: table;
}
#left.keywords div.keywords-list .letters:after {
  clear: both;
}
#left.keywords div.keywords-list .letters li {
  float: left;
  width: 3.84615385%;
  padding: 1px;
}
#left.keywords div.keywords-list .letters li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #999;
  background: #efefef;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #333;
}
#left.keywords div.keywords-list .letters li a.active:hover {
  background-color: #ff2b04;
  color: #fff;
  border-color: #d72707;
}
#left.keywords div.keywords-list .letters li a.inactive {
  color: #aaa;
  border-color: #ccc;
}
@media (max-width: 649px), (min-width: 800px) and (max-width: 939px) {
  #left.keywords div.keywords-list .letters li {
    width: 7.69230769%;
  }
}
@media (max-width: 349px) {
  #left.keywords div.keywords-list .letters li {
    width: 11.11111111%;
  }
}
#left.keywords div.keywords-list h3.keyword-letter {
  font-size: 28px;
  margin: 10px 0 20px;
  color: #333;
  font-weight: 400;
}
#left.keywords div.keywords-list .keywords {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
#left.keywords div.keywords-list .keywords:before,
#left.keywords div.keywords-list .keywords:after {
  content: " ";
  display: table;
}
#left.keywords div.keywords-list .keywords:after {
  clear: both;
}
#left.keywords div.keywords-list .keywords .keyword-link {
  width: 50%;
  float: left;
  padding-right: 5px;
  margin-bottom: 12px;
}
#left.keywords div.keywords-list .keywords .keyword-link a {
  text-decoration: none;
  color: #333;
}
#left.keywords div.keywords-list .keywords .keyword-link a:hover {
  text-decoration: underline;
  color: #ff2b04;
}
/******************************************************************************/
/* Adresses utiles                                                            */
/******************************************************************************/
#right_addresses {
  margin-bottom: 10px;
}
#right_addresses div.list {
  margin: 10px 0;
}
#right_addresses div.address_box {
  display: table;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}
#right_addresses div.address_box > a.picture {
  display: table-cell;
  width: 35%;
  text-decoration: none;
  vertical-align: middle;
  padding-right: 10px;
  text-align: center;
}
#right_addresses div.address_box > a.picture > img {
  display: inline-block;
  max-width: 100%;
}
#right_addresses div.address_box > span.detail {
  display: table-cell;
  width: 65%;
  vertical-align: middle;
}
#right_addresses div.address_box a.category {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #ff2b04;
  text-decoration: none;
}
#right_addresses div.address_box a.title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 3px;
  text-decoration: none;
}
#right_addresses div.address_box a.category:hover,
#right_addresses div.address_box a.title:hover {
  text-decoration: underline;
}
#right_addresses div.address_box span.description {
  display: block;
  font-size: 12px;
  color: #696565;
}
#right_addresses div.address_box:last-child {
  border-bottom: 0;
}
@media (max-width: 800px - 1) {
  body.addresses #right_addresses {
    display: none;
  }
}
/** liste adresses utiles **/
#left.addresses div#list_addresses {
  margin: 10px 8px;
}
#left.addresses div.categories {
  border-bottom: 1px solid #ededed;
  font-size: 11px;
  padding: 3px;
  color: #696565;
}
#left.addresses div.categories a {
  color: #696565;
  text-decoration: none;
  white-space: nowrap;
}
#left.addresses div.categories a:hover {
  text-decoration: underline;
}
#left.addresses div.categories a.selected {
  text-decoration: none;
  color: #f72a04;
}
#left.addresses div.address_list_item {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #bfbfbf;
}
#left.addresses div.address_list_item a.picture {
  display: block;
  float: left;
  width: 105px;
  height: 55px;
  margin-left: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9000px;
  text-decoration: none;
}
#left.addresses div.address_list_item a.category {
  display: block;
  margin-left: 125px;
  font-size: 11px;
  font-style: italic;
  color: #ff2b04;
  text-decoration: none;
}
#left.addresses div.address_list_item a.title {
  display: block;
  margin-left: 125px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
#left.addresses div.address_list_item a.category:hover,
#left.addresses div.address_list_item a.title:hover {
  text-decoration: underline;
}
#left.addresses div.address_list_item span.description {
  display: block;
  margin-left: 125px;
  font-size: 12px;
  color: #696565;
}
/** détail adresse **/
#left.address_detail div.address_container {
  margin: 10px 8px;
}
#left.address_detail div.address_container p.category,
#left.address_detail div.address_container p.website {
  color: #5b5b5b;
  margin-bottom: 3px;
  font-size: 12px;
}
#left.address_detail div.address_container p.category a,
#left.address_detail div.address_container p.website a {
  text-decoration: none;
  color: #ff2b04;
}
#left.address_detail div.address_container p.category a:hover,
#left.address_detail div.address_container p.website a:hover {
  text-decoration: underline;
}
#left.address_detail div.address_container p.website {
  margin-bottom: 10px;
}
#left.address_detail div.address_content {
  margin: 15px 0;
  text-align: justify;
  color: #3f3d3d;
}
#left.address_detail div.address_content h3 {
  margin: 3px 0;
  font-size: 16px;
}
#left.address_detail div.address_content a.picture {
  display: block;
  float: left;
  margin: 5px 15px;
}
/******************************************************************************/
/* Contact                                                                    */
/******************************************************************************/
#left.contact div.contact_content {
  margin: 8px;
}
#left.contact div.contact_content p.logo {
  text-indent: -9000px;
  height: 81px;
  border-bottom: 1px dotted #a8a8a8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#left.contact div.contact_content div.address {
  margin: 20px;
}
#left.contact div.contact_content div.address div.detail {
  text-align: center;
  color: #5b5b5b;
  padding-top: 10px;
  margin-right: 290px;
}
#left.contact div.contact_content div.address div.detail > span {
  display: block;
}
#left.contact div.contact_content div.address div.detail > span.phone {
  margin-top: 10px;
}
#left.contact div.contact_content div.address a.map {
  display: block;
  width: 285px;
  margin: auto;
  float: right;
}
#left.contact div.contact_content div.address a.map > img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 899px), (max-width: 599px) {
  #left.contact div.contact_content div.address {
    margin: 20px 0;
  }
}
@media (max-width: 549px) {
  #left.contact div.contact_content div.address a.map {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 285px;
  }
  #left.contact div.contact_content div.address div.detail {
    margin: 0;
  }
}
#left.contact div.contact_content h3 {
  text-align: center;
  color: #ff2b04;
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
}
#left.contact div.contact_content p.text {
  text-align: center;
  color: #5b5b5b;
}
#left.contact div.contact_content p.text a {
  color: #5b5b5b;
  text-decoration: underline;
}
/** colonne droite **/
#right.contact ul {
  list-style: none;
  padding: 0;
  margin: 8px;
}
#right.contact ul li {
  margin-bottom: 20px;
}
#right.contact ul li img.pic {
  display: block;
  float: left;
  width: 40%;
}
#right.contact ul li div.detail {
  float: right;
  padding-left: 10px;
  width: 60%;
}
#right.contact ul li span.title,
#right.contact ul li span.job,
#right.contact ul li span.mail {
  display: block;
}
#right.contact ul li span.title {
  color: #ff2b04;
  font-size: 15px;
}
#right.contact ul li span.job {
  color: #5b5b5b;
  margin-top: 5px;
}
#right.contact ul li span.mail {
  margin-top: 5px;
}
#right.contact ul li span.mail a {
  color: #5b5b5b;
}
#right.contact ul li.support a {
  display: block;
  float: right;
  padding-left: 25px;
  line-height: 16px;
  vertical-align: middle;
  background: url(/img/default/picto_contact.png) 0 50% no-repeat;
  color: #ff2b04;
  margin-top: 10px;
}
@media (min-width: 600px) and (max-width: 800px - 1) {
  #right.contact ul li {
    float: left;
    width: 50%;
  }
}
/******************************************************************************/
/* Conditions générales                                                       */
/******************************************************************************/
#left.terms div.terms_content {
  margin: 10px;
}
#left.terms h3 {
  font-weight: 400;
  color: #ff2b04;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  margin: 10px 0;
}
#left.terms h3 span {
  text-transform: none;
  font-variant: small-caps;
  font-weight: 700;
  color: #5b5b5b;
}
#left.terms h4 {
  font-size: 15px;
  font-variant: small-caps;
  margin: 10px 0 5px 10px;
}
#left.terms p.article,
#left.terms p.subarticle {
  color: #5b5b5b;
  text-align: justify;
  margin: 0 10px;
}
#left.terms p.subarticle {
  margin-left: 10px;
}
/******************************************************************************/
/* Mentions légales                                                           */
/******************************************************************************/
#left.legals div.legals_content {
  margin: 10px;
}
#left.legals p.top {
  color: #5b5b5b;
}
#left.legals div.boxes {
  margin: 20px 0;
}
#left.legals div.boxes .legal-box {
  float: left;
  width: 50%;
}
#left.legals div.boxes a.logo {
  display: block;
  margin-bottom: 10px;
}
#left.legals div.boxes a.logo img {
  width: 100%;
}
#left.legals div.boxes span.main {
  display: block;
  height: 75px;
}
#left.legals div.boxes span.job {
  display: block;
  font-size: 15px;
  color: #5b5b5b;
  font-weight: 700;
}
#left.legals div.boxes span.web {
  display: block;
}
#left.legals div.boxes span.web a {
  color: #ff2b04;
}
#left.legals div.boxes span.com {
  display: block;
  height: 100px;
}
#left.legals div.boxes span.address {
  display: block;
  color: #5b5b5b;
}
#left.legals div.boxes span.rcs {
  display: block;
  color: #5b5b5b;
  font-size: 11px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 13px;
}
#left.legals div.boxes span.contact {
  display: block;
  border-top: 1px solid #a8a8a8;
  padding-top: 3px;
  font-size: 11px;
  color: #5b5b5b;
}
#left.legals div.boxes span.represent {
  display: block;
  color: #5b5b5b;
}
#left.legals div.boxes div.box_casting,
#left.legals div.boxes div.box_image {
  width: 100%;
  max-width: 260px;
  margin: auto;
}
@media (max-width: 649px) {
  #left.legals div.boxes .legal-box {
    float: none;
    width: auto;
  }
  #left.legals div.boxes div.box_image {
    margin-top: 20px;
  }
}
#left.legals h3 {
  font-weight: 400;
  color: #ff2b04;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  margin: 10px 0;
}
#left.legals p.text {
  color: #5b5b5b;
  text-align: justify;
  margin: 0 10px;
}
/******************************************************************************/
/* Page partenaires                                                                */
/******************************************************************************/
#left.partners div.list {
  margin: 10px 0;
  line-height: 90px;
  vertical-align: middle;
  padding: 0 5px;
}
#left.partners div.list a {
  display: inline-block;
  margin: 0 12px;
  width: 102px;
  line-height: 90px;
  vertical-align: middle;
  text-align: center;
}
#left.partners div.list img {
  display: inline-block;
  vertical-align: middle;
}
/******************************************************************************/
/* Liste témoignages                                                          */
/******************************************************************************/
#left.success_stories #list_success_stories {
  margin: 0 -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#left.success_stories .success-story-box {
  float: left;
  padding: 0 10px;
  margin: 10px 0;
  width: 100%;
}
@media (min-width: 951px), (min-width: 600px) and (max-width: 799px) {
  #left.success_stories .success-story-box {
    width: 33.33333333%;
  }
  #left.success_stories .success-story-box:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 800px) and (max-width: 950px), (min-width: 500px) and (max-width: 599px) {
  #left.success_stories .success-story-box {
    width: 50%;
  }
  #left.success_stories .success-story-box:nth-child(2n+1) {
    clear: left;
  }
}
#left.success_stories .success-story {
  background: #fff;
  display: block;
  height: 100%;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.03);
  -webkit-transition: all ease-in-out 0.3s 0s;
  -o-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  transition: all ease-in-out 0.3s 0s;
}
#left.success_stories .success-story > .picture {
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#left.success_stories .success-story > .picture:before {
  display: block;
  content: '';
  padding-bottom: 100%;
}
#left.success_stories .success-story > .detail {
  display: block;
  padding: 10px;
  color: #5b5b5b;
}
#left.success_stories .success-story > .detail > .title,
#left.success_stories .success-story > .detail > .description {
  display: block;
}
#left.success_stories .success-story > .detail > .title {
  font-size: 16px;
  margin-bottom: 8px;
}
#left.success_stories .success-story > .detail > .description {
  font-size: 14px;
  font-weight: 300;
  color: #6b6b6b;
}
#left.success_stories .success-story:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 499px) {
  #left.success_stories .success-story {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #left.success_stories .success-story:before,
  #left.success_stories .success-story:after {
    content: " ";
    display: table;
  }
  #left.success_stories .success-story:after {
    clear: both;
  }
  #left.success_stories .success-story > .picture {
    float: left;
    width: 35%;
  }
  #left.success_stories .success-story > .detail {
    float: left;
    width: 65%;
  }
  #left.success_stories .success-story > .detail > .description {
    display: block;
    display: -webkit-box;
    line-height: 15px;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
#left.success_stories .success-story-box.top-item {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
#left.success_stories .success-story-box.top-item > a.success-story {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #5b5b5b;
  color: #fff;
  padding: 1px;
}
#left.success_stories .success-story-box.top-item > a.success-story:before,
#left.success_stories .success-story-box.top-item > a.success-story:after {
  content: " ";
  display: table;
}
#left.success_stories .success-story-box.top-item > a.success-story:after {
  clear: both;
}
#left.success_stories .success-story-box.top-item > a.success-story > .picture {
  float: left;
  width: 50%;
  margin-right: -15%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#left.success_stories .success-story-box.top-item > a.success-story > .picture:before {
  padding-bottom: 65%;
}
#left.success_stories .success-story-box.top-item > a.success-story > .picture:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
  background-image: -ms-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
  background-image: -webkit-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
  background-image: -o-linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
  background-image: linear-gradient(left top, transparent 0%, transparent 50%, #5b5b5b 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, #5b5b5b));
}
#left.success_stories .success-story-box.top-item > a.success-story > .detail {
  position: relative;
  float: left;
  width: 65%;
  z-index: 2;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.2;
}
#left.success_stories .success-story-box.top-item > a.success-story > .detail > .top-item-title {
  color: #fecb5e;
  padding: 5px 8px 12px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #fecb5e;
  text-align: left;
}
#left.success_stories .success-story-box.top-item > a.success-story > .detail > .top-item-title > .icon {
  font-weight: 600;
  margin-right: 5px;
}
#left.success_stories .success-story-box.top-item > a.success-story > .detail > .title {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 21px;
  font-weight: 600;
  margin: 8px 0 15px;
}
#left.success_stories .success-story-box.top-item > a.success-story > .detail > .description {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  color: #f2f2f2;
}
#left.success_stories .success-story-box.top-item > a.success-story > .detail .article-read-more:before {
  background: #fff;
}
@media (max-width: 500px) {
  #left.success_stories .success-story-box.top-item > a.success-story > .detail > .top-item-title {
    padding: 4px 0 8px;
    font-size: 13px;
  }
}
#left.success_stories div.navbar_bottom {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
/** colonne droite **/
#right_success_stories .list a {
  display: block;
  margin: 15px auto;
  color: #000;
  text-decoration: none;
}
#right_success_stories .list a span.wrapper {
  padding-right: 0;
}
#right_success_stories .list a span.picture {
  display: block;
  padding: 0;
}
#right_success_stories .list a span.picture img {
  display: block;
  width: 100%;
}
#right_success_stories .list a span.read_more {
  display: block;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #a8a8a8;
  text-align: right;
  padding-right: 18px;
  background: url(/img/default/link_arrow.png) 100% 10px no-repeat;
}
#right_success_stories .list a span.title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#right_success_stories .list a span.description {
  display: block;
  color: #696565;
  overflow: hidden;
  line-height: 14px;
}
#right_success_stories .list a:hover span.read_more {
  text-decoration: underline;
}
/******************************************************************************/
/* Déposer un témoignage                                                      */
/******************************************************************************/
#left.send-success-story #send-success-story-form {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
#left.send-success-story #send-success-story-form #ss-file {
  height: auto;
}
/******************************************************************************/
/* Détail témoignage                                                          */
/******************************************************************************/
#left.success_story_detail h2.h2-title div.share {
  float: right;
  margin-top: 2px;
  margin-right: 4px;
}
#left.success_story_detail h2.h2-title div.share span {
  border-left: 0;
  display: none;
}
#left.success_story_detail div.success_story_container {
  color: #5b5b5b;
}
#left.success_story_detail div.success_story_container h3 {
  line-height: 1.1;
  vertical-align: middle;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
#left.success_story_detail div.success_story_container div.success_story_content {
  margin: 5px 0;
  line-height: 1.3;
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
}
#left.success_story_detail div.success_story_container div.success_story_content div.picture {
  float: left;
  margin: 8px 20px 5px 0;
  width: 35%;
}
#left.success_story_detail div.success_story_container div.success_story_content div.picture img {
  display: block;
  width: 100%;
}
#left.success_story_detail div.success_story_container div.success_story_content a {
  color: inherit;
  font-weight: 400;
}
#left.success_story_detail div.success_story_container div.success_story_content a:hover {
  text-decoration: underline;
}
/******************************************************************************/
/* Inscription artiste                                                        */
/******************************************************************************/
#register-artist div.birthday-day,
#register-artist div.birthday-month {
  padding-right: 0;
}
#register-artist #row_parent_email {
  padding: 15px 15px 0;
  margin: 10px 0;
  background: #f0f0f0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#register-artist #row_parent_email p {
  font-weight: 700;
  color: #dc6500;
  text-align: center;
  padding: 0 10px 10px;
  font-style: italic;
}
#left.register_artist_confirm .page-actions {
  overflow: visible;
  padding: 0;
}
#left.register_artist_confirm .page-actions:before,
#left.register_artist_confirm .page-actions:after {
  content: " ";
  display: table;
}
#left.register_artist_confirm .page-actions:after {
  clear: both;
}
#left.register_artist_confirm .page-actions > .btn {
  float: right;
  display: block;
  margin-top: -5px;
}
@media (max-width: 425px) {
  #left.register_artist_confirm .page-actions > .btn {
    float: none;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
}
#right.register_artist_confirm_vip > a.subscribe {
  display: block;
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper {
  display: block;
  position: relative;
  background: #333134;
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper > img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -65px;
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .become {
  display: block;
  text-align: center;
  font-size: 23px;
  color: #edd656;
  text-transform: uppercase;
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .become > span {
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
@media (min-width: 900px), (max-width: 799px) {
  #right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .become:before,
  #right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .become:after {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    overflow: hidden;
    line-height: 23px;
  }
  #right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .become:before {
    background-image: url(/img/default/vip_stars_left.png);
    margin-right: 10px;
  }
  #right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .become:after {
    background-image: url(/img/default/vip_stars_right.png);
    margin-left: 10px;
  }
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .crown {
  display: block;
  width: 86px;
  height: 83px;
  background: url(/img/default/vip_crown.png) no-repeat;
  margin: -8px auto 0;
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper > .wrapper > .vip {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  color: #edd656;
  font-weight: 700;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.75);
  margin-top: -8px;
}
#right.register_artist_confirm_vip > a.subscribe .img-wrapper:before {
  display: block;
  content: ' ';
  padding-bottom: 72%;
}
#right.register_artist_confirm_vip > a.subscribe .privileges {
  list-style: none;
  padding: 10px;
}
#right.register_artist_confirm_vip > a.subscribe .privileges > li {
  color: #5b5b5b;
  line-height: 16px;
  vertical-align: middle;
  padding-left: 25px;
  margin: 4px 0;
  background: url(/img/default/payment_avent_check.png) 0 0 no-repeat;
}
@media (min-width: 550px) and (max-width: 799px) {
  #right.register_artist_confirm_vip > a.subscribe .img-wrapper,
  #right.register_artist_confirm_vip > a.subscribe .privileges {
    float: left;
    width: 50%;
  }
  #right.register_artist_confirm_vip > a.subscribe .privileges {
    padding: 0 0 0 20px;
  }
}
#right.register_artist_confirm_vip > a.subscribe .button-wrapper {
  margin-top: 10px;
}
#right.register_artist_confirm_vip > a.subscribe .button-wrapper > .btn {
  display: block;
  max-width: 320px;
  margin: auto;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
/******************************************************************************/
/* Connexion colonne droite                                                   */
/******************************************************************************/
#right-login-box .form-login {
  padding: 12px;
  background-color: #efefef;
  border: 1px solid #e2e2e2;
}
#right-login-box .form-login .form-group-submit {
  margin-bottom: 0;
}
#right-login-box .form-login .form-group-submit a {
  font-size: 12px;
}
#right-login-box .form-login .form-group-submit a:hover {
  text-decoration: underline;
}
#right-login-box .form-login .form-group-submit input[type=submit] {
  margin-left: 15px;
}
#right-login-box div.encart {
  width: 100%;
  height: 387px;
  margin: 20px auto 0;
  background: url(/img/default/bg_register_enc_2.jpg) 50% 50% no-repeat;
  background-size: cover;
  border: 1px solid #000;
}
#right-login-box div.encart span.text1 {
  display: block;
  text-transform: uppercase;
  height: 200px;
  padding: 32px 10px 0px 30%;
  text-align: center;
  color: #fefefe;
  font-size: 23px;
  font-weight: 700;
}
#right-login-box div.encart span.text1 span.site {
  display: block;
  margin-top: 15px;
  background: #2c353c;
  padding: 10px 0;
  font-size: 20px;
}
#right-login-box div.encart span.button {
  display: block;
  color: #171414;
  font-size: 31px;
  margin: 15px 35px 0 30px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  vertical-align: middle;
  font-weight: 700;
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(top, #b1f901, #6d9501);
  background-image: -ms-linear-gradient(top, #b1f901, #6d9501);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1f901), to(#6d9501));
  background-image: -webkit-linear-gradient(top, #b1f901, #6d9501);
  background-image: -o-linear-gradient(top, #b1f901, #6d9501);
  background-image: linear-gradient(top, #b1f901, #6d9501);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#right-login-box div.encart span.text2 {
  display: block;
  font-size: 27px;
  font-weight: 700;
  margin: 15px 0 0;
  color: #fff;
  text-align: center;
}
#right-login-box div.encart span.text3 {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #right-login-box div.encart span.text1 {
    font-size: 21px;
  }
  #right-login-box div.encart span.text1 span.site {
    font-size: 18px;
  }
  #right-login-box div.encart span.text2 {
    font-size: 24px;
  }
  #right-login-box div.encart span.text3 {
    font-size: 18px;
  }
}
/******************************************************************************/
/* Pages custom                                                               */
/******************************************************************************/
#left.casting-custom div.casting-custom-image {
  position: relative;
}
#left.casting-custom div.casting-custom-image > img {
  display: block;
  width: 100%;
}
#left.casting-custom div.casting-custom-image .h2-wrapper {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
#left.casting-custom div.casting-custom-image .h2-wrapper h2 {
  margin: 0;
  padding: 5px 10px;
  background: url(/img/default/bg_black_80.png);
  color: #fff;
}
#left.casting-custom div.casting-custom-image .h2-wrapper h2 strong {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  display: inline;
  color: #fff;
  font-size: 18px;
  font-variant: small-caps;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
}
#left.casting-custom div.casting-custom-content {
  margin: 15px 8px 20px;
}
#left.casting-custom .share {
  float: right;
}
#left.casting-custom.has-image .share {
  margin-top: 10px;
}
/******************************************************************************/
/* Mot de passe oublié                                                        */
/******************************************************************************/
#password-recovery div.page-content-wrapper {
  margin: 8px;
}
#password-recovery div.page-content-wrapper p.text {
  color: #656565;
  margin: 15px 0;
}
/******************************************************************************/
/* Résultats de la recherche                                                  */
/******************************************************************************/
#left.search h2.main {
  border-bottom: 1px dotted #a8a8a8;
}
#left.search p.results_count {
  margin: 10px;
}
#left.search p.results_count span.cnt,
#left.search p.results_count span.kwd {
  color: #f64524;
}
#left.search form.search {
  margin: 10px 0;
  padding: 10px;
  border: 3px solid #cfcfcf;
}
#left.search form.search .search-row {
  display: table;
  width: 100%;
}
#left.search form.search .search-row > div {
  display: table-cell;
  vertical-align: middle;
}
#left.search form.search .search-row > div.search-wrapper > div {
  display: table;
  width: 100%;
}
#left.search form.search .search-row > div.search-wrapper > div > label {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-right: 10px;
  white-space: nowrap;
}
#left.search form.search .search-row > div.search-wrapper > div > div {
  display: table-cell;
  vertical-align: middle;
}
#left.search form.search .search-row > div.button-wrapper {
  width: 1%;
  padding-left: 10px;
}
@media (max-width: 450px) {
  #left.search form.search .search-row {
    display: block;
  }
  #left.search form.search .search-row > div.search-wrapper {
    width: auto;
    display: block;
  }
  #left.search form.search .search-row > div.button-wrapper {
    display: block;
    width: auto;
    text-align: right;
    margin-top: 5px;
  }
}
#left.search form.search .checkboxes {
  margin-top: 10px;
}
#left.search form.search .checkboxes > div > label {
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
}
#left.search form.search .checkboxes > div > label input {
  margin-top: 1px;
  left: 0;
  top: 0;
  position: absolute;
}
#left.search div.search_result_box {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px dotted #a8a8a8;
}
#left.search div.search_result_box h3 a {
  font-size: 16px;
  color: #f34222;
  text-decoration: none;
  font-weight: 400;
}
#left.search div.search_result_box h3 a:hover {
  text-decoration: underline;
}
#left.search div.search_result_box span.type {
  display: block;
  color: #828282;
}
#left.search div.search_result_box a.desc {
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
#left.search div.search_result_box div.more {
  margin: 10px 0 0;
}
/******************************************************************************/
/* book                                                                       */
/******************************************************************************/
#book_left,
#account_left {
  position: relative;
  float: left;
  width: 20%;
}
#book_left:before,
#account_left:before,
#book_left:after,
#account_left:after {
  content: " ";
  display: table;
}
#book_left:after,
#account_left:after {
  clear: both;
}
#book_middle,
#account_middle {
  position: relative;
  float: left;
  width: 55%;
  padding: 0 10px;
  right: 22%;
}
#book_middle:before,
#account_middle:before,
#book_middle:after,
#account_middle:after {
  content: " ";
  display: table;
}
#book_middle:after,
#account_middle:after {
  clear: both;
}
#book_right {
  position: relative;
  float: left;
  width: 23%;
  left: 57%;
}
#book_right:before,
#book_right:after {
  content: " ";
  display: table;
}
#book_right:after {
  clear: both;
}
@media (max-width: 1040px) {
  #book_left,
  #book_right,
  #account_left {
    float: none;
    left: auto;
    width: auto;
  }
  #book-columns-wrapper,
  #account-columns-wrapper {
    width: 28%;
    float: left;
  }
  #book_middle,
  #account_middle {
    width: 72%;
    right: auto;
    padding-right: 0;
  }
  #book_right {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #book-columns-wrapper,
  #account-columns-wrapper {
    float: none;
    width: auto;
  }
  #book_middle,
  #account_middle {
    float: none;
    width: auto;
    padding: 0;
    margin: 15px 0;
  }
}
/** mobile actions **/
#book-mobile-actions {
  display: none;
  margin: 10px 0;
}
#book-mobile-actions > .btn_return {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0 0 0 30px;
  background: url(/img/default/ic_back.png) 0 50% no-repeat;
  color: #656565;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
#book-mobile-actions > .btn_return:hover {
  text-decoration: underline;
}
#book-mobile-actions > .share-wrapper {
  float: right;
}
#book-mobile-actions > .share-wrapper > .addthis_native_toolbox {
  float: left;
}
#book-mobile-actions > .share-wrapper > .share-mobile {
  float: right;
}
@media (max-width: 1040px) {
  #book-mobile-actions {
    display: block;
  }
}
/** tabs **/
#book_middle #book_tabs {
  list-style: none;
  padding: 7px 0 0 5px;
  background: #dce0e6;
  height: 32px;
}
#book_middle #book_tabs li {
  float: left;
  margin-right: 5px;
}
#book_middle #book_tabs li a {
  display: block;
  background: #eef0f3;
  height: 25px;
  line-height: 25px;
  padding: 0 6px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #6a6868;
  font-size: 13px;
}
#book_middle #book_tabs li a:before {
  display: inline-block;
  width: 18px;
  text-align: center;
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 15px;
}
#book_middle #book_tabs li.profile a:before {
  content: '\f007';
}
#book_middle #book_tabs li.pictures a:before {
  content: '\f030';
}
#book_middle #book_tabs li.videos a:before {
  content: '\f04b';
}
#book_middle #book_tabs li.musics a:before {
  content: '\f001';
}
#book_middle #book_tabs li.wall a:before {
  content: '\f0e6';
}
#book_middle #book_tabs li.messages a:before {
  content: '\f003';
}
#book_middle #book_tabs li.selected a,
#book_middle #book_tabs li:hover a {
  background-color: #fff;
}
#book_middle #book_tabs li.selected a {
  color: #ff2b04;
}
#book_middle.recruiter #book_tabs li a {
  background: #ff2b04;
  color: #fff;
}
#book_middle.recruiter #book_tabs li.selected a,
#book_middle.recruiter #book_tabs li a:hover {
  background: #fff;
  color: #ff2b04;
}
@media (max-width: 767px) {
  #book_tabs {
    display: none;
  }
}
/** contenu colonne gauche **/
#book_left .main-box {
  background: #fff;
}
#book_left .main-box .main-details {
  padding: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#book_left a#main_picture {
  display: block;
  width: 100%;
  position: relative;
}
#book_left a#main_picture:before {
  content: ' ';
  display: block;
  padding-top: 100%;
}
#book_left a#main_picture > img {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
}
#book_left a#main_picture span.vip {
  display: block;
  position: absolute;
  width: 79px;
  height: 79px;
  top: 0px;
  left: 0px;
  background: url(/img/default/picto_vip_book_3.png) no-repeat;
  text-indent: -9000px;
}
#book_left a#main_picture span.recruiter {
  display: block;
  position: absolute;
  width: 79px;
  height: 79px;
  top: 0px;
  left: 0px;
  text-indent: -9000px;
}
#book_left strong.screenname {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  color: #f44323;
  font-weight: 400;
}
#book_left a.edit_account {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  vertical-align: middle;
  padding-left: 16px;
  background: url(/img/default/picto_edit.png) 0 50% no-repeat;
  color: #575757;
  font-weight: 700;
}
#book_left span.arts {
  display: block;
  color: #6a6868;
  font-weight: 700;
  margin: 5px 0 2px;
}
#book_left span.age {
  display: block;
  color: #6a6868;
}
#book_left span.online,
#book_left span.gender,
#book_left span.localization {
  display: block;
  color: #5b5b5b;
  margin-top: 10px;
}
#book_left span.online img,
#book_left span.gender img,
#book_left span.localization img {
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
}
#book_left span.online span,
#book_left span.gender span,
#book_left span.localization span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
#book_left span.gender,
#book_left span.localization {
  margin-top: 5px;
}
#book_left span.gender img {
  margin-right: 7px;
}
#book_left span.localization img {
  margin-right: 5px;
}
#book_left div.rating {
  height: 16px;
  margin: 8px 0;
}
#book_left span.title {
  display: block;
  float: left;
  color: #5b5b5b;
  margin-right: 8px;
  padding-top: 1px;
}
#book_left .book-action-buttons > a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid #efefef;
}
#book_left .book-action-buttons > a .fa-stack {
  color: #ff2b04;
  margin-right: 4px;
  font-size: 1.42em;
}
#book_left .book-action-buttons > a .fa-stack-0x {
  position: absolute;
  font-size: 0.6em;
  right: 8px;
  top: 8px;
  color: #5b5b5b;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 0.5px 0.5px #ffffff, -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff;
}
#book_left .book-action-buttons > a .button-title {
  color: #5b5b5b;
}
#book_left .book-action-buttons > a:hover .button-title {
  color: #000;
  text-decoration: underline;
}
#book_left .book-action-buttons > a:first-child {
  border-top: 0;
}
@media (max-width: 767px) {
  #book_left .book-action-buttons {
    margin-bottom: 5px;
  }
  #book_left .book-action-buttons:before,
  #book_left .book-action-buttons:after {
    content: " ";
    display: table;
  }
  #book_left .book-action-buttons:after {
    clear: both;
  }
  #book_left .book-action-buttons > a {
    float: left;
    text-align: center;
    border-top: 0;
    border-left: 1px solid #efefef;
    padding-left: 5px;
    padding-right: 5px;
  }
  #book_left .book-action-buttons > a .fa-stack {
    font-size: 1.6em;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #book_left .book-action-buttons > a .button-title {
    display: block;
  }
  #book_left .book-action-buttons > a:first-child {
    border-left: 0;
  }
  #book_left .book-action-buttons.cnt-1 > a {
    width: 100%;
  }
  #book_left .book-action-buttons.cnt-2 > a {
    width: 50%;
  }
  #book_left .book-action-buttons.cnt-3 > a {
    width: 33.33333333%;
  }
}
#book_left div.tools {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 10px 0;
  height: 34px;
  padding: 2px 0;
}
#book_left a.btn_return {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 0 30px;
  background: url(/img/default/ic_back.png) 0 0 no-repeat;
  color: #656565;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  margin: 5px;
}
#book_left a.btn_return:hover {
  text-decoration: underline;
}
@media (max-width: 1040px) {
  #book_left a.btn_return {
    display: none;
  }
}
@media (max-width: 1040px) {
  #book_left a.edit_account,
  #book_left div.tools {
    display: none;
  }
}
@media (max-width: 767px) {
  #book_left .main-box {
    margin-bottom: 10px;
  }
  #book_left .main-box:before,
  #book_left .main-box:after {
    content: " ";
    display: table;
  }
  #book_left .main-box:after {
    clear: both;
  }
  #book_left a#main_picture {
    float: left;
    width: 30%;
  }
  #book_left .main-details {
    float: left;
    width: 70%;
    padding-left: 10px;
  }
  #book_left strong.screenname {
    margin-top: 0;
  }
  #book_left span.online,
  #book_left span.gender,
  #book_left span.localization {
    margin-top: 4px;
  }
  #book_middle {
    float: none;
    width: auto;
  }
}
/** contenu colonne droite **/
#book_right h2 > span {
  font-size: 17px;
}
#book_right div.stats div.stats-wrapper {
  margin: 12px 0;
}
#book_right div.stats div.book_progress {
  float: left;
  width: 84px;
  height: 84px;
  background: url(/img/default/sprite_circle.jpg) 0 0 no-repeat;
  margin-top: 3px;
}
#book_right div.stats div.book_progress.range_10 {
  background-position: -84px 0;
}
#book_right div.stats div.book_progress.range_20 {
  background-position: -168px 0;
}
#book_right div.stats div.book_progress.range_30 {
  background-position: -252px 0;
}
#book_right div.stats div.book_progress.range_40 {
  background-position: -336px 0;
}
#book_right div.stats div.book_progress.range_50 {
  background-position: -420px 0;
}
#book_right div.stats div.book_progress.range_60 {
  background-position: -504px 0;
}
#book_right div.stats div.book_progress.range_70 {
  background-position: -588px 0;
}
#book_right div.stats div.book_progress.range_80 {
  background-position: -672px 0;
}
#book_right div.stats div.book_progress.range_90 {
  background-position: -756px 0;
}
#book_right div.stats div.book_progress.range_100 {
  background-position: -840px 0;
}
#book_right div.stats div.book_progress span.label {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 21px;
  color: #474646;
}
#book_right div.stats div.numbers {
  margin-left: 95px;
}
#book_right div.stats div.numbers span.line {
  display: block;
  color: #6a6868;
  margin-bottom: 2px;
}
#book_right div.stats div.numbers span.line span {
  color: #627490;
  display: block;
}
#book_right div.stats h2 {
  margin-bottom: 10px;
}
#book_right div.stats span.stat {
  display: block;
  margin: 5px 8px;
  color: #656565;
}
#book_right div.stats span.stat span {
  color: #ff2b04;
}
#book_right div.castings div.casting_consultation {
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed;
}
#book_right div.castings div.casting_consultation a.art {
  display: block;
  color: #ff2b04;
  text-decoration: none;
  margin-bottom: 3px;
}
#book_right div.castings div.casting_consultation span.date {
  display: block;
  margin-bottom: 3px;
}
#book_right div.castings div.casting_consultation a.title {
  display: block;
  color: #6a6868;
  text-decoration: none;
}
#book_right div.castings div.casting_consultation a.more {
  display: block;
  text-align: right;
  margin-top: 3px;
  text-decoration: none;
  padding-right: 20px;
  color: #6a6868;
  background: url(/img/default/item_arrow_right.png) 100% 50% no-repeat;
}
#book_right div.castings div.no_casting {
  margin: 12px;
  color: #6A6868;
}
#book_right div.friends p.count {
  margin: 12px;
  color: #6a6868;
}
#book_right div.friends p.count a {
  color: #f64424;
  text-decoration: none;
}
#book_right div.friends p.count a:hover {
  text-decoration: underline;
}
#book_right div.friends div.list {
  margin: 12px 10px;
}
#book_right div.friends div.list .friend-wrapper {
  margin: 2px 0;
  padding: 0 2px;
  float: left;
  width: 33.33333333%;
}
@media (max-width: 767px) {
  #book_right div.friends div.list .friend-wrapper {
    width: 12.5%;
  }
}
@media (max-width: 700px) {
  #book_right div.friends div.list .friend-wrapper {
    width: 14.28571429%;
  }
}
@media (max-width: 600px) {
  #book_right div.friends div.list .friend-wrapper {
    width: 16.66666667%;
  }
}
@media (max-width: 500px) {
  #book_right div.friends div.list .friend-wrapper {
    width: 20%;
  }
}
@media (max-width: 400px) {
  #book_right div.friends div.list .friend-wrapper {
    width: 25%;
  }
}
#book_right div.friends div.list a.friend {
  display: block;
}
#book_right div.friends div.list a.friend > img {
  width: 100%;
}
/* style général contenu book */
#book_middle h3.title {
  font-size: 16px;
  color: #6a6868;
  font-weight: 400;
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
  background: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe, #e9edf2);
  background-image: -ms-linear-gradient(top, #fefefe, #e9edf2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#e9edf2));
  background-image: -webkit-linear-gradient(top, #fefefe, #e9edf2);
  background-image: -o-linear-gradient(top, #fefefe, #e9edf2);
  background-image: linear-gradient(top, #fefefe, #e9edf2);
  border: 1px solid #dce0e6;
  cursor: pointer;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 135px;
}
#book_middle h3.title span.arrow {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: #fff;
  right: 10px;
  top: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 13px;
}
#book_middle h3.title span.arrow:after {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #5b5b5b;
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  left: 0;
  top: 0;
}
#book_middle h3.title span.open {
  font-size: 10px;
  color: #656565;
  display: block;
  width: 100px;
  position: absolute;
  text-align: right;
  right: 45px;
  top: 0px;
}
#book_middle h3.title.selected {
  color: #ff2b04;
  padding-right: 40px;
}
#book_middle h3.title.selected span.arrow:after {
  content: '\f077';
}
#book_middle h3.title.selected span.open {
  display: none;
}
#book_middle h3.title:hover span.open {
  text-decoration: underline;
}
@media (max-width: 470px) {
  #book_middle h3.title {
    padding-right: 40px;
  }
  #book_middle h3.title span.open {
    display: none;
  }
}
#book_middle div.edit_button {
  margin: 5px 0;
  text-align: right;
}
#book_middle div.edit_button a {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  vertical-align: middle;
  padding-left: 16px;
  background: url(/img/default/picto_edit.png) 0 50% no-repeat;
  color: #575757;
  font-weight: 700;
  text-decoration: none;
}
#book_middle div.edit_button a:hover {
  text-decoration: underline;
}
/* profil */
#book_profile_content {
  background: #fff;
  padding: 6px;
  border: 1px solid #efefef;
  border-top: 0;
}
#book_profile_content div.profile_content {
  background: #f2f2f2;
  padding: 10px 0;
}
#book_profile_content div.profile_content div.row {
  overflow: auto;
  margin: 8px 0;
}
#book_profile_content div.profile_content div.row:before,
#book_profile_content div.profile_content div.row:after {
  content: " ";
  display: table;
}
#book_profile_content div.profile_content div.row:after {
  clear: both;
}
#book_profile_content div.profile_content div.row label {
  display: block;
  float: left;
  color: #706c6c;
  width: 40%;
  text-align: right;
  padding-left: 10px;
}
#book_profile_content div.profile_content div.row span.value {
  display: block;
  float: left;
  color: #ff2b04;
  width: 60%;
  padding: 0 10px;
}
#book_profile_content div.profile_content span.no_value,
#book_profile_content div.profile_content span.single_value {
  display: block;
  padding: 0 10px;
  color: #706C6C;
}
#book_profile_content div.profile_content span.no_value {
  color: #706C6C;
  font-style: italic;
}
#book_profile_content div.book_profile_pictures {
  margin: 5px -3px;
  padding: 0 2px;
}
#book_profile_content div.book_profile_pictures .picture-box-wrapper {
  float: left;
  width: 20%;
  padding: 3px;
}
@media (max-width: 1040px) {
  #book_profile_content div.book_profile_pictures .picture-box-wrapper {
    width: 14.28571429%;
  }
}
@media (max-width: 900px) {
  #book_profile_content div.book_profile_pictures .picture-box-wrapper {
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #book_profile_content div.book_profile_pictures .picture-box-wrapper {
    width: 14.28571429%;
  }
}
@media (max-width: 630px) {
  #book_profile_content div.book_profile_pictures .picture-box-wrapper {
    width: 16.66666667%;
  }
}
@media (max-width: 530px) {
  #book_profile_content div.book_profile_pictures .picture-box-wrapper {
    width: 20%;
  }
}
@media (max-width: 430px) {
  #book_profile_content div.book_profile_pictures .picture-box-wrapper {
    width: 25%;
  }
  #book_profile_content div.book_profile_pictures .picture-box-wrapper:nth-of-type(1n+5) {
    display: none;
  }
}
@media (max-width: 330px) {
  #book_profile_content div.book_profile_pictures .picture-box-wrapper {
    width: 33.33333333%;
  }
  #book_profile_content div.book_profile_pictures .picture-box-wrapper:nth-of-type(1n+4) {
    display: none;
  }
}
#book_profile_content div.book_profile_pictures a.picture_box {
  display: block;
  border: 3px solid #dce0e6;
}
#book_profile_content div.book_profile_pictures a.picture_box img {
  display: block;
  width: 100%;
}
#book_profile_content div.book_profile_pictures a.picture_box:hover {
  border-color: #6a6868;
}
/* photos */
#book_pictures_content {
  background: #fff;
  padding: 6px;
  border: 1px solid #efefef;
  border-top: 0;
}
#book_pictures_content div.picture_gallery_pictures {
  overflow: auto;
}
#book_pictures_content div.picture_gallery_pictures div.no_pictures {
  margin: 5px 10px;
  color: #5b5b5b;
  font-style: italic;
}
#book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
  float: left;
  width: 16.66666667%;
  padding: 3px;
}
@media (max-width: 1040px) {
  #book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
    width: 14.28571429%;
  }
}
@media (max-width: 900px) {
  #book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
    width: 14.28571429%;
  }
}
@media (max-width: 630px) {
  #book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
    width: 16.66666667%;
  }
}
@media (max-width: 530px) {
  #book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
    width: 20%;
  }
}
@media (max-width: 430px) {
  #book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
    width: 25%;
  }
}
@media (max-width: 330px) {
  #book_pictures_content div.picture_gallery_pictures .picture-box-wrapper {
    width: 33.33333333%;
  }
}
#book_pictures_content div.picture_gallery_pictures a.picture_box {
  display: block;
  border: 3px solid #dce0e6;
}
#book_pictures_content div.picture_gallery_pictures a.picture_box img {
  display: block;
  width: 100%;
}
#book_pictures_content div.picture_gallery_pictures a.picture_box:hover {
  border-color: #6a6868;
}
/* vidéos */
#book_videos_content {
  background: #fff;
  padding: 6px;
  border: 1px solid #efefef;
  border-top: 0;
}
#book_videos_content div.no_videos {
  margin: 5px 10px;
  color: #5b5b5b;
  font-style: italic;
}
#book_videos_content #videos_list {
  overflow: auto;
  margin-top: 10px;
}
#book_videos_content #videos_list div.video_box {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 4px 7px ;
}
#book_videos_content #videos_list div.video_box a.video_preview {
  display: block;
  border: 2px solid #dce0e6;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#book_videos_content #videos_list div.video_box a.video_preview img.preview {
  display: block;
  width: 100%;
}
#book_videos_content #videos_list div.video_box a.video_preview span.picto_play {
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  background: url(/img/default/bg_white_70.png);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  text-align: center;
  line-height: 72px;
}
#book_videos_content #videos_list div.video_box a.video_preview span.picto_play:before {
  content: '\f04b';
  font-size: 40px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 3px;
}
#book_videos_content #videos_list div.video_box a.video_preview span.duration {
  display: block;
  position: absolute;
  background: url(/img/default/bg_black_80.png);
  font-size: 10px;
  color: #fff;
  padding: 2px 4px;
  right: 5px;
  bottom: 5px;
}
#book_videos_content #videos_list div.video_box a.video_preview:hover span.picto_play {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#book_videos_content #videos_list div.video_box a.video_infos {
  display: block;
  text-decoration: none;
  margin: 5px 5px 0;
}
#book_videos_content #videos_list div.video_box a.video_infos span.title {
  display: block;
  color: #f44323;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#book_videos_content #videos_list div.video_box a.video_infos span.date {
  display: block;
  color: #444;
  font-style: italic;
  font-size: 11px;
}
@media (max-width: 1040px) {
  #book_videos_content #videos_list div.video_box {
    width: 33.33333333%;
  }
}
@media (max-width: 930px) {
  #book_videos_content #videos_list div.video_box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #book_videos_content #videos_list div.video_box {
    width: 33.33333333%;
  }
}
@media (max-width: 630px) {
  #book_videos_content #videos_list div.video_box {
    width: 50%;
  }
}
@media (max-width: 430px) {
  #book_videos_content #videos_list div.video_box {
    width: 100%;
  }
}
/* musiques */
#book_musics_content {
  background: #fff;
  padding: 6px;
  border: 1px solid #efefef;
  border-top: 0;
}
#book_musics_content #musics_list {
  margin-top: 10px;
}
#book_musics_content div.no_musics {
  margin: 5px 10px;
  color: #5b5b5b;
  font-style: italic;
}
#book_musics_content div.music_box {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  margin: 5px 0;
}
#book_musics_content div.music_box:hover {
  background: #f3f3f3;
}
#book_musics_content div.music_box div.content {
  height: 45px;
}
#book_musics_content div.music_box span.music-label {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px 0 0;
  color: #5b5b5b;
  border: 1px solid transparent;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
#book_musics_content div.music_box div.player_container {
  float: right;
  width: 50%;
}
#book_musics_content div.music_box div.actions {
  clear: both;
  text-align: right;
  padding-top: 5px;
}
#book_musics_content div.music_box div.actions a {
  font-size: 12px;
  color: #5b5b5b;
  text-decoration: none;
  line-height: 16px;
  vertical-align: middle;
}
#book_musics_content div.music_box div.actions a:hover {
  text-decoration: underline;
}
#book_musics_content div.music_box div.actions div.loader {
  text-align: right;
}
#book_musics_content div.music_box div.actions div.loader span {
  display: inline-block;
  font-size: 12px;
  color: #5b5b5b;
  padding-left: 25px;
  background: url(/img/default/ajax-loader-white.gif) 0 50% no-repeat;
  font-style: italic;
}
/* mur */
#book_wall_content {
  background: #fff;
  padding: 6px;
  border: 1px solid #efefef;
  border-top: 0;
}
#book_wall_content #wall_items {
  margin: 10px 0;
}
#book_wall_content #wall_items > div.no_item {
  margin: 5px 10px;
  color: #5b5b5b;
  font-style: italic;
}
#book_wall_post,
#book_wall_customer_post {
  margin: 25px 0 15px;
  border: 1px solid #d1d0d0;
  position: relative;
}
#book_wall_post span.arrow,
#book_wall_customer_post span.arrow {
  display: block;
  position: absolute;
  width: 11px;
  height: 12px;
  background: url(/img/default/textarea_arrow.png) no-repeat;
  left: 12px;
  top: -11px;
}
#book_wall_post textarea,
#book_wall_customer_post textarea {
  border: 0;
  display: block;
  margin: 0;
  width: 100%;
  min-height: 32px;
  line-height: 16px;
  padding: 6px 10px;
}
#book_wall_post textarea:not(.hint),
#book_wall_customer_post textarea:not(.hint) {
  color: #5b5b5b;
}
#book_wall_post div.submit,
#book_wall_customer_post div.submit {
  background: #f0f0f0;
  border-top: 1px solid #a8a8a8;
  padding: 3px;
  text-align: right;
}
#wall_filter {
  padding-bottom: 10px;
  border-bottom: 1px dotted #a8a8a8;
  color: #5e5e5e;
}
#wall_filter label {
  line-height: 16px;
  vertical-align: middle;
}
#wall_filter input[type=checkbox] {
  float: left;
  margin: 2px 10px 0;
}
#book_wall_content #mesg_cant_post {
  padding: 15px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d0d0;
  position: relative;
  color: #5b5b5b;
  text-align: center;
}
#book_wall_content #mesg_cant_post a {
  color: #5b5b5b;
  font-style: italic;
}
#wall_items {
  /* */
  /* formulaire commentaires */
  /* liste commentaires */
}
#wall_items div.wall_item {
  position: relative;
  padding: 15px 5px 15px 7px;
  border-bottom: 1px solid #ededed;
  border-left: 2px solid transparent;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  /* item mur vidéo */
  /* item mur musique */
  /* item post */
  /* item mur casting */
  /* item mur concours */
}
#wall_items div.wall_item:hover {
  border-left-color: #a8a8a8;
}
#wall_items div.wall_item span.wall-item-date {
  color: #f54424;
}
#wall_items div.wall_item span.simple-item-detail {
  color: #5e5e5e;
}
#wall_items div.wall_item span.simple-item-detail a.default,
#wall_items div.wall_item span.simple-item-detail a.artist {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
#wall_items div.wall_item span.simple-item-detail a.default:hover,
#wall_items div.wall_item span.simple-item-detail a.artist:hover {
  text-decoration: underline;
}
#wall_items div.wall_item div.item-detail {
  margin-top: 10px;
}
#wall_items div.wall_item div.item-detail:before,
#wall_items div.wall_item div.item-detail:after {
  content: " ";
  display: table;
}
#wall_items div.wall_item div.item-detail:after {
  clear: both;
}
#wall_items div.wall_item div.item-detail a.pic {
  float: left;
  border: 2px solid #e0e0e0;
  margin-left: 15px;
  width: 174px;
  height: 174px;
}
#wall_items div.wall_item div.item-detail a.pic img {
  display: block;
  width: 100%;
}
#wall_items div.wall_item div.item-detail a.pic:hover {
  border-color: #a8a8a8;
}
#wall_items div.wall_item div.item-detail p.custom-text-box {
  position: relative;
  background: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe, #e8ecf1);
  background-image: -ms-linear-gradient(top, #fefefe, #e8ecf1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#e8ecf1));
  background-image: -webkit-linear-gradient(top, #fefefe, #e8ecf1);
  background-image: -o-linear-gradient(top, #fefefe, #e8ecf1);
  background-image: linear-gradient(top, #fefefe, #e8ecf1);
  padding: 10px;
  border: 1px solid #d1d0d0;
  margin-top: 3px;
  margin-left: 210px;
}
#wall_items div.wall_item div.item-detail p.custom-text-box span.box-arrow {
  display: block;
  position: absolute;
  text-indent: -9000px;
  width: 12px;
  height: 11px;
  background: url(/img/default/item_detail_arrow.png) no-repeat;
  top: 12px;
  left: -12px;
}
#wall_items div.wall_item div.item-detail p.custom-text-box a.red-title {
  display: block;
  text-decoration: none;
  color: #f44323;
}
#wall_items div.wall_item div.item-detail p.custom-text-box a.red-title:hover {
  text-decoration: underline;
}
#wall_items div.wall_item div.item-detail p.custom-text-box span.detail-date {
  display: block;
  font-size: 11px;
  margin-top: 3px;
  color: #5b5b5b;
}
#wall_items div.wall_item div.item-detail p.custom-text-box span.desc {
  display: block;
  margin-top: 8px;
  color: #5b5b5b;
}
#wall_items div.wall_item div.item-detail p.custom-text-box span.desc a {
  color: #5b5b5b;
}
#wall_items div.wall_item div.item-detail p.custom-text-box span.desc a:hover {
  color: #f44323;
}
#wall_items div.wall_item > a.delete_wall_item {
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
  text-indent: -9000px;
  width: 20px;
  height: 20px;
  background: url(/img/default/icon_trash.png) 0 0 no-repeat;
}
#wall_items div.wall_item:hover > a.delete_wall_item {
  background-position: 0 -20px;
}
#wall_items div.wall_item > a.delete_wall_item:hover {
  background-position: 0 -40px;
}
#wall_items div.wall_item.wall_item_video div.item-detail a.preview {
  float: left;
  border: 2px solid #e0e0e0;
  position: relative;
  margin-left: 15px;
}
#wall_items div.wall_item.wall_item_video div.item-detail a.preview span.play {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(/img/default/bg_white_70.png);
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
#wall_items div.wall_item.wall_item_video div.item-detail a.preview span.play:before {
  display: inline-block;
  margin-left: 9px;
  font-family: FontAwesome;
  content: '\f04b';
}
#wall_items div.wall_item.wall_item_video div.item-detail a.preview:hover {
  border-color: #a8a8a8;
}
#wall_items div.wall_item.wall_item_video div.item-detail a.preview:hover span.play {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#wall_items div.wall_item.wall_item_video div.item-detail a.preview img {
  width: 170px;
  display: block;
}
#wall_items div.wall_item.wall_item_music div.item-detail p.custom-text-box {
  margin-left: 246px;
}
#wall_items div.wall_item.wall_item_music div.item-detail div.music_player_container {
  float: left;
  width: 210px;
  height: 30px;
  margin: 5px 0 0 15px;
}
#wall_items div.wall_item.wall_item_post div.item-detail a.pic {
  width: 104px;
  height: 104px;
}
#wall_items div.wall_item.wall_item_post div.item-detail p.custom-text-box {
  margin-left: 140px;
}
#wall_items div.wall_item.wall_item_post div.item-detail p.custom-text-box span.title-wrapper {
  display: block;
}
#wall_items div.wall_item.wall_item_post div.item-detail p.custom-text-box a.red-title,
#wall_items div.wall_item.wall_item_post div.item-detail p.custom-text-box span.detail-date {
  display: inline;
  line-height: 15px;
}
#wall_items div.wall_item.wall_item_post div.item-detail p.custom-text-box span.detail-date:after {
  content: ', ';
}
#wall_items div.wall_item.wall_item_post div.item-detail p.custom-text-box span.desc {
  display: block;
  padding-top: 3px;
}
#wall_items div.wall_item.wall_item_casting div.item-detail a.pic {
  width: 114px;
  height: 114px;
}
#wall_items div.wall_item.wall_item_casting div.item-detail p.custom-text-box {
  margin-left: 150px;
}
#wall_items div.wall_item.wall_item.wall_item_game div.item-detail a.pic {
  position: relative;
}
#wall_items div.wall_item.wall_item.wall_item_game div.item-detail a.pic span.game-overlay {
  display: block;
  position: absolute;
  text-indent: -9000px;
  width: 54px;
  height: 54px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 530px) {
  #wall_items div.wall_item div.item-detail a.pic {
    width: 104px !important;
    height: 104px !important;
    margin-left: 5px;
  }
  #wall_items div.wall_item div.item-detail p.custom-text-box {
    margin-left: 130px !important;
  }
  #wall_items div.wall_item.wall_item_music div.item-detail p.custom-text-box {
    margin: 5px 0 0!important;
  }
  #wall_items div.wall_item.wall_item_music div.item-detail p.custom-text-box:before,
  #wall_items div.wall_item.wall_item_music div.item-detail p.custom-text-box:after {
    content: " ";
    display: table;
  }
  #wall_items div.wall_item.wall_item_music div.item-detail p.custom-text-box:after {
    clear: both;
  }
  #wall_items div.wall_item.wall_item_music div.item-detail p.custom-text-box span.box-arrow {
    display: none;
  }
  #wall_items div.wall_item.wall_item_music div.item-detail div.music_player_container {
    float: none;
    width: 100%;
    height: 30px;
    margin: 0;
  }
  #wall_items div.wall_item.wall_item_video div.item-detail a.preview {
    margin-left: 5px;
  }
  #wall_items div.wall_item.wall_item_video div.item-detail a.preview img {
    width: 110px;
    display: block;
  }
  #wall_items div.wall_item.wall_item_video div.item-detail a.preview span.play {
    font-size: 30px;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    line-height: 56px;
  }
  #wall_items div.wall_item.wall_item_video div.item-detail p.custom-text-box {
    margin-left: 140px !important;
  }
  #wall_items div.wall_item > a.delete_wall_item {
    right: -3px;
    top: -3px;
  }
}
@media (max-width: 450px) {
  #wall_items div.wall_item div.item-detail a.pic {
    width: 84px !important;
    height: 84px !important;
  }
  #wall_items div.wall_item div.item-detail p.custom-text-box {
    margin-left: 110px !important;
  }
}
#wall_items div#artist-picture-box {
  position: absolute;
  border: 2px solid #5b5b5b;
  padding: 3px;
  background: #fff;
  z-index: 200;
}
#wall_items div#artist-picture-box span {
  display: block;
  position: absolute;
  width: 11px;
  height: 12px;
  background: url(/img/default/picture_arrow_top.png) no-repeat;
  left: 15px;
  top: -13px;
}
#wall_items div#artist-picture-box img {
  display: block;
}
#wall_items form.wall-item-comments-form {
  margin: 10px 15px 0 15px;
  background: #ececec;
  padding: 4px 6px;
  border-bottom: 1px solid #dadada;
  position: relative;
}
#wall_items form.wall-item-comments-form span.arrow {
  display: block;
  position: absolute;
  width: 11px;
  height: 6px;
  background: url(/img/default/arrow_top.png) no-repeat;
  top: -6px;
  left: 18px;
}
#wall_items form.wall-item-comments-form div.textarea_row:before,
#wall_items form.wall-item-comments-form div.textarea_row:after {
  content: " ";
  display: table;
}
#wall_items form.wall-item-comments-form div.textarea_row:after {
  clear: both;
}
#wall_items form.wall-item-comments-form div.textarea_row img {
  height: 35px;
  float: left;
}
#wall_items form.wall-item-comments-form div.textarea_row .textarea-wrapper {
  margin-left: 45px;
}
#wall_items form.wall-item-comments-form div.textarea_row textarea {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 16px;
  font-size: 12px;
}
#wall_items form.wall-item-comments-form div.mesg_not_connected {
  text-align: center;
  font-size: 11px;
  color: #5b5b5b;
  padding: 6px 0;
}
#wall_items form.wall-item-comments-form div.mesg_not_connected a {
  color: #f54424;
}
@media (max-width: 530px) {
  #wall_items form.wall-item-comments-form {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#wall_items div.comments_list {
  background: #f4f4f4;
  margin: 0 15px;
}
#wall_items div.comments_list div.wall-comment-box {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#wall_items div.comments_list div.wall-comment-box .comment-content-wrapper {
  display: table;
  width: 100%;
}
#wall_items div.comments_list div.wall-comment-box p.comment-content {
  padding: 4px 6px;
  display: table-cell;
  position: relative;
  font-size: 11px;
}
#wall_items div.comments_list div.wall-comment-box p.comment-content span.screenname {
  display: block;
  float: left;
  width: 135px;
  color: #6a6868;
  margin-bottom: 5px;
}
#wall_items div.comments_list div.wall-comment-box p.comment-content span.screenname a.artist {
  text-decoration: none;
  color: #f54424;
}
#wall_items div.comments_list div.wall-comment-box p.comment-content span.screenname a.artist:hover {
  text-decoration: underline;
}
#wall_items div.comments_list div.wall-comment-box p.comment-content span.date {
  display: block;
  float: right;
  text-align: right;
  color: #888;
  white-space: nowrap;
}
#wall_items div.comments_list div.wall-comment-box p.comment-content span.com {
  display: block;
  clear: both;
  color: #5b5b5b;
  margin-top: 2px;
}
#wall_items div.comments_list div.wall-comment-box.deletable p.comment-content span.com {
  margin-right: 20px;
}
#wall_items div.comments_list div.wall-comment-box a.com-pic {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 4px 6px;
  vertical-align: top;
}
#wall_items div.comments_list div.wall-comment-box a.delete_wall_comment {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  text-indent: -9000px;
  right: 3px;
  top: 20px;
  background: url(/img/default/icon_cross.png) 0 0 no-repeat;
}
#wall_items div.comments_list div.wall-comment-box a.delete_wall_comment:hover {
  background-position: 0 -40px;
}
#wall_items div.comments_list div.wall-comment-box:hover a.delete_wall_comment {
  background-position: 0 -20px;
}
#wall_items div.comments_list div.more_comments {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eaeaea;
}
#wall_items div.comments_list div.more_comments a {
  display: block;
  padding: 4px 6px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  color: #5b5b5b;
}
#wall_items div.comments_list div.more_comments a:hover {
  text-decoration: underline;
}
#wall_items div.comments_list div.loader {
  padding: 4px 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  text-indent: -9000px;
  height: 24px;
  background: url(/img/default/ajax-loader-wall.gif) 50% 50% no-repeat;
}
@media (max-width: 530px) {
  #wall_items div.comments_list {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 430px) {
  #wall_items div.comments_list div.wall-comment-box p.comment-content span.screenname {
    width: auto;
    float: none;
    margin-bottom: 2px;
  }
  #wall_items div.comments_list div.wall-comment-box p.comment-content span.date {
    float: none;
    margin-bottom: 5px;
    text-align: left;
  }
  #wall_items div.comments_list div.wall-comment-box a.delete_wall_comment {
    top: 0;
  }
  #wall_items div.comments_list div.wall-comment-box.deletable p.comment-content span.com {
    margin-right: 0;
  }
}
#wall_items #wall-more-items {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  line-height: 38px;
  height: 38px;
  vertical-align: middle;
  background: url(/img/default/gradient_more.png) repeat-x;
  font-size: 15px;
  color: #f54424;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #f9ad9f;
}
#wall_items #wall-more-items span {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -9000px;
  background: url(/img/default/picto_plus.png) no-repeat;
  vertical-align: middle;
}
#wall_items div#wall-more-items-loader {
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin: 10px 0 0;
}
#wall_items div#wall-more-items-loader span {
  display: inline-block;
  font-size: 15px;
  color: #5b5b5b;
  padding-left: 25px;
  background: url(/img/default/ajax-loader-white.gif) 0 50% no-repeat;
  font-weight: 700;
}
/* popup photo */
#picture_popup > div.picture {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
#picture_popup > div.picture > img {
  display: inline-block;
  max-width: 100%;
  z-index: 1;
}
#picture_popup > div.picture div.loading_box {
  height: 200px;
  background: url(/img/default/ajax-loader-3.gif) 50% 50% no-repeat;
}
#picture_popup > div.picture div.previous,
#picture_popup > div.picture div.next {
  display: block;
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  z-index: 10;
  background: url(/img/default/blank.png);
}
#picture_popup > div.picture div.previous a,
#picture_popup > div.picture div.next a {
  display: block;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  -webkit-transition: opacity linear 0.1s 0s;
  -o-transition: opacity linear 0.1s 0s;
  -ms-transition: opacity linear 0.1s 0s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 0.1s;
  -moz-transition-delay: 0s;
  transition: opacity linear 0.1s 0s;
}
#picture_popup > div.picture div.previous a span,
#picture_popup > div.picture div.next a span {
  position: absolute;
  display: block;
  text-indent: -9000px;
  width: 70px;
  height: 70px;
  top: 50%;
  margin: -35px 0 0;
  background: url(/img/default/bg_black_65.png);
  text-align: left;
}
#picture_popup > div.picture div.previous a span:after,
#picture_popup > div.picture div.next a span:after {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 40px;
  font-family: FontAwesome;
  line-height: 70px;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
}
#picture_popup > div.picture div.previous:hover a,
#picture_popup > div.picture div.next:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#picture_popup > div.picture div.previous {
  left: 0;
}
#picture_popup > div.picture div.previous a span {
  left: 0px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
#picture_popup > div.picture div.previous a span:after {
  content: '\f104';
}
#picture_popup > div.picture div.next {
  right: 0;
}
#picture_popup > div.picture div.next a span {
  right: 0px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
#picture_popup > div.picture div.next a span:after {
  content: '\f105';
}
#picture_popup div.picture_detail {
  margin: 10px 0 15px;
  color: #5b5b5b;
}
#picture_popup div.picture_detail a {
  color: #f54424;
  text-decoration: none;
}
#picture_popup div.picture_detail a:hover {
  text-decoration: underline;
}
/* popup video */
#video_popup h5 span.title span {
  width: 25px;
  height: 24px;
  background: url(/img/default/picto_video_title.png) no-repeat;
}
#video_popup h6 {
  font-size: 18px;
  color: #ff2b04;
  font-weight: 400;
}
#video_popup div.video_infos {
  margin-top: 5px;
  color: #7d7878;
}
#video_popup div.video_infos span.date,
#video_popup div.video_infos a {
  color: #ff2b04;
}
#video_popup div#video_player_container {
  margin: 5px 0;
}
#video_popup div.video_subtitle {
  height: 34px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}
#video_popup div.video_subtitle div.share {
  float: right;
}
#video_popup div.video_subtitle div.share span {
  border-left: 0;
}
#video_popup div.video_subtitle span.views {
  color: #7d7878;
  line-height: 26px;
  vertical-align: middle;
  display: block;
  float: left;
  width: 200px;
  margin-top: 2px;
}
#video_popup div.video_subtitle span.views span {
  color: #ff2b04;
}
#video_popup div.video_description {
  margin-bottom: 10px;
  color: #5b5b5b;
  font-style: italic;
}
/* amis */
#book_friends_content #friends_list {
  margin-top: 10px;
}
#book_friends_content div.no_friend {
  margin: 5px 10px;
  color: #5b5b5b;
  font-style: italic;
}
#book_friends_content div.friend_box {
  padding: 10px;
  border-bottom: 1px solid #EDEDED;
  margin: 5px 0;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
}
#book_friends_content div.friend_box:before,
#book_friends_content div.friend_box:after {
  content: " ";
  display: table;
}
#book_friends_content div.friend_box:after {
  clear: both;
}
#book_friends_content div.friend_box:hover {
  border-color: #cdcdcd;
}
#book_friends_content div.friend_box a.friend_link {
  display: block;
  height: 50px;
  text-decoration: none;
}
#book_friends_content div.friend_box a.friend_link span.pic {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
}
#book_friends_content div.friend_box a.friend_link span.pic img {
  width: 50px;
}
#book_friends_content div.friend_box a.friend_link span.title {
  display: block;
  margin-left: 60px;
  font-size: 15px;
  color: #F54424;
  margin-top: 3px;
}
#book_friends_content div.friend_box a.friend_link span.detail {
  display: block;
  margin-left: 60px;
  color: #5E5E5E;
  margin-top: 5px;
}
#book_friends_content .h3-red {
  margin-top: 5px;
}
#book_friends_content .pagination {
  margin: 0;
}
/** notifications **/
#book_notifications_content #notifications_list {
  margin-top: 10px;
}
#book_notifications_content div.no_notification {
  margin: 5px 10px;
  color: #5b5b5b;
  font-style: italic;
}
#book_notifications_content div.notification_box {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #EDEDED;
  margin: 5px 0;
  -webkit-transition: border-color linear 0.2s 0s;
  -o-transition: border-color linear 0.2s 0s;
  -ms-transition: border-color linear 0.2s 0s;
  -moz-transition-property: border-color;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0s;
  transition: border-color linear 0.2s 0s;
  position: relative;
}
#book_notifications_content div.notification_box.new {
  background: url(/img/default/bullet_new.png) 4px 50% no-repeat;
}
#book_notifications_content div.notification_box a.notification_link {
  display: block;
  height: 50px;
  text-decoration: none;
  padding-right: 15px;
}
#book_notifications_content div.notification_box a.notification_link:before,
#book_notifications_content div.notification_box a.notification_link:after {
  content: " ";
  display: table;
}
#book_notifications_content div.notification_box a.notification_link:after {
  clear: both;
}
#book_notifications_content div.notification_box a.notification_link span.pic {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#book_notifications_content div.notification_box a.notification_link span.pic img {
  width: 50px;
}
#book_notifications_content div.notification_box a.notification_link span.title {
  display: block;
  margin-left: 60px;
  color: #5E5E5E;
  margin-top: 3px;
}
#book_notifications_content div.notification_box a.notification_link span.title span {
  color: #000;
  font-weight: 700;
}
#book_notifications_content div.notification_box a.notification_link span.date {
  display: block;
  margin-left: 60px;
  color: #F54424;
  margin-top: 5px;
}
#book_notifications_content div.notification_box a.delete_notification {
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
  text-indent: -9000px;
  width: 20px;
  height: 20px;
  background: url(/img/default/icon_trash.png) 0 0 no-repeat;
}
#book_notifications_content div.notification_box:hover {
  border-color: #cdcdcd;
}
#book_notifications_content div.notification_box:hover a.delete_notification {
  background-position: 0 -20px;
}
#book_notifications_content div.notification_box a.delete_notification:hover {
  background-position: 0 -40px;
}
@media (max-width: 767px) {
  #book_notifications_content div.notification_box {
    padding-left: 10px;
  }
}
#book_notifications_content h3.h3-red {
  margin-top: 5px;
}
#book_notifications_content #more-notifications {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  line-height: 38px;
  height: 38px;
  vertical-align: middle;
  background: url(/img/default/gradient_more.png) repeat-x;
  font-size: 15px;
  color: #f54424;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #f9ad9f;
}
#book_notifications_content #more-notifications span {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -9000px;
  background: url(/img/default/picto_plus.png) no-repeat;
  vertical-align: middle;
}
#book_notifications_content div#more-notifications-loader {
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin: 10px 0 0;
}
#book_notifications_content div#more-notifications-loader span {
  display: inline-block;
  font-size: 15px;
  color: #5b5b5b;
  padding-left: 25px;
  background: url(/img/default/ajax-loader-white.gif) 0 50% no-repeat;
  font-weight: 700;
}
/* liste conversations */
#book_messages_content {
  background: #fff;
  padding: 6px;
  border: 1px solid #efefef;
  border-top: 0;
}
#book_messages_content .no_conversation {
  margin: 10px;
  color: #5b5b5b;
  font-style: italic;
}
#book_messages_content #conversations_list {
  margin: 10px 0;
}
#book_messages_content #conversations_list .conversations-list {
  display: table;
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#book_messages_content #conversations_list .conversations-list > div {
  display: table-row;
}
#book_messages_content #conversations_list .conversations-list > div > div {
  display: table-cell;
  border: 1px solid #dfdfdc;
  border-width: 1px 0;
  padding: 8px 10px;
  vertical-align: middle;
}
#book_messages_content #conversations_list .conversations-list > div.list-head > div {
  color: #b1b1a9;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
#book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-subject-mobile {
  display: none;
}
#book_messages_content #conversations_list .conversations-list > div.trow.even {
  background: #eeeeea;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div a.clink {
  text-decoration: none;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-checkbox {
  width: 35px;
  text-align: center;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-screenname {
  width: 120px;
  cursor: pointer;
  font-size: 12px;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-screenname a {
  display: block;
  width: 100px;
  color: #313131;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-screenname img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 0 6px;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-screenname span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-subject {
  cursor: pointer;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-subject a {
  color: #5b5a5a;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-date {
  width: 130px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-date a {
  color: #f24121;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-subject-mobile {
  display: none;
  cursor: pointer;
}
#book_messages_content #conversations_list .conversations-list > div.trow > div.msg-subject-mobile .date {
  display: block;
  color: #f24121;
  margin-bottom: 3px;
  font-size: 12px;
}
#book_messages_content #conversations_list .conversations-list > div.trow.unreaded > div a.clink {
  font-weight: 700;
}
#book_messages_content #conversations_list .conversations-list > div.trow.unreaded > div.msg-subject,
#book_messages_content #conversations_list .conversations-list > div.trow.unreaded > div.msg-subject-mobile {
  background: url(/img/default/bullet_new.png) 0 50% no-repeat;
  padding-left: 15px;
}
#book_messages_content #conversations_list .conversations-list > div.trow:hover > div a.clink {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-checkbox,
  #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg #book_messages_content #conversations_list .conversations-list > div.trow > div.msg-checkbox,
  #book_messages_content #conversations_list .conversations-list > div.trow > div.msg #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-checkbox,
  #book_messages_content #conversations_list .conversations-list > div.trow > div.msg #book_messages_content #conversations_list .conversations-list > div.trow > div.msg-checkbox {
    width: 1%;
    white-space: nowrap;
  }
  #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-screenname,
  #book_messages_content #conversations_list .conversations-list > div.trow > div.msg-screenname {
    width: 90px;
  }
  #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-screenname a,
  #book_messages_content #conversations_list .conversations-list > div.trow > div.msg-screenname a {
    width: 70px;
  }
  #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-subject,
  #book_messages_content #conversations_list .conversations-list > div.trow > div.msg-subject,
  #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-date,
  #book_messages_content #conversations_list .conversations-list > div.trow > div.msg-date {
    display: none;
  }
  #book_messages_content #conversations_list .conversations-list > div.list-head > div.msg-subject-mobile,
  #book_messages_content #conversations_list .conversations-list > div.trow > div.msg-subject-mobile {
    display: table-cell;
  }
}
#book_messages_content #conversations_list div.tools {
  margin: 15px 10px;
}
#book_messages_content #conversations_list div.tools label.checkall {
  display: inline-block;
  line-height: 23px;
  vertical-align: middle;
  margin-right: 10px;
  color: #9d9d97;
  font-weight: 700;
}
#book_messages_content #conversations_list div.tools label.checkall input {
  margin: 0 5px 0 0;
}
#book_messages_content #conversations_list div.tools input.delete {
  border: 1px solid #7d7f80;
  padding: 0 0 0 15px;
  width: 107px;
  height: 23px;
  line-height: 21px;
  background: url(/img/default/bg_btn_delete.png) 0 0 no-repeat;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  text-transform: lowercase;
}
#book_messages_content #conversations_list div.tools input.delete:hover {
  background-position: 0 -21px;
  color: #fff;
  border-color: #fff;
}
/* nouvelle conversation */
#write_messages_content .page-actions.top {
  margin-bottom: 0;
}
#write_messages_content p.receiver_details {
  margin: 0 0 15px;
  border-bottom: 1px dotted #a8a8a8;
  color: #82827a;
  display: table;
  width: 100%;
}
#write_messages_content p.receiver_details > a.pic {
  display: table-cell;
  padding: 10px;
  width: 55px;
  vertical-align: middle;
}
#write_messages_content p.receiver_details > a.pic img {
  width: 100%;
}
#write_messages_content p.receiver_details > span.title {
  display: table-cell;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}
#write_messages_content p.receiver_details > span.title a {
  color: #f44323;
  text-decoration: none;
}
#write_messages_content p.receiver_details > span.title a[href]:hover {
  text-decoration: underline;
}
#write_messages_content .msg-input-wrapper {
  padding: 0 10px;
}
#write_messages_content .msg-input-wrapper textarea {
  height: 75px;
}
#write_messages_content div.submit {
  margin: 20px 10px 10px 0;
  text-align: right;
}
/* détail conversation */
#conversation_messages_content .page-actions.top {
  margin-bottom: 0;
}
#conversation_messages_content p.receiver_details {
  margin: 0 0 15px;
  border-bottom: 1px dotted #a8a8a8;
  color: #82827a;
  display: table;
  width: 100%;
}
#conversation_messages_content p.receiver_details > a.pic {
  display: table-cell;
  padding: 10px;
  width: 55px;
  vertical-align: middle;
}
#conversation_messages_content p.receiver_details > a.pic img {
  width: 100%;
}
#conversation_messages_content p.receiver_details > span.title {
  display: table-cell;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}
#conversation_messages_content p.receiver_details > span.title a {
  color: #f44323;
  text-decoration: none;
}
#conversation_messages_content p.receiver_details > span.title a[href]:hover {
  text-decoration: underline;
}
#conversation_messages_content form#conversation_send_message {
  background: #e8e8e8;
  padding: 5px;
  border-bottom: 1px solid #a8a8a8;
}
#conversation_messages_content form#conversation_send_message .form-group {
  margin-bottom: 0;
}
#conversation_messages_content form#conversation_send_message textarea {
  min-height: 63px;
  line-height: 17px;
}
#conversation_messages_content form#conversation_send_message div.submit {
  text-align: right;
  margin-top: 5px;
}
#conversation_messages_content .h3-red span {
  text-transform: uppercase;
}
#conversation_messages_content div.message_box {
  padding: 15px;
  border-bottom: 1px solid #d8d8d4;
  -webkit-transition: background-color linear 0.1s 0s;
  -o-transition: background-color linear 0.1s 0s;
  -ms-transition: background-color linear 0.1s 0s;
  -moz-transition-property: background-color;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 0.1s;
  -moz-transition-delay: 0s;
  transition: background-color linear 0.1s 0s;
}
#conversation_messages_content div.message_box:before,
#conversation_messages_content div.message_box:after {
  content: " ";
  display: table;
}
#conversation_messages_content div.message_box:after {
  clear: both;
}
#conversation_messages_content div.message_box.even {
  background-color: #e8e8e8;
}
#conversation_messages_content div.message_box img.pic {
  display: block;
  float: left;
  width: 55px;
}
#conversation_messages_content div.message_box div.detail {
  padding-top: 5px;
  margin-left: 80px;
}
#conversation_messages_content div.message_box div.detail span.date {
  display: block;
  margin-bottom: 5px;
  color: #494949;
  font-weight: 700;
}
#conversation_messages_content div.message_box div.detail span.screenname {
  color: #f34222;
}
#conversation_messages_content div.message_box div.detail p.message {
  color: #494949;
}
@media (max-width: 767px) {
  #conversation_messages_content div.message_box {
    padding: 15px 10px;
  }
  #conversation_messages_content div.message_box div.detail {
    margin-left: 65px;
  }
}
#conversation_messages_content #conversation_messages_list a.more_messages {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  line-height: 38px;
  height: 38px;
  vertical-align: middle;
  background: url(/img/default/gradient_more.png) repeat-x;
  font-size: 15px;
  color: #f54424;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #f9ad9f;
}
#conversation_messages_content #conversation_messages_list a.more_messages span {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -9000px;
  background: url(/img/default/picto_plus.png) no-repeat;
  vertical-align: middle;
}
#conversation_messages_content #conversation_messages_list div.loader {
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin: 10px 0 0;
}
#conversation_messages_content #conversation_messages_list div.loader span {
  display: inline-block;
  font-size: 15px;
  color: #585858;
  padding-left: 25px;
  background: url(/img/default/ajax-loader-white.gif) 0 50% no-repeat;
  font-weight: 700;
}
/******************************************************************************/
/* espace mon compte                                                          */
/******************************************************************************/
/* menu */
#account_menu {
  list-style: none;
  padding: 0;
}
#account_menu li a {
  display: block;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-decoration: none;
  color: #6a6868;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}
#account_menu li a:before {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-family: FontAwesome;
  margin: 0 8px;
}
#account_menu li a:hover,
#account_menu li.selected a {
  color: #f34222;
}
#account_menu li.selected a {
  background-color: #dce0e6;
}
#account_menu li.infos a:before {
  content: '\f013';
}
#account_menu li.profile a:before {
  content: '\f007';
}
#account_menu li.pictures a:before {
  content: '\f030';
}
#account_menu li.videos a:before {
  content: '\f04b';
}
#account_menu li.musics a:before {
  content: '\f001';
}
#account_menu li.notifications a:before {
  content: '\f022';
}
#account_menu li.subscription a:before {
  content: '\f09d';
}
#account_menu li.add a:before {
  content: '\f067';
}
#account_menu li.messages a:before {
  content: '\f003';
}
#account_menu li.list a:before {
  content: '\f0f6';
}
#account_menu li.customers_blocked a:before {
  content: '\f235';
}
#account_menu li.delete {
  padding-top: 5px;
  text-align: right;
}
#account_menu li.delete a {
  display: inline;
  font-size: 11px;
  line-height: normal;
  height: normal;
  border: 0;
  padding-left: 12px;
  background: url(/img/default/cross_gray.png) 0 50% no-repeat;
}
#account_menu li.delete.selected a,
#account_menu li.delete a:hover {
  background-image: url(/img/default/cross_red.png);
}
/* style général centre */
#account_middle {
  background: #fff;
  padding: 6px;
  border: 1px solid #efefef;
  border-top: 0;
  /* formulaires */
  /* boutons */
  /* colonnage checkboxes */
  /* photos */
  /* vidéos */
  /* musiques */
  /* utilisateurs bloqués */
  /* mon abonnement */
  /** espace recruteur **/
  /* liste des castings */
  /* édition casting */
}
#account_middle div.go_to_book {
  margin: 10px 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
  text-align: right;
}
#account_middle div.go_to_book a {
  color: #f44222;
  text-decoration: none;
  display: inline-block;
  padding-right: 20px;
  background: url(/img/default/item_arrow_red.png) 100% 50% no-repeat;
}
#account_middle div.go_to_book a:hover {
  text-decoration: underline;
}
#account_middle h2.account-title {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
#account_middle h2.account-title > a.title,
#account_middle h2.account-title > span,
#account_middle h2.account-title > strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: 400;
  float: left;
  /*none*/
  text-decoration: none;
  margin: 0;
  color: #5b5b5b;
  border-bottom: 2px solid #ee3900;
}
#account_middle h2.account-title > a.title > .icon.red,
#account_middle h2.account-title > span > .icon.red,
#account_middle h2.account-title > strong > .icon.red {
  color: #bb2d00;
}
#account_middle h2.account-title.main {
  background: none;
  font-weight: 700;
  color: #ff2b04;
  font-size: 18px;
  text-transform: uppercase;
}
#account_middle h2.account-title > a.title:hover {
  margin: 0;
}
#account_middle h2.account-title.main .share {
  float: right;
}
#account_middle h2.account-title .more-link-wrapper {
  margin: 0;
  padding-top: 6px;
}
@media (max-width: 991px) {
  #account_middle h2.account-title .more-link-wrapper {
    display: none;
  }
}
#account_middle h2.account-title > span:before {
  display: inline-block;
  font-weight: 400;
  font-family: FontAwesome;
  width: 25px;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
}
#account_middle h2.account-title + .alert {
  margin-top: 10px;
}
#account_middle.infos h2.account-title > span:before {
  content: '\f013';
}
#account_middle.profile h2.account-title > span:before {
  content: '\f007';
}
#account_middle.pictures h2.account-title > span:before {
  content: '\f030';
}
#account_middle.videos h2.account-title > span:before {
  content: '\f04b';
}
#account_middle.musics h2.account-title > span:before {
  content: '\f001';
}
#account_middle.notifications h2.account-title > span:before {
  content: '\f022';
}
#account_middle.subscription h2.account-title > span:before {
  content: '\f09d';
}
#account_middle.add h2.account-title > span:before {
  content: '\f067';
}
#account_middle.messages h2.account-title > span:before {
  content: '\f003';
}
#account_middle.list h2.account-title > span:before {
  content: '\f0f6';
}
#account_middle.customers_blocked h2.account-title > span:before {
  content: '\f235';
}
#account_middle .form-content-wrapper > .form-group {
  margin-left: 5px;
  margin-right: 5px;
}
#account_middle div.form-buttons {
  width: auto;
  margin: 15px 0 0;
  text-align: right;
  padding: 10px 0 0 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 380px) {
  #account_middle div.form-buttons .infos {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #account_middle div.form-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
#account_middle .action-buttons {
  text-align: right;
  margin-bottom: 10px;
}
#account_middle .action-buttons .btn-action {
  display: inline-block;
  border: 1px solid #ba3306;
  padding: 5px 30px 5px 15px;
  height: 30px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  background: #f84e14;
  background-image: -moz-linear-gradient(top, #f84e14, #eb4107);
  background-image: -ms-linear-gradient(top, #f84e14, #eb4107);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f84e14), to(#eb4107));
  background-image: -webkit-linear-gradient(top, #f84e14, #eb4107);
  background-image: -o-linear-gradient(top, #f84e14, #eb4107);
  background-image: linear-gradient(top, #f84e14, #eb4107);
  position: relative;
}
#account_middle .action-buttons .btn-action:after {
  content: '\f055';
  font-family: FontAwesome;
  font-size: 17px;
  display: block;
  position: absolute;
  right: 8px;
  top: 5px;
}
#account_middle .action-buttons .btn-action:hover {
  background-image: -moz-linear-gradient(top, #d33a06, #ba3306);
  background-image: -ms-linear-gradient(top, #d33a06, #ba3306);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d33a06), to(#ba3306));
  background-image: -webkit-linear-gradient(top, #d33a06, #ba3306);
  background-image: -o-linear-gradient(top, #d33a06, #ba3306);
  background-image: linear-gradient(top, #d33a06, #ba3306);
}
#account_middle div.mesg_no_result {
  font-size: 14px;
  color: #5b5b5b;
  font-style: italic;
  padding: 0 10px;
}
#account_middle .checkbox-cols-wrapper {
  margin: 0 -5px;
}
#account_middle .checkbox-cols-wrapper .checkbox-col {
  padding: 0 5px;
}
#account_middle .checkbox-cols-wrapper .checkbox-col > label {
  display: block;
}
#account_middle.pictures div.picture_gallery {
  display: block;
  border: 1px solid #dce0e6;
  background: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe, #e9edf2);
  background-image: -ms-linear-gradient(top, #fefefe, #e9edf2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#e9edf2));
  background-image: -webkit-linear-gradient(top, #fefefe, #e9edf2);
  background-image: -o-linear-gradient(top, #fefefe, #e9edf2);
  background-image: linear-gradient(top, #fefefe, #e9edf2);
  height: 36px;
  padding: 0 5px 0 10px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin: 10px 0;
}
#account_middle.pictures div.picture_gallery span.title {
  display: block;
  line-height: 34px;
  vertical-align: middle;
  color: #5b5b5b;
  font-size: 16px;
  margin-right: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#account_middle.pictures div.picture_gallery span.tools {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  white-space: nowrap;
}
#account_middle.pictures div.picture_gallery span.tools a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 4px;
  text-indent: -9000px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #5b5b5b;
  position: relative;
}
#account_middle.pictures div.picture_gallery span.tools a:after {
  font-family: FontAwesome;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-indent: 0;
  left: 0;
  top: 0;
}
#account_middle.pictures div.picture_gallery span.tools a.arrow:after {
  content: '\f078';
}
#account_middle.pictures div.picture_gallery span.tools a.edit:after {
  content: '\f040';
}
#account_middle.pictures div.picture_gallery span.tools a.delete:after {
  content: '\f00d';
}
#account_middle.pictures div.picture_gallery span.tools a:hover {
  color: #ff2b04;
}
#account_middle.pictures div.picture_gallery.selected span.title {
  color: #ff2b04;
}
#account_middle.pictures div.picture_gallery.selected span.tools a.arrow:after {
  content: '\f077';
}
#account_middle.pictures div.gallery_pictures {
  padding: 0;
}
#account_middle.pictures div.gallery_pictures:before,
#account_middle.pictures div.gallery_pictures:after {
  content: " ";
  display: table;
}
#account_middle.pictures div.gallery_pictures:after {
  clear: both;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper {
  float: left;
  width: 25%;
  position: relative;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper:after {
  content: ' ';
  display: block;
  padding-bottom: 100%;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture {
  border: 3px solid #dce0e6;
  position: relative;
  cursor: pointer;
  height: 100%;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture > img {
  width: 100%;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/default/bg_black_70.png);
  display: none;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools > span {
  display: table-row;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools > span > a {
  display: table-cell;
  width: 50%;
  padding: 2px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools > span > a:before {
  font-family: FontAwesome;
  font-size: 30px;
  display: block;
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools > span > a.main_picture:before {
  content: '\f007';
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools > span > a.crop:before {
  content: '\f125';
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools > span > a.delete:before {
  content: '\f00d';
}
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture div.tools > span > a.rotate:before {
  content: '\f0e2';
}
@media (max-width: 1040px) {
  #account_middle.pictures div.gallery_pictures div.picture-box-wrapper {
    width: 20%;
  }
}
@media (max-width: 865px) {
  #account_middle.pictures div.gallery_pictures div.picture-box-wrapper {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #account_middle.pictures div.gallery_pictures div.picture-box-wrapper {
    width: 20%;
  }
}
@media (max-width: 640px) {
  #account_middle.pictures div.gallery_pictures div.picture-box-wrapper {
    width: 25%;
  }
}
@media (max-width: 510px) {
  #account_middle.pictures div.gallery_pictures div.picture-box-wrapper {
    width: 33.33333333%;
  }
}
@media (max-width: 390px) {
  #account_middle.pictures div.gallery_pictures div.picture-box-wrapper {
    width: 50%;
  }
}
#account_middle.pictures div.gallery_pictures.desktop div.picture-box-wrapper div.picture-box div.picture:hover div.tools,
#account_middle.pictures div.gallery_pictures div.picture-box-wrapper div.picture-box div.picture.open-tools div.tools {
  display: table;
}
#account_middle.videos #videos_list:before,
#account_middle.videos #videos_list:after {
  content: " ";
  display: table;
}
#account_middle.videos #videos_list:after {
  clear: both;
}
#account_middle.videos div.video_box {
  float: left;
  width: 50%;
  padding: 10px 20px;
}
#account_middle.videos div.video_box div.video_preview {
  border: 3px solid #dce0e6;
  position: relative;
}
#account_middle.videos div.video_box div.video_preview:after {
  content: ' ';
  display: block;
  padding-bottom: 67.1875%;
}
#account_middle.videos div.video_box div.video_preview img.preview {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#account_middle.videos div.video_box div.video_preview span.picto_play {
  display: block;
  position: absolute;
  width: 72px;
  height: 73px;
  background: url(/img/default/btn_play_2.png) 0 0 no-repeat;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
}
#account_middle.videos div.video_box div.video_preview span.duration {
  display: block;
  position: absolute;
  background: url(/img/default/bg_black_80.png);
  font-size: 10px;
  color: #fff;
  padding: 2px 4px;
  right: 5px;
  bottom: 5px;
}
#account_middle.videos div.video_box div.video_preview div.tools-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/default/bg_black_80.png);
}
#account_middle.videos div.video_box div.video_preview div.tools {
  display: table;
  width: 100%;
  height: 100%;
}
#account_middle.videos div.video_box div.video_preview div.tools > span {
  display: table-row;
}
#account_middle.videos div.video_box div.video_preview div.tools > span a {
  display: table-cell;
  width: 50%;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  padding: 0 2px;
}
#account_middle.videos div.video_box div.video_preview div.tools > span a:before {
  font-family: FontAwesome;
  font-size: 30px;
  display: block;
}
#account_middle.videos div.video_box div.video_preview div.tools > span a.refresh_preview:before {
  content: '\f021';
}
#account_middle.videos div.video_box div.video_preview div.tools > span a.refresh_preview.refreshing:before {
  content: '\f110';
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#account_middle.videos div.video_box div.video_preview div.tools > span a.delete:before {
  content: '\f00d';
}
#account_middle.videos div.video_box div.video_preview div.tools > span a.edit:before {
  content: '\f040';
}
#account_middle.videos div.video_box div.video_preview div.tools > span a.play:before {
  content: '\f144';
}
#account_middle.videos div.video_box div.video_infos {
  margin: 5px 5px 0;
}
#account_middle.videos div.video_box div.video_infos span.title {
  display: block;
  width: 210px;
  color: #f44323;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#account_middle.videos div.video_box div.video_infos span.status {
  display: block;
  color: #444;
  font-style: italic;
  font-size: 11px;
}
#account_middle.videos div.video_box div.video_infos span.status img {
  vertical-align: top;
}
@media (max-width: 850px) {
  #account_middle.videos div.video_box {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #account_middle.videos div.video_box {
    width: 33.33333333%;
  }
}
@media (max-width: 650px) {
  #account_middle.videos div.video_box {
    width: 50%;
  }
}
@media (max-width: 400px) {
  #account_middle.videos div.video_box {
    width: 100%;
  }
}
#account_middle.videos #videos_list.desktop div.video_box div.video_preview:hover div.tools-wrapper,
#account_middle.videos #videos_list div.video_box div.video_preview.open-tools div.tools-wrapper {
  display: block;
}
#account_middle.musics div.music_box {
  padding: 10px;
}
#account_middle.musics div.music_box span.label-wrapper {
  display: block;
  padding-right: 10px;
  float: left;
  width: 45%;
}
#account_middle.musics div.music_box span.label {
  display: block;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  padding: 0 5px;
  background: #fff;
  color: #5b5b5b;
  border: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#account_middle.musics div.music_box div.player_container {
  float: right;
  width: 55%;
}
#account_middle.musics div.music_box div.actions {
  text-align: right;
  padding-top: 5px;
}
#account_middle.musics div.music_box div.actions a {
  font-size: 11px;
  color: #5b5b5b;
  text-decoration: none;
  line-height: 16px;
  vertical-align: middle;
}
#account_middle.musics div.music_box div.actions a:hover {
  text-decoration: underline;
}
#account_middle.musics div.music_box div.actions span.separator {
  color: #5b5b5b;
  vertical-align: middle;
  line-height: 16px;
  font-size: 10px;
  display: inline-block;
  margin: 0 3px;
}
#account_middle.musics div.music_box:hover {
  background: #dce0e6;
}
#account_middle.musics div.music_box:hover span.label {
  border: 1px solid #919498;
}
@media (max-width: 499px) {
  #account_middle.musics div.music_box span.label-wrapper {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  #account_middle.musics div.music_box div.player_container {
    width: 100%;
    float: none;
  }
}
#account_middle.customers_blocked div.blocked_customer_box {
  padding: 10px;
  border-bottom: 1px solid #EDEDED;
  margin: 5px 0;
  -webkit-transition: border-color linear 0.2s 0s;
  -o-transition: border-color linear 0.2s 0s;
  -ms-transition: border-color linear 0.2s 0s;
  -moz-transition-property: border-color;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0s;
  transition: border-color linear 0.2s 0s;
}
#account_middle.customers_blocked div.blocked_customer_box a.blocked_customer_link {
  display: block;
  text-decoration: none;
  margin-right: 120px;
}
#account_middle.customers_blocked div.blocked_customer_box a.blocked_customer_link span.pic {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
}
#account_middle.customers_blocked div.blocked_customer_box a.blocked_customer_link span.pic img {
  width: 50px;
}
#account_middle.customers_blocked div.blocked_customer_box a.blocked_customer_link span.detail-wrapper {
  display: block;
  margin-left: 60px;
}
#account_middle.customers_blocked div.blocked_customer_box a.blocked_customer_link span.title {
  display: block;
  font-size: 15px;
  color: #F54424;
  margin-top: 3px;
}
#account_middle.customers_blocked div.blocked_customer_box a.blocked_customer_link span.detail {
  display: block;
  color: #5E5E5E;
  margin-top: 5px;
}
#account_middle.customers_blocked div.blocked_customer_box a.unblock_link {
  margin-top: 10px;
  display: block;
  float: right;
  text-align: center;
  height: 24px;
  border: 1px solid #d0cfcf;
  color: #5b5b5b;
  line-height: 16px;
  text-decoration: none;
  font-weight: 700;
  opacity: 0.7;
  padding: 4px 12px;
  background: #fdfdfe;
  background-image: -moz-linear-gradient(top, #fdfdfe, #ebeef2);
  background-image: -ms-linear-gradient(top, #fdfdfe, #ebeef2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfe), to(#ebeef2));
  background-image: -webkit-linear-gradient(top, #fdfdfe, #ebeef2);
  background-image: -o-linear-gradient(top, #fdfdfe, #ebeef2);
  background-image: linear-gradient(top, #fdfdfe, #ebeef2);
}
#account_middle.customers_blocked div.blocked_customer_box a.unblock_link:hover {
  color: #ff2b04;
}
#account_middle.customers_blocked div.blocked_customer_box a.unblock_link:hover .fa {
  color: #5b5b5b;
}
#account_middle.customers_blocked div.blocked_customer_box:hover {
  border-color: #cdcdcd;
}
#account_middle.customers_blocked div.blocked_customer_box:hover a.unblock_link {
  opacity: 1;
}
@media (max-width: 499px) {
  #account_middle.customers_blocked div.blocked_customer_box {
    position: relative;
    padding-bottom: 44px;
  }
  #account_middle.customers_blocked div.blocked_customer_box a.blocked_customer_link {
    margin-right: 0;
  }
  #account_middle.customers_blocked div.blocked_customer_box a.unblock_link {
    margin: 0;
    float: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
#account_middle.subscription p.no_subscription,
#account_middle.subscription p.current_subscription {
  color: #5b5b5b;
  padding: 8px;
  background: #f2f2f2;
}
#account_middle.subscription p.current_subscription span.offer {
  color: #ff2b04;
}
#account_middle.subscription p.current_subscription span.date {
  font-weight: 700;
}
#account_middle.recruiter_castings div.no_casting {
  margin: 8px;
  font-style: italic;
}
#account_middle.recruiter_castings div.recruiter_casting_box {
  margin: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
}
#account_middle.recruiter_castings div.recruiter_casting_box span.title {
  display: block;
  font-size: 15px;
  color: #F34222;
  margin-bottom: 3px;
}
#account_middle.recruiter_castings div.recruiter_casting_box div.left {
  margin-right: 160px;
}
#account_middle.recruiter_castings div.recruiter_casting_box span.art {
  display: block;
}
#account_middle.recruiter_castings div.recruiter_casting_box span.dates {
  display: block;
  color: #6A6868;
  margin: 2px 0 4px;
}
#account_middle.recruiter_castings div.recruiter_casting_box span.date_insert {
  display: block;
  color: #6A6868;
  font-size: 11px;
  font-style: italic;
}
#account_middle.recruiter_castings div.recruiter_casting_box div.right {
  float: right;
  width: 150px;
}
#account_middle.recruiter_castings div.recruiter_casting_box span.state {
  display: block;
  text-align: right;
  line-height: 17px;
  vertical-align: middle;
  color: #6A6868;
  font-weight: 700;
}
#account_middle.recruiter_castings div.recruiter_casting_box span.state img {
  vertical-align: middle;
}
#account_middle.recruiter_castings div.recruiter_casting_box span.count {
  display: block;
  text-align: right;
  margin: 0 0 4px;
}
#account_middle.recruiter_castings div.recruiter_casting_box div.actions {
  text-align: right;
}
#account_middle.recruiter_castings div.recruiter_casting_box div.actions a {
  color: #6A6868;
  line-height: 16px;
  vertical-align: middle;
  text-decoration: none;
}
#account_middle.recruiter_castings div.recruiter_casting_box div.actions a:hover {
  text-decoration: underline;
}
#account_middle.recruiter_castings div.recruiter_casting_box div.actions span {
  color: #6A6868;
  line-height: 16px;
  vertical-align: top;
  font-size: 11px;
}
@media (max-width: 449px) {
  #account_middle.recruiter_castings div.recruiter_casting_box div.left {
    margin-right: 0;
  }
  #account_middle.recruiter_castings div.recruiter_casting_box div.right {
    float: none;
  }
  #account_middle.recruiter_castings div.recruiter_casting_box span.state,
  #account_middle.recruiter_castings div.recruiter_casting_box span.count {
    text-align: left;
  }
  #account_middle.recruiter_castings div.recruiter_casting_box div.actions {
    margin-top: 5px;
  }
}
#account_middle.recruiter_edit_casting .input-group#age,
#account_middle.recruiter_edit_casting .input-group#size,
#account_middle.recruiter_edit_casting .input-group#weight {
  max-width: 250px;
}
/* rotation photo */
#rotate_picture_dialog div.rotate_container {
  padding: 0 10px;
  text-align: center;
}
#rotate_picture_dialog div.rotate_container > img {
  display: inline-block;
  max-width: 100%;
}
/* crop photo */
#crop_picture_dialog div.crop_container_wrapper {
  padding: 0 10px;
  text-align: center;
}
#crop_picture_dialog div.crop_container {
  margin: auto;
  border: 5px solid #e0e0e0;
}
#crop_picture_dialog div.crop_container > img {
  display: inline-block;
  max-width: 100%;
}
/* ajout musiques / vidéos / photos */
iframe.iframe_post_background {
  width: 0px;
  height: 0px;
  border: 0;
  background: transparent;
}
/******************************************************************************/
/* confirmation abonnement                                                    */
/******************************************************************************/
#left.payment_success .castings_list {
  margin-top: 15px;
}
@media (max-width: 450px) {
  #left.payment_success .payment_success_message .form-buttons > .btn {
    display: block;
    margin-top: 5px;
  }
}
/******************************************************************************/
/* annulation paiement abonnement                                             */
/******************************************************************************/
@media (max-width: 450px) {
  #left.payment_cancel .payment_cancel_message .form-buttons > .btn {
    display: block;
    margin-top: 5px;
  }
}
#page-debug {
  position: relative;
  background: #fff;
}
