


/* Media queries */

@media screen and (min-width: 1024px)  {


    
    .menuheaderright{
        margin-right: 0px;
    }

    .go-se-connecter{
        line-height: 32px;
        padding-left: 35px;
        padding-bottom: 20px;
        font-weight: bold;
        text-shadow: black 0px -1px 0px;
        color: #D1CEC5;
        font-size: 14px;
        outline: none;
        font-size: 14px;
        margin-right: 10px;
    }

    .menuHeaderRight > li{
/*        float: right;*/
    }

    .go-button-orange{
        border-radius: 2px;
    }

    .go-iphone-hzt, .go-iphone-icon{
        display: none !important;
    }
    
     #footer{
        margin-left: auto;
    }
    
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

    .menuHeaderLeft > li {
        padding: 9px 0 0 5px;
    }

    #centerMenu {
        width: 768px !important;
    }

    .menuheaderright{
        margin-right: 0px;
    }

    .fondMenuHeader1{
        background: url('../../imageCSS/newHeaderFooter/Header_icons/icon_profil_ios_normal.png') no-repeat left -7px;
    }

    .fondMenuHeader1:hover{
        background-image: url('../../imageCSS/newHeaderFooter/Header_icons/icon_profil_ios_hover.png') !important;
    }

    .go-se-connecter{
        line-height: 32px;
        padding-left: 35px;
        padding-bottom: 20px;
        font-weight: bold;
        text-shadow: black 0px -1px 0px;
        color: #D1CEC5;
        font-size: 14px;
        outline: none;
        font-size: 14px;
        margin-right: 10px;
    }

}


/* Iphone horizontal */
/* Icons to set High Definition Screens  */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
 only screen and (min-device-pixel-ratio: 1.5),
 only screen and (min-width: 480px) and (max-width: 767px) {
     .go-main-logo{
         background: transparent url('../../images/francine/article_edition/logo_iphone-h_fr@2x.png') no-repeat;
     }
     
     .go-main-logo-es{
         background: transparent url('../../images/francine/article_edition/logo_iphone-h_es@2x.png') no-repeat;        
     }
}*/




/* Iphone vertical */
/* Icons to set High Definition Screens  */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
 only screen and (min-device-pixel-ratio: 1.5),
 only screen and (max-width: 479px) {
     .go-main-logo{
         background: transparent url('../../images/francine/article_edition/logo_iphone-h_fr@2x.png') no-repeat;
     }
}*/


/* iphone vertical */
@media screen and (max-width: 479px) {
    

    #centerMenu {
        width: 320px;
    }
    
    .go-main-logo{
        background: transparent url('../../images/francine/article_edition/logo_iphone-v.png') no-repeat;
        height: 59px;
        width: 68px;
        cursor: pointer;
        margin-top: -1px;
    }
    
    .go-main-logo-es {
        margin-left: 0px;
    }

    .menuheaderright{
        margin-right: 0px;
    }

    .fondMenuHeader1{
        background: url('../../imageCSS/newHeaderFooter/Header_icons/icon_profil_ios_normal.png') no-repeat left -7px;
    }

    .fondMenuHeader1:hover{
        background-image: url('../../imageCSS/newHeaderFooter/Header_icons/icon_profil_ios_hover.png') !important;
    }

    .menuHeaderRight > li{
/*        float: right;*/
        height: 43px;
        padding: 5px 0 0 15px;
        *padding: 12px 0 0 15px;
    }

    .menuheaderleft > li {
        height: 43px;
        padding: 5px 0 0 15px !important;
    }

    .menuHeaderLeft-li-first-child {
        margin-top: -9px !important;
    }

    .go-ipad-icon, .go-ipad-hzt{
        display: none !important;
    }

    .go-iphone-hzt, .go-iphone-icon{
        display: inline-block !important;
    }
    .go-iphone-icon{
        height: 42px !important;
        padding: 0px 0 0 15px !important;
        cursor: pointer;
        display: inline-block !important;
        *display: inline !important;
    }

    .menuHeaderLeft #button-destinations {
        background: url('../../imageCSS/newHeaderFooter/Header_icons/icon_desti_normal.png') no-repeat left 0px;
    }

    .menuHeaderLeft #button-idees {
        background: url('../../imageCSS/newHeaderFooter/Header_icons/icon_idea_normal.png') no-repeat left 0px;
    }

    #button-concept-iphone, #button-idees, #button-destinations {
        width: 30px;
        height: 30px;
    }
    
   
}