.mod_alaune .hiddenInfoAlaune{
    display:none;
}

.mod_alaune{
    width: 649px;
    height: 476px;
    background: url(../images/bg_alaune.png) no-repeat center !important;
    padding: 9px !important;
}


.mod_alaune .rightColomnAlaUne li{
    position:relative;
    width:96px;
    height:71px;
    border: 3px solid #222;
    margin: 21px auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.mod_alaune .rightColomnAlaUne li:first-of-type{
    margin-top:14px;    
}

.mod_alaune .infoSelectedItem{
    width:526px;
    display:inline-block;
    vertical-align:top;
}

.mod_alaune .rightColomnAlaUne{
    width:108px;
    display:inline-block;
    vertical-align:top;
    margin-left:8px;
}
.mod_alaune .infoSelectedItem img{
    width:100%;
}



.mod_alaune .infoSelectedItem .textAlaUne{
    margin-top:-7px;
    padding:10px;
    background: url('../images/bg_module_titre.jpg');
    background-size: 100% 100%;
    height:140px;
}
.mod_alaune .infoSelectedItem .textAlaUne,
.mod_alaune.mobile .owl-carousel div{
    font-family: droid_sansregular;
    color: #fff;
    line-height: 1.4em;    
}

.mod_alaune .rightColomnAlaUne ul{
    margin: 0;
    padding:0;
    height:384px;
    list-style:none;
}

.mod_alaune.mobile .owl-carousel div a.btnLireLaSuite,
.mod_alaune .infoSelectedItem .textAlaUne>a{
    width: 103px !important;
    height: 31px !important;
    margin: 0;
    padding: 0;
    background: url('../images/btn_liresuite.png') no-repeat;
    border: none;
    text-align: center;
    line-height: 33px;
    content: "";
    box-shadow: none;
    z-index: 1;
    display:block;
    color: white;
    font-family: pt_sans_narrowregular;
    font-size: 1.4em;
    font-weight: normal;
    padding-top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
}

.mod_alaune .infoSelectedItem .textAlaUne>a:hover{
    background: url('../images/btn_liresuite_select.png') no-repeat;
}

.mod_alaune.mobile .owl-carousel h2,
.mod_alaune .infoSelectedItem h2,
.mod_alaune h2 a{
    margin: 0;
    color: #fff;
    display: inline-block;
    font-family: pt_sans_narrowbold;
    line-height: auto;
    font-weight: normal;
    margin-bottom:5px;    
    line-height: 1em;
}



.mod_alaune.mobile .owl-carousel div a.btnLireLaSuite,
.mod_alaune.mobile .owl-carousel h2{
    margin-top: 10px;
}
.mod_alaune.desktop li img{
    display:block;
    margin-left:-20%;
    width:140%;
    top:0;
    position:absolute;
    z-index:1 !important;
}

.mod_alaune li .bgItemAlaUne{
    position:absolute;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index:10 !important;
    top:0;
    left:0;
}

.mod_alaune li.currentAlaUne .bgItemAlaUne,.mod_alaune li:hover .bgItemAlaUne{
    display:none;
}


.mod_alaune .nextAlAUne,.mod_alaune .prevAlAUne{    
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.10);
    width:108px;
    height:34px;
}

.mod_alaune .nextAlAUne{
    background: url('../images/btn-slider_prev.png') no-repeat;
}

.mod_alaune .prevAlAUne{
    background: url('../images/btn-slider_next.png') no-repeat;
}

.mod_alaune .nextAlAUne:hover{
    background: url('../images/btn-slider_prev_select.png') no-repeat;
}

.mod_alaune .prevAlAUne:hover{
    background: url('../images/btn-slider_next_select.png') no-repeat;
}


.mod_alaune .mobileAlaune{
    display:none;
}
.mod_alaune.mobile{
    display: none;
    width: 90%;
    margin: 0 auto;
}
.mod_alaune.mobile ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    
}


@media only screen and (max-width: 675px) and (max-device-width: 675px){    
    .mod_alaune{
        display: none;
    }
    .mod_alaune.mobile{
        display: block;
        position:relative;
        height: auto;
    }
    .mod_alaune.mobile li img{
        display:block;
        margin:0;
        width:100%;
        height: auto;
    }
    .mod_alaune .infoSelectedItem{
        width:100%;        
    }
    .mod_alaune .infoSelectedItem .textAlaUne{
        height:236px;
    }
    
}