/*** Feuille de styles - Affichage des formats publicitaire ***/
.containeraPepette .img-responsive{
    width: 100%;
    height: auto;
}

.containeraPepette .tracker_img {
    display: none;
}

.adAdjust{
    padding-top: 10px !important;
}
    /* Device Desktop */
    @media only screen and (min-width: 992px) {
        .adAdjust{
            padding-top: 10px !important;
        }
    }
.megaBan{
    text-align: center;
    margin: 0 auto;
    max-width: 768px;
    padding-top: 29px;
}
    /* Device Desktop */
    @media only screen and (min-width: 992px) {
        .megaBan{
            padding-top: 125px;
            max-width: 1200px;
            min-height: 88px;
        }
    }

/* Habillage */
.habillage {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10;
}
 .habillage_cnt {
    left: 50%;
    position: fixed;
    top:0;
    width: 1px;
}

 .Habillage1 {
    left: -900px;
    position: relative;
}

.habillage2 {
    height: auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.decallageHabillage{
    position: fixed;
    margin: 0 0 0 -300px;
    padding-top: 0;
    top: 125px;
}

/* NativeAds */
.MultiType-container{
    text-align: center;
    padding: 20px 0;
}
.MultiType article{
    overflow: hidden;
    padding: 20px;
    background-color: #F5F9FD;
}
.MultiType .visuel{
    margin-bottom: 10px;
    float: right;
    width: 158px;
    height: auto;
}
    /* Device Desktop */
    @media only screen and (min-width: 992px) {
        .MultiType .visuel{
            width: 300px;
            margin-bottom: 0;
        }
    }
    .MultiType .visuel img{
        width: 158px;
        height: auto;
    }
        /* Device Desktop */
        @media only screen and (min-width: 992px) {
            .MultiType .visuel img{
                width: 300px;
            }
        }
    .MultiType .text{
    text-align: left;
}
    /* Device Desktop */
    @media only screen and (min-width: 992px) {
        .MultiType .text{
            float: left;
            margin-top: 0;    
        }
    }
.MultiType a{
    color: #333;
}
.MultiType .articleTitre{
    font-size: 18px;
    line-height: 27px;
    font-family: "Roboto Condensed";
    font-style: normal;
    padding-bottom: 5px;
}
.MultiType .articleTitre a{
    font-weight: bold;
}
.MultiType .articleTitre a:hover{
    text-decoration: underline;
}
.MultiType .articleChapo{
    font-size: 16px;
    line-height: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
}
.MultiType .articleChapo a:hover{
    text-decoration: none;
}
.MultiType .link{
    background-color: #E6EBF1;
    border-radius: 12px;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    float: left;
    clear: both;
}
    /* Device Desktop */
    @media only screen and (min-width: 992px) {
        .MultiType .link{
            float: none;
            clear: none;
        }
    }
.MultiType .link a{
    font-size: 16px;
    line-height: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #275591;
    font-weight: bold;
}
.MultiType .link a:hover{
    text-decoration: none;
}
.multiType-title{
    padding: 20px 0;
    font-style: italic;
    font-size: 12px;
    float: right;
}
    /* Device Desktop */
    @media only screen and (min-width: 992px) {
        .multiType-title{
            float: none;
        }
    }
.MultiType .ipsBox{
    padding: 20px 0 15px 0;
}
.ipsComment .MultiType article{
    padding: 0 20px;
}

.containeraPepette .tracker_img {
    display: none;
}

/* Pavé */
.pave {
    text-align: center;
}

/* station */
.conteneurStation {
    display:none;
}
    /* Device Desktop */
    @media only screen and (min-width: 992px) {
        .conteneurStation{
            align-items: center;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            max-width: 1200px;
            margin: 0 auto; 
            padding: 10px 0 15px;
            background: #fff;
            width: 100%;
            position: absolute;
            z-index :10;        }
    }

 .conteneurStation .titreStation {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    background-color: #000;
    border: 1px solid #d1d1d1;
    color: #FFFFFF;
    display: none;
    padding: 5px 10px;
    text-transform: uppercase;
}
 .conteneurStation .elementStation {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    box-shadow: 6px 0 3px -1px #c1bdbd;
}
 .conteneurStation .elementStation a{
    display: block;
    padding: 5px 20px;
}
 .conteneurStation .elementStation a:hover{
    background-color:#eae7e7;
    text-decoration: none;
    transition: height 800ms ease-in-out;
}

/* .fixeBan{
    bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 900;
} */





