DELETE FROM KEYWORDS WHERE ID_DOMAINE=103427DoneDoneDone
URL:hendaye.over-blog.net
Cache-Control: max-age=30, public
Date: Fri, 01 Nov 2024 06:25:03 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Accept-Ranges: bytes
Age: 0
ETag: W/"9d6038a27bdc4a131751d958104f63e163628659-gzip"
Vary: Accept-Encoding
powered-by: overblog
x-cache: MISS
fhost: hendaye.overblog.net
x-url: /
x-xss-protection: 1;mode=block
x-content-type-options: nosniff
referrer-policy: no-referrer-when-downgrade
Status => 200
<!DOCTYPE html>
<html lang="fr">
<head>
<script src="https://assets.over-blog-kiwi.com/b/blog/v2024.21.03/runtime.83b7a608.js"></script><script src="https://assets.over-blog-kiwi.com/b/blog/v2024.21.03/ads.930ed0c8.js"></script>
<script>
dataLayer = [{
'source' : 'OVERBLOG',
'theme' : '88',
'adUnitID' : '/6783/OverBlogKiwi/fr',
'group' : 'Blog-Loisirs-Culture',
'category' : 'Photography',
'rating' : 'BS',
'unused' : 'Yes',
'adult' : 'No',
'pda' : 'No',
'hasAds' : 'Yes',
'lang' : 'fr',
'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes',
'blog_id' : '573166',
'blog_name': "Pays Basque Photographe de Mariage au Pays Basque et Cote Basque",
'premium' : 'No',
'slots' : {
"_7fb1514": {
"name": "super_leaderboard",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#606569",
"link_color": "#3498db",
"url_color": "#3498db"
}
},
"_fa38621": {
"name": "half_page",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#606569",
"link_color": "#3498db",
"url_color": "#3498db"
}
},
"_1d3a61b": {
"name": "medium_rectangle",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#606569",
"link_color": "#3498db",
"url_color": "#3498db"
}
},
"_f1da11c": {
"name": "footer"
},
"_d4f048b": {
"name": "interstitial"
},
"_fdd64ac": {
"name": "sticky_footer"
}
},
}];
</script>
<script>
var s = document.createElement("script");
s.async = true;
s.src = "https://cdn.lib.getjad.io/library/6783/overblogkiwi";
s.setAttribute('importance', 'high');
s.onload = function(){
function setupSlideIn() {
var divSlidein = document.createElement("div");
divSlidein.id = 'slidein';
document.body.appendChild(divSlidein);
}
if( document.readyState !== 'loading' ) {
setupSlideIn();
} else {
document.addEventListener('DOMContentLoaded', setupSlideIn, false);
}
};
var g = document.getElementsByTagName("head")[0];
g.parentNode.insertBefore(s, g);
// targeting
var jadTargeting = {};
var noTargetingKeys = ['slots'];
for (var k in dataLayer[0]) {
if (noTargetingKeys.indexOf(k) === -1) {
if (typeof dataLayer[0][k] === 'string') {
jadTargeting[k] = [dataLayer[0][k]];
} else if (Array.isArray(dataLayer[0][k])) {
jadTargeting[k] = dataLayer[0][k];
} else {
// unknow type
}
}
}
// mapping positions
var jadPagePositions = [];
var jadElementsMapping = {};
var stickyFooterDefined = false;
for (var slot in dataLayer[0].slots) {
if (dataLayer[0].slots[slot].name == 'sticky_footer') {
stickyFooterDefined = true;
}
}
// _881c7f7, leaderboard, [header, mtf_leaderboard, mtf_leaderboard_2, btf_leaderboard] => on prend le premier pas défini
var jadAddPosition = function(obSlotDivId, obSlotName, positionsPref) {
var added = false;
for (var i = 0; i < positionsPref.length && !added; i++) {
if (jadPagePositions.indexOf(positionsPref[i]) === -1) {
jadPagePositions.push(positionsPref[i]);
jadElementsMapping[positionsPref[i]] = obSlotDivId;
added = true;
}
}
if (!added) {
console.warn('can not add position ' + obSlotName);
}
};
for (var obSlotDivId in dataLayer[0].slots) {
var obSlotName = dataLayer[0].slots[obSlotDivId].name
var positionsPref = [];
if (/banner/.test(obSlotName)) {
if (stickyFooterDefined) {
positionsPref = ['mtf_leaderboard', 'btf_leaderboard'];
} else {
positionsPref = ['sticky_footer', 'btf_leaderboard'];
}
} else if (/footer/.test(obSlotName)) {
positionsPref = ['footer'];
} else if (/half_page/.test(obSlotName)) {
positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
} else if (/header/.test(obSlotName)) {
positionsPref = ['header'];
} else if (/inter/.test(obSlotName)) {
positionsPref = ['interstitial'];
} else if (/leaderboard/.test(obSlotName)) {
if (stickyFooterDefined) {
positionsPref = ['header', 'mtf_leaderboard', 'mtf_leaderboard_2', 'btf_leaderboard'];
} else {
positionsPref = ['header', 'sticky_footer', 'mtf_leaderboard', 'mtf_leaderboard_2', 'btf_leaderboard'];
}
} else if (/medium_rectangle/.test(obSlotName)) {
positionsPref = ['rectangle_mtf', 'rectangle_mtf_2'];
} else if (/parallax/.test(obSlotName)) {
positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
} else if (/pave/.test(obSlotName)) {
positionsPref = ['rectangle_mtf', 'rectangle_mtf_2'];
} else if (/skyscraper/.test(obSlotName)) {
positionsPref = ['atf_sky_left'];
} else if (/sticky_footer/.test(obSlotName)) {
positionsPref = ['sticky_footer'];
} else if (/thema_160/.test(obSlotName)) {
positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
}
if (positionsPref.length) {
jadAddPosition(obSlotDivId, obSlotDivId, positionsPref);
} else {
console.warn('error on ', obSlotDivId, obSlotName);
}
}
// si ! sticky_footer alors ajouter slidein
if (!jadElementsMapping.hasOwnProperty('sticky_footer')) {
jadPagePositions.push('slidein');
jadElementsMapping.slidein = 'slidein';
}
window.jad = window.jad || {};
jad.cmd = jad.cmd || [];
jad.cmd.push(function() {
var config = {
debug: false,
page: '/6783/OverBlogKiwi/fr',
targeting: jadTargeting,
prebidTargeting: jadTargeting,
pagePositions: jadPagePositions,
elementsMapping: jadElementsMapping,
cappingByPosition: [{
position: "interstitial",
ttl: 3600,
limit: 3,
}, {
position: "slidein",
ttl: 3600,
limit: 6,
}],
cmp: {
name: 'didomi',
siteId: 'e23a01f6-a508-4e71-8f50-c1a9cae7c0d0',
noticeId: '3FCZAAB8',
paywall: {
clientId: 'AVvF60FpOZcS6UoBe6sf8isBLYwzuLgMQCnNdE-FvpoW_OhR8P6zERqhyuIBGPOxqrTHKxv7QxsXnfck',
planId: 'P-1PX20425XC513033RMBQZVRI',
tosUrl: 'https://www.over-blog.com/terms-of-sale',
touUrl: 'https://www.over-blog.com/terms-of-use',
privacyUrl: 'https://www.over-blog.com/privacy-policy'
},
includeCmp: true
}
};
if (jadPagePositions !== null) {
config.pagePositions = jadPagePositions;
}
jad.public.setConfig(config);
jad.public.loadPositions();
jad.public.displayPositions();
})
</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/v2024.21.03/overblog-main.2e03b20d.css">
<!-- Basic theme id 88 [Magazine] - last modified : 2024-10-23T11:09:19+02:00 -->
<!-- Title -->
<title>Pays Basque Photographe de Mariage au Pays Basque et Cote Basque - https://www.facebook.com/paysbasque.videos/</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="Mariage Pays Basque Photographie" />
<meta property="og:site_name" content="Pays Basque Photographe de Mariage au Pays Basque et Cote Basque" />
<meta property="og:title" content="Pays Basque Photographe de Mariage au Pays Basque et Cote Basque" />
<meta name="twitter:title" content="Pays Basque Photographe de Mariage au Pays Basque et Cote Basque" />
<meta name="description" content="https://www.facebook.com/paysbasque.videos/" />
<meta property="og:description" content="https://www.facebook.com/paysbasque.videos/" />
<meta name="twitter:description" content="https://www.facebook.com/paysbasque.videos/" />
<meta property="og:locale" content="fr_FR" />
<meta name="keywords" content="" />
<meta property="og:image" content="http://fdata.over-blog.com/0/53/15/00/avatar-blog-365658-tmpphp5SwaGv.jpeg" />
<meta name="twitter:image:src" content="http://fdata.over-blog.com/0/53/15/00/avatar-blog-365658-tmpphp5SwaGv.jpeg" />
<meta property="og:type" content="blog" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@overblog" />
<meta property="fb:app_id" content="284865384904712" />
<!-- Robots -->
<meta name="robots" content="index,follow" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!-- Analytics -->
<!-- Metas -->
<link rel="icon" type="image/png" href="http://fdata.over-blog.com/0/53/15/00/avatar-blog-365658-tmpphp5SwaGv.jpeg" />
<!-- Graphique -->
<!-- Fonts -->
<!-- Sidebar -->
<!-- Widget -->
<!-- Menu Bar -->
<!-- Normalize -->
<link href='https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css' 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>
<!-- 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>
<!-- Fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.over-blog.com/?family=Open+Sans:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' /><link href="https://fonts.over-blog.com/?family=Open+Sans:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' />
<style type="text/css">
.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;
}
/********************************
Reset
********************************/
* { box-sizing: border-box; }
a { color: #3498db; text-decoration: none; }
h1, h2, h3, h4, h5, .ob-h1, .ob-h2, .ob-h3, .ob-h4, .ob-h5 { font-family: 'Open Sans'; }
html { font-family: 'Open Sans'; }
@media only screen and (min-width: 970px) {
a:hover { color: #3498db; text-decoration: underline; }
}
/********************************
Html
********************************/
html {
font-size: 16px;
font-size: 1rem;
}
/********************************
Body
********************************/
.Body {
color: #606569;
line-height: 20px;
background-image : url(//assets.over-blog.com/t/catalog/images/background/body/Light-wool.png);
}
@media only screen and (min-width: 970px) {
.Body {
line-height: 26px;
}
}
/********************************
HeaderNav
********************************/
.HeaderNav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 10px;
}
@media only screen and (min-width: 970px) {
.HeaderNav {
padding-top: 20px;
}
}
/********************************
Header
********************************/
.Header {
position: relative;
width: 100%;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}
.Header-cover {
display: block;
width: 100%;
object-fit: cover;
padding: 0 10px;
margin: auto;
position: relative;
min-height: 60px;
}
@media only screen and (min-width: 970px) {
.Header-cover {
width: 970px;
padding: 0;
min-height: 110px;
}
}
.Header-coverImage {
display: block;
width: 100%;
}
.Header-content {
overflow: hidden;
padding: 10px;
position: absolute;
right: 10px;
left: 10px;
top: 10px;
background: rgba(255, 255, 255, .8);
}
@media only screen and (min-width: 970px) {
.Header-content {
width: 970px;
padding: 20px;
right: 0;
left: 0;
top: 20px;
}
}
.Header-title {
font-family: 'Open Sans';
font-size: 20px;
font-size: 1.25rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
line-height: 20px;
line-height: 1.25rem;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 970px) {
.Header-title {
font-size: 30px;
font-size: 1.875rem;
line-height: 40px;
line-height: 2.5rem;
}
}
.Header-titleLink {}
@media only screen and (min-width: 970px) {
.Header-titleLink:hover {
text-decoration: underline;
}
}
.Header-subtitle {
font-size: 15px;
font-size: .9375rem;
font-weight: 400;
margin: 0;
line-height: 20px;
line-height: 1.25rem;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 970px) {
.Header-subtitle {
font-size: 18px;
font-size: 1.125rem;
line-height: 40px;
line-height: 2.5rem;
}
}
/********************************
Nav
********************************/
.menu-main, .menu-main ul {
background: #f2f2f2;
}
.menu-main li {
background-color: initial;
}
@media only screen and (min-width: 970px) {
.menu-main a:hover, .menu-main span:hover {
border-bottom: 2px solid #3498db;
}
}
.Nav {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
@media only screen and (min-width: 970px) {
.Nav {
}
}
.Nav-content {
background: #f2f2f2;
margin: 0 10px;
}
@media only screen and (min-width: 970px) {
.Nav-content {
width: 970px;
margin: auto;
}
}
.Nav-menuButton {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
vertical-align: middle;
text-align: center;
font-size: 20px;
font-size: 1.25rem;
color: #fff;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background: #3498db;
}
@media only screen and (min-width: 970px) {
.Nav-menuButton {
display: none;
}
}
.Nav-menu {
position: absolute;
padding: 0;
margin: 0;
z-index: 1;
display: none;
width: 100%;
}
@media only screen and (min-width: 970px) {
.Nav-menu {
display: inline-block;
position: relative;
}
}
.Nav-menu--open {
display: block;
}
.NavElement {
display: block;
position: relative;
}
@media only screen and (min-width: 970px) {
.NavElement {
display: inline-block;
}
}
.NavElement-link {
display: block;
text-decoration: none;
color: #000000;
background: #f2f2f2;
font-family: 'Open Sans';
font-size: 14px;
font-size: .875rem;
text-transform: uppercase;
padding: 0 15px;
line-height: 45px;
border-bottom: 2px solid #f2f2f2;
}
@media only screen and (min-width: 970px) {
.NavElement-link:hover,
.NavElement-link:focus{
background: #fff;
text-decoration: none;
outline: none;
border-bottom: 2px solid #3498db;
}
}
@media only screen and (max-width: 969px) {
.NavElementSub {
padding-left: 20px;
background-color: #f2f2f2;
display: block;
}
}
@media only screen and (min-width: 970px) {
.NavElementSub {
position: absolute;
text-align: center;
width: 300px;
z-index: 1000;
padding-left: 0;
display: block;
-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
}
.NavElement-sub .NavElement-link {
display: none;
}
.Nav-menu .NavElement:hover > .NavElement-sub .NavElement-link {
display: block;
}
.Nav-menu .NavElement-link:focus + .NavElement-sub .NavElement-link {
display: block;
}
.NavElement-sub .NavElement-link:focus,
.NavElement-sub .NavElement-link:focus ~ .NavElement-link {
display:block
}
}
/********************************
Content
********************************/
.Content {
margin: auto;
margin-top: 10px;
}
@media only screen and (min-width: 970px) {
.Content {
width: 970px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-align: start;
-moz-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
min-width: 0;
margin-top: 20px;
}
}
.Content--list {}
.Content--page {}
.Content--special {}
.Content-main {
background-color: #fff;
padding: 10px;
overflow: hidden;
}
@media only screen and (min-width: 970px) {
.Content-main {
padding: 20px;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
margin-right: 20px;
}
}
/********************************
PostPreview
********************************/
.PostPreview-container {
overflow: auto;
zoom: 1;
}
.PostPreview {
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 970px) {
.PostPreview {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding: 20px 0;
}
}
.PostPreview:first-child {
padding-top: 0;
}
.PostPreview-cover {
display: block;
width: 100%;
position: relative;
margin: 0;
}
@media only screen and (min-width: 970px) {
.PostPreview-cover {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
opacity: 1;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
}
.PostPreview-cover:hover {
opacity: 0.8;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
}
}
.PostPreview-coverLink {
display: block;
}
.PostPreview-coverImage {
height: 100%;
width: 100%;
border: 0;
display: block;
border: none;
}
.PostPreview-coverImage--default {
background: #d7d5d5;
}
@media only screen and (min-width: 970px) {
.PostPreview-coverImage {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
object-fit: cover;
}
}
.PostPreview-tags {
position: absolute;
display: none;
top: 0;
left: 10px;
padding: 0 20px;
line-height: 25px;
color: #fff;
max-width: 90%;
text-transform: uppercase;
font-size: 12px;
font-size: .75rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 90%;
font-family: 'Open Sans';
background-color: #3498db;
}
@media only screen and (min-width: 970px) {
.PostPreview-tags {
display: block;
}
}
.PostPreview-tag {
color: #fff;
}
@media only screen and (min-width: 970px) {
.PostPreview-tag:hover,
.PostPreview-tag:focus {
outline: none;
color: #fff;
text-decoration: underline;
}
}
.PostPreview-content {}
@media only screen and (min-width: 970px) {
.PostPreview-content {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
overflow: hidden;
}
.PostPreview-cover + .PostPreview-content {
padding-left: 20px;
}
}
.PostPreview-meta {
width: 100%;
margin-bottom: 0;
}
@media only screen and (min-width: 970px) {
.PostPreview-meta {
margin-top: 0;
}
}
.PostPreviewMeta {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
color: #4f5a65;
text-transform: uppercase;
font-size: 11px;
font-size: .6875rem;
}
.PostPreviewMeta-date {
-webkit-box-flex: 2;
-moz-box-flex: 2;
-webkit-flex: 2 1 auto;
-ms-flex: 2 1 auto;
flex: 2;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
.PostPreviewMeta-source {
-webkit-box-flex: 4;
-moz-box-flex: 4;
-webkit-flex: 4 1 auto;
-ms-flex: 4 1 auto;
flex: 4;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
text-align: center;
}
.PostPreviewMeta-comments {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
text-align: right;
}
.PostPreview-title {
font-family: 'Open Sans';
font-size: 16px;
font-size: 1rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 10px 0;
text
}
.PostPreview-snippet {
margin: 0;
font-size: 14px;
font-size: .875rem;
}
@media only screen and (min-width: 970px) {
.PostPreview-snippet {
min-height: 130px;
}
}
.PostPreview-readMore {
display: inline-block;
text-transform: uppercase;
font-size: 12px;
font-size: .75rem;
padding: 0 20px;
margin-top: 10px;
line-height: 25px;
color: #ffffff;
background: #3498db;
}
@media only screen and (min-width: 970px) {
.PostPreview-readMore:hover {
color: #ffffff;
}
}
/********************************
Post
********************************/
.Post {
width: 100%;
background-color: #fff;
padding-bottom: 30px;
}
.Post-tags {
text-align: center;
display: block;
}
.Post-tag {
text-transform: uppercase;
font-family: 'Open Sans';
font-size: 11px;
font-size: .6875rem;
font-weight: 700;
letter-spacing: 2px;
}
.Post-title {
font-family: 'Open Sans';
font-size: 25px;
font-size: 1.5625rem;
line-height: 35px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
text-align: center;
}
.Post-date {
font-family: 'Open Sans';
font-style: italic;
font-size: 10px;
font-size: .625rem;
text-transform: uppercase;
letter-spacing: 1px;
color: #939393;
text-align: center;
margin: 0;
}
.Post-author {
text-align: center;
margin: 0;
}
.Post-cover {
width: 100%;
margin: 10px 0 0;
}
.Post-coverImage {
width: 100%;
display: block;
background-color: black;
}
.Post-body {
margin: 10px 0;
text-align: justify;
}
.ob-Outbrain,
.ob-Related {
margin-bottom: 10px;
}
@media only screen and (min-width: 970px) {
.ob-Outbrain,
.ob-Related {
margin-bottom: 20px;
}
}
.Post-pagination {
margin-top: 10px;
}
@media only screen and (min-width: 970px) {
.Post-pagination {
margin-top: 20px;
}
}
/********************************
Sidebar
********************************/
.Sidebar {
background-color: #fff;
padding: 10px;
padding-bottom: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media only screen and (min-width: 970px) {
.Sidebar {
top: 0px;
-webkit-box-flex: 0;
-moz-box-flex: 0;
width: 340px;
-webkit-flex: 0 0 340px;
-ms-flex: 0 0 340px;
flex: 0 0 340px;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
padding: 20px;
padding-bottom: 0;
}
body.withsharebar .Sidebar {
top: 40px;
}
}
.Sidebar-ad--300x250 {
width: 100%;
height: auto;
margin: auto;
overflow: auto;
text-align: center;
}
.Sidebar-ad--300x600 {
width: 100%;
height: auto;
margin: auto;
overflow: 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;
overflow: initial;
position: relative;
}
.Sidebar-ad--300x600 > * {
position: sticky;
top: 20px;
}
.shareBarOpened .Sidebar-ad--300x600 > * {
top: 60px;
}
}
.Sidebar-widget {
margin-bottom: 10px;
}
@media only screen and (min-width: 970px) {
.Sidebar-widget {
margin-bottom: 20px;
}
}
.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-title {
background: #f2f2f2;
color: #19232d;
font-family: 'Open Sans';
font-size: 13px;
font-size: .8125rem;
line-height: 35px;
text-transform: uppercase;
word-wrap: break-word;
padding: 0 15px;
margin: 0 0 10px;
}
@media only screen and (min-width: 970px) {
.Sidebar-title {
margin-bottom: 20px;
}
}
.Sidebar-content {
max-width: 100%;
overflow: hidden;
}
.Sidebar-content iframe {
width: 100%;
display: block;
}
.Sidebar-post {
border-bottom: 0;
padding: 2px 0;
}
.Sidebar-widget .Sidebar-post:first-child {
padding-top: 0;
}
.Sidebar-widget .Sidebar-post:last-child {
padding-bottom: 0;
}
.Sidebar-post .PostPreview-content {
-webkit-box-flex: 2;
-moz-box-flex: 2;
-webkit-flex: 2 1 auto;
-ms-flex: 2 1 auto;
flex: 2;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
.Sidebar-post .ob-section:last-child {
margin-bottom: 0;
}
.SidebarAbout {}
.SidebarAbout-avatar {
width: 100%;
}
.SidebarAbout-description {
margin: 0;
}
.SidebarFollow {
padding-left: 0;
text-align: center;
margin: 0;
}
.SidebarFollow-element {
border: 0;
display: inline-block;
padding: 0;
position: relative;
text-align: center;
}
.SidebarFollow-elementLink {
width: 40px;
height: 40px;
display: inline-block;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
background-color: #f2f2f2;
}
@media only screen and (min-width: 970px) {
.SidebarFollow-elementLink:hover {
color: #fff;
background: #3498db;
}
}
.SidebarFollow-elementLink .fas, .SidebarFollow-elementLink .fab {
width: 40px;
line-height: 40px;
font-size: 15px;
font-size: .9375rem;
text-align: center;
}
.Sidebar-form {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.SidebarForm-input {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
.SidebarForm-submit {
-webkit-box-flex: 0;
-moz-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
margin-left: 10px;
}
.Sidebar-list {
list-style: none;
padding-left: 0;
margin: 0;
}
/********************************
Title
********************************/
.Title {
font-family: 'Open Sans';
text-transform: uppercase;
letter-spacing: 2px;
}
.Content--list .Content-main .Title:first-of-type {
margin-top: 0;
}
/********************************
Post Navigation
********************************/
.ob-PostNavigation {
margin-top: 20px;
}
@media only screen and (max-width: 970px) {
.ob-PostNavigation {
flex-direction: column;
}
.ob-PostNavigation-link--prev {
margin-right: 0;
}
.ob-PostNavigation-link--next {
margin-left: 0;
margin-top: 0.5em;
}
}
.ob-PostNavigation-link {
flex: 1;
display: flex;
align-items: stretch;
flex-direction: column;
border: 1px solid #979797;
padding: 10px;
font-size: 18px;
font-size: 1.125em;
}
.ob-PostNavigation-link > * + * {
margin-left: 0
}
.ob-PostNavigationLink-chevron{
color: #666666;
}
.ob-PostNavigation-link--prev .ob-PostNavigationLink-chevron:before {
content: "« Article précédent";
}
.ob-PostNavigation-link--next {
flex-direction: column-reverse;
}
@media only screen and (min-width: 970px) {
.ob-PostNavigation-link--next {
text-align: right;
}
}
.ob-PostNavigation-link--next .ob-PostNavigationLink-chevron:before {
content: "Article suivant »";
}
@media only screen and (max-width: 970px) {
.ob-PostNavigation-link--prev + .ob-PostNavigation-link--next {
margin-top: 10px;
}
}
@media only screen and (min-width: 970px) {
.ob-PostNavigation-link--prev {
margin-right: 10px;
}
.ob-PostNavigation-link--next {
margin-left: 10px;
text-align: right;
}
}
.ob-PostNavigationLink-label {
display: block;
}
@media only screen and (min-width: 970px) {
.ob-PostNavigation-link .ob-PostNavigationLink-label {
text-decoration: none;
}
}
/********************************
Pagination
********************************/
@media only screen and (min-width: 970px) {
.Pagination {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
.ob-pagination {
text-align: center;
margin-top: 10px;
}
@media only screen and (min-width: 970px) {
.ob-pagination {
margin-top: 20px;
}
}
.ob-page {
display: inline-block;
padding: 0 10px;
background: #f2f2f2;
font-family: sans-serif;
font-size: 13px;
font-size: .8125rem;
height: 25px;
line-height: 25px;
margin: 0 2.5px;
}
.ob-page-current {
color: #fff;
background: #3498db;
text-decoration: none;
}
@media only screen and (min-width: 970px) {
.ob-page-link:hover {
color: #fff;
background: #3498db;
text-decoration: none;
}
}
/********************************
Footer
********************************/
.Footer, .ob-footer {
width: 100%;
text-align: center;
background-color: #f2f2f2;
}
.Footer {
padding: 15px 0;
margin-top: 10px;
}
.ob-footer {
padding-bottom: 15px;
}
.Footer a,
.ob-footer a,
.Footer a:visited,
.ob-footer a:visited {
color: #3498db;
}
/********************************
Ads
********************************/
.Ad--970x90 {
width: 100%;
height: auto;
margin: 10px auto 0;
overflow: hidden;
text-align: center;
}
@media only screen and (min-width: 970px) {
.Ad--970x90 {
width: 970px;
height: 90px;
margin-top: 20px;
}
}
.Ad--468x60 {
text-align: center;
margin-bottom: 20px;
}
/********************************
Overblog surcharge
********************************/
.ob-text p:first-child {
margin-top: 0;
}
p.ob-desc {
text-align: center;
color: grey;
font-style: italic;
}
/* Forms */
.ob-input {
font-size: 13px;
font-size: .8125rem;
line-height: 35px;
height: 35px;
padding: 0 10px;
background: #fff;
border: 1px solid #3498db;
}
.ob-input-textarea {
height: auto;
}
.ob-input-submit {
color: #fff;
background: #3498db;
}
@media only screen and (min-width: 970px) {
.ob-input-submit:hover {
text-decoration: underline;
}
}
/* Section Html */
.ob-section-html blockquote.ob-tweet {
margin: 0;
}
/* Section Quote */
.ob-section-quote .ob-quote .ob-quote-left,
.ob-section-quote .ob-quote .ob-quote-right {
fill: #3498db;
}
/* Section File */
.ob-section-file .ob-button-link {
color: #FFFFFF;
background: #3498db;
}
/* 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: #3498db;
}
.ob-section-images,
.ob-section-images img,
.ob-section-map .ob-map,
.ob-section-map .ob-desc {
width: auto;
}
.ob-section-html img,
.ob-section-images,
.ob-section-images img,
.ob-section-map .ob-map,
.ob-section-map .ob-desc {
max-width: 100%;
height: auto;
}
@media only screen and (min-width: 970px) {
.ob-row-1-col,
.ob-row-2-col,
.ob-row-3-col,
.ob-row-4-col,
.ob-row-5-col {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.ob-row-1-col a,
.ob-row-2-col a,
.ob-row-3-col a,
.ob-row-4-col a,
.ob-row-5-col a {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
}
.ob-Shares-title {
text-transform: uppercase;
}
/* Newsletter Form */
.ob-Newsletter {}
.ob-Newsletter-toggle,
.ob-Newsletter-submit {
background: #3498db;
}
/* Comments */
#ob-comments .ob-button-primary,
#ob-comments .ob-reply-link,
#ob-comments a {
border-color: #3498db;
color: #3498db;
}
body .menu-main {
background: #f2f2f2; }
@media only screen and (min-width: 970px) {
body .menu-main a, body .menu-main span {
border-bottom: 2px solid transparent; }
body .menu-main a:hover, body .menu-main span:hover {
background: #fff;
text-decoration: none;
outline: none; }
body .menu-main .trigger {
border-bottom: none; } }
@media only screen and (min-width: 970px) {
body .menu-main a, body .menu-main span {
line-height: 45px; } }
body .menu-main li {
background-color: initial; }
body .menu-main ul {
background: #f2f2f2; }
@media only screen and (min-width: 970px) {
body .menu-main ul ul {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
width: 300px; } }
body .menu-main--open {
z-index: 5; }
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: 'BS',
dimension4: 'photography',
dimension5: '1',
dimension6: '0',
dimension7: '1',
dimension10: '573166',
dimension11: '1',
dimension12: '1',
dimension13: '1',
dimension14: '__ads_loaded__' in window ? '1' : '0',
dimension15: '__ads_loaded__' in window ? '0' : '1',
dimension16: '573166',
dimension17: "Pays Basque Photographe de Mariage au Pays Basque et Cote Basque",
dimension24: '20070104',
dimension25: 'overblog',
}
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.over-blog.com/ping/573166/isConnected" async></script>
<script src="https://assets.over-blog-kiwi.com/b/blog/v2024.21.03/overblog-main.531c1595.js"></script>
<script src="https://static1.webedia.fr/js/gs.js" async></script>
</head>
<!-- Body -->
<!DOCTYPE html>
<html lang="fr">
<head>
<script src="https://assets.over-blog-kiwi.com/b/blog/v2024.21.03/runtime.83b7a608.js"></script><script src="https://assets.over-blog-kiwi.com/b/blog/v2024.21.03/ads.930ed0c8.js"></script>
<script>
dataLayer = [{
'source' : 'OVERBLOG',
'theme' : '88',
'adUnitID' : '/6783/OverBlogKiwi/fr',
'group' : 'Blog-Loisirs-Culture',
'category' : 'Photography',
'rating' : 'BS',
'unused' : 'Yes',
'adult' : 'No',
'pda' : 'No',
'hasAds' : 'Yes',
'lang' : 'fr',
'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes',
'blog_id' : '573166',
'blog_name': "Pays Basque Photographe de Mariage au Pays Basque et Cote Basque",
'premium' : 'No',
'slots' : {
"_7fb1514": {
"name": "super_leaderboard",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#606569",
"link_color": "#3498db",
"url_color": "#3498db"
}
},
"_fa38621": {
"name": "half_page",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#606569",
"link_color": "#3498db",
"url_color": "#3498db"
}
},
"_1d3a61b": {
"name": "medium_rectangle",
"meta": {
"background_color": "#FFFFFF",
"border_color": "#FFFFFF",
"text_color": "#606569",
"link_color": "#3498db",
"url_color": "#3498db"
}
},
"_f1da11c": {
"name": "footer"
},
"_d4f048b": {
"name": "interstitial"
},
"_fdd64ac": {
"name": "sticky_footer"
}
},
}];
</script>
<script>
var s = document.createElement("script");
s.async = true;
s.src = "https://cdn.lib.getjad.io/library/6783/overblogkiwi";
s.setAttribute('importance', 'high');
s.onload = function(){
function setupSlideIn() {
var divSlidein = document.createElement("div");
divSlidein.id = 'slidein';
document.body.appendChild(divSlidein);
}
if( document.readyState !== 'loading' ) {
setupSlideIn();
} else {
document.addEventListener('DOMContentLoaded', setupSlideIn, false);
}
};
var g = document.getElementsByTagName("head")[0];
g.parentNode.insertBefore(s, g);
// targeting
var jadTargeting = {};
var noTargetingKeys = ['slots'];
for (var k in dataLayer[0]) {
if (noTargetingKeys.indexOf(k) === -1) {
if (typeof dataLayer[0][k] === 'string') {
jadTargeting[k] = [dataLayer[0][k]];
} else if (Array.isArray(dataLayer[0][k])) {
jadTargeting[k] = dataLayer[0][k];
} else {
// unknow type
}
}
}
// mapping positions
var jadPagePositions = [];
var jadElementsMapping = {};
var stickyFooterDefined = false;
for (var slot in dataLayer[0].slots) {
if (dataLayer[0].slots[slot].name == 'sticky_footer') {
stickyFooterDefined = true;
}
}
// _881c7f7, leaderboard, [header, mtf_leaderboard, mtf_leaderboard_2, btf_leaderboard] => on prend le premier pas défini
var jadAddPosition = function(obSlotDivId, obSlotName, positionsPref) {
var added = false;
for (var i = 0; i < positionsPref.length && !added; i++) {
if (jadPagePositions.indexOf(positionsPref[i]) === -1) {
jadPagePositions.push(positionsPref[i]);
jadElementsMapping[positionsPref[i]] = obSlotDivId;
added = true;
}
}
if (!added) {
console.warn('can not add position ' + obSlotName);
}
};
for (var obSlotDivId in dataLayer[0].slots) {
var obSlotName = dataLayer[0].slots[obSlotDivId].name
var positionsPref = [];
if (/banner/.test(obSlotName)) {
if (stickyFooterDefined) {
positionsPref = ['mtf_leaderboard', 'btf_leaderboard'];
} else {
positionsPref = ['sticky_footer', 'btf_leaderboard'];
}
} else if (/footer/.test(obSlotName)) {
positionsPref = ['footer'];
} else if (/half_page/.test(obSlotName)) {
positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
} else if (/header/.test(obSlotName)) {
positionsPref = ['header'];
} else if (/inter/.test(obSlotName)) {
positionsPref = ['interstitial'];
} else if (/leaderboard/.test(obSlotName)) {
if (stickyFooterDefined) {
positionsPref = ['header', 'mtf_leaderboard', 'mtf_leaderboard_2', 'btf_leaderboard'];
} else {
positionsPref = ['header', 'sticky_footer', 'mtf_leaderboard', 'mtf_leaderboard_2', 'btf_leaderboard'];
}
} else if (/medium_rectangle/.test(obSlotName)) {
positionsPref = ['rectangle_mtf', 'rectangle_mtf_2'];
} else if (/parallax/.test(obSlotName)) {
positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
} else if (/pave/.test(obSlotName)) {
positionsPref = ['rectangle_mtf', 'rectangle_mtf_2'];
} else if (/skyscraper/.test(obSlotName)) {
positionsPref = ['atf_sky_left'];
} else if (/sticky_footer/.test(obSlotName)) {
positionsPref = ['sticky_footer'];
} else if (/thema_160/.test(obSlotName)) {
positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
}
if (positionsPref.length) {
jadAddPosition(obSlotDivId, obSlotDivId, positionsPref);
} else {
console.warn('error on ', obSlotDivId, obSlotName);
}
}
// si ! sticky_footer alors ajouter slidein
if (!jadElementsMapping.hasOwnProperty('sticky_footer')) {
jadPagePositions.push('slidein');
jadElementsMapping.slidein = 'slidein';
}
window.jad = window.jad || {};
jad.cmd = jad.cmd || [];
jad.cmd.push(function() {
var config = {
debug: false,
page: '/6783/OverBlogKiwi/fr',
targeting: jadTargeting,
prebidTargeting: jadTargeting,
pagePositions: jadPagePositions,
elementsMapping: jadElementsMapping,
cappingByPosition: [{
position: "interstitial",
ttl: 3600,
limit: 3,
}, {
position: "slidein",
ttl: 3600,
limit: 6,
}],
cmp: {
name: 'didomi',
siteId: 'e23a01f6-a508-4e71-8f50-c1a9cae7c0d0',
noticeId: '3FCZAAB8',
paywall: {
clientId: 'AVvF60FpOZcS6UoBe6sf8isBLYwzuLgMQCnNdE-FvpoW_OhR8P6zERqhyuIBGPOxqrTHKxv7QxsXnfck',
planId: 'P-1PX20425XC513033RMBQZVRI',
tosUrl: 'https://www.over-blog.com/terms-of-sale',
touUrl: 'https://www.over-blog.com/terms-of-use',
privacyUrl: 'https://www.over-blog.com/privacy-policy'
},
includeCmp: true
}
};
if (jadPagePositions !== null) {
config.pagePositions = jadPagePositions;
}
jad.public.setConfig(config);
jad.public.loadPositions();
jad.public.displayPositions();
})
</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/v2024.21.03/overblog-main.2e03b20d.css">
<!-- Basic theme id 88 [Magazine] - last modified : 2024-10-23T11:09:19+02:00 -->
<!-- Title -->
<title>Pays Basque Photographe de Mariage au Pays Basque et Cote Basque - https://www.facebook.com/paysbasque.videos/</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="Mariage Pays Basque Photographie" />
<meta property="og:site_name" content="Pays Basque Photographe de Mariage au Pays Basque et Cote Basque" />
<meta property="og:title" content="Pays Basque Photographe de Mariage au Pays Basque et Cote Basque" />
<meta name="twitter:title" content="Pays Basque Photographe de Mariage au Pays Basque et Cote Basque" />
<meta name="description" content="https://www.facebook.com/paysbasque.videos/" />
<meta property="og:description" content="https://www.facebook.com/paysbasque.videos/" />
<meta name="twitter:description" content="https://www.facebook.com/paysbasque.videos/" />
<meta property="og:locale" content="fr_FR" />
<meta name="keywords" content="" />
<meta property="og:image" content="http://fdata.over-blog.com/0/53/15/00/avatar-blog-365658-tmpphp5SwaGv.jpeg" />
<meta name="twitter:image:src" content="http://fdata.over-blog.com/0/53/15/00/avatar-blog-365658-tmpphp5SwaGv.jpeg" />
<meta property="og:type" content="blog" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@overblog" />
<meta property="fb:app_id" content="284865384904712" />
<!-- Robots -->
<meta name="robots" content="index,follow" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!-- Analytics -->
<!-- Metas -->
<link rel="icon" type="image/png" href="http://fdata.over-blog.com/0/53/15/00/avatar-blog-365658-tmpphp5SwaGv.jpeg" />
<!-- Graphique -->
<!-- Fonts -->
<!-- Sidebar -->
<!-- Widget -->
<!-- Menu Bar -->
<!-- Normalize -->
<link href='https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css' 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>
<!-- 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>
<!-- Fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.over-blog.com/?family=Open+Sans:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' /><link href="https://fonts.over-blog.com/?family=Open+Sans:100,200,300,400,500,600,700,800,900" rel='stylesheet' type='text/css' />
<style type="text/css">
.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;
}
/********************************
Reset
********************************/
* { box-sizing: border-box; }
a { color: #3498db; text-decoration: none; }
h1, h2, h3, h4, h5, .ob-h1, .ob-h2, .ob-h3, .ob-h4, .ob-h5 { font-family: 'Open Sans'; }
html { font-family: 'Open Sans'; }
@media only screen and (min-width: 970px) {
a:hover { color: #3498db; text-decoration: underline; }
}
/********************************
Html
********************************/
html {
font-size: 16px;
font-size: 1rem;
}
/********************************
Body
********************************/
.Body {
color: #606569;
line-height: 20px;
background-image : url(//assets.over-blog.com/t/catalog/images/background/body/Light-wool.png);
}
@media only screen and (min-width: 970px) {
.Body {
line-height: 26px;
}
}
/********************************
HeaderNav
********************************/
.HeaderNav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 10px;
}
@media only screen and (min-width: 970px) {
.HeaderNav {
padding-top: 20px;
}
}
/********************************
Header
********************************/
.Header {
position: relative;
width: 100%;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}
.Header-cover {
display: block;
width: 100%;
object-fit: cover;
padding: 0 10px;
margin: auto;
position: relative;
min-height: 60px;
}
@media only screen and (min-width: 970px) {
.Header-cover {
width: 970px;
padding: 0;
min-height: 110px;
}
}
.Header-coverImage {
display: block;
width: 100%;
}
.Header-content {
overflow: hidden;
padding: 10px;
position: absolute;
right: 10px;
left: 10px;
top: 10px;
background: rgba(255, 255, 255, .8);
}
@media only screen and (min-width: 970px) {
.Header-content {
width: 970px;
padding: 20px;
right: 0;
left: 0;
top: 20px;
}
}
.Header-title {
font-family: 'Open Sans';
font-size: 20px;
font-size: 1.25rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
line-height: 20px;
line-height: 1.25rem;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 970px) {
.Header-title {
font-size: 30px;
font-size: 1.875rem;
line-height: 40px;
line-height: 2.5rem;
}
}
.Header-titleLink {}
@media only screen and (min-width: 970px) {
.Header-titleLink:hover {
text-decoration: underline;
}
}
.Header-subtitle {
font-size: 15px;
font-size: .9375rem;
font-weight: 400;
margin: 0;
line-height: 20px;
line-height: 1.25rem;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 970px) {
.Header-subtitle {
font-size: 18px;
font-size: 1.125rem;
line-height: 40px;
line-height: 2.5rem;
}
}
/********************************
Nav
********************************/
.menu-main, .menu-main ul {
background: #f2f2f2;
}
.menu-main li {
background-color: initial;
}
@media only screen and (min-width: 970px) {
.menu-main a:hover, .menu-main span:hover {
border-bottom: 2px solid #3498db;
}
}
.Nav {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
@media only screen and (min-width: 970px) {
.Nav {
}
}
.Nav-content {
background: #f2f2f2;
margin: 0 10px;
}
@media only screen and (min-width: 970px) {
.Nav-content {
width: 970px;
margin: auto;
}
}
.Nav-menuButton {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
vertical-align: middle;
text-align: center;
font-size: 20px;
font-size: 1.25rem;
color: #fff;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background: #3498db;
}
@media only screen and (min-width: 970px) {
.Nav-menuButton {
display: none;
}
}
.Nav-menu {
position: absolute;
padding: 0;
margin: 0;
z-index: 1;
display: none;
width: 100%;
}
@media only screen and (min-width: 970px) {
.Nav-menu {
display: inline-block;
position: relative;
}
}
.Nav-menu--open {
display: block;
}
.NavElement {
display: block;
position: relative;
}
@media only screen and (min-width: 970px) {
.NavElement {
display: inline-block;
}
}
.NavElement-link {
display: block;
text-decoration: none;
color: #000000;
background: #f2f2f2;
font-family: 'Open Sans';
font-size: 14px;
font-size: .875rem;
text-transform: uppercase;
padding: 0 15px;
line-height: 45px;
border-bottom: 2px solid #f2f2f2;
}
@media only screen and (min-width: 970px) {
.NavElement-link:hover,
.NavElement-link:focus{
background: #fff;
text-decoration: none;
outline: none;
border-bottom: 2px solid #3498db;
}
}
@media only screen and (max-width: 969px) {
.NavElementSub {
padding-left: 20px;
background-color: #f2f2f2;
display: block;
}
}
@media only screen and (min-width: 970px) {
.NavElementSub {
position: absolute;
text-align: center;
width: 300px;
z-index: 1000;
padding-left: 0;
display: block;
-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
}
.NavElement-sub .NavElement-link {
display: none;
}
.Nav-menu .NavElement:hover > .NavElement-sub .NavElement-link {
display: block;
}
.Nav-menu .NavElement-link:focus + .NavElement-sub .NavElement-link {
display: block;
}
.NavElement-sub .NavElement-link:focus,
.NavElement-sub .NavElement-link:focus ~ .NavElement-link {
display:block
}
}
/********************************
Content
********************************/
.Content {
margin: auto;
margin-top: 10px;
}
@media only screen and (min-width: 970px) {
.Content {
width: 970px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
-webkit-box-align: start;
-moz-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
min-width: 0;
margin-top: 20px;
}
}
.Content--list {}
.Content--page {}
.Content--special {}
.Content-main {
background-color: #fff;
padding: 10px;
overflow: hidden;
}
@media only screen and (min-width: 970px) {
.Content-main {
padding: 20px;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
margin-right: 20px;
}
}
/********************************
PostPreview
********************************/
.PostPreview-container {
overflow: auto;
zoom: 1;
}
.PostPreview {
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 970px) {
.PostPreview {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding: 20px 0;
}
}
.PostPreview:first-child {
padding-top: 0;
}
.PostPreview-cover {
display: block;
width: 100%;
position: relative;
margin: 0;
}
@media only screen and (min-width: 970px) {
.PostPreview-cover {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
opacity: 1;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
}
.PostPreview-cover:hover {
opacity: 0.8;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
}
}
.PostPreview-coverLink {
display: block;
}
.PostPreview-coverImage {
height: 100%;
width: 100%;
border: 0;
display: block;
border: none;
}
.PostPreview-coverImage--default {
background: #d7d5d5;
}
@media only screen and (min-width: 970px) {
.PostPreview-coverImage {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
object-fit: cover;
}
}
.PostPreview-tags {
position: absolute;
display: none;
top: 0;
left: 10px;
padding: 0 20px;
line-height: 25px;
color: #fff;
max-width: 90%;
text-transform: uppercase;
font-size: 12px;
font-size: .75rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 90%;
font-family: 'Open Sans';
background-color: #3498db;
}
@media only screen and (min-width: 970px) {
.PostPreview-tags {
display: block;
}
}
.PostPreview-tag {
color: #fff;
}
@media only screen and (min-width: 970px) {
.PostPreview-tag:hover,
.PostPreview-tag:focus {
outline: none;
color: #fff;
text-decoration: underline;
}
}
.PostPreview-content {}
@media only screen and (min-width: 970px) {
.PostPreview-content {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
overflow: hidden;
}
.PostPreview-cover + .PostPreview-content {
padding-left: 20px;
}
}
.PostPreview-meta {
width: 100%;
margin-bottom: 0;
}
@media only screen and (min-width: 970px) {
.PostPreview-meta {
margin-top: 0;
}
}
.PostPreviewMeta {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
color: #4f5a65;
text-transform: uppercase;
font-size: 11px;
font-size: .6875rem;
}
.PostPreviewMeta-date {
-webkit-box-flex: 2;
-moz-box-flex: 2;
-webkit-flex: 2 1 auto;
-ms-flex: 2 1 auto;
flex: 2;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
.PostPreviewMeta-source {
-webkit-box-flex: 4;
-moz-box-flex: 4;
-webkit-flex: 4 1 auto;
-ms-flex: 4 1 auto;
flex: 4;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
text-align: center;
}
.PostPreviewMeta-comments {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
text-align: right;
}
.PostPreview-title {
font-family: 'Open Sans';
font-size: 16px;
font-size: 1rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 10px 0;
text
}
.PostPreview-snippet {
margin: 0;
font-size: 14px;
font-size: .875rem;
}
@media only screen and (min-width: 970px) {
.PostPreview-snippet {
min-height: 130px;
}
}
.PostPreview-readMore {
display: inline-block;
text-transform: uppercase;
font-size: 12px;
font-size: .75rem;
padding: 0 20px;
margin-top: 10px;
line-height: 25px;
color: #ffffff;
background: #3498db;
}
@media only screen and (min-width: 970px) {
.PostPreview-readMore:hover {
color: #ffffff;
}
}
/********************************
Post
********************************/
.Post {
width: 100%;
background-color: #fff;
padding-bottom: 30px;
}
.Post-tags {
text-align: center;
display: block;
}
.Post-tag {
text-transform: uppercase;
font-family: 'Open Sans';
font-size: 11px;
font-size: .6875rem;
font-weight: 700;
letter-spacing: 2px;
}
.Post-title {
font-family: 'Open Sans';
font-size: 25px;
font-size: 1.5625rem;
line-height: 35px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
text-align: center;
}
.Post-date {
font-family: 'Open Sans';
font-style: italic;
font-size: 10px;
font-size: .625rem;
text-transform: uppercase;
letter-spacing: 1px;
color: #939393;
text-align: center;
margin: 0;
}
.Post-author {
text-align: center;
margin: 0;
}
.Post-cover {
width: 100%;
margin: 10px 0 0;
}
.Post-coverImage {
width: 100%;
display: block;
background-color: black;
}
.Post-body {
margin: 10px 0;
text-align: justify;
}
.ob-Outbrain,
.ob-Related {
margin-bottom: 10px;
}
@media only screen and (min-width: 970px) {
.ob-Outbrain,
.ob-Related {
margin-bottom: 20px;
}
}
.Post-pagination {
margin-top: 10px;
}
@media only screen and (min-width: 970px) {
.Post-pagination {
margin-top: 20px;
}
}
/********************************
Sidebar
********************************/
.Sidebar {
background-color: #fff;
padding: 10px;
padding-bottom: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media only screen and (min-width: 970px) {
.Sidebar {
top: 0px;
-webkit-box-flex: 0;
-moz-box-flex: 0;
width: 340px;
-webkit-flex: 0 0 340px;
-ms-flex: 0 0 340px;
flex: 0 0 340px;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
padding: 20px;
padding-bottom: 0;
}
body.withsharebar .Sidebar {
top: 40px;
}
}
.Sidebar-ad--300x250 {
width: 100%;
height: auto;
margin: auto;
overflow: auto;
text-align: center;
}
.Sidebar-ad--300x600 {
width: 100%;
height: auto;
margin: auto;
overflow: 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;
overflow: initial;
position: relative;
}
.Sidebar-ad--300x600 > * {
position: sticky;
top: 20px;
}
.shareBarOpened .Sidebar-ad--300x600 > * {
top: 60px;
}
}
.Sidebar-widget {
margin-bottom: 10px;
}
@media only screen and (min-width: 970px) {
.Sidebar-widget {
margin-bottom: 20px;
}
}
.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-title {
background: #f2f2f2;
color: #19232d;
font-family: 'Open Sans';
font-size: 13px;
font-size: .8125rem;
line-height: 35px;
text-transform: uppercase;
word-wrap: break-word;
padding: 0 15px;
margin: 0 0 10px;
}
@media only screen and (min-width: 970px) {
.Sidebar-title {
margin-bottom: 20px;
}
}
.Sidebar-content {
max-width: 100%;
overflow: hidden;
}
.Sidebar-content iframe {
width: 100%;
display: block;
}
.Sidebar-post {
border-bottom: 0;
padding: 2px 0;
}
.Sidebar-widget .Sidebar-post:first-child {
padding-top: 0;
}
.Sidebar-widget .Sidebar-post:last-child {
padding-bottom: 0;
}
.Sidebar-post .PostPreview-content {
-webkit-box-flex: 2;
-moz-box-flex: 2;
-webkit-flex: 2 1 auto;
-ms-flex: 2 1 auto;
flex: 2;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
.Sidebar-post .ob-section:last-child {
margin-bottom: 0;
}
.SidebarAbout {}
.SidebarAbout-avatar {
width: 100%;
}
.SidebarAbout-description {
margin: 0;
}
.SidebarFollow {
padding-left: 0;
text-align: center;
margin: 0;
}
.SidebarFollow-element {
border: 0;
display: inline-block;
padding: 0;
position: relative;
text-align: center;
}
.SidebarFollow-elementLink {
width: 40px;
height: 40px;
display: inline-block;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
background-color: #f2f2f2;
}
@media only screen and (min-width: 970px) {
.SidebarFollow-elementLink:hover {
color: #fff;
background: #3498db;
}
}
.SidebarFollow-elementLink .fas, .SidebarFollow-elementLink .fab {
width: 40px;
line-height: 40px;
font-size: 15px;
font-size: .9375rem;
text-align: center;
}
.Sidebar-form {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.SidebarForm-input {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
.SidebarForm-submit {
-webkit-box-flex: 0;
-moz-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
margin-left: 10px;
}
.Sidebar-list {
list-style: none;
padding-left: 0;
margin: 0;
}
/********************************
Title
********************************/
.Title {
font-family: 'Open Sans';
text-transform: uppercase;
letter-spacing: 2px;
}
.Content--list .Content-main .Title:first-of-type {
margin-top: 0;
}
/********************************
Post Navigation
********************************/
.ob-PostNavigation {
margin-top: 20px;
}
@media only screen and (max-width: 970px) {
.ob-PostNavigation {
flex-direction: column;
}
.ob-PostNavigation-link--prev {
margin-right: 0;
}
.ob-PostNavigation-link--next {
margin-left: 0;
margin-top: 0.5em;
}
}
.ob-PostNavigation-link {
flex: 1;
display: flex;
align-items: stretch;
flex-direction: column;
border: 1px solid #979797;
padding: 10px;
font-size: 18px;
font-size: 1.125em;
}
.ob-PostNavigation-link > * + * {
margin-left: 0
}
.ob-PostNavigationLink-chevron{
color: #666666;
}
.ob-PostNavigation-link--prev .ob-PostNavigationLink-chevron:before {
content: "« Article précédent";
}
.ob-PostNavigation-link--next {
flex-direction: column-reverse;
}
@media only screen and (min-width: 970px) {
.ob-PostNavigation-link--next {
text-align: right;
}
}
.ob-PostNavigation-link--next .ob-PostNavigationLink-chevron:before {
content: "Article suivant »";
}
@media only screen and (max-width: 970px) {
.ob-PostNavigation-link--prev + .ob-PostNavigation-link--next {
margin-top: 10px;
}
}
@media only screen and (min-width: 970px) {
.ob-PostNavigation-link--prev {
margin-right: 10px;
}
.ob-PostNavigation-link--next {
margin-left: 10px;
text-align: right;
}
}
.ob-PostNavigationLink-label {
display: block;
}
@media only screen and (min-width: 970px) {
.ob-PostNavigation-link .ob-PostNavigationLink-label {
text-decoration: none;
}
}
/********************************
Pagination
********************************/
@media only screen and (min-width: 970px) {
.Pagination {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
.ob-pagination {
text-align: center;
margin-top: 10px;
}
@media only screen and (min-width: 970px) {
.ob-pagination {
margin-top: 20px;
}
}
.ob-page {
display: inline-block;
padding: 0 10px;
background: #f2f2f2;
font-family: sans-serif;
font-size: 13px;
font-size: .8125rem;
height: 25px;
line-height: 25px;
margin: 0 2.5px;
}
.ob-page-current {
color: #fff;
background: #3498db;
text-decoration: none;
}
@media only screen and (min-width: 970px) {
.ob-page-link:hover {
color: #fff;
background: #3498db;
text-decoration: none;
}
}
/********************************
Footer
********************************/
.Footer, .ob-footer {
width: 100%;
text-align: center;
background-color: #f2f2f2;
}
.Footer {
padding: 15px 0;
margin-top: 10px;
}
.ob-footer {
padding-bottom: 15px;
}
.Footer a,
.ob-footer a,
.Footer a:visited,
.ob-footer a:visited {
color: #3498db;
}
/********************************
Ads
********************************/
.Ad--970x90 {
width: 100%;
height: auto;
margin: 10px auto 0;
overflow: hidden;
text-align: center;
}
@media only screen and (min-width: 970px) {
.Ad--970x90 {
width: 970px;
height: 90px;
margin-top: 20px;
}
}
.Ad--468x60 {
text-align: center;
margin-bottom: 20px;
}
/********************************
Overblog surcharge
********************************/
.ob-text p:first-child {
margin-top: 0;
}
p.ob-desc {
text-align: center;
color: grey;
font-style: italic;
}
/* Forms */
.ob-input {
font-size: 13px;
font-size: .8125rem;
line-height: 35px;
height: 35px;
padding: 0 10px;
background: #fff;
border: 1px solid #3498db;
}
.ob-input-textarea {
height: auto;
}
.ob-input-submit {
color: #fff;
background: #3498db;
}
@media only screen and (min-width: 970px) {
.ob-input-submit:hover {
text-decoration: underline;
}
}
/* Section Html */
.ob-section-html blockquote.ob-tweet {
margin: 0;
}
/* Section Quote */
.ob-section-quote .ob-quote .ob-quote-left,
.ob-section-quote .ob-quote .ob-quote-right {
fill: #3498db;
}
/* Section File */
.ob-section-file .ob-button-link {
color: #FFFFFF;
background: #3498db;
}
/* 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: #3498db;
}
.ob-section-images,
.ob-section-images img,
.ob-section-map .ob-map,
.ob-section-map .ob-desc {
width: auto;
}
.ob-section-html img,
.ob-section-images,
.ob-section-images img,
.ob-section-map .ob-map,
.ob-section-map .ob-desc {
max-width: 100%;
height: auto;
}
@media only screen and (min-width: 970px) {
.ob-row-1-col,
.ob-row-2-col,
.ob-row-3-col,
.ob-row-4-col,
.ob-row-5-col {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.ob-row-1-col a,
.ob-row-2-col a,
.ob-row-3-col a,
.ob-row-4-col a,
.ob-row-5-col a {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
min-width: 0;
}
}
.ob-Shares-title {
text-transform: uppercase;
}
/* Newsletter Form */
.ob-Newsletter {}
.ob-Newsletter-toggle,
.ob-Newsletter-submit {
background: #3498db;
}
/* Comments */
#ob-comments .ob-button-primary,
#ob-comments .ob-reply-link,
#ob-comments a {
border-color: #3498db;
color: #3498db;
}
body .menu-main {
background: #f2f2f2; }
@media only screen and (min-width: 970px) {
body .menu-main a, body .menu-main span {
border-bottom: 2px solid transparent; }
body .menu-main a:hover, body .menu-main span:hover {
background: #fff;
text-decoration: none;
outline: none; }
body .menu-main .trigger {
border-bottom: none; } }
@media only screen and (min-width: 970px) {
body .menu-main a, body .menu-main span {
line-height: 45px; } }
body .menu-main li {
background-color: initial; }
body .menu-main ul {
background: #f2f2f2; }
@media only screen and (min-width: 970px) {
body .menu-main ul ul {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
width: 300px; } }
body .menu-main--open {
z-index: 5; }
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: 'BS',
dimension4: 'photography',
dimension5: '1',
dimension6: '0',
dimension7: '1',
dimension10: '573166',
dimension11: '1',
dimension12: '1',
dimension13: '1',
dimension14: '__ads_loaded__' in window ? '1' : '0',
dimension15: '__ads_loaded__' in window ? '0' : '1',
dimension16: '573166',
dimension17: "Pays Basque Photographe de Mariage au Pays Basque et Cote Basque",
dimension24: '20070104',
dimension25: 'overblog',
}
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.over-blog.com/ping/573166/isConnected" async></script>
<script src="https://assets.over-blog-kiwi.com/b/blog/v2024.21.03/overblog-main.531c1595.js"></script>
<script src="https://static1.webedia.fr/js/gs.js" async></script>
</head>
<!-- Body -->
Pays Basque Photographe de Mariage au Pays Basque et Cote Basque - https://www.facebook.com/paysbasque.videos/
Recherche META Description de la page
https://www.facebook.com/paysbasque.videos/
Recherche META Keywords de la page
UPDATE DOMAINES SET server='',redirection='',Status='200',err='',[TITRE]=N'Pays Basque Photographe de Mariage au Pays Basque et Cote Basque - https://www.facebook.com/paysbasque.videos/',[DESCRIPTION]=N'https://www.facebook.com/paysbasque.videos/',[KEYWORDS]=N'' WHERE id=103427
0 Pays Basque Photographe de Mariage au Pays Basque et Cote Basque - https://www.facebook.com/paysbasque.videos/ https://www.facebook.com/paysbasque.videos/
0. Pays (4)--------->0
1. Basque (6)--------->0
3. Photographe (11)--------->0
4. de (2)--------->0
5. Mariage (7)--------->0
6. au (2)--------->0
9. et (2)--------->0
11. Cote (4)--------->0
13. - (1)--------->0
14. https://www.facebook.com/paysbasque.videos/ (43)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Pays',103427),(N'Basque',103427),(N'Photographe',103427),(N'de',103427),(N'Mariage',103427),(N'au',103427),(N'et',103427),(N'Cote',103427),(N'-',103427),(N'https://www.facebook.com/paysbasque.videos/',103427)