.dnd-library-wrapper .editor-item .meta.type-sound {
  background-image: url(/sites/all/modules/features/rfi_musique_scald_sound/icons/sound.png);
}
.scald-menu .add-buttons .add-sound {
  background: url(/sites/all/modules/features/rfi_musique_scald_sound/icons/sound-inverted.png) 50% 50% no-repeat;
}
.scald-menu .add-buttons .add-sound:hover {
  background-image: url(/sites/all/modules/features/rfi_musique_scald_sound/icons/sound-color.png);
}
.dnd-widget-wrapper.type-sound {
  background-color: #f1efef;
  padding: 20px;
}
.dnd-widget-wrapper.type-sound.context-rfi_musique_full_page .col-left {
  max-width: 30%;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .dnd-widget-wrapper.type-sound.context-rfi_musique_full_page .col-left {
    margin-right: 0px;
  }
}
.dnd-widget-wrapper.type-sound.context-rfi_musique_full_page .col-right {
  width: 68%;
}
@media screen and (min-width: 1200px) {
  .dnd-widget-wrapper.type-sound.context-rfi_musique_full_page .col-right {
    width: 70%;
  }
}
.dnd-widget-wrapper.type-sound.context-rfi_musique_half_page .col-left {
  max-width: 135px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .dnd-widget-wrapper.type-sound.context-rfi_musique_half_page .col-left {
    margin-right: 0px;
    max-width: 100%;
  }
}
.dnd-widget-wrapper.type-sound.context-rfi_musique_half_page .col-left img {
  width: 100%;
  height: auto;
}
.dnd-widget-wrapper.type-sound.context-rfi_musique_half_page .col-right {
  max-width: 440px;
  float: none !important;
}
.dnd-widget-wrapper.type-sound.context-rfi_musique_third_page .col-left {
  max-width: 265px;
  height: auto;
}
.dnd-widget-wrapper.type-sound.context-rfi_musique_third_page .col-right {
  max-width: 265px;
  float: none !important;
}
@media screen and (max-width: 480px) {
  .dnd-widget-wrapper.type-sound.context-rfi_musique_full_page .col-left,
  .dnd-widget-wrapper.type-sound.context-rfi_musique_half_page .col-left,
  .dnd-widget-wrapper.type-sound.context-rfi_musique_third_page .col-left {
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .dnd-widget-wrapper.type-sound.context-rfi_musique_full_page .col-right,
  .dnd-widget-wrapper.type-sound.context-rfi_musique_half_page .col-right,
  .dnd-widget-wrapper.type-sound.context-rfi_musique_third_page .col-right {
    max-width: 100%;
    width: auto;
  }
}
.dnd-widget-wrapper.type-sound .item-sound {
  width: 100%;
  display: inline-block;
}
.dnd-widget-wrapper.type-sound .item-sound .col-left {
  float: left;
  display: block;
  min-width: 37px;
  min-height: 37px;
}
.dnd-widget-wrapper.type-sound .item-sound .col-left .image {
  position: relative;
}
.dnd-widget-wrapper.type-sound .item-sound .col-left .image img {
  width: 100%;
  height: auto;
}
.dnd-widget-wrapper.type-sound .item-sound .col-left .image div.picto-sound {
  width: 37px;
  margin-right: 10px;
}
.dnd-widget-wrapper.type-sound .item-sound .col-left .image div.picto-sound a {
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  background: url(/sites/all/modules/features/rfi_musique_scald_sound/images/picto-sound.png) no-repeat center #ef8265;
  margin-bottom: 10px;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right {
  float: left;
  font-family: 'Roboto Regular';
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .title {
  font-family: 'Roboto Black';
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .title a {
  color: black;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .note {
  font-family: 'Roboto medium';
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .quote {
  font-family: 'Roboto medium';
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  background: url(/sites/all/modules/features/rfi_musique_scald_sound/images/quote_right.png) no-repeat bottom right;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: justify;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .quote .open-quote {
  background: url(/sites/all/modules/features/rfi_musique_scald_sound/images/quote_left.png) no-repeat top left;
  width: 20px;
  height: 15px;
  display: block;
  float: left;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .text {
  margin-bottom: 10px;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .infos {
  font-size: 12px;
}
.dnd-widget-wrapper.type-sound .item-sound .col-right .infos .author {
  font-family: 'Roboto Bold';
  font-size: 14px;
}
