.head-link {
    display: none !important;
}

@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-france-2017-top.png) no-repeat center top, url(../../img/background/bg-france-2017.jpg) no-repeat center top fixed;
        background-color: #1e3d85;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #1e3d85 url(../../img/background/bg-france-2017-max989.jpg) no-repeat center top fixed;    
    }
}

@media (max-width: 659px) {
    body {  
        background: #1e3d85 url(../../img/background/bg-france-2017-max659.jpg) no-repeat center top fixed;    
    }
}

