/*------------------------------------------------------------------------
# "Sparky Framework" - Joomla Template Framework
# Copyright (C) 2012 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/* overwrite sparky's settings */

body {
  margin:0;
  padding:0;
}

h1 {
    padding:30px 0;
    margin:0;
    line-height:normal;
    font-weight: 800;
    text-transform: uppercase;
}

h2, h2 a {
    padding:30px 0 15px;
    margin:0;
    line-height:normal;
}

.mp_user1 h2, .mp_user4 h2, .mp_bottom2 h2 {
  text-transform: uppercase;
}

h3 {
    margin:0 0 15px 0;
    padding:0;
}

h4 {
    margin:0;
    padding:0;
}

iframe {
  border: none;
}

/* overwrite joomla.css */

div.finder label, div.finder br {
  display:none;
}

.readmore {
  font-size: 13px;
  text-transform: uppercase;
}

/* forms */

fieldset {
  border:0;
  margin:0;
  padding:0;
}

legend {
  font-weight:bold;
  margin: 0;
  padding: 0;
}

.input {
  margin:0;
  padding:0;
}

.inputbox {
  background: #222;
  border: 1px inset #999;
  padding: 3px;
  color: #aaa;
}

.button {
  border: 1px solid #333;
  padding: 5px 10px;
  color:#aaa;
  background:#555;
}

form {
  margin:0;
  padding:0;
}

/* lists */

ul, ol {
  margin: 15px 30px;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

div.item-page ol li, div.item-page ul li {
  margin: 0 0 10px 0;
  padding: 0;
}

ul.arrow li {
  list-style-image: url(../images/bullet_arrow_right.png);
}

ul.arrowleft li {
  list-style-image: url(../images/bullet_arrow_left.png);
}

ul.calendar li {
  list-style-image: url(../images/bullet_calendar.png);
}

ul.checklist li {
  list-style-image: url(../images/bullet_tick.png);
}

ul.delete li {
  list-style-image: url(../images/bullet_delete.png);
}

ul.email li {
  list-style-image: url(../images/bullet_email.png);
}

ul.file li {
  list-style-image: url(../images/bullet_file.png);
}

ul.folder li {
  list-style-image: url(../images/bullet_folder.png);
}

ul.heart li {
  list-style-image: url(../images/bullet_heart.png);
}

ul.information li {
  list-style-image: url(../images/bullet_information.png);
}

ul.lock li {
  list-style-image: url(../images/bullet_lock.png);
}

ul.pencil li {
  list-style-image: url(../images/bullet_pencil.png);
}

ul.person li {
  list-style-image: url(../images/bullet_person.png);
}

ul.rss li {
  list-style-image: url(../images/bullet_rss.png);
}

ul.shop li {
  list-style-image: url(../images/bullet_shop.png);
}

ul.song li {
  list-style-image: url(../images/bullet_song.png);
}

ul.star li {
  list-style-image: url(../images/bullet_star.png);
}

ul.star2 li {
  list-style-image: url(../images/bullet_star2.png);
}

ul.trash li {
  list-style-image: url(../images/bullet_trash.png);
}

ul.tweak li {
  list-style-image: url(../images/bullet_tweak.png);
}

ul.unlock li {
  list-style-image: url(../images/bullet_unlock.png);
}

ul.warn li {
  list-style-image: url(../images/bullet_warning.png);
}

/* typography */

.warning {
  padding:15px 15px 15px 60px;
  color:#000;
  border-top:4px solid #c10000;
  border-bottom:4px solid #c10000;
  background:#FFDE25 url(../images/warning.png) no-repeat center left;
}

.info {
  padding:15px 15px 15px 60px;
  color:#006699;
  border-top:4px solid #006699;
  border-bottom:4px solid #006699;
  background:#bde1ff url(../images/info.png) no-repeat center left;
}

.error {
  padding:15px 15px 15px 60px;
  color:#900;
  border-top:4px solid #900;
  border-bottom:4px solid #900;
  background:#f8b5b5 url(../images/error.png) no-repeat center left;
}

.typewriter {
  background: url(../images/typewriter_bg.png);
  padding:20px 15px 20px 30px;
  color:#000;
  font-family:"Courier New", Courier, monospace;
  line-height:20px;
  text-align:left;
}

blockquote {
  margin:0;
  padding:15px 15px 15px 75px;
  font-size:125%;
  font-style:italic;
  line-height:normal;
  background: url(../images/quotes.png) top left no-repeat;
}

.dropcap:first-letter {
  font-size: 300%;
  font-weight:bold;
  float:left;
  margin:0 10px 5px 0;
}

span.p_number {
  font-size: 400%;
  font-weight:bold;
  float:left;
  margin:0 10px 10px 0;
  position: relative;
  line-height: 40px;
}

.inset_left {
  display:block;
  float:left;
  width: 150px;
  font-style: italic;
  margin: 15px 15px 15px 0;
}

.inset_right {
  display:block;
  float:right;
  width: 150px;
  font-style: italic;
  margin: 15px 0 15px 15px;
}

.inset_title {
  font-weight:bold;
  display:block;
}

img.img_left {
  float:left;
  margin:0 30px 30px 0;
}

img.img_right {
  float:right;
  margin:0 0 30px 30px;
}

/* hot cinema typography */

.trailer_text {
  padding:15px;
}

.trailer_genre {
  text-transform: uppercase;
  padding:0;
  margin:0;
  font-size: 13px;
}

.trailer_heading, .trailer_heading a {
  font-size: 20px;
  line-height: 22px;
  padding:0;
  margin:0;
}

.trailer_subline {
  font-size: 11px;
  padding:5px 0 0 0;
  margin:0;
}

.trailer_full {
  padding:120px 15px 15px 15px;
  text-transform: uppercase;
  font-size: 13px;
}

/* film tape */

div.tape_text, div.tape_text h4 {
  color:#ddd;
}

.tape_text {
  padding: 10px;
}

.list_carousel li img {
  left: 0;
  bottom:0;
  position: absolute;
  max-width: 100%;
}

/* k2 component styling */

#k2Container {
  padding:0;
}

div.catItemView {
  padding: 0;
}

.componentheading, .moduletable-bafm .modulePretext {
  padding:30px 0 15px 0;
  margin:0;
  font-size: 32px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}

h2.catItemTitle, h2.catItemTitle a {
  padding:0;
  margin:0;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
  min-height: 60px;
}

div.catItemView {
  margin:0 30px 0 0;
  padding:15px 0 0 0;
}

.catItemView p {
  margin:0 0 15px 0;
  padding: 0;
}

div.catItemExtraFields, div.genericItemExtraFields {
  border-top:none;
}

.even, .odd {
  background:none;
  border-bottom: none;
}

.catItemExtraFields .even, .catItemExtraFields .odd {
  padding:0;
}

div.catItemExtraFields, div.genericItemExtraFields {
  padding:0 0 15px 0;
  margin:0;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  width:auto;
}

div.k2_author, div.k2_comments {
  padding-bottom:15px;
}

div.catItemTagsBlock {
  border-bottom: none;
  padding:5px 0;
}

div.catItemLinks {
  margin:0 0 10px 0;
}

div.catItemRatingBlock {
  padding:0;
  height:50px;
}

div.itemView, div.itemToolbar {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background:none;
}

div.cinema_k2_item_image {
  float: right;
  margin:0 0 30px 30px;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  width: 120px;
}

div.userBlock {
  padding:0;
  border:none;
  margin:30px 0;
}

div.userBlock h2 {
  padding-top: 0;
}

div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle {
  font-family: inherit;
  padding-top: 0;
  line-height: normal;
}

div.tagItemHeader h2.tagItemTitle a {
  text-transform: none;
  font-size: 24px;
  color: inherit;
}

div.userItemTagsBlock {
  padding: 0;
  border-bottom: none;
}

div.userItemLinks {
  margin: 0;
}

div.userItemHeader {
  padding-top: 30px;
}

span.userItemImage img,
span.tagItemImage img {
  padding: 0;
  border: none;
}

div.tagItemView {
  border-bottom: none;
}

.k2AccountPage th.k2ProfileHeading, .k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key {
  background:none;
  border:none;
  text-align: left;
}

.k2AccountPage th.k2ProfileHeading, .k2AccountPage div.k2AccountPageNotice {
  padding:15px 0;
}

.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
  background-image:url(../images/transparent_star.png) !important;
}

/* joomla.css overrides */

.article-info-term {
  display: none;
}

dl.article-info {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

div.moduletable-bafm .modulePretext {
    color: #CE7898;
}

div.moduletable-bafm ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
  
}

div.moduletable-bafm ul li {
    display: inline-block;
    width: 229px;
    padding: 0;
}

div.moduletable-bafm .moduleItemTitle {
    height: 54px;
    display: inline-block;
}



div.itemComments {background:#000000;border:1px solid #000000;padding:16px;}

/* Préselection, Sélection, Résultats : mise en forme des modules de film */
div.moduletableminifilm {
    float: left;
    width: 486px;
    border-top:1px #222 solid;
}

div.moduletableminifilm>div>ul {
    list-style-type: none;
    margin: 15px 10px;
}

div.moduletableminifilm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.moduletableminifilm .clr {
    clear: none;
}

div.moduletableminifilm .clr:last-of-type {
    clear: both;
}

div.moduletableminifilm ul li a.moduleItemReadMore {
    display: block;
    clear: both;
}


div.moduletableminifilm div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
    width: 33%;
    margin-bottom: 15px;
}

div.moduletableminifilm div.moduleItemExtraFields li {
    max-height: 30px;
    overflow: hidden;
    
}

div.moduletableminifilm div.moduleItemExtraFields b {
    display: none;
}

div.moduletableminifilm .moduleItemTags {
    max-height: 70px;
    overflow: hidden;
}
 

div.moduletableaccueil .moduleItemTags {
    display: none;
/*    width: 213px;
    padding-left: 5px;
    margin-bottom: 15px;
    float: left;
  */
}


div.moduletableaccueil ul {
    list-style-type: none;
    margin:0;
}

div.moduletableaccueil>div>ul>li {
    width: 468px;
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 8px;
    float: left;
    border-top:1px #222 solid;
}

div.moduletableaccueil .clr {
    clear: none;
}

div.moduletableaccueil .clr:last-of-type {
    clear: both;
}

div.moduletableaccueil div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
    margin: 0px 5px 0px 13px;
    padding: 0;
    border: 0;
}

div.moduletableaccueil div.k2ItemsBlock ul li div.moduleItemExtraFields {
    float: left;
    width: 245px;
    padding-left: 5px;
}

div.moduletableaccueil h3 {
    color: #CE7898;
    padding: 30px 0 15px 0;
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
}

div.moduletableaccueil .moduleItemTags b {
    display: none;
}

div.moduletableaccueil .moduleItemTags {
    display: none;
/*    width: 213px;
    padding-left: 5px;
    margin-bottom: 15px;
    float: left;
  */
}

div.moduletableaccueil div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
    width: 33%;
    margin-bottom: 15px;
}

div.moduletableaccueil div.moduleItemExtraFields li {
    max-height: 30px;
    overflow: hidden;
    
}

div.moduletableaccueil div.moduleItemExtraFields b {
    display: none;
}

div.moduletableaccueil div.moduleItemIntrotext p {
    padding-left: 223px;
}

div.moduletableaccueil div.k2ItemsBlock ul li a.moduleItemComments {
    width: 200px;
    padding-left: 5px;
    margin-bottom: 15px;
    border: 0;
    display: block;
    float: left;
}

div.moduletableaccueil div.k2ItemsBlock ul li a.moduleItemReadMore{
    width: 200px;
    padding-left: 5px;
    border: 0;
    display: block;
    float: left;
    text-transform: uppercase;
}

.moduleItemTitle {
    color: #98C5AB;
    font-size: 20px;
    font-weight: 400;
}


ul {
    list-style-type: none;
}

.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
  min-width: 20px!important;
}

div.content_sparky {
  min-height: 150px;
}


#InputDesc {
    display: inline-block;
    width: 353px;
    height: 160px;
    margin: 0;
    margin-bottom: 15px;
}

#formFilm div {
    text-align: center;
}

#formFilm div:not(#DivDesc) label {
    text-align: left;
}

#DivDescL {
    margin-top: 15px;
}

#formFilm div input.inputbox {
    width: 200px;
}

#formFilm label {
    width: 150px;
    display: inline-block;
}

div.articleFIFMOC h3:not(:first-child) {
    margin-top: 30px;
}

div.articleFIFMOC h3 {
    color: #CE7898;
}

div.articleFIFMOC h4 {
    color: #98C5AB;
}

.ul_ou {
    list-style-type: circle;
}

.ul_et {
    list-style-type: square;
}

h2 {
  color: #CE7898;
  padding: 30px 0 15px 0;
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}