DELETE FROM KEYWORDS WHERE ID_DOMAINE=1611693DoneDoneDone
URL:repertoire.ek.la
Date: Wed, 15 Jan 2025 09:40:49 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Age: 0
Location: https://repertoire.ek.la/
x-cache: MISS
fhost: repertoire.ek.la
x-url: /
x-xss-protection: 1;mode=block
x-content-type-options: nosniff
referrer-policy: no-referrer-when-downgrade
Location => https://repertoire.ek.la/
Status => 301
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='https://repertoire.ek.la/'" />
<title>Redirecting to https://repertoire.ek.la/</title>
</head>
(vide) Tentative en https
<!DOCTYPE html>
<html lang="fr">
<head>
<script src="https://assets.over-blog-kiwi.com/b/blog/v2025.01.11/runtime.b67331e7.js"></script><script src="https://assets.over-blog-kiwi.com/b/blog/v2025.01.11/ads.930ed0c8.js"></script>
<script>
dataLayer = [{
'source' : 'OVERBLOG',
'theme' : '94',
'adUnitID' : '/6783/EKLABLOG_FR_WEB/rg/fr',
'group' : null,
'category' : '',
'rating' : 'S',
'unused' : 'No',
'adult' : 'No',
'pda' : 'No',
'hasAds' : 'Yes',
'lang' : 'fr',
'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes',
'blog_id' : '651074',
'blog_name': "le R\u00e9pertoire des EB's",
'premium' : 'No',
'slots' : {
"_370f777": {
"name": "super_leaderboard"
},
"_c746a3a": {
"name": "half_page",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#787878",
"link_color": "#333",
"url_color": "#333"
}
},
"_23a0eb8": {
"name": "medium_rectangle",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#787878",
"link_color": "#333",
"url_color": "#333"
}
},
"_80866a3": {
"name": "footer"
}
},
}];
</script>
<!-- DIDOMI CPM TAG STARTS -->
<script type="text/javascript">window.gdprAppliesGlobally=true;(function(){function a(e){if(!window.frames[e]){if(document.body&&document.body.firstChild){var t=document.body;var n=document.createElement("iframe");n.style.display="none";n.name=e;n.title=e;t.insertBefore(n,t.firstChild)}
else{setTimeout(function(){a(e)},5)}}}function e(n,r,o,c,s){function e(e,t,n,a){if(typeof n!=="function"){return}if(!window[r]){window[r]=[]}var i=false;if(s){i=s(e,t,n)}if(!i){window[r].push({command:e,parameter:t,callback:n,version:a})}}e.stub=true;function t(a){if(!window[n]||window[n].stub!==true){return}if(!a.data){return}
var i=typeof a.data==="string";var e;try{e=i?JSON.parse(a.data):a.data}catch(t){return}if(e[o]){var r=e[o];window[n](r.command,r.parameter,function(e,t){var n={};n[c]={returnValue:e,success:t,callId:r.callId};a.source.postMessage(i?JSON.stringify(n):n,"*")},r.version)}}
if(typeof window[n]!=="function"){window[n]=e;if(window.addEventListener){window.addEventListener("message",t,false)}else{window.attachEvent("onmessage",t)}}}e("__tcfapi","__tcfapiBuffer","__tcfapiCall","__tcfapiReturn");a("__tcfapiLocator");(function(e,tgt){
var t=document.createElement("script");t.id="spcloader";t.type="text/javascript";t.async=true;t.src="https://sdk.privacy-center.org/"+e+"/loader.js?target_type=notice&target="+tgt;t.charset="utf-8";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n)})("e23a01f6-a508-4e71-8f50-c1a9cae7c0d0","fBVP2nLa")})();</script>
<!-- DIDOMI CPM TAG ENDS -->
<script type="text/javascript">
window.didomiConfig = {
"app": {
"name": "Eklablog",
"logoUrl": "https://assets.over-blog.com/t/eklablog/logo_eb.png",
"privacyPolicyURL": "https://www.eklablog.com/privacy-policy"
},
theme: {
color: "#6e446e",
linkColor: "#000000"
}
}
</script>
<script>
// Paywall Bounce Rate pixel
function sendCustomPixel(method, consent, tcfStatus) {
var pixelUrl = "https://bpt.webedia-group.com/pixel.png?/domain=overblog.com&referrer=" + document.referrer + "&site_route=" + dataLayer[0].blog_name + "_" + (typeof jad !== "undefined") + "&event=tcfapi&method=" + method + "&consent=" + consent + "&tcfStatus=" + tcfStatus
var img = document.createElement('img');
img.style = "display: none;"
img.src = pixelUrl;
document.body.appendChild(img);
}
function triggerOnReadyOrTimeout(action, tcfStatus) {
var done = false;
function doItIfNotDone(method, consent, tcfStatus) {
if (!done) {
action(method, consent, tcfStatus);
done = true;
}
}
window.didomiOnReady = window.didomiOnReady || [];
window.didomiOnReady.push(function (Didomi) {
var consent = Didomi.isConsentRequired() ? Didomi.getUserConsentStatusForVendor("c:googleana-XMqagawa") && Didomi.getUserConsentStatusForVendor("google") : true;
var consentToString = consent == undefined ? "undefined" : consent;
doItIfNotDone("didomiOnReady", consentToString, tcfStatus);
});
setTimeout(function() {doItIfNotDone("timeout", "false", tcfStatus)}, 1000);
}
var tcfok = false;
var tryTcfApiTimer = 0;
var tryToReachTcfApi = setInterval(function() {
if (typeof __tcfapi !== "undefined") {
clearInterval(tryToReachTcfApi);
launchTcfApi()
} else if (tryTcfApiTimer > 3000) {
clearInterval(tryToReachTcfApi);
triggerOnReadyOrTimeout(sendCustomPixel, "tcfnotloaded")
}
tryTcfApiTimer += 200;
}, 200)
function launchTcfApi() {
__tcfapi('addEventListener', 2, function(tcData, success) {
if (success) {
try{
switch (tcData.eventStatus) {
case "useractioncomplete":
triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
__tcfapi('removeEventListener', 2, function(){}, tcData.listenerId)
break;
case "cmpuishown":
triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
break;
case "tcloaded":
triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
__tcfapi('removeEventListener', 2, function(){}, tcData.listenerId)
break;
default:
triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
}
} catch (error) {
triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
}
tcfok = true;
}
});
setTimeout(function() {
if (!tcfok) {
triggerOnReadyOrTimeout(sendCustomPixel, "tcfnotloaded")
}
}, 2000);
}
</script> <style>
[class^=app_gdpr] a {
color: white !important;
}
[class^=app_gdpr] a[href], [class^=app_gdpr] [class^=banner_message] a:not([class^=banner_continue]) {
text-decoration: underline;
}
[class^=app_gdpr] a svg {
fill: white !important;
}
[class^=app_gdpr] [class^=banner_banner], [class^=app_gdpr] [class^=popup_popup]{
z-index: 2147483647 !important;
}
</style>
<script>
if (window.parent !== window) {
if (typeof btoa !== "function") {
window.btoa = function (input) {
var str = String(input);
for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) {
charCode = str.charCodeAt(idx += 3/4)
block = block << 8 | charCode
}
return output
}
}
var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i
var res = re.exec(document.referrer)
var domain = res[1]
var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",]
if (forbidden.indexOf(btoa(domain)) > -1) {
document.location = document.location.origin + "/system/noframed"
}
}
</script>
<link rel="stylesheet" href="https://assets.over-blog-kiwi.com/b/blog/v2025.01.11/eklablog-main.c0931f9e.css">
<!-- Basic theme id 94 [Chic salon] - last modified : 2024-12-12T14:14:58+01:00 -->
<!-- Title -->
<title>le Répertoire des EB's - c'est un blog... pour trouver des blogs :)</title>
<!-- Metas -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Pipiou" />
<link rel="canonical" href="https://repertoire.ek.la" />
<meta property="og:site_name" content="le Répertoire des EB's" />
<meta property="og:title" content="le Répertoire des EB's" />
<meta name="twitter:title" content="le Répertoire des EB's" />
<meta name="description" content="c'est un blog... pour trouver des blogs :)" />
<meta property="og:description" content="c'est un blog... pour trouver des blogs :)" />
<meta name="twitter:description" content="c'est un blog... pour trouver des blogs :)" />
<meta property="og:locale" content="fr_FR" />
<meta name="keywords" content="" />
<meta property="og:type" content="blog" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@overblog" />
<meta name="twitter:creator" content="@" />
<meta property="fb:app_id" content="116867175007475" />
<!-- Robots -->
<meta name="robots" content="index,follow" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!-- Analytics -->
<!-- Metas -->
<link rel="shortcut icon" href="https://www.eklablog.com/favicon.ico" type="image/x-icon">
<meta name="image:coverImage:label.coverImage" />
<!-- Apparence -->
<!-- Fonts -->
<!-- Couleurs -->
<!-- Widget -->
<!-- Widgets from Noodle -->
<!-- Menu Bar -->
<!-- Social -->
<!-- Modele -->
<!-- Normalize -->
<link href='https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css' rel='stylesheet' type='text/css' />
<!-- Fonts -->
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css' rel='stylesheet' type='text/css' />
<link href="https://fonts.over-blog.com/?family=Itim:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' /><link href="https://fonts.over-blog.com/?family=Itim:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' /><link href="https://fonts.over-blog.com/?family=Itim:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' /><link href="https://fonts.over-blog.com/?family=Itim:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' />
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js" type="text/javascript"></script>
<!-- Fancybox -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.pack.js" type="text/javascript"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/helpers/jquery.fancybox-thumbs.css" rel="stylesheet" type="text/css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/helpers/jquery.fancybox-thumbs.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
/********************************
Reset
********************************/
* { box-sizing: border-box; }
a { color: #3ba2c3; text-decoration: none; }
a:hover { color: #3ba2c3; text-decoration: underline; }
.ob-h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
font-weight: bold;
}
.ob-h2 {
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
font-weight: bold;
}
.ob-h3 {
display: block;
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
font-weight: bold;
}
.ob-h4 {
display: block;
margin-top: 1.33em;
margin-bottom: 1.33em;
font-weight: bold;
}
.ob-h5 {
display: block;
font-size: 0.83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
font-weight: bold;
}
.ob-h6 {
display: block;
font-size: 0.67em;
margin-top: 2.33em;
margin-bottom: 2.33em;
font-weight: bold;
}
h1, .ob-h1 {
font-family: 'Itim';
font-weight: 700;
letter-spacing: 2px;
}
h2, h3, h4, h5, .ob-h2, .ob-h2, .ob-h3, .ob-h4, .ob-h5 {
font-family: 'Itim';
font-weight: 400;
letter-spacing: 2px;
}
h2, .ob-h2 {
font-size : 32px; ;
line-height : 32px; ;
}
h3, .ob-h3 {
font-size: 24px;
line-height: 40px;
text-transform: none;
margin-top: 30px;
margin-bottom : 10px;
color : #303030
}
html {
font-family: 'Itim';
font-weight: 400;
}
/* apply secondary font family and weight to specific classes */
.Header-subtitle, .Nav , .Post-date, .Post-comments , .Post-author,
.Post-readMore, .SidebarForm-input, .SidebarForm-submit,
.Post-returnToHome
{
font-family: 'Itim';
font-size : 15px;
font-weight: 400;
}
/********************************
Body
********************************/
.Body {
color: #303030;
font-size: 24px;
line-height: 26px;
background-color: #fef8ea;
}
body.withsharebar {
margin-top: 0;
}
/********************************
Header
********************************/
.Header {
position: relative;
width: 100%;
}
body.withsharebar .Header {
padding-top: 40px;
}
.Header-content {
margin: 10px auto;
overflow: hidden;
padding: 20px;
}
@media only screen and (min-width: 970px) {
.Header-content {
width: 970px;
}
}
.Header-title {
color : #3ba2c3;
font-size: 60px;
vertical-align: middle;
margin: 0;
line-height: 60px;
text-align: center;
word-wrap: break-word;
margin-bottom : 10px;
}
.Header-title a {
color : #3ba2c3;
}
.Header-titleLink {
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}
.Header-titleLink:hover {
opacity: 0.5;
text-decoration: none;
}
.Header-subtitle {
vertical-align: middle;
margin: 0;
line-height: 20px;
text-align: center;
font-size: 20px;
}
.Header-cover {
display: block;
width: 100%;
margin: auto;
}
@media only screen and (min-width: 970px) {
.Header-cover {
width: 970px;
padding: 0 10px;
}
}
.Header-coverImage {
display: block;
width: 100%;
}
/********************************
Nav
********************************/
.menu-main {
background-color: #3ba2c3;
}
.menu-main li {
background-color: initial;
}
.menu-main ul {
background-color: #3ba2c3;
}
.menu-main a, .menu-main span {
color: #fef8ea;
}
@media only screen and (max-width: 970px) {
.menu-main .trigger {
border: solid #fef8ea;
}
}
@media only screen and (min-width: 970px) {
.menu-main > ul > li > ul {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.menu-main > ul > li > ul > li > ul {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
}
.Nav {
background-color: #3ba2c3;
margin-bottom: 20px;
font-size : 15px;
}
.Nav-content {
position: relative;
display: flex;
justify-content: space-between;
}
@media only screen and (min-width: 970px) {
.Nav-content {
width: 970px;
padding: 0 10px;
margin: auto;
}
}
.Nav-menuButton {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
vertical-align: middle;
text-align: center;
font-size: 20px;
color: #fef8ea;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
@media only screen and (min-width: 970px) {
.Nav-menuButton {
display: none;
}
}
.Nav-menu {
width: 100%;
list-style: none;
padding: 0;
background-color: #3ba2c3;
margin: 0;
display: none;
}
@media only screen and (min-width: 970px) {
.Nav-menu {
display: inline-block;
position: relative;
top: 0;
width: auto;
}
}
.Nav-menu--open {
display: block;
position: absolute;
top: 100%;
}
.NavElement {
display: block;
list-style: none;
height: auto;
position: relative;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
@media only screen and (min-width: 970px) {
.NavElement {
display: inline-block;
}
}
.NavElement-link {
display: block;
text-decoration: none;
color: #fef8ea;
line-height: 14px;
text-transform: uppercase;
padding: 2px 15px;
}
@media only screen and (min-width: 970px) {
.NavElement-link {
display: block;
line-height: 50px;
}
}
.NavElement-link:hover {
text-decoration: none;
color : #fef8ea;
}
a.NavElement-link:hover {
opacity: 0.8;
}
.NavElementSub {
padding-left: 20px;
background-color: #3ba2c3;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.NavElementSubSub {
padding-left: 20px;
background-color: #3ba2c3;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.NavElementSub,
.NavElementSubSub {
list-style: none;
}
@media only screen and (min-width: 970px) {
.NavElementSub,
.NavElementSubSub {
left: 0;
position: absolute;
text-align: center;
top: 54px;
width: 250px;
z-index: 1000;
padding-left: 0;
}
.NavElementSubSub {
top: 0;
left: 250px;
}
.NavElementSub-element,
.NavElementSubSub-element {
position: relative;
display: none;
}
.NavElementSub-element .NavElement-link,
.NavElementSubSub-element .NavElement-link {
line-height: 30px;
}
.NavElement:hover .NavElementSub .NavElementSub-element,
.NavElementSub-element:hover > .NavElementSubSub .NavElementSubSub-element {
display: block;
}
}
.NavElementSub .NavElement-link,
.NavElementSubSub .NavElement-link {
}
.Nav-archives,
.Nav-links {
display: none;
}
@media only screen and (min-width: 970px) {
.Nav-archives,
.Nav-links {
display: inline-block;
}
}
.NavSearch-input {
display: none;
position: absolute;
top: 50px;
right: 0;
border: none;
outline: none;
background: #fff;
width: 100%;
margin: 0;
z-index: 10;
padding: 2px 20px;
line-height: 50px;
font-family: inherit;
font-size: 20px;
color: #2c3e50;
box-shadow:inset 0px 0px 0px 1px #1f7f98;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 11px;
color : #444444;
}
.NavSearch--open .NavSearch-input {
display: block;
}
.NavSearch-icon,
.NavSearch-submit {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
vertical-align: middle;
text-align: center;
font-size: 20px;
cursor: pointer;
color: white;
color : #fef8ea;
}
.NavSearch-submit {
display: none;
}
@media only screen and (min-width: 970px) {
.Nav-search {
position: relative;
}
.NavSearch-input {
width: 300px;
right: 50px;
color : #444444;
top: 0;
}
}
/********************************
Content
********************************/
.Content {
margin: auto;
padding: 20px;
}
@media only screen and (min-width: 970px) {
.Content {
margin: auto;
width: 1200px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex: 1;
align-items: flex-start;
}
}
.Content--index {
}
.Content--page {}
.Content--special {}
.Content-main {
overflow: hidden;
}
@media only screen and (min-width: 970px) {
.Content-main {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}
}
/********************************
Post
********************************/
.Post {
width: 100%;
padding: 20px;
background: #ffffff;
border-radius: 4px;
margin-bottom: 30px;
}
.Post-tags {
text-align: center;
display: block;
}
.Post-tag {
font-size: 14px;
color: #303030;
font-family : Itim;
}
.Post-title {
margin: 0 0 0;
text-align: center;
font-size : 32px;
line-height : 32px;
}
.Post-titleLink {
color: #303030;
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}
.Post-titleLink:hover {
color: #303030;
opacity: .70;
text-decoration: none;
}
.Post-date, .Post-comments {
font-size: 12px;
text-transform: uppercase;
color: #fef8ea;
background-color: #3ba2c3;
padding: 4px;
padding-left: 7px;
padding-right: 7px;
border-radius: 4px;
}
.Post-meta-container {
text-align: center;
width: 100%;
margin-top : 10px;
}
.Post-meta-container > * + * {
margin-left: 10px;
}
.Post-author {
text-align: center;
font-size : 14px;
margin: 0;
}
.Post-cover {
width: 100%;
margin: 10px 0 0;
}
.Post-coverImage {
width: 100%;
display: block;
background-color: black;
border-radius: 8px;
}
.Post-snippet {
}
.Post-readMore {
text-align: center;
display: block;
font-size : 15px;
}
.Post-body {
margin: 10px 0;
text-align: justify;
}
.Post img {
border-radius: 8px;
}
.Post-shares {
margin-top: 15px;
}
.PostShares {
position: relative;
line-height: 45px;
height: 45px;
text-align: center;
width: 100%;
}
.PostShares:before {
z-index: -1;
position: absolute;
width: 100%;
left: 0;
top: 50%;
content : '';
border-top: 1px solid #1f7f98;
z-index: 1;
}
.PostShares-element {
display: inline-flex;
width : 42px;
height : 42px;
align-items: center;
justify-content: center;
border: 1px solid #1f7f98;
line-height: 17px;
margin: 0 8px;
border-radius: 50%;
position: relative;
z-index: 2;
background-color: #ffffff;
}
.PostShares-element:hover {
background-color: #1f7f98;
text-decoration: none;
}
.PostShares-element:hover .fa {
color : #fef8ea;
}
.Post-returnToHome {
display: block;
text-align: center;
margin-bottom: 15px;
}
.Post-returnToHome a {
background-color: #3ba2c3;
color: #fef8ea;
padding: 8px;
padding-left: 12px;
padding-right: 12px;
border-radius: 4px;
}
.Post-about {
overflow: auto;
zoom: 1;
margin-bottom: 10px;
}
.PostAbout-avatar {
float:left;
margin-right: 15px;
border-radius: 50%;
}
.Comments {
padding: 20px;
background: #ffffff;
border-radius: 4px;
}
/********************************
Sidebar
********************************/
.Sidebar {
display: flex;
flex-direction: column;
background: #ffffff;
padding: 20px;
border-radius: 4px;
}
@media only screen and (min-width: 970px) {
.Sidebar {
flex-shrink: 0;
flex-grow: 0;
flex-basis: 360px;
margin-left: 30px;
}
}
.Sidebar-widget {
border-radius: 4px;
}
.Sidebar-widget p {
font-family: Itim;
}
.Sidebar-widget[data-order="1"] {-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;}
.Sidebar-widget[data-order="2"] {-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;}
.Sidebar-widget[data-order="3"] {-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3;}
.Sidebar-widget[data-order="4"] {-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-ms-flex-order:4;-webkit-order:4;order:4;}
.Sidebar-widget[data-order="5"] {-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-ms-flex-order:5;-webkit-order:5;order:5;}
.Sidebar-widget[data-order="6"] {-webkit-box-ordinal-group:6;-moz-box-ordinal-group:6;-ms-flex-order:6;-webkit-order:6;order:6;}
.Sidebar-widget[data-order="7"] {-webkit-box-ordinal-group:7;-moz-box-ordinal-group:7;-ms-flex-order:7;-webkit-order:7;order:7;}
.Sidebar-widget[data-order="8"] {-webkit-box-ordinal-group:8;-moz-box-ordinal-group:8;-ms-flex-order:8;-webkit-order:8;order:8;}
.Sidebar-widget[data-order="9"] {-webkit-box-ordinal-group:9;-moz-box-ordinal-group:9;-ms-flex-order:9;-webkit-order:9;order:9;}
.Sidebar-widget[data-order="10"] {-webkit-box-ordinal-group:10;-moz-box-ordinal-group:10;-ms-flex-order:10;-webkit-order:10;order:10;}
.Sidebar-widget[data-order="11"] {-webkit-box-ordinal-group:11;-moz-box-ordinal-group:11;-ms-flex-order:11;-webkit-order:11;order:11;}
.Sidebar-widget[data-order="12"] {-webkit-box-ordinal-group:12;-moz-box-ordinal-group:12;-ms-flex-order:12;-webkit-order:12;order:12;}
.Sidebar-widget[data-order="13"] {-webkit-box-ordinal-group:13;-moz-box-ordinal-group:13;-ms-flex-order:13;-webkit-order:13;order:13;}
.Sidebar-widget[data-order="14"] {-webkit-box-ordinal-group:14;-moz-box-ordinal-group:14;-ms-flex-order:14;-webkit-order:14;order:14;}
.Sidebar-widget[data-order="15"] {-webkit-box-ordinal-group:15;-moz-box-ordinal-group:15;-ms-flex-order:15;-webkit-order:15;order:15;}
.Sidebar-widget[data-order="16"] {-webkit-box-ordinal-group:16;-moz-box-ordinal-group:16;-ms-flex-order:16;-webkit-order:16;order:16;}
.Sidebar-widget[data-order="17"] {-webkit-box-ordinal-group:17;-moz-box-ordinal-group:17;-ms-flex-order:17;-webkit-order:17;order:17;}
.Sidebar-widget[data-order="18"] {-webkit-box-ordinal-group:18;-moz-box-ordinal-group:18;-ms-flex-order:18;-webkit-order:18;order:18;}
.Sidebar-widget[data-order="19"] {-webkit-box-ordinal-group:19;-moz-box-ordinal-group:19;-ms-flex-order:19;-webkit-order:19;order:19;}
.Sidebar-widget[data-order="20"] {-webkit-box-ordinal-group:20;-moz-box-ordinal-group:20;-ms-flex-order:20;-webkit-order:20;order:20;}
.Sidebar-widget:after {
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='https://www.w3.org/2000/svg'%3E%3Cg fill='%233ba2c3' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
background-size: 4px;
opacity: 50%;
height: 10px;
width: 100%;
margin-top: 30px;
margin-bottom: 10px;
}
.Sidebar a {
color: #303030;
}
.Sidebar p {
font-size : 24px;
}
.Sidebar-list {
list-style-type: none;
padding: 0;
}
.Sidebar-ad--300x250 {
width: 100%;
height: auto;
margin: auto;
overflow: auto;
text-align: center;
}
.Sidebar-ad--300x600 {
width: 100%;
height: auto;
margin: auto;
text-align: center;
}
@media only screen and (min-width: 970px) {
.Sidebar-ad--300x250 {
width: 300px;
height: 250px;
}
.Sidebar-ad--300x600 {
width: 300px;
height: 1000px;
position: relative;
}
.Sidebar-ad--300x600 > * {
position: sticky;
top: 0;
}
.shareBarOpened .Sidebar-ad--300x600 > * {
top: 40px;
}
}
.Sidebar-title {
margin-top: 0px;
text-align: center;
word-wrap: break-word;
}
.Sidebar-posts {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex: 1;
align-items: flex-start;
flex-wrap: wrap;
}
@media only screen and (max-width: 970px) {
.Sidebar-posts {
align-items: center;
justify-content: center;
}
}
.Sidebar-post {
padding : 3px;
}
@media only screen and (min-width: 970px) {
.Sidebar-post {
flex-shrink: 0;
flex-grow: 0;
flex-basis: 100px;
}
}
.Sidebar-post .Post-cover {
margin: 0;
}
.Sidebar-post .Post-title {
font-size: 18px;
}
.Sidebar-posts img {
border-radius: 4px;
}
.SidebarAbout {}
.SidebarAbout-avatar {
width: 100%;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
display: block;
max-width : 200px;
}
.SidebarAbout-description {
text-align : center;
}
.SidebarFollow {
padding-left: 0;
height: 40px;
text-align: center;
}
.SidebarFollow-element {
height: 40px;
border: 0;
display: inline-block;
padding: 0;
position: relative;
text-align: center;
}
.SidebarFollow-elementLink {
width: 40px;
height: 40px;
display: inline-block;
font-style: normal;
text-decoration: inherit;
line-height: normal;
border: 1px solid #1f7f98;
border-radius: 50%;
color: #3ba2c3;
}
.SidebarFollow-elementLink:hover {
background-color: #1f7f98;
}
.SidebarFollow-elementLink .fa {
position: absolute;
top: 50%;
left: 0;
width: 40px;
line-height: 1;
margin-top: -0.5em;
font-size: 15px;
text-align: center;
color: #3ba2c3;
}
.SidebarFollow-elementLink:hover .fa {
color : #fef8ea;
}
.SidebarSubscribe {}
.Sidebar-form {
overflow: auto;
zoom: 1;
text-align: center;
font-size : 15px;
}
.SidebarForm-input {
width: 100%;
padding: 10px;
margin-top: 5px;
background: white;
border: 1px solid #1f7f98;
color: #444444;
border-radius: 4px;
}
.SidebarForm-submit {
padding: 10px;
margin:auto;
margin-top: 10px;
padding-left: 15px;
padding-right : 15px;
background: #3ba2c3;
border: none;
color: #fef8ea;
width : 100%;
border-radius: 4px;
}
/********************************
Pagination
********************************/
.Pagination {
overflow: auto;
zoom: 1;
text-align: center;
margin-bottom: 20px;
}
.PaginationLink {
color: #303030;
}
.PaginationLink--previous {
float: left;
}
.PaginationLink--next {
float: right;
}
.ob-pagination {
text-align: center;
margin: auto;
margin: 0 auto;
}
.ob-page {
display: inline-block;
padding: 10px;
border: 1px solid #1f7f98;
background-color: #3ba2c3;
color: #fef8ea;
margin: 0 1px;
border-radius: 4px;
}
.ob-page-link:hover,
.ob-page-current {
background-color: #fef8ea;
color: #3ba2c3;
text-decoration: none;
border : 1px solid #1f7f98;
}
/********************************
Footer
********************************/
.Footer, .ob-footer {
width: 100%;
color: #fef8ea;
text-align: center;
background-color: #3ba2c3;
}
.Footer {
margin-top: 20px;
padding: 15px 0;
}
.ob-footer {
padding-bottom: 15px;
}
.Footer a,
.ob-footer a,
.Footer a:visited,
.ob-footer a:visited {
color: #fef8ea;
}
/********************************
Ads
********************************/
.Ad--970x90 {
width: 100%;
height: auto;
margin: 10px auto;
overflow: auto;
text-align: center;
}
@media only screen and (min-width: 970px) {
.Ad--970x90 {
width: 970px;
height: 90px;
}
}
.Sidebar-ad--300x250 {
width: 100%;
height: auto;
margin: auto;
overflow: auto;
text-align: center;
}
.Ad--970x90:empty,
.Sidebar-ad--300x600:empty,
.Sidebar-ad--300x250:empty
{
display:none;
}
/********************************
Overblog surcharge
********************************/
.ob-Newsletter-toggle {
border-radius: 4px;
background-color: #3ba2c3;
font-size : 15px;
}
.ob-text p:first-child {
margin-top: 0;
}
.ob-Shares-print img {
display : none !important;
}
.ob-Shares-print {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzAgLTMwMSkiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNiAtMikiPgo8cmVjdCB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MTQgMzAzKSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMyIgZmlsbD0iI2ZmODAwMCIvPgo8L2c+CjxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzNCAzMDUpIiBkPSJNNywxMEg0VjkuNUg3Wm01LTcuNVY5SDEwdjNIMlY5SDBWMi41SDJWMGg4VjIuNVptLTMsNUgzVjExSDlaTTksMUgzVjIuNUg5Wm0yLDIuNzVhLjI1LjI1LDAsMSwwLS4yNS4yNUEuMjUuMjUsMCwwLDAsMTEsMy43NVpNOCw4LjVINFY5SDhaIiBmaWxsPSIjZmZmIi8+CjwvZz4KPC9zdmc+Cg==) no-repeat left center;
padding: 0px 0 0px 20px;
}
p.ob-desc {
text-align: center;
color: grey;
font-style: italic;
}
/* Section Quote */
.ob-section-quote .ob-quote .ob-quote-left,
.ob-section-quote .ob-quote .ob-quote-right {
fill: #303030;
}
.ob-section-quote {
border : 1px solid #303030;
}
.ob-section-quote .ob-quote p {
color : #303030;
}
.ob-section-quote .ob-author {
background : #303030;
color : #ffffff;
}
.ob-section-quote .ob-author a {
color : #ffffff;
}
.ob-section-quote .ob-source a {
color : #ffffff;
}
/* section link */
.ob-section-link .ob-ctn .ob-url {
background-color : transparent;
line-height: inherit;
}
.ob-section-link .ob-ctn .ob-snippet {
color :#303030;
}
/* Section File */
.ob-section-file .ob-button-link {
color: #fef8ea;
background-color: #3ba2c3;
}
/* Section Audio */
.ob-section-audio .obsoundplayer .obsoundplayerplay .obsoundplayerplay-play,
.ob-section-audio .obsoundplayer .obsoundplayerplay .obsoundplayerplay-pause,
.ob-section-audio .obsoundplayer .obsoundplayervolume .obsoundplayervolume-on,
.ob-section-audio .obsoundplayer .obsoundplayervolume .obsoundplayervolume-off {
fill: #303030;
}
.ob-RelatedPost-title {
font-size : 15px;
text-align : center !important;
color : #303030;
}
@media only screen and (max-width: 660px) {
.ob-section-images,
.ob-section-images img,
.ob-section-map .ob-map,
.ob-section-map .ob-desc {
max-width: 100%;
width: auto;
height: auto;
}
}
.ob-form input, textarea {
color : #444444;
font-family: Itim;
font-size : 14px;
border-radius: 4px;
border: 1px solid #1f7f98;
padding: 10px;
}
.ob-form button, .ob-Newsletter button {
font-family: Itim;
border: none;
color: #fef8ea;
background: ;
border-radius: 4px;
font-weight : 300;
font-size : 14px;
}
body .menu-main a, body .menu-main span {
text-transform: uppercase;
white-space: nowrap;
overflow: initial;
text-overflow: initial; }
@media only screen and (min-width: 970px) {
body .menu-main a, body .menu-main span {
line-height: 50px; } }
body .menu-main a:hover, body .menu-main span:hover {
text-decoration: none;
opacity: 0.8; }
@media only screen and (min-width: 970px) {
body .menu-main ul li ul li > a, body .menu-main ul li ul li > span {
line-height: 30px; } }
body .carousel {
margin-bottom: 40px; }
</style>
<script>
function loadGA() {
window.dataLayer = window.dataLayer || []
var s = document.createElement("script")
s.async = true
s.src = "https://cdn.lib.getjan.io/library/overblog.js"
s.setAttribute("importance", "high")
var g = document.getElementsByTagName("head")[0]
g.parentNode.insertBefore(s, g)
window.jan = window.jan || {}
jan.cmd = jan.cmd || []
jancmd = function(){jan.cmd.push(arguments);}
// TODO: Now, The wrapper handle didomi consent for us so we don't need anymore to wait didomi consent to load GA. The dimension23 is for didomi consent but it will be handle directly by the wrapper. We remove it from the code below.
var dimensions = {
dimension1: '__ads_loaded__' in window ? '0' : '1',
dimension2: 'fr',
dimension3: 'S',
dimension4: 'Undefined',
dimension5: '0',
dimension6: '0',
dimension7: '0',
dimension10: '651074',
dimension11: '1',
dimension12: '1',
dimension13: '1',
dimension14: '__ads_loaded__' in window ? '1' : '0',
dimension15: '__ads_loaded__' in window ? '0' : '1',
dimension16: '651074',
dimension17: "le R\u00e9pertoire des EB's",
dimension24: '20121107',
dimension25: 'eklablog',
}
if (location) {
dimensions.dimension22 = '' + location.hostname
}
jancmd("setConfig", {
metadata: dimensions,
});
jancmd("sendEvent", "pageview");
}
loadGA()
</script>
<script>
function isConnected(connected, connected_owner, timestamp, user_id) {
if (connected) {
document.querySelector('html').classList.add('ob-connected')
}
if (connected_owner) {
document.querySelector('html').classList.add('ob-connected-blog')
}
}
</script>
<script src="//connect.eklablog.com/ping/651074/isConnected" async></script>
<script src="https://assets.over-blog-kiwi.com/b/blog/v2025.01.11/eklablog-main.a99e0127.js"></script>
<script src="https://static1.webedia.fr/js/gs.js" async></script>
</head>
<!-- Body -->
le Répertoire des EB's - c'est un blog... pour trouver des blogs :)
Recherche META Description de la page
c'est un blog... pour trouver des blogs :)
Recherche META Keywords de la page
UPDATE DOMAINES SET server='',redirection='https://repertoire.ek.la/',Status='200',err='',[TITRE]=N'le Répertoire des EB''s - c''est un blog... pour trouver des blogs :)',[DESCRIPTION]=N'c'est un blog... pour trouver des blogs :)',[KEYWORDS]=N'' WHERE id=1611693
0 le Répertoire des EB s - c est un blog... pour trouver des blogs : c est un blog... pour trouver des blogs :
0. le (2)--------->0
1. Répertoire (10)--------->0
2. des (3)--------->0
3. EB (2)--------->0
4. s (1)--------->0
5. - (1)--------->0
6. c (1)--------->0
7. est (3)--------->0
8. un (2)--------->0
9. blog.. (6)--------->0
10. pour (4)--------->0
11. trouver (7)--------->0
13. blogs (5)--------->0
14. : (1)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'le',1611693),(N'Répertoire',1611693),(N'des',1611693),(N'EB',1611693),(N's',1611693),(N'-',1611693),(N'c',1611693),(N'est',1611693),(N'un',1611693),(N'blog..',1611693),(N'pour',1611693),(N'trouver',1611693),(N'blogs',1611693),(N':',1611693)