Outiref

Code source de l'URL : https://bonsplansdumaroc.overblog.fr/

<!DOCTYPE html>
<html lang="fr">
    <head>           
  
        
        
                                                                                                    
                                                              
    <script src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/runtime.4a88cc01.js"></script><script src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/ads.930ed0c8.js"></script>
  <script>
      dataLayer = [{
        'source'   : 'OVERBLOG',
        'theme'    : '89',
        'adUnitID' : '/6783/OverBlogKiwi/fr',
        'group'    : 'Blog-Loisirs-Culture',
        'category' : 'Travel, Places & Events',
        'rating'   : 'U',
        'unused'   : 'No',
        'adult'    : 'No',
        'pda'      : 'No',
        'hasAds'   : 'Yes',
        'lang'     : 'fr',
        'adblock'  : '__ads_loaded__' in window ? 'No' : 'Yes',
        'blog_id'  : '7172401',
        'blog_name': "Bons Plans du Maroc",
        'premium'  : 'No',
        'slots'    : {
    "_78baa49": {
        "name": "old_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 (/old_footer/.test(obSlotName)) {
          positionsPref = ['old_footer'];
        } 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 || [];
    var cappingByPositionConfig = [];

          cappingByPositionConfig.push({
        position: "interstitial",
        ttl: 3600,
        limit: 3,
      });
              cappingByPositionConfig.push({
        position: "slidein",
        ttl: 3600,
        limit: 6,
      });
    
    jad.cmd.push(function() {
        var config = {
            debug: false,
            page: '/6783/OverBlogKiwi/fr',
            targeting: jadTargeting,
            prebidTargeting: jadTargeting,
                        pagePositions: jadPagePositions,
            elementsMapping: jadElementsMapping,
            cappingByPosition: cappingByPositionConfig,
            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: false
            }
        };
        if (jadPagePositions !== null) {
            config.pagePositions = jadPagePositions;
        }
        jad.public.setConfig(config);
        jad.public.loadPositions();
        jad.public.displayPositions();
    })
</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", "3FCZAAB8")})();</script>
<!-- DIDOMI CPM TAG ENDS -->


<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.23.02/overblog-main.6e01f1b0.css">
          <!-- Basic theme id 89 [Focale] - last modified : 2025-11-15T00:43:08+01:00 -->
                 


                    

        <!-- Title -->
        <title>Bons Plans du Maroc - Le guide id&eacute;al pour explorer le Maroc autrement ! Des plages secr&egrave;tes aux ruelles authentiques, retrouvez des adresses locales, des bons plans et des id&eacute;es &eacute;conomiques pour voyager, savourer et vivre le Maroc intens&eacute;ment sans vous ruiner.</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="" />
  
        <link rel="canonical" href="https://bonsplansdumaroc.overblog.fr" />

        <meta property="og:site_name" content="Bons Plans du Maroc" />
        <meta property="og:title" content="Bons Plans du Maroc" />
        <meta name="twitter:title" content="Bons Plans du Maroc" />
        <meta name="description" content="Le guide id&amp;eacute;al pour explorer le Maroc autrement ! Des plages secr&amp;egrave;tes aux ruelles authentiques, retrouvez des adresses locales, des bons plans et des id&amp;eacute;es &amp;eacute;conomiques pour voyager, savourer et vivre le Maroc intens&amp;eacute;ment sans vous ruiner." />
        <meta property="og:description" content="Le guide id&amp;eacute;al pour explorer le Maroc autrement ! Des plages secr&amp;egrave;tes aux ruelles authentiques, retrouvez des adresses locales, des bons plans et des id&amp;eacute;es &amp;eacute;conomiques pour voyager, savourer et vivre le Maroc intens&amp;eacute;ment sans vous ruiner." />
        <meta name="twitter:description" content="Le guide id&amp;eacute;al pour explorer le Maroc autrement ! Des plages secr&amp;egrave;tes aux ruelles authentiques, retrouvez des adresses locales, des bons plans et des id&amp;eacute;es &amp;eacute;conomiques pour..." />
        <meta property="og:locale" content="fr_FR" />
        <meta name="keywords" content="" />

        <meta property="og:image" content="https://image.over-blog.com/-KfGF98oTYB-OuT0kA8oHknC594=/filters:no_upscale()/image%2F8428181%2F20251023%2Fob_17458e_.jpg" />
        <meta name="twitter:image:src" content="https://image.over-blog.com/-KfGF98oTYB-OuT0kA8oHknC594=/filters:no_upscale()/image%2F8428181%2F20251023%2Fob_17458e_.jpg" />
        <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="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="https://image.over-blog.com/-KfGF98oTYB-OuT0kA8oHknC594=/filters:no_upscale()/image%2F8428181%2F20251023%2Fob_17458e_.jpg" />

                
        <!-- Graphique -->
        
        <!-- Fonts -->
                        
        <!-- 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>

        <!-- 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 rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.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' /><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">
            /********************************
                         Reset
            ********************************/
            .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;
            }
            * { box-sizing: border-box; }
            a { color: #333333; text-decoration: none; }
            h1, h2, h3, h4, h5, .ob-h1, .ob-h2, .ob-h3, .ob-h4, .ob-h5, .Title {
                font-family: 'Open Sans';
                font-weight: 700;
                text-transform: uppercase;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            h1, .ob-h1 { font-size: 40px; font-size: 2.5rem; }
            h2, .ob-h2 { font-size: 35px; font-size: 2.1875rem; }
            h3, .ob-h3 { font-size: 30px; font-size: 1.875rem; }
            h4, .ob-h3 { font-size: 25px; font-size: 1.5625rem; }
            h5, .ob-h5 { font-size: 20px; font-size: 1.25rem; }
            h6, .ob-h6 { font-size: 15px; font-size: .9375rem; }

            @media only screen and (min-width: 970px) {
            a:hover { color: #333333; text-decoration: underline; }
            }

            /********************************
                         Html
            ********************************/
            html {
                font-family: 'Open Sans';
                color: #333;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                                                        font-size: 16px;
                    font-size: 1rem;
                                                }

            /********************************
                         Body
            ********************************/
            .Body {}

            .SearchForm {
                position: fixed;
                top: 0;
                height: 100px;
                width: 100%;
                padding: 20px;
                background: #fff;
                font-family: 'Open Sans';
                -moz-transition: -moz-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
                -o-transition: -o-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
                -webkit-transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
                transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
            }

            .Body.withsharebar .SearchForm {
                top: 40px;
            }

            .Body.Body--navOpen .SearchForm {
                -moz-transform: translate(-330px, 0, 0);
                -ms-transform: translate(-330px, 0, 0);
                -webkit-transform: translate(-330px, 0, 0);
                transform: translate(-330px, 0, 0);
                -moz-transform: translate3d(-330px, 0, 0);
                -ms-transform: translate3d(-330px, 0, 0);
                -webkit-transform: translate3d(-330px, 0, 0);
                transform: translate3d(-330px, 0, 0);
            }

            .Body.Body--navOpen .Nav {
              z-index: 2;
            }

                .SearchForm-search {
                    position: relative;
                }

                .SearchForm-search:after, .SearchForm-search:before {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 100%;
                    height: 2px;
                    background-color: #000;
                    bottom: 0;
                    left: 0;
                    transition: all 0.5s;
                }

                .SearchForm-search:after {
                    background-color: #333333;
                    transform: scaleX(0);
                }

                .SearchForm-search--active:after {
                    transform: scaleX(1);
                }

                    .SearchForm-label {
                        display: block;
                        font-size: 16px;
                        transform: translateY(25px);
                        transition: all 0.5s;
                    }

                    .SearchForm-search--active .SearchForm-label {
                        color: #333333;;
                    }

                    .SearchForm-search--completed .SearchForm-label {
                        font-size: 12px;
                        transform: translateY(0);
                    }

                    .SearchForm-input {
                        position: relative;
                        background: transparent;
                        width: 100%;
                        border: none;
                        outline: none;
                        padding: 8px 0;
                        font-size: 16px;
                    }


            /********************************
                         Nav
            ********************************/

            .Nav {
                background: #F9F9F9;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                outline: 0;
                overflow: scroll;
                width: 330px;
                padding:30px;
                padding: 1.875rem;
                z-index: -1;
            }

            .Body.withsharebar .Nav {
                top: 40px;
            }

                .Nav-content {
                    position: relative;
                    display: block;
                    height: 100%;
                    overflow: auto;
                }
                    .Nav-close {
                        position: absolute;
                        top: 0;
                        right: 0;
                        font-size: 30px;
                        cursor: pointer;
                        z-index: 50;
                    }


                    .Nav-section {
                        position: relative;
                        margin: 40px 0;
                        margin: 2.5rem 0;
                    }

                    .Nav-title {
                        font-size: 18px;
                        font-size: 1.125rem;
                        margin: 40px 0;
                        margin: 2.5rem 0;
                    }

                    .Nav-section + .Nav-title {
                        padding-top: 40px;
                        padding-top: 2.5rem;
                        border-top: 2px solid #333;
                    }

                    .Nav-list {}

                        .Nav-listLink {
                            display: block;
                            line-height: 30px;
                            line-height: 1.875rem;
                        }

                        .Nav-subList {
                            margin-left: 20px;
                        }

                    .Nav-form {}
                        .Nav-input { width: 100%; margin-bottom: 20px; }
                        .Nav-submit { width: 100%; margin-left: 0; }


            /********************************
                         Content
            ********************************/

            .Content {
                position: relative;
                -moz-transition: -moz-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
                -o-transition: -o-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
                -webkit-transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
                transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
                background: #fff;
            }

            .Body.Body--navOpen .Content {
                -moz-transform: translate(-330px, 0, 0);
                -ms-transform: translate(-330px, 0, 0);
                -webkit-transform: translate(-330px, 0, 0);
                transform: translate(-330px, 0, 0);
                -moz-transform: translate3d(-330px, 0, 0);
                -ms-transform: translate3d(-330px, 0, 0);
                -webkit-transform: translate3d(-330px, 0, 0);
                transform: translate3d(-330px, 0, 0);
                position: fixed;
                overflow: hidden;
                width: 100%;
                height: 100%;
                z-index: 800;
            }

            .Body.withsharebar.Body--navOpen .Content {
                top: 40px;
            }

            .Body.Body--searchOpen .Content {
                -moz-transform: translate(0, 100px, 0);
                -ms-transform: translate(0, 100px, 0);
                -webkit-transform: translate(0, 100px, 0);
                transform: translate(0, 100px, 0);
                -moz-transform: translate3d(0, 100px, 0);
                -ms-transform: translate3d(0, 100px, 0);
                -webkit-transform: translate3d(0, 100px, 0);
                transform: translate3d(0, 100px, 0);
                left: 0;
                position: fixed;
                overflow: hidden;
                width: 100%;
                height: 100%;
                z-index: 800;
            }

                .Content-overlay {
                    display: none;
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 600;
                }

                .Body.Body--navOpen .Content-overlay {
                    display: block;
                    right: 330px;
                    z-index: 900;
                    cursor: e-resize;
                }

                .Body.Body--searchOpen .Content-overlay {
                    display: block;
                    top: 100px;
                    z-index: 900;
                    cursor: n-resize;
                }

                .Body.withsharebar.Body--searchOpen .Content-overlay {
                    top: 140px;
                }

            .Content--list {}
            .Content--page {}
            .Content--special {}

                @media only screen and (min-width: 970px) {
                .Content-main {
                    min-height: 1000px;
                }
                }

                .Content--page .Content-main {

                }

                    .Content-homeLink {
                        position: absolute;
                        top: 30px;
                        left: 30px;
                        z-index: 1;
                    }

                        .Content-blogAvatar {
                            width: 100px;
                            width: 6.25rem;
                            height: 100px;
                            height: 6.25rem;
                            border-radius: 50%;
                            display: block;
                        }

                    .Content-titleLink {
                        position: absolute;
                        display: none;
                        top: 30px;
                        left: 160px;
                        z-index: 1;
                    }

                    .Content-titleLink:hover {
                        text-decoration: none;
                    }

                        .Content-blogTitle {
                            color: white;
                            font-weight: 700;
                        }

                    @media only screen and (min-width: 970px) {
                    .Content-titleLink {
                        display: block;
                    }
                    }

                    .Content-searchButton {
                        position: absolute;
                        top: 30px;
                        z-index: 1;
                        color: #fff;
                        right: 30px;
                        font-size: 30px;
                        font-size: 1.875rem;
                        cursor: pointer;
                    }


                    .Content-navButton {
                        position: absolute;
                        top: 100px;
                        z-index: 1;
                        color: #fff;
                        right: 25px;
                        font-size: 12px;
                        font-size: .75rem;
                        cursor: pointer;
                        font-family: sans-serif;
                        border: 1px solid #fff;
                        padding: 5px;
                        padding: .3125rem;
                    }

                        .Content-navButtonIcon {
                            display: block;
                            font-size: 30px;
                            font-size: 1.875rem;
                        }

                    .Content-ad {
                        position: absolute;
                        top: 20px;
                        left: 50%;
                        transform: translateX(-50%);
                        z-index: 1;
                        max-width: 100%;
                        overflow: hidden;
                    }


            /********************************
                        Post
            ********************************/

            .Post {
                width: 100%;
                background-color: #fff;
                position: relative;

                                    padding-bottom: 30px;
                            }

                .Post-header {}

                .PostHeader {
                    position: relative;
                    height: 300px;
                    background: #333;
                    color: #fff;
                    margin-bottom: 80px;
                    margin-bottom: 5rem;
                }

                @media only screen and (min-width: 970px) {
                .PostHeader {
                    height: 500px;
                }
                }

                    .PostHeader-cover {
                        width: 100%;
                        height: 100%;
                        opacity: 0.5;
                        border: 0;
                        object-fit: cover;
                    }

                    .PostHeader-content {
                        padding: 0 .625rem;
                        position: absolute;
                        width: 100%;
                        top: 50%;
                        left: 50%;
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                    }


                    @media only screen and (min-width: 970px) {
                    .PostHeader-content {
                        padding: 0 3.125rem;
                    }
                    }

                        .Post-title {
                            font-size: 30px;
                            font-size: 1.875rem;
                            font-weight: 700;
                            margin: 0;
                            line-height: 50px;
                            line-height: 3.125rem;
                            text-align: center;
                            word-wrap: break-word;
                            max-height: 200px;
                            max-height: 12.5rem;
                            overflow: hidden;
                            -webkit-hyphens: auto;
                            -moz-hyphens: auto;
                            -ms-hyphens: auto;
                            -o-hyphens: auto;
                            hyphens: auto;
                        }

                        @media only screen and (min-width: 970px) {
                        .Post-title {
                            font-size: 75px;
                            font-size: 4.6875rem;
                            line-height: 90px;
                            line-height: 5.625rem;
                            max-height: 450px;
                            max-height: 28.125rem;
                            margin-bottom: 15px;
                            margin-bottom: .75rem;
                        }
                        }

                        .Post-meta {
                            display: block;
                            margin: 0;
                        }

                        .PostMeta {
                            line-height: 40px;
                            line-height: 2.5rem;
                            text-align: center;
                            font-size: 20px;
                            font-size: 1.25rem;
                        }

                            .PostMeta-icon {
                                text-align: center;
                                display: inline-block;
                                width: 20px;
                                width: 1.25rem;
                            }

                            .PostMeta-author:before {
                                content: '\2022';
                                display: inline-block;
                                padding: 0 7px 0 7px;
                                font-size: 20px;
                                position: relative;
                            }


                        .Post-tags {
                            line-height: 40px;
                            line-height: 2.5rem;
                            font-size: 20px;
                            font-size: 1.25rem;
                            text-align: center;
                            display: block;
                        }

                        .Post-tag {
                            color: white;
                        }

                    .PostHeader-scrollDown {
                        position: absolute;
                        bottom: 30px;
                        right: 30px;
                        font-size: 30px;
                        font-size: 1.875rem;
                        cursor: pointer;
                    }

                .Post-body {
                    margin: 10px 0;
                    text-align: justify;
                    line-height: 1.8;
                    word-break: break-word;
                    font-size: 20px;
                    font-size: 1.25rem;
                    padding: 10px;
                }

                @media only screen and (min-width: 970px) {
                .Post-body {
                    padding: 0;
                    width: 970px;
                    margin: auto;
                }

                    .Post-body .ob-section {
                        width: 100%;
                    }

                    /*.Post-body .ob-section-html,
                    .Post-body .ob-section-text {
                        width: 970px;
                    }*/

                        .Post-body .ob-section-html h1,
                        .Post-body .ob-section-text h3,
                        .Post-body .ob-section-html .ob-h1,
                        .Post-body .ob-section-text .ob-h3 {
                            font-size: 40px;
                            font-size: 2.5rem;
                        }

                        .Post-body .ob-section-html h2,
                        .Post-body .ob-section-text h4,
                        .Post-body .ob-section-html .ob-h2,
                        .Post-body .ob-section-text .ob-h4 {
                            font-size: 35px;
                            font-size: 2.1875rem;
                        }

                        .Post-body .ob-section-html h3,
                        .Post-body .ob-section-text h5,
                        .Post-body .ob-section-html .ob-h3,
                        .Post-body .ob-section-text .ob-h5 {
                            font-size: 30px;
                            font-size: 1.875rem;
                        }

                        .Post-body .ob-section-html h4,
                        .Post-body .ob-section-html .ob-h4 {
                            font-size: 25px;
                            font-size: 1.5625rem;
                        }

                        .Post-body .ob-section-html h5,
                        .Post-body .ob-section-html .ob-h5 {
                            font-size: 20px;
                            font-size: 1.25rem;
                        }

                        .Post-body .ob-section-html h6,
                        .Post-body .ob-section-html .ob-h6 {
                            font-size: 15px;
                            font-size: .9375rem;
                        }

                        .Post-body .ob-section-html .twitter-tweet {
                            margin: auto;
                            text-align: center;
                        }

                    .Post-body .ob-section-text .ob-img,
                    .Post-body .ob-section-image .ob-img, .ob-section-images .ob-img {
                        width: 100%;
                    }

                    /*.Post-body .ob-section-video {
                        width: 100%;
                    }*/

                }

                .Post-ad {
                    margin-bottom: 20px;
                    margin-bottom: 1.25rem;
                    text-align: center;
                }

                @media only screen and (min-width: 970px) {
                .Post-ad {
                    margin-bottom: 80px;
                    margin-bottom: 5rem;
                }
                }

                .Post-ad2 {
                    margin: 0;
                    text-align: center;
                }

                .Post-footer {
                    padding: 10px;
                }

                @media only screen and (min-width: 970px) {
                .Post-footer {
                    margin: auto;
                    max-width: 970px;
                    padding: 0;
                }
                }

                    .Post-related {
                        margin-bottom: 10px;
                    }

                    @media only screen and (min-width: 970px) {
                    .Post-related {
                        margin-bottom: 20px;
                    }
                    }

                    .Post-pagination {
                        margin-top: 20px;
                    }

                    @media only screen and (min-width: 970px) {
                    .Post-pagination {
                        margin-top: 40px;
                    }
                    }

                    .Post-biography {}
                    .PostBiography {}
                        .PostBiography-title {
                            font-family: 'Open Sans';
                            text-transform: uppercase;
                            font-size: 30px;
                            font-size: 1.875rem;
                        }

                        .PostBiography-content {
                            display: -webkit-box;
                            display: -moz-box;
                            display: -ms-flexbox;
                            display: -webkit-flex;
                            display: flex;
                        }

                            .PostBiography-avatar {
                                -webkit-box-flex: 0;
                                -moz-box-flex: 0;
                                width: 100;
                                -webkit-flex: 0 0 100;
                                -ms-flex: 0 0 100;
                                flex: 0 0 100;
                                width: 100px;
                                height: 100px;
                                border-radius: 50%;
                            }

                            .PostBiography-description {
                                flex: 1 1 auto;

                            }

                            .PostBiography-avatar + .PostBiography-description {
                                margin-left: 20px;
                            }


            /********************************
                      PostPreview
            ********************************/
            .PostPreview-container {
                overflow: auto;
                zoom: 1;
            }


            @media only screen and (min-width: 970px) {
            .PostPreview-container {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-wrap: wrap;
            }
            }

                .PostPreview {
                    width: 100%;
                    height: 450px;
                    height: 28.125rem;
                    border-bottom: 2px solid #fff;
                    background: #333;
                    text-align: center;
                    color: #fff;
                    position: relative;
                }

                .PostPreview--ad {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -webkit-justify-content: center;
                    -ms-justify-content: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                @media only screen and (min-width: 1000px) {
                .PostPreview {
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    width: 500;
                    -webkit-flex: 1 1 500px;
                    -ms-flex: 1 1 500px;
                    flex: 1 1 500px;
                    border-right: 2px solid #fff;
                }
                }

                @media only screen and (min-width: 1000px) and (max-width: 1500px) {
                .PostPreview:nth-of-type(3n - 2) {
                    -webkit-box-basis: 100%;
                    -webkit-flex-basis: 100%;
                    -ms-flex-basis: 100%;
                    flex-basis: 100%;
                    border-right: 0;
                }
                .PostPreview:nth-of-type(3n) {
                    border-right: 0;
                }
                }

                @media only screen and (min-width: 1500px) and (max-width: 2000px) {
                .PostPreview:nth-of-type(5n - 4),
                .PostPreview:nth-of-type(5n - 3) {
                    -webkit-box-basis: 50%;
                    -webkit-flex-basis: 50%;
                    -ms-flex-basis: 50%;
                    flex-basis: 50%;
                }
                .PostPreview:nth-of-type(5n - 3),
                .PostPreview:nth-of-type(5n) {
                    border-right: 0;
                }
                }

                @media only screen and (min-width: 2000px) and (max-width: 2500px) {
                .PostPreview:nth-of-type(7n - 6),
                .PostPreview:nth-of-type(7n - 5),
                .PostPreview:nth-of-type(7n - 4) {
                    -webkit-box-basis: 33.33%;
                    -webkit-flex-basis: 33.33%;
                    -ms-flex-basis: 33.33%;
                    flex-basis: 33.33%;
                }
                .PostPreview:nth-of-type(7n - 4),
                .PostPreview:nth-of-type(7n) {
                    border-right: 0;
                }
                }

                @media only screen and (min-width: 2500px) and (max-width: 2600px) {
                .PostPreview:nth-of-type(9n - 8),
                .PostPreview:nth-of-type(9n - 7),
                .PostPreview:nth-of-type(9n - 6),
                .PostPreview:nth-of-type(9n - 5) {
                    -webkit-box-basis: 25%;
                    -webkit-flex-basis: 25%;
                    -ms-flex-basis: 25%;
                    flex-basis: 25%;
                }
                .PostPreview:nth-of-type(9n - 5),
                .PostPreview:nth-of-type(9n) {
                    border-right: 0;
                }
                }

                    .PostPreview-cover {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        left: 0;
                        opacity: 0.5;
                        height: 100%;
                        width: 100%;
                        border: 0;
                        object-fit: cover;
                    }

                    .PostPreview-content {
                        padding: 0 3.125rem;
                        position: relative;
                        top: 50%;
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }


                        .PostPreview-title {
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            font-size: 30px;
                            font-size: 1.875rem;
                            margin: 0;
                            line-height: 50px;
                            line-height: 3.125rem;
                            color: #fff;
                        }

                            .PostPreview-title a { color: inherit };

                        .PostPreview-meta {
                            font-size: 16px;
                            font-size: 1rem;
                            line-height: 30px;
                            line-height: 1.875rem;
                        }

                        .PostPreview-tags {
                            font-size: 16px;
                            font-size: 1rem;
                            line-height: 30px;
                            line-height: 1.875rem;
                        }

                    .PostPreview-link {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 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: 2px solid #333;
                padding: 10px;
                font-size: 1.25rem;
                line-height: 1.875rem;
                font-family: 'Open Sans';
            }

            .ob-PostNavigation-link > * + * {
                margin-left: 0
            }

            .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: auto;
                margin-top: 20px;
            }

            @media only screen and (min-width: 970px) {
                .ob-pagination {
                    margin: auto;
                    margin-top: 40px;
                }
            }

                .ob-page {
                    display: none;
                    padding: 0 10px;
                    background: #fff;
                    color: #333;
                    font-family: sans-serif;
                    min-width: 45px;
                    min-width: 2.8125rem;
                    height: 45px;
                    height: 2.8125rem;
                    line-height: 45px;
                    line-height: 2.8125rem;
                    margin: 0 2.5px;
                    border: 2px solid #333;
                }

                .ob-page-first,
                .ob-page-previous,
                .ob-page-current,
                .ob-page-next,
                .ob-page-last {
                  display: inline-block;
                }

                @media only screen and (min-width: 970px) {
                .ob-page {
                    display: inline-block;
                }
                }

                .ob-page-current {
                    color: #fff;
                    background: #333;
                    text-decoration: none;
                }

                @media only screen and (min-width: 970px) {
                .ob-page-link:hover {
                    color: #fff;
                    background: #333;
                    text-decoration: none;
                }
                }


            /********************************
                         Footer
            ********************************/

            .Footer, .ob-footer {
                width: 100%;
            }


            .Footer {
                border-top: 1px solid #D2D2D2;
                border-bottom: 1px solid #D2D2D2;
                padding: 15px 10px;
                margin-top: 20px;

            }

            @media only screen and (min-width: 970px) {
            .Footer {
                padding: 40px 0;
                margin-top: 40px;
            }

                .Footer-content {
                    width: 970px;
                    margin: auto;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                }
            }


                .Footer-about {
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    -webkit-flex: 1 1 auto;
                    -ms-flex: 1 1 auto;
                    flex: 1;
                }
                .FooterAbout {}

                    .Footer-title {
                        font-size: 18px;
                        font-size: 1.125rem;
                        margin-bottom: 20px;
                        margin-bottom: 1.25rem;
                        text-align: center;
                    }

                    .FooterAbout-content {
                        display: -webkit-box;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                        -webkit-box-align: center;
                        -moz-box-align: center;
                        -webkit-align-items: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .FooterAbout-avatar {
                            height: 100px;
                            height: 6.25rem;
                            width: 100px;
                            width: 6.25rem;
                            -webkit-box-flex: 0;
                            -moz-box-flex: 0;
                            width: 100;
                            -webkit-flex: 0 0 100;
                            -ms-flex: 0 0 100;
                            flex: 0 0 100;
                            flex-basis: 6.25rem;
                            border-radius: 50%;
                        }

                        .FooterAbout-description {
                            -webkit-box-flex: 1;
                            -moz-box-flex: 1;
                            -webkit-flex: 1 1 auto;
                            -ms-flex: 1 1 auto;
                            flex: 1;
                        }

                        .FooterAbout-avatar + .FooterAbout-description {
                            padding-left: 10px;
                            padding-left: .625rem;
                        }

                .Footer-follow {
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    -webkit-flex: 1 1 auto;
                    -ms-flex: 1 1 auto;
                    flex: 1;
                }
                .FooterFollow {}

                    .FooterFollow-content {
                        text-align: center;
                    }

                        .FooterFollow-element {
                            border: 0;
                            display: inline-block;
                            padding: 0;
                            position: relative;
                            text-align: center;
                        }

                            .FooterFollow-elementLink {
                                width: 45px;
                                height: 45px;
                                display: inline-block;
                                font-weight: normal;
                                font-style: normal;
                                text-decoration: inherit;
                                border: 2px solid #333;
                            }

                                .FooterFollow-elementLink .fa {
                                    display: inline;
                                    width: 45px;
                                    line-height: 45px;
                                    font-size: 15px;
                                    font-size: .9375rem;
                                    text-align: center;
                                    color: #333;
                                }

                            @media only screen and (min-width: 970px) {
                            .FooterFollow-elementLink:hover {
                                color: #fff;
                                background: #333;
                                text-decoration: none;
                            }

                                .FooterFollow-elementLink:hover .fa {
                                    color: #fff;
                                }
                            }


            .ob-footer {
                padding: 20px 0;
                background: #fff;
            }

            .Body--navOpen .ob-footer {
                position: fixed;
                top: 100%;
            }

                .Footer a,
                .ob-footer a,
                .Footer a:visited,
                .ob-footer a:visited {
                    color: #333333;
                }


            /********************************
                         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: 45px;
                height: 45px;
                padding: 0 10px;
                border: 2px solid #333;
                display: inline-block;
            }

            .ob-input-textarea {
                height: auto;
            }

            .ob-input-submit {
                color: #333;
                background: #fff;
                border: 2px solid #333;
                text-transform: uppercase;
                margin-left: 0;
            }

            .ob-form .ob-input-submit {
                margin-left: 33%;
            }

            @media only screen and (min-width: 970px) {
            .ob-input-submit:hover {
                color: #fff;
                background: #333;
                text-decoration: none;
            }
            }

            /* Section Quote */
            .ob-section-quote .ob-quote .ob-quote-left,
            .ob-section-quote .ob-quote .ob-quote-right {
                fill: #333333;
            }

            /* Section File */
            .ob-section-file .ob-button-link {
                color: #FFFFFF;
                background: #333333;
            }

            /* 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: #333333;
            }

            .ob-section-images {
                text-align: center;
            }

            .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-section-images a.ob-link-img {
                cursor: default;
            }

            @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;
            }
            }

            .ob-Shares-title,
            .ob-Comments-title {
                font-family: 'Open Sans';
                text-transform: uppercase;
                font-size: 30px;
                font-size: 1.875rem;
            }

        </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: 'U',
      dimension4: 'travel-places-events',
      dimension5: '0',
      dimension6: '0',
      dimension7: '0',
      dimension10: '7172401',
      dimension11: '1',
      dimension12: '1',
      dimension13: '1',
      dimension14: '__ads_loaded__' in window ? '1' : '0',
      dimension15: '__ads_loaded__' in window ? '0' : '1',
      dimension16: '7172401',
      dimension17: "Bons Plans du Maroc",
            dimension24: '20251023',
      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/7172401/isConnected" async></script>

<script src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/overblog-main.5a6bdd1e.js"></script>


  <script src="https://static1.webedia.fr/js/gs.js" async></script>
  
  
 </head>
    <!-- Body -->
    <body class="Body"> 
            
          
                  
  <div class="ob-ShareBar ob-ShareBar--desktop ob-ShareBar--dark js-ob-ShareBar">
    <div class="ob-ShareBar-container ob-ShareBar-container--left">
                                  
      
      <img class="ob-ShareBar-brandingImg" src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/images/shareicon-branding-ob--dark.png" alt="Overblog">
      <a class="ob-ShareBar-portalLink" href="https://www.over-blog.com" rel="noopener,noreferrer">
        <span class="ob-ShareBar--mobile_text">Tous les blogs</span>
      </a>
              <a class="ob-ShareBar-portalLink" href="https://www.over-blog.com/blogs/categorie-1">
          <span class="ob-ShareBar--mobile_text">Top blogs  Tourisme, Lieux et Événements</span>
        </a>
                    <a class="ob-ShareBar-portalLink" href="https://www.over-blog.com/mag/loisirs-culture">
          <span class="ob-ShareBar--mobile_text">Tous les blogs  Tourisme, Lieux et Événements</span>
        </a>
          </div>

    <div class="ob-ShareBar-container ob-ShareBar-container--right">
                      <a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a>
        <a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&amp;text={title}" title="X (Twitter)" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a>
        <a href="#" data-href="#" title=" pinterest" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a>

        <form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search">
          <input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher">
          <button class="ob-ShareBar-submit"></button>
        </form>

        
                  <a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/7172401" target="_blank" rel="nofollow">
              Suivre ce blog
          </a>
        
        <a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected">
          <img src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/images/lock-alt-dark.svg" class="ob-ShareBar-lock">
          <span class="ob-ShareBar-text">Administration</span>
        </a>
      
      <a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected">
        <img src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/images/lock-alt-dark.svg" class="ob-ShareBar-lock">
        <span class="ob-ShareBar-text">Connexion</span>
      </a>
      <a href="https://www.over-blog.com/creation" class="ob-ShareBar-create ob-ShareBar--notconnected">
        <span class="ob-ShareBar-plus">+</span>
        <span class="ob-ShareBar-text">Créer mon blog</span>
      </a>

              <span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span>
          </div>
  </div>

      <div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified">
      <div class="ob-ShareBar-container">
        <span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span>
      </div>
    </div>
  
  <div id="ob-ShareBar--mobile_mask" class="ob-ShareBar--mobile_mask"></div>
  <div class="ob-ShareBar ob-ShareBar--mobile ob-ShareBar--dark js-ob-ShareBar">
    <img class="ob-ShareBar--mobile_logo" src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/images/shareicon-branding-ob--dark.png" width="80" height="21" alt="overblog"/>
    <div id="ob-ShareBar--mobile_menu-trigger" class="ob-ShareBar--mobile_menu-trigger">
      <svg xmlns="http://www.w3.org/2000/svg" height="18px" width="18px" viewbox="0 0 448 512"><path d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"/></svg>
      <span>MENU</span>
    </div>
    <div id="ob-ShareBar--mobile_menu" class="ob-ShareBar--mobile_menu">
      <div class="ob-ShareBar--mobile_menu-wrapper">
        <a href="https://www.over-blog.com" rel="noopener,noreferrer">
          <span class="ob-ShareBar--mobile_text">Tous les blogs</span>
        </a>
                  <a href="https://www.over-blog.com/blogs/categorie-1">
            <span class="ob-ShareBar--mobile_text">Top blogs  Tourisme, Lieux et Événements</span>
          </a>
                          <a href="https://www.over-blog.com/mag/loisirs-culture">
            <span class="ob-ShareBar--mobile_text">Tous les blogs  Tourisme, Lieux et Événements</span>
          </a>
                <form method="post" action="/search" accept-charset="utf-8" class="ob-ShareBar--mobile_search">
          <b>Recherche</b>
          <div class="ob-ShareBar--mobile_search-wrapper">
            <div class="ob-ShareBar--mobile_search-input">
              <input name="q" type="search" placeholder="Tapez un mot clé"/>
            </div>
            <button type="submit">Rechercher</button>
          </div>
        </form>
        <a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar--mobile_login ob-ShareBar--notconnected">
          <img src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/images/lock-alt-dark.svg" class="ob-ShareBar-lock">
          <span class="ob-ShareBar--mobile_text">Connexion</span>
        </a>
        <a href="https://www.over-blog.com/creation" class="ob-ShareBar--mobile_create ob-ShareBar--notconnected">
          <span class="ob-ShareBar-plus">+</span>
          <span class="ob-ShareBar--mobile_text">Créer mon blog</span>
        </a>
                            
                      <a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar--mobile_follow" href="https://admin.over-blog.com/_follow/7172401" target="_blank" rel="nofollow">
              <span class="ob-ShareBar--mobile_text">Suivre ce blog</span>
            </a>
          
          <a href="https://admin.over-blog.com/" class="ob-ShareBar--mobile_admin ob-ShareBar--connected">
            <img src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/images/lock-alt-dark.svg" class="ob-ShareBar-lock">
            <span class="ob-ShareBar--mobile_text">Administration</span>
          </a>
        
        <div class="ob-ShareBar--mobile_share">
          <b> Partager</b>
          <div class="ob-ShareBar--mobile_share-wrapper">
            <div>
              <a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a>
            </div>
            <div>
              <a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&amp;text={title}" title="X (Twitter)" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a>
            </div>
            <div>
              <a href="#" data-href="#" title=" pinterest" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>

  <script>
    var trigger = document.getElementById('ob-ShareBar--mobile_menu-trigger');
    var mask = document.getElementById('ob-ShareBar--mobile_mask');
    trigger.addEventListener('click', function(){
      document.scrollingElement.classList.toggle('ob-ShareBar--mobile_menu-opened');
    });
    mask.addEventListener('click', function(){
      document.scrollingElement.classList.toggle('ob-ShareBar--mobile_menu-opened');
    });
  </script>

  <script src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/sharebar.682fbc93.js"></script>
  <script>
        const postTitle = "Bons Plans du Maroc"
        const socialShares = document.querySelectorAll('.ob-ShareBar-share--facebook, .ob-ShareBar-share--twitter')

        socialShares.forEach((socialShareEl) => {
          socialShare(socialShareEl, postTitle)
        })
      </script>                    <form class="SearchForm" action="/search" method="post">
            <div class="SearchForm-search">
                <label for="SearchForm-input" class="SearchForm-label">Recherche</label>
                <input id="SearchForm-input" class="SearchForm-input" type="text" name="q" required="required" />
            </div>
        </form>
        
        <!-- Content -->
        <div class="Content Content--list">
            <a class="Content-homeLink" href="https://bonsplansdumaroc.overblog.fr">
                            <img class="Content-blogAvatar" src="https://image.over-blog.com/MxdY73XN6HpfUDJX_D2xq4aVhOc=/100x100/smart/filters:no_upscale()/image%2F8428181%2F20251023%2Fob_17458e_.jpg" alt="Bons Plans du Maroc" />
                        </a>

            <a class="Content-titleLink" href="https://bonsplansdumaroc.overblog.fr">
                                        <h1 class="Content-blogTitle">Bons Plans du Maroc</h1>
                                      </a>
                        <span class="Content-searchButton lnr lnr-magnifier"></span>
                                    <span class="Content-navButton">
                <span class="Content-navButtonIcon lnr lnr-menu"></span>
                <span>Menu</span>
            </span>
            
            <div class="Content-main">
                                                                                 <div class="PostPreview PostPreview--OB">
                                                        <img class="PostPreview-cover" src="https://image.over-blog.com/8HcO_XsH173oHL6sdXCnFZCx6f0=/800x500/smart/filters:no_upscale()/image%2F7172401%2F20251028%2Fob_3af50f_entree-principale.jpg" alt="🐊 Une journée à Crocoparc Agadir "/>
                            
                            <div class="PostPreview-content">
                                                                <h2 class="Post-title PostPreview-title">
                                    <a href="https://bonsplansdumaroc.overblog.fr/2025/10/une-journee-a-crocoparc-agadir.html" title="🐊 Une journée à Crocoparc Agadir ">🐊 Une journée à Crocoparc Agadir </a>
                                </h2>
                                
                                <p class="Post-meta PostMeta PostPreview-meta">
                                                                        <span class="PostMeta-date">
                                        26 Octobre 2025
                                    </span>
                                    
                                                                        <span class="PostMeta-author">
                                        Bons plans du Maroc
                                    </span>
                                                                    </p>
                                                            </div>
                            <a class="PostPreview-link" href="https://bonsplansdumaroc.overblog.fr/2025/10/une-journee-a-crocoparc-agadir.html" ></a>
                        </div>
                                             <div class="PostPreview PostPreview--OB">
                                                        <img class="PostPreview-cover" src="https://image.over-blog.com/4Kxt3hApXwLd9TdCaS_68oFYP4Q=/800x500/smart/filters:no_upscale()/image%2F7172401%2F20251115%2Fob_d5b8f0_telechargement.png" alt="Où faire du shopping à Agadir ? Les endroits incontournables !"/>
                            
                            <div class="PostPreview-content">
                                                                <h2 class="Post-title PostPreview-title">
                                    <a href="https://bonsplansdumaroc.overblog.fr/2025/11/ou-faire-du-shopping-a-agadir-les-endroits-incontournables.html" title="Où faire du shopping à Agadir ? Les endroits incontournables !">Où faire du shopping à Agadir ? Les endroits incontournables !</a>
                                </h2>
                                
                                <p class="Post-meta PostMeta PostPreview-meta">
                                                                        <span class="PostMeta-date">
                                        15 Novembre 2025
                                    </span>
                                    
                                                                    </p>
                                                            </div>
                            <a class="PostPreview-link" href="https://bonsplansdumaroc.overblog.fr/2025/11/ou-faire-du-shopping-a-agadir-les-endroits-incontournables.html" ></a>
                        </div>
                                             <div class="PostPreview PostPreview--OB">
                                                        <img class="PostPreview-cover" src="https://image.over-blog.com/zrHt8KN-NpW7t938NrjQkA3RG9Q=/800x500/smart/filters:no_upscale()/file%2F7172401%2F20251028%2Fob_f1831d_taghazout-plage-9-1024x684.webp" alt="Taghazout (Agadir) : Le Guide Pratique"/>
                            
                            <div class="PostPreview-content">
                                                                <h2 class="Post-title PostPreview-title">
                                    <a href="https://bonsplansdumaroc.overblog.fr/2025/10/taghazout-agadir-le-guide-pratique.html" title="Taghazout (Agadir) : Le Guide Pratique">Taghazout (Agadir) : Le Guide Pratique</a>
                                </h2>
                                
                                <p class="Post-meta PostMeta PostPreview-meta">
                                                                        <span class="PostMeta-date">
                                        28 Octobre 2025
                                    </span>
                                    
                                                                    </p>
                                                            </div>
                            <a class="PostPreview-link" href="https://bonsplansdumaroc.overblog.fr/2025/10/taghazout-agadir-le-guide-pratique.html" ></a>
                        </div>
                    
                    <div class="Pagination">
                                            </div>
                            </div>

            <!-- Footer -->
            <div class="Footer">
                <div class="Footer-content">
                                        <div class="Footer-about FooterAbout">
                        <div class="Footer-title Title">
                            à propos du blog
                        </div>
                        <div class="FooterAbout-content">
                                                        <img class="FooterAbout-avatar" src="https://image.over-blog.com/cipSM3N8-sMS4za_So_TZyG8gN4=/300x300/smart/filters:no_upscale()/image%2F8428181%2F20251023%2Fob_17458e_.jpg" alt="Bons Plans du Maroc" />
                                                        <p class="FooterAbout-description">
                                Le guide id&eacute;al pour explorer le Maroc autrement ! Des plages secr&egrave;tes aux ruelles authentiques, retrouvez des adresses locales, des bons plans et des id&eacute;es &eacute;conomiques pour voyager, savourer et vivre le Maroc intens&eacute;ment sans vous ruiner.
                            </p>
                        </div>
                    </div>
                    
                                        <div class="Footer-follow FooterFollow">
                        <div class="Footer-title Title">
                                                            Suivez-moi
                                                    </div>
                        <div class="FooterFollow-content">
                                                                                                                                            <div class="FooterFollow-element">
                                <a class="FooterFollow-elementLink FooterFollow-elementLink--rss" href="/rss" target="_blank">
                                    <span class="fa fa-fw fa-rss"></span>
                                </a>
                            </div>
                        </div>
                    </div>
                                    </div>
            </div>
                        <!-- Ad footer -->
            <div style="margin:auto;text-align:center;margin-top:20px;">
                <div id="_78baa49"></div>            </div>
                    </div>

                <div class="Nav">
             <div class="Nav-content">
                <i class="Nav-close lnr lnr-cross"></i>
                <div class="Nav-title Title">Navigation</div>
                <div class="Nav-section Nav-list">
                                        <div class="Nav-home Nav-listElement" role="menuitem">
                        <a class="Nav-listLink" href="https://bonsplansdumaroc.overblog.fr">Accueil</a>
                    </div>
                    
                    
                    
                    
                    
                    
                    
                                        <div class="Nav-listElement" role="menuitem">
                        <a class="Nav-listLink" href="/contact" title="Contact">Contact</a>
                    </div>
                                    </div>

                                <div class="Nav-title Title">
                    Newsletter
                </div>
                <div class="Nav-section">
                    <form class="Nav-form" action="/mail/subscribe?utm_source=_ob_abo_newsletter&amp;utm_medium=_ob_sidebar" method="post">
                        <input class="ob-input Nav-input" type="email" name="email" placeholder="Saisissez votre email ici" required="required" />
                        <input class="ob-input ob-input-submit Nav-submit" type="submit" value="S'abonner" />
                    </form>
                </div>
                
                
                            </div>
        </div>
        
        <div class="Content-overlay"></div>

      <!-- Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-5Y79NXDWCN"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-5Y79NXDWCN');
    </script>
  
    
        <!-- jQuery onReady -->
        <script type="text/javascript">
            jQuery(document).ready(function() {
                var resizePostHeader = function() {
                    var top = $('.Body.withsharebar') ? 40 : 0
                    $('.PostHeader').css('height', window.innerHeight - top)
                }

                var isMobile = window.matchMedia("only screen and (max-width: 970px)");

                // if (!isMobile.matches) {
                if ($('.Content--page').length > 0) {
                    if ($('.Content').find('.Post-header')) {
                        resizePostHeader()
                    }

                    $( window ).resize(function() {
                      resizePostHeader()
                    })
                }

                                var openNav = function() {
                    $(".Body").addClass("Body--navOpen");
                    $(".Content-navButtonIcon").removeClass("lnr-menu").addClass("lnr-cross");
                }

                var closeNav = function() {
                    $(".Body").removeClass("Body--navOpen");
                    $(".Content-navButtonIcon").removeClass("lnr-cross").addClass("lnr-menu");
                }

                $('.Content-navButton, .Nav-close').click(function() {
                    if($(".Body").hasClass("Body--navOpen")) {
                        closeNav()
                    } else {
                        openNav()
                    }
                });
                
                                var openSearch = function() {
                    $(".Body").addClass("Body--searchOpen");
                }

                var closeSearch = function() {
                    $(".Body").removeClass("Body--searchOpen");
                }

                $(".Content-searchButton, .Body--searchOpen > .Content-overlay").click(function(){
                    if($(".Body").hasClass("Body--searchOpen")) {
                        closeSearch()
                    } else {
                        openSearch()
                    }
                });
                

                $(".Content-overlay").click(function() {
                                        if ($(".Body").hasClass("Body--navOpen")) {
                        closeNav()
                    }
                    
                                        if ($(".Body").hasClass("Body--searchOpen")) {
                        closeSearch()
                    }
                                    });

                /* Search */
                $(".SearchForm-input").focus(function(){
                    $(this).parent().addClass("SearchForm-search--active SearchForm-search--completed");
                });

                $(".SearchForm-input").focusout(function(){
                    if ($(this).val() === "") {
                        $(this).parent().removeClass("SearchForm-search--completed");
                    }
                    $(this).parent().removeClass("SearchForm-search--active");
                })

                /* Smooth scroll */
                $('.PostHeader-scrollDown').click(function(){
                  $('html, body').animate({
                    scrollTop: $('.PostHeader').offset().top + $('.PostHeader').height()
                  }, 'slow');
                });

                /* Cancel click images links */
                $(".ob-section-images a.ob-link-img").click(function(e){
                    e.preventDefault();
                });
            });
        </script>
     <div class="ob-footer ob-footer-padded" id="legals" >
    <ul>
        <li class="ob-footer-item">Voir le profil de <a href="https://www.over-blog.com/user/8428181.html" target="_blank"></a> sur le portail Overblog</li>
                <li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li>
            <li class="ob-footer-item"><a href="/top">Top articles</a></li>
        <li class="ob-footer-item"><a href="/contact">Contact</a></li>
        <li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/7172401"> Signaler un abus </a></li>
        <li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li>
            <li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li>
        <li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li>
            <li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li>
        <li class="ob-footer-item"><a href="javascript:Didomi.notice.show()">Préférences cookies</a></li>
    </ul>
</div>

  <div style="display: flex; justify-content: center;">
  <div id="ob-audion-wrapper" style="width: 940px; height: 450px;"></div>
</div>

<script>
  function getRandomElement(arr) {
    return arr[Math.floor(Math.random() * arr.length)];
  }

  //const autoplay = Math.random() <= 0.2 ? '1' : '0'; // autoplay sur 20%
  // disabled autoplay for now
  const autoplay = '0';

  const podcastIDs = [
    '6f34fdd7-7f2b-452b-beac-05d196517c4d',
    '1670a989-995f-483d-90f5-67a6eb8f4f34',
    '5a061760-a177-4292-b471-493e903cc9ce'
  ];

  const selectedPodcastID = getRandomElement(podcastIDs);

  const scriptElement = document.createElement('script');
  scriptElement.id = 'audion360-podcast-player-init';
  scriptElement.dataset.type = 'playlist';
  scriptElement.dataset.pid = selectedPodcastID;
  scriptElement.dataset.l = 'fr-fr';
  scriptElement.dataset.autoplay = autoplay;
  scriptElement.dataset.mute = autoplay;
  scriptElement.dataset.theme = 'alternate';
  scriptElement.src = 'https://podcast-player-js.360.audion.fm/latest/player.js';

  document.getElementById('ob-audion-wrapper').appendChild(scriptElement);
</script>
      <script>
    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
              new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer', "GTM-WG3SK3P");
  </script>
    <script src="https://assets.over-blog-kiwi.com/b/blog/v2025.23.02/obfuscated_link.4b3f12e9.js"></script>
 </body>
</html>