@charset "iso-8859-15";

/* CSS MODULE NEWS1 */
.bt-addActu {
    padding-top: 10px;
}

.une-actu {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px #E0E0E0 solid;
}

.first { /*padding:20px; border:5px #CC0A2F solid;*/
}

.paire {
}

.impaire {
}

/* Titre de la news */
.une-actu .titre {
    margin-bottom: 5px;
    font-size: 2.2em;
    font-weight: bold;
}

.une-actu .titre a {
    font-weight: bold;
    text-decoration: none;
}

.une-actu .titre a:hover {
    text-decoration: underline;
}

/* Posté par */
.une-actu .postby {
    margin: 0px 0px 10px 0px;
    font-size: 1.2em;
}

.une-actu .postby .date {
}

.une-actu .postby .redacteur {
}

.une-actu .linknext {
}

/* Image de l'actu */
.une-actu .newsImg {
    position: relative;
    float: left;
    margin: 0px 10px 0px 0px;
}

.une-actu .newsImg .illus {
}

.une-actu .newsImg .illus img {
}

.une-actu .newsImg .bt-supimg {
    position: absolute;
    top: 5px;
    right: 5px;
}

.une-actu .newsImg .bt-supimg img {
    cursor: pointer;
}

.une-actu .newsTxt {
    font-size: 1.2em;
    line-height: 1.5em;
}

.une-actu .newsTxt .newsdesc {
    margin: 10px 0px 0px 0px;
    font-size: 1.2em;
}

.une-actu .newsTxt .link {
    margin: 10px 0px 0px 0px;
    font-size: 1.2em;
}

.une-actu .newsTxt .link span {
    font-weight: bold;
}

.une-actu .newsTxt .link a {
}

.une-actu .newsTxt .link a:hover {
}

/* ======================================================================== */
/* detail.php */
.detail-news {
    font-size: 13px;
    margin-bottom: 30px;
}

.detail-news .illus {
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 300px;
}

.backtolist{
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #8897aa;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.backtolist:hover{
    color: #8897aa;
    text-decoration: none;
}

.detail-news .editor {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.detail-news .illus .news-image{
    width: 100%;
    height: 100%;
    background: no-repeat center !important;
    background-size: cover !important;
}

.detail-news .illus img{
    width: 100%;
    padding: 10px;
    border: solid 1px #dce9f1;
}

.detail-news .editor {
}

.retourn {
    margin-bottom: 15px;
    text-align: right;
}

.retourn a {
    padding-left: 23px;
    background: url(/cssimg/site/ArrowLeft.png) 0 center no-repeat;
}

.presse {
    margin-bottom: 15px;
    text-align: right;
}

.presse a {
    display: inline-block;
    padding: 5px 7px;
    border: 1px #004372 solid;
    border-radius: 2px;
    text-decoration: none;
}

.presse a:hover {
    border: 1px black solid;
}

.row_actus{
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    border-bottom: solid 1px #dedede;
    padding-bottom: 25px;
}

.row_actus:last-child{
    border: none;
}

.row_actus .illus{

}

.pagination{
    width: 100%;
    text-align: center;
    font-size: 16px;
}


.pagination a{
    text-decoration: none;
    margin: 10px;
}

.pagination a.active{
    color: #abc52e;
}

.row_actus .titre{
    margin-top: 0;
    margin-bottom: 5px;
    color: rgb(51, 122, 183);
    font-size: 20px !important;
}

.row_actus .titre a{
    text-decoration: none;
    font-size: 20px;
}

.row_actus .postby{
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    color: #8897aa;
}
@media only screen and (max-width : 320px){
    .row_actus .illus {
        margin-bottom: 20px;
    }

    .title-wrapper{
        height: inherit !important;
        padding-bottom: 10px;
    }

    .title-wrapper h1{
        font-size: 24px !important;
    }
}


@media only screen and (max-width: 480px) {
    .row_actus .illus {
        margin-bottom: 20px;
    }

    .detail-news .illus {
        float: none;
        text-align: center;
    }

    .detail-news .illus img {
        margin-bottom: 15px;
        width: 100%;
    }

    .title-wrapper{
        height: inherit !important;
        padding-bottom: 10px;
    }

    .title-wrapper h1{
        font-size: 24px !important;
    }

}

@media only screen and (min-width : 768px) and (max-width: 991px){
    .row_actus .illus {
        margin-bottom: 20px;
    }

    .title-wrapper{
        height: inherit !important;
        padding-bottom: 10px;
    }

    .title-wrapper h1{
        font-size: 24px !important;
    }
}
