/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.posts p.postmetadata a, h2.heading a, div.postInfo a, div.single a, a.highlight {
    color: #FF6C00;
}

.post-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.50em;
    margin-bottom: 50px;
}

.post-medias {

}

.post-retenir {
    border: 1px solid #000;
    padding: 20px;
    background-color: #FF6C00;
    color: #FFF;
    margin: 50px 0;
}

.post-retenir span {
    font-weight: bold;
    font-size: 22px;
}

.post-medias > div {
    margin-bottom: 50px;
}

.post-medias .post-video iframe {
    width: 100%;
}

.post-medias .post-image-une img, .post-medias .post-image-deux img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

p.wp-caption-text {
    text-align: center;
    line-height: 1.1em;
    font-style: italic;
}

@media screen and (max-width: 640px){
/* Mobile pub */

[data-element-id="element0"]  {
    display:none;
}
}