• DELETE FROM KEYWORDS WHERE ID_DOMAINE=223909
  • DoneDoneDone

    URL:meteo.luxweb.lu

    Connection: keep-alive
    Date: Wed, 30 Oct 2024 06:16:40 GMT
    Content-Length: 27526
    Content-Type: text/html
    ETag: "6213c56c-6b86"
    Server: nginx
    Vary: Accept-Encoding
    
    
    Status => 404
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
      <title>Editus Luxembourg S.A. - Page de maintenance</title>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <STYLE type="text/css">
    <!--
    /*reset*/
    /* http://meyerweb.com/eric/tools/css/reset/ 
       v2.0 | 20110126
       License: none (public domain)   
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font-size: 100%;
    	font: inherit;
    	vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
    	display: block;
    }
    body {
    	line-height: 1;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	content: none;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    /*style*/
    html { 
    	margin:0;
    	padding:0;
    	background:#262626 url('../images/editus-bckg.png') no-repeat center fixed;
    	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    	background-size: cover; /* version standardisée */
    	font-family: 'Open Sans', sans-serif;
    	color:#fff;
    	font-size: 12px;
    }
    html, body{
    	height: 100%;
    }
    #container {	
    	margin: 0 auto;
    	height: 100%;
        width: calc(100% - 60px);
        max-width: 1024px;
        display: table;
        padding: 0 30px;
    }
    #container .wrapper{
    	display: table-cell;
        height: 100%;
        vertical-align: middle;
       	padding: 50px 0;
    }
    #container .main-logo img{
    	max-width: 200px;
        height: auto;
        padding: 0 0 30px;
    }
    #container .texte{
    	width: 50%;
    }
    #container h1{
    	color:#009ba4;
    	font-size: 30px;
    	font-weight: 600;
    	line-height: 30px;
    	padding-bottom: 15px;
    }
    #container h2{
    	color:#fff;
    	font-size: 20px;
    	font-weight: 400;
    	line-height: 20px;
    	padding-bottom: 20px;
    
    }
    #container .lang h3{
    	color:#009ba4;
    	font-size: 16px;
    	font-weight: 600;
    	line-height: 16px;
    	padding-bottom: 5px;
    }
    #container .lang p{
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 14px;
    	padding-bottom: 15px;
    }
    #container .infos{
    	width: 100%;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 60px;
        clear: both;
        position: relative;
    }
    #container .address{
    	font-size: 14px;
    	line-height: 18px;
    	display: block;
    }
    /*social*/
    #social {
    	display: block;
    	position: absolute;
    	right:30px;
    	top: 15px;
    }
    #social #social-title {
    	display: block;
    	color: #bbb;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 18px;
    	padding-bottom: 5px;
    }
    #social ul { font-size: 0; }
    #social ul li {
    	display: inline-block;
    	height: 30px;
    	width: 30px;
    	margin-right: 4px;
    	}
    #social ul li a {
    	display: block;
    	font-size: 30px;
    	position: relative;
    	color: #bbb;
    }
    #social ul li:hover a.ei-circle-facebook{color: #3B5999;}
    #social ul li:hover a.ei-circle-google{color: #d34836;}
    #social ul li:hover a.ei-circle-twitter{color: #55ACEE;}
    #social ul li:hover a.ei-circle-pinterest{color: #bd081c;}
    #social ul li:hover a.ei-circle-linkedin{color: #0077b5;}
    #social ul li:hover a.ei-circle-youtube{color: #e52d27; }
    
    /*logos*/
    .logos ul{
    	width: 100%;
        display: block;
        overflow: hidden;
    }
    .logos ul li {
    	position: relative;
    	min-height: 1px;
    	padding-right: 0;
    	padding-left: 0;
    	float:left;	
    	-ms-flex: 0 0 58.333333%;
    	flex: 0 0 58.333333%;
    	max-width: 58.333333%;
    }
    .logos ul li img{
    	height: 35px;
    	padding: 10px 0;
    	margin-right: 30px;
    }
    /*.logos ul li:last-child img{
    	padding: 0;
    	height: 55px;
    	margin-right: 0;
    }*/
    @media screen and (max-width: 960px) {
      #container .texte{
      	width: 100%;
      }
      #container h1{
    	font-size: 20px;
    	line-height: 22px;
    	}
    	#container h2{
    		font-size: 18px;
    		line-height: 20px;
    	}
    	#container .lang h3{
    		font-size: 16px;
    		line-height: 18px;
    	}
    	#container .lang p{
    		font-size: 14px;
    		line-height: 16px;
    	}
    	#container .address{
    		font-size: 14px;
    		line-height: 16px;
    		display: block;
    	}
    	#social #social-title{
    		font-size: 14px;		
    		line-height: 16px;
    	}
    }
    @media screen and (max-width: 500px) {
    	#container .main-logo img {
        max-width: 150px;
    	}
    	#social {
    	    position: relative;
    	    top: auto;
    	    right: auto;
    	    padding: 30px 0;
    	}
    	#container .infos{
    		padding-bottom: 0;
    	}
    	#container h1{
    		font-size: 20px;
    		line-height: 22px;
    		padding-bottom: 10px;
    	}
    	#container h2{
    		font-size: 16px;
    		line-height: 18px;
    	}
    	#container .lang h3{
    		font-size: 14px;
    		line-height: 16px;
    	}
    	#container .lang p{
    		font-size: 12px;
    		line-height: 14px;
    	}
    	#container .address{
    		font-size: 12px;
    		line-height: 16px;
    	}
    	#social #social-title {    
        	padding-bottom: 10px;
    	}
    	.logos ul li img{
    		margin-right: 0px;
    	}
    	.logos ul li:nth-child(even){
    		float: right;		    
    	}
    }
    -->
    </STYLE>
    <STYLE type="text/css">
    <!--
    @font-face {
        font-family: 'editus-icons';
        src: url('../fonts/editus-icons-2.7.eot');
        src: url('../fonts/editus-icons-2.7.eot?#iefix') format('embedded-opentype'),
             url('../fonts/editus-icons-2.7.woff2')  format("woff2"),
             url('../fonts/editus-icons-2.7.woff') format('woff'),
             url('../fonts/editus-icons-2.7.ttf') format('truetype'),
             url('../fonts/editus-icons-2.7.svg?#editus-icons-2-7') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    [class*='ei-']:before,
    [class*='ei-'] span:before {
        display: inline-block;
        font-family: 'editus-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .ei-close:before{content: "\e900";}
    .ei-checkbox-checked:before{content: "\e901";}
    .ei-checkbox-unchecked:before{content: "\e902";}
    .ei-search:before{content: "\e903";}
    .ei-searchbar:before{content: "\e932";}
    .ei-menu:before{content: "\e904";}
    .ei-user:before{content: "\e905";}
    .ei-error:before{content: "\e90b";}
    .ei-info:before{content: "\e90c";}
    .ei-success:before{content: "\e90d";}
    .ei-arrow-left:before{content: "\e90e";}
    .ei-arrow-right:before{content: "\e90f";}
    .ei-edit:before{content: "\e910";}
    .ei-more:before{content: "\e911";}
    .ei-bracket-bottom:before{content: "\e915";}
    .ei-bracket-top:before{content: "\e916";}
    .ei-bracket-right:before{content: "\e917";}
    .ei-bracket-left:before{content: "\e918";}
    .ei-heart:before{content: "\e919";}
    .ei-voucher:before{content: "\e912";}
    .ei-share-arrow:before{content: "\e913";}
    .ei-link:before{content: "\e914";}
    .ei-hide:before{content: "\e926";}
    .ei-video-vr:before{content: "\e976";}
    .ei-video-vr-mobi:before {content: "\e9ae";}
    /*.ei-video-vr-test:before { content: "\e977"; }*/
    .ei-newspaper:before{content: "\e9aa";}
    .ei-player:before{content: "\e909";}
    .ei-geo-lock:before{content: "\e90a";}
    .ei-map-scale:before{content: "\e925";}
    .ei-mobile-arrow-down:before{content: "\e92f";}
    .ei-mobile-arrow-up:before{content: "\e930";}
    .ei-site:before{content: "\e931";}
    .ei-services:before{content: "\e935";}
    .ei-circle-add:before{content: "\e936";}
    .ei-circle-remove:before{content: "\e937";}
    .ei-doctena:before{content: "\e9a9";}
    .ei-doctena-small:before{content: "\e993";}
    .ei-doctena-outline:before{content: "\e95d";}
    .ei-24-call:before{content: "\e933";}
    .ei-sos-call:before{content: "\e934";}
    .ei-remove-people:before{content: "\e945";}
    .ei-add-people:before{content: "\e946";}
    .ei-phone:before{content: "\e973";}
    .ei-phone-call:before{content: "\e947";}
    .ei-call:before{content: "\e948";}
    .ei-call-back:before{content: "\e949";}
    .ei-add:before{content: "\e94b";}
    .ei-remove:before{content: "\e94c";}
    .ei-photos:before{content: "\e94d";}
    .ei-cinema-action:before{content: "\e94e";}
    .ei-facilities:before{content: "\e94f";}
    .ei-position:before{content: "\e950";}
    .ei-app:before{content: "\e952";}
    .ei-menu-other-websites:before{content: "\e954";}
    .ei-menu-other-websites-hover:before{content: "\e955";}
    .ei-favoris:before{content: "\e956";}
    .ei-bookme:before{content: "\e957";}
    .ei-people:before{content: "\e958";}
    .ei-contact:before{content: "\e959";}
    .ei-contacts:before{content: "\e95a";}
    .ei-open:before{content: "\e95b";}
    .ei-calendar:before{content: "\e95c";}
    .ei-route:before{content: "\e95e";}
    .ei-cinema:before{content: "\e95f";}
    .ei-download:before{content: "\e960";}
    .ei-who-are-we:before{content: "\e962";}
    .ei-articles:before{content: "\e963";}
    .ei-www:before{content: "\e964";}
    .ei-letter:before{content: "\e961";}
    .ei-checked:before{content: "\e977";}
    .ei-menu-ar:before{content: "\e978";}
    
    /* Menu */
    .ei-menu-aboutus:before{content: "\e91a";}
    .ei-menu-categories:before{content: "\e9bb";}
    .ei-menu-cinema:before{content: "\e91c";}
    .ei-menu-guides:before{content: "\e91e";}
    .ei-menu-homepage:before{content: "\e91f";}
    .ei-menu-horoscope:before{content: "\e920";}
    .ei-menu-itinerary:before{content: "\e921";}
    .ei-menu-job:before{content: "\e922";}
    .ei-menu-settings:before{content: "\e923";}
    .ei-menu-vouchers:before{content: "\e924";}
    .ei-menu-weather:before{content: "\e975";}
    .ei-menu-searchbycity:before{content: "\e927";}
    .ei-menu-fiveminutes:before{content: "\e928";}
    .ei-menu-logout:before{content: "\e929";}
    .ei-menu-login:before{content: "\e92a";}
    .ei-menu-profile:before{content: "\e92b";}
    .ei-menu-password:before{content: "\e92c";}
    .ei-menu-newsfeed:before{content: "\e92d";}
    .ei-menu-favourites:before{content: "\e92e";}
    .ei-menu-sos:before{content: "\e9a2";}
    .ei-menu-culture:before{content: "\e9a3";}
    .ei-menu-government-directory:before{content: "\e9a8";}
    .ei-menu-commu:before{content: "\e991";}
    
    /* Social */
    .ei-twitter:before{content: "\e968";}
    .ei-pinterest-block:before{content: "\e969";}
    .ei-facebook:before{content: "\e96b";}
    .ei-facebook-block:before{content: "\e96c";}
    .ei-google:before{content: "\e906";}
    .ei-google-block:before{content: "\e96d";}
    .ei-google-plus-block:before{content: "\e96f";}
    .ei-google-plus:before{content: "\e970";}
    .ei-play:before{content: "\e974";}
    .ei-instagram:before{content: "\e971";}
    .ei-linkedin-block:before{content: "\e96e";}
    
    /* Horoscope */
    .ei-pisces:before{content: "\e939";}
    .ei-aquarius:before{content: "\e93a";}
    .ei-aries:before{content: "\e93b";}
    .ei-capricorn:before{content: "\e93c";}
    .ei-sagittarius:before{content: "\e93d";}
    .ei-scorpio:before{content: "\e93e";}
    .ei-libra:before{content: "\e93f";}
    .ei-virgo:before{content: "\e940";}
    .ei-leo:before{content: "\e941";}
    .ei-cancer:before{content: "\e942";}
    .ei-gemini:before{content: "\e943";}
    .ei-taurus:before{content: "\e944";}
    
    /* Activity search */
    .ei-administration:before{content: "\e979";}
    .ei-bank:before{content: "\e985";}
    .ei-beaute:before{content: "\e987";}
    .ei-commerce:before{content: "\e963";}
    .ei-communication:before{content: "\e97a";}
    .ei-culture:before{content: "\e999";}
    .ei-enseignements:before{content: "\e983";}
    .ei-garage:before{content: "\e97f";}
    .ei-hotel:before{content: "\e984";}
    .ei-industrie:before{content: "\e98a";}
    .ei-sante:before{content: "\e998";}
    .ei-prive:before{content: "\e994";}
    .ei-servicespro:before{content: "\e996";}
    .ei-living:before{content: "\e9ab";}
    .ei-connexion:before{content: "\e982";}
    .ei-arrow-back-mobi:before{content: "\e97b";}
    .ei-arrow-gdd:before{content: "\e99b";}
    .ei-arrow-next-mobi:before{content: "\e99c";}
    .ei-arrow-refresh:before{content: "\e97c";}
    .ei-bank-cartes:before{content: "\e97d";}
    .ei-bell:before{content: "\e97e";}
    .ei-box:before{content: "\e935";}
    .ei-classeur:before{content: "\e980";}
    .ei-clock-more:before{content: "\e981";}
    .ei-filter-outline:before{content: "\e986";}
    .ei-globe-outline:before{content: "\e988";}
    .ei-validation:before{content: "\e990";}
    .ei-listing:before{content: "\e991";}
    .ei-googlemap-marker:before{content: "\e992";}
    .ei-puzzle:before{content: "\e995";}
    .ei-share:before{content: "\e997";}
    .ei-trash:before{content: "\e99a";}
    .ei-man-silhouette:before{content: "\e99d";}
    .ei-woman-silhouette:before{content: "\e99e";}
    .ei-smiley-error:before{content: "\e99f";}
    .ei-footer-store:before{content: "\e9a1";}
    .ei-footer-job:before{content: "\e9a0";}
    
    /*other-websites-box*/
    .ei-other-websites-editus:before{content: "\e9a4";}
    .ei-other-websites-habiter:before{content: "\e9a5";}
    .ei-other-websites-luxweb:before{content: "\e9a7";}
    .ei-other-websites-luxweb span:before{
        content: "\e9a6";
        color:#24B2E4;
        display:block;
        position:absolute;
        top:0;
        left:0;
        height:55px;
        width:55px;
    }
    .ei-home-breadcrumb:before{content: "\e907";}
    
    /*fiche info*/
    .ei-fi-discuss:before{content: "\e908";}
    .ei-fi-download:before{content: "\e91d";}
    .ei-fi-share:before{content: "\e94a";}
    .ei-fi-marker:before{content: "\e951";}
    .ei-fi-print:before{content: "\e966";}
    
    /*circle*/
    .ei-circle-tripadvisor:before {content: "\e9af";}
    .ei-circle-twitter:before{content: "\e98b";}
    .ei-circle-facebook:before{content: "\e98c";}
    .ei-circle-google:before{content: "\e98d";}
    .ei-circle-letter:before{content: "\e98e";}
    .ei-circle:before{content: "\e98f";}
    .ei-circle-youtube:before{content: "\e989";}
    .ei-circle-download:before{content: "\e965";}
    .ei-circle-instagram:before{content: "\e967";}
    .ei-circle-linkedin:before{content: "\e96a";}
    .ei-circle-pinterest:before{content: "\e972";}
    .ei-circle-success:before{content: "\e990";}
    .ei-circle-error:before{content: "\e9ad";}
    .ei-circle-border-video:before{content: "\e9ac";}
    
    /*arrow*/
    .ei-arrow-stable:before {content: "\e9af";}
    .ei-arrow-up:before {content: "\e9b0";}
    .ei-arrow-down:before {content: "\e9ae";}
    
    /*sort*/
    .ei-sort-lines:before {content: "\e9b0";}
    .ei-sort-grid:before {content: "\e9b1";}
    -->
    </STYLE>
    </head>
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
      <title>Editus Luxembourg S.A. - Page de maintenance</title>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <STYLE type="text/css">
    <!--
    /*reset*/
    /* http://meyerweb.com/eric/tools/css/reset/ 
       v2.0 | 20110126
       License: none (public domain)   
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font-size: 100%;
    	font: inherit;
    	vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
    	display: block;
    }
    body {
    	line-height: 1;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	content: none;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    /*style*/
    html { 
    	margin:0;
    	padding:0;
    	background:#262626 url('../images/editus-bckg.png') no-repeat center fixed;
    	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    	background-size: cover; /* version standardisée */
    	font-family: 'Open Sans', sans-serif;
    	color:#fff;
    	font-size: 12px;
    }
    html, body{
    	height: 100%;
    }
    #container {	
    	margin: 0 auto;
    	height: 100%;
        width: calc(100% - 60px);
        max-width: 1024px;
        display: table;
        padding: 0 30px;
    }
    #container .wrapper{
    	display: table-cell;
        height: 100%;
        vertical-align: middle;
       	padding: 50px 0;
    }
    #container .main-logo img{
    	max-width: 200px;
        height: auto;
        padding: 0 0 30px;
    }
    #container .texte{
    	width: 50%;
    }
    #container h1{
    	color:#009ba4;
    	font-size: 30px;
    	font-weight: 600;
    	line-height: 30px;
    	padding-bottom: 15px;
    }
    #container h2{
    	color:#fff;
    	font-size: 20px;
    	font-weight: 400;
    	line-height: 20px;
    	padding-bottom: 20px;
    
    }
    #container .lang h3{
    	color:#009ba4;
    	font-size: 16px;
    	font-weight: 600;
    	line-height: 16px;
    	padding-bottom: 5px;
    }
    #container .lang p{
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 14px;
    	padding-bottom: 15px;
    }
    #container .infos{
    	width: 100%;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 60px;
        clear: both;
        position: relative;
    }
    #container .address{
    	font-size: 14px;
    	line-height: 18px;
    	display: block;
    }
    /*social*/
    #social {
    	display: block;
    	position: absolute;
    	right:30px;
    	top: 15px;
    }
    #social #social-title {
    	display: block;
    	color: #bbb;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 18px;
    	padding-bottom: 5px;
    }
    #social ul { font-size: 0; }
    #social ul li {
    	display: inline-block;
    	height: 30px;
    	width: 30px;
    	margin-right: 4px;
    	}
    #social ul li a {
    	display: block;
    	font-size: 30px;
    	position: relative;
    	color: #bbb;
    }
    #social ul li:hover a.ei-circle-facebook{color: #3B5999;}
    #social ul li:hover a.ei-circle-google{color: #d34836;}
    #social ul li:hover a.ei-circle-twitter{color: #55ACEE;}
    #social ul li:hover a.ei-circle-pinterest{color: #bd081c;}
    #social ul li:hover a.ei-circle-linkedin{color: #0077b5;}
    #social ul li:hover a.ei-circle-youtube{color: #e52d27; }
    
    /*logos*/
    .logos ul{
    	width: 100%;
        display: block;
        overflow: hidden;
    }
    .logos ul li {
    	position: relative;
    	min-height: 1px;
    	padding-right: 0;
    	padding-left: 0;
    	float:left;	
    	-ms-flex: 0 0 58.333333%;
    	flex: 0 0 58.333333%;
    	max-width: 58.333333%;
    }
    .logos ul li img{
    	height: 35px;
    	padding: 10px 0;
    	margin-right: 30px;
    }
    /*.logos ul li:last-child img{
    	padding: 0;
    	height: 55px;
    	margin-right: 0;
    }*/
    @media screen and (max-width: 960px) {
      #container .texte{
      	width: 100%;
      }
      #container h1{
    	font-size: 20px;
    	line-height: 22px;
    	}
    	#container h2{
    		font-size: 18px;
    		line-height: 20px;
    	}
    	#container .lang h3{
    		font-size: 16px;
    		line-height: 18px;
    	}
    	#container .lang p{
    		font-size: 14px;
    		line-height: 16px;
    	}
    	#container .address{
    		font-size: 14px;
    		line-height: 16px;
    		display: block;
    	}
    	#social #social-title{
    		font-size: 14px;		
    		line-height: 16px;
    	}
    }
    @media screen and (max-width: 500px) {
    	#container .main-logo img {
        max-width: 150px;
    	}
    	#social {
    	    position: relative;
    	    top: auto;
    	    right: auto;
    	    padding: 30px 0;
    	}
    	#container .infos{
    		padding-bottom: 0;
    	}
    	#container h1{
    		font-size: 20px;
    		line-height: 22px;
    		padding-bottom: 10px;
    	}
    	#container h2{
    		font-size: 16px;
    		line-height: 18px;
    	}
    	#container .lang h3{
    		font-size: 14px;
    		line-height: 16px;
    	}
    	#container .lang p{
    		font-size: 12px;
    		line-height: 14px;
    	}
    	#container .address{
    		font-size: 12px;
    		line-height: 16px;
    	}
    	#social #social-title {    
        	padding-bottom: 10px;
    	}
    	.logos ul li img{
    		margin-right: 0px;
    	}
    	.logos ul li:nth-child(even){
    		float: right;		    
    	}
    }
    -->
    </STYLE>
    <STYLE type="text/css">
    <!--
    @font-face {
        font-family: 'editus-icons';
        src: url('../fonts/editus-icons-2.7.eot');
        src: url('../fonts/editus-icons-2.7.eot?#iefix') format('embedded-opentype'),
             url('../fonts/editus-icons-2.7.woff2')  format("woff2"),
             url('../fonts/editus-icons-2.7.woff') format('woff'),
             url('../fonts/editus-icons-2.7.ttf') format('truetype'),
             url('../fonts/editus-icons-2.7.svg?#editus-icons-2-7') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    [class*='ei-']:before,
    [class*='ei-'] span:before {
        display: inline-block;
        font-family: 'editus-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .ei-close:before{content: "\e900";}
    .ei-checkbox-checked:before{content: "\e901";}
    .ei-checkbox-unchecked:before{content: "\e902";}
    .ei-search:before{content: "\e903";}
    .ei-searchbar:before{content: "\e932";}
    .ei-menu:before{content: "\e904";}
    .ei-user:before{content: "\e905";}
    .ei-error:before{content: "\e90b";}
    .ei-info:before{content: "\e90c";}
    .ei-success:before{content: "\e90d";}
    .ei-arrow-left:before{content: "\e90e";}
    .ei-arrow-right:before{content: "\e90f";}
    .ei-edit:before{content: "\e910";}
    .ei-more:before{content: "\e911";}
    .ei-bracket-bottom:before{content: "\e915";}
    .ei-bracket-top:before{content: "\e916";}
    .ei-bracket-right:before{content: "\e917";}
    .ei-bracket-left:before{content: "\e918";}
    .ei-heart:before{content: "\e919";}
    .ei-voucher:before{content: "\e912";}
    .ei-share-arrow:before{content: "\e913";}
    .ei-link:before{content: "\e914";}
    .ei-hide:before{content: "\e926";}
    .ei-video-vr:before{content: "\e976";}
    .ei-video-vr-mobi:before {content: "\e9ae";}
    /*.ei-video-vr-test:before { content: "\e977"; }*/
    .ei-newspaper:before{content: "\e9aa";}
    .ei-player:before{content: "\e909";}
    .ei-geo-lock:before{content: "\e90a";}
    .ei-map-scale:before{content: "\e925";}
    .ei-mobile-arrow-down:before{content: "\e92f";}
    .ei-mobile-arrow-up:before{content: "\e930";}
    .ei-site:before{content: "\e931";}
    .ei-services:before{content: "\e935";}
    .ei-circle-add:before{content: "\e936";}
    .ei-circle-remove:before{content: "\e937";}
    .ei-doctena:before{content: "\e9a9";}
    .ei-doctena-small:before{content: "\e993";}
    .ei-doctena-outline:before{content: "\e95d";}
    .ei-24-call:before{content: "\e933";}
    .ei-sos-call:before{content: "\e934";}
    .ei-remove-people:before{content: "\e945";}
    .ei-add-people:before{content: "\e946";}
    .ei-phone:before{content: "\e973";}
    .ei-phone-call:before{content: "\e947";}
    .ei-call:before{content: "\e948";}
    .ei-call-back:before{content: "\e949";}
    .ei-add:before{content: "\e94b";}
    .ei-remove:before{content: "\e94c";}
    .ei-photos:before{content: "\e94d";}
    .ei-cinema-action:before{content: "\e94e";}
    .ei-facilities:before{content: "\e94f";}
    .ei-position:before{content: "\e950";}
    .ei-app:before{content: "\e952";}
    .ei-menu-other-websites:before{content: "\e954";}
    .ei-menu-other-websites-hover:before{content: "\e955";}
    .ei-favoris:before{content: "\e956";}
    .ei-bookme:before{content: "\e957";}
    .ei-people:before{content: "\e958";}
    .ei-contact:before{content: "\e959";}
    .ei-contacts:before{content: "\e95a";}
    .ei-open:before{content: "\e95b";}
    .ei-calendar:before{content: "\e95c";}
    .ei-route:before{content: "\e95e";}
    .ei-cinema:before{content: "\e95f";}
    .ei-download:before{content: "\e960";}
    .ei-who-are-we:before{content: "\e962";}
    .ei-articles:before{content: "\e963";}
    .ei-www:before{content: "\e964";}
    .ei-letter:before{content: "\e961";}
    .ei-checked:before{content: "\e977";}
    .ei-menu-ar:before{content: "\e978";}
    
    /* Menu */
    .ei-menu-aboutus:before{content: "\e91a";}
    .ei-menu-categories:before{content: "\e9bb";}
    .ei-menu-cinema:before{content: "\e91c";}
    .ei-menu-guides:before{content: "\e91e";}
    .ei-menu-homepage:before{content: "\e91f";}
    .ei-menu-horoscope:before{content: "\e920";}
    .ei-menu-itinerary:before{content: "\e921";}
    .ei-menu-job:before{content: "\e922";}
    .ei-menu-settings:before{content: "\e923";}
    .ei-menu-vouchers:before{content: "\e924";}
    .ei-menu-weather:before{content: "\e975";}
    .ei-menu-searchbycity:before{content: "\e927";}
    .ei-menu-fiveminutes:before{content: "\e928";}
    .ei-menu-logout:before{content: "\e929";}
    .ei-menu-login:before{content: "\e92a";}
    .ei-menu-profile:before{content: "\e92b";}
    .ei-menu-password:before{content: "\e92c";}
    .ei-menu-newsfeed:before{content: "\e92d";}
    .ei-menu-favourites:before{content: "\e92e";}
    .ei-menu-sos:before{content: "\e9a2";}
    .ei-menu-culture:before{content: "\e9a3";}
    .ei-menu-government-directory:before{content: "\e9a8";}
    .ei-menu-commu:before{content: "\e991";}
    
    /* Social */
    .ei-twitter:before{content: "\e968";}
    .ei-pinterest-block:before{content: "\e969";}
    .ei-facebook:before{content: "\e96b";}
    .ei-facebook-block:before{content: "\e96c";}
    .ei-google:before{content: "\e906";}
    .ei-google-block:before{content: "\e96d";}
    .ei-google-plus-block:before{content: "\e96f";}
    .ei-google-plus:before{content: "\e970";}
    .ei-play:before{content: "\e974";}
    .ei-instagram:before{content: "\e971";}
    .ei-linkedin-block:before{content: "\e96e";}
    
    /* Horoscope */
    .ei-pisces:before{content: "\e939";}
    .ei-aquarius:before{content: "\e93a";}
    .ei-aries:before{content: "\e93b";}
    .ei-capricorn:before{content: "\e93c";}
    .ei-sagittarius:before{content: "\e93d";}
    .ei-scorpio:before{content: "\e93e";}
    .ei-libra:before{content: "\e93f";}
    .ei-virgo:before{content: "\e940";}
    .ei-leo:before{content: "\e941";}
    .ei-cancer:before{content: "\e942";}
    .ei-gemini:before{content: "\e943";}
    .ei-taurus:before{content: "\e944";}
    
    /* Activity search */
    .ei-administration:before{content: "\e979";}
    .ei-bank:before{content: "\e985";}
    .ei-beaute:before{content: "\e987";}
    .ei-commerce:before{content: "\e963";}
    .ei-communication:before{content: "\e97a";}
    .ei-culture:before{content: "\e999";}
    .ei-enseignements:before{content: "\e983";}
    .ei-garage:before{content: "\e97f";}
    .ei-hotel:before{content: "\e984";}
    .ei-industrie:before{content: "\e98a";}
    .ei-sante:before{content: "\e998";}
    .ei-prive:before{content: "\e994";}
    .ei-servicespro:before{content: "\e996";}
    .ei-living:before{content: "\e9ab";}
    .ei-connexion:before{content: "\e982";}
    .ei-arrow-back-mobi:before{content: "\e97b";}
    .ei-arrow-gdd:before{content: "\e99b";}
    .ei-arrow-next-mobi:before{content: "\e99c";}
    .ei-arrow-refresh:before{content: "\e97c";}
    .ei-bank-cartes:before{content: "\e97d";}
    .ei-bell:before{content: "\e97e";}
    .ei-box:before{content: "\e935";}
    .ei-classeur:before{content: "\e980";}
    .ei-clock-more:before{content: "\e981";}
    .ei-filter-outline:before{content: "\e986";}
    .ei-globe-outline:before{content: "\e988";}
    .ei-validation:before{content: "\e990";}
    .ei-listing:before{content: "\e991";}
    .ei-googlemap-marker:before{content: "\e992";}
    .ei-puzzle:before{content: "\e995";}
    .ei-share:before{content: "\e997";}
    .ei-trash:before{content: "\e99a";}
    .ei-man-silhouette:before{content: "\e99d";}
    .ei-woman-silhouette:before{content: "\e99e";}
    .ei-smiley-error:before{content: "\e99f";}
    .ei-footer-store:before{content: "\e9a1";}
    .ei-footer-job:before{content: "\e9a0";}
    
    /*other-websites-box*/
    .ei-other-websites-editus:before{content: "\e9a4";}
    .ei-other-websites-habiter:before{content: "\e9a5";}
    .ei-other-websites-luxweb:before{content: "\e9a7";}
    .ei-other-websites-luxweb span:before{
        content: "\e9a6";
        color:#24B2E4;
        display:block;
        position:absolute;
        top:0;
        left:0;
        height:55px;
        width:55px;
    }
    .ei-home-breadcrumb:before{content: "\e907";}
    
    /*fiche info*/
    .ei-fi-discuss:before{content: "\e908";}
    .ei-fi-download:before{content: "\e91d";}
    .ei-fi-share:before{content: "\e94a";}
    .ei-fi-marker:before{content: "\e951";}
    .ei-fi-print:before{content: "\e966";}
    
    /*circle*/
    .ei-circle-tripadvisor:before {content: "\e9af";}
    .ei-circle-twitter:before{content: "\e98b";}
    .ei-circle-facebook:before{content: "\e98c";}
    .ei-circle-google:before{content: "\e98d";}
    .ei-circle-letter:before{content: "\e98e";}
    .ei-circle:before{content: "\e98f";}
    .ei-circle-youtube:before{content: "\e989";}
    .ei-circle-download:before{content: "\e965";}
    .ei-circle-instagram:before{content: "\e967";}
    .ei-circle-linkedin:before{content: "\e96a";}
    .ei-circle-pinterest:before{content: "\e972";}
    .ei-circle-success:before{content: "\e990";}
    .ei-circle-error:before{content: "\e9ad";}
    .ei-circle-border-video:before{content: "\e9ac";}
    
    /*arrow*/
    .ei-arrow-stable:before {content: "\e9af";}
    .ei-arrow-up:before {content: "\e9b0";}
    .ei-arrow-down:before {content: "\e9ae";}
    
    /*sort*/
    .ei-sort-lines:before {content: "\e9b0";}
    .ei-sort-grid:before {content: "\e9b1";}
    -->
    </STYLE>
    </head>
    

    Editus Luxembourg S.A. - Page de maintenance

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='nginx',redirection='',Status='404',err='',[TITRE]=N'Editus Luxembourg S.A. - Page de maintenance',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=223909
  • 0

    Editus Luxembourg S.A. - Page de maintenance

  • 0. Editus (6)
  • --------->0
  • 1. Luxembourg (10)
  • --------->0
  • 2. S.A (3)
  • --------->0
  • 3. - (1)
  • --------->0
  • 4. Page (4)
  • --------->0
  • 5. de (2)
  • --------->0
  • 6. maintenance (11)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Editus',223909),(N'Luxembourg',223909),(N'S.A',223909),(N'-',223909),(N'Page',223909),(N'de',223909),(N'maintenance',223909)