@import "resetcss.css";

html,
body{
  position: relative;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    line-height:1.8em;
    font-weight:300;
    -webkit-font-smoothing:subpixel-antialiased;
    background: url(../images/background/bg_pattern.jpg);
    color: #100000;
}
body h1{
        font-family: 'Playfair Display SC', serif;
        font-size: 3em;
        font-weight:700;
      }
h3{
        color: #7f7f7f;
        font-weight:700;
      }
#tinymce h1{
        line-height: 1em;
      }
#tinymce li,
.content_text li{
    margin-left: 50px;
    background: url(../images/list/li_bullet_red.png) no-repeat 0 9px transparent;
    padding-left: 10px;
}
body h2{
/*font-family: 'Playfair Display SC', serif;
font-weight:700;*/
font-size: 1.5em;
color:#ec1c24;
}
.bg_f0f0f0{  background: #f0f0f0; } /**ocre**/
.bg_111518{  background: #111518; }/**noir gris**/
.bg_dddddd{  background: #dddddd; } /* gris */
.bg_9c0001{  background: #9c0001; } /*grena */
.bg_ed1b24{  background: #ed1b24; } /* grena clair */
.bg_100001{  background: #100001; } /* noir grena */
.bg_pattern{  background: url(../images/background/bg_pattern.jpg); } /* noir grena */

.white{  color: #fff; }
.red{  color: #e21b2e; }
.grey{ color:#808080 }
.grey_dark{ color:#7f7f7f }
.black{ color:#100000 }
.bold{ font-weight: bold; }
.uppercase{ text-transform: uppercase; }
.actions{
    text-align: center;
}
a{
    color: #ec1c24;
}
a:hover{
    text-decoration: underline;
    color: #ec1c24;
}
#tinymce a,
.content_text a{
    color: #ec1c24;
    text-decoration: underline;
}
#tinymce a:hover,
.content_text a:hover{
    color: #ec1c24;
}
#tinymce span.link_white_and_red,
.content_text span.link_white_and_red,
span.link_white_and_red,
#tinymce a.link_white_and_red,
.content_text a.link_white_and_red,
a.link_white_and_red{
    font-size: 1.143em;
    padding: 8px 30px;
    background: #ec1c24;
    color: #fffefe;
    text-align:center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 1px solid #fffefe;
    display: inline-block;
    border-radius: 3px;
    *display: inline; zoom: 1;
    cursor: pointer;
    text-decoration: none;
}
.content_text_links a.link_white_and_red{
    width: 100%;
    margin: 0;
    padding: 8px 0;
}

#tinymce a.link_white_and_red:hover,
.content_text a.link_white_and_red:hover,
a.link_white_and_red:hover{
    ccolor: #fff;
}
.content_text p{
    font-size: 1.143em;
}
#tinymce .text_copyright,
.content_text .text_copyright{
    font-size:0.714em;
}

.picto_clock,
.picto_handicap,
.picto_lyon,
.picto_localisation,
.picto_phone,
.picto_mail{
  padding-left: 30px;
  background: url(../images/pictos/picot-horloge.png) no-repeat 0 center transparent;
  line-height: 1.5em;
  background-size: 20px 20px ;
  min-height: 20px;
}
.picto_clock a,
.picto_handicap a,
.picto_lyon a,
.picto_localisation a,
.picto_phone a,
.picto_mail a{
  color: #fff;
}
.picto_handicap{
  padding-left: 30px;
  background-image: url(../images/pictos/picto-handi.png);
}
.picto_lyon{
  padding-left: 30px;
  background-image: url(../images/pictos/picot-lyon_19x19.png);
}
.picto_localisation{
  padding-left: 30px;
  background-image: url(../images/pictos/picto-localisation.png);
}
.picto_phone{
  padding-left: 30px;
  background-image: url(../images/pictos/picto-tel.png);
}
.picto_mail{
  padding-left: 30px;
  background-image: url(../images/pictos/picto-enveloppe.png);
}

#tinymce .actu_item .description,
#main .actus_list_template .actu_item .description{
    height: 80px;
    overflow: hidden;
    color: #100000;
    margin-top: 5px;
    line-height: 1.4em;
}
#tinymce .actu_item,
#main .sf_content .actu_item{
    text-align: center;
    display: block;
    height: auto;
    overflow: hidden;
}
#tinymce .actu_item,
#main .sf_content .actu_item{
    text-align: center;
}
#tinymce .actu_item{
    width: 100%;
}
#tinymce .actu_item h2,
#main .sf_content .actu_item h2{
    font-size: 1.143em;

}
#tinymce .actu_item .picture,
#main .sf_content .actu_item .picture{
    max-height: 300px;
    height: auto;
    overflow: hidden;
    line-height: 1em;
}
#tinymce .actu_item .link_white_and_red,
#main .sf_content .actu_item .link_white_and_red{
    font-size: 1em;
    padding: 4px 5px;
    width: 100%;
    margin-top: 8px;
}
@media all and (min-width: 40em) {

span.link_white_and_red:hover,
.link_white_and_red:hover,
#tinymce a.link_white_and_red:hover,
.content_text a.link_white_and_red:hover,
a.link_white_and_red:hover{
        background: #fff;
        color: #ec1c24;
        border: 1px solid #ec1c24;
    }

}
img.retina{

}
p .lower{
    font-size: 0.786em;
}
