Informations vols du jour

.iframe-container{ margin: 0 auto; max-width:100%; width:100%; height:560px; } @media only screen and (max-width: 992px) { .iframe-container{ width: 100%; height:700px; } }
This browser does not support Iframe
window.addEventListener(‘message’, function(event) { if(event.data.type==’widgetRedirect’) { window.open(event.data.url); } }, false);