/*
Theme Name:     yesbutnau_14
Theme URI:      http://yesbutnau.com
Description:    Thème enfant pour le thème Expound
Author:         duplanos
Template:       expound
Version:        0.1.0
*/

@import url('../expound/style.css');


body.custom-background { 
  margin:0;
  padding:0;
  background: url('http://yesbutnau.com/wp-content/uploads/2013/11/YBN_bckgnd.jpg') no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}

/*.site-title a {
    color: fff;
    display: block;
    background: url('./img/YBN-header.jpg') 0 0 no-repeat;
    background-size: 130px;
    margin-left: -150px;
    width: 400px;
    height: 150px;
    text-indent: 150px;
}
http://css.developpez.com/faq/?page=positionnement#GENERAL_margin
*/


.featured-content .has-post-thumbnail .entry-thumbnail img {
   width: 75%;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button-primary, a.button-primary, .wpm-button-primary, a.wpm-button-primary {
    background: none repeat scroll 0 0 #117BB8;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 300;
    margin: 8px 0;
    padding: 10px;
    text-decoration: none;
}


/* Pour les tableaux */
.site-content .entry-content th, .site-content .comment-content th, #tinymce th, .site-content .entry-content td, .site-content .comment-content td, #tinymce td {
    border-bottom: 1px solid #DDDDDD;
    padding: 1px 1px 0;

}


/* Permet de mettre les unites de temps dans le cercle du compte a rebourd */
p {
   margin-bottom: 0em;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    line-height: 17px;
    margin: 0;
}


.two_parts{
   background-color: #3a3a3a;
}

.clock{
    display:inline-block;
    float: none;
    padding: 20px 3px;
    margin: 0 0 -5px 55px;
}


.title_part{
    font-size: 16px;
    font-family: Georgia;
}

.partenaires_div{
    display:inline-block;
    vertical-align: top;
    margin-left:15px;
    text-align:center;
    padding:10px;
}

.partenaires_div img{
    max-width: 85px;
    margin: 0;
    vertical-align: middle;
}

.partenaires_div a{
    /*display: inline-block;
    height: 85px;
    vertical-align: top;*/
    width: 85px;
    margin: 10px 5px;
    text-align: center;
    line-height: 95px;
    display: table-cell;
    vertical-align: middle;
    height: 95px;
}

@media screen and (min-width: 600px){
    .home .site-content {
        width: inherit;
    }
}

.site-footer {
    background: url("./img/absurdidad.png") repeat scroll 0 0 #FFFFFF;
}


footer[role="contentinfo"] {
    margin-top: 0;
    border: none;
    padding:0;
}

footer[role="contentinfo"] a{
    color:#378cff;
    font-weight:bold;
    font-size:110%;
}

footer[role="contentinfo"] a:hover{
    color:#ff6565;
}

footer.entry-meta {
    margin-top:0;
}

.site-info {
    margin-bottom: 10px;
    text-align: center;
}


.footer-widget{
    width: 33%;
    float: left;
    margin-top: -1px;
}

.footer-widget h2{
    margin: 0;
}

.footer-widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li{
    list-style: none;
    margin: 0;
    padding: 0;
}