@charset "UTF-8";.select2-container{margin:0;position:relative;display:inline-block;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to top,#eee 0,#fff 50%)}html[dir=rtl] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.9,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(to bottom,#eee 0,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(select2.png) right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background:#ccc;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.6,#eee)) #ccc;background:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;background:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%) #ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);background:linear-gradient(to top,#ccc 0,#eee 60%) #ccc}html[dir=rtl] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-left:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url(select2.png) 0 1px no-repeat}html[dir=rtl] .select2-container .select2-choice .select2-arrow b{background-position:2px 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding:4px 4px 0;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:url(select2.png) 100% -22px no-repeat #fff;background:url(select2.png) 100% -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}html[dir=rtl] .select2-search input{padding:4px 5px 4px 20px;background:url(select2.png) -37px -22px no-repeat #fff;background:url(select2.png) -37px -22px no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-search input.select2-active{background:url(select2-spinner.gif) 100% no-repeat #fff;background:url(select2-spinner.gif) 100% no-repeat,linear-gradient(to bottom,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(.5,#eee));background-image:-webkit-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image:linear-gradient(to top,#fff 0,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(.5,#eee));background-image:-webkit-linear-gradient(center top,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image:linear-gradient(to bottom,#fff 0,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:0 0;border-left:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-right:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent}html[dir=rtl] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:url(select2-spinner.gif) 100% no-repeat #f4f4f4}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(to bottom,#eee 1%,#fff 15%)}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:0 0!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:url(select2-spinner.gif) 100% no-repeat #fff!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(to bottom,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:3px 18px 3px 5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url(select2.png) right top no-repeat}html[dir=rtl] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{left:auto;right:2px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@font-face{font-family:PT_Serif;src:url(/css/fonts/PT_Serif/pt_serif-webfont-regular.woff2) format("woff2"),url(/css/fonts/PT_Serif/pt_serif-webfont-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:PT_Serif;src:url(/css/fonts/PT_Serif/pt_serif-webfont-bold.woff2) format("woff2"),url(/css/fonts/PT_Serif/pt_serif-webfont-bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Open_Sans;src:url(/css/fonts/Open_Sans/opensans-regular.woff2) format("woff2"),url(/css/fonts/Open_Sans/opensans-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Open_Sans;src:url(/css/fonts/Open_Sans/opensans-bold.woff2) format("woff2"),url(/css/fonts/Open_Sans/opensans-bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto_Slab;src:url(/css/fonts/Roboto_Slab/robotoslab-bold.woff2) format("woff2"),url(/css/fonts/Roboto_Slab/robotoslab-bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto_Slab;src:url(/css/fonts/Roboto_Slab/robotoslab-light.woff2) format("woff2"),url(/css/fonts/Roboto_Slab/robotoslab-light.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:icomoon;src:url(/css/fonts/mediapart-icon/mediapart-icon.woff2) format("woff2"),url(/css/fonts/mediapart-icon/mediapart-icon.woff) format("woff");font-weight:400;font-style:normal}.ico[data-icon]:before{content:attr(data-icon);font-family:icomoon;speak:none}@-webkit-keyframes spinner{0%,25%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%,75%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes spinner{0%,25%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%,75%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.accur8,.fractal{box-sizing:border-box}.fractal{display:table-cell}.accurWidth{width:100%}.accurHeight{height:100%}.rest{width:auto}.accur8-hidden{top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}/*! normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}[tabindex="-1"]{outline:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body{font-family:PT_Serif,"Times New Roman",Times,serif;font-size:1rem;background-color:#f9f9f9}body.studio-bundle{font-family:Open_Sans,Arial,Verdana,sans-serif}h1,h2,h3,h4,h5,h6{margin:0}h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a,p,p a{word-break:break-word}ol,ul{list-style:none;margin:0;padding:0}abbr,abbr[title]{border-bottom:0;text-decoration:none}.u-case{text-transform:uppercase}.aster,.error{color:red}p{color:#202222;margin:0 0 10px;word-break:break-word}p:last-child{margin-bottom:0}.typical-bg-block{background-color:#F5F5F5;margin-bottom:30px;padding:10px 0}.connexe{border-bottom:dashed 1px #B2B2B2;margin:0 5px;padding:0 17px 10px;font-size:.6875rem}.annexe{margin:0 5px;border-top:dashed 1px #B2B2B2;padding:10px 17px}.annexe,.annexe p{font-size:.6875rem}.tooltip{vertical-align:top;display:inline-block;cursor:pointer;color:#6A6D6D}.tooltip :focus,.tooltip :hover{color:#000}.strike{text-decoration:line-through}button{border:none;color:transparent}a{color:#000;text-decoration:none}a:visited{color:#000}a:active,a:focus,a:hover{color:#B2B2B2}.article-series a{color:#000;font-weight:700;font-style:italic;font-size:.75rem}.sepa-l,.separator-l{border-left:solid 1px #E6E6E6;padding-left:10px}.sepa-t,.separator-t{border-top:solid 1px #E6E6E6;padding-top:10px}.bolded.separator-t,.sepa-t.bolded{border-top:solid 2px #E6E6E6}.bg-highlight.separator-t,.post-list .keywords ul.sepa-t,.post-list .keywords ul.separator-t,.sepa-t.bg-highlight{border-top-color:#000}.sepa-b,.separator-b{border-bottom:dotted 1px #000}.separator-t{overflow:auto}.pos-rel{display:block;position:relative}img{max-width:100%}.pad{padding:5px}.bg-highlight,.highlight-block,.highlight-block-multimedia,.post-list .keywords ul{background-color:#F5F5F5}.bg-highlight,.post-list .keywords ul{padding:5px 0 0;margin-bottom:0}.bg-highlight .context a,.post-list .keywords ul .context a{color:#8C9090}.highlight-block{padding:5px 0;margin-bottom:0}.highlight-block>:last-child{margin-bottom:0}.highlight-block-multimedia{padding:0 0 5px;margin-bottom:0}.highlight-block-multimedia>:last-child,.une-block p:last-child{margin-bottom:0}.col-right .highlight-block,.col-right .highlight-block-multimedia{margin-bottom:20px}.highlight-button,a.highlight-button{text-align:center;background-color:#E20909;border-radius:3px;padding:10px;text-transform:uppercase;color:#FFF;font-size:.875rem;font-weight:400;box-shadow:inset rgba(0,0,0,.1) 0 5px 10px 5px,inset rgba(0,0,0,.1) 0 0 25px 20px}.bust,.cookie-warn-msg{width:1020px;padding:0;margin:0 auto;text-align:left}.embed-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.embed-container embed,.embed-container iframe,.embed-container object{height:100%;left:0;position:absolute;top:0;width:100%}.clear-block:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.marge{margin-bottom:15px}.floated-txt form{margin-bottom:10px}.content-locked{color:#A4AA00;font-weight:400}.content-tracker tbody td:nth-child(3),.content-tracker tbody th,.under-title{font-family:Arial,Verdana,sans-serif;font-size:.625rem;padding:.63pxem 0 0;text-transform:uppercase;color:#6A6D6D}.content-tracker tbody td:nth-child(3) a,.content-tracker tbody th a,.under-title a{display:inline!important}.content-iframe iframe{border:none;width:100%;display:block}.light{color:#6A6D6D}.success .highlight,.success.highlight{color:#3D6611}.notice .highlight,.notice.highlight,.warn .highlight,.warn.highlight{color:#F16048}.error .highlight,.error.highlight{color:#E20909}.menu-admin{font-family:Arial,Verdana,sans-serif}.menu-admin button{background-color:transparent;border-top:dotted 1px #6A6D6D;color:#000;border-bottom:solid 1px #6A6D6D;width:100%;text-align:left;padding:10px 0;font-size:.9375rem}.menu-admin button .ico{font-size:.65em;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg);vertical-align:middle;line-height:0}.menu-admin .tabs:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.menu-admin .tabs li{display:block;width:33.3333333333333%;float:left;border-bottom:dotted 1px #6A6D6D}.menu-admin .tabs li a{display:block;padding:5px;width:100%;text-align:center}.menu-admin .tabs li a:after{content:""}.winnie{position:absolute;left:-999px}svg{fill:currentColor}svg.icon-subscription .badge{fill:red}svg.icon-subscription .glyph{fill:#FFF}.header{padding-top:10px;padding-bottom:25px;text-align:center;text-transform:uppercase;font-family:Arial,Verdana,sans-serif;background-color:#FFF}.header .bust,.header .cookie-warn-msg{position:relative}.header .logo{clear:both;display:block;box-sizing:border-box;margin-right:auto;margin-left:auto;padding-top:35px;width:430px;text-align:center;background-repeat:no-repeat;background-position:0 100%}.header .logo:active .date-edition,.header .logo:focus .date-edition,.header .logo:hover .date-edition{color:#000}.header .brand{display:block;margin:0 auto 5px;text-align:center}.header .brand img{display:inherit;margin-right:inherit;margin-left:inherit}.header .menuPanelLink{outline:0;display:none;float:left;height:2.5rem;position:relative;width:2.5625rem;color:#000}.header .menuPanelLink:visited{color:#000}.header .menuPanelLink:active,.header .menuPanelLink:focus,.header .menuPanelLink:hover{color:#B2B2B2}.keyboard .header .menuPanelLink:focus{outline:currentColor solid 2px;outline-offset:-2px}.header .menuPanelLink svg{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1.0625rem;transition:opacity .2s linear}.header .menuPanelLink .menu-close{width:.9375rem}.header .menuPanelLink[aria-expanded=false] .menu-open{transition-delay:.15s}.header .menuPanelLink[aria-expanded=false] .menu-close,.header .menuPanelLink[aria-expanded=true] .menu-open{opacity:0}.header .menuPanelLink[aria-expanded=true] .menu-close{transition-delay:.15s}.header .account-links,.header .article-tools,.header .lang-links{font-family:PT_Serif,"Times New Roman",Times,serif;text-transform:none;float:left;font-size:.875rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;min-height:1.3125rem}.header .account-links ul,.header .article-tools ul,.header .lang-links ul{font-size:.8125rem}.header .lang-links{float:left}.header .lang-links li{font-weight:700}.header .lang-links a{font-style:italic;font-weight:400;margin-right:1.25rem}.header .lang-links [aria-current=true]{font-weight:700;font-style:normal}.header .account-links{position:relative;float:right}.header .account-links li span{margin-right:1.25rem}.header .account-links li:last-child span{margin-right:0}.header .account-links li svg{margin-right:.3125rem}.header .account-links li .icon-quote{margin-right:.5rem}.header .account-links button,.header .account-links button:visited{color:#000}.header .account-links button:active,.header .account-links button:focus,.header .account-links button:hover{color:#B2B2B2}.header .article-tools,.header .article-tools .googleplus{display:none}.header #headerPanelEl{background-color:#FFF;border:1px solid #ced0d0;padding:0 20px;position:absolute;right:0;top:30px;transition-duration:.2s;transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-timing-function:ease-out;width:180px;z-index:3}.header #headerPanelEl[aria-hidden=true]{display:none;opacity:0;-webkit-transform:translate(0,-.625rem);transform:translate(0,-.625rem)}.header #headerPanelEl li{border-top:1px solid #ced0d0;padding:15px 0}.header #headerPanelEl li:first-child,.header #headerPanelEl li:last-child{border-top:0}.header #headerPanelEl .feed svg{vertical-align:-.0625rem}.header #headerPanelEl .contact svg{vertical-align:-.125rem}.header #headerPanelEl a{display:block}.header #headerPanelEl .app-link{margin-right:-20px;margin-left:-20px;padding-top:0;padding-bottom:0;background-color:#f5f5f5}.header #headerPanelEl .app-link a{padding:25px 20px 25px 70px;color:#000;background-position:8px 50%;background-size:49px 52px}.header #headerPanelEl .app-link a:active,.header #headerPanelEl .app-link a:focus,.header #headerPanelEl .app-link a:hover{color:inherit;background-color:#9d9d9c}.header .social-links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header .social-links a{padding-top:.5rem;padding-bottom:.5rem;width:2.125rem;vertical-align:top;text-align:center;color:#FFF}.header .social-links a svg{margin:0 auto;display:block;height:1.125rem}.header .social-links a:active,.header .social-links a:focus,.header .social-links a:hover{color:#FFF;background-color:#9d9d9c}.header .social-links .facebook{background-color:#3B55A0}.header .social-links .twitter{background-color:#4099d7}.header .social-links .instagram{background-color:#c0428c}.header .social-links .google-plus{background-color:#F65E44}.header .social-links .google-plus svg{height:.875rem;padding-top:.125rem}.header .french-leaks .title{margin:5px 0;line-height:1.2307692308;font-weight:700}.header .french-leaks .detail{line-height:1.5384615385;color:#B2B2B2}.header .live-logo{display:block;width:50px;height:16px;position:absolute;top:1px;right:-55px}.header .date-edition{display:block;font-size:.625rem;line-height:1;vertical-align:bottom}.header .date-edition .edition{position:relative;display:inline-block;padding-left:12px;vertical-align:inherit}.header .date-edition .edition::before{content:" ";position:absolute;top:50%;left:3px;width:4px;height:1px;background-color:#000}.header .date-edition [class^=hide-for]{vertical-align:inherit}.header #headerAccountPanelEl{background-color:#FFF;border:1px solid #ced0d0;padding:0 20px;position:absolute;right:0;top:30px;transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-timing-function:ease-out;transition-duration:.2s;width:180px;z-index:3}.header #headerAccountPanelEl[aria-hidden=true]{display:none;opacity:0;-webkit-transform:translate(0,-.625rem);transform:translate(0,-.625rem)}.header #headerAccountPanelEl li{padding-bottom:5px}.header #headerAccountPanelEl a{display:block;line-height:1.3846153846}.header #headerAccountPanelEl a:active,.header #headerAccountPanelEl a:focus,.header #headerAccountPanelEl a:hover{color:#B2B2B2}.header #headerAccountPanelEl>li{border-top:1px solid #ced0d0;padding:15px 0 10px}.header #headerAccountPanelEl>li:first-child{border-top:0}.header #headerAccountPanelEl>li:last-child svg{vertical-align:-1px}.header #headerAccountPanelEl .title{padding-bottom:.625rem;font-family:Open_Sans,Arial,Verdana,sans-serif;text-transform:uppercase}.header #headerAccountPanelEl .public .title{padding-bottom:.3125rem}.header #headerAccountPanelEl .public ul{padding-top:.3125rem}.header #headerAccountPanelEl .icon-user{position:absolute}.header #headerAccountPanelEl .icon-user+span{padding-left:1.375rem;display:block}.header form[role=search]{position:absolute;right:1px;bottom:0}.header form[role=search] button{right:9px;bottom:9px}.header form[role=search] label{text-transform:none}.header form[role=search] button,.menu-sticky form[role=search] button{position:absolute;height:17px;width:17px}.header form[role=search] img,.menu-sticky form[role=search] img{width:17px}.header form[role=search] [id$="-main-search"],.menu-sticky form[role=search] [id$="-main-search"]{box-sizing:border-box;border:1px solid #B2B2B2;padding:7px 30px 7px 10px;width:100%;font-family:PT_Serif,"Times New Roman",Times,serif;font-size:.875rem;line-height:1.42857;border-radius:5px}.header form[role=search] [id$="-main-search"]:active,.header form[role=search] [id$="-main-search"]:focus,.header form[role=search] [id$="-main-search"]:hover,.menu-sticky form[role=search] [id$="-main-search"]:active,.menu-sticky form[role=search] [id$="-main-search"]:focus,.menu-sticky form[role=search] [id$="-main-search"]:hover{border-color:#000}.header .french-leaks .title,.menu-sticky .french-leaks .title{display:block;font-family:PT_Serif,"Times New Roman",Times,serif}.header .french-leaks .detail,.menu-sticky .french-leaks .detail{font-style:italic}.header .app-link a,.menu-sticky .app-link a{display:inline-block;font-size:.8125rem;line-height:1.2307692308;font-family:Open_Sans,Arial,Verdana,sans-serif;text-transform:uppercase;font-weight:700;background-image:url(/images/icons/webapp.svg);background-repeat:no-repeat;background-size:contain}.header .my-notifications,.menu-sticky .my-notifications{vertical-align:3px;display:inline-block;width:15px;height:15px;color:#FFF;font-family:Arial,Verdana,sans-serif;font-size:.625rem;line-height:1.5;text-align:center;background-color:red;border-radius:8px}.header a:active .my-notifications,.header a:focus .my-notifications,.header a:hover .my-notifications,.menu-sticky a:active .my-notifications,.menu-sticky a:focus .my-notifications,.menu-sticky a:hover .my-notifications{background-color:#B2B2B2}.header .subscription svg,.menu-sticky .subscription svg{vertical-align:-4px}.menu-sticky .social-links a{color:#000}.menu-sticky .social-links a:active,.menu-sticky .social-links a:focus,.menu-sticky .social-links a:hover{color:red}.header-sticky-wrapper{top:-10%;transition:top .2s ease-out}.fixed .header-sticky-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:fixed;width:100%;left:0;top:0;z-index:10}.fixed .header-sticky-wrapper.menu-open{height:100vh}.fixed .mkt-banner{position:relative;z-index:1}.fixed .mkt-banner.offre-basique{background-color:#f9f9f9}.fixed .bust,.fixed .cookie-warn-msg{width:auto}.fixed .account-links .service,.fixed .account-links .sponsorship,.fixed .lang-links,.has-subscription .fixed .mkt-banner,.has-subscription.node-type-article .fixed .account-links{display:none}.fixed .account-links>li>a,.fixed .account-links>li>button{display:block;padding:10px;width:2.5625rem;box-sizing:border-box;outline:0}.keyboard .fixed .account-links>li>a:focus,.keyboard .fixed .account-links>li>button:focus{outline:currentColor solid 2px;outline-offset:-2px}.fixed .account-links>li>a svg,.fixed .account-links>li>button svg{display:block;height:1.25rem;margin:0 auto}.has-subscription .fixed.sticky-links .account-links{display:none}.fixed #headerAccountPanelEl{top:2.5rem}.fixed .menuPanelLink{display:block}.fixed .header{border-bottom:1px solid #EDEDED;box-sizing:border-box;height:3.125rem;padding:.3125rem 0 .25rem;position:relative;z-index:1}.fixed .header .header-toolbar{margin-bottom:0}.fixed .header .header-toolbar:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.fixed .header .bust form,.fixed .header .cookie-warn-msg form{display:none}.fixed .header .logo{background-size:auto 100%;clear:none;padding:.5rem 0 .375rem 2.75rem;width:10rem;margin:-2.1875rem auto 0}.fixed .header .logo img{height:.9375rem}.fixed .header .brand{margin:0;height:auto;width:auto}.fixed .article-tools{float:right;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:.3125rem;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.fixed .article-tools li{margin:0 .625rem}.fixed .article-tools li span,.fixed .article-tools li svg{vertical-align:middle}.fixed .article-tools .facebook,.fixed .article-tools .googleplus,.fixed .article-tools .twitter{margin:0 .3125rem}.fixed .article-tools .facebook a,.fixed .article-tools .googleplus a,.fixed .article-tools .twitter a{display:block;color:#FFF;width:1.875rem;padding:.375rem 0}.fixed .article-tools .facebook a:active,.fixed .article-tools .facebook a:focus,.fixed .article-tools .facebook a:hover,.fixed .article-tools .googleplus a:active,.fixed .article-tools .googleplus a:focus,.fixed .article-tools .googleplus a:hover,.fixed .article-tools .twitter a:active,.fixed .article-tools .twitter a:focus,.fixed .article-tools .twitter a:hover{background-color:#9d9d9c}.fixed .article-tools .facebook svg,.fixed .article-tools .googleplus svg,.fixed .article-tools .twitter svg{display:block;margin:0 auto;height:1.125rem}.fixed .article-tools .facebook a{background-color:#3B55A0}.fixed .article-tools .twitter a{background-color:#4099d7}.fixed .article-tools .googleplus a{background-color:#DC4A3D;padding:.5625rem 0}.fixed .article-tools .googleplus a svg{height:.75rem}.fixed .article-tools .comment,.fixed .article-tools .offer{display:none}.has-subscription .fixed .article-tools .comment,.has-subscription .fixed .article-tools .offer{display:block}.fixed .article-tools .comment svg,.fixed .article-tools .offer svg{margin-right:.3125rem;width:.875rem}.fixed .article-tools .comment{border:0;padding:0}.header-type-border-b .sub-header,.header-type-rubrique .sub-header{border-bottom:dotted 1px #B2B2B2;padding-bottom:1.25rem}.sub-header{margin-bottom:1.25rem;width:100%}.header-type-rubrique .sub-header .block-title>.title{padding-top:0}.header-title-uppercase .sub-header .h1,.header-title-uppercase .sub-header .h1-like{text-transform:uppercase}.header-type-border-b .sub-header{padding-bottom:15px}.header-type-border-b .sub-header .menuOutilsTop .menu-share,.header-type-border-b .sub-header .menuOutilsTop .menu-tools{margin-top:20px}.global-wrapper{position:relative;box-sizing:border-box;margin-right:auto;margin-left:auto;padding-right:30px;padding-left:30px;width:1020px;background-color:#FFF}.club-bundle .global-wrapper,.journal-bundle .global-wrapper{padding-top:30px;padding-bottom:30px}.account-bundle .global-wrapper{padding-top:5px;padding-bottom:30px}.studio-bundle .global-wrapper{padding-left:0;padding-right:0}.permanent-banner{color:#FFF;background-color:#34515C}.permanent-banner a{color:currentColor}.permanent-banner .title{display:block;font-size:1.75rem;line-height:1.1428571429;font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700;text-transform:uppercase}.permanent-banner .cta{display:inline-block;margin-top:.375em;padding-right:20px;padding-left:20px;font-size:1rem;line-height:1.25;font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700;color:#22343b;background-color:#d7e13d}.permanent-banner img{display:block}.permanent-banner .description{font-size:.9375rem;line-height:1.3333333333;font-family:PT_Serif,"Times New Roman",Times,serif}.permanent-banner .description li{position:relative;padding-left:15px;margin-bottom:.6666666667em}.permanent-banner .description li::before{content:' ';position:absolute;left:0;top:5px;border:5px solid transparent;border-left-color:#d7e13d}.footer{margin-right:auto;margin-left:auto;padding-bottom:2.8125rem;width:1020px;font-size:.875rem;line-height:1;font-family:PT_Serif,"Times New Roman",Times,serif;color:#FFF;background-color:#000}.footer a{color:inherit}.footer a:active,.footer a:focus,.footer a:hover{color:#B2B2B2}.footer .cta span,.footer [class^=links-]>a{font-family:Open_Sans,Arial,Verdana,sans-serif;text-transform:uppercase}.footer .cta a{margin-left:14px;text-align:center;color:#000;background-color:#E6E6E6}.footer .cta a:active,.footer .cta a:focus,.footer .cta a:hover{color:red}.footer .cta a:active .svg,.footer .cta a:focus .svg,.footer .cta a:hover .svg{fill:red}.footer .cta svg{vertical-align:-4px}.footer .subscription a{display:inline-block;padding:.5em 10px;line-height:1.5;font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700}.footer .application,.footer .facebook,.footer .google-plus,.footer .instagram,.footer .newsletter,.footer .rss,.footer .twitter{display:inline-block;width:35px;height:35px;line-height:2.5}.footer .newsletter svg,.footer .rss svg{vertical-align:baseline}.footer .map{margin-top:60px;display:table;margin-right:auto;margin-left:auto;vertical-align:top}.footer .map>li{display:table-cell;width:25%}.footer .map>li>a{display:inline-block;margin-bottom:1em}.footer .map>li li{line-height:1.7142857143}.footer .other-links{margin-top:60px;text-align:center;font-size:.8125rem;line-height:1.6923076923}.footer .other-links li{display:inline-block;padding:0 10px}.footer .other-links a{color:#B2B2B2}.basic-content ol,.basic-content p,.basic-content ul,.simple-content ol,.simple-content p,.simple-content ul{margin-bottom:1em;font-size:.9375rem;line-height:1.26667}.basic-content ol ol,.basic-content ol ul,.basic-content ul ol,.basic-content ul ul,.simple-content ol ol,.simple-content ol ul,.simple-content ul ol,.simple-content ul ul{font-size:inherit}.basic-content li,.simple-content li{margin-bottom:.6em;margin-left:1em}.basic-content li:before,.simple-content li:before{content:"-\ ";position:absolute;margin-left:-.8em;speak:none}.simple-content .journal,.simple-content .journal a{color:#E20909}.simple-content .description{font-size:.6875rem}.simple-content dd{margin:0 0 20px 4%}.simple-content dd p{margin-bottom:0}.simple-content hr{margin-bottom:1.5em}#comment-form{padding-top:1em}.print-list:last-child{margin-bottom:0}.print-list li{margin:0;padding:0}.print-list li:before{content:normal}.print-list li,a.print-list{padding-left:10px;background:url(/images/v2/bullet-list-journal.svg) 0 7px no-repeat}.col-left{padding-right:10px}.col-left div:last-child{margin-bottom:0}#colClub{font-size:.875rem;line-height:1.2857142857}.col-right{-webkit-hyphens:auto;hyphens:auto;-ms-hyphens:inherit;word-wrap:break-word}.col-right div:last-child{margin-bottom:0}.col-right img{width:100%;height:auto}.col-right-content{word-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.journal-bundle .col-right-content{border:1px solid #E6E6E6;padding:10px;background-color:rgba(0,141,245,.05)}.club-bundle .col-right-content{border-left:1px solid #B2B2B2;padding-left:10px}.slide-show .separator-t{padding-top:0}.slide-show-medias .separator-t{border-top:0}.slide-show .slide-show-header .slide-show-menu .slide-show-menu-els{margin-right:5px}.slide-show-header{padding:7px 0}.slide-show-header .title{padding:0;margin:0;float:left!important}.slide-show-header .title .loading{margin-left:5px;margin-top:.6em}.slide-show-header .hidden{top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.slide-show-menu{float:right}.slide-show-menu button,.slide-show-menu li,.slide-show-menu ul{display:inline-block;vertical-align:top}.slide-show-menu-square .slide-show-menu-els button,.slide-show-menu-square .slide-show-menu-els li{display:block;height:3px;width:16px;line-height:0;padding:0;border:none}.slide-show-menu-square .slide-show-menu-els li{margin:0 0 2px}.slide-show-menu-circle .slide-show-menu-els button,.slide-show-menu-circle .slide-show-menu-els li{display:inline-block;height:7px;width:7px;line-height:0;padding:0;border:none;vertical-align:top}.slide-show-menu-circle .slide-show-menu-els li{margin:.42em 0 0 5px}.slide-show-menu-circle .slide-show-menu-els button{border-radius:3px}.slide-show-menu-pn{margin-left:5px;padding-left:5px;border-left:solid 1px #000}.slide-show-menu-pn button,.slide-show-menu-pn li{display:inline-block;height:21px;width:21px;line-height:0;padding:0;border:none;vertical-align:top}.slide-show-menu-pn li{margin:1px 0 0 2px}.slide-show-menu-pn li .next{margin-left:0}.slide-show-menu-pn button{background-color:transparent}.slide-show-menu-pn button:after{color:#000;content:";";display:inline-block;font-family:icomoon;speak:none;font-size:1.1875rem;line-height:1.1;vertical-align:top;width:19px;height:19px}.slide-show-menu-pn button.disabled:after,.slide-show-menu-pn button[disabled]:after{color:#6A6D6D}.slide-show-menu-pn button.disabled:focus:after,.slide-show-menu-pn button.disabled:hover:after{color:#6A6D6D!important}.slide-show-menu-updown .slide-show-menu-pn .prev:after{content:";"}.slide-show-menu-updown .slide-show-menu-pn .next:after{content:">"}.slide-show-menu-leftright .slide-show-menu-pn .prev:after{content:"="}.slide-show-menu-leftright .slide-show-menu-pn .next:after{content:"<"}.title-journal .slide-show-header .title,.title-journal .slide-show-header .title a{color:#E20909}.slide-show .slide-show-menu-els button{background-color:#6A6D6D}.slide-show .slide-show-menu-els button.active,.slide-show .slide-show-menu-els button:focus,.slide-show .slide-show-menu-els button:hover,.slide-show .slide-show-menu-els button[disabled]{background-color:#000}.universe-journal .slide-show-menu-els button.active,.universe-journal .slide-show-menu-els button[disabled]{background-color:#E20909}.universe-journal .slide-show-menu-pn button:focus:after,.universe-journal .slide-show-menu-pn button:hover:after{color:#E20909}.slide-show-club .slide-show-menu-els button.active{background-color:#008DF5}.slide-show-club .slide-show-menu-pn button:focus:after,.slide-show-club .slide-show-menu-pn button:hover:after{color:#008DF5}.slide-show-medias .slide-show-menu-els button.active{background-color:#C7C91B}.slide-show-medias .slide-show-menu-pn button:focus:after,.slide-show-medias .slide-show-menu-pn button:hover:after{color:#C7C91B}.journal-bundle div.slide-show-feeds{border-top:0;padding:0}.slide-show-feeds .slide-show{border-top:1px solid #000;border-bottom:1px solid #000;padding-bottom:5px}.slide-show-feeds .slide-show-header{position:relative}.slide-show-feeds .bt-specific,.slide-show-feeds .slide-show-menu{position:absolute;top:7px}.slide-show-feeds .bt-specific{right:0;margin-right:0;border:1px solid #E6E6E6!important;padding-top:8px;padding-bottom:8px!important;color:#000;background-color:#FFF}.slide-show-feeds .slide-show-menu{left:0}.slide-show-feeds .slide-show-menu .slide-show-menu-pn li{margin-top:0;margin-right:5px}.slide-show-feeds .slide-show-menu-pn{margin-left:0;border-left:0;padding-left:0}.slide-show-feeds .slide-show-menu-pn button,.slide-show-feeds .slide-show-menu-pn li{margin-left:0;width:30px;height:30px}.slide-show-feeds .slide-show-menu-pn button{border:1px solid #E6E6E6;background-color:#FFF;background-image:url(/images/v2/slide-show-feeds-menu-pn.svg)}.slide-show-feeds .slide-show-menu-pn button:after{content:normal!important}.slide-show-feeds .slide-show-menu-pn .prev{background-position:4px 4px}.slide-show-feeds .slide-show-menu-pn .prev:active,.slide-show-feeds .slide-show-menu-pn .prev:focus,.slide-show-feeds .slide-show-menu-pn .prev:hover{background-position:4px 25px}.slide-show-feeds .slide-show-menu-pn .prev.disabled{background-position:4px 50%}.slide-show-feeds .slide-show-menu-pn .next{background-position:-30px 4px}.slide-show-feeds .slide-show-menu-pn .next:active,.slide-show-feeds .slide-show-menu-pn .next:focus,.slide-show-feeds .slide-show-menu-pn .next:hover{background-position:-30px 25px}.slide-show-feeds .slide-show-menu-pn .next.disabled{background-position:-30px 50%}.slide-show-feeds .slide-show-menu-els{display:none}.slide-show-feeds div.slide-show-body{margin-top:0}.slide-show-feeds [class^=slide-show-body] li{position:relative;margin-bottom:3px}.slide-show-feeds [class^=slide-show-body] a{display:block;padding:12px 14px;border-left:3px solid red;background-color:#F5F5F5}.slide-show-feeds [class^=slide-show-body] a:active,.slide-show-feeds [class^=slide-show-body] a:focus,.slide-show-feeds [class^=slide-show-body] a:hover{background-color:#FFF;border-left-color:grey}.slide-show-feeds [class^=slide-show-body] a:active .title,.slide-show-feeds [class^=slide-show-body] a:focus .title,.slide-show-feeds [class^=slide-show-body] a:hover .title{color:red}.slide-show-feeds .source{display:inline-block;margin-right:5px;color:#000!important}.slide-show-feeds img{position:absolute;left:14px;top:50%;margin-top:-8px;width:16px;height:16px}.slide-show-feeds .context{padding-left:30px}.slide-show-feeds+.une-block{border-top:0}.slide-show-feeds .slide-show-body-pinned,.slide-show-feeds .slide-show-body-pinned li{margin-bottom:6px}.slide-show-feeds .slide-show-body-pinned a{padding-top:6px}.slide-show-feeds .slide-show-body-pinned a,.slide-show-feeds .slide-show-body-pinned a:last-child{border-left-color:#000;padding-bottom:6px}.slide-show-feeds .slide-show-body-pinned a:active,.slide-show-feeds .slide-show-body-pinned a:focus,.slide-show-feeds .slide-show-body-pinned a:hover{border-left-color:#6A6D6D}.slide-show-hear{margin-bottom:20px}.slide-show-hear .ico-list{margin-left:.2em;vertical-align:middle}.slide-show-hear .ico-list li{margin:5px .2em 5px 0;display:inline-block}.ajax-error{border:2px solid #E20909;background-color:#FCECE2;color:#E20909;font-weight:700;margin:5px;padding:5px 20px 5px 5px;position:relative;font-family:Arial,Verdana,sans-serif;font-size:.75rem}.ajax-error .ico{position:absolute;top:5px;right:5px}.block-reco.universe-club{font-size:.875rem;line-height:1.21429}.slide-show-products .slide-show-body ul:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.slide-show-products .slide-show-body li{box-sizing:border-box;min-width:125px;width:16.66%!important;float:left;display:block;padding:0 10px;border-left:solid 1px #000}.slide-show-products .slide-show-body li:first-child{border-left:none}.slide-show-journal-feeds .slide-show-header{border-top:2px solid #000;background-color:#F5F5F5}.slide-show-journal-feeds .slide-show-body{margin-top:5px}.slide-show-folders .slide-show-header{border-top:2px solid #E6E6E6}.slide-show-folders .slide-show-body{margin-top:15px}.loading{line-height:0;vertical-align:top;display:inline-block;-webkit-animation-name:spinner;animation-name:spinner;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;margin-top:.45em}.notification{font-size:.8125rem;line-height:1.2307692308}.notification .show-desktop,.notification .show-mobile,.notification .show-tablet{display:none}.js-flash-message .notification{border-bottom:1px solid #B2B2B2}.notification>div{text-align:center}.notification>div p{color:currentColor;display:inline-block;margin:10px;padding:3px 0 1px;text-align:left}.notification a{color:#000}.notification a:focus,.notification a:hover{text-decoration:underline}.notification .error,.notification .information,.notification .warning{color:#A30303;background-color:#ffdfd4}.notification .error p,.notification .information p,.notification .warning p{background-repeat:no-repeat;background-position:0 50%;background-size:20px;padding-left:30px}.notification .error p{background-image:url(/images/v2/round-error.svg)}.notification .warning p{background-image:url(/images/v2/warning.svg)}.notification .information p{background-image:url(/images/v2/information.svg)}.notification .success{color:#0d6304;background-color:#c0edbc}.notification .success p{background:url(/images/v2/success.svg) 0 50% no-repeat;background-size:20px;padding-left:30px}.tool-bar{border-bottom:1px solid #B2B2B2;font-family:Arial,Verdana,sans-serif;text-transform:uppercase;background:#FFF}.tool-bar .retain-filters,.tool-bar .spelling-suggestions{top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.tool-bar .abo-mobile a,.tool-bar .link a{color:#E20909}.tool-bar-bust #edit-keys-header,.tool-bar-bust #edit-name-header,.tool-bar-bust #edit-pass-header,.tool-bar-bust #logFormEl,.tool-bar-bust #searchFormEl,.tool-bar-bust .dashboard,.tool-bar-bust .link{box-sizing:border-box}.tool-bar-bust .link{display:inline-block;border-right:solid 1px #B2B2B2;border-left:solid 1px #B2B2B2;padding:0 3px;font-size:.75rem;line-height:1;text-align:center;font-weight:700}.tool-bar-bust .link a:after,.tool-bar-bust .link a:before{content:" • "}.tool-bar-bust label{margin-right:0;font-size:.5625rem;line-height:1}.tool-bar-bust input{display:inline;vertical-align:baseline}.tool-bar-bust input[type=text],.tool-bar-bust input[type=password]{padding:0 5px;font-size:.6875rem;line-height:1.909}.tool-bar-bust #edit-pass-header{border-width:1px;border-style:solid}.tool-bar-bust .lost-password{font-size:.5625rem;line-height:.88889;text-transform:none;color:#000}.tool-bar-bust .dashboard{text-align:right}.tool-bar-bust .dashboard li{display:inline-block;border-left:1px solid #B2B2B2;padding:0 2px 0 3px;vertical-align:bottom}.tool-bar-bust .dashboard li:first-child{border:none}.tool-bar-bust .dashboard .highlight{color:#008DF5}.tool-bar-bust .dashboard ul:first-child li{vertical-align:super}.tool-bar-bust .dashboard .logout{position:relative;z-index:5}.tool-bar-links{border-bottom:1px solid #B2B2B2;padding:4px 0}.tool-bar-links a{padding:0!important}.comment{border:1px solid #B2B2B2;margin:15px 0;padding:5px}.comment .is-new{margin-right:1px;padding:2px 7px!important;color:#E20909;border:1px solid #E20909}.comment .is-new.is-hidden{display:none}.comment .content{overflow:hidden;margin-bottom:10px}.comment .info li:before{height:9px;bottom:auto}.comment .info .is-hidden+li{margin-left:0;padding-left:0}.comment .info .is-hidden+li:before{content:normal}.comment.is-recommended{background-color:#F5F5F5}.comment.is-answer{position:relative;margin-left:25px}.comment.is-answer:before{content:' ';position:absolute;top:0;left:-25px;width:15px;height:15px;background-repeat:no-repeat;background-position:50% 50%;background-image:url(/images/v2/is-answer.svg)}.comment.is-unpublished{border-color:#CD6B14;background-color:#FCECE2}.comment.is-mine{border-left:3px double #008DF5}.comment .contextual-info{display:inline-block;padding:15px 0;text-transform:uppercase;font-family:Arial,Verdana,sans-serif}.js-filteredComments>div>.comment{margin-left:0}.js-filteredComments>div>.comment:before{content:normal}.last-comment .title{margin-bottom:10px;background-color:#F5F5F5}.last-comment .comment{margin-left:0;border:0;padding:0;background-color:transparent}.last-comment .is-answer:before{display:none}.manage{text-align:right}.manage>li{display:inline-block;padding-right:3px}.manage>li:after{content:'|';display:inline-block;padding-left:3px}.manage>li.comment-filtered,.manage>li.comment-filtered:after,.manage>li:last-child:after{display:none}.manage>li:last-child{padding-right:0}p.comment-link-find{margin-bottom:5px;font-size:.625rem}.new-comment .title{margin-bottom:10px;background-color:#F5F5F5}.content-comments .notice{margin:25px 0 10px}.back,.more{font-family:Arial,Verdana,sans-serif;text-transform:uppercase}.back .txt,.more .txt{font-size:.6875rem}.back .ico,.more .ico{font-size:.625rem}.more{float:right;text-align:right}.col-right .more{margin:.5em 0 0;padding:.5em 0 0;border-top:dotted 1px #000;display:block;width:100%}.floated-content{position:relative;margin-bottom:1.5em;min-height:200px;height:auto!important;height:200px}.floated-content:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.floated-img,.floated-txt{display:block}.bordered-img{margin-bottom:5px;display:inline-block;padding:3px;background-color:#fff;border:1px solid #000}.bordered-img img{width:auto;height:auto;max-height:200px;display:block}.floated-content .floated-img{width:150px;position:absolute}.floated-txt{width:auto;display:block;margin-left:172px}.content-personnage .floated-img{display:block;float:left;margin:0 1.5em 1.5em 0}.cover{float:left;margin-right:20px;width:150px;height:auto}.cover.with-border{margin-bottom:5px;border:1px solid #000;display:block;padding:3px}.cover img{display:block;max-height:200px;width:auto;height:auto}.content-personnage .cover{margin:0 1.5em 1.5em 0}.content-error{text-align:center}.content-error img{display:block;margin:20px auto}.content-error .title{font-weight:700;text-transform:none;color:#000}.content-error .highlight-button{display:inline-block;margin:20px 0}[role=main] a{text-decoration:underline}.alphabet-list a,.category-title a,.contact-list a,.content-tracker a,.contrib-menu a,.edition a,.info a,.instruction a,.keywords a,.l-flex a,.links-list a,.manage a,.message-list a,.pager a,.participant a,.print-list a,.redactor-activity a,.redactor-identity a,.redactor-menu a,.redactor-overview a,.reserved-content a,.sitemap a,.sub-nav a,.taxonomy a,.title a,.tools-share a,.une .author+a,.une-list a,[class*=sub-menu] a,[class*=mkt-] a,[class^=slide-show] a,[class^=content-library] a,a.content-title,a.mkt-banner,a.more,a.print-list,a.title,a[class^=see-],ul.mini-pager a{text-decoration:none}.blackbox a,.content-article .discours_eclairage_content a,.content-article a,.content-comments .comment .content a,.content-portfolio .description a{text-decoration:underline}.blackbox a[href*="//"]:not([href*="mediapart.fr"]):after,.content-article .discours_eclairage_content a[href*="//"]:not([href*="mediapart.fr"]):after,.content-article a[href*="//"]:not([href*="mediapart.fr"]):after,.content-comments .comment .content a[href*="//"]:not([href*="mediapart.fr"]):after,.content-portfolio .description a[href*="//"]:not([href*="mediapart.fr"]):after{content:"\ 3";font-family:icomoon;speak:none;font-size:.7em}.content-article .read-also a,.content-article [class*=mkt-] a{text-decoration:none}.content-article .read-also a[href*="//"]:not([href*="mediapart.fr"]):after,.content-article [class*=mkt-] a[href*="//"]:not([href*="mediapart.fr"]):after{content:normal}.author a,a.developer,a.journalist,a.subscriber{text-decoration:none}.author a:active,.author a:focus,.author a:hover,a.developer:active,a.developer:focus,a.developer:hover,a.journalist:active,a.journalist:focus,a.journalist:hover,a.subscriber:active,a.subscriber:focus,a.subscriber:hover{text-decoration:underline}a.developer{color:#008DF5}a.journalist,span.journalist{color:#A4AA00}a.subscriber{color:#008DF5}.internal-sub-menu a{color:#9d9d9c}.internal-sub-menu a:active,.internal-sub-menu a:focus,.internal-sub-menu a:hover{color:#000}.internal-sub-menu a.bt-specific:active,.internal-sub-menu a.bt-specific:focus,.internal-sub-menu a.bt-specific:hover{color:#FFF}.sub-nav a{color:#000}.sub-nav a:active,.sub-nav a:focus,.sub-nav a:hover{color:#9d9d9c}.slide-show-journal-feeds .taxonomy a{color:#6A6D6D}.slide-show-journal-feeds .taxonomy a:active,.slide-show-journal-feeds .taxonomy a:focus,.slide-show-journal-feeds .taxonomy a:hover{color:#000}.universe-journal .content-title:active,.universe-journal .content-title:focus,.universe-journal .content-title:hover,.universe-journal .title a:active,.universe-journal .title a:focus,.universe-journal .title a:hover,.universe-journal a.title:active,.universe-journal a.title:focus,.universe-journal a.title:hover,.universe-journal a:active .title,.universe-journal a:focus .title,.universe-journal a:hover .title{color:#E20909}.universe-club .title a:active,.universe-club .title a:focus,.universe-club .title a:hover,.universe-club a.title:active,.universe-club a.title:focus,.universe-club a.title:hover,.universe-club a:active .title,.universe-club a:focus .title,.universe-club a:hover .title,.universe-club.bullet-list a:active,.universe-club.bullet-list a:focus,.universe-club.bullet-list a:hover{color:#008DF5}.journal-bundle .content-journal .title a:active,.journal-bundle .content-journal .title a:focus,.journal-bundle .content-journal .title a:hover,.journal-bundle .content-journal a.title:active,.journal-bundle .content-journal a.title:focus,.journal-bundle .content-journal a.title:hover,.multimedia-container a:active .title,.multimedia-container a:focus .title,.multimedia-container a:hover .title{color:#E20909}.multimedias-menu a a:active,.multimedias-menu a a:focus,.multimedias-menu a a:hover,.multimedias-menu a.current{color:#8C9090}.content-comments .manage a{color:#000}.content-comments .manage a:active,.content-comments .manage a:focus,.content-comments .manage a:hover{color:#E20909}.content-comments .manage a:active span,.content-comments .manage a:focus span,.content-comments .manage a:hover span,.content-comments .manage span{color:#B2B2B2}.content-tracker tbody td:nth-child(3) a,.content-tracker tbody th a,.under-title a{text-decoration:none}.content-tracker tbody td:nth-child(3) a:active,.content-tracker tbody td:nth-child(3) a:focus,.content-tracker tbody td:nth-child(3) a:hover,.content-tracker tbody th a:active,.content-tracker tbody th a:focus,.content-tracker tbody th a:hover,.under-title a:active,.under-title a:focus,.under-title a:hover{text-decoration:underline}.type a{color:#6A6D6D}.type a:focus,.type a:hover{color:#000}.itunes-podcast-link a{color:#FFF}.itunes-podcast-link a:active,.itunes-podcast-link a:focus,.itunes-podcast-link a:hover{color:inherit}.case-page .bullet-list li .title:active,.case-page .bullet-list li .title:focus,.case-page .bullet-list li .title:hover{color:#E20909}.podcast-link:active,.podcast-link:focus,.podcast-link:hover{color:#FFF}.redactor-identity .biography a{text-decoration:underline}.redactor-identity .social a{color:#008DF5;text-decoration:none}.redactor-identity .social a:active,.redactor-identity .social a:focus,.redactor-identity .social a:hover{text-decoration:underline}.redactor-identity a.view-activity,.redactor-identity a.view-article{color:#008DF5;text-decoration:none}.redactor-identity a.view-activity:active,.redactor-identity a.view-activity:focus,.redactor-identity a.view-activity:hover,.redactor-identity a.view-article:active,.redactor-identity a.view-article:focus,.redactor-identity a.view-article:hover{text-decoration:underline}.account .post-list.favorite .delete a{color:#008DF5}.account .post-list.favorite .delete a:active,.account .post-list.favorite .delete a:focus,.account .post-list.favorite .delete a:hover{text-decoration:underline}.see-more:active,.see-more:focus,.see-more:hover{text-decoration:underline;color:#000!important}.about-redactor .title a:active,.about-redactor .title a:focus,.about-redactor .title a:hover{text-decoration:underline}.contribution-menu a{color:#000}.contribution-menu a:active,.contribution-menu a:focus,.contribution-menu a:hover{color:#FFF;background-color:#008DF5}.info.edition a,.mini-pager a,.redactor-activity a{color:#000}.info.edition a.is-active,.info.edition a:active,.info.edition a:focus,.info.edition a:hover,.mini-pager a.is-active,.mini-pager a:active,.mini-pager a:focus,.mini-pager a:hover,.redactor-activity a.is-active,.redactor-activity a:active,.redactor-activity a:focus,.redactor-activity a:hover{color:#6A6D6D}.about-blog .teaser a:active,.about-blog .teaser a:focus,.about-blog .teaser a:hover,.about-blog .title a:active,.about-blog .title a:focus,.about-blog .title a:hover,.comment-list a.title:active,.comment-list a.title:focus,.comment-list a.title:hover,.contact-list a.title:active,.contact-list a.title:focus,.contact-list a.title:hover,.redactor-blog a.title:active,.redactor-blog a.title:focus,.redactor-blog a.title:hover,.redactor-edition a.title:active,.redactor-edition a.title:focus,.redactor-edition a.title:hover,.redactor-overview .title a:active,.redactor-overview .title a:focus,.redactor-overview .title a:hover,.redactor-overview a.title:active,.redactor-overview a.title:focus,.redactor-overview a.title:hover,.redactor-overview.contribution span>a{color:#008DF5}.redactor-overview.contribution span>a:first-child:active,.redactor-overview.contribution span>a:first-child:focus,.redactor-overview.contribution span>a:first-child:hover{text-decoration:underline}.redactor-overview.contribution a:active strong,.redactor-overview.contribution a:focus strong,.redactor-overview.contribution a:hover strong{color:inherit}.redactor-overview.contribution strong a:active,.redactor-overview.contribution strong a:focus,.redactor-overview.contribution strong a:hover{color:#008DF5}.studio-bundle .main-content .title a:active,.studio-bundle .main-content .title a:focus,.studio-bundle .main-content .title a:hover,.studio-bundle .main-content a.title:active,.studio-bundle .main-content a.title:focus,.studio-bundle .main-content a.title:hover,.studio-bundle .teaser .title a:active,.studio-bundle .teaser .title a:focus,.studio-bundle .teaser .title a:hover{color:red}.studio-bundle .info a{color:#A4AA00}.studio-bundle .info a:active,.studio-bundle .info a:focus,.studio-bundle .info a:hover{color:#8b9100}.studio-bundle .info[class*=has-icon-] a{color:#008DF5}.studio-bundle .info[class*=has-icon-] a:active,.studio-bundle .info[class*=has-icon-] a:focus,.studio-bundle .info[class*=has-icon-] a:hover{color:#007edc}.club-content .category-title a{color:#008DF5}.club-content .category-title a:active,.club-content .category-title a:focus,.club-content .category-title a:hover{color:#B2B2B2}.category-list .has-icon-portfolio-club+a.title:active,.category-list .has-icon-portfolio-club+a.title:focus,.category-list .has-icon-portfolio-club+a.title:hover,.club-content [tabindex="-1"]:active+.mobile-wrapper>.title,.club-content [tabindex="-1"]:focus+.mobile-wrapper>.title,.club-content [tabindex="-1"]:hover+.mobile-wrapper>.title,.other-content .club-feed a.title:active,.other-content .club-feed a.title:focus,.other-content .club-feed a.title:hover{color:#008DF5}.carousel a:active .title,.carousel a:focus .title,.carousel a:hover .title{color:#B2B2B2}.studio-bundle.une .teaser .title a{color:#FFF}.studio-bundle.une .teaser .title a:active,.studio-bundle.une .teaser .title a:focus,.studio-bundle.une .teaser .title a:hover{color:#B2B2B2}.studio-bundle.une .teaser .taxonomy a:active,.studio-bundle.une .teaser .taxonomy a:focus,.studio-bundle.une .teaser .taxonomy a:hover{color:#8b9100}.studio-bundle.une .teaser .author a{color:#B2B2B2}.studio-bundle.une .teaser .author a.journalist{color:#A4AA00}.studio-bundle.une .teaser .author a.subscriber{color:#008DF5}.modal{background-color:rgba(0,0,0,.7);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:15}.modal .offre-live{background-color:#da002a}.modal .offre-live .cta{color:#000;background-color:#FFF}.modal .offre-produit{background-color:#333}.modal .offre-produit .cta{color:#000;background-color:#FFF}.modal .offre-studio{background-color:#A4AA00}.modal .offre-studio .cta{color:#000;background-color:#FFF}.modal .offre-parrainage{background-color:#2975AF}.modal .offre-parrainage .cta{color:#000;background-color:#FFF}.modal .offre-evenement{background-color:#aea18f}.modal .offre-evenement .cta{color:#000;background-color:#FFF}.modal .offre-information{background-color:#2975AF}.modal .offre-information .cta{color:#000;background-color:#FFF}.modal .cta{display:inline-block;padding:6px 20px;font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700}.modal .modal-close.modal-button{box-sizing:content-box;height:.9375rem;padding:.5rem;position:absolute;right:0;top:0;width:.9375rem;z-index:1}.modal .modal-close.modal-button svg{display:block;height:100%;width:100%}.modal .modal-content{padding:2.25rem .625rem;text-align:center}.modal .modal-content p{font-family:Open_Sans,Arial,Verdana,sans-serif}.modal-wrapper{background:#FFF;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-live{max-width:25rem;width:100%}.modal-live .modal-close.modal-button svg{fill:#FFF}.modal-live h1 img{display:block}.modal-live .modal-content{color:#FFF;padding:2.25rem .625rem;text-align:center}.modal-live .modal-content p{color:currentColor}.modal-live .modal-content p+span{margin-top:.9375rem}.modal-subscription{max-width:25rem;width:100%}.modal-subscription h1 img{display:block;margin:12.5% auto 0}.modal-subscription .cta{color:#FFF;background-color:#da002a}.modal-subscription .modal-content p+span{margin-top:.4375rem}.simple-list{position:relative}.simple-list ul,.simple-list>div{font-size:.875rem;line-height:1.214}.simple-list li{padding:8px 0 6px}.simple-list li:first-child{padding-top:0}.simple-list>.title{margin-bottom:10px;background-color:#F5F5F5}.simple-list .from,.simple-list .type{display:block}.simple-list .type{margin-bottom:3px}.simple-list .type .ico{margin-right:3px;vertical-align:-2px;color:#000;font-size:.8125rem}.simple-list .author:last-child{margin-bottom:0}.club-bundle .simple-list.from-journalist .author a{color:#A4AA00}.club-bundle .simple-list.from-subscriber ul{font-size:.8125rem;line-height:1.154}.club-bundle .simple-list.from-subscriber .author a{color:#008DF5}.simple-bullet-list{margin-bottom:30px}.simple-bullet-list .title{margin-bottom:10px;background-color:#F5F5F5}.simple-bullet-list li{font-size:.625rem;line-height:1.5;text-transform:uppercase;font-family:Arial,Verdana,sans-serif;color:#B2B2B2}.simple-bullet-list li:before{display:inline;content:" ▪ ";color:#E20909}.logo-list a,.logo-list img{display:block;width:70%;height:auto}.journal-list .une{font-size:1.125rem;line-height:1.16667}.clear-block+.single-column{margin-top:30px}.single-column .journal-list{margin-bottom:0}.single-column .journal-list .fractal-desktop{vertical-align:top;padding:5px 2.5% 0}.single-column .journal-list .fractal-desktop>div{border-top:dotted 1px #B2B2B2;padding-top:5px}.single-column .journal-list .fractal-desktop.first-desktop{padding:5px 5% 0 0}.single-column .journal-list .fractal-desktop.last-desktop{padding:5px 0 0 5%}.single-column .journal-list .fractal-desktop:nth-child(-n+3)>div{border-top:none;padding-top:25px}.single-column .journal-list .fractal-desktop:first-child>div{padding-top:0}.keywords .title{margin-bottom:10px;background-color:#F5F5F5}.keywords ul{line-height:.9}.keywords li{display:inline-block;white-space:nowrap}.keywords li:first-child:before{display:none}.keywords a{white-space:normal}.sub-header .keywords{margin-top:20px}.sub-header .keywords .title{font-size:.875rem;font-weight:400}.universe-club.keywords li:before{content:" ▪ ";color:#008DF5}.universe-journal.keywords li:before{content:" ▪ ";color:#E20909}.block-reco .head{padding:0;background-color:#F5F5F5}.block-reco .head .title{margin-bottom:0}.block-reco .reco-type-nav{padding-bottom:7px;font-size:.625rem;line-height:1.4}.block-reco .reco-type-nav li{display:inline-block}.block-reco .reco-type-nav li:before{content:'|';padding:0 2px}.block-reco .reco-type-nav li:first-child:before{content:normal}.block-reco .reco-type-nav button{text-transform:uppercase;color:#000}.block-reco .reco-type-nav [disabled],.block-reco .reco-type-nav button:active,.block-reco .reco-type-nav button:focus,.block-reco .reco-type-nav button:hover{color:#6A6D6D}.block-reco .slide-show-body li{border-top:dotted 1px #B2B2B2;padding:10px 0 15px}.block-reco .slide-show-body li:first-child{border-top:none}.block-reco .slide-show-body img{float:left;width:50px;height:auto}.block-reco .slide-show-body .context{padding-left:10px}.block-reco .slide-show-body p.info{font-size:.625rem}.block-reco .slide-show-menu{position:relative;float:none;width:100%}.block-reco .slide-show-menu-pn{position:absolute;right:0;top:0;width:100%;border-left:0;margin-left:0;padding-left:0}.block-reco .slide-show-menu-pn li{margin:0}.block-reco .slide-show-menu-pn li+li{position:absolute;right:0;top:0}.block-reco .slide-show-menu-els{position:relative;z-index:1;display:block;margin:0 25px!important;text-align:center}.recommanded{margin-bottom:40px}.col-right-club .col-right>.separator-t{padding-top:10px;margin-top:20px;clear:both;float:none;width:100%;display:block}.col-right-club .col-right>.separator-t:before{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.col-right-club .col-right .media{margin-bottom:10px}.col-right-club .col-right .h1,.col-right-club .col-right .h1-like,.col-right-club .col-right .h2,.col-right-club .col-right .h2-like,.col-right-club .col-right .h3,.col-right-club .col-right .h3-like,.col-right-club .col-right .h4,.col-right-club .col-right .h4-like,.col-right-club .col-right .h5,.col-right-club .col-right .h5-like,.col-right-club .col-right .h6,.col-right-club .col-right .h6-like,.col-right-club .col-right .h7-like .h7,.col-right-club .col-right .h8,.col-right-club .col-right .h8-like,.col-right-club .col-right .h9,.col-right-club .col-right .h9-like{font-family:Arial,Verdana,sans-serif}.col-right-club .col-right .highlight-block,.col-right-club .col-right .highlight-block-multimedia{background-color:#F5F5F5}.col-right-content>.separator-t{overflow:hidden}.cookie-warn{padding-bottom:30px}.cookie-warn .cookie-warn-msg button{padding:0 8px}.cookie-warn-msg{background-color:#FFF;border-top:solid 1px #000;border-left:solid 1px #000;border-right:solid 1px #000;position:fixed;bottom:0;z-index:5}.cookie-warn-msg a,.cookie-warn-msg button,.cookie-warn-msg p{color:#000;font-family:Arial,Verdana,sans-serif}.cookie-warn-msg a,.cookie-warn-msg p{font-size:.75rem}.cookie-warn-msg p{float:left;width:90%;margin:4px 5px;padding:5px 6px}.cookie-warn-msg a{text-decoration:underline}.cookie-warn-msg button{float:right;margin:5px;background-color:#000}body .smiley{display:inline!important;width:16px!important;height:16px!important;vertical-align:middle!important;border:none}.img{height:auto;max-width:100%;display:block;width:75%;text-align:center;margin:0 auto 15px}embed,iframe,img,object{width:auto}video{width:100%;height:auto}.copyright,.media .legend,.tweet.legend{display:block;margin-bottom:10px;border-left:1px solid #B2B2B2;padding:3px 5px 0;font-size:.625em;line-height:1.4;font-family:Arial,Verdana,sans-serif;color:#6A6D6D}.media .legend{margin-bottom:0}.media{width:100%;display:block}.media a,.media embed,.media iframe,.media img,.media object{display:block;width:100%}.media img{height:auto}.media.media-align-left{float:left;margin:0 10px 10px 0}.media.media-align-right{float:right;margin:0 0 10px 10px}.media.media-align-center{display:block;margin:0 auto 10px}.media.media-align-center:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.format-20-pcent{width:20%}.format-20-pcent,.format-20-pcent img{display:block;height:auto}.format-20-pcent a,.format-20-pcent embed,.format-20-pcent iframe,.format-20-pcent img,.format-20-pcent object{width:100%}.format-33-pcent{width:33%}.format-33-pcent,.format-33-pcent img{display:block;height:auto}.format-33-pcent a,.format-33-pcent embed,.format-33-pcent iframe,.format-33-pcent img,.format-33-pcent object{width:100%}.format-50-pcent{width:50%}.format-50-pcent,.format-50-pcent img{display:block;height:auto}.format-50-pcent a,.format-50-pcent embed,.format-50-pcent iframe,.format-50-pcent img,.format-50-pcent object{width:100%}.format-66-pcent{width:66%}.format-66-pcent,.format-66-pcent img{display:block;height:auto}.all-width,.all-width a,.all-width embed,.all-width iframe,.all-width img,.all-width object,.format-100-pcent,.format-100-pcent a,.format-100-pcent embed,.format-100-pcent iframe,.format-100-pcent img,.format-100-pcent object,.format-66-pcent a,.format-66-pcent embed,.format-66-pcent iframe,.format-66-pcent img,.format-66-pcent object{width:100%}.all-width img,.format-100-pcent img{display:block;width:100%;height:auto}.all-width.media-align-center,.all-width.media-align-left,.all-width.media-align-right,.format-100-pcent.media-align-center,.format-100-pcent.media-align-left,.format-100-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.all-width.media-align-center:after,.all-width.media-align-left:after,.all-width.media-align-right:after,.format-100-pcent.media-align-center:after,.format-100-pcent.media-align-left:after,.format-100-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.col-right .format-20-pcent{width:50%}.col-right .format-20-pcent,.col-right .format-20-pcent img{display:block;height:auto}.col-right .format-20-pcent a,.col-right .format-20-pcent embed,.col-right .format-20-pcent iframe,.col-right .format-20-pcent img,.col-right .format-20-pcent object{width:100%}.col-right .format-33-pcent{width:75%}.col-right .format-33-pcent,.col-right .format-33-pcent img{display:block;height:auto}.col-right .format-33-pcent a,.col-right .format-33-pcent embed,.col-right .format-33-pcent iframe,.col-right .format-33-pcent img,.col-right .format-33-pcent object,.col-right .format-50-pcent{width:100%}.col-right .format-50-pcent,.col-right .format-50-pcent img{display:block;height:auto}.col-right .format-50-pcent a,.col-right .format-50-pcent embed,.col-right .format-50-pcent iframe,.col-right .format-50-pcent img,.col-right .format-50-pcent object,.col-right .format-66-pcent{width:100%}.col-right .format-66-pcent,.col-right .format-66-pcent img{display:block;height:auto}.col-right .format-100-pcent,.col-right .format-66-pcent a,.col-right .format-66-pcent embed,.col-right .format-66-pcent iframe,.col-right .format-66-pcent img,.col-right .format-66-pcent object{width:100%}.col-right .format-100-pcent,.col-right .format-100-pcent img{display:block;height:auto}.col-right .format-100-pcent a,.col-right .format-100-pcent embed,.col-right .format-100-pcent iframe,.col-right .format-100-pcent img,.col-right .format-100-pcent object{width:100%}.col-right .format-100-pcent.media-align-center,.col-right .format-100-pcent.media-align-left,.col-right .format-100-pcent.media-align-right,.col-right .format-33-pcent.media-align-center,.col-right .format-33-pcent.media-align-left,.col-right .format-33-pcent.media-align-right,.col-right .format-50-pcent.media-align-center,.col-right .format-50-pcent.media-align-left,.col-right .format-50-pcent.media-align-right,.col-right .format-66-pcent.media-align-center,.col-right .format-66-pcent.media-align-left,.col-right .format-66-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.col-right .format-100-pcent.media-align-center:after,.col-right .format-100-pcent.media-align-left:after,.col-right .format-100-pcent.media-align-right:after,.col-right .format-33-pcent.media-align-center:after,.col-right .format-33-pcent.media-align-left:after,.col-right .format-33-pcent.media-align-right:after,.col-right .format-50-pcent.media-align-center:after,.col-right .format-50-pcent.media-align-left:after,.col-right .format-50-pcent.media-align-right:after,.col-right .format-66-pcent.media-align-center:after,.col-right .format-66-pcent.media-align-left:after,.col-right .format-66-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.multimedia-logo{text-align:center!important;margin:0 auto}.multimedia-logo,.multimedia-logo a,.multimedia-logo img,.multimedia-logo span{padding:0;height:70px}.multimedia-logo a,.multimedia-logo img,.multimedia-logo span{display:inline-block}.une .multimedia-logo,.une .multimedia-logo a,.une .multimedia-logo img,.une .multimedia-logo span{height:87px}.multimedia-logo{margin-top:40px!important}.multimedia-region{background-color:#FCFCF4;border-top:solid 2px #000;border-bottom:solid 1px #000;box-shadow:#EDEEEE 0 6px 6px}.multimedias-menu{margin-bottom:20px;border-bottom:solid 1px #B2B2B2;font-size:.6875rem;text-transform:uppercase}.multimedias-menu li{display:inline;padding-right:6px;vertical-align:middle}.multimedias-menu li:before{content:"|";display:inline;padding-right:6px}.multimedias-menu li:first-child:before{content:normal}.multimedias-menu a{display:inline-block;padding:10px 0}.multimedias-menu .ico{padding-right:7px;font-size:1.375em;line-height:1}.multimedia-single-row{margin-bottom:10px}.multimedia-single-row .slide-show{margin-bottom:0}.multimedia-container .half .ico-list{top:7px}.multimedia-container{text-align:center}.multimedia-container .fractal-2-desktop{vertical-align:top}.multimedia-container .ico-list{position:absolute;top:10px;left:7px}.multimedia-container .ico-list li{display:inline-block;vertical-align:middle}.multimedia-container .ico{display:inline-block;padding:7px 7px 6px;font-size:1.1875rem;line-height:1;background-color:#FFF;border-radius:17px;box-shadow:#6A6D6D 1px 1px 5px}.multimedia-container .time{margin-bottom:0;margin-left:7px;padding:0 15px;line-height:3.3}.multimedia-container .media{margin-bottom:10px;z-index:0;width:100%;background-color:#8C9090}.multimedia-container .title{margin:0 10%}.multimedia-container p a{display:inline}.multimedia-container .accur8-desktop .pos-rel{border-top:dotted 1px #B2B2B2;padding-top:5px}.multimedia-container .accur8-desktop .pos-rel>a{display:block}.multimedia-container .accur8-desktop .fractal-desktop{padding:0 5px;border-right:solid 1px #B2B2B2;vertical-align:top}.multimedia-container .accur8-desktop .fractal-desktop fractal-desktop{padding:0;border:none}.multimedia-container .accur8-desktop .last-desktop{border:none}.multimedia-container>div:first-child .accur8-desktop .fractal-desktop .pos-rel{border-top:none;padding:0}.multimedia-container .accur8-desktop .accur8-desktop .media{width:100%}.multimedia-container .accur8-desktop .accur8-desktop .title{margin:0}.multimedia-container .media-ebook img{margin:6% auto;width:42%;height:auto;box-shadow:#6A6D6D 1px 1px 5px}.multimedia-container .media-ebook .media{display:inline-block}.multimedia-container .media-book .media{padding:6% 0}.multimedia-container .media-book img{margin:0 auto;width:42%;height:auto;box-shadow:#6A6D6D 1px 1px 5px}.multimedia-container .media-podcast{overflow:auto}.multimedia-container .media-podcast>a{display:block;margin-top:55px}.multimedia-region{padding-bottom:15px}.multimedia-region .slide-show-header{border-bottom:solid 1px #B2B2B2;margin-bottom:20px}.search .separator-t{padding-bottom:13px}.search .title{margin-bottom:5px}.search p{margin-bottom:1em;font-size:.9375rem;line-height:1.4}.search strong{color:#E20909}.page-search .single-column{padding-top:0}.additionnal-contents{margin:70px 0 60px;width:100%}.additionnal-contents .col-left,.additionnal-contents .col-right{padding-top:0}.additionnal-contents .content-tracker thead th,.additionnal-contents .title-specific,.content-tracker thead .additionnal-contents th{margin:0}.page-content .additionnal-contents .col-left{border-right:solid 1px #E6E6E6}.page-content .additionnal-contents .col-right{padding-left:10px}.page-content .additionnal-contents .col-left .fractal-desktop,.page-content .single-column .additionnal-contents .fractal-desktop{border-right:solid 1px #E6E6E6;padding:0 10px;vertical-align:top}.page-content .additionnal-contents .col-left .first-desktop,.page-content .single-column .additionnal-contents .first-desktop{padding-left:0}.page-content .additionnal-contents .col-left .last-desktop,.page-content .single-column .additionnal-contents .last-desktop{padding-right:0;border-right:none}.page-content .slide-show{margin-bottom:40px}.page-content .slide-show:last-child{margin-bottom:0;padding-bottom:0}.page-content .additionnal-contents .block-reco .content,.page-content .fractal-desktop:nth-child(n+4) .content{padding-top:10px;margin-top:20px;border-top:dotted 1px #E6E6E6}.page-content .col-right .slide-show .item-list{display:block;width:100%}.page-content .col-right .slide-show-body li:first-child{border-top:none}.editorial-staff{margin-bottom:40px;border-top:2px solid #000}.editorial-staff .slide-show-body{margin-top:15px;text-align:center}.editorial-staff .slide-show-body li{display:inline-block;margin-left:-5px;border-left:dotted 1px #B2B2B2;vertical-align:top;padding:0 1.3%;width:7.4%}.editorial-staff .slide-show-body li:first-child{margin-left:0;border-left:0}.editorial-staff img{display:block;width:100%;height:auto}.editorial-staff .author{color:inherit}.footer-tool{display:table;box-sizing:border-box;padding:10px;text-transform:uppercase;background-color:#000}.footer-tool li{display:table-cell;border-left:solid 1px #B2B2B2;vertical-align:middle;width:33.33333%}.footer-tool li:first-child{border-left:none}.footer-tool a{position:relative;display:block;padding:3% 5%;color:#FFF}.footer-tool .txt{margin-left:30px;display:inline-block}.footer-tool .ico{position:absolute;top:50%;left:5%;margin-top:-10px;font-size:1.125rem}.une-block .fractal-desktop,.une-block .rest-desktop{vertical-align:top}.content-tracker thead .une-block th,.une-block .content-tracker thead th,.une-block .title-specific{margin-bottom:10px;background-color:#F5F5F5}.post-list .keywords .une-block ul,.une-block .bg-highlight,.une-block .post-list .keywords ul{background-color:#F5F5F5;padding-top:0;height:100%}.post-list .keywords .une-block ul>p:last-child,.une-block .bg-highlight>p:last-child,.une-block .post-list .keywords ul>p:last-child{margin-bottom:0}.une-block div.first{padding-right:10px}.une-block p{line-height:1.4}.une-block .teaser .fractal-2-desktop .media{margin-right:0;margin-left:0;width:auto}.une-block img{width:100%}.bordered>div{padding:0 10px;border-left:solid 1px #E6E6E6}.bordered>.first{border-left:none;padding-left:0}.bordered>.last{padding-right:0}.additionnal-contents .separator-t,.bloc-archives .separator-t,.block-la-redaction .separator-t{border-top-color:#000}.une-block .first>:last-child,.une-block .last>:last-child,.une-block .separator-t>:last-child,.une-block ul li:last-child p:last-child,.une-block>:last-child{margin-bottom:0}.une-block .une-list .li:first-child{border-top:dotted 1px #B2B2B2}.une-block .une-list .li>a{font-weight:700}.une-list .li,.une-list>.title{border-bottom:dotted 1px #B2B2B2}.une-list .li{display:block;position:relative;padding:5px 0 0 15px}.une-list .li:before{color:#E20909;content:"-";display:inline-block;font-family:icomoon;margin:0 0 0 -15px;position:absolute;font-size:.5em;line-height:2.8;speak:none}.une-list .li:last-child{border-bottom:0}.content-tracker tbody .une-list .li:last-child td:nth-child(3),.content-tracker tbody .une-list .li:last-child th,.une-list .li:last-child .content-tracker tbody td:nth-child(3),.une-list .li:last-child .content-tracker tbody th,.une-list .li:last-child .under-title,.une-list .li:last-child p:last-child{margin-bottom:0!important}.top-multimedia{text-transform:uppercase;font-size:.875rem;line-height:1.5;padding-bottom:7px;display:block}.top-multimedia-journal,a.top-multimedia-journal{color:#E20909;font-family:PT_Serif,"Times New Roman",Times,serif}.top-multimedia-club,a.top-multimedia-club{color:#008DF5;font-family:Arial,Verdana,sans-serif}.node-type-article .col-left .content-article,.node-type-article .col-left .content-restricted{padding-bottom:35px}.node-censored{border:15px solid #E20909;padding:10px;margin-bottom:10px}.node-unpublished{background-color:#CCC}.node-unpublished:before{content:"Contenu non publié";padding:20px 10px;display:block;color:red;font-weight:700;width:100%;text-align:center}.content-article>.page-pane>p:first-child:first-letter{font-size:3.1875em;line-height:.8;float:left;padding:3px 5px 0 0;font-weight:700;text-transform:uppercase}.content-article{position:relative;min-height:150px}.content-article .node-type-article{padding-right:25px}.reserved-content{border-top:solid 1px #000;border-bottom:dotted 1px #000;font-size:.8125rem;font-weight:400;margin-bottom:20px;padding:10px 0}.reserved-content,.reserved-content a{color:#E20909}.blackbox p,.content-article .discours_eclairage_content p,.content-article p,.content-comments .comment .content p,.content-portfolio .description p{margin-bottom:1.5em;line-height:1.5}.blackbox p:last-child,.content-article .discours_eclairage_content p:last-child,.content-article p:last-child,.content-comments .comment .content p:last-child,.content-portfolio .description p:last-child{margin-bottom:0}.blackbox ol,.blackbox ul,.content-article .discours_eclairage_content ol,.content-article .discours_eclairage_content ul,.content-article ol,.content-article ul,.content-comments .comment .content ol,.content-comments .comment .content ul,.content-portfolio .description ol,.content-portfolio .description ul{margin-bottom:1.5em;line-height:1.2}.blackbox ol ol,.blackbox ol ul,.blackbox ul ol,.blackbox ul ul,.content-article .discours_eclairage_content ol ol,.content-article .discours_eclairage_content ol ul,.content-article .discours_eclairage_content ul ol,.content-article .discours_eclairage_content ul ul,.content-article ol ol,.content-article ol ul,.content-article ul ol,.content-article ul ul,.content-comments .comment .content ol ol,.content-comments .comment .content ol ul,.content-comments .comment .content ul ol,.content-comments .comment .content ul ul,.content-portfolio .description ol ol,.content-portfolio .description ol ul,.content-portfolio .description ul ol,.content-portfolio .description ul ul{margin-top:.5em;margin-bottom:0}.blackbox ul li,.content-article .discours_eclairage_content ul li,.content-article ul li,.content-comments .comment .content ul li,.content-portfolio .description ul li{padding-left:10px;background:url(/images/v2/bullet-list-journal.svg) 0 8px no-repeat}.blackbox ul ol,.content-article .discours_eclairage_content ul ol,.content-article ul ol,.content-comments .comment .content ul ol,.content-portfolio .description ul ol{list-style-type:decimal}.blackbox ol,.content-article .discours_eclairage_content ol,.content-article ol,.content-comments .comment .content ol,.content-portfolio .description ol{list-style-type:decimal;list-style-position:inside}.font-size-1 .blackbox dl,.font-size-1 .blackbox ol,.font-size-1 .blackbox ul,.font-size-1 .blackbox>p,.font-size-1 .content-article .discours_eclairage_content dl,.font-size-1 .content-article .discours_eclairage_content ol,.font-size-1 .content-article .discours_eclairage_content ul,.font-size-1 .content-article .discours_eclairage_content>p,.font-size-1 .content-article .page-pane dl,.font-size-1 .content-article .page-pane ol,.font-size-1 .content-article .page-pane ul,.font-size-1 .content-article .page-pane>p,.font-size-1 .content-article dl,.font-size-1 .content-article ol,.font-size-1 .content-article ul,.font-size-1 .content-article>p,.font-size-1 .content-comments .comment .content dl,.font-size-1 .content-comments .comment .content ol,.font-size-1 .content-comments .comment .content ul,.font-size-1 .content-comments .comment .content>p,.font-size-1 .content-portfolio .description dl,.font-size-1 .content-portfolio .description ol,.font-size-1 .content-portfolio .description ul,.font-size-1 .content-portfolio .description>p,.font-size-1 .portfolio-list .context dl,.font-size-1 .portfolio-list .context ol,.font-size-1 .portfolio-list .context ul,.font-size-1 .portfolio-list .context>p{font-size:1rem}.font-size-1 .content-podcast,.font-size-1 .introduction{font-size:1rem;line-height:1.4}.font-size-2 .blackbox dl,.font-size-2 .blackbox ol,.font-size-2 .blackbox ul,.font-size-2 .blackbox>p,.font-size-2 .content-article .discours_eclairage_content dl,.font-size-2 .content-article .discours_eclairage_content ol,.font-size-2 .content-article .discours_eclairage_content ul,.font-size-2 .content-article .discours_eclairage_content>p,.font-size-2 .content-article .page-pane dl,.font-size-2 .content-article .page-pane ol,.font-size-2 .content-article .page-pane ul,.font-size-2 .content-article .page-pane>p,.font-size-2 .content-article dl,.font-size-2 .content-article ol,.font-size-2 .content-article ul,.font-size-2 .content-article>p,.font-size-2 .content-comments .comment .content dl,.font-size-2 .content-comments .comment .content ol,.font-size-2 .content-comments .comment .content ul,.font-size-2 .content-comments .comment .content>p,.font-size-2 .content-portfolio .description dl,.font-size-2 .content-portfolio .description ol,.font-size-2 .content-portfolio .description ul,.font-size-2 .content-portfolio .description>p,.font-size-2 .portfolio-list .context dl,.font-size-2 .portfolio-list .context ol,.font-size-2 .portfolio-list .context ul,.font-size-2 .portfolio-list .context>p{font-size:1.1875rem}.font-size-2 .content-podcast,.font-size-2 .introduction{font-size:1.1875rem;line-height:1.4}.font-size-3 .blackbox dl,.font-size-3 .blackbox ol,.font-size-3 .blackbox ul,.font-size-3 .blackbox>p,.font-size-3 .content-article .discours_eclairage_content dl,.font-size-3 .content-article .discours_eclairage_content ol,.font-size-3 .content-article .discours_eclairage_content ul,.font-size-3 .content-article .discours_eclairage_content>p,.font-size-3 .content-article .page-pane dl,.font-size-3 .content-article .page-pane ol,.font-size-3 .content-article .page-pane ul,.font-size-3 .content-article .page-pane>p,.font-size-3 .content-article dl,.font-size-3 .content-article ol,.font-size-3 .content-article ul,.font-size-3 .content-article>p,.font-size-3 .content-comments .comment .content dl,.font-size-3 .content-comments .comment .content ol,.font-size-3 .content-comments .comment .content ul,.font-size-3 .content-comments .comment .content>p,.font-size-3 .content-portfolio .description dl,.font-size-3 .content-portfolio .description ol,.font-size-3 .content-portfolio .description ul,.font-size-3 .content-portfolio .description>p,.font-size-3 .portfolio-list .context dl,.font-size-3 .portfolio-list .context ol,.font-size-3 .portfolio-list .context ul,.font-size-3 .portfolio-list .context>p{font-size:1.3125rem}.font-size-3 .content-podcast,.font-size-3 .introduction{font-size:1.3125rem;line-height:1.4}.font-size-4 .blackbox dl,.font-size-4 .blackbox ol,.font-size-4 .blackbox ul,.font-size-4 .blackbox>p,.font-size-4 .content-article .discours_eclairage_content dl,.font-size-4 .content-article .discours_eclairage_content ol,.font-size-4 .content-article .discours_eclairage_content ul,.font-size-4 .content-article .discours_eclairage_content>p,.font-size-4 .content-article .page-pane dl,.font-size-4 .content-article .page-pane ol,.font-size-4 .content-article .page-pane ul,.font-size-4 .content-article .page-pane>p,.font-size-4 .content-article dl,.font-size-4 .content-article ol,.font-size-4 .content-article ul,.font-size-4 .content-article>p,.font-size-4 .content-comments .comment .content dl,.font-size-4 .content-comments .comment .content ol,.font-size-4 .content-comments .comment .content ul,.font-size-4 .content-comments .comment .content>p,.font-size-4 .content-portfolio .description dl,.font-size-4 .content-portfolio .description ol,.font-size-4 .content-portfolio .description ul,.font-size-4 .content-portfolio .description>p,.font-size-4 .portfolio-list .context dl,.font-size-4 .portfolio-list .context ol,.font-size-4 .portfolio-list .context ul,.font-size-4 .portfolio-list .context>p{font-size:1.5rem}.font-size-4 .content-podcast,.font-size-4 .introduction{font-size:1.5rem;line-height:1.4}#tease{position:absolute;bottom:0;left:0;height:150px;width:100%;background:linear-gradient(180deg,rgba(255,255,255,0) -20%,#FFF 75%) no-repeat rgba(255,255,255,0);pointer-events:none}.content-restricted{position:relative;min-height:150px;margin-bottom:1.5em}.content-restricted p{margin-bottom:1.5em;line-height:1.5}.content-restricted p:last-child{margin-bottom:0}.content-restricted.content-longformat{min-height:0}.blackbox{padding:20px 0 0 215px;background:url(/images/articles/bbox_1.png) top left no-repeat #F5F5F5}.blackbox-inner{overflow:hidden;background:url(/images/articles/bbox_2.png) bottom right no-repeat;padding:0 135px 20px 0}.content-photo .title{margin-top:.5em;font-size:1rem}.content-photo .fractal-desktop{padding:0 1% .5em;vertical-align:top;text-align:center}.content-photo .fractal-desktop a,.content-photo .fractal-desktop img{display:block;width:100%;height:auto}.content-photo .first-desktop{padding:0 2% .5em 0}.content-photo .last-desktop{padding:0 0 .5em 2%}.sub-header .block-fiftypcent{box-sizing:border-box}.sub-header .partnership .info{margin-bottom:10px}.sub-header .partnership a{display:block}.sub-header .partnership img{height:auto}.portfolio-list{font-size:.9375rem;line-height:1.2;counter-reset:portfolio}.portfolio-list>li{border-top:1px dotted #000;padding:30px 0 25px;list-style:none}.portfolio-list>li:first-child{border-top:0;padding-top:0}.portfolio-list>li>.legend{font-size:1rem;line-height:1.5}.portfolio-list>li>.legend:before{float:left;margin-right:8px;border-right:1px solid #B2B2B2;padding-right:10px;font-weight:700;counter-increment:portfolio;content:counter(portfolio,decimal-leading-zero)}.portfolio-list>li>.legend p:last-child{margin-bottom:0}.portfolio-list .legend ul li{padding-left:10px;background:url(/images/v2/bullet-list-journal.svg) 0 10px no-repeat}.portfolio-list .media{margin-bottom:20px}.portfolio-list .media img{display:block;max-width:100%;width:100%;height:auto}.portfolio-list .copyright{margin-top:0}.content-ebook .author,.content-ebook .instruction{margin-bottom:25px}.content-ebook .post-list>li{padding-top:20px}.content-library .department{margin-top:20px;border-top:dotted 1px #E6E6E6;padding-top:15px}.content-library .department .title{margin-top:0}.content-library .bullet-list{display:inline-block}.content-library .bullet-list li{padding-right:10px}.book-list .editor,.content-library-page .editor{font-size:.75rem;text-transform:uppercase;vertical-align:top}.book-list .author,.content-library-page .author{margin-bottom:0}.book-list>div{box-sizing:border-box}.content-library-page .parution,.content-library-page .price{color:#6A6D6D}.content-library-page .byon{display:block}.content-podcast{max-width:100%}.content-podcast .separator-t{overflow:visible;margin-top:10px}.content-podcast .media-audio{display:block;width:75%;height:30px;margin:0}.content-podcast .media-audio .mejs-audio,.content-podcast .media-audio audio,.content-podcast .media-audio embed,.content-podcast .media-audio object{display:block;width:100%}.media-list{margin-bottom:20px;width:75%;text-transform:uppercase;background-color:#000}.media-list li{border-top:1px solid #FFF;padding:5px 10px}.media-list li:first-child{border-top:0}.media-list a{display:table;width:100%;color:#FFF}.media-list span{display:table-cell;vertical-align:middle}.media-list .txt{width:87%;font-size:.875rem;line-height:1.42857}.media-list .ico{width:13%;font-size:1.5625rem;line-height:1;text-align:right}.podcast-link{display:block;margin-bottom:20px;padding:7px 10px;font-size:.75rem;line-height:1.25;text-align:center;text-transform:uppercase;color:#FFF;background-color:#000}.content-reco-pwd form{font-size:.625rem;text-align:center;font-family:Arial,Verdana,sans-serif}.content-reco-pwd form #edit-submit{margin-left:-5px}.personne{margin-bottom:20px}.personne .bordered-img{display:block;margin:0 auto 5px;width:136px;height:auto}.personne .title{font-size:1rem;line-height:1.5;text-align:center;font-weight:400;margin-bottom:15px}.personne .title a{display:block;text-transform:uppercase}.personne .content{font-size:.875rem}.content-mobile h1,.content-mobile h2,.content-mobile h3,.content-mobile h4,.content-mobile h5,.content-mobile h6{margin:.5em 0 .2em}.content-mobile p,.content-mobile ul{margin-bottom:34px;font-size:.9375rem}.content-mobile .h1-like{font-weight:700;font-size:2.75rem;margin-bottom:48px;margin-top:0}.content-mobile .h2-like{font-size:1.5rem;color:#E20909}.content-mobile .mobile-block{width:auto;display:block;position:relative}.content-mobile .mobile-block:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.content-mobile .mobile-illustr{position:absolute;top:0}.content-mobile .first-content{min-heigh:364px;margin-bottom:27px;border-bottom:solid 1px #E6E6E6}.content-mobile .first-content .text-content{width:47.6%}.content-mobile .first-content .mobile-illustr{right:0;width:48.85%;height:auto}.content-mobile .second-content .h2-like{margin-bottom:17px}.content-mobile .second-content .h3-like{font-size:.9375rem;margin-top:-15px}.content-mobile .second-content .text-content{width:50%;float:right}.content-mobile .second-content .mobile-illustr{left:0;width:49.16%;height:auto}.content-mobile .second-content li:before{content:" •  ";color:#E20909}.content-tracker table{border-collapse:separate!important;border-spacing:3px 0}.content-tracker thead th{white-space:nowrap;border-bottom:solid 2px #000;margin-left:1px!important;padding:0 4% 0 3px!important;vertical-align:bottom!important}.content-tracker thead th,.content-tracker thead th a{color:#E20909}.content-tracker thead th .ico,.content-tracker thead th a .ico{color:#000;vertical-align:middle;font-size:.875rem}.content-tracker thead th:first-child{margin-left:0!important}.content-tracker tbody th{background-color:#FCECE2;white-space:nowrap}.content-tracker tbody td,.content-tracker tbody th{border-bottom:dotted 1px #B2B2B2;vertical-align:top;padding-right:4%}.content-tracker tbody tr:last-child td,.content-tracker tbody tr:last-child th{border-bottom:none}.content-tracker tbody td:nth-child(3),.content-tracker tbody th{font-weight:400;padding-top:7px}.extra-header{box-sizing:border-box;background-color:#FFF}.extra-header .pict a,.extra-header .pict img{display:block}.extra-header .separator-b{padding-bottom:10px}.extra-header .fractal-desktop{padding-right:10px}.extra-header .fractal-desktop :last-child{padding-right:0}.extra-header .une-block{padding:10px 0 20px}button{background-color:transparent;padding:0}.about-redactor .l-50 li,.comment-list li,.message-list li,.news-list .l-wrapper,.simple-list li,.thread li,.tools-share.is-on-top li{border-top:1px dotted #6A6D6D}.about-redactor .l-50 li:first-child,.comment-list li:first-child,.message-list li:first-child,.news-list .l-wrapper:first-child,.simple-list li:first-child,.thread li:first-child,.tools-share.is-on-top li:first-child{border-top:0}.post-list>div,.post-list>li{border-top:1px solid #6A6D6D}.post-list>div:first-child,.post-list>li:first-child{border-top:0}.bt-specific,.buy,.cookie-warn-msg button,.follow{display:inline-block;box-sizing:border-box;border:none!important;padding:5px 6px;min-height:23px;vertical-align:middle;font-size:.625rem;line-height:1.3!important;text-transform:uppercase;font-weight:700;color:#FFF;background:#000}.bt-specific a,.buy,.follow,a.bt-specific,button.bt-specific,input.bt-specific{color:#FFF;text-decoration:none!important}.bt-specific a:visited,.buy:visited,.follow:visited,a.bt-specific:visited,button.bt-specific:visited,input.bt-specific:visited{color:#FFF}.bt-specific a:active,.bt-specific a:focus,.bt-specific a:hover,.buy:active,.buy:focus,.buy:hover,.follow:active,.follow:focus,.follow:hover,a.bt-specific:active,a.bt-specific:focus,a.bt-specific:hover,button.bt-specific:active,button.bt-specific:focus,button.bt-specific:hover,input.bt-specific:active,input.bt-specific:focus,input.bt-specific:hover{color:#FFF;background:#6A6D6D}.pager a,.pager span{display:block;font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700;text-transform:uppercase}.pager a{border:1px solid #CCC;color:#000}.pager a:active,.pager a:focus,.pager a:hover{border-color:#000;color:inherit}.block-event,.block-portfolio,.block-post,.calendar,.contact-list.is-aside,.guest,.help,.is-aside.about-blog,.is-aside.about-edition,.keywords,.last-comment,.links-list,.new-blog,.new-edition,.personalize,.portfolio-slideshow,.simple-list,.space-b,.user-keyword{margin-bottom:30px}.case-page .bullet-list,.space-t{margin-top:30px}.about-redactor,.about-redactor .content .title,.about-redactor .l-50 li,.account .post-list.favorite .delete,.archive form,.author,.back-to,.block-reco .slide-show-body .title,.bookmark span,.bt-specific,.buy,.calendar-legend,.club-bundle .next-event .post-list .title,.club-bundle .post-list .teaser .title,.club-bundle .post-list .title,.club-bundle .post-list.our-choice .teaser .title,.club-bundle .redactor-identity,.club-bundle .simple-list.from-subscriber ul,.club-bundle h2,.club-bundle h3,.club-bundle h4,.comment-number,.contact-list,.contribution-menu,.cookie-warn-msg button,.data-entry select,.edition-post-list .title,.follow,.follower,.info,.internal-nav,.journal-bundle .col-right .post-list .title,.keywords li,.links-list .info,.links-list .source,.links-list ul,.manage,.message-list ul,.new-blog .first-post .title,.new-edition .first-post .title,.news-list .title,.partner li .title,.redactor-activity,.redactor-blog a.title,.redactor-edition a.title,.redactor-identity .avatar a,.redactor-identity .social,.redactor-list ul,.redactor-menu,.redactor-overview .title,.redactor-overview.contribution,.simple-list .from,.simple-list .type,.slide-show-feeds .source,.sm-link+.see-more,.small-cap,.sub-header-article .title,.sub-header-blog .title,.sub-header-edition .title,.sub-menu,.subhead,.taxonomy,.thread .context,.thread .participant,.thread .title,.title.form,.tools-share,.view-activity,.view-article,.view-more,label{font-family:Arial,Verdana,sans-serif}.about-redactor>.title,.account .single-column>.title,.additionnal-contents .content-tracker thead th,.additionnal-contents .title-specific,.archive .content-tracker thead th,.archive .title-specific,.block-event>.title,.block-portfolio>.title,.block-post>.title,.block-reco .head .title,.bullet-list>.title,.calendar>.title,.club-bundle .content-tracker thead th,.club-bundle .title-specific,.club-bundle h1,.comment-list.is-aside>.title,.contact-list.is-aside>.title,.content-tracker thead .additionnal-contents th,.content-tracker thead .archive th,.content-tracker thead .club-bundle th,.content-tracker thead .journal-bundle .post-list th,.content-tracker thead .page-biographie .col-left th,.content-tracker thead .page-content .block-reco th,.content-tracker thead .portfolio-slideshow th,.content-tracker thead .une-block th,.decrease-fs,.editorial-staff .title,.guest>.title,.help>.title,.increase-fs,.internal-sub-menu .title,.is-aside.about-blog>.title,.is-aside.about-edition>.title,.journal-bundle .post-list .content-tracker thead th,.journal-bundle .post-list .title-specific,.keywords .title,.last-comment .title,.new-blog>.title,.new-comment .title,.new-edition>.title,.next-event h2.title,.page-biographie .col-left .content-tracker thead th,.page-biographie .col-left .title-specific,.page-content .block-reco .content-tracker thead th,.page-content .block-reco .title-specific,.portfolio-slideshow .content-tracker thead th,.portfolio-slideshow .title-specific,.post-list-wrapper>.title,.profile .single-column>.title,.simple-bullet-list .title,.simple-list>.title,.slide-show-feeds .slide-show-header .title,.slide-show-folders .slide-show-header .title,.slide-show-journal-feeds .slide-show-header .title,.sub-nav h3,.une-block .content-tracker thead th,.une-block .title-specific{font-family:PT_Serif,"Times New Roman",Times,serif}.about-redactor .l-50 li,.account .post-list.favorite .delete,.author,.back-to,.bookmark span,.calendar-legend,.comment-number,.contact-list,.data-entry select,.follower,.info,.keywords li,.links-list .info,.links-list .source,.manage,.message-list ul,.redactor-activity,.redactor-identity .avatar a,.redactor-identity .social,.redactor-list ul,.redactor-menu,.redactor-overview.contribution,.simple-list .from,.simple-list .type,.slide-show-feeds .source,.small-cap,.sub-menu,.subhead,.taxonomy,.thread .participant,.tools-share,.view-activity,.view-article,.view-more,label{font-size:.625rem;line-height:1.4;text-transform:uppercase;color:#6A6D6D}.block-reco .slide-show-body li:after,.block-reco .slide-show-body li:before,.clearfix:after,.clearfix:before,.contact-list.is-aside li:after,.contact-list.is-aside li:before,.contact-list:after,.contact-list:before,.content-article:after,.content-article:before,.edition-post-list>li:after,.edition-post-list>li:before,.event-list>li:after,.event-list>li:before,.event-overview:after,.event-overview:before,.help li:after,.help li:before,.links-list li:after,.links-list li:before,.news-list .l-wrapper:after,.news-list .l-wrapper:before,.portfolio-list>li:after,.portfolio-list>li:before,.post-list>div:after,.post-list>div:before,.post-list>li:after,.post-list>li:before,.redactor-identity:after,.redactor-identity:before,.redactor-list li:after,.redactor-list li:before,.redactor-overview li:after,.redactor-overview li:before,.slide-show-header:after,.slide-show-header:before,.thread li:after,.thread li:before{content:" ";display:table}.block-reco .slide-show-body li:after,.clearfix:after,.contact-list.is-aside li:after,.contact-list:after,.content-article:after,.edition-post-list>li:after,.event-list>li:after,.event-overview:after,.help li:after,.links-list li:after,.news-list .l-wrapper:after,.portfolio-list>li:after,.post-list>div:after,.post-list>li:after,.redactor-identity:after,.redactor-list li:after,.redactor-overview li:after,.slide-show-header:after,.thread li:after{clear:both}.about-redactor>.title,.additionnal-contents .content-tracker thead th,.additionnal-contents .title-specific,.archive .content-tracker thead th,.archive .title-specific,.block-event>.title,.block-portfolio>.title,.block-post>.title,.block-reco .head .title,.bullet-list>.title,.calendar>.title,.club-bundle .content-tracker thead th,.club-bundle .title-specific,.comment-list.is-aside>.title,.contact-list.is-aside>.title,.content-tracker thead .additionnal-contents th,.content-tracker thead .archive th,.content-tracker thead .club-bundle th,.content-tracker thead .journal-bundle .post-list th,.content-tracker thead .page-biographie .col-left th,.content-tracker thead .page-content .block-reco th,.content-tracker thead .portfolio-slideshow th,.content-tracker thead .une-block th,.editorial-staff .title,.guest>.title,.help>.title,.is-aside.about-blog>.title,.is-aside.about-edition>.title,.journal-bundle .post-list .content-tracker thead th,.journal-bundle .post-list .title-specific,.keywords .title,.last-comment .title,.new-blog>.title,.new-comment .title,.new-edition>.title,.next-event h2.title,.page-biographie .col-left .content-tracker thead th,.page-biographie .col-left .title-specific,.page-content .block-reco .content-tracker thead th,.page-content .block-reco .title-specific,.portfolio-slideshow .content-tracker thead th,.portfolio-slideshow .title-specific,.post-list-wrapper>.title,.simple-bullet-list .title,.simple-list>.title,.slide-show-feeds .slide-show-header .title,.slide-show-folders .slide-show-header .title,.slide-show-journal-feeds .slide-show-header .title,.une-block .content-tracker thead th,.une-block .title-specific{text-transform:uppercase;font-size:.875rem;font-weight:400}.about-redactor>.title,.additionnal-contents .content-tracker thead th,.additionnal-contents .title-specific,.block-event>.title,.block-portfolio>.title,.block-post>.title,.block-reco .head .title,.bullet-list>.title,.calendar>.title,.comment-list.is-aside>.title,.contact-list.is-aside>.title,.content-tracker thead .additionnal-contents th,.content-tracker thead .page-biographie .col-left th,.content-tracker thead .portfolio-slideshow th,.content-tracker thead .une-block th,.guest>.title,.help>.title,.is-aside.about-blog>.title,.is-aside.about-edition>.title,.keywords .title,.last-comment .title,.new-blog>.title,.new-comment .title,.new-edition>.title,.next-event h2.title,.page-biographie .col-left .content-tracker thead th,.page-biographie .col-left .title-specific,.portfolio-slideshow .content-tracker thead th,.portfolio-slideshow .title-specific,.post-list-wrapper>.title,.simple-bullet-list .title,.simple-list>.title,.une-block .content-tracker thead th,.une-block .title-specific{line-height:1.5;border-top:2px solid #000;padding:7px 0}.l-right{float:right}.l-wrapper{display:table;box-sizing:border-box;width:100%}.l-33{display:table-cell;width:33.33333%}.l-45{display:table-cell;width:45%}.l-50{display:table-cell;width:50%}.l-55{display:table-cell;width:55%}.l-66{display:table-cell;width:66.666666%}.no-separator .col-left{padding-right:20px}.no-separator .col-right{padding-left:0}img{word-wrap:break-word}.illustration{vertical-align:bottom}.context{overflow:hidden}.bt-specific{margin-right:6px}.buy{background-color:#E20909}.fixed .account-links>li>a span,.fixed .account-links>li>button span,.fixed .article-tools .facebook span,.fixed .article-tools .googleplus span,.fixed .article-tools .twitter span,.fixed .date-edition,.header .menuPanelLink span,.header .social-links a span,.header form[role=search] label,.menu-sticky .menu-title .close span,.menu-sticky .social-links a span,.menu-sticky .social-links-title,.menu-sticky form[role=search] label,.modal .modal-close.modal-button span,.modal-live h1 span,.modal-subscription h1 span,.post-event .event-article--cartoon .legend,.post-event .event-thumb-image .legend,.tools-share .googleplus a span,.visually-hidden{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.bookmark{position:relative;z-index:1;margin:0 2px 0 -2px;width:24px;height:14px;background:url(/images/v2/bookmark.svg) 0 -14px no-repeat}.bookmark.is-active{margin:0 5px;background-position:0 0}.bookmark.staff{margin:0 5px;background-position:0 -29px}.bookmark:active span,.bookmark:focus span,.bookmark:hover span{display:block}.bookmark span{display:none;position:absolute;left:0;top:-24px;padding:1px 3px;min-width:180px;background-color:#FFF;box-shadow:0 0 2px 1px #B2B2B2}.follow{margin-right:6px}a.follow{position:relative;padding-right:30px;color:#FFF;background-color:#6A6D6D;cursor:pointer}a.follow span{text-indent:-119988px;overflow:hidden;text-align:left;position:absolute;top:0;right:0;bottom:0;width:23px;color:#FFF;background:url(/images/v2/follow.svg) 50% 50% no-repeat #000}a.follow:active span,a.follow:focus span,a.follow:hover span{background-image:url(/images/v2/follow-hover.svg)}.follower{display:block;vertical-align:middle}.follower span:before{content:"|";display:inline;padding-right:6px;padding-left:2px}.info,.taxonomy{display:block;margin-bottom:7px}.studio-bundle .info,.studio-bundle .taxonomy{font-size:.6875rem;line-height:1.2727272727;color:#A4AA00}.info>li,.taxonomy>li{display:inline;position:relative}.info>li:before,.taxonomy>li:before{content:" ";position:absolute;left:0}.info>li:first-child,.taxonomy>li:first-child{margin-left:0;padding-left:0}.info>li:first-child:before,.taxonomy>li:first-child:before{content:normal}.taxonomy>li{padding-left:13px}.taxonomy>li:before{top:.6em;margin-top:-1px;height:1px;width:10px;background-color:#000}#colClub>.taxonomy li{color:#000}.info>li{margin-left:4px;padding-left:7px}.info>li:before{top:1px;width:1px;height:10px;background-color:#6A6D6D}.has-badge+li{padding-left:16px}.has-badge+li:before{content:normal}.badge{position:relative;display:inline-block;margin-left:8px;padding:0 8px;font-size:.625rem;line-height:1.6;text-transform:uppercase;color:#FFF;background-color:red}.badge:after,.badge:before{content:" ";position:absolute;top:0;border:8px solid transparent;height:0;width:0}.badge:before{border-right-color:red;right:100%}.badge:after{border-left-color:red;left:100%}.badge.redaction-choice{background-color:#008DF5}.badge.redaction-choice:before{border-right-color:#008DF5}.badge.redaction-choice:after{border-left-color:#008DF5}.studio-bundle .badge{background-color:#A4AA00}.studio-bundle .badge:before{border-right-color:#A4AA00}.studio-bundle .badge:after{border-left-color:#A4AA00}.instruction{margin-bottom:30px;font-size:.9375rem;line-height:1.33333;color:#6A6D6D}.instruction a{font-weight:700}.time{display:inline-block;margin-bottom:7px;padding:0 10px;font-family:Arial,Verdana,sans-serif;font-size:.625rem;line-height:2.1;color:#000;border-radius:17px;background-color:#C7C91B}.author{display:block;margin:.375rem 0}.col-right .author{word-wrap:break-word}.author time::after{content:'\0007C';display:inline-block;margin-right:2px;margin-left:5px;font-weight:400;vertical-align:1px}.author time:last-child::after{content:normal}.subhead{display:block;margin-bottom:3px;color:#000}.subhead.event{padding-left:15px;background-position:0 2px;background-repeat:no-repeat;background-image:url(/images/v2/event.svg)}.comment-number{display:block}.introduction{font-size:1rem;line-height:1.375;margin-top:15px;font-weight:700}.introduction p:last-child{margin-bottom:0}.case-page .introduction{margin-top:0;padding-bottom:10px;line-height:1.1875}.view-more{display:block;margin:10px 0 30px;border-top:1px dotted #6A6D6D;padding:7px 0;width:100%;text-align:center;color:#000;background-color:#F5F5F5}.view-more span{padding-right:23px;background:url(/images/v2/view-more.svg) 100% 50% no-repeat}.sm-link{padding-right:35%!important}.sm-link+.see-more{position:absolute;top:13px;right:0;padding-right:15px;background:url(/images/v2/see-more.svg) 100% 50% no-repeat}.see-more{color:#000;font-size:.5625rem;text-transform:uppercase}.no-js .js-elipsis,.no-js .js-link-see-less,.no-js .js-link-see-more{display:none}.js .js-link-see-less,.js .js-see-more-additionnal-content{top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.js .js-link-see-less.is-visible,.js .js-see-more-additionnal-content.is-visible{top:auto;left:auto;visibility:inherit;position:static!important}.js .js-elipsis,.js .js-link-see-more{display:inline-block;speak:none}.js .js-elipsis.is-hidden,.js .js-link-see-more.is-hidden{top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.decrease-fs,.increase-fs{vertical-align:bottom;color:#000;background-color:transparent}.decrease-fs[disabled],.increase-fs[disabled]{color:#8C9090}.increase-fs{font-size:.9375rem;line-height:1}.decrease-fs{margin-left:10px;font-size:.6875rem}.back-to{display:block}.back-to a{padding-left:20px;text-decoration:none;background:url(/images/v2/back-to.svg) 4px 50% no-repeat}.back-to.list{margin-top:30px;font-size:.6875rem}.notice{margin-bottom:45px;padding:6px;font-size:.8125rem!important;font-style:italic;background-color:#F5F5F5}.notice.draft{margin-bottom:0;padding-bottom:35px;text-align:center;color:red}.notice.unpublished{text-align:center;color:red}.notice.is-required{margin-bottom:15px;text-align:right;background-color:transparent}.sub-header-nav .col-left,.sub-header-nav .col-right{padding-top:0;padding-bottom:0}div.sub-header-nav .col-left,div.sub-header-nav .col-right{vertical-align:middle}.archive .content-tracker thead th,.archive .title-specific,.content-tracker thead .archive th{line-height:1.14286;border-top:2px solid #000;margin-bottom:0;padding:7px 0}.archive ul{border-top:solid 1px #B2B2B2;border-bottom:solid 1px #B2B2B2;padding:10px 0;text-align:center;font-size:.8125rem;line-height:1.769;font-weight:700;background-repeat:no-repeat;background-position:0 100%}.archive li{display:inline-block;margin-left:-4px;border-left:solid 1px #B2B2B2;padding:0 1.5%}.archive li:first-child{margin-left:0;border-left:0}.archive a,.archive span{display:block}.archive span{font-size:1.875rem;line-height:1}.archive form{position:relative;overflow:hidden;padding:15px;text-align:center;vertical-align:middle}.club-bundle .archive form{padding-bottom:0}.archive label{margin-right:0;vertical-align:middle}.archive label span{position:absolute;top:-200px;left:-200px}.archive input[type=text]{padding:0 10px;width:100px;height:auto;vertical-align:bottom;font-size:.875rem;line-height:1.5;text-align:center}.club-bundle .archive ul{background-image:url(/images/v2/archive-club.svg)}.journal-bundle .archive ul{background-image:url(/images/v2/archive-journal.svg)}.about-redactor .content .title,.block-reco .slide-show-body .title,.club-bundle .next-event .post-list .title,.club-bundle .post-list .teaser .title,.club-bundle .post-list .title,.club-bundle .post-list.our-choice .teaser .title,.club-bundle h2,.club-bundle h3,.club-bundle h4,.edition-post-list .title,.journal-bundle .col-right .post-list .title,.new-blog .first-post .title,.new-edition .first-post .title,.news-list .title,.partner li .title,.redactor-blog a.title,.redactor-edition a.title,.redactor-overview .title,.sub-header-article .title,.sub-header-blog .title,.sub-header-edition .title,.thread .title,.title.form{display:block;margin-top:0;font-weight:700}.account .single-column>.title,.club-bundle h1,.profile .single-column>.title{margin-bottom:18px;font-size:2.75rem;line-height:1;text-transform:uppercase;font-weight:400}.club-bundle .post-list.our-choice .teaser .title,.sub-header-blog .title,.sub-header-edition .title{display:inline-block;margin-right:7px;margin-bottom:12px;vertical-align:-8px;font-size:2.25rem;line-height:1.11111;text-transform:none}.club-bundle .post-list .teaser .title,.club-bundle h2,.sub-header-article .title{margin-bottom:7px;font-size:1.75rem;line-height:1.17857}.club-bundle .post-list .title,.club-bundle h3,.edition-post-list .title,.journal-bundle .col-right .post-list .title,.redactor-blog a.title,.redactor-edition a.title,.thread .title,.title.form{margin-bottom:4px;font-size:1.125rem;line-height:1.16667}.about-redactor .content .title,.block-reco .slide-show-body .title,.club-bundle .next-event .post-list .title,.club-bundle h4,.new-blog .first-post .title,.new-edition .first-post .title,.news-list .title,.partner li .title,.redactor-overview .title{margin-bottom:4px;font-size:.875rem;line-height:1.28571}.club-bundle h1{color:#008DF5}label{margin-right:3px;cursor:pointer}.is-required{vertical-align:text-top;margin-left:4px}input[type=text],input[type=password],input[type=email],select,textarea{border:1px solid #B2B2B2;font-size:.875rem;line-height:1.14286;font-family:Arial,Verdana,sans-serif}input[type=text],input[type=password],input[type=email],textarea{padding:4px}input[type=text]:active,input[type=text]:focus,input[type=text]:hover,input[type=password]:active,input[type=password]:focus,input[type=password]:hover,input[type=email]:active,input[type=email]:focus,input[type=email]:hover,textarea:active,textarea:focus,textarea:hover{border-color:#6A6D6D;background-color:#EDEEEE}.contextual-help{display:block;font-size:.75rem;line-height:1.16667}.mceEditor .mceLayout{width:100%!important;height:auto!important}.mceToolbar td{float:left;padding-bottom:2px 0!important}#blogpost_body_ifr,#event_body_ifr,#link_body_ifr{min-height:550px!important}.data-entry{margin-bottom:30px}.data-entry>div{margin:15px 0}.data-entry label{display:block;font-size:.875rem;line-height:1.14286;font-weight:700}.data-entry input[type=text],.data-entry input[type=password],.data-entry input[type=email],.data-entry textarea{border-color:#B2B2B2}.data-entry input[type=text],.data-entry input[type=email],.data-entry textarea{box-sizing:border-box;width:100%}.data-entry textarea{min-height:250px}.data-entry select{padding:3px 0;color:#000}.data-entry .avatar{display:block;margin-bottom:10px;max-width:135px;max-height:170px;height:auto;width:auto}.data-entry input[type=radio]{float:left;clear:left;margin:6px 5px 6px 0;height:.875rem}.data-entry input[type=radio]+label{padding:5px 0;font-weight:400}.data-entry input[type=radio]+label:after{content:normal}.data-entry #event_informations,.data-entry #event_inscription,.data-entry #event_location,.data-entry #event_reservation,.data-entry #share_article_send_to{height:70px;min-height:0}.data-entry #event_begin,.data-entry #event_end{width:100%;display:block}.data-entry #blogpost_chapo,.data-entry #event_chapo,.data-entry #link_chapo,.data-entry #portfolio_chapo{height:140px;min-height:0}[id^=portfolio_photos_]{background-color:#F5F5F5}[id^=portfolio_photos_]>div{margin:15px 0}[id^=portfolio_photos_] .delete-portfolio-item{background-color:#000}[id^=portfolio_photos_] input,[id^=portfolio_photos_] textarea{background-color:#FFF}.message-display{padding:5px 0;background-color:#F5F5F5}.message-display label{color:#000}.message-display .bt-specific{margin-left:9px}.search-form{border-bottom:1px solid #E6E6E6;margin-bottom:10px;padding-bottom:30px}.search-form label{font-size:.75rem}.search-form input[type=text]{padding:0 5px;width:160px;line-height:1.5;vertical-align:bottom}.search-form .bt-specific{margin-left:-6px;vertical-align:bottom}#contact{margin-top:30px}#contact>div{margin-bottom:15px}#contact label{display:block;margin-bottom:3px;font-size:.6875rem;line-height:1.27273}#contact textarea{display:block;min-height:65px;width:100%}#contact input{width:270px}#contact select{width:278px}#contact .submit-buttons{margin-bottom:0}.error-list{border:1px solid #E20909;padding:5px 10px;color:#E20909;background-color:#F5F5F5}.error-list p{color:inherit}.error-list li{padding-left:10px;background:url(/images/v2/bullet-list-journal.svg) 0 50% no-repeat}div.error-list{margin-bottom:30px}form.data-entry .has-error{border-color:#E20909;padding-right:15px;background:url(/images/v2/has-error.svg) 100% 50% no-repeat #F5F5F5}.data-entry .has-error+.mceEditor .mceToolbar{border-top-color:#E20909}.data-entry .has-error+.mceEditor .mceStatusbar{border-bottom-color:#E20909}.data-entry .has-error+.mceEditor .mceLayout{border-left-color:#E20909;border-right-color:#E20909}.data-entry .has-error+.mceEditor .mceIframeContainer iframe{background-color:#F5F5F5}.sitemap>li{box-sizing:border-box;padding:10px}.sitemap>li li{padding-left:10px;background:url(/images/v2/bullet-list-journal.svg) 0 9px no-repeat}.sitemap span{font-weight:700}.main-menu{position:relative;z-index:2;box-sizing:border-box;font-family:Open_Sans,Arial,Verdana,sans-serif;text-align:left;text-transform:uppercase;background-color:#000}.main-menu ul{display:table;text-align:center}.main-menu li{display:table-cell}.main-menu a{position:relative;display:inline-block;color:#FFF}.main-menu a::after{content:' ';position:absolute;left:0;right:0;bottom:0;height:4px}.main-menu .main{font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700}.main-menu .link-club{background-color:#008DF5}.main-menu .link-journal{background-color:#000}.main-menu .link-studio{background-color:#A4AA00}body.has-studio-menu .main-menu .link-studio,body.has-studio-menu .main-menu li:nth-child(6){padding-right:0}.main-menu .link-club a:active::after,.main-menu .link-club a:focus::after,.main-menu .link-club a:hover::after,.main-menu .link-club.is-active a::after,.main-menu .link-studio a:active::after,.main-menu .link-studio a:focus::after,.main-menu .link-studio a:hover::after,.main-menu .link-studio.is-active a::after{background-color:#000}.main-menu .link-journal a:active::after,.main-menu .link-journal a:focus::after,.main-menu .link-journal a:hover::after,.main-menu .link-journal.is-active a::after{background-color:#E20909}.menu-wrapper{overflow:scroll;-webkit-overflow-scrolling:touch;height:100%;width:250px;background-color:#000}.menu-sticky{z-index:10;top:0;left:0;width:100%;height:100%;font-family:PT_Serif,"Times New Roman",Times,serif;font-size:.8125rem;line-height:1.3846153846;transition:-webkit-transform .25s linear,opacity .2s ease-out;transition:transform .25s linear,opacity .2s ease-out}.header-sticky .menu-sticky{position:fixed}.menu-sticky[aria-hidden=true]{display:none;-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.menu-sticky a{display:block;padding:1em 15px;color:#FFF}.menu-sticky a:active,.menu-sticky a:focus,.menu-sticky a:hover{color:#B2B2B2}.menu-sticky [class^=links-]{position:relative;border-top:1px solid #37393B;overflow:hidden}.menu-sticky .links-club{border-bottom:1px solid #37393B}.menu-sticky form[role=search]{position:relative;padding:.5rem .625rem .8125rem;background-color:#000}.menu-sticky form[role=search] #nav-main-search{width:100%}.menu-sticky form[role=search] label{text-transform:none}.menu-sticky form[role=search] button{right:.625rem;top:.5rem;height:2.1875rem;width:1.875rem;text-align:left}.menu-sticky form[role=search] button img{padding-left:.1875rem}.menu-sticky section .title{font-size:1em;letter-spacing:normal;margin:0;line-height:1}.menu-sticky section header{position:relative}.menu-sticky section header a{font-size:.875rem;line-height:1.2857142857;font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700;text-transform:uppercase;padding-right:2.875rem}.menu-sticky section [aria-controls]{outline:0;height:2.875rem;padding:0;position:absolute;right:0;top:0;width:2.875rem;color:#37393B}.keyboard .menu-sticky section [aria-controls]:focus{outline:currentColor solid 2px;outline-offset:-2px}.menu-sticky section [aria-controls] svg{position:relative;width:.8125rem;fill:#FFF;-webkit-transform:translateY(-1px);transform:translateY(-1px);transition:-webkit-transform 0s linear .4s;transition:transform 0s linear .4s}.menu-sticky section [aria-controls][aria-expanded=true] svg{-webkit-transform:translateY(-1px) scale(-1);transform:translateY(-1px) scale(-1);transition-delay:.1s}.menu-sticky section [aria-controls][aria-expanded=true]:before{-webkit-transform:translateY(0);transform:translateY(0);transition-timing-function:ease-in;transition-delay:0s}.menu-sticky section [aria-controls][aria-expanded=true]:after{transition-delay:0s}.menu-sticky section [aria-controls]:before{content:'';position:absolute;right:0;top:0;width:2.875rem;height:2.875rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:-webkit-transform .15s ease-out .3s;transition:transform .15s ease-out .3s;background-color:currentColor}.menu-sticky section [aria-controls]::after{content:' ';position:absolute;left:-12.75rem;top:0;width:.25rem;height:2.875rem;background-color:transparent;transition:background .15s linear .3s}.menu-sticky .menu-title{position:relative;margin:0}.menu-sticky .menu-title .title{margin-bottom:0;font-size:1em;color:#FFF;line-height:normal;padding:.6875rem 2.5rem .6875rem .9375rem}.menu-sticky .menu-title .close{position:absolute;right:0;top:0;width:2.5rem;height:2.5rem}.menu-sticky .menu-title .close svg{display:block;margin:0 auto;width:.9375rem}.menu-sticky .links-journal [aria-expanded=true]:after{background-color:#E20909}.menu-sticky .links-club [aria-expanded=true]:after{background-color:#008DF5}.menu-sticky .links-studio [aria-expanded=true]:after{background-color:#A4AA00}.menu-sticky .submenu{font-family:Open_Sans,Arial,Verdana,sans-serif;text-transform:uppercase;background-color:#37393B;display:none;transition:height .3s ease-in}.menu-sticky .submenu[aria-hidden=true]{height:0}.menu-sticky .submenu[aria-hidden=false]{display:block;transition-delay:.15s;transition-timing-function:ease-out}.menu-sticky .nav-links a span{margin-left:.625rem}.menu-sticky .nav-links .icon-logout{vertical-align:-.0625rem}.menu-sticky .subscription{padding-top:.3125rem}.menu-sticky .subscription svg{margin-left:-.1875rem;margin-right:-.125rem}.menu-sticky .subscription .svg{fill:red}.menu-sticky .connexion{padding-bottom:5px}.menu-sticky .account,.menu-sticky .menu-title,.menu-sticky .private,.menu-sticky .public{border-bottom:1px solid #37393B}.menu-sticky .account .title,.menu-sticky .menu-title .title,.menu-sticky .private .title,.menu-sticky .public .title{font-family:Open_Sans,Arial,Verdana,sans-serif;text-transform:uppercase}.menu-sticky .account li,.menu-sticky .private li,.menu-sticky .public li{position:relative}.menu-sticky .account .my-notifications,.menu-sticky .private .my-notifications,.menu-sticky .public .my-notifications{position:absolute;right:15px;top:12px}.menu-sticky .account a:active .my-notifications,.menu-sticky .account a:focus .my-notifications,.menu-sticky .account a:hover .my-notifications,.menu-sticky .private a:active .my-notifications,.menu-sticky .private a:focus .my-notifications,.menu-sticky .private a:hover .my-notifications,.menu-sticky .public a:active .my-notifications,.menu-sticky .public a:focus .my-notifications,.menu-sticky .public a:hover .my-notifications{color:#000}.menu-sticky .menu-footer{background-color:#37393B;overflow:hidden}.menu-sticky .french-leaks{padding:0 15px;line-height:1.28571}.menu-sticky .french-leaks a{padding:0}.menu-sticky .french-leaks .title{margin:10px 0 5px}.menu-sticky .french-leaks .detail{color:#B2B2B2}.menu-sticky .social-links{margin:1.125rem 0;overflow:hidden}.menu-sticky .social-links li{float:left;margin-left:.9375rem}.menu-sticky .social-links a{padding:0;width:1.875rem;height:1.875rem;line-height:2.3076923077;text-align:center;background-color:#E6E6E6;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-sticky .social-links svg{vertical-align:middle;margin:auto}.menu-sticky .app-link{margin:8px 0;border:1px solid #B2B2B2;border-left-width:0;border-right-width:0;padding:18px 0;line-height:1}.menu-sticky .app-link a{padding:5px 20px 5px 80px;background-position:15px 0}.menu-sticky .legals{margin:8px 0;font-size:.6875rem;line-height:1;font-family:Arial,Verdana,sans-serif;text-transform:uppercase}.menu-sticky .legals a{color:#B2B2B2}.sub-menu{padding:5px 0;line-height:1.4}.sub-menu li{display:inline-block}.sub-menu.sub-menu-club{background-color:#E5F3FE}.sub-menu.sub-menu-journal{background-color:#F7F7E4}.sub-menu.is-on-top{margin-bottom:20px;border-top:1px solid #6A6D6D;border-bottom:1px dotted #6A6D6D}.sub-menu.is-on-bottom{border-top:1px dotted #6A6D6D;border-bottom:1px solid #6A6D6D}.sub-menu>li{position:relative;margin:4px 0;padding:0 9px 0 12px}.sub-menu>li::before{content:' ';position:absolute;left:0;bottom:0;width:1px;height:14px;background-color:#6A6D6D}.sub-menu>li:first-child{padding-left:10px}.sub-menu>li:first-child::before{display:none}.sub-menu .pager{margin-top:0;border-bottom:0}.sub-menu .pager li{margin-top:0;padding-top:0;padding-bottom:0;font-size:.75rem;line-height:1;color:#8C9090}.sub-menu .pager li::before{content:'\02022';display:inline-block;padding-right:3px;padding-left:3px;color:#8C9090;speak:none}.sub-menu .pager li:first-child::before{content:normal}.sub-menu .pager a{display:inline;border:0;padding:0;font-family:inherit;color:#000}.sub-menu strong{font-size:1.2}h1+.internal-sub-menu{margin-top:18px}.title+.internal-sub-menu{padding-top:0;padding-bottom:10px}.internal-sub-menu{overflow:auto;border-bottom:1px dotted #6A6D6D;padding:6px 0;font-size:.75rem;line-height:2;text-transform:uppercase}.internal-sub-menu li{display:inline-block;padding-right:5px;vertical-align:middle}.internal-sub-menu li:before{content:'|';display:inline-block;padding-right:5px;color:#9d9d9c}.internal-sub-menu li:first-child:before{display:none}.internal-sub-menu .is-active a{color:#000}.internal-sub-menu .l-right{padding-right:0}.internal-sub-menu .l-right:before{display:none}.internal-sub-menu a{display:inline-block}.internal-sub-menu .title{display:inline;margin-bottom:0;font-size:inherit;line-height:inherit;font-weight:400;color:#000}.internal-sub-menu .bt-specific{margin-top:-1px;color:#FFF}.internal-sub-menu.separator-t{border-top-color:#6A6D6D}.internal-sub-menu.separator-t .bt-specific{margin-left:-4px;margin-top:-4px;margin-right:0}.redactor.internal-sub-menu{overflow:visible;position:relative;border-top:1px solid #6A6D6D;border-bottom:0;margin-top:65px;padding-bottom:0}.redactor.internal-sub-menu>ul{border-bottom:1px dotted #6A6D6D}.redactor.internal-sub-menu .contribution>.title,.redactor.internal-sub-menu .contribution>a{position:relative;padding-right:13px}.redactor.internal-sub-menu .contribution>.title:after,.redactor.internal-sub-menu .contribution>a:after{position:absolute;content:' ';top:50%;right:0;border-width:6px 3.5px 0;margin-top:-3px;width:0;height:0;border-style:solid;-webkit-transform:rotate(360deg)}.redactor.internal-sub-menu .contribution>a:after{border-color:#9d9d9c transparent transparent}.redactor.internal-sub-menu .contribution>.title:after,.redactor.internal-sub-menu .contribution>a:active:after,.redactor.internal-sub-menu .contribution>a:focus:after,.redactor.internal-sub-menu .contribution>a:hover:after{border-color:#000 transparent transparent}.contribution-menu{display:none;position:absolute;left:0;right:0;top:100%;font-size:.917em;line-height:1.27;background-color:#F5F5F5}.contribution-menu li{padding-right:0}.contribution-menu li:before{display:none}.contribution-menu li+li{margin-left:-4px}.contribution-menu .is-active{padding:8px 14px;color:#FFF;background-color:#008DF5}.contribution-menu a{display:block;padding:8px 14px}.title+.contribution-menu{display:block}.internal-nav{position:absolute;right:0;width:160px;font-size:2.25rem;line-height:1;text-align:center;letter-spacing:-2px;color:#9d9d9c}.internal-nav button{position:absolute;background-repeat:no-repeat}.internal-nav button span{display:block;text-indent:-119988px;overflow:hidden;text-align:left}#previous-edition{left:0;background-image:url(/images/v2/previous-edition.svg)}#next-edition{right:0;background-image:url(/images/v2/next-edition.svg)}.redactor-edition .internal-nav{top:50%;margin-top:-18px}.redactor-edition .internal-nav button{bottom:5px;width:13px;height:25px;background-position:0 50%}.sub-nav{font-size:.8125rem;line-height:1;text-transform:uppercase;color:#9d9d9c}.sub-nav.separator-t{border-top:1px solid #6A6D6D}.sub-nav.separator-b{border-bottom:1px dotted #6A6D6D}.sub-nav li{display:inline-block;padding-right:10px;vertical-align:middle}.sub-nav li:before{content:'|';display:inline-block;padding-right:10px;color:#000}.sub-nav li:first-child:before{display:none}.sub-nav h3{display:inline-block;margin-bottom:0;font-size:1em;font-weight:inherit}.nav-comment{border-top:2px solid #000;font-size:.625rem;font-family:Arial,Verdana,sans-serif}.nav-comment li{margin-left:-4px;padding-right:7px}.nav-comment li:first-child{margin-left:0}.nav-comment li:before{padding-right:3px;vertical-align:1px}.club-bundle .sub-nav{padding:14px 0}.club-bundle .nav-comment{border-bottom:solid 1px #000;padding:9px 0}.journal-bundle .sub-header+.sub-nav{margin-top:-1.25rem;margin-bottom:1.25rem}.journal-bundle .sub-nav{border-bottom:solid 1px #000;padding:9px 0}.journal-bundle .bibliotheque_rayon_list .sub-nav{margin-top:-1.25rem;margin-bottom:1.25rem}.journal-bundle .bibliotheque_rayon_list .sub-nav li:last-child{font-style:italic}.journal-bundle .bibliotheque_rayon_list .sub-nav li:last-child:before{font-style:normal}.content-article{margin-bottom:1.5em;font-size:1rem;line-height:1.5}.content-article.is-draft{background-color:#F5F5F5}.content-article p:last-child{margin-bottom:1.5em}.content-article ol,.content-article p,.content-article ul{margin:1.5em 0}.content-article ol:first-child,.content-article p:first-child,.content-article ul:first-child{margin-top:0}.content-article li ol,.content-article li ul{margin-bottom:0}.content-article .media-align-center,.content-article .media-align-left,.content-article .media-align-right{clear:both}.mini-pager{display:table;width:100%;font-family:Arial,Verdana,sans-serif;text-transform:uppercase}.mini-pager li{display:table-cell;width:50%;font-size:.6875rem;line-height:1}.mini-pager a{font-size:inherit}.pager{margin-top:.9375rem;text-align:center}.pager li{display:inline-block;font-size:.6875rem;line-height:3}.pager a,.pager span{padding:0 15px;line-height:inherit}.pager span{border:1px solid #8C9090;display:block;color:#FFF;background-color:#8C9090}.pager .pager-ellipsis{border:none;color:inherit;background-color:inherit;padding:0 8px}.event-list>li{border-top:1px dotted #6A6D6D;padding:10px 0 20px}.event-list>li:first-child{border-top:0}.event-list>li:last-child{padding-bottom:0}.event-list .media,.event-list h3{margin-bottom:0}.event-list .info{display:block}.event-list p{font-size:.875rem;line-height:1.286}.partner .author,.partner .info{display:block}.partner .author:last-child{margin-bottom:6px}.club-universe h2{color:#008DF5}.club .separator-t{border-top-color:#000}.guest{font-size:.9375rem;line-height:1.2}.guest>.title{color:#008DF5}.guest .fractal-desktop{background-color:#F5F5F5}.guest .fractal-2-desktop{padding:10px;border-left:1px dotted #6A6D6D}.guest .fractal-2-desktop:first-child{border-left:0;padding-left:0}.guest .slide-show-body{margin-top:0}.guest .author{display:block}.new-blog,.new-edition{position:relative;font-size:.9375rem;line-height:1.2}.new-blog .has-border,.new-edition .has-border{position:relative}.new-blog .has-border:after,.new-blog .has-border:before,.new-edition .has-border:after,.new-edition .has-border:before{content:" ";position:absolute;top:0;bottom:0;width:1px;border-left:1px dotted #6A6D6D}.new-blog .has-border:before,.new-edition .has-border:before{left:-4px}.new-blog .has-border:after,.new-edition .has-border:after{right:-4px}.new-blog .item-1,.new-edition .item-1{margin-right:4px;padding-right:10px}.new-blog .item-2,.new-edition .item-2{margin-left:7px;border-left:0;padding-right:7px}.new-blog .item-3,.new-edition .item-3{margin-left:4px;padding-left:10px}.new-blog .illustration,.new-edition .illustration{position:relative;margin-bottom:10px;width:100%;height:75px;overflow:hidden}.new-blog .illustration img,.new-edition .illustration img{position:absolute;top:0;left:0}.new-blog h3.title,.new-edition h3.title{display:inline}.new-blog.club-universe li:before,.new-edition.club-universe li:before{color:#008DF5}.new-blog .first-post,.new-edition .first-post{margin-top:8px;border-top:1px dotted #6A6D6D;padding-top:12px}.new-blog .illustration,.new-blog .info,.new-edition .illustration,.new-edition .info{display:block}.new-blog img,.new-edition img{max-width:100%;width:100%;height:auto}.content-tracker thead .portfolio-slideshow th,.new-blog>.title,.new-edition>.title,.portfolio-slideshow .content-tracker thead th,.portfolio-slideshow .title-specific{color:#008DF5}.portfolio-slideshow div button{top:10px}.portfolio-slideshow img{width:100%;height:auto}.personalize{padding-bottom:15px}.personalize h2{font-size:1em!important}.personalize #personalized-keywords{width:116px}.personalize #personalized-keywords.small{width:93px}.personalize .bt-specific{margin-left:-6px}.user-keyword{position:relative}.user-keyword .delete{position:absolute;top:9px;right:9px;width:12px;height:12px;background:url(/images/v2/delete.svg) 0 50% no-repeat}.user-keyword .delete span{display:block;text-indent:-119988px;overflow:hidden;text-align:left}.user-keyword li{border-top:1px dotted #6A6D6D;padding:10px 0}.user-keyword li::first-child{border-top:0}.user-keyword .info{display:block}.next-event{margin-bottom:20px;position:relative}.next-event h2.title{margin-bottom:10px;background-color:#F5F5F5}.next-event .info{display:block}.next-event .bt-specific{margin-top:7px}.calendar{position:relative}.calendar>.title{margin-bottom:0}.calendar-legend li{padding:4px 0}.calendar-legend li:first-child{border-bottom:1px dotted #6A6D6D}.calendar-legend li:before{content:"◼︎";display:inline-block;margin-right:10px}.calendar-legend .redaction-choice:before{color:#A4AA00}.calendar-legend .subscriber-choice:before{color:#008DF5}.help{position:relative}.help>.title{border-bottom:1px dotted #000;padding-left:35px;line-height:1.14286;background:url(/images/v2/help.svg) 0 50% no-repeat}.help li{border-top:1px dotted #6A6D6D;padding:10px 0}.help li:first-child{border-top:0;padding-top:3px}.help li>a{float:left}.help li .title{display:block;margin-bottom:5px;font:700 .875rem/1.21429 Arial,Verdana,sans-serif}.help .context{padding-left:10px}.help img{display:block;width:50px}.news-list .l-wrapper{padding:20px 0}.news-list .l-wrapper:last-child{padding-bottom:0}.news-list .l-50{vertical-align:top}.news-list .l-50+.l-50{padding-left:15px}.news-list .media{float:left;margin-right:15px;margin-left:0}.news-list .media,.news-list .media object{max-width:145px;height:auto}.news-list .context{display:block}.news-list .avatar{float:left;margin-right:10px;max-width:50px;max-height:65px;width:auto;height:auto}.news-list .info{display:block}.news-list span.hide-for-desktop{display:inline}.news-list p{margin-bottom:0}.news-list .comment-number{color:#8C9090}.news-list div.hide-for-mt{font-size:.875rem;line-height:1.35714}.alphabet-wrapper{position:relative;margin-bottom:30px;text-transform:uppercase;background-color:#F5F5F5}.alphabet-list ul{display:table;width:100%;text-align:center}.alphabet-list li{display:table-cell;width:2.7%}.alphabet-list a,.alphabet-list span{display:inline-block;padding:9px 0;width:100%}.alphabet-list span{color:#FFF;background-color:#008DF5}.bullet-list>.title{border-top:2px solid #000}.bullet-list li{border-top:dotted 1px #E6E6E6;padding:10px 0 10px 10px;background-repeat:no-repeat}.bullet-list ul li{background-position:0 16px}.bullet-list.universe-journal>.title{color:#E20909}.bullet-list.universe-journal li{background-image:url(/images/v2/bullet-list-journal.svg)}.bullet-list.universe-club>.title{color:#008DF5}.bullet-list.universe-club li{background-image:url(/images/v2/bullet-list-club.svg)}.journal-bundle .bullet-list{font-size:.875rem;line-height:1.21429}.club-bundle .bullet-list{font-size:.8125rem;line-height:1.30769;font-family:Arial,Verdana,sans-serif}.case-page .bullet-list>.title{margin-bottom:10px;background-color:#F5F5F5}.case-page .bullet-list li{border-top-style:solid}.case-page .bullet-list li:first-child{border-top:0;padding-top:0}.case-page .bullet-list li .title{font-size:1rem;line-height:1.1875;font-weight:700}.case-page .bullet-list .author{margin-bottom:0}.une-block .bullet-list{margin-top:5px}.une-block .bullet-list li{border-top-color:#B2B2B2;padding-top:5px;padding-bottom:5px;background-position:0 11px}.une-block .bullet-list .content-title{font-weight:700}.une-block .bullet-list .margin{padding-bottom:0}.une-block .see-also .content-title{font-size:1rem;line-height:1.1875}.extra-header h2.title .sup-title,.header-type-rubrique .sub-header .title .sup-title,.journal-bundle .post-list .une-block .teaser .title .sup-title,.journal-bundle .post-list .une-block.teaser .title .sup-title,.journal-bundle .teaser .title .sup-title,.journal-bundle h1 .sup-title,.post-event.first-post [class^=event-articles] .event-article .title .sup-title{font-size:1.875rem;line-height:1.2}.extra-header h2.title,.extra-header h2.title .main-title,.header-type-rubrique .sub-header .title,.header-type-rubrique .sub-header .title .main-title,.journal-bundle .post-list .une-block .teaser .title,.journal-bundle .post-list .une-block .teaser .title .main-title,.journal-bundle .post-list .une-block.teaser .title,.journal-bundle .post-list .une-block.teaser .title .main-title,.journal-bundle .teaser .title,.journal-bundle .teaser .title .main-title,.journal-bundle h1,.journal-bundle h1 .main-title,.post-event.first-post [class^=event-articles] .event-article .title,.post-event.first-post [class^=event-articles] .event-article .title .main-title{font-size:2.8125rem;line-height:1.11111}.extra-header h2.title .sub-title,.header-type-rubrique .sub-header .title .sub-title,.journal-bundle .post-list .une-block .teaser .title .sub-title,.journal-bundle .post-list .une-block.teaser .title .sub-title,.journal-bundle .teaser .title .sub-title,.journal-bundle h1 .sub-title,.post-event.first-post [class^=event-articles] .event-article .title .sub-title{font-size:1.6875rem}.journal-bundle .post-list .relaunch .title .sup-title,.post-list-wrapper .post-event .event-article .title .sup-title{font-size:1.5625rem;line-height:1.2}.journal-bundle .post-list .relaunch .title,.journal-bundle .post-list .relaunch .title .main-title,.post-list-wrapper .post-event .event-article .title,.post-list-wrapper .post-event .event-article .title .main-title{font-size:2.25rem;line-height:1.11111}.journal-bundle .post-list .relaunch .title .sub-title,.post-list-wrapper .post-event .event-article .title .sub-title{font-size:1.636rem;line-height:1.18182}.content-error .title .sup-title,.journal-bundle .post-list .teaser .title .sup-title,.journal-bundle h2 .sup-title{font-size:1.3125rem}.content-error .title,.content-error .title .main-title,.journal-bundle .post-list .teaser .title,.journal-bundle .post-list .teaser .title .main-title,.journal-bundle h2,.journal-bundle h2 .main-title{font-size:1.875rem;line-height:1.2}.content-error .title .sub-title,.journal-bundle .post-list .teaser .title .sub-title,.journal-bundle h2 .sub-title{font-size:1.125rem;line-height:1.22222}.portfolio-list>li>.legend:before{font-size:1.875rem;line-height:1.2}.multimedia-container .half .title .sup-title{font-size:1rem;line-height:1.875}.multimedia-container .half .title,.multimedia-container .half .title .main-title{font-size:1.875rem;line-height:1}.multimedia-container .half .title .sub-title{font-size:.875rem;line-height:1.21429}.basic-content h1 .sup-title,.content-ebook .title .sup-title,.journal-bundle .post-list .title .sup-title,.journal-bundle h3 .sup-title,.login-subscribe .title .sup-title,.simple-content .main-title .sup-title{font-size:1.125rem;line-height:1.22222}.basic-content h1,.basic-content h1 .main-title,.content-ebook .title,.content-ebook .title .main-title,.journal-bundle .post-list .title,.journal-bundle .post-list .title .main-title,.journal-bundle h3,.journal-bundle h3 .main-title,.login-subscribe .title,.login-subscribe .title .main-title,.simple-content .main-title,.simple-content .main-title .main-title{font-size:1.5625rem;line-height:1.2}.basic-content h1 .sub-title,.content-ebook .title .sub-title,.journal-bundle .post-list .title .sub-title,.journal-bundle h3 .sub-title,.login-subscribe .title .sub-title,.simple-content .main-title .sub-title{font-size:.875rem;line-height:1.21429}.col-right-club .col-right-content>div:first-child .title .sup-title,.journal-bundle .col-right .post-list .teaser .title .sup-title,.journal-bundle .post-list.search .title .sup-title,.journal-bundle h4 .sup-title,.search .title .sup-title,.simple-content h2.title .sup-title,.sitemap span .sup-title{font-size:.9375rem}.col-right-club .col-right-content>div:first-child .title,.col-right-club .col-right-content>div:first-child .title .main-title,.journal-bundle .col-right .post-list .teaser .title,.journal-bundle .col-right .post-list .teaser .title .main-title,.journal-bundle .post-list.search .title,.journal-bundle .post-list.search .title .main-title,.journal-bundle h4,.journal-bundle h4 .main-title,.search .title,.search .title .main-title,.simple-content h2.title,.simple-content h2.title .main-title,.sitemap span,.sitemap span .main-title{font-size:1.375rem;line-height:1.18182}.basic-content h2 .sup-title,.col-right-club .col-right-content>div:first-child .title .sub-title,.content-library h2.title .sup-title,.journal-bundle .col-right .post-list .teaser .title .sub-title,.journal-bundle .post-list.search .title .sub-title,.journal-bundle h4 .sub-title,.journal-bundle h5 .sup-title,.search .title .sub-title,.simple-content h2.title .sub-title,.sitemap span .sub-title{font-size:.8125rem}.basic-content h2,.basic-content h2 .main-title,.content-library h2.title,.content-library h2.title .main-title,.journal-bundle h5,.journal-bundle h5 .main-title{font-size:1.1875rem}.basic-content h2 .sub-title,.content-library h2.title .sub-title,.journal-bundle h5 .sub-title{font-size:.6875rem}.book-list .title .sup-title,.col-right-club .col-right-content .separator-t .title .sup-title,.journal-bundle h6 .sup-title,.multimedia-container .quarter .title .sup-title,.post-event .event-title .sup-title,.simple-content .title .sup-title{font-size:.8125rem}.book-list .title,.book-list .title .main-title,.col-right-club .col-right-content .separator-t .title,.col-right-club .col-right-content .separator-t .title .main-title,.journal-bundle h6,.journal-bundle h6 .main-title,.multimedia-container .quarter .title,.multimedia-container .quarter .title .main-title,.post-event .event-title,.post-event .event-title .main-title,.simple-content .title,.simple-content .title .main-title{font-size:1.125rem;line-height:1.22222}.book-list .title .sub-title,.col-right-club .col-right-content .separator-t .title .sub-title,.journal-bundle h6 .sub-title,.multimedia-container .quarter .title .sub-title,.post-event .event-title .sub-title,.simple-content .title .sub-title{font-size:.6875rem}.journal-bundle h1,.journal-bundle h2,.journal-bundle h3,.journal-bundle h4,.journal-bundle h5,.journal-bundle h6{display:block;margin-top:0;font-family:PT_Serif,"Times New Roman",Times,serif;line-height:1;font-weight:700;color:#000}.main-title,.sub-title,.sup-title{display:block}.pub .title,.push .title{margin-bottom:0;font-family:Arial,Verdana,sans-serif}.recommanded .head .title{padding-bottom:0}.col-right-club .col-right-content>div:first-child.separator-t{border-top:0;padding-top:0}.today-block>.title{color:#E20909}.sub-header .title .sup-title{font-size:1.3125rem}.sub-header .title,.sub-header .title .main-title{font-size:1.875rem;line-height:1.2}.sub-header .title .sub-title{font-size:1.125rem;line-height:1.22222}.header-type-rubrique .sub-header .title{font-weight:400;color:#E20909}.header-type-rubrique .sub-header .title .sup-title{color:#000;line-height:1;margin-top:-.6em;font-size:1.375rem}.header-title-uppercase .sub-header .title{text-transform:uppercase}.content-library h2.title{margin-top:1em;font-family:Arial,Verdana,sans-serif;text-transform:uppercase;font-weight:400}.content-library h2.title .more{margin-top:-2px}.content-library-page .title{font-weight:400}.content-tracker thead .page-biographie .col-left th,.page-biographie .col-left .content-tracker thead th,.page-biographie .col-left .title-specific{margin-bottom:10px;background-color:#F5F5F5}.log-block .title{color:#008DF5;border-bottom:solid 1px #008DF5;line-height:1.5rem}.abo-block .title{color:#E20909;border-bottom:solid 1px #E20909;line-height:1.5rem}.simple-content .main-title{margin-bottom:.5em}.simple-content h2.title{font-style:normal}.simple-content .title{margin:1.5em 0 .5em;font-style:italic}.basic-content h2,.basic-content h3,.basic-content h4{margin:1.47368em 0 .47368em}.basic-content h1{margin-bottom:.52em!important}.basic-content h1.no-title{margin-bottom:1em;font-size:.9375rem;line-height:1.26667;font-weight:400}.basic-content h3{font-size:1rem;line-height:1.1875}.basic-content h4{font-size:.9375rem;line-height:1.26667}.content-comments .title{padding:15px 0 10px;font-size:.875rem;line-height:1.21429;text-transform:uppercase}.content-comments .login-subscribe .title{font-size:1.5625rem;line-height:1.2;text-transform:none}.content-comments .mkt-link .title{text-transform:none}.slide-show-folders .slide-show-header .title,.slide-show-journal-feeds .slide-show-header .title{line-height:1.5rem}.slide-show-folders .slide-show-body .title,.slide-show-journal-feeds .slide-show-body .title{display:inline-block;font-size:.875rem;line-height:1.21429;font-weight:700}.slide-show-feeds .slide-show-header h2.title{font-size:1.125rem!important}.slide-show-feeds .slide-show-header .title{float:none!important;text-align:center;line-height:1.7778;font-family:Arial,Verdana,sans-serif;font-weight:700;text-transform:none}.slide-show-feeds .slide-show-header .title,.slide-show-feeds .slide-show-header .title a{color:red}.slide-show-feeds .slide-show-header a.bt-specific{color:#000}.slide-show-feeds .slide-show-header a.bt-specific:focus,.slide-show-feeds .slide-show-header a.bt-specific:hover{color:#FFF}.slide-show-feeds [class^=slide-show-body] .title{font-size:.875rem;line-height:1.21429;font-weight:700;display:inline}.block-event>.title,.block-portfolio>.title,.block-post>.title,.post-list-wrapper>.title{margin-bottom:10px;background-color:#F5F5F5}.post-list{font-size:.9375rem;line-height:1.26667}.post-list>div,.post-list>li{border-top-color:#E6E6E6;padding:10px 0 20px}.post-list>div:first-child,.post-list>li:first-child{padding-top:0}.post-list>div:last-child,.post-list>li:last-child{padding-bottom:0}.post-list .illustration{float:left;margin-right:15px;width:145px;height:auto}.post-list span.info{display:block}.post-list .author:last-child,.post-list p:last-child{margin-bottom:0}.col-right .post-list{padding-bottom:20px;font-size:.875rem;line-height:1.28572}.col-right .post-list li{border-color:#B2B2B2}.col-right .post-list .author{display:inline-block}.col-right .post-list .info{color:#000}.col-right .post-list .info.edition{color:#6A6D6D}.col-left .post-list .format-100-pcent,.col-left .post-list .media-align-center,.col-left .post-list .media-align-none,.col-left .post-list .media-raw{margin-bottom:10px}.club-bundle .post-list .author{margin-top:0}.club-bundle .post-list.our-choice .teaser .title{color:#000}.post-list.event>li{border-top-style:dotted;border-top-color:#6A6D6D}.post-list.event .media{float:left;margin-right:15px;margin-bottom:10px;width:50%;height:auto}.agenda .post-list.event{margin-bottom:30px}.post-list.all{margin-top:30px;font-size:.8125rem;line-height:1.23077;font-family:Arial,Verdana,sans-serif}.post-list.all .follower{margin-bottom:3px}.post-list.all .title{display:inline;margin-right:5px}.post-list.all .bt-specific,.post-list.all .follow{vertical-align:2px}.post-list.all .info{margin-top:7px}.post-list.all .bookmark{vertical-align:-1px}.mac.ff .post-list.all .bookmark{vertical-align:super}.post-list.portfolio>li{border-top-style:dotted;border-top-color:#6A6D6D;padding:15px 0}.post-list.portfolio>li:first-child{padding-top:0}.block-event .post-list .bt-specific{margin-top:10px}.post-list.edition{font-size:.8125rem;line-height:1.23077;font-family:Arial,Verdana,sans-serif}.post-list.edition>li{border-top-style:dotted;border-top-color:#000;padding-top:15px;padding-bottom:15px}.post-list.edition .illustration{margin-bottom:5px}.post-list.edition .bt-specific,.post-list.edition .follow{vertical-align:2px}.block-portfolio .first{padding-right:10px}.post-list.favorite,.post-list.our-choice{margin-bottom:30px}.post-list.favorite li{overflow:hidden;position:relative}.post-list.favorite .author{display:block;margin-bottom:7px}.single-column .post-list.favorite .title{font-family:PT_Serif,"Times New Roman",Times,serif}.account .post-list.favorite .title{padding-right:70px}.account .post-list.favorite .delete{right:0}.next-event .post-list{padding-bottom:0}.next-event .post-list>li{border-top-style:dotted;border-top-color:#6A6D6D;padding-bottom:10px}.next-event .post-list>li p:last-child,.next-event .post-list>li span:last-child{margin-bottom:0}.next-event .post-list .bt-specific,.next-event .post-list .info{margin-bottom:3px}.next-event .post-list .author{display:block}.block-event,.block-portfolio,.block-post,.last-comment{position:relative}.universe-journal.post-list-wrapper>.title{color:#E20909}.journal-bundle .post-list .une-block .teaser .title,.journal-bundle .post-list .une-block.teaser .title{line-height:1}.content-tracker thead .journal-bundle .post-list th,.journal-bundle .post-list .content-tracker thead th,.journal-bundle .post-list .title-specific{padding-bottom:7px;color:#008DF5}.post-list>div:first-child .teaser .separator-l{border-left:0;padding-left:0}.post-list>.block-1third-2third,.post-list>.block-2third-1third,.post-list>.block-fiftypcent,.post-list>.une-block:first-child>div>div{border-top:0;padding-top:0}.post-list>.block-1third-2third .fractal-desktop>div,.post-list>.block-2third-1third .fractal-desktop>div,.post-list>.block-fiftypcent .fractal-desktop>div{border-top:1px solid #E6E6E6;padding-top:10px}.post-list>.slide-show-folders{border-top:0;padding-top:0}.post-list>.slide-show{padding-bottom:0}.post-list .keywords{border-top:0;padding:0}.post-list .keywords .title{margin-bottom:0;border-top:solid 2px #E6E6E6;font-size:.875rem!important;line-height:1.5!important;color:#E20909;background-color:#FFF}.post-list .keywords li:before{margin-left:3px}.post-list.search .taxonomy{margin-bottom:0}.post-list .web-review{border-top:0;padding-top:0}.post-list .slide-show-header .title{font-size:.875rem!important}.journal-bundle .col-right .post-list .author{display:block}.club-bundle .titre-gras-bleu-petite-cap,.club-bundle .titre-gras-rouge-petite-cap,.journal-bundle .titre-gras-bleu-petite-cap,.journal-bundle .titre-gras-rouge-petite-cap{font-size:1.25rem;line-height:1.2;font-variant:small-caps;font-weight:700}.club-bundle .inter-titre-gris,.club-bundle h2.h4,.journal-bundle .inter-titre-gris,.journal-bundle h2.h4{margin-bottom:.68182em;font-size:1.375rem!important;line-height:1.09091;font-style:italic;font-weight:700;color:#8C9090}.club-bundle .petite-police,.journal-bundle .petite-police{font-size:.75em!important;line-height:2}.titre-gras-rouge-petite-cap{color:#E20909}.titre-gras-bleu-petite-cap{color:#008DF5}.inter-titre-gris *,.petite-police *,.titre-gras-bleu-petite-cap *,.titre-gras-rouge-petite-cap *{font-size:inherit}.underline{text-decoration:underline}.center{text-align:center}.left{text-align:left}.right{text-align:right}.account .single-column>.title,.profile .single-column>.title{border-bottom:2px solid #000;padding-bottom:5px;margin-top:38px}.global-wrapper .sub-header-blog [class^=col-],.global-wrapper .sub-header-edition [class^=col-]{vertical-align:bottom}.sub-header-blog .col-left,.sub-header-edition .col-left{padding-right:0}.sub-header-blog .col-right,.sub-header-edition .col-right{padding-bottom:0;padding-left:0}.sub-header-blog .title,.sub-header-edition .title{color:#000;display:inline}.sub-header-blog .bookmark,.sub-header-edition .bookmark{vertical-align:-10px}.sub-header-blog .illustration,.sub-header-edition .illustration{position:relative;margin-top:7px;width:100%;height:240px;overflow:hidden}.sub-header-blog .illustration img,.sub-header-edition .illustration img{position:absolute;top:0;left:0;width:100%;height:auto}.mac.ff .sub-header-blog .bookmark,.mac.ff .sub-header-edition .bookmark{vertical-align:sub}.sub-header-article{width:100%}.sub-header-article .title{text-transform:none;color:#000}.sub-header-article .introduction:last-child{margin-bottom:1.25rem}.portfolios-partenaires img{max-height:100px;width:auto;height:auto}.edition-post-list>li{border-top:1px dotted #B2B2B2;padding:20px 0}.edition-post-list>li:first-child{border-top:0;padding-top:0}.about-blog,.about-edition{box-sizing:border-box}.about-blog span.info,.about-edition span.info{display:block;padding-top:10px}.about-blog .content,.about-edition .content{font-family:Arial,Verdana,sans-serif;margin-bottom:10px;font-size:.8125rem;line-height:1.231}.about-blog .content .titre-gras-bleu-petite-cap,.about-blog .content .titre-gras-rouge-petite-cap,.about-blog .content p,.about-edition .content .titre-gras-bleu-petite-cap,.about-edition .content .titre-gras-rouge-petite-cap,.about-edition .content p{font-size:inherit;line-height:inherit;display:inline}.about-blog .follower,.about-edition .follower{margin-bottom:5px}.is-aside.about-blog>.title,.is-aside.about-edition>.title{margin-bottom:10px;background-color:#F5F5F5}.is-aside.about-blog h3.title,.is-aside.about-edition h3.title{display:inline;vertical-align:middle;font-size:1rem;line-height:1.125;font-family:Arial,Verdana,sans-serif}.is-aside.about-blog .bookmark,.is-aside.about-edition .bookmark{vertical-align:-3px}.is-aside.about-blog ul.info,.is-aside.about-edition ul.info{margin-top:4px}.is-aside.about-blog span.info,.is-aside.about-edition span.info{border-top:1px dotted #6A6D6D;margin:12px 0 3px}.is-aside.about-blog .content,.is-aside.about-edition .content{margin-bottom:0}.is-on-top.about-blog,.is-on-top.about-edition{margin-bottom:30px}.is-on-top.about-blog .col-left,.is-on-top.about-blog .col-right,.is-on-top.about-edition .col-left,.is-on-top.about-edition .col-right{border-top:1px solid #6A6D6D;border-bottom:1px dotted #6A6D6D;padding:0}.is-on-top.about-blog .keywords,.is-on-top.about-edition .keywords{margin-bottom:0;padding-left:10px}.is-on-top.about-blog .keywords ul,.is-on-top.about-edition .keywords ul{margin-bottom:10px}.is-on-top.about-edition .col-left,.is-on-top.about-edition .col-right{padding:0}.is-on-top.about-edition .content{margin-bottom:10px}.about-redactor>.title{margin-bottom:10px;background-color:#F5F5F5}.about-redactor .content{margin-top:-10px;padding:0 10px 10px;background-color:#F5F5F5}.about-redactor img{float:left;margin-right:10px;max-width:60px;width:auto;height:auto}.about-redactor .content .title{display:inline;vertical-align:top;text-transform:uppercase;font-weight:400}.col-right .about-redactor .content .title a{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.about-redactor .clearfix{font-size:.8125rem;line-height:1rem}.about-redactor .l-wrapper{margin-top:10px}.about-redactor .l-50:first-child{padding-right:5px}.about-redactor .l-50:last-child{padding-left:5px}.about-redactor .l-50 li{line-height:1;padding:.5em 0}.about-redactor .l-50 a{display:block}.about-redactor .bt-specific,.about-redactor .follow{margin-top:10px}.about-redactor.is-on-top .content{margin-top:0;padding-top:10px}.contact-list{position:relative}.contact-list li{position:relative;box-sizing:border-box;padding:10px}.contact-list li:hover{box-shadow:0 0 4px 0 #B2B2B2;filter:progid:DXImageTransform.Microsoft.Shadow(color=$regular-shadow, Direction=NaN, Strength=4)}.contact-list li:hover .action{display:block}.contact-list .avatar{float:left;margin-right:10px;max-width:80px;max-height:100px;width:auto;height:auto}.contact-list span{display:block;overflow:auto}.contact-list .from a,.contact-list .title{color:#000}.contact-list .name{color:#008DF5}.contact-list .action{display:none;position:absolute;bottom:10px;left:100px;font-size:.8em;line-height:1.25;color:#6A6D6D;vertical-align:bottom}.contact-list .action a{display:block}.contact-list.is-aside>.title{background-color:#F5F5F5}.contact-list.is-aside li{border-top:1px dotted #6A6D6D;padding-left:0;padding-right:0}.contact-list.is-aside li:first-child{border-top:0}.contact-list.is-aside li:hover{box-shadow:none;filter:progid:DXImageTransform.Microsoft.Shadow(enabled=false)}.contact-list.is-aside li .title{display:block;margin-bottom:0;font-size:.8125rem;line-height:1.15385;text-transform:none}.contact-list.is-aside .avatar{max-width:50px}.contact-list.is-aside .from{display:block;margin-bottom:10px}.account .contact-list li,.profile .contact-list li{float:left;width:20%;min-height:130px;word-wrap:break-word}.comment-list{margin-bottom:30px;font-size:.875rem;line-height:1.14286}.comment-list li{padding:20px 0}.comment-list li:first-child{padding-top:0}.comment-list li:last-child{padding-bottom:0}.comment-list li .title{font-size:.8125rem;line-height:1;font-family:Arial,Verdana,sans-serif;text-transform:none;font-weight:700}.comment-list .info{display:block;margin-bottom:0}.comment-list.is-aside{position:relative}.comment-list.is-aside>.title{background-color:#F5F5F5}.comment-list.is-aside .info{margin-bottom:10px}.comment-list.is-aside .info a{display:block}.comment-list.is-aside img{width:auto}.comment-list.is-aside p{margin-bottom:0}.redactor-list{padding:3px 10px 1px;background-color:#F5F5F5}.content-tracker thead .redactor-list th,.redactor-list .content-tracker thead th,.redactor-list .title-specific{padding-top:7px;padding-bottom:7px}.redactor-list ul{margin:-5px 0 7px;border-bottom:1px dotted #6A6D6D}.redactor-list ul a{display:block}.redactor-list li{border-top:1px dotted #6A6D6D;padding:7px 0}.redactor-list img{float:left;margin-right:7px;max-width:30px;width:auto;height:auto}.redactor-list .action{padding-bottom:7px}.redactor-list .bt-specific{margin-top:5px}.portfolio-slideshow,.redactor-list{position:relative}.portfolio-slideshow button,.redactor-list button{position:absolute;top:7px;width:19px;height:19px;color:#FFF;background-color:#000;background-position:4px 6px;background-repeat:no-repeat;border-radius:10px}.portfolio-slideshow button[disabled],.redactor-list button[disabled]{background-color:#B2B2B2}.portfolio-slideshow button span,.redactor-list button span{display:block;text-indent:-119988px;overflow:hidden;text-align:left}#next-portfolios,#next-redactor{right:7px;background-image:url(/images/v2/next-redactor.svg)}#previous-portfolios,#previous-redactor{right:30px;background-image:url(/images/v2/previous-redactor.svg)}.no-js .redactor-list>ul{overflow:auto;height:163px}.js .redactor-list>ul{overflow:hidden;height:163px}.title.mail{margin-bottom:10px}.title.mail span{display:inline-block;padding-right:25px;background:url(/images/v2/message.svg) 100% 16px no-repeat}.message-list .action{padding:5px 0;background-color:#F5F5F5}.message-list ul{margin:15px 0 30px;border-bottom:1px dotted #6A6D6D}.message-list li{display:table;padding:8px 0;width:100%}.message-list li:hover{background-color:#E5F3FE}.message-list .item-1,.message-list .item-3,.message-list .item2{display:table-cell}.message-list .item-1,.message-list .item-3{width:20%}.message-list li div div{display:inline-block}.message-list ul label{display:none}.message-list input{margin-right:8px}.message-list .new{background-color:rgba(229,243,254,.5)}.message-list .item-2{font-size:1.3em;line-height:1;text-transform:none}.message-list .item-3{text-align:right}.message-list .author{color:#008DF5}.account .back-to{border-bottom:1px solid #B2B2B2;padding-bottom:10px}.new-message{margin-bottom:30px;padding-top:15px}.new-message .avatar{float:left;margin-right:15px;max-width:40px;height:auto}.new-message li:last-child{margin-top:20px}.new-message div>label,.new-message ul label>span:first-child{text-transform:uppercase;display:block;margin:1em 0 .5em}.new-message div>label:after,.new-message ul label>span:first-child:after{content:normal}.new-message ul label{margin:0;text-transform:none}.new-message input,.new-message span,.new-message textarea{box-sizing:border-box;display:block;width:100%}.new-message .mceStatusbar span{display:inline}.new-message .mceEditor{width:100%}.new-message div.context>div:first-child label{margin-top:0}.new-message .contextual-help{margin:.5em 0 1em}.new-message .bt-specific{margin-top:1em}.thread{margin-bottom:15px;border-bottom:1px dotted #6A6D6D}.thread li{padding:15px 0}.thread li:first-child{padding:8px}.thread li:first-child+li{border-top:1px solid #B2B2B2}.thread .title{margin-bottom:0}.thread .participant{padding:8px}.thread .avatar{float:left;margin-right:10px;width:40px;height:auto}.thread .context{font:.875rem/1.42857 Arial,Verdana,sans-serif}.thread .author{margin-bottom:10px}.reply{margin-top:0;margin-left:50px;border-top:0;padding-top:0}.redactor-activity{color:#6A6D6D}.redactor-activity .info{display:block;margin-bottom:0;border-bottom:1px dotted #6A6D6D;padding-bottom:6px;width:100%;text-align:left;color:#6A6D6D}.redactor-activity .info span{padding-right:15px}.redactor-activity li{border-top:1px dotted #6A6D6D;padding:6px 0}.redactor-activity li:first-child{border-top:0}.redactor-activity li:nth-child(7){border-top-style:solid}.redactor-activity li span{float:right}.redactor-activity a{display:block}.journal-bundle .redactor-identity{padding-bottom:25px}.redactor-identity .context{margin-bottom:10px}.redactor-identity .avatar{position:relative;float:left;margin:0 10px 10px 0}.redactor-identity .avatar,.redactor-identity .avatar img{display:block;max-height:170px;max-width:135px;height:auto;width:auto}.redactor-identity .avatar a{position:absolute;bottom:5px;left:5px;padding:3px 6px;color:#008DF5;background-color:#FFF}.redactor-identity .title{margin-bottom:0;font-size:1.25rem;line-height:1.3;text-transform:uppercase;font-weight:400;color:#008DF5}.redactor-identity .title.journalist{color:#A4AA00}.redactor-identity .biography,.redactor-identity .type{font-size:.8125rem;line-height:1.15385}.redactor-identity .action{margin:5px 0 15px}.redactor-identity .biography p{font-size:inherit}.redactor-identity .info{display:block;margin:17px 0 3px}.redactor-identity .type{margin-bottom:5px;vertical-align:baseline}.redactor-identity .social{margin:10px 0}.redactor-identity .social>li{display:inline-block;padding-right:6px;vertical-align:middle}.redactor-identity .social>li:before{content:'|';display:inline-block;padding-right:6px}.redactor-identity .social>li:first-child:before{display:none}.view-activity,.view-article{display:block}.view-activity{margin-top:10px}.journal-bundle .redactor-identity .biography{font-size:.9375rem;line-height:1.2}.redactor-overview{font-size:.875rem;line-height:1.14286}.redactor-overview li{border-top:1px dotted #6A6D6D;padding:20px 0}.redactor-overview li:first-child{border-top-width:0}.redactor-overview li:last-child{padding-bottom:0}.redactor-overview .l-50{vertical-align:top}.redactor-overview .avatar{float:left;margin-right:10px;margin-bottom:10px;max-width:50px;height:auto}.redactor-overview .media{float:right;margin-left:15px}.redactor-overview .media,.redactor-overview .media object{max-width:145px;height:auto}.redactor-overview .info,.redactor-overview .info span{display:block}.redactor-overview .illustration{float:right;margin-left:15px;width:145px;height:auto}.redactor-overview .draft{color:red}.redactor-overview p{margin:0}.redactor-overview .see-comment{display:block;margin-top:10px;font-size:.8125rem;line-height:1.15385;font-family:Arial,Verdana,sans-serif;font-weight:700}.redactor-overview.contribution{border-bottom:1px dotted #6A6D6D;margin-top:46px}.redactor-overview.contribution li{display:table;padding:8px 0;width:100%}.redactor-overview.contribution li:first-child{border-top:0}.redactor-overview.contribution .l-30{display:table-cell}.redactor-overview.contribution .l-30:first-child{width:15.5%}.redactor-overview.contribution .edition{color:#000}.redactor-overview.contribution strong{position:relative;margin-right:13px;font-size:1.3em;line-height:1;text-transform:none;color:#000}.redactor-overview.contribution strong:after{content:' ';position:absolute;top:1px;bottom:1px;right:-9px;width:1px;background-color:#6A6D6D}.redactor-overview.contribution .edit{width:8%;text-align:right}.redactor-overview.all strong{margin-left:17px}.redactor-overview.all strong:before{content:' ';position:absolute;top:.6em;left:-14px;height:1px;width:10px;background-color:#6A6D6D}.redactor-menu{box-sizing:border-box}.redactor-menu ul{position:relative;padding-top:6px;font-weight:700;background-color:#525252}.redactor-menu li{position:relative;background-color:#6A6D6D}.redactor-menu li:first-child{border-left:0}.redactor-menu a,.redactor-menu li>span{display:block;color:#FFF;background-repeat:no-repeat}.redactor-menu a:active:after,.redactor-menu a:focus:after,.redactor-menu a:hover:after,.redactor-menu li>span:after{content:' ';position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";background-color:#000}.redactor-menu .account,.redactor-menu .profil{background-color:#414342}.redactor-menu .portfolio{margin-bottom:0}.redactor-menu .post a,.redactor-menu .post span{background-image:url(/images/v2/redaction-menu/post.svg)}.redactor-menu .edition a,.redactor-menu .edition span{background-image:url(/images/v2/redaction-menu/edition.svg)}.redactor-menu .edition-post a,.redactor-menu .edition-post span{background-image:url(/images/v2/redaction-menu/edition-post.svg)}.redactor-menu .portfolio a,.redactor-menu .portfolio span{background-image:url(/images/v2/redaction-menu/portfolio.svg)}.redactor-menu .event a,.redactor-menu .event span{background-image:url(/images/v2/redaction-menu/event.svg)}.redactor-menu .link a,.redactor-menu .link span{background-image:url(/images/v2/redaction-menu/link.svg)}.redactor-menu .account a,.redactor-menu .account span{background-image:url(/images/v2/redaction-menu/account.svg)}.redactor-menu .profil a,.redactor-menu .profil span{background-image:url(/images/v2/redaction-menu/profil.svg)}.redactor-blog,.redactor-edition{padding:1px 0 7px}.redactor-blog a.title,.redactor-edition a.title{display:inline;vertical-align:middle}.redactor-blog>div,.redactor-edition>div{margin-top:7px;padding-left:40px;min-height:32px;background-repeat:no-repeat;background-position:0 4px}.redactor-blog{border-top:1px solid #6A6D6D;border-bottom:1px solid #6A6D6D}.redactor-blog>div{background-image:url(/images/v2/blog-ico.svg)}.redactor-edition{border-bottom:1px solid #6A6D6D}.redactor-edition>div{position:relative;background-image:url(/images/v2/edition-ico.svg)}.redactor-edition ul{padding-right:170px}.redactor-edition .is-visible{display:block}.tools-share{color:#8C9090}.tools-share span{display:inline-block}.tools-share a{display:block;color:#000}.tools-share a:active,.tools-share a:focus,.tools-share a:hover{color:#B2B2B2}.tools-share .alert a,.tools-share .alert span,.tools-share .favorite a,.tools-share .favorite span,.tools-share .pdf a,.tools-share .pdf span,.tools-share .print a,.tools-share .print span,.tools-share .recommend a,.tools-share .recommend span{padding-left:25px;background-position:0 50%;background-repeat:no-repeat}.tools-share .tools-share-container{display:table;width:100%}.tools-share .l-45,.tools-share .l-55,.tools-share>ul{vertical-align:top}.tools-share .l-45 li,.tools-share .l-55 li,.tools-share>ul li{padding:.3125rem 0;line-height:normal}.tools-share .l-45 li:last-child,.tools-share .l-55 li:last-child,.tools-share>ul li:last-child{padding-bottom:0}.tools-share .l-45 li a,.tools-share .l-45 li span{line-height:2;padding-top:.125rem}.tools-share .l-55{padding-left:1px}.tools-share.is-on-top>ul li{border-top:0;padding:3px 0}.tools-share.is-aside li{display:inline-block;margin-bottom:5px;vertical-align:bottom}.tools-share.is-aside .facebook{margin-right:15px;margin-top:5px}.tools-share.is-aside .twitter{margin-right:15px}.tools-share.is-on-bottom{border-bottom:1px dotted #B2B2B2}.tools-share.is-on-bottom ul{overflow:hidden}.tools-share.is-on-bottom li{float:left;box-sizing:border-box;padding:0 6px 0 10px;line-height:2.7;vertical-align:middle}.tools-share .favorite span{background-image:url(/images/v2/favorite-is-disabled.svg)}.tools-share .favorite a{background-image:url(/images/v2/favorite.svg)}.tools-share .favorite.is-active a{background-image:url(/images/v2/favorite-is-active.svg)}.tools-share .favorite a:active,.tools-share .favorite a:focus,.tools-share .favorite a:hover,.tools-share .favorite.is-active a:active,.tools-share .favorite.is-active a:focus,.tools-share .favorite.is-active a:hover{background-image:url(/images/v2/favorite-hover.svg)}.tools-share .print span{background-image:url(/images/v2/print-is-disabled.svg)}.tools-share .print a{background-image:url(/images/v2/print.svg)}.tools-share .print.is-active a{background-image:url(/images/v2/print-is-active.svg)}.tools-share .print a:active,.tools-share .print a:focus,.tools-share .print a:hover,.tools-share .print.is-active a:active,.tools-share .print.is-active a:focus,.tools-share .print.is-active a:hover{background-image:url(/images/v2/print-hover.svg)}.tools-share .pdf span{background-image:url(/images/v2/pdf-is-disabled.svg)}.tools-share .pdf a{background-image:url(/images/v2/pdf.svg)}.tools-share .pdf.is-active a{background-image:url(/images/v2/pdf-is-active.svg)}.tools-share .pdf a:active,.tools-share .pdf a:focus,.tools-share .pdf a:hover,.tools-share .pdf.is-active a:active,.tools-share .pdf.is-active a:focus,.tools-share .pdf.is-active a:hover{background-image:url(/images/v2/pdf-hover.svg)}.tools-share .alert a{background-image:url(/images/v2/alert.svg)}.tools-share .alert a:active,.tools-share .alert a:focus,.tools-share .alert a:hover{background-image:url(/images/v2/alert-hover.svg)}.tools-share .recommend a{background-image:url(/images/v2/recommend.svg)}.tools-share .recommend a:active,.tools-share .recommend a:focus,.tools-share .recommend a:hover{background-image:url(/images/v2/recommend-hover.svg)}.tools-share .recommend span{background-image:url(/images/v2/recommend-is-disabled.svg)}.tools-share .recommend.is-active span{color:#000;background-image:url(/images/v2/recommend-is-active.svg)}.tools-share .facebook,.tools-share .googleplus,.tools-share .twitter{font-family:Arial,Verdana,sans-serif;text-transform:none}.tools-share .facebook a,.tools-share .googleplus a,.tools-share .twitter a{position:relative;display:inline-block;border-width:1px;border-style:solid;padding:.25rem .3125rem;font-size:.6875rem;line-height:1.0909090909;color:#FFF;overflow:hidden;vertical-align:middle}.tools-share .facebook a svg,.tools-share .googleplus a svg,.tools-share .twitter a svg{width:.75rem;height:.75rem;float:left}.tools-share .facebook a span,.tools-share .googleplus a span,.tools-share .twitter a span{padding-left:.3125rem}.tools-share .facebook a{border-color:#3B55A0;border-radius:3px;background:#3B55A0;background:linear-gradient(to bottom,#4C69BA 0,#3B55A0 100%)}.tools-share .twitter a{border-radius:4px;background-color:#4099d7}.tools-share .googleplus a{border-radius:3px;background-color:#DC4A3D}.tools-share .googleplus a svg{width:auto;float:none;display:block}.tools-share .offer{min-height:0!important;line-height:1!important;font-family:PT_Serif,"Times New Roman",Times,serif;font-size:.75rem;text-transform:none}.tools-share .offer .is-disabled,.tools-share .offer a{border-radius:3px;position:relative;display:inline-block;border:1px solid #8C9090;padding:4px 5px 4px 25px;background-color:#EDEDED}.tools-share .offer a{color:#E20909}.tools-share .offer svg{position:absolute;top:.3125rem;left:.25rem;display:block;width:1rem}.club-bundle .tools-share.is-on-top{vertical-align:bottom!important;padding-bottom:45px}.club-bundle .tools-share .l-45 li,.club-bundle .tools-share .l-55 li{padding-top:.5em;padding-bottom:.5em;line-height:2.3}.ebook div.tools-share.is-on-top{padding-top:0}.journal-bundle .tools-share.is-on-top{padding-top:70px}.tools-share.is-on-bottom .favorite a,.tools-share.is-on-bottom .favorite span,.tools-share.is-on-bottom .pdf a,.tools-share.is-on-bottom .pdf span,.tools-share.is-on-bottom .print a,.tools-share.is-on-bottom .print span,.tools-share.is-on-bottom .recommend a,.tools-share.is-on-bottom .recommend span{padding-left:20px}div.tools-share.is-on-top.no-padding{padding-top:0}.event-overview{border-bottom:1px dotted #B2B2B2}.event-overview .illustration{float:left;margin:0 15px 15px 0;width:215px;height:auto}.event-overview ul{margin-bottom:0}.event-overview ul li{position:relative;border-top:1px dotted #B2B2B2;padding:10px 0 10px 30px;background-image:none}.event-overview ul li:first-child{border-top:0;padding-top:0}.event-overview ul li span{position:relative;display:block}.event-overview ul img{position:absolute;left:4px;top:12px}.event-overview ul .reservation img{top:14px}.event-overview ul .date img{top:2px}.datepickerContainer caption{text-indent:-119988px;overflow:hidden;text-align:left;height:0}.datepicker.is-hidden{display:none}.datepickerViewDays{box-sizing:border-box;width:100%;border:1px solid #B2B2B2;text-align:center;font:700 .875rem/1 Arial,Verdana,sans-serif}.datepickerViewDays td,.datepickerViewDays th{border-top:1px solid #B2B2B2;border-left:1px solid #B2B2B2;padding:1px;width:14%;text-align:center;line-height:1}.datepickerViewDays td:first-child,.datepickerViewDays th:first-child{border-left:0}.datepickerViewDays .datepickerDoW th{padding:9px 0}.datepickerViewDays a{display:block;padding:9px}th.datepickerGoNext,th.datepickerMonth{border-left:0}th.datepickerMonth{text-transform:uppercase}th.datepickerMonth a:hover{cursor:default;text-decoration:none}.datepickerGoNext a,.datepickerGoPrev a{display:inline-block;width:7px;height:8px;background-repeat:no-repeat;background-position:50% 50%}.datepickerGoNext span,.datepickerGoPrev span{text-indent:-119988px;overflow:hidden;text-align:left;display:block}.datepickerGoPrev a{background-image:url(/images/v2/datepickerGoPrev.svg)}.datepickerGoNext a{background-image:url(/images/v2/datepickerGoNext.svg)}.datepickerSpecial a{position:relative;margin:-1px;border:1px solid #008DF5;color:#FFF;background-color:#008DF5}.datepickerDisabled a,.datepickerNotInMonth a{margin:0;border:0;font-weight:400;color:#B2B2B2;cursor:default;background-color:#FFF}.input-datepicker{position:relative;width:260px}.input-datepicker>button{display:inline-block;padding:2px 4px 3px;width:25px;height:24px;background-color:transparent;border:none;position:absolute;top:1px;right:1px}.input-datepicker .datepickerViewDays{margin:4px 0 0 -1px}.flat-datepicker{margin:0 auto 30px;width:100%}.links-list ul{font-size:.8125rem;line-height:1.154}.links-list .info,.links-list .source{display:block}.links-list img{float:left;margin:0 10px 5px 0;padding:8px;width:auto;background-color:#EDEEEE}.account .links-list>.title,.profile .links-list>.title{border-top:0;background-color:transparent}.login-subscribe .title{margin-bottom:15px;padding-bottom:60px;text-align:center;background-repeat:no-repeat;background-position:50% 100%}.login-subscribe .title span{display:block;font-size:.52em;line-height:2;font-weight:400}.login-subscribe .login .title{color:#008DF5;border-bottom:1px solid #008DF5;background-image:url(/images/v2/login.svg)}.login-subscribe .login form{position:relative;padding-bottom:7px}.login-subscribe .login input,.login-subscribe .login label{box-sizing:border-box;vertical-align:top;margin-bottom:5px}.login-subscribe .login label{margin-right:0;float:left;clear:left;text-align:right}.login-subscribe .login input{margin-left:3%;border-color:#B2B2B2}.login-subscribe .login .bt-specific{position:absolute;bottom:0;right:0;margin-right:0;width:auto}.login-subscribe .login .lost-password{display:block;font-size:.6875rem;font-family:Arial,Verdana,sans-serif;text-align:right}.login-subscribe .subscribe .title{color:#E20909;border-bottom:1px solid #E20909;background-image:url(/images/v2/subscribe.svg)}.login-subscribe .subscribe p{margin:0;font-size:.8125rem;line-height:1.46154}.login-subscribe .subscribe .action{display:block;margin-top:10px;text-align:center}.login-subscribe .subscribe .bt-specific{font-weight:400;background-color:#E20909}.admin-menu{line-height:1;font-family:Arial,Verdana,sans-serif;background-color:#313332}.admin-menu ul{background-color:#313332}.admin-menu li{position:relative}.admin-menu a{display:block;color:#FFF}.admin-menu>li{position:relative;border-top:0}.admin-menu>li>a{text-align:center}.admin-menu ul{display:none;text-align:left}.admin-menu ul li{border-top:1px dotted #6A6D6D}.admin-menu ul a{display:block}.contrib-menu-wrapper{margin-top:-30px;margin-bottom:30px}.lf-banner .contrib-menu-wrapper{margin-top:0;margin-bottom:-1px;background-color:#FFF}.admin-menu-container+.contrib-menu-wrapper,.studio-bundle.une .contrib-menu-wrapper,.studio-bundle.videos .contrib-menu-wrapper{margin-top:0;margin-bottom:0}.contrib-menu{overflow:hidden;font-size:.875rem;font-family:Arial,Verdana,sans-serif;text-align:center}.contrib-menu li{float:left;border-bottom:1px dotted #000;padding:.35714em 0;width:33.333%}.contrib-menu a{display:block}#menuEditionLink{display:block;border-bottom:1px solid #000;font:.9375rem/1 Arial,Verdana,sans-serif}#menuEditionLink button{color:#000}#menuEditionLink span{display:inline-block;padding:.66667em 15px .66667em 0;background:url(/images/v2/content-is-collapsed.svg) 100% 50% no-repeat}#menuEditionLink.active span{background-image:url(/images/v2/content-is-displayed.svg)}.read-also{float:left;margin:0 20px 10px 0;background-color:#F5F5F5}.read-also.universe-journal .title{color:inherit}.read-also li{border-color:#B2B2B2}.read-also ul{margin:0}.read-also li{padding-right:10px;font-size:.8125rem;line-height:1.23077}.read-also .author{margin-bottom:0}.une-block .une-list{margin-top:10px}.user-message{overflow:hidden;margin-top:20px;margin-bottom:20px;padding:8px;font-size:.875rem;line-height:1.1428571429;color:#FFF;background-color:#18343F}.user-message .ico[data-icon]::before{content:attr(data-icon);display:inline-block;margin-right:3px;font-family:icomoon;color:#ccd138;speak:none}.user-message a{display:block;color:#FFF}.user-message .offer{float:right;color:#b2c7cf}.user-message .button{position:relative;display:inline-block;margin-left:7px;border-radius:1px;padding:3px 10px 3px 20px;font-size:.92857em;line-height:1;color:#18343F;background-color:#ccd138}.user-message .button::before{content:' ';position:absolute;left:7px;top:50%;border:solid transparent;height:0;width:0;pointer-events:none;border-color:rgba(136,183,213,0);border-left-color:#18343F;border-width:5px;margin-top:-5px}.user-message.is-on-bottom{margin-top:0;margin-bottom:20px;background-repeat:no-repeat;background-position:100% 100%}.user-message.is-on-bottom strong{font:400 1.25rem/1 Arial,Verdana,sans-serif;text-transform:uppercase;letter-spacing:-1px}.user-message.is-on-bottom .offer{float:none}.user-message.is-on-bottom .button{margin-left:0;padding:10px 15px 10px 35px;font-size:.875rem;line-height:1.28571;text-transform:uppercase}.user-message.is-on-bottom .button::before{left:13px}.user-message.is-on-bottom .button::first-letter{font-size:1.25rem}.user-message.is-on-bottom .text{display:block;margin:10px 0 15px}[class^=mkt-]{border-top:0!important;font-family:Open_Sans,Arial,Verdana,sans-serif}[class^=mkt-] .wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}[class^=mkt-] .title{font-family:inherit}[class^=mkt-] .cta{display:inline-block;padding:6px 20px;font-weight:700}[class^=mkt-] .illustration{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}[class^=mkt-][class$=live]{background-color:#da002a}[class^=mkt-][class$=live] .date,[class^=mkt-][class$=live] .text{color:#FFF}[class^=mkt-][class$=live] .title{color:#FFF!important}[class^=mkt-][class$=live] .cta{color:#000;background-color:#FFF}[class^=mkt-].offre-live .illustration,[class^=mkt-].offre-mediapartlive .illustration{padding:10px 20px;background-color:#000}.post-list [class^=mkt-][class*=offre-] .illustration{margin-bottom:0;float:none;width:auto}.mkt-banner{background-color:#EDEDED}.post-list .mkt-banner{margin-bottom:1.25rem;padding-top:0;padding-bottom:0}.mkt-banner .wrapper{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.625rem 0}.mkt-banner img{display:block}.mkt-banner .illustration{padding-left:10px}.mkt-banner .offer{padding-right:10px;padding-left:20px}.mkt-banner p{margin-bottom:0}.content-article .mkt-banner p{margin-top:0;margin-bottom:0}.mkt-banner .title{color:#202222!important}.mkt-banner .action{padding-right:20px;padding-left:10px}.mkt-banner .cta{color:#FFF}.mkt-banner.offre-basique .cta{background-color:red}.mkt-banner.offre-produit .cta{background-color:#333}.mkt-banner.offre-studio .cta{background-color:#A4AA00}.mkt-banner.offre-parrainage .cta{background-color:#2975AF}.mkt-banner.offre-evenement .cta{background-color:#aea18f}.post-list .mkt-banner[class*=offre-] .illustration{margin-right:0;padding-right:0;padding-left:10px}.mkt-banner[class$=live] .wrapper{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.post-list .mkt-banner[class$=live] .illustration{padding-right:10px}.mkt-banner[class$=live] .offer{-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}.mkt-banner.offre-live,.mkt-banner.offre-mediapartlive{padding:0}.mkt-banner.offre-live .wrapper,.mkt-banner.offre-mediapartlive .wrapper{padding-top:0;padding-bottom:0}.mkt-banner.offre-basique{background-color:#ffece5}.mkt-column{margin-bottom:20px;font-size:.875rem;text-align:center;word-wrap:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;background-color:#ffece5}.mkt-column .wrapper{background-color:#ffece5;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:15px;padding-left:15px}.mkt-column .date,.mkt-column .text{color:#FFF}.mkt-column .title{color:#FFF!important}.mkt-column .illustration,.mkt-column .text{padding-bottom:20px}.mkt-column .title{margin-bottom:0!important;padding-bottom:20px;font-size:1.125rem;line-height:1.1666666667}.mkt-column .text{margin-bottom:0}.mkt-column .illustration{margin-right:0}.mkt-column .cta{color:#000;background-color:#FFF}.mkt-column.offre-mlive .wrapper{background-color:#da002a}.mkt-column.offre-mlive .wrapper .cta{color:#000;background-color:#FFF}.mkt-column.offre-live .wrapper{background-color:#da002a}.mkt-column.offre-live .wrapper .cta{color:#000;background-color:#FFF}.mkt-column.offre-produit .wrapper{background-color:#333}.mkt-column.offre-produit .wrapper .cta{color:#000;background-color:#FFF}.mkt-column.offre-studio .wrapper{background-color:#A4AA00}.mkt-column.offre-studio .wrapper .cta{color:#000;background-color:#FFF}.mkt-column.offre-parrainage .wrapper{background-color:#2975AF}.mkt-column.offre-parrainage .wrapper .cta{color:#000;background-color:#FFF}.mkt-column.offre-evenement .wrapper{background-color:#aea18f}.mkt-column.offre-evenement .wrapper .cta{color:#000;background-color:#FFF}.mkt-column.offre-information .wrapper{background-color:#2975AF}.mkt-column.offre-information .wrapper .cta{color:#000;background-color:#FFF}.mkt-column[class*=offre-]{padding:20px 0 0;border-top:1px solid #B2B2B2!important;background-color:transparent}.mkt-column[class*=offre-]>li{padding:0;border-top:none!important}.mkt-column[class*=offre-] .wrapper{padding:20px 15px;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.mkt-column[class*=offre-] img{width:auto}.mkt-column[class$=live] .text{padding-top:20px}.mkt-column.offre-live .illustration,.mkt-column.offre-mediapartlive .illustration{margin-right:-15px;margin-left:-15px;padding-top:20px}.mkt-column.offre-mlive .illustration{padding-bottom:0}.mkt-column.offre-basique .text,.mkt-column.offre-basique .title{color:#000!important}.mkt-column.offre-basique .cta{color:#FFF;background-color:red}.mkt-column .date{display:block;margin-top:3px;font-size:1.375rem;line-height:1;text-align:center}.megaban.offre-basique{background-color:inherit}[class*="-width"].mkt-banner{text-align:center}[class*="-width"].mkt-banner .text,[class*="-width"].mkt-banner .title{display:block}[class*="-width"].mkt-banner .title{font-size:1.25rem;line-height:1.2}[class*="-width"].mkt-banner .text{margin-bottom:5px;font-size:.875rem;line-height:1.5714285714}[class*="-width"][class$=live] .action,[class*="-width"][class$=live] .offer{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}[class*="-width"].offre-live .wrapper,[class*="-width"].offre-mediapartlive .wrapper{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0}.no-flexbox [class*="-width"].offre-live img,.no-flexbox [class*="-width"].offre-mediapartlive img{position:relative;top:50%;margin-top:-25px}.flexbox [class*="-width"].offre-live .illustration,.flexbox [class*="-width"].offre-mediapartlive .illustration{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}[class*="-width"][class$=live] .offer{padding-top:10px;padding-bottom:10px}.post-event{background-color:#f2ede7;margin-bottom:24px}.post-event .event-header{border-bottom:1px solid #ddd5c8;padding:10px 12px 6px;text-align:center}.post-event.first-post .event-header{position:relative}.post-event .event-badge{font-family:Arial,Verdana,sans-serif;left:12px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.post-event .event-title{font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:400;text-transform:uppercase}.post-event .event-title span{font-weight:700}.post-event .taxonomy li:before{background-color:#626468}.post-event .taxonomy a{color:#626468}.post-event .taxonomy a:active,.post-event .taxonomy a:focus,.post-event .taxonomy a:hover{color:#B2B2B2}.post-event [class^=event-articles]{overflow:hidden}.post-event .event-article{box-sizing:border-box;float:left;padding:12px}.post-event .event-article .has-badge{display:none}.post-event .event-article .has-badge+.taxo-item{padding-left:0;margin-left:0}.page-content>.post-event .event-article .title a:active,.page-content>.post-event .event-article .title a:focus,.page-content>.post-event .event-article .title a:hover{color:#E20909}.post-event .universe-journal>li{font-size:.875rem}.post-event .bullet-list{float:left;margin-top:10px;width:100%}.post-event .bullet-list li:first-child{border-color:#bcbec0;border-top-style:solid}.post-event .bullet-list li{border-top-color:#d6d6d6;background-position:0 16px}.post-event .bullet-list .content-title{font-size:1.1428571429em;line-height:1.1875;font-weight:700}.post-event .event-article--cartoon{font-size:1.25rem;float:left;width:100%}.post-event .event-article--cartoon .cartoon-wrapper{position:relative}.post-event .event-article--cartoon .media{margin:0}.post-event .event-article--cartoon+.event-thumb .universe-journal{padding:0}.post-event .event-article--cartoon-wrapper{background-clip:content-box;background-color:#ddd5c8;box-sizing:border-box;height:100%;overflow:hidden;padding:12px}.post-event .article-intro{overflow:hidden;padding:10px}.post-event .event-list,.post-event .event-thumb{box-sizing:border-box;float:left;width:100%}.post-event .event-list .taxonomy,.post-event .event-thumb .taxonomy{margin-bottom:0}.post-event .event-list-item{border-top:1px solid #bcbec0;margin:0 12px 12px;padding-top:12px}.post-event .event-list-item:first-child{border-top-color:transparent}.post-event .event-thumb:before{border-top:1px solid #bcbec0;content:'';display:block;margin:0 auto;width:calc(100% - 24px)}.post-event .event-display-by-side+.event-thumb{margin-top:-12px}.post-event .event-display-by-side+.event-thumb:before{border-top-width:0}.post-event .event-thumb-item{background-color:#ddd5c8;margin:12px;min-height:80px;overflow:hidden;position:relative}.post-event .event-thumb-item .event-thumb-image+.article-intro{box-sizing:border-box;float:right;width:62.389380531%}.post-event .event-thumb-image{overflow:hidden;position:absolute;left:0;top:0;height:100%;min-height:80px;width:37.610619469%}.post-event .event-thumb-image .media-image{margin:0}.post-event .event-thumb-image img{left:50%;max-width:inherit;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;height:100%}.post-list-wrapper .post-event{padding:0}.mejs-overlay-button{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9ImJpZ3BsYXktZ3JhZGllbnQuZnctUGFnZSUyMDEiIHZpZXdCb3g9IjAgMCAxMDAgMjAwIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjIwMHB4Ig0+DQk8ZGVmcz4NCQk8cmFkaWFsR3JhZGllbnQgaWQ9ImdyYWRpZW50MSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNTAlIj4NCQkJPHN0b3Agc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjcwJSIvPg0JCQk8c3RvcCBzdG9wLWNvbG9yPSIjMjIyMjIyIiBzdG9wLW9wYWNpdHk9IjAuMDExOCIgb2Zmc2V0PSI3MC4yMDIlIi8+DQkJCTxzdG9wIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSI4NSUiLz4NCQkJPHN0b3Agc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz4NCQk8L3JhZGlhbEdyYWRpZW50Pg0JCTxyYWRpYWxHcmFkaWVudCBpZD0iZ3JhZGllbnQyIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI1MCUiPg0JCQk8c3RvcCBzdG9wLWNvbG9yPSIjYmJiYmJiIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iNzAlIi8+DQkJCTxzdG9wIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMC4wMTE4IiBvZmZzZXQ9IjcwLjIwMiUiLz4NCQkJPHN0b3Agc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9Ijg1JSIvPg0JCQk8c3RvcCBzdG9wLWNvbG9yPSIjYmJiYmJiIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMTAwJSIvPg0JCTwvcmFkaWFsR3JhZGllbnQ+DQkJPGZpbHRlciBpZD0iZmlsdGVyMSIgeD0iLTEwMCUiIHk9Ii0xMDAlIiB3aWR0aD0iMzAwJSIgaGVpZ2h0PSIzMDAlIj4NCQkJPCEtLSBHbG93IC0tPg0JCQk8ZmVDb2xvck1hdHJpeCByZXN1bHQ9Im91dCIgaW49IlNvdXJjZUdyYXBoaWMiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgIDAgMCAwIDAgMCAgMCAwIDAgMCAwICAwIDAgMCAwLjI1MSAwIi8+DQkJCTxmZU1vcnBob2xvZ3kgcmVzdWx0PSJvdXQiIGluPSJvdXQiIG9wZXJhdG9yPSJkaWxhdGUiIHJhZGl1cz0iMyIvPg0JCQk8ZmVHYXVzc2lhbkJsdXIgcmVzdWx0PSJvdXQiIGluPSJvdXQiIHN0ZERldmlhdGlvbj0iMS41Ii8+DQkJCTxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9Im91dCIgbW9kZT0ibm9ybWFsIiByZXN1bHQ9Ikdsb3cxIi8+DQkJPC9maWx0ZXI+DQkJPGZpbHRlciBpZD0iZmlsdGVyMiIgeD0iLTEwMCUiIHk9Ii0xMDAlIiB3aWR0aD0iMzAwJSIgaGVpZ2h0PSIzMDAlIj4NCQkJPCEtLSBHbG93IC0tPg0JCQk8ZmVDb2xvck1hdHJpeCByZXN1bHQ9Im91dCIgaW49IlNvdXJjZUdyYXBoaWMiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwLjg2NjcgMCAgMCAwIDAgMC44NjY3IDAgIDAgMCAwIDAuODY2NyAwICAwIDAgMCAwLjI1MSAwIi8+DQkJCTxmZU1vcnBob2xvZ3kgcmVzdWx0PSJvdXQiIGluPSJvdXQiIG9wZXJhdG9yPSJkaWxhdGUiIHJhZGl1cz0iMyIvPg0JCQk8ZmVHYXVzc2lhbkJsdXIgcmVzdWx0PSJvdXQiIGluPSJvdXQiIHN0ZERldmlhdGlvbj0iMS41Ii8+DQkJCTxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9Im91dCIgbW9kZT0ibm9ybWFsIiByZXN1bHQ9Ikdsb3cyIi8+DQkJPC9maWx0ZXI+DQk8L2RlZnM+DQk8ZyBpZD0iQmFja2dyb3VuZCI+DQk8L2c+DQk8ZyBpZD0iZGFyayUyMHNoYWRvdyI+DQkJPHBhdGggZD0iTSAyMiA1MCBDIDIyIDM0LjUzNTggMzQuNTM1OCAyMiA1MCAyMiBDIDY1LjQ2NDIgMjIgNzggMzQuNTM1OCA3OCA1MCBDIDc4IDY1LjQ2NDIgNjUuNDY0MiA3OCA1MCA3OCBDIDM0LjUzNTggNzggMjIgNjUuNDY0MiAyMiA1MCBaTSA1IDUwIEMgNSA3NC44NTMxIDI1LjE0NjkgOTUgNTAgOTUgQyA3NC44NTMxIDk1IDk1IDc0Ljg1MzEgOTUgNTAgQyA5NSAyNS4xNDY5IDc0Ljg1MzEgNSA1MCA1IEMgMjUuMTQ2OSA1IDUgMjUuMTQ2OSA1IDUwIFoiIGZpbGw9InVybCgjZ3JhZGllbnQxKSIvPg0JCTxwYXRoIGQ9Ik0gMjIgMTUwIEMgMjIgMTM0LjUzNTggMzQuNTM1OCAxMjIgNTAgMTIyIEMgNjUuNDY0MiAxMjIgNzggMTM0LjUzNTggNzggMTUwIEMgNzggMTY1LjQ2NDIgNjUuNDY0MiAxNzggNTAgMTc4IEMgMzQuNTM1OCAxNzggMjIgMTY1LjQ2NDIgMjIgMTUwIFpNIDUgMTUwIEMgNSAxNzQuODUzMSAyNS4xNDY5IDE5NSA1MCAxOTUgQyA3NC44NTMxIDE5NSA5NSAxNzQuODUzMSA5NSAxNTAgQyA5NSAxMjUuMTQ2OSA3NC44NTMxIDEwNSA1MCAxMDUgQyAyNS4xNDY5IDEwNSA1IDEyNS4xNDY5IDUgMTUwIFoiIGZpbGw9InVybCgjZ3JhZGllbnQyKSIvPg0JPC9nPg0JPGcgaWQ9ImRhcmsiPg0JCTxwYXRoIGlkPSJQb2x5Z29uIiBmaWx0ZXI9InVybCgjZmlsdGVyMSkiIGQ9Ik0gNzIuNSA0OS41IEwgMzguNzUgNjguOTg1NiBMIDM4Ljc1IDMwLjAxNDQgTCA3Mi41IDQ5LjUgWiIgZmlsbD0iI2ZmZmZmZiIvPg0JCTxwYXRoIGlkPSJFbGxpcHNlIiBkPSJNIDEzIDUwLjUgQyAxMyAyOS43ODkxIDI5Ljc4OTEgMTMgNTAuNSAxMyBDIDcxLjIxMDkgMTMgODggMjkuNzg5MSA4OCA1MC41IEMgODggNzEuMjEwOSA3MS4yMTA5IDg4IDUwLjUgODggQyAyOS43ODkxIDg4IDEzIDcxLjIxMDkgMTMgNTAuNSBaIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iNSIgZmlsbD0ibm9uZSIvPg0JPC9nPg0JPGcgaWQ9ImxpZ2h0Ij4NCQk8cGF0aCBpZD0iUG9seWdvbjIiIGZpbHRlcj0idXJsKCNmaWx0ZXIyKSIgZD0iTSA3Mi41IDE0OS41IEwgMzguNzUgMTY4Ljk4NTYgTCAzOC43NSAxMzAuMDE0NCBMIDcyLjUgMTQ5LjUgWiIgZmlsbD0iI2ZmZmZmZiIvPg0JCTxwYXRoIGlkPSJFbGxpcHNlMiIgZD0iTSAxMyAxNTAuNSBDIDEzIDEyOS43ODkxIDI5Ljc4OTEgMTEzIDUwLjUgMTEzIEMgNzEuMjEwOSAxMTMgODggMTI5Ljc4OTEgODggMTUwLjUgQyA4OCAxNzEuMjExIDcxLjIxMDkgMTg4IDUwLjUgMTg4IEMgMjkuNzg5MSAxODggMTMgMTcxLjIxMSAxMyAxNTAuNSBaIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iNSIgZmlsbD0ibm9uZSIvPg0JPC9nPg08L3N2Zz4=)}.no-svg .mejs-overlay-button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAADICAMAAAAp4rTzAAAAA3NCSVQICAjb4U/gAAAA0lBMVEX////MzMwAAADMzMwAAADMzMwAAADW1tbMzMwaGhoQEBAHBwcAAADe3t7W1tZaWlpRUVFKSkpBQUE5OTkzMzMpKSkhISEaGhrm5ube3t58fHxzc3Nra2tmZmZaWlpRUVHv7+/m5uaZmZmUlJSMjIyEhIR8fHzv7+/m5ua1tbWtra2kpKSZmZn39/fv7+/MzMzFxcW+vr61tbX39/fW1tbMzMzFxcX39/fe3t7W1tb////39/fm5ube3t7////39/fv7+/m5ub////39/f////39/eUP7RQAAAARnRSTlMAEREiIjMzREREREREVVVVVVVVVVVVVVVmZmZmZmZmZnd3d3d3d3eIiIiIiIiZmZmZmZmqqqqqu7u7zMzMzN3d3d3u7v//HUUrOgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMTkvMTAtc7sxAAAJ4klEQVR4nO2ae1sauRrAbUWW5TJHQaqsl122rZzqyooIiFAWZ8bv/5VOLm+SNzNJJhkGn7PPY/5qaSa/vPfkTQ8OPsbHcI7PubF/QtUcvl4tNyrkIEIdDcSpBJFdXyftjNEQ7cyoBgMII0HnlMYgBFuwezdbbxM60iTZrmdf+5JTGqMjfpttkzQzku38SseUFoOscjzZZgEw4u3kmGNKCIMR10sswxtV1xuWZ3mNMYEMjuhJxFuynt1eMEP0L4l9JDqZdQUmgIIYj7BUvJ5cNHXPal3MtyBS8hhMAQb57nIr9nqiua3kXM1gE6/cNN4UyWiCGNvbHooKOfhv3QmflPxoBlAUY8m/vtUANS2L0X85g70s/SmScbbmn/a1DIKHxHR/sqnP3hTB6DNG8lcuSYkhOWRC8wcT5mdfUPwYTc64zCYofdRkMF0xyvrMh0I/VIztiTRGPtlKDKecMEf82WIUt8JAkOYzc8s+cqiaKaAxpscoT61CUYSyJkyOvu60xrTxWQVun1FuCxXGPiAxmCCGKormHKgoJ/SzhGQyJ0QIQreUnIisB0q3plqhsnb7glJeC0QBqzNl3fG5HNL+e3bqxMBObpXCbBAQhEm9bGmQOQ98m2mEClo0KpO+SxQQhHpW0pLBy6w0p0b6ZhdGUI7pBp8cosBEFlZ3kqEgJG9cWzGC8shtbxUFBKFpcXsGLiKCcw4pf66ZRvuY74Y5jV0U2Mt1gp09A0mlaQwJgItCbZ90baIgxSSnwtdzEJKfLswY+L5LN/loixVYjs6ZqASUhxDTGN1Z7GdG1W3RF4h7QwXpqY2YIMQ0JncGUU5iMuPKrC+YQvexRjFrhBCMwZ1xvngw6wtW2yJtHdghZCd5d0ZzX436QtH+9jvahhVCHDVjGuHFV1TSLyZ9wYS7lEV73QeSJhP9vC2KEfWdbyZ95UyiFG2F5DINGOWV/MvcAaFVd+YPyZqmJnPGswUi7H4XAiF7VqapqbpqjBQUihd4E8UQnGk45Cv58R835K0fCCE6+4aqKLiXG5Jo5dMLQkzwH6CwWv+2H0ia/N2WkH7ihtD5u0M8JGkF2ySjrq4HpLer4a/TQsjbza4u/K0AQoPxdtdgpIcJWzC+S1qhkKe0ggRJ1eFKkDTVb5u7pHpyjHSnel60tHN5YNGicy9T61G1uvJLa5K5/OIZux0kWlaTSKN8pyugIh92JGKhSOI9vnQciertX8U+ShzuaoWHO3wDSs7kRsodU384jqk1cfETFbjEgZtt8tR+4FZXh38sp3r31YFOPKV7nNm0JUWhxRPfHcIuQQ90K8fOSxBzQSoKuWGUv845BJGi0OrJElw9+GL6K02wpCBZBdEvS+Wu2I9K1a57vGoWXIQ3C1gnA+cLM4S7CLsAQ0uiLrsehW2PHnzmZOgX5eAGDm9G/VncixKUJ0ZR7a66sRWldbw4Y+bXVavJtkS67SlKUVONt+6WXv1BYRbe5kxkw9/aHqxzxg1jPMvockKkKGesQ5o8ttC7Qi0DUI1O3rWFdmohA7U6n3nS7Ra3bK+gu9v0UpZOeeJJcaI6w9nB2tJf5jGb+NDyZ6BW/R10yB96hi56HdroDzDpLoSBKddrSPHLm8yTAx/NG/HwAeeK8GeHunoTIO48u8gQzr7PxANR8qdIO94M7QGlKx4vyFLr5ePXy+6X1unVX5MlfqRplmDoz03HCkNX5O9z6Id5z1ItfSifZRj0bl9zT3NCuNtu256g/YVhbnQ9X+c4yXpyjUI1HCGFkZh26/v8+ZW/Zibb1+f597O2jijB0DF1kwfraa0UAmHMHFwCyiMOVMlQ9VEbVSB0zv4e/SVmv/99AXHyozqCjVM14WN8jI/xMf6l41Nu7J9QNYevd5gbFXIQ4QgNxKkEkV1fJ+2M0RCNzKgGAwgjQeeUxiAEWzAaTVebmI40jjer6TCSnNIYHXE+3cTZA3e8mQ50TGkxyCqd8cZ8cyCccYdjSgiDEYOFJgNVl/b3xQBjAhkcESlEvJqOzpkhonNiH/X7NBKYAApijGGp+GV8nnUtYieBGQdTgEE1tRF77WhuK/88mMImNtw03hTFADE2owhFhRz8twgmxaMQimIs1NcKcKhlMYxZ+FMkI1rxTyMtg+AhMZ1VIEVncDG0JCWG5NAZIybMKhIUP0bjhTEGmJEvWYcqmAIo9EP20Qq5jDnZSgxkBeaIK64xt8KEIMzmmwg51KEpoDEmYpRpsSiCMc4xbGnjkwpcThkVUtgHoGDBUEXRnAMVpRODGZ0QIQjdUtwRWQ+Ubk21QmUkz7DNFYgCVr9HYnNI417lQCMGdjJSX9ogIAiTWgQWQKYibZhNIx2fOmUcuUQBQahnxSp4mZWmVA9DuzCCwjY4dYgCE5nVpY8gCBFvYMVgvyS2t4qCBGGeBSHOfpzmylNGZ2I3zGnsolgE0SAyo+eFEaKMnFZBiomFIAc5SJq+nJsx8H1ENzm2xQosJ+ZAAspDIPvnMHg/G4u+QNyhJogZQkxjcmcQhTmYxfRIWy8oZo0QgjG4M84X92Z9wWobpK0DO4TsJO/OhfrC0Y5TnBVCHDVjGuHFA6t/wYQRj/YjH4g8bamqeSh9Z2jSFzLJCovqguQyDTLK1AFZpZl4dUPIjjTTqLK6sEDEJkYhEM00hyp/GS2PQvEcb6IYgjMNhww9IFEghLjzEFVRcC83RHMuPwgxQQcorKjsCZLG9w0JiWI3hM7fHeIlSahNSqjrPQyvZ4SyLuyC7D0Y3yWtvFuCHKWZw2xwqm8UpXpetOIdipZ0LvOh6D3KL55RwUHCaBJpFObjSF9hRyKprXPHkeio8Qs+ywYe7g4LD3f4BoTMVu6YOnIcU+UBUAR9iQP32O5bB+osu8ChEnR1ELXEdQtCZ7PylyCm7Y7zEqSuc7J/UfF1TjPdQs+snhfTX16cFsFT0UU58Io9TtOiK7beLDgPbxawq+CqsFnwSU2GlsSR7HoUtj2iuMDquiilGji8GfVHcS8K5wbc7jK3orSOV8e3FWVoeDVsuso01XjrbuHVH5SRy1uQxe3BI84Y6gzPJiRQxrJf62x0jgWjuDmoUaAtvPJo2Q6yLdsiBqLwhBWPFSY7eI8bWun3AQzU4h5Bh/xevflkCY3Ofa6N7sHQHgReIMUvhg3jGIqHDzjkhT87HDXU00a6mWafNqKhetqQCdqboVE64vGCvqEsxsNBFDWiwX/Hixf0SNMowdCfmxAmZa9N+oOTvVr6UD7JMIhG+ac5IKxGrhrgLwwPhelLjhOvxrs9AUphDpW3DqeLDX/NjDebRSWPmTrmyOzCjjoTjDFzcAkojzhQJUPVR21UgdA5+3v0l5j9/vcFxMmP6gg2TtWEj/Ex/l/H/wCKgxtJ/pulSgAAAABJRU5ErkJggg==)}.mejs-overlay-loading span{background-image:url(data:image/gif;base64,R0lGODlhEAAQAAAAACH/C05FVFNDQVBFMi4wAwH//wAh+QQLBgAPACwAAAAAEAAQAIMvLy92dnaUlJSlpaWtra21tbW9vb3GxsbOzs7W1tbe3t7n5+fv7+/39/f///////8EifDJ52QJdeq3QnoC4DSFsnFAAAIPMizaAheAEbrI0yyOEwSGRkCAKAwIO2PjoQikGktK4zAowCauzCTxkRgGYNNmajBQBWixhlEoEAyTBUIrUVwlUwFy8z0wKEYIUwkNDApBCUdLdhwDCUULjg8MCVokBQ4HBA9UfxsLBDCaIwRdGiMSCAYVDVoRACH5BAsGAA8ALAAAAAAQABAAgz09PXNzc4uLi6Wlpa2trbW1tb29vcbGxs7OztbW1t7e3ufn5+/v7/f39////////wSL8Mnn5Ah16reCegHgNICxPUwQgMAjAIe2MM8BhwmwNovjCAJEIzBAGAYAxqIwaHAugobz0WAwCwtNwpCZJBITYwF7ahwMhjOBQN5YCwSThKHoShTZSQMxIEwnRwc0DkxCBwlVCgYNCX1OeE8JCFgDYAwJXQ1jDgcENQM0GwsEWZ0jBGAbIxJGFQ1dEQAh+QQLBgAPACwAAAAAEAAQAIM5OTl/f3+UlJSlpaWtra21tbW9vb3GxsbOzs7W1tbe3t7n5+fv7+/39/f///////8Ei/DJ5yQRdeq3xHpB4DCBsT3k8AjBChzawjxIkLAJ0DaK4xSDRENgUCAIAEYuiTIMCo2GxNEIAACFDAehlQQEE4TBcJhtOuODgUAofDaMQoFgkjB6G8Vb0kAMCFIaTmUUQAgNB0J3Bg0Jf1J6HEEIbkEoCVoNcg4HBA8HA2YxBB+dVAQJJ1QSYhUNWhEAIfkECwYADwAsAAAAABAAEACDOjo6fX19mJiYpaWlra2ttbW1vb29xsbGzs7O1tbW3t7e5+fn7+/v9/f3////////BI3wyeekGXXqx8p6Q+A0AbI9DVGAAQiY08I8ypAQggIIqOI4hYGiYTgsEoYA4wAANDiXQiMzCjQNmccCkZUIBhOEoTjbLAICAcFAUH02uiZgwvBt1poGYkB4ai4HM0ADCA0HCQ11Bg0JfE8KHws2CB42HAlZDQUFDgcEDwcDZRoLBB+eIwQJJyMSYhVTExEAIfkECwYADwAsAAAAABAAEACDQUFBb29vi4uLpaWlra2ttbW1vb29xsbGzs7O1tbW3t7e5+fn7+/v9/f3////////BIvwyeckMnXqxwp7B+E0Q7I9DWGAw1MEirZ8yqAcwxIUqOI4BVvDgGAoEAIGIhBocAyDQiMzEgACiMxjkd0QeBaD4fDZLARMgYHwXZwUAcB1YtRKCgdNAzEgOCcOcgMfQAMIDQcJDQwJAWdyTgpuCyUIBZQrCQNaDQUFDiEsZTIEbiEjBCYbI2EVUxMRACH5BAsGAA8ALAAAAAAQABAAgzw8PH9/f5iYmKWlpa2trbW1tb29vcbGxs7OztbW1t7e3ufn5+/v7/f39////////wSM8MnnJDJ16scKewfhNIWyPQ1hgMSDDIu2fMqghMyAoIvjFLaGAcFYKAiMhCDQ4BgGhUZmRAgIEjJEZnI4TC6Gw2fDWFoNBEIhtlkE3oEJQ7GVFLyTxovQnDgCAAEmPzoNBwkNCwQACwMAAE0KMY0JCAIFAAUPCQVbJJ0hD49sMgQxIQ4LmScjFhgcWxEAIfkECwYADwAsAAAAABAAEACDQEBAa2tri4uLpaWlra2ttbW1vb29xsbGzs7O1tbW3t7e5+fn7+/v9/f3////////BIzwyeckMnXqxwp7B+E0hbI9DWGAxIMMi7Z8yqCEzICgi+MUtoYBwVgoCI0FsMExDAqNzOgwIJgmC0RmcthZDIbDZ8MgDJ4GAqEQIw8EgsGEodhKuprGC6lxCAACMT86DVQKCQUBSgEBTAoxC1WMBwByN1skBQ4BAA+cCScLBDEAAA4LACsbIxKMFVETEQAh+QQLBgAPACwAAAAAEAAQAIM1NTVnZ2eBgYGlpaWtra21tbW9vb3GxsbOzs7W1tbe3t7n5+fv7+/39/f///////8EjfDJ5yQyderHCnsH4TSFsj0NYYDEgwyLtnzKoITMgKCL4xS2hgHBWCgIjQWwwTEMCo3M6PCMTRaIzCSRmFwMh8+mcTCADQRCwaphpFUTRkJr6U4arwBz4hgIBh8/TwoBMDcCDAcCAkwKMQYABQIBCAEtWFoMAAIOAQAPkyYbBwAmng4MAQcnIxKTFVETEQAh+QQLBgAPACwAAAAAEAAQAIMlJSVkZGSQkJClpaWtra21tbW9vb3GxsbOzs7W1tbe3t7n5+fv7+/39/f///////8Ei/DJ5yQyderHCnsH4TSFsj0NYYDEgwyLtnzKoITMgKCL4xS2hgHBWCgIjQWwwTEMCo3M6PCMTRaIzCSRmFwMh8+mcTCADQTCoLvpFFTegVaisEoYAQCAqXGGKXoCCwGCCwkCDAkDSA8lIAAEAgEJAQccCVp4AQ6SD5F2WwArkg4MAjsbIxIDAhVRExEAIfkECwYADwAsAAAAABAAEACDPj4+b29vkJCQpaWlra2ttbW1vb29xsbGzs7O1tbW3t7e5+fn7+/v9/f3////////BIrwyeckMnXqxwp7B+E0hbI9DWGAxIMMi7Z8yqCEzICgi+MUtoYBwVgoCI0FsMExDAqNzOjwjE0OgswkkZgEAIDAbtM4GAzYgPpw6hRU24JWorBKGAIwU+M8fBxfAgsCBAwMCQYNCQNIIGwJAG8CNV2HWg1qDgMCD04fGwtiD5sODARdGyMSThVRExEAIfkECwYADwAsAAAAABAAEACDPz8/c3NzkJCQpaWlra2ttbW1vb29xsbGzs7O1tbW3t7e5+fn7+/v9/f3////////BIfwyeckMnXqxwp7B+E0hbI9DWGAxIMMi3aYrxIyA4IujhMAA0bgwFgoCI1FYdB4LAQAAKNJaRwGhdjkIMhMEomJIEAOb6wGw+EXPZw6BdVEgdkotJLGABCgTgwDRBQ/QSoMDHQNCQNILjoKQwZZA2EMCV4NAl0GLVcfG09hnCMEZhojFnUNXhEAIfkECwYADwAsAAAAABAAEACDLi4ub29vjY2NpaWlra2ttbW1vb29xsbGzs7O1tbW3t7e5+fn7+/v9/f3////////BI3wyeckMnXqpwB6B+E0hbI9DACAxIMMi5aYB0DczPA1i+MEtkYgkFgoCLzCoPFIAAMNJqVxGBRik4MgM0kkJgOB2LShGgzaIfHEKBQIhskCwZUosJKGQSydGAYHDBQDAQUMBwkNDAoGDQkDSC5fCwMJCFeVKAlcJAUOISADghsLBDEhIwRfGyMWGA8NXBEAOw==)}.mejs-controls button{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImNvbnRyb2xzLmZ3LVBhZ2VfeDI1XzIwMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNDRweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMTQ0IDMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDQgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0ibm9uZSIgZD0ieiIvPg0KPGcgaWQ9IkJHIj4NCjwvZz4NCjxnIGlkPSJjb250cm9scyI+DQoJPHBhdGggaWQ9IkxpbmUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgZD0iTTk4LjUsNy41aDExIi8+DQoJPHBhdGggaWQ9IkxpbmUyIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIGQ9Ik05OC41LDMuNWgxMSIvPg0KCTxwYXRoIGlkPSJMaW5lMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBkPSJNOTguNSwxMS41aDExIi8+DQoJPHBhdGggaWQ9IkVsbGlwc2UiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMDgsMTEuNWMwLTAuODI5LDAuNDQ3LTEuNSwxLTEuNXMxLDAuNjcxLDEsMS41cy0wLjQ0NywxLjUtMSwxLjVTMTA4LDEyLjMyOSwxMDgsMTEuNXoiLz4NCgk8cGF0aCBpZD0iRWxsaXBzZTIiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMDQsNy41YzAtMC44MjksMC40NDctMS41LDEtMS41czEsMC42NzEsMSwxLjVTMTA1LjU1Myw5LDEwNSw5UzEwNCw4LjMyOSwxMDQsNy41eiIvPg0KCTxwYXRoIGlkPSJFbGxpcHNlMyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEwOCwzLjVjMC0wLjgyOSwwLjQ0Ny0xLjUsMS0xLjVzMSwwLjY3MSwxLDEuNVMxMDkuNTUzLDUsMTA5LDVTMTA4LDQuMzI5LDEwOCwzLjV6Ii8+DQo8L2c+DQo8ZyBpZD0iYmFja2xpZ2h0Ij4NCgk8ZyBpZD0ib2ZmIj4NCgkJPHJlY3QgeD0iODMiIHk9IjIxIiBmaWxsPSIjMzMzMzMzIiBzdHJva2U9IiNGRkZGRkYiIHdpZHRoPSIxMCIgaGVpZ2h0PSI2Ii8+DQoJPC9nPg0KCTxnIGlkPSJvbiI+DQoJCQ0KCQkJPHJhZGlhbEdyYWRpZW50IGlkPSJFbGxpcHNlNF8xXyIgY3g9Ijg3LjA3MjMiIGN5PSItMjIuNDQ5NyIgcj0iMC41IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDE0IDAgMCAtMTAgLTExMzEgLTIxNi41KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YyRjJGMjtzdG9wLW9wYWNpdHk6MC4yIi8+DQoJCTwvcmFkaWFsR3JhZGllbnQ+DQoJCTxwYXRoIGlkPSJFbGxpcHNlNCIgZmlsbD0idXJsKCNFbGxpcHNlNF8xXykiIGQ9Ik04MSw4YzAtMi43NjIsMy4xMzQtNSw3LTVzNywyLjIzOCw3LDVzLTMuMTM0LDUtNyw1UzgxLDEwLjc2Miw4MSw4eiIvPg0KCQk8cmVjdCB4PSI4MyIgeT0iNSIgZmlsbD0iIzMzMzMzMyIgc3Ryb2tlPSIjRkZGRkZGIiB3aWR0aD0iMTAiIGhlaWdodD0iNiIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJsb29wIj4NCgk8ZyBpZD0ib24yIj4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ijg5Ljc1IiB5MT0iLTE3Ljc4MDgiIHgyPSI4OS43NSIgeTI9Ii0yMC4zNTYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTIgMCAwIC0xMS4xMjUgLTEwMDUgLTE5NS44MTI1KSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNNzMuNzk1LDQuMjA1Qzc1LjIxNSw0Ljg3OCw3Ni4yLDYuMzIzLDc2LjIsOGMwLDIuMzItMS44OCw0LjItNC4yLDQuMmMtMi4zMiwwLTQuMi0xLjg4LTQuMi00LjINCgkJCWMwLTEuNjc3LDAuOTg1LTMuMTIyLDIuNDA1LTMuNzk1bC0xLjMzLTEuMzNDNjcuMTUsMy45MjksNjYsNS44MzEsNjYsOGMwLDMuMzE0LDIuNjg2LDYsNiw2YzMuMzE0LDAsNi0yLjY4Niw2LTYNCgkJCWMwLTIuMTY5LTEuMTUtNC4wNzEtMi44NzUtNS4xMjVMNzMuNzk1LDQuMjA1eiIvPg0KCQkNCgkJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTE2IiB5MT0iLTYyLjM5OTkiIHgyPSIxMTYiIHkyPSItNjQuNzg3NCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg1IDAgMCAtNSAtNTExLjUgLTMxMCkiPg0KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4QzhDOCIvPg0KCQk8L2xpbmVhckdyYWRpZW50Pg0KCQk8cGF0aCBmaWxsPSJ1cmwoI1NWR0lEXzJfKSIgZD0iTTcxLDJoLTVsNSw1VjJ6Ii8+DQoJPC9nPg0KCTxnIGlkPSJvZmYyIj4NCgkJPHBhdGggZmlsbD0iI0E4QThCNyIgZD0iTTczLjc5NSwyMC4yMDVDNzUuMjE1LDIwLjg3OSw3Ni4yLDIyLjMyMyw3Ni4yLDI0YzAsMi4zMi0xLjg4LDQuMi00LjIsNC4yYy0yLjMyLDAtNC4yLTEuODgtNC4yLTQuMg0KCQkJYzAtMS42NzcsMC45ODUtMy4xMjEsMi40MDUtMy43OTVsLTEuMzMtMS4zM0M2Ny4xNSwxOS45MjksNjYsMjEuODMsNjYsMjRjMCwzLjMxNCwyLjY4Niw2LDYsNmMzLjMxNCwwLDYtMi42ODYsNi02DQoJCQljMC0yLjE3LTEuMTUtNC4wNzEtMi44NzUtNS4xMjVMNzMuNzk1LDIwLjIwNXoiLz4NCgkJPHBhdGggZmlsbD0iI0E4QThCNyIgZD0iTTcxLDE4aC01bDUsNVYxOHoiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iY2MiPg0KCTxyZWN0IHg9IjQ5IiB5PSIyIiBkaXNwbGF5PSJub25lIiBmaWxsPSJub25lIiBzdHJva2U9IiNCMEIwQjAiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMiIvPg0KCTx0ZXh0IHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEgNDkgMTcpIiBmaWxsPSIjRkZGRkZGIiBmb250LWZhbWlseT0iJ0FyaWFsTVQnIiBmb250LXNpemU9IjEwIj5jYzwvdGV4dD4NCgk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIGQ9Ik01NSw3Yy00LjcxOS0zLjIxOS00LjkzNyw1Ljk0LDAsMyIvPg0KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgZD0iTTYwLDdjLTQuNzE5LTMuMjE5LTQuOTM3LDUuOTQsMCwzIi8+DQoJDQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfM18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iODcuMDcxMyIgeTE9Ii0xNS4yMDkiIHgyPSI4Ny4wNzEzIiB5Mj0iLTE2LjIwOSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNCAwIDAgLTEyIC0xMTYzIC0xODAuNSkiPg0KCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDOEM4QzgiLz4NCgk8L2xpbmVhckdyYWRpZW50Pg0KCTxwYXRoIGZpbGw9InVybCgjU1ZHSURfM18pIiBkPSJNNTAsM2gxMnYxMEg1MFYzeiBNNDksMnYxMmgxNFYySDQ5eiIvPg0KCTxyZWN0IHg9IjQ5IiB5PSIyIiBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTIiLz4NCjwvZz4NCjxnIGlkPSJ2b2x1bWUiPg0KCTxnIGlkPSJub194MjVfMjBzb3VuZCI+DQoJCQ0KCQkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF80XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMTYiIHkxPSItNDguNTg0IiB4Mj0iMTE2IiB5Mj0iLTUwLjQzODEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNSAwIDAgLTYgLTU2MC41IC0yODguNSkiPg0KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4QzhDOCIvPg0KCQk8L2xpbmVhckdyYWRpZW50Pg0KCQk8cmVjdCB4PSIxNyIgeT0iNSIgZmlsbD0idXJsKCNTVkdJRF80XykiIHdpZHRoPSI1IiBoZWlnaHQ9IjYiLz4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzVfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEyNy4yNSIgeTE9Ii0xNS4yMDkiIHgyPSIxMjcuMjUiIHkyPSItMTYuMjA5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQgMCAwIC0xMiAtNDg2IC0xODAuNSkiPg0KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4QzhDOCIvPg0KCQk8L2xpbmVhckdyYWRpZW50Pg0KCQk8cGF0aCBmaWxsPSJ1cmwoI1NWR0lEXzVfKSIgZD0iTTIxLDVsNC0zdjEybC00LTIuOTM4VjV6Ii8+DQoJPC9nPg0KCTxnIGlkPSJzb3VuZF94MjVfMjBiYXJzIj4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjExNiIgeTE9Ii00OC41ODM1IiB4Mj0iMTE2IiB5Mj0iLTUwLjQzNzciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNSAwIDAgLTYgLTU2MC41IC0yNzIuNSkiPg0KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4QzhDOCIvPg0KCQk8L2xpbmVhckdyYWRpZW50Pg0KCQk8cmVjdCB4PSIxNyIgeT0iMjEiIGZpbGw9InVybCgjU1ZHSURfNl8pIiB3aWR0aD0iNSIgaGVpZ2h0PSI2Ii8+DQoJCQ0KCQkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF83XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMjcuMjUiIHkxPSItMTUuMjA4IiB4Mj0iMTI3LjI1IiB5Mj0iLTE2LjIwOCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0IDAgMCAtMTIgLTQ4NiAtMTY0LjUpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDOEM4QzgiLz4NCgkJPC9saW5lYXJHcmFkaWVudD4NCgkJPHBhdGggZmlsbD0idXJsKCNTVkdJRF83XykiIGQ9Ik0yMSwyMWw0LTN2MTJsLTQtMi45MzhWMjF6Ii8+DQoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgZD0iTTI3LDE4YzAsMCwzLjA2Mi0wLjYyNSwzLDZzLTMsNi0zLDYiLz4NCgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBkPSJNMjYsMjEuMDA4YzAsMCwyLjA0MS0wLjMxMiwyLDIuOTkyYy0wLjA0MiwzLjMwNC0yLDIuOTkyLTIsMi45OTIiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0icGxheV94MkZfcGF1c2UiPg0KCTxnIGlkPSJwbGF5Ij4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlBvbHlnb25fMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iOTEuNDU1MSIgeTE9Ii0xOC4yNzI5IiB4Mj0iOTEuNDU1MSIgeTI9Ii0xOS4yNzI5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDExIDAgMCAtMTEgLTk5Ny41IC0xOTgpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDOEM4QzgiLz4NCgkJPC9saW5lYXJHcmFkaWVudD4NCgkJPHBhdGggaWQ9IlBvbHlnb24iIGZpbGw9InVybCgjUG9seWdvbl8xXykiIGQ9Ik0xNCw4LjVMMywxNFYzTDE0LDguNXoiLz4NCgk8L2c+DQoJPGcgaWQ9InBhdXNlIj4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzhfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjE0NiIgeTE9Ii0xNS4yMDgiIHgyPSIxNDYiIHkyPSItMTYuMjA4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDMgMCAwIC0xMiAtNDMzLjUgLTE2NC41KSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxyZWN0IHg9IjMiIHk9IjE4IiBmaWxsPSJ1cmwoI1NWR0lEXzhfKSIgd2lkdGg9IjMiIGhlaWdodD0iMTIiLz4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzlfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjE0NiIgeTE9Ii0xNS4yMDgiIHgyPSIxNDYiIHkyPSItMTYuMjA4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDMgMCAwIC0xMiAtNDI2LjUgLTE2NC41KSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxyZWN0IHg9IjEwIiB5PSIxOCIgZmlsbD0idXJsKCNTVkdJRF85XykiIHdpZHRoPSIzIiBoZWlnaHQ9IjEyIi8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9ImZ1bGxzY3JlZW4iPg0KCTxnIGlkPSJlbnRlcl94MjVfMjAxIj4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzEwXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMTYiIHkxPSItNjIuMzk5OSIgeDI9IjExNiIgeTI9Ii02NC43ODc0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDUgMCAwIC01IC01NDMuNSAtMzEwKSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGZpbGw9InVybCgjU1ZHSURfMTBfKSIgZD0iTTM0LDJoNWwtNSw1VjJ6Ii8+DQoJCQ0KCQkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTE2IiB5MT0iLTYxIiB4Mj0iMTE2IiB5Mj0iLTYzLjM4NzUiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNSAwIDAgLTUgLTU0My41IC0zMDMpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDOEM4QzgiLz4NCgkJPC9saW5lYXJHcmFkaWVudD4NCgkJPHBhdGggZmlsbD0idXJsKCNTVkdJRF8xMV8pIiBkPSJNMzQsMTRoNWwtNS01VjE0eiIvPg0KCQkNCgkJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMTJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjExNiIgeTE9Ii02Mi4zOTk5IiB4Mj0iMTE2IiB5Mj0iLTY0Ljc4NzQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNSAwIDAgLTUgLTUzNi41IC0zMTApIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDOEM4QzgiLz4NCgkJPC9saW5lYXJHcmFkaWVudD4NCgkJPHBhdGggZmlsbD0idXJsKCNTVkdJRF8xMl8pIiBkPSJNNDYsMmgtNWw1LDVWMnoiLz4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzEzXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMTYiIHkxPSItNjEiIHgyPSIxMTYiIHkyPSItNjMuMzg3NSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg1IDAgMCAtNSAtNTM2LjUgLTMwMykiPg0KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4QzhDOCIvPg0KCQk8L2xpbmVhckdyYWRpZW50Pg0KCQk8cGF0aCBmaWxsPSJ1cmwoI1NWR0lEXzEzXykiIGQ9Ik00NiwxNGgtNWw1LTVWMTR6Ii8+DQoJPC9nPg0KCTxnIGlkPSJleGl0Ij4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzE0XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMjcuMjUiIHkxPSItODIuNjI1NSIgeDI9IjEyNy4yNSIgeTI9Ii04NS42MDk5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQgMCAwIC00IC00NjUgLTMxMi41KSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGZpbGw9InVybCgjU1ZHSURfMTRfKSIgZD0iTTQyLDIyaDRsLTQtNFYyMnoiLz4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzE1XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMjcuMjUiIHkxPSItODIuNjI1NSIgeDI9IjEyNy4yNSIgeTI9Ii04NS4wMTMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNCAwIDAgLTQgLTQ3MyAtMzEyLjUpIj4NCgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4NCgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDOEM4QzgiLz4NCgkJPC9saW5lYXJHcmFkaWVudD4NCgkJPHBhdGggZmlsbD0idXJsKCNTVkdJRF8xNV8pIiBkPSJNMzgsMjJ2LTRsLTQsNEgzOHoiLz4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzE2XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMjcuMjUiIHkxPSItODAuNjI1NSIgeDI9IjEyNy4yNSIgeTI9Ii04My42MjU1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQgMCAwIC00IC00NzMgLTMwNC41KSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGZpbGw9InVybCgjU1ZHSURfMTZfKSIgZD0iTTM4LDI2aC00bDQsNFYyNnoiLz4NCgkJDQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzE3XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMjcuMjUiIHkxPSItODAuNjI1NSIgeDI9IjEyNy4yNSIgeTI9Ii04My43MzQ5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQgMCAwIC00IC00NjUgLTMwNC41KSI+DQoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGIi8+DQoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJCTwvbGluZWFyR3JhZGllbnQ+DQoJCTxwYXRoIGZpbGw9InVybCgjU1ZHSURfMTdfKSIgZD0iTTQyLDI2djRsNC00SDQyeiIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJzdG9wIj4NCgkNCgkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xOF8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iOTMuNSIgeTE9Ii0yMS45NTAyIiB4Mj0iOTMuNSIgeTI9Ii0yMi45NTAyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEwIDAgMCAtMTAgLTgxNSAtMjE2LjUpIj4NCgkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPg0KCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJPC9saW5lYXJHcmFkaWVudD4NCgk8cmVjdCB4PSIxMTUiIHk9IjMiIGZpbGw9InVybCgjU1ZHSURfMThfKSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIi8+DQo8L2c+DQo8ZyBpZD0iY2hvb3NlciI+DQoJDQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMTlfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ijg4LjA5MDgiIHkxPSItMTIuMjI2NiIgeDI9Ijg4LjA5MDgiIHkyPSItMTMuMjI2NiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMy4xNjQ4IDAgMCAtMTMuMTY0OCAtMTAyMy43MDQgLTE1OS41MzcxKSI+DQoJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4NCgkJPHN0b3AgIG9mZnNldD0iMC45OTQ0IiBzdHlsZT0ic3RvcC1jb2xvcjojQzhDOEM4Ii8+DQoJPC9saW5lYXJHcmFkaWVudD4NCgk8cGF0aCBmaWxsPSJ1cmwoI1NWR0lEXzE5XykiIGQ9Ik0xMzUuMjM0LDYuMTUyYzEuMDIxLTAuNDIzLDIuMTkxLDAuMDYyLDIuNjEzLDEuMDgyYzAuNDIzLDEuMDIxLTAuMDYyLDIuMTktMS4wODIsMi42MTMNCgkJcy0yLjE5MS0wLjA2Mi0yLjYxMy0xLjA4MkMxMzMuNzI5LDcuNzQ1LDEzNC4yMTQsNi41NzUsMTM1LjIzNCw2LjE1MnogTTEzMy4yNzMsMS40MTdMMTM2LDQuMDA1bDIuNzI3LTIuNTg4bDAuMDk4LDMuNzU4DQoJCWwzLjc1OCwwLjA5OEwxMzkuOTk0LDhsMi41ODgsMi43MjdsLTMuNzU4LDAuMDk4bC0wLjA5OCwzLjc1OEwxMzYsMTEuOTk1bC0yLjcyNywyLjU4OGwtMC4wOTgtMy43NThsLTMuNzU4LTAuMDk4TDEzMi4wMDYsOA0KCQlsLTIuNTg4LTIuNzI3bDMuNzU4LTAuMDk4TDEzMy4yNzMsMS40MTd6Ii8+DQo8L2c+DQo8cGF0aCBmaWxsPSJub25lIiBkPSJ6Ii8+DQo8L3N2Zz4NCg==)}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background-repeat:no-repeat}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:rgba(0,0,0,.9);background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%}.mejs-controls{position:absolute;bottom:0;left:0;height:30px;width:100%;font:normal normal .6875rem/1.18182 Arial,Verdana,sans-serif;text-align:center;color:#fff;background:rgba(0,0,0,.7);background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7))}.mejs-controls div{float:left;width:26px}.mejs-controls button{cursor:pointer;margin:7px 5px;height:16px;width:16px;background-color:transparent;background-repeat:no-repeat}.mejs-controls button:focus{outline:#ff0 solid 1px}div.mejs-time{padding:8px 3px 9px;width:auto;box-sizing:content-box}.mejs-play button{background-position:0 0}.mejs-pause button{background-position:0 -16px}.mejs-stop button{background-position:-112px 0}.mejs-time-rail{position:relative;direction:ltr;width:200px;padding-top:10px}.mejs-time-rail span{position:absolute;left:0;width:180px;height:10px;border-radius:2px;cursor:pointer}span.mejs-time-total{margin:0 5px;background:#333;background:rgba(50,50,50,.8);background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}span.mejs-time-buffering{width:100%;background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}span.mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}span.mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}span.mejs-time-handle{display:none;position:absolute;width:10px;background:#fff;border-radius:5px;cursor:pointer;border:2px solid #333;top:-2px}span.mejs-time-float{position:absolute;display:none;background:#eee;height:17px;border:1px solid #333;top:-26px;margin-left:-18px;color:#111}span.mejs-time-float-current{margin:2px;display:block;left:0}span.mejs-time-float-corner{position:absolute;width:0;height:0;line-height:0;border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;top:15px}span.mejs-time-float{width:48px}span.mejs-time-float-current{width:44px}span.mejs-time-float-corner{left:18px}.mejs-fullscreen-button button{background-position:-32px 0}.mejs-unfullscreen button{background-position:-32px -16px}.mejs-mute button{background-position:-16px -16px}.mejs-unmute button{background-position:-16px 0}.mejs-volume-button{position:relative}div.mejs-volume-slider{display:none;height:115px;width:25px;background:rgba(50,50,50,.7);border-radius:0;top:-115px;left:0;z-index:1;position:absolute}.mejs-volume-button:hover{border-radius:0 0 4px 4px}div.mejs-volume-current,div.mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5)}.mejs-volume-current{background:rgba(255,255,255,.9)}div.mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;border-radius:1px;margin:0}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:rgba(50,50,50,.7);border:1px solid transparent;padding:10px;overflow:hidden;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px 5px;background:rgba(20,20,20,.8)}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:1px solid #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:rgba(50,50,50,.7);border:1px solid transparent;padding:10px;overflow:hidden;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}@media screen and (min-width:481px){.fixed .header .logo{position:absolute;top:.3125rem;margin:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.slide-show-feeds .slide-show-body{overflow:hidden}.slide-show-feeds .slide-show-body ul{float:left;box-sizing:border-box;width:49.02%}.slide-show-feeds .slide-show-body ul+ul{margin-left:1.96%}.book-list{overflow:hidden}.book-list>div{float:left;padding-top:15px}.hide-for-td{display:none!important}.submit-buttons>div{display:inline;margin-right:5px}.sitemap{overflow:hidden}.sitemap>li{float:left;padding:10px}.mini-pager li.previous{padding-left:15px;background-image:url(/images/v2/pager-previous.svg);background-position:0 50%}.mini-pager li.next{padding-right:15px;padding-left:0;text-align:right;background-image:url(/images/v2/pager-next.svg);background-position:100% 50%}.tools-share.is-on-bottom li{border-left:1px dotted #B2B2B2}.tools-share.is-on-bottom li:first-child{border-left:0}.read-also{padding-bottom:25px;width:200px}[class^=mkt-] .cta{white-space:nowrap}.mkt-banner{font-size:1rem;line-height:1}.mkt-banner .text{margin-left:3px;font-size:.875em;line-height:1.2857142857}.mkt-banner .cta{line-height:1.5}.mkt-column .text{line-height:1.5714285714}.post-list-wrapper .post-event .event-display-by-side div.cartoon-wrapper{margin-right:0}}@media screen and (min-width:769px){.accur8-desktop{display:table;table-layout:fixed}.accur8-row-desktop{display:table-row}.accur8-block-desktop{display:block}.accur8-inline-block-desktop{display:inline-block}.accur8-none-desktop{display:none!important}.accur8-hidden-desktop{position:absolute!important;top:-7500px;left:-7500px;display:block}.accur8-clear-table-desktop{display:table-row}.accurWidth-desktop{width:100%}.accurHeight-desktop{height:100%}.rest-desktop{width:auto}.fractal-desktop{display:table-cell;box-sizing:border-box}.left-desktop{float:left}.right-desktop{float:right}.fractal-2-desktop{width:50%}.fractal-3-desktop{width:33.3333333333%}.fractal-4-desktop{width:25%}.fractal-5-desktop{width:20%}.fractal-6-desktop{width:16.6666666667%}.fractal-7-desktop{width:14.2857142857%}.fractal-8-desktop{width:12.5%}.fractal-9-desktop{width:11.1111111111%}.fractal-10-desktop{width:10%}.fractal-11-desktop{width:9.0909090909%}.fractal-12-desktop{width:8.3333333333%}.fractal-3-desktop.collapse-2-desktop{width:66.6666666667%;vertical-align:top}.fractal-4-desktop.collapse-3-desktop{width:75%;vertical-align:top}.fractal-4-desktop.collapse-2-desktop{width:50%;vertical-align:top}.fractal-5-desktop.collapse-4-desktop{width:80%;vertical-align:top}.fractal-5-desktop.collapse-3-desktop{width:60%;vertical-align:top}.fractal-5-desktop.collapse-2-desktop{width:40%;vertical-align:top}.fractal-6-desktop.collapse-5-desktop{width:83.3333333333%;vertical-align:top}.fractal-6-desktop.collapse-4-desktop{width:66.6666666667%;vertical-align:top}.fractal-6-desktop.collapse-3-desktop{width:50%;vertical-align:top}.fractal-6-desktop.collapse-2-desktop{width:33.3333333333%;vertical-align:top}.fractal-7-desktop.collapse-6-desktop{width:85.7142857143%;vertical-align:top}.fractal-7-desktop.collapse-5-desktop{width:71.4285714286%;vertical-align:top}.fractal-7-desktop.collapse-4-desktop{width:57.1428571429%;vertical-align:top}.fractal-7-desktop.collapse-3-desktop{width:42.8571428571%;vertical-align:top}.fractal-7-desktop.collapse-2-desktop{width:28.5714285714%;vertical-align:top}.fractal-8-desktop.collapse-7-desktop{width:87.5%;vertical-align:top}.fractal-8-desktop.collapse-6-desktop{width:75%;vertical-align:top}.fractal-8-desktop.collapse-5-desktop{width:62.5%;vertical-align:top}.fractal-8-desktop.collapse-4-desktop{width:50%;vertical-align:top}.fractal-8-desktop.collapse-3-desktop{width:37.5%;vertical-align:top}.fractal-8-desktop.collapse-2-desktop{width:25%;vertical-align:top}.fractal-9-desktop.collapse-8-desktop{width:88.8888888889%;vertical-align:top}.fractal-9-desktop.collapse-7-desktop{width:77.7777777778%;vertical-align:top}.fractal-9-desktop.collapse-6-desktop{width:66.6666666667%;vertical-align:top}.fractal-9-desktop.collapse-5-desktop{width:55.5555555556%;vertical-align:top}.fractal-9-desktop.collapse-4-desktop{width:44.4444444444%;vertical-align:top}.fractal-9-desktop.collapse-3-desktop{width:33.3333333333%;vertical-align:top}.fractal-9-desktop.collapse-2-desktop{width:22.2222222222%;vertical-align:top}.fractal-10-desktop.collapse-9-desktop{width:90%;vertical-align:top}.fractal-10-desktop.collapse-8-desktop{width:80%;vertical-align:top}.fractal-10-desktop.collapse-7-desktop{width:70%;vertical-align:top}.fractal-10-desktop.collapse-6-desktop{width:60%;vertical-align:top}.fractal-10-desktop.collapse-5-desktop{width:50%;vertical-align:top}.fractal-10-desktop.collapse-4-desktop{width:40%;vertical-align:top}.fractal-10-desktop.collapse-3-desktop{width:30%;vertical-align:top}.fractal-10-desktop.collapse-2-desktop{width:20%;vertical-align:top}.fractal-11-desktop.collapse-10-desktop{width:90.9090909091%;vertical-align:top}.fractal-11-desktop.collapse-9-desktop{width:81.8181818182%;vertical-align:top}.fractal-11-desktop.collapse-8-desktop{width:72.7272727273%;vertical-align:top}.fractal-11-desktop.collapse-7-desktop{width:63.6363636364%;vertical-align:top}.fractal-11-desktop.collapse-6-desktop{width:54.5454545455%;vertical-align:top}.fractal-11-desktop.collapse-5-desktop{width:45.4545454545%;vertical-align:top}.fractal-11-desktop.collapse-4-desktop{width:36.3636363636%;vertical-align:top}.fractal-11-desktop.collapse-3-desktop{width:27.2727272727%;vertical-align:top}.fractal-11-desktop.collapse-2-desktop{width:18.1818181818%;vertical-align:top}.fractal-12-desktop.collapse-11-desktop{width:91.6666666667%;vertical-align:top}.fractal-12-desktop.collapse-10-desktop{width:83.3333333333%;vertical-align:top}.fractal-12-desktop.collapse-9-desktop{width:75%;vertical-align:top}.fractal-12-desktop.collapse-8-desktop{width:66.6666666667%;vertical-align:top}.fractal-12-desktop.collapse-7-desktop{width:58.3333333333%;vertical-align:top}.fractal-12-desktop.collapse-6-desktop{width:50%;vertical-align:top}.fractal-12-desktop.collapse-5-desktop{width:41.6666666667%;vertical-align:top}.fractal-12-desktop.collapse-4-desktop{width:33.3333333333%;vertical-align:top}.fractal-12-desktop.collapse-3-desktop{width:25%;vertical-align:top}.fractal-12-desktop.collapse-2-desktop{width:16.6666666667%;vertical-align:top}.header .logo{padding-left:91px;background-size:auto 70px}.journal-bundle .header .logo{background-image:url(/images/v2/header/journal.svg)}.club-bundle .header .logo{background-image:url(/images/v2/header/club.svg)}.account-bundle .header .logo{background-image:url(/images/v2/header/account.svg)}.studio-bundle .header .logo{background-image:url(/images/v2/header/studio.svg)}.brand{margin-top:10px}.brand img{width:310px;height:auto}.header form[role=search]{width:195px}.account-links svg{margin-right:.1875rem}aside.permanent-banner{margin-top:30px}.has-scrolling-col.is-active:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.has-scrolling-col.is-active .col-left{float:left}.has-scrolling-col.is-active .col-right{float:right;overflow:hidden;position:relative}.has-scrolling-col.is-active .col-right::after{content:' ';position:absolute;top:0;right:0;bottom:0;width:1px;background-color:#E6E6E6}.une .has-scrolling-col.is-active .col-right::after{top:23px}.has-scrolling-col.is-active .col-right-content{box-sizing:border-box;position:absolute;top:0;left:0;right:-16px;bottom:0;padding-right:10px;overflow-y:scroll}.une .has-scrolling-col.is-active .col-right-content{margin-top:23px}.mac.ch .has-scrolling-col.is-active .col-right-content,.mac.ff .has-scrolling-col.is-active .col-right-content,.mac.sa .has-scrolling-col.is-active .col-right-content{padding-right:26px}.slide-show-feeds .slide-show-body a{min-height:50px}.notification .show-desktop{display:inline-block}.is-admin .tool-bar{border-top:22px solid #313332;padding-top:2px}.tool-bar{box-shadow:#EDEEEE 0 6px 6px;position:fixed;z-index:3;top:0;left:0;right:0}.tool-bar-bust{margin:5px auto}.tool-bar-bust .dashboard{font-size:.5625rem;line-height:1.22222}.tool-bar-bust .dashboard ul{line-height:12px}.tool-bar-bust .dashboard li{line-height:.9;height:9px}.mac.ff .tool-bar-bust .dashboard ul{line-height:1}.tool-bar-bust{position:relative;display:table;width:100%}.tool-bar-bust #logFormEl,.tool-bar-bust #searchFormEl,.tool-bar-bust .dashboard,.tool-bar-bust .link{display:table-cell;vertical-align:middle}.tool-bar-bust #searchFormEl{padding-left:5px;width:252px;text-align:center}.tool-bar-bust #logFormEl,.tool-bar-bust .dashboard{padding-right:5px;width:395px}.tool-bar-bust .dashboard{width:375px}#logFormEl{padding-left:5px}#edit-keys-header{width:128px}#edit-name-header,#edit-pass-header{width:83px}.tool-bar label:after{content:" :"}.tool-bar input[type=text],.tool-bar input[type=password]{min-height:23px}.tool-bar .lost-password{position:absolute;top:-1px;right:5px;width:35px;text-align:right}.tool-bar .bt-specific{margin-left:-6px}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent{width:20%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent object{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent{width:50%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent object,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent object,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent object{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-left{float:left;margin:0 10px 10px 0}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-right{float:right;margin:0 0 10px 10px}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-center{display:block;margin:0 auto 10px}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-center:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-right,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-right:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-20-pcent object,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent a,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent embed,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent iframe,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-20-pcent object,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent object,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent a,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent embed,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent iframe,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent object,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent object,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent a,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent embed,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent iframe,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent object,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent img{display:block;height:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent a,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent embed,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent iframe,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent img,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent object,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent a,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent embed,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent iframe,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent img,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent object{width:100%}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-right,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-right,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-right,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent.media-align-right,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent.media-align-right,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent.media-align-center,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent.media-align-left,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-right:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-right:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-right:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-33-pcent.media-align-right:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-50-pcent.media-align-right:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent.media-align-center:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent.media-align-left:after,.page-content .block-2third-1third .fractal-desktop.rest-desktop .format-66-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-20-pcent object,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent object,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent object,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent object{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-right,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-right,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-left:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-33-pcent.media-align-right:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-left:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-50-pcent.media-align-right:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-left:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop .format-66-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent{width:33%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-20-pcent object,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent a,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent embed,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent iframe,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-20-pcent object{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent{width:50%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent object,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent a,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent embed,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent iframe,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent object,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent object,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent a,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent embed,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent iframe,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent object,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent img{display:block;height:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent a,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent embed,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent iframe,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent img,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent object,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent a,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent embed,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent iframe,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent img,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent object{width:100%}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent.media-align-left{float:left;margin:0 10px 10px 0}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-right,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent.media-align-right{float:right;margin:0 0 10px 10px}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent.media-align-center{display:block;margin:0 auto 10px}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-33-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-33-pcent.media-align-center:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-right,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-right,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent.media-align-right,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent.media-align-center,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent.media-align-left,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-left:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-50-pcent.media-align-right:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-left:after,.page-content .block-1third-2third .fractal-desktop.fractal-3-desktop.collapse-2-desktop .format-66-pcent.media-align-right:after,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent.media-align-left:after,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-50-pcent.media-align-right:after,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent.media-align-center:after,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent.media-align-left:after,.page-content .block-1third-2third .fractal-desktop.rest-desktop .format-66-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .block-thirtypcent .fractal-desktop .format-20-pcent{width:100%}.page-content .block-thirtypcent .fractal-desktop .format-20-pcent,.page-content .block-thirtypcent .fractal-desktop .format-20-pcent img{display:block;height:auto}.page-content .block-fiftypcent .fractal-desktop .format-20-pcent,.page-content .block-thirtypcent .fractal-desktop .format-20-pcent a,.page-content .block-thirtypcent .fractal-desktop .format-20-pcent embed,.page-content .block-thirtypcent .fractal-desktop .format-20-pcent iframe,.page-content .block-thirtypcent .fractal-desktop .format-20-pcent img,.page-content .block-thirtypcent .fractal-desktop .format-20-pcent object{width:100%}.page-content .block-fiftypcent .fractal-desktop .format-20-pcent,.page-content .block-fiftypcent .fractal-desktop .format-20-pcent img{display:block;height:auto}.page-content .block-fiftypcent .fractal-desktop .format-20-pcent a,.page-content .block-fiftypcent .fractal-desktop .format-20-pcent embed,.page-content .block-fiftypcent .fractal-desktop .format-20-pcent iframe,.page-content .block-fiftypcent .fractal-desktop .format-20-pcent img,.page-content .block-fiftypcent .fractal-desktop .format-20-pcent object,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent{width:100%}.page-content .block-fiftypcent .fractal-desktop .format-33-pcent,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent img,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent img{display:block;height:auto}.page-content .block-fiftypcent .fractal-desktop .format-33-pcent a,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent embed,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent iframe,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent img,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent object,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent a,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent embed,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent iframe,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent img,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent object,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent{width:100%}.page-content .block-fiftypcent .fractal-desktop .format-50-pcent,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent img,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent img{display:block;height:auto}.page-content .block-fiftypcent .fractal-desktop .format-50-pcent a,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent embed,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent iframe,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent img,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent object,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent a,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent embed,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent iframe,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent img,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent object,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent{width:100%}.page-content .block-fiftypcent .fractal-desktop .format-66-pcent,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent img,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent img{display:block;height:auto}.page-content .block-fiftypcent .fractal-desktop .format-66-pcent a,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent embed,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent iframe,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent img,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent object,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent a,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent embed,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent iframe,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent img,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent object{width:100%}.page-content .block-fiftypcent .fractal-desktop .format-33-pcent.media-align-center,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent.media-align-left,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent.media-align-right,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent.media-align-center,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent.media-align-left,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent.media-align-right,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent.media-align-center,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent.media-align-left,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent.media-align-right,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent.media-align-center,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent.media-align-left,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent.media-align-right,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent.media-align-center,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent.media-align-left,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent.media-align-right,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent.media-align-center,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent.media-align-left,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.page-content .block-fiftypcent .fractal-desktop .format-33-pcent.media-align-center:after,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent.media-align-left:after,.page-content .block-fiftypcent .fractal-desktop .format-33-pcent.media-align-right:after,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent.media-align-center:after,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent.media-align-left:after,.page-content .block-fiftypcent .fractal-desktop .format-50-pcent.media-align-right:after,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent.media-align-center:after,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent.media-align-left:after,.page-content .block-fiftypcent .fractal-desktop .format-66-pcent.media-align-right:after,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent.media-align-center:after,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent.media-align-left:after,.page-content .block-thirtypcent .fractal-desktop .format-33-pcent.media-align-right:after,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent.media-align-center:after,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent.media-align-left:after,.page-content .block-thirtypcent .fractal-desktop .format-50-pcent.media-align-right:after,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent.media-align-center:after,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent.media-align-left:after,.page-content .block-thirtypcent .fractal-desktop .format-66-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.node-type-article .col-left{padding-right:40px}.sub-header .block-fiftypcent{float:left;width:50%}.sub-header .partnership{padding:0 30px 10px}.sub-header .partnership img{width:100%}.book-list>div{width:25%;padding-left:1.5%;padding-right:1.5%}.book-list>div:nth-child(4n+1){clear:left;padding-left:0}.book-list>div:nth-child(4n){padding-right:0}.hide-for-desktop{display:none!important}.club-bundle .archive{margin-top:40px}.search-form label{line-height:2}.sitemap>li{width:25%}.sitemap>li li{padding-bottom:5px}.main-menu{font-size:.75rem;line-height:3.25}.main-menu li{padding-left:20px}.club-bundle .main-menu .link-journal,.club-bundle .main-menu .link-studio,.main-menu li:nth-child(9){padding-right:20px}.journal-bundle .main-menu li:nth-child(6){padding-right:50px}.journal-bundle .main-menu .link-studio{padding-right:20px}.has-studio-menu .main-menu li:nth-child(7),.studio-bundle .main-menu li:nth-child(7){padding-right:50px}.has-studio-menu .main-menu .link-journal,.studio-bundle .main-menu .link-journal{padding-right:20px}.menu-sticky{display:none;background-color:#000;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;z-index:0}.header-sticky .menu-sticky{position:static}.fixed .menu-open .menu-sticky{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.menu-sticky[aria-hidden=true]{opacity:0;-webkit-transform:none;transform:none}.menu-sticky[aria-hidden=true] .menu-footer{-webkit-transform:translate(0,20%);transform:translate(0,20%);transition-delay:.3s}.menu-sticky .menu-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:hidden}.menu-sticky .menu-wrapper .nav-links,.menu-sticky .menu-wrapper form{width:100%;max-width:39.375rem;margin:0 auto}.menu-sticky .menu-wrapper .nav-links{-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;height:calc(100% - 15.9375rem);margin-bottom:11.25rem}.sa .has-subscription .menu-sticky .menu-wrapper .nav-links{height:calc(100% - 19.0625rem)}.sa .menu-sticky .menu-wrapper .nav-links{height:calc(100% - 22.8125rem);-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.menu-sticky form[role=search]{padding:1.25rem 0}.menu-sticky form[role=search] button{top:1.25rem;right:0}.menu-sticky .nav-links{overflow:hidden}.menu-sticky .nav-links .nav-links-wrapper{overflow:auto;width:calc(100% + 1rem);height:100%}.menu-sticky .nav-links .nav-links-wrapper>div{width:18.75rem;float:left;padding-bottom:1.25rem}.menu-sticky .nav-links .nav-links-wrapper>div+div{margin-left:1.875rem}.menu-sticky .nav-links [class^=links-]:first-child{border-top-width:0}.menu-sticky .nav-links section:last-child{border-bottom-width:0}.menu-sticky .nav-links section [aria-controls]::after{left:-15.875rem}.menu-sticky .nav-links .subscription span{margin-left:1.75rem}.menu-sticky .subscription{position:relative;padding-top:0}.menu-sticky .subscription span{margin-left:1.75rem}.menu-sticky .subscription svg{position:absolute;margin-top:-.1875rem}.menu-sticky .connexion{padding-top:1px}.menu-sticky .connexion a,.menu-sticky .subscription a{padding-bottom:.875rem;padding-top:.9375rem}.menu-sticky .menu-footer{position:fixed;left:0;bottom:0;width:100%;z-index:1;padding-bottom:1.25rem;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out}.menu-sticky .menu-footer div{max-width:39.375rem;margin:0 auto;font-size:0}.menu-sticky .menu-footer div>*{font-size:.8125rem;display:inline-block;vertical-align:middle;box-sizing:border-box}.menu-sticky .menu-footer div .social-links{width:33.3333333333%;text-align:right}.menu-sticky .menu-footer div .social-links li{display:inline-block;float:none;vertical-align:top}.menu-sticky .menu-footer div .miscellaneous{width:66.6666666667%}.menu-sticky .menu-footer div .miscellaneous li{display:inline-block}.menu-sticky .menu-footer div .legals{font-size:.6875rem;margin:0}.menu-sticky .french-leaks{margin-bottom:0;width:13.75rem}.menu-sticky .french-leaks .title{margin-top:0}.menu-sticky .app-link{border-width:0 1px;margin:0;padding:0 1.125rem;width:15.625rem}.menu-sticky .app-link a{padding-right:0}.menu-sticky .legals{width:10rem}.menu-sticky .legals li{margin:.625rem 0}.menu-sticky .legals a{padding-top:0;padding-bottom:0}.menu-sticky .menu-title{display:none}.sub-menu ul{display:inline-block}.redactor.internal-sub-menu>ul{padding-bottom:6px}.internal-sub-menu.separator-t .bt-specific{min-height:26px}.club-bundle .content-article{padding-right:30px}.pager,.pager li{margin-top:.9375rem}a.title{text-transform:none}.post-list.favorite{margin-bottom:30px}.post-list.favorite li:first-child .delete{top:4px}.account .post-list.favorite .delete{position:absolute;top:19px;right:0}.post-list.edition .title{display:inline!important;margin-right:5px}.post-list.edition .info{margin-top:4px}.sub-header-blog .block-title,.sub-header-edition .block-title{padding-left:56px;min-height:47px;background-repeat:no-repeat;background-position:0 6px}.sub-header-edition .block-title{background-image:url(/images/v2/edition-ico-big.svg)}.sub-header-blog .block-title{background-image:url(/images/v2/blog-ico-big.svg)}.redactor-activity button{cursor:default}.club-bundle .redactor-identity{padding-bottom:10px}.redactor-menu{position:relative;margin-bottom:1.25rem}.redactor-menu:before{content:' ';position:absolute;z-index:1;top:0;right:0;left:85.71429%;height:6px;background-color:#313332}.redactor-menu ul{display:table;width:100%;text-align:center}.redactor-menu li{display:table-cell;border-left:1px solid #FFF;width:12.5%;vertical-align:top}.redactor-menu a,.redactor-menu span{padding:55px 14px 14px;background-position:50% 10px}.redactor-menu .link a,.redactor-menu .link span{padding-left:31px;padding-right:31px}.redactor-menu .account a,.redactor-menu .account span,.redactor-menu .profil a,.redactor-menu .profil span{padding-left:17px;padding-right:17px}.login{padding-right:5px}.login form{margin-right:5%}.login .lost-password,.login label{width:42%;line-height:2.1}.login input{width:55%}.subscribe{padding-left:5px}.admin-menu{position:relative;text-align:center;z-index:4;font-size:.6875rem}.admin-menu a{padding:.45455em 20px .45455em 7px}.admin-menu .is-active>ul,.admin-menu li:hover>ul{display:block}.admin-menu>li{display:inline-block;width:19.5%}.admin-menu>li::before{content:' ';position:absolute;left:0;top:5px;bottom:5px;width:1px;background-color:#FFF}.admin-menu>li:first-child::before{content:normal}.admin-menu>li>a{border-bottom:1px solid #6A6D6D;padding-left:0;padding-right:0}.admin-menu ul{position:absolute;top:1.90909em;width:100%}.admin-menu ul li:first-child{border-top:0}.admin-menu ul .is-active>a,.admin-menu ul a:active,.admin-menu ul a:focus,.admin-menu ul a:hover{color:#000;background-color:#EDEEEE}.admin-menu ul .has-descendant>a,.admin-menu ul .is-active>a{background-repeat:no-repeat;background-position:98% 50%}.admin-menu ul .has-descendant>a{background-image:url(/images/v2/admin-menu.svg)}.admin-menu ul .has-descendant>a:active,.admin-menu ul .has-descendant>a:focus,.admin-menu ul .has-descendant>a:hover,.admin-menu ul ul .is-active>a{background-image:url(/images/v2/admin-menu-is-active.svg)}.admin-menu ul ul{left:100%;top:0}.admin-menu ul ul li{border-left:1px solid #6A6D6D;border-top:0}.admin-menu ul ul a{padding-top:.36364em;padding-bottom:.27273em}.admin-menu>li:nth-child(4) .has-descendant>a,.admin-menu>li:nth-child(4) .is-active>a{background-position:2% 50%}.admin-menu>li:nth-child(4) .has-descendant>a{background-image:url(/images/v2/admin-menu-last.svg)}.admin-menu>li:nth-child(4) .has-descendant>a:active,.admin-menu>li:nth-child(4) .has-descendant>a:focus,.admin-menu>li:nth-child(4) .has-descendant>a:hover,.admin-menu>li:nth-child(4) .is-active>a{background-image:url(/images/v2/admin-menu-last-is-active.svg)}.admin-menu>li:nth-child(4) a{padding-right:7px;padding-left:20px}.admin-menu>li:nth-child(4) ul ul{left:-100%}.admin-menu>li:nth-child(4) ul ul li{border-right:1px solid #6A6D6D;border-left:0}.admin-menu>li:nth-child(4) ul ul a{padding-left:7px}.user-message.is-on-bottom{padding:30px 49.5% 30px 2.7%;background-image:url(/images/v2/call-to-action-wide-desktop.jpg)}.megaban .wrapper{margin-right:auto;margin-left:auto;width:1020px}.megaban .action{padding-right:0}.offre-live .wrapper,.offre-mediapartlive .wrapper{padding-top:0;padding-bottom:0}.page-content>.post-event .event-articles--side-article .event-article{width:66.6666666667%}.page-content>.post-event .event-articles--side-article .event-article--cartoon{width:33.3333333333%}.page-content>.post-event .event-articles--side-article .event-article--cartoon .cartoon-wrapper{float:none;margin-right:0;padding-top:0;padding-left:0;width:100%}.page-content>.post-event .event-list .universe-journal,.page-content>.post-event .event-thumb .universe-journal{font-size:0}.page-content>.post-event .event-list .universe-journal>li,.page-content>.post-event .event-thumb .universe-journal>li{display:inline-block;vertical-align:top}.page-content>.post-event .event-thumb .universe-journal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:6px 0}.page-content>.post-event .event-thumb-item{margin:6px 12px}.page-content>.post-event .event-list-item,.page-content>.post-event .event-thumb-item{width:calc(50% - 24px)}.page-content>.post-event .event-list-item:nth-child(-n+2){border-top-color:transparent}.page-content>.post-event .event-articles{position:relative}.page-content>.post-event .event-articles .event-display-by-side{clear:left;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0}.page-content>.post-event .event-articles .event-article--cartoon,.page-content>.post-event .event-articles .event-article--cartoon+.event-thumb{display:inline-block;float:none;vertical-align:top;width:50%}.page-content>.post-event .event-articles .event-article--cartoon:before{border-top:1px solid #bcbec0;content:'';left:12px;position:absolute;width:calc(100% - 24px)}.page-content>.post-event .event-articles .cartoon-wrapper{float:left;height:100%;margin-right:12px;padding-left:172px;padding-top:0;width:auto;overflow:hidden;min-height:166px}.page-content>.post-event .event-articles .cartoon-wrapper img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:inherit;height:100%}.page-content>.post-event .event-articles .event-article--cartoon+.event-thumb{margin:0;padding:0}.page-content>.post-event .event-articles .event-article--cartoon+.event-thumb:before{border-top-width:0}.page-content>.post-event .event-articles .event-article--cartoon+.event-thumb .universe-journal{display:block;padding:0}.page-content>.post-event .event-articles .event-article--cartoon+.event-thumb .event-thumb-item{display:block;margin:12px;width:auto}.page-content>.post-event .event-thumb-image{width:140px}.page-content>.post-event .event-thumb-item .event-thumb-image+.article-intro{width:calc(100% - 140px)}.post-list-wrapper .post-event .cartoon-wrapper{float:left;margin-right:12px;padding-top:37.2727272727%;width:47.2727272727%;overflow:hidden}.post-list-wrapper .post-event .cartoon-wrapper img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:inherit;height:100%}.post-list-wrapper .event-thumb-image{width:140px}.post-list-wrapper .event-thumb-item .event-thumb-image+.article-intro{width:calc(100% - 140px)}.post-event .event-article .media-image{margin-left:0;margin-right:0}.post-event .event-article .fractal-desktop{vertical-align:top}.post-event .event-article .fractal-desktop .media-image{margin-bottom:0}.post-event .event-article .first{padding-right:12px}.post-event .event-article .separator-l{border-left-width:0;padding-left:12px}}@media screen and (min-width:891px){.permanent-banner{position:relative;margin-bottom:30px}.permanent-banner .baseline{padding:25px 0 25px 25px}.permanent-banner a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.permanent-banner a div:nth-child(2){margin-top:-25px;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;min-width:462px}.permanent-banner a div:last-child{padding:25px 25px 25px 0}.permanent-banner .description+.cta{display:none}.permanent-banner .cta{padding-top:1em;padding-bottom:1em}aside.permanent-banner{border-top:20px solid #f9f9f9}}@media screen and (min-width:1021px){.footer{padding-top:2.8125rem}.footer .app-link{display:none}.footer .cta{box-sizing:border-box;display:table;padding-right:30px;padding-left:30px;width:100%}.footer .cta>div{display:table-cell;width:auto;text-align:right}.footer .cta>div:first-child{text-align:left}.footer .subscription{border-right:solid 1px #B2B2B2}.footer .map{width:65%}.not-logged-in .footer .cta .social-links{text-align:center}.tools-share.is-on-bottom{padding:9px 0}.tools-share.is-on-bottom li{float:none;display:inline-block;border-left:1px dotted #B2B2B2}.tools-share.is-on-bottom li:first-child{border-left:0}.page-content>.post-event .event-article .first{padding-right:16px}.page-content>.post-event .event-article .separator-l{padding-left:16px}.page-content>.post-event .event-list{margin-left:-8px;width:calc(100% + 16px)}.page-content>.post-event .event-list-item{margin-left:20px;margin-right:20px;width:calc(100%/3 - 40px)}.page-content>.post-event .event-list-item:nth-child(-n+3){border-top-color:transparent}.page-content>.post-event .event-thumb{margin-left:-4px;width:calc(100% + 8px)}.page-content>.post-event .event-thumb:before{width:calc(100% - 32px)}.page-content>.post-event .event-thumb-item{margin:6px 16px;width:calc(50% - 32px)}.page-content>.post-event .event-articles .event-article--cartoon-wrapper{padding-right:16px}.page-content>.post-event .event-articles .event-article--cartoon+.event-thumb{padding-left:4px}.post-list-wrapper .post-event [class^=event-articles]{position:relative}.post-list-wrapper .post-event [class^=event-articles] .event-display-by-side{clear:left;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0}.post-list-wrapper .post-event [class^=event-articles] .event-article--cartoon,.post-list-wrapper .post-event [class^=event-articles] .event-article--cartoon+.event-thumb{display:inline-block;float:none;vertical-align:top;width:50%}.post-list-wrapper .post-event [class^=event-articles] .event-article--cartoon:before{border-top:1px solid #bcbec0;content:'';left:12px;position:absolute;width:calc(100% - 24px)}.post-list-wrapper .post-event [class^=event-articles] .cartoon-wrapper{float:left;height:100%;margin-right:12px;padding-left:172px;padding-top:0;width:auto;overflow:hidden;min-height:166px}.post-list-wrapper .post-event [class^=event-articles] .cartoon-wrapper img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:inherit;height:100%}.post-list-wrapper .post-event [class^=event-articles] .event-article--cartoon+.event-thumb{margin:0;padding:0}.post-list-wrapper .post-event [class^=event-articles] .event-article--cartoon+.event-thumb:before{border-top-width:0}.post-list-wrapper .post-event [class^=event-articles] .event-article--cartoon+.event-thumb .universe-journal{display:block;padding:0}.post-list-wrapper .post-event [class^=event-articles] .event-article--cartoon+.event-thumb .event-thumb-item{display:block;margin:12px;width:auto}.post-list-wrapper .post-event .event-list .universe-journal,.post-list-wrapper .post-event .event-thumb .universe-journal{font-size:0}.post-list-wrapper .post-event .event-list .universe-journal>li,.post-list-wrapper .post-event .event-thumb .universe-journal>li{display:inline-block;vertical-align:top}.post-list-wrapper .post-event .event-list-item,.post-list-wrapper .post-event .event-thumb-item{width:calc(50% - 24px)}.post-list-wrapper .post-event .event-list-item:nth-child(-n+2){border-top-color:transparent}}@media screen and (max-width:1020px){.bust,.cookie-warn-msg{width:100%;padding:0}.header .lang-links{margin-left:20px}.header .account-links,.header form[role=search]{margin-right:20px}.header .logo{padding-top:30px;padding-left:90px;width:330px;background-size:auto 65px}.header .brand,.header .brand img{width:222px}.header .brand img{height:auto}.header form[role=search]{width:175px}.global-wrapper{width:auto;padding-right:20px;padding-left:20px}.club-bundle .global-wrapper,.journal-bundle .global-wrapper{padding-top:20px;padding-bottom:20px}.account-bundle .global-wrapper{padding-bottom:20px}.footer{width:auto}.footer .app-link{display:block;margin-bottom:3.4615384615em;padding:1.9230769231em 0;font-size:.9285714286em;line-height:1.3846153846;font-family:Open_Sans,Arial,Verdana,sans-serif;font-weight:700;text-transform:uppercase;background-color:#37393B}.footer .app-link a{display:block;margin-right:auto;margin-left:auto;padding:5px 0 5px 70px;width:150px;background:url(/images/icons/webapp.svg) 0 50% no-repeat}.footer .cta{margin-right:auto;margin-left:auto;width:300px;text-align:center}.footer .cta span+a{margin-left:0}.footer .subscription a{display:block;margin-top:20px}.footer .social-links{margin-top:30px}.footer .application,.footer .social-links span{display:none}.footer .map{width:80%}.footer .accur8-hidden-tablet{position:static!important}.multimedia-container{padding:0 10px}.reserved-content a{padding:10px}.extra-header{padding:0 10px}.contrib-menu-wrapper{margin-top:-20px;margin-bottom:20px}.mkt-banner .illustration{padding-left:20px}.megaban .wrapper{width:100%}.megaban .action{padding-right:20px}}@media screen and (max-width:890px){.header .article-tools .comment,.header .article-tools .offer{margin:0 .3125rem}.header .article-tools .comment a,.header .article-tools .offer a{width:1.875rem;display:block;height:100%;outline:0}.keyboard .header .article-tools .comment a:focus,.keyboard .header .article-tools .offer a:focus{outline:currentColor solid 2px;outline-offset:-2px}.header .article-tools .comment svg,.header .article-tools .offer svg{display:block;margin:0 auto}.header .article-tools .comment span,.header .article-tools .offer span{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.permanent-banner{margin-bottom:20px}.permanent-banner a div:nth-child(2) img{display:none}.permanent-banner a div:last-child{position:relative;padding:0 25px 25px 60%;min-height:158px}.permanent-banner a div:last-child::before{content:' ';position:absolute;top:0;bottom:0;left:0;width:58%;background:url(/images/picto_mkt/permanent.png) 100% 100% no-repeat}.permanent-banner .title{margin-bottom:.75em;padding-top:.5em;text-align:center}.permanent-banner .title+.cta{display:none}.permanent-banner .cta{padding-top:.75em;padding-bottom:.75em}.main-menu li{padding-left:10px}.club-bundle .main-menu .link-journal,.club-bundle .main-menu .link-studio,.main-menu li:nth-child(9){padding-right:10px}.journal-bundle .main-menu li:nth-child(6){padding-right:25px}.journal-bundle .main-menu .link-studio{padding-right:10px}.has-studio-menu .main-menu li:nth-child(7),.studio-bundle .main-menu li:nth-child(7){padding-right:25px}.has-studio-menu .main-menu .link-journal,.studio-bundle .main-menu .link-journal{padding-right:10px}.user-message.is-on-bottom{padding:20px 45% 20px 3%;min-height:115px;background-image:url(/images/v2/call-to-action-desktop.jpg);background-position:95% 100%}}@media screen and (max-width:768px){.header{padding-top:0;padding-bottom:20px}.header .header-toolbar{margin-bottom:5px}.journal-bundle .header .logo{background-image:url(/images/v2/header/journal.svg)}.club-bundle .header .logo{background-image:url(/images/v2/header/club.svg)}.account-bundle .header .logo{background-image:url(/images/v2/header/account.svg)}.studio-bundle .header .logo{background-image:url(/images/v2/header/studio.svg)}.header .brand img{vertical-align:top}.header .account-links,.header .account-links>li{margin-right:0}.header .account-links .account{margin-left:5px}.header .account-links .service{display:none}.header .account-links>li>a,.header .account-links>li>button{display:block;padding:10px}.header .account-links>li>a svg,.header .account-links>li>button svg{display:block;height:1.25rem}.header .account-links>li>a span,.header .account-links>li>button span{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.header .menuPanelLink{padding:10px}.header .menuPanelSearch{display:none}.header #headerAccountPanelEl{overflow:auto;max-height:calc(100vh - 6.875rem)}.has-subscription .fixed .header #headerAccountPanelEl{max-height:calc(100vh - 3.125rem)}.sub-header{position:relative}.header-type-border-b .sub-header{padding-bottom:0}.header-type-border-b .sub-header .menuOutilsTop .menu-share,.header-type-border-b .sub-header .menuOutilsTop .menu-tools{margin-top:0}.slide-show-products .slide-show-body ul li{border-top:solid 1px #E6E6E6;width:100%!important;padding:10px 0;border-left:none}.slide-show-products .slide-show-body ul li:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.slide-show-products .slide-show-body ul li.bolded{border-top:solid 2px #E6E6E6}.slide-show-products .slide-show-body ul li.bg-highlight{border-top-color:#000}.slide-show-products .slide-show-body ul li:first-child{border-top:none}.slide-show-products .slide-show-body ul li>a:first-child{margin-bottom:5px;display:inline-block;padding:3px;background-color:#fff;border:1px solid #000}.slide-show-products .slide-show-body ul li>a:first-child img{width:auto;height:auto;max-height:200px;display:block}.tool-bar{position:relative;border-bottom:0}.tool-bar-bust .dashboard,.tool-bar-links{font-size:1rem;line-height:1}.tool-bar-bust .dashboard li,.tool-bar-links li{display:inline-block;margin-left:-4px;padding:3px 11px;border-left:solid 1px #B2B2B2}.tool-bar-bust .dashboard li:first-child,.tool-bar-links li:first-child{border-left:none;margin-left:0}.tool-bar-bust .dashboard{position:absolute;top:4px;right:0;padding-right:0;width:auto}.tool-bar-bust .dashboard ul{float:right}.tool-bar-bust .dashboard li{padding-right:9px;padding-left:8px}.tool-bar-bust .dashboard a{padding:0;font-size:.8125rem;line-height:1}.tool-bar-bust .dashboard .dashboard-line-first li:first-child{border-left:1px solid #B2B2B2}.tool-bar-bust .ico{font-size:1.125rem;line-height:1;vertical-align:middle}.tool-bar-bust .txt{display:none}.tool-bar-bust .lost-password{float:left;clear:left;margin-left:85px}.tool-bar-bust .bt-specific{margin-left:-1px;width:35px}.tool-bar-bust #searchFormEl{display:table;border-bottom:solid 1px #B2B2B2;padding:10px;width:100%;background-color:#F5F5F5}.tool-bar-bust #searchFormEl .bt-specific,.tool-bar-bust #searchFormEl label,.tool-bar-bust #searchFormEl span{display:table-cell}.tool-bar-bust #searchFormEl label{text-align:right;padding-right:5px;width:80px}.tool-bar-bust #searchFormEl span{width:78%}.tool-bar-bust #searchFormEl #edit-keys-header{display:inline-block;padding-top:2px;padding-bottom:2px;width:100%;min-height:27px}.tool-bar-bust #logFormEl{overflow:hidden;position:relative;border-bottom:solid 1px #B2B2B2;padding:10px;background-color:#F5F5F5}.tool-bar-bust #logFormEl label{float:left;clear:left;text-align:right;margin-bottom:10px;padding-right:5px;width:80px;line-height:2.7}.tool-bar-bust #logFormEl .bt-specific{position:absolute;top:47px}.tool-bar-bust #logFormEl input[type=text],.tool-bar-bust #logFormEl input[type=password]{float:left;padding-top:2px;margin-bottom:10px;padding-bottom:2px;width:68%;min-height:27px}.comment .is-new{padding-top:0;padding-bottom:0}.cookie-warn-msg p{width:85%}.page-content .format-20-pcent{width:33%}.page-content .format-20-pcent,.page-content .format-20-pcent img{display:block;height:auto}.page-content .format-20-pcent a,.page-content .format-20-pcent embed,.page-content .format-20-pcent iframe,.page-content .format-20-pcent img,.page-content .format-20-pcent object{width:100%}.page-content .format-33-pcent{width:50%}.page-content .format-33-pcent,.page-content .format-33-pcent img{display:block;height:auto}.page-content .format-33-pcent a,.page-content .format-33-pcent embed,.page-content .format-33-pcent iframe,.page-content .format-33-pcent img,.page-content .format-33-pcent object{width:100%}.page-content .format-50-pcent{width:75%}.page-content .format-50-pcent,.page-content .format-50-pcent img{display:block;height:auto}.page-content .format-50-pcent a,.page-content .format-50-pcent embed,.page-content .format-50-pcent iframe,.page-content .format-50-pcent img,.page-content .format-50-pcent object,.page-content .format-66-pcent{width:100%}.page-content .format-66-pcent,.page-content .format-66-pcent img{display:block;height:auto}.page-content .format-66-pcent a,.page-content .format-66-pcent embed,.page-content .format-66-pcent iframe,.page-content .format-66-pcent img,.page-content .format-66-pcent object{width:100%}.page-content .format-33-pcent.media-align-left{float:left;margin:0 10px 10px 0}.page-content .format-33-pcent.media-align-right{float:right;margin:0 0 10px 10px}.page-content .format-33-pcent.media-align-center{display:block;margin:0 auto 10px}.page-content .format-33-pcent.media-align-center:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .format-50-pcent.media-align-center,.page-content .format-50-pcent.media-align-left,.page-content .format-50-pcent.media-align-right,.page-content .format-66-pcent.media-align-center,.page-content .format-66-pcent.media-align-left,.page-content .format-66-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.page-content .format-50-pcent.media-align-center:after,.page-content .format-50-pcent.media-align-left:after,.page-content .format-50-pcent.media-align-right:after,.page-content .format-66-pcent.media-align-center:after,.page-content .format-66-pcent.media-align-left:after,.page-content .format-66-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.page-content .media-raw,.page-content .media-raw .format-20-pcent,.page-content .media-raw .format-33-pcent,.page-content .media-raw .format-50-pcent,.page-content .media-raw .format-66-pcent,.page-content .media-video,.page-content .media-video .format-20-pcent,.page-content .media-video .format-33-pcent,.page-content .media-video .format-50-pcent,.page-content .media-video .format-66-pcent{width:100%!important}.col-right .format-20-pcent{width:75%}.col-right .format-20-pcent,.col-right .format-20-pcent img{display:block;height:auto}.col-right .format-20-pcent a,.col-right .format-20-pcent embed,.col-right .format-20-pcent iframe,.col-right .format-20-pcent img,.col-right .format-20-pcent object{width:100%}.col-right .format-33-pcent{width:75%}.col-right .format-33-pcent,.col-right .format-33-pcent img{display:block;height:auto}.col-right .format-33-pcent a,.col-right .format-33-pcent embed,.col-right .format-33-pcent iframe,.col-right .format-33-pcent img,.col-right .format-33-pcent object{width:100%}.col-right .format-20-pcent.media-align-center,.col-right .format-20-pcent.media-align-left,.col-right .format-20-pcent.media-align-right,.col-right .format-33-pcent.media-align-center,.col-right .format-33-pcent.media-align-left,.col-right .format-33-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}.col-right .format-20-pcent.media-align-center:after,.col-right .format-20-pcent.media-align-left:after,.col-right .format-20-pcent.media-align-right:after,.col-right .format-33-pcent.media-align-center:after,.col-right .format-33-pcent.media-align-left:after,.col-right .format-33-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.col-right .format-50-pcent{width:100%}.col-right .format-50-pcent,.col-right .format-50-pcent img{display:block;height:auto}.col-right .format-50-pcent a,.col-right .format-50-pcent embed,.col-right .format-50-pcent iframe,.col-right .format-50-pcent img,.col-right .format-50-pcent object,.col-right .format-66-pcent{width:100%}.col-right .format-66-pcent,.col-right .format-66-pcent img{display:block;height:auto}.col-right .format-100-pcent,.col-right .format-66-pcent a,.col-right .format-66-pcent embed,.col-right .format-66-pcent iframe,.col-right .format-66-pcent img,.col-right .format-66-pcent object{width:100%}.col-right .format-100-pcent,.col-right .format-100-pcent img{display:block;height:auto}.col-right .format-100-pcent a,.col-right .format-100-pcent embed,.col-right .format-100-pcent iframe,.col-right .format-100-pcent img,.col-right .format-100-pcent object{width:100%}.multimedias-menu{font-size:.875rem}.multimedias-menu .txt{top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.multimedias-menu li:first-child .txt{top:auto;left:auto;visibility:inherit;position:static!important}.multimedias-menu .ico,.multimedias-menu li{padding-right:0}.multimedias-menu a{padding:13px}.header-search .sub-header{padding:10px}.header-search .sub-header .col-left,.header-search .sub-header .col-right{padding:0}.header-search .sub-header .col-left .h1-like{padding-bottom:0}.page-content .additionnal-contents .col-left .fractal-desktop{border:none;padding:0}.page-content .additionnal-contents .fractal-desktop .content{padding-top:10px;margin-top:20px;border-top:dotted 1px #E6E6E6}.bordered>div,.separator-l{padding:0;border:none;display:block;margin-bottom:15px}.une-block div.first{padding-right:0}.une-block .first>:last-child{margin-bottom:15px}.node-type-article .page-content{margin-top:20px}.blackbox{padding:80px 0 0 15px;border-top:solid 1px #000}.blackbox .blackbox-inner{padding:0 15px 80px 0}.sub-header .partnership{padding-top:20px}.sub-header .partnership a{margin:0 15px 10px}.sub-header .partnership img{max-width:100%;width:auto}.book-list>div,.content-ebook .ebook-price{text-align:center}.book-list>div .bordered-img{margin:0 auto 5px}.book-list>div .bullet-list{text-align:left}.book-list+.more{margin-top:20px;float:none}.content-library-page{text-align:center}.content-library-page .simple-bullet-list>li:before{content:normal}#player,.media-list{width:100%}.media-list{margin-top:15px}.content-mobile .h1-like{margin-bottom:21px;font-size:2.25rem}.content-mobile .mobile-illustr{position:relative;display:block;margin:0 auto}.content-mobile .mobile-block .text-content{width:auto;min-height:none}.content-mobile .first-content p,.content-mobile .first-content ul{margin-bottom:21px}.content-mobile .first-content .mobile-illustr{margin-top:34px}.content-tracker tbody th{white-space:normal}.extra-header{padding:0 10px}.extra-header .fractal-desktop{margin-bottom:20px}.hide-for-mt{display:none!important}.l-50{display:block;width:auto}.sm-link{padding-right:0!important}.sm-link+.see-more{display:none}.bt-specific,.follow{padding:7px 10px}.archive input[type=text]{padding-top:2px;padding-bottom:2px}.archive li{padding-left:2.5%;padding-right:2.5%}.club-bundle .archive ul,.journal-bundle .archive ul{background-image:none}.club-bundle .archive{margin-top:30px}input[type=text],input[type=email],textarea{padding:6px}.search-form{margin-bottom:35px}.search-form label{line-height:2.25}.search-form input{min-height:25px}.main-menu{font-size:.8125rem;line-height:3}.main-menu li{display:none}.main-menu .main{display:table-cell;width:33.33333%;padding:0}.sub-menu .content-pager::before{content:normal}.internal-sub-menu{text-align:center}.internal-sub-menu .l-right{float:none;display:block;padding:6px 0;text-align:center}.internal-sub-menu .l-right input[type=text]{width:40%}.internal-sub-menu.separator-t .bt-specific{min-height:30px}.redactor.internal-sub-menu{line-height:1.167;text-align:left;font-family:Arial,Verdana,sans-serif}.redactor.internal-sub-menu li{display:block;border-top:1px dotted #6A6D6D;padding:15px 0;font-family:Arial,Verdana,sans-serif}.redactor.internal-sub-menu li:first-child{border-top-width:0}.redactor.internal-sub-menu li:before{display:none}.redactor.internal-sub-menu .title{font-family:inherit}.redactor.internal-sub-menu a{display:block}.contribution{padding-bottom:0}.contribution-menu{position:static;margin-top:1.273em;line-height:inherit}.contribution-menu li+li{margin-left:0}.redactor .contribution-menu li{padding:0}.redactor .contribution-menu li a,.redactor .contribution-menu li.is-active{padding:15px 14px}.redactor.internal-sub-menu ul{border-bottom:0}.redactor.internal-sub-menu #sub-nav-link{border-bottom:1px solid #6A6D6D;padding-top:7px}.redactor.internal-sub-menu .content-is-collapsed span{background:url(/images/v2/content-is-collapsed.svg) 100% 50% no-repeat}.redactor.internal-sub-menu .content-is-displayed span{background:url(/images/v2/content-is-displayed.svg) 100% 50% no-repeat}.redactor.internal-sub-menu .is-collapsed{display:none}.redactor-edition .internal-nav{position:static;width:auto;margin-top:0}.sub-nav li{border-bottom:0}.sub-nav li:before{display:none}#subNavLink{border-bottom:0;padding-left:0;padding-bottom:6px;width:100%;font-size:1rem;text-align:left;text-transform:uppercase;color:#000}#subNavLink span{display:inline-block;padding-right:15px;background:url(/images/v2/content-is-collapsed.svg) 100% 50% no-repeat}#subNavLink.active span{background-image:url(/images/v2/content-is-displayed.svg)}.sub-header-nav{position:relative;padding:0}.sub-nav{padding:0}.sub-nav li{display:block;border-top:1px dotted #6A6D6D;padding:15px 0;font-family:Arial,Verdana,sans-serif}.sub-nav li:first-child{border-top-style:solid}.sub-nav li h3{font-family:inherit}.sub-nav a{display:block}.news-list .l-50{padding-left:0}.news-list .info{color:#000}.news-list .info+.info{color:#6A6D6D}.news-list .published{text-transform:none}.news-list a.title{display:inline;font-weight:400;font-size:1em}.news-list h4.title{text-transform:none}.alphabet-wrapper{border-bottom:1px dotted #6A6D6D}.alphabet-wrapper li{display:inline-block;width:50px}.bullet-list{margin-bottom:20px}.fractal-desktop:last-child .bullet-list{margin-bottom:0}.une-block .see-also li:first-child{padding-top:10px;background-position:0 16px}.une-block .see-also li:last-child{padding-bottom:0}.une-block .relaunch .bullet-list:last-child{margin-bottom:0}.post-list .illustration{margin-bottom:10px}.post-list.all>li{border-top-style:dotted}.post-list.all .title{display:block}.post-list.all .content{clear:left}.post-list.favorite li:last-child{padding-bottom:10px}.post-list.favorite .delete{position:relative;bottom:-10px;display:block;text-align:right}.post-list.edition .title{display:block}.post-list.edition .bt-specific{margin-top:-2px;margin-bottom:7px}.sub-header-blog .block-title,.sub-header-edition .block-title{margin-top:20px}.is-on-top.about-blog,.is-on-top.about-edition{padding:0 10px}.is-on-top.about-blog .col-right,.is-on-top.about-edition .col-right{border-top:0}.is-on-top.about-blog .keywords,.is-on-top.about-edition .keywords{padding-left:0}.about-redactor .content{padding:0}.about-redactor img{float:none;display:block;margin-bottom:7px}.about-redactor .l-wrapper .l-50{padding:0}.about-redactor .l-50{border-top:1px dotted #6A6D6D}.about-redactor .action{padding-bottom:5px}.about-redactor .action a.bt-specific,.about-redactor .action a.follow{margin:0 0 5px}.contact-list.is-aside .context{overflow:visible}.contact-list.is-aside .last-post{clear:left;display:block}.content-tracker thead .redactor-list th,.redactor-list .content-tracker thead th,.redactor-list .title-specific{padding-bottom:12px}.redactor-list button{top:6px;width:29px;height:29px;border-radius:15px;background-position:6px 10px}#next-redactor{background-image:url(/images/v2/responsive/next-redactor.svg)}#previous-redactor{right:44px;background-image:url(/images/v2/responsive/previous-redactor.svg)}.message-list li div div{width:15px}.message-list .item-1,.message-list .item-2,.message-list .item-3{display:block;width:auto}.message-list .item-2,.message-list .item-3{margin-left:15px;margin-top:5px}.message-list .item-3{text-align:left}.l-right{float:none;display:block;margin-top:5px}.redactor-activity button{padding-top:7px}.redactor-activity .content-is-collapsed span{background:url(/images/v2/content-is-collapsed.svg) 100% 50% no-repeat}.redactor-activity .content-is-displayed span{background:url(/images/v2/content-is-displayed.svg) 100% 50% no-repeat}.redactor-activity .is-collapsed{display:none}.redactor-identity{padding-top:10px}.redactor-identity .action{margin-bottom:0}.redactor-identity .action li,.redactor-identity .action span{padding-top:10px}.redactor-identity .action span{display:block}.redactor-overview .l-50{clear:left}.redactor-overview.contribution{margin-top:0}.redactor-overview.contribution li{position:relative}.redactor-overview.contribution .l-30{display:block;width:auto}.redactor-overview.contribution .l-30:first-child{width:inherit}.redactor-overview.contribution strong:after{display:none}.redactor-overview.contribution .edit{position:absolute;top:8px;right:0}.redactor-overview.contact-contribution .media{float:none;box-sizing:border-box;margin-left:auto;margin-bottom:10px;max-width:100%;width:100%;height:auto}.redactor-menu{margin-top:-1.25rem;margin-bottom:1.25rem}.redactor-menu .is-collapsed{display:none}.redactor-menu ul{padding-top:0}.redactor-menu li{border-top:1px solid #FFF}.redactor-menu a,.redactor-menu span{padding:24px 70px 21px;background-position:15px 50%}.redactor-menu .event a,.redactor-menu .event span,.redactor-menu .post a,.redactor-menu .post span{background-position:22px 50%}.redactor-menu .portfolio a,.redactor-menu .portfolio span{background-position:17px 50%}.redactor-menu .link a,.redactor-menu .link span{background-position:27px 50%}#redactor-menu-link{display:block;border-top:6px solid #525252;padding:10px 0;width:100%;text-align:left;text-transform:uppercase;color:#FFF;font-weight:700;background-color:#6A6D6D}#redactor-menu-link span{padding:0 15px;background-repeat:no-repeat;background-position:100% 50%}#redactor-menu-link.content-is-collapsed span{background-image:url(/images/v2/menu-is-collapsed.svg)}#redactor-menu-link.content-is-displayed span{background-image:url(/images/v2/menu-is-displayed.svg)}.redactor-blog>div,.redactor-edition>div{background-position:0 2px}.redactor-edition>div{padding-right:40px}.redactor-edition ul{margin-bottom:10px;padding-right:0}.bust>.redactor-blog,.bust>.redactor-edition,.cookie-warn-msg>.redactor-blog,.cookie-warn-msg>.redactor-edition{margin:0 10px}.tools-share.is-aside{position:absolute;right:20px;left:20px}.event-overview .illustration{float:none;margin-right:0;width:100%;height:auto}.input-datepicker .datepicker,.input-datepicker .datepickerContainer,.input-datepicker table{width:100%}.input-datepicker>button{padding:4px 6px 5px}.login,.subscribe{margin:20px}.login form{margin-right:7%}.login .lost-password,.login label{width:39%;line-height:2.7}.login input{width:58%}.admin-menu{width:100%;font-size:.75rem}.admin-menu>li>a{border-top:1px solid #6A6D6D}.admin-menu>.is-active>a{color:#000;background-color:#EDEEEE}.admin-menu a{padding:.75em 10px}.admin-menu>.is-active>ul{display:block}.read-also{margin-bottom:10px}.user-message.is-on-bottom span{display:block;line-height:1.2}.user-message.is-on-bottom span::first-letter{text-transform:uppercase}.user-message.is-on-bottom .is-hidden{display:none}}@media screen and (max-width:670px){.accur8-desktop .col-right .format-33-pcent{width:100%}.accur8-desktop .col-right .format-33-pcent,.accur8-desktop .col-right .format-33-pcent img{display:block;height:auto}.accur8-desktop .col-right .format-33-pcent a,.accur8-desktop .col-right .format-33-pcent embed,.accur8-desktop .col-right .format-33-pcent iframe,.accur8-desktop .col-right .format-33-pcent img,.accur8-desktop .col-right .format-33-pcent object{width:100%}}@media screen and (max-width:659px){.footer .other-links{margin:30px auto 0;width:75%}.footer .cta{margin-right:15px;margin-left:15px;width:auto}.footer .subscription{line-height:1.5}.footer .subscription span span{display:block}.footer .social-links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer .social-links a{margin-left:0}.footer .map{display:block;margin-right:10px;margin-left:10px;width:auto}.footer .map>li{display:block;width:auto}.footer .map>li>a{margin-bottom:0}.footer .map a{display:block;padding-right:10px;padding-left:10px}.footer .accur8-hidden-tablet{position:absolute!important}.footer [class^=links-]{position:relative;border-top:1px solid #37393B;background-color:#000}.footer [class^=links-] ul{padding-bottom:1em}.footer .links-about{border-bottom:1px solid #37393B}.footer [class^=link-]{display:inline-block;padding-top:1em;padding-bottom:1em;line-height:1.2857142857}.footer a[id$=FooterSubMenuLink]{float:right;margin-right:10px;padding:0;height:40px;width:13px;background:url(/images/v2/header/submenulink.svg) 100% 50% no-repeat}.footer a[id$=FooterSubMenuLink].active{background-image:url(/images/v2/header/submenulink-active.svg)}.footer a[id$=FooterSubMenuLink]::after{content:' ';position:absolute;left:0;top:0;width:4px;height:40px}.cover{float:none;margin:10px auto}.block-reco .slide-show img{display:none}.block-reco .slide-show .context{padding-left:0}.user-message{text-align:center}.user-message .offer{float:none;display:block;margin-top:2px}.user-message.is-on-bottom{padding:20px 3% 145px;text-align:center;background-image:url(/images/v2/call-to-action-desktop.jpg);background-position:50% 100%!important}.user-message.is-on-bottom .button{display:inline-block}}@media only screen and (max-width:659px){.slide-show-products .slide-show-body ul li>a:first-child{margin:0 auto;float:none!important}.floated-img{position:static!important;margin:10px auto}.floated-txt{margin-left:0}}@media screen and (max-width:630px){.content-tracker tbody td,.content-tracker tbody th,.content-tracker thead td,.content-tracker thead th{padding-right:2%}.content-tracker thead th{white-space:normal}}@media screen and (max-width:480px){.accur8-mobile{display:table;table-layout:fixed}.accur8-row-mobile{display:table-row}.accur8-block-mobile{display:block}.accur8-inline-block-mobile{display:inline-block}.accur8-none-mobile{display:none!important}.accur8-hidden-mobile{position:absolute!important;top:-7500px;left:-7500px;display:block}.accur8-clear-table-mobile{display:table-row}.accurWidth-mobile{width:100%}.accurHeight-mobile{height:100%}.rest-mobile{width:auto}.fractal-mobile{display:table-cell;box-sizing:border-box}.left-mobile{float:left}.right-mobile{float:right}.fractal-2-mobile{width:50%}.fractal-3-mobile{width:33.3333333333%}.fractal-3-mobile.collapse-2-mobile{width:66.6666666667%;vertical-align:top}body.busted{font-size:.88pxrem}.col-right:empty,body>.fb_reset{display:none}.header{padding-bottom:15px}.header .logo{padding-left:80px;width:265px;background-size:auto 53px}.fixed .header .logo{height:1.8125rem}.fixed.sticky-links .header .logo{width:0;margin-left:2.875rem}.fixed.sticky-links .header .logo img{display:none}.header .brand,.header .brand img{width:175px;height:23px}.header .menuPanelLink{display:block}.header .menuPanelSearch{display:none}.sub-header{padding-bottom:.625rem}.sub-header .col-left{padding-right:0}.sub-header .col-right{margin-top:.625rem}.global-wrapper{padding-right:10px;padding-left:10px}.club-bundle .global-wrapper,.journal-bundle .global-wrapper{padding-top:10px;padding-bottom:10px}.account-bundle .global-wrapper{padding-bottom:0}.permanent-banner{margin-bottom:15px;text-align:center}.permanent-banner a div:last-child{padding-bottom:56.6666666667%;padding-left:25px;background:url(/images/picto_mkt/permanent.png) 47% 100%/115% auto no-repeat}.permanent-banner a div:last-child::before{content:normal}.permanent-banner .description{width:60%;margin-right:auto;margin-left:auto;text-align:left}aside.permanent-banner{margin:10px;width:calc(100% - 20px)}.col-right-club .page-content .col-left{border:none}.col-left{padding-right:0}.col-right{margin-top:30px}.club-bundle .col-right-content{border-left:0;padding-left:0}.slide-show-products .slide-show-body ul li{width:100%;padding-right:0;text-align:center}.slide-show-feeds .slide-show-header .bt-specific{width:30px;height:30px;background:url(/images/v2/slide-show-feeds-bt-specific.svg) 3px 50% no-repeat}.slide-show-feeds .slide-show-header .bt-specific:active,.slide-show-feeds .slide-show-header .bt-specific:focus,.slide-show-feeds .slide-show-header .bt-specific:hover{background-color:#FFF;background-position:-30px 50%}.slide-show-feeds .slide-show-header .bt-specific span{position:absolute;top:-2000px;left:-2000px;visibility:hidden}.slide-show-feeds .slide-show-body ul+ul{margin-top:3px}.slide-show-feeds .slide-show-body a{padding-bottom:12px!important}.notification .show-mobile{display:inline-block}#logFormEl label{line-height:2.25}.content-error img{width:100%;height:auto}.single-column .journal-list .fractal-desktop{vertical-align:top;padding:0!important}.single-column .journal-list .fractal-desktop>div{padding:5px 0!important;border-top:dotted 1px #B2B2B2!important}.single-column .journal-list .fractal-desktop:first-child>div{border-top:none!important}.page-content .accur8-desktop .col-right .format-20-pcent{width:33%}.page-content .accur8-desktop .col-right .format-20-pcent,.page-content .accur8-desktop .col-right .format-20-pcent img{display:block;height:auto}.page-content .accur8-desktop .col-right .format-20-pcent a,.page-content .accur8-desktop .col-right .format-20-pcent embed,.page-content .accur8-desktop .col-right .format-20-pcent iframe,.page-content .accur8-desktop .col-right .format-20-pcent img,.page-content .accur8-desktop .col-right .format-20-pcent object{width:100%}.page-content .accur8-desktop .col-right .format-33-pcent{width:50%}.page-content .accur8-desktop .col-right .format-33-pcent,.page-content .accur8-desktop .col-right .format-33-pcent img{display:block;height:auto}.page-content .accur8-desktop .col-right .format-33-pcent a,.page-content .accur8-desktop .col-right .format-33-pcent embed,.page-content .accur8-desktop .col-right .format-33-pcent iframe,.page-content .accur8-desktop .col-right .format-33-pcent img,.page-content .accur8-desktop .col-right .format-33-pcent object{width:100%}.page-content .accur8-desktop .col-right .format-50-pcent{width:75%}.page-content .accur8-desktop .col-right .format-50-pcent,.page-content .accur8-desktop .col-right .format-50-pcent img{display:block;height:auto}.page-content .accur8-desktop .col-right .format-50-pcent a,.page-content .accur8-desktop .col-right .format-50-pcent embed,.page-content .accur8-desktop .col-right .format-50-pcent iframe,.page-content .accur8-desktop .col-right .format-50-pcent img,.page-content .accur8-desktop .col-right .format-50-pcent object,.page-content .accur8-desktop .col-right .format-66-pcent{width:100%}.page-content .accur8-desktop .col-right .format-66-pcent,.page-content .accur8-desktop .col-right .format-66-pcent img{display:block;height:auto}.page-content .accur8-desktop .col-right .format-100-pcent,.page-content .accur8-desktop .col-right .format-66-pcent a,.page-content .accur8-desktop .col-right .format-66-pcent embed,.page-content .accur8-desktop .col-right .format-66-pcent iframe,.page-content .accur8-desktop .col-right .format-66-pcent img,.page-content .accur8-desktop .col-right .format-66-pcent object{width:100%}.page-content .accur8-desktop .col-right .format-100-pcent,.page-content .accur8-desktop .col-right .format-100-pcent img{display:block;height:auto}.page-content .accur8-desktop .col-right .format-100-pcent a,.page-content .accur8-desktop .col-right .format-100-pcent embed,.page-content .accur8-desktop .col-right .format-100-pcent iframe,.page-content .accur8-desktop .col-right .format-100-pcent img,.page-content .accur8-desktop .col-right .format-100-pcent object{width:100%}.page-content .accur8-desktop .col-right .format-20-pcent.media-align-left,.page-content .accur8-desktop .col-right .format-33-pcent.media-align-left,.page-content .accur8-desktop .col-right .format-50-pcent.media-align-left{float:left;margin:0 10px 10px 0}.page-content .accur8-desktop .col-right .format-20-pcent.media-align-right,.page-content .accur8-desktop .col-right .format-33-pcent.media-align-right,.page-content .accur8-desktop .col-right .format-50-pcent.media-align-right{float:right;margin:0 0 10px 10px}.page-content .accur8-desktop .col-right .format-20-pcent.media-align-center,.page-content .accur8-desktop .col-right .format-33-pcent.media-align-center,.page-content .accur8-desktop .col-right .format-50-pcent.media-align-center{display:block;margin:0 auto 10px}.page-content .accur8-desktop .col-right .format-20-pcent.media-align-center:after,.page-content .accur8-desktop .col-right .format-33-pcent.media-align-center:after,.page-content .accur8-desktop .col-right .format-50-pcent.media-align-center:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.multimedia-container>div .accur8-desktop .fractal-desktop .pos-rel,.multimedia-container>div:first-child .accur8-desktop .fractal-desktop .pos-rel{border-top:dotted 1px #B2B2B2;padding:5px 0}.multimedia-container .accur8-desktop .fractal-desktop{border-right:none!important;padding:0!important}.multimedia-container>div:first-child .accur8-desktop .fractal-desktop:first-child .pos-rel:first-child{border-top:none;padding:0}.multimedias-menu{padding:0 10px}.multimedias-menu li:first-child,.multimedias-menu li:nth-child(2):before,.multimedias-menu li:nth-child(3){top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.page-search .sub-header h1{padding-bottom:1.2em!important}.footer-tool{display:block;padding-top:0;padding-bottom:0}.footer-tool .ico{left:4%}.footer-tool li{display:block;border-top:solid 1px #B2B2B2;border-left:none;width:auto}.footer-tool li:first-child{border-top:none}.footer-tool a{padding-top:4%;padding-bottom:4%}.separator-t{padding-top:0}.reserved-content{margin-top:-1px}.content-photo .fractal-desktop{text-align:center;padding:0 0 .5em!important}.book-list>div{padding:25px}.content-mobile .mobile-block .mobile-illustr{width:100%}.content-tracker tbody td:nth-child(4),.content-tracker tbody td:nth-child(5),.content-tracker thead th:nth-child(4),.content-tracker thead th:nth-child(5){top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.hide-for-mobile{display:none!important}.club-bundle .archive{margin-top:60px}.archive li{font-size:.625rem}.archive span{font-size:1.563rem}.submit-buttons>div{margin-bottom:10px}.club-bundle .sub-menu .comments::before{content:normal}.sub-menu.is-on-bottom{margin:20px 0}.sub-menu-club.is-on-bottom,.sub-menu-journal{text-align:center}.sub-menu-club.is-on-bottom .content-pager,.sub-menu-journal .content-pager{display:block;border-bottom:1px dotted #6A6D6D}.sub-menu-club.is-on-bottom .content-pager::before,.sub-menu-journal .content-pager::before{content:normal}.sub-menu-club.is-on-bottom .content-pager ul,.sub-menu-journal .content-pager ul{margin-bottom:9px}.sub-menu-club.is-on-bottom .content-page-full::before,.sub-menu-journal .content-page-full::before{content:normal}.sub-menu .comments{vertical-align:bottom}.sub-menu .comments a{display:block;width:20px;height:15px;background-repeat:no-repeat;background-position:0 50%;background-image:url(/images/v2/comments.svg)}.sub-menu .comments span{display:block;text-indent:-119988px;overflow:hidden;text-align:left}.internal-sub-menu{text-align:center}.internal-sub-menu.separator-t{padding-top:6px}.internal-sub-menu.separator-t li{position:relative;line-height:1.2}.internal-sub-menu.separator-t li:before{content:' ';position:absolute;left:0;top:0;bottom:0;padding-right:0;width:1px;background-color:#9d9d9c}.internal-sub-menu.separator-t li+li{padding-left:10px;padding-right:0}.internal-sub-menu.separator-t span{display:block}.internal-sub-menu.separator-t .l-right{margin-top:6px;border-top:1px dotted #6A6D6D;padding-left:0}.internal-sub-menu.separator-t .l-right label{display:block;margin-bottom:3px}.internal-sub-menu.separator-t form{display:table;width:100%}.internal-sub-menu.separator-t form input{display:table-cell}.internal-sub-menu.separator-t form #filter{width:80%}.internal-sub-menu.separator-t form .bt-specific{width:35px}.sub-header-nav .share{border-top:1px solid #6A6D6D}.club-bundle .sub-nav{padding-top:42px}.mini-pager li{padding-left:0!important;background-image:none!important}.mini-pager a{display:block;margin:0 auto;border:1px solid #000;width:42px;height:35px;background-position:50% 50%;background-repeat:no-repeat}.mini-pager a:active,.mini-pager a:focus,.mini-pager a:hover{border-color:#6A6D6D}.mini-pager .previous a{background-image:url(/images/v2/pager-previous-mobile.svg)}.mini-pager .next a{background-image:url(/images/v2/pager-next-mobile.svg)}.mini-pager span{display:inline-block;text-indent:-119988px;overflow:hidden;text-align:left}.pager,.pager li{margin-top:.625rem}.news-list .l-wrapper{padding:10px 0}.news-list .info{margin-bottom:0}.news-list .published{text-transform:uppercase}.news-list h4.title{font-size:1.0625rem}.alphabet-list li{width:40px}.post-list .illustration{float:none;width:100%;height:auto}.blog-content .col-left,.edition-content .col-left{padding-right:10px}.blog-content .col-right,.edition-content .col-right{padding-top:0;padding-left:10px}.about-redactor .l-50 li{font-size:.6875rem}.contact-list li{clear:left;float:none!important;margin-bottom:0;padding-left:0;padding-right:0;width:auto!important;border-top:1px dotted #6A6D6D}.contact-list li:first-child{border-top:0}.contact-list li:hover{box-shadow:none;filter:progid:DXImageTransform.Microsoft.Shadow(enabled=false)}.redactor-list{margin-bottom:20px}.redactor-identity{padding-top:0}.redactor-identity .avatar{float:none}.redactor-overview.contact-contribution .info,.redactor-overview.index h4{clear:left}.redactor-overview.index .l-50+.l-50{margin-top:15px}.redactor-blog .bt-specific,.redactor-edition .bt-specific{display:none}.redactor-edition .title{display:block}.redactor-edition .internal-nav button{bottom:5px}.journal-bundle .tools-share.is-on-top{padding-top:0}.tools-share .l-45,.tools-share .l-55{border-bottom:1px dotted #6A6D6D;padding-bottom:5px}.tools-share.is-on-bottom{margin:0 10px;border-bottom:0}.tools-share.is-on-bottom li{border-top:1px dotted #B2B2B2;padding:6px 0 6px 10px;width:50%}.tools-share.is-on-bottom li:first-child,.tools-share.is-on-bottom li:nth-child(2){border-top:0}.tools-share .is-collapsed{display:none}.tools-share-link{padding:10px 0 4px;width:100%;font:.9375rem/1 Arial,Verdana,sans-serif;text-align:left;color:#000}.tools-share-link span{display:inline-block;padding-right:15px;background-repeat:no-repeat;background-position:100% 50%;background-image:url(/images/v2/content-is-collapsed.svg)}.tools-share-link.active{border-bottom:1px dotted #B2B2B2;padding-bottom:10px}.tools-share-link.active span{background-image:url(/images/v2/content-is-displayed.svg)}.is-on-bottom .tools-share-link{padding-left:10px}.is-on-top .tools-share-link{border-top:1px dotted #B2B2B2}.is-on-top .tools-share-link.active{border-top-style:solid}.tools-share.is-aside{top:5px;text-align:center}.links-list .context{overflow:visible;padding-top:20px}.links-list .source{margin-bottom:5px}.links-list a{display:inline-block}.contrib-menu-wrapper{margin-top:-10px;margin-bottom:10px}.contrib-menu{margin-bottom:10px;text-align:left}.contrib-menu li{float:none;width:auto}.read-also{width:150px}.mkt-banner{text-align:center;font-size:.8125rem;line-height:1.1538461538}[class^=mkt-].offre-live .illustration{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;width:5.3125rem;height:auto}[class^=mkt-].offre-live .action{padding-right:0}[class*="-width"].mkt-banner .wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:10px;padding-left:10px}[class*="-width"].mkt-banner .offer,[class*="-width"].mkt-banner .wrapper .illustration{padding-right:0;padding-left:0}[class*="-width"].mkt-banner .illustration,[class*="-width"].mkt-banner .text{padding-bottom:10px}[class*="-width"].mkt-banner .text{margin-bottom:0}[class*="-width"].mkt-banner[class$=live] .action,[class*="-width"].mkt-banner[class$=live] .illustration{padding-bottom:10px}[class*="-width"].mkt-banner[class$=live] .illustration,[class*="-width"].mkt-banner[class$=live] .offer{padding-top:10px}[class*="-width"].mkt-banner[class$=live] img{display:inline}[class*="-width"].mkt-banner.offre-live .illustration,[class*="-width"].mkt-banner.offre-mediapartlive .illustration{display:block;margin:-10px -10px 0;padding-right:10px;padding-left:10px}.no-flexbox [class*="-width"].mkt-banner.offre-live img,.no-flexbox [class*="-width"].mkt-banner.offre-mediapartlive img{position:static;margin-top:0}}@media only screen and (max-width:360px){body .tool-bar li a .ico,body .tool-bar li a.logout .ico{font-size:1rem}}@media screen and (max-width:355px){body .page-content .accur8-desktop .col-right .format-50-pcent{width:100%}body .page-content .accur8-desktop .col-right .format-50-pcent,body .page-content .accur8-desktop .col-right .format-50-pcent img{display:block;height:auto}body .page-content .accur8-desktop .col-right .format-50-pcent a,body .page-content .accur8-desktop .col-right .format-50-pcent embed,body .page-content .accur8-desktop .col-right .format-50-pcent iframe,body .page-content .accur8-desktop .col-right .format-50-pcent img,body .page-content .accur8-desktop .col-right .format-50-pcent object{width:100%}body .page-content .accur8-desktop .col-right .format-20-pcent{width:50%}body .page-content .accur8-desktop .col-right .format-20-pcent,body .page-content .accur8-desktop .col-right .format-20-pcent img{display:block;height:auto}body .page-content .accur8-desktop .col-right .format-20-pcent a,body .page-content .accur8-desktop .col-right .format-20-pcent embed,body .page-content .accur8-desktop .col-right .format-20-pcent iframe,body .page-content .accur8-desktop .col-right .format-20-pcent img,body .page-content .accur8-desktop .col-right .format-20-pcent object{width:100%}body .page-content .accur8-desktop .col-right .format-20-pcent.media-align-center,body .page-content .accur8-desktop .col-right .format-20-pcent.media-align-left,body .page-content .accur8-desktop .col-right .format-20-pcent.media-align-right,body .page-content .accur8-desktop .col-right .format-33-pcent.media-align-center,body .page-content .accur8-desktop .col-right .format-33-pcent.media-align-left,body .page-content .accur8-desktop .col-right .format-33-pcent.media-align-right,body .page-content .accur8-desktop .col-right .format-50-pcent.media-align-center,body .page-content .accur8-desktop .col-right .format-50-pcent.media-align-left,body .page-content .accur8-desktop .col-right .format-50-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}body .page-content .accur8-desktop .col-right .format-20-pcent.media-align-center:after,body .page-content .accur8-desktop .col-right .format-20-pcent.media-align-left:after,body .page-content .accur8-desktop .col-right .format-20-pcent.media-align-right:after,body .page-content .accur8-desktop .col-right .format-33-pcent.media-align-center:after,body .page-content .accur8-desktop .col-right .format-33-pcent.media-align-left:after,body .page-content .accur8-desktop .col-right .format-33-pcent.media-align-right:after,body .page-content .accur8-desktop .col-right .format-50-pcent.media-align-center:after,body .page-content .accur8-desktop .col-right .format-50-pcent.media-align-left:after,body .page-content .accur8-desktop .col-right .format-50-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}}@media only screen and (max-width:354px){.blog{display:none}}@media only screen and (max-width:319px){.contact{display:none}}@media screen and (max-width:280px){body .page-content .format-20-pcent{width:50%}body .page-content .format-20-pcent,body .page-content .format-20-pcent img{display:block;height:auto}body .page-content .format-20-pcent a,body .page-content .format-20-pcent embed,body .page-content .format-20-pcent iframe,body .page-content .format-20-pcent img,body .page-content .format-20-pcent object,body .page-content .format-33-pcent{width:100%}body .page-content .format-33-pcent,body .page-content .format-33-pcent img{display:block;height:auto}body .page-content .format-33-pcent a,body .page-content .format-33-pcent embed,body .page-content .format-33-pcent iframe,body .page-content .format-33-pcent img,body .page-content .format-33-pcent object,body .page-content .format-50-pcent{width:100%}body .page-content .format-50-pcent,body .page-content .format-50-pcent img{display:block;height:auto}body .page-content .format-50-pcent a,body .page-content .format-50-pcent embed,body .page-content .format-50-pcent iframe,body .page-content .format-50-pcent img,body .page-content .format-50-pcent object{width:100%}body .page-content .format-20-pcent.media-align-center,body .page-content .format-20-pcent.media-align-left,body .page-content .format-20-pcent.media-align-right,body .page-content .format-33-pcent.media-align-center,body .page-content .format-33-pcent.media-align-left,body .page-content .format-33-pcent.media-align-right{float:none;display:block;margin-right:auto;margin-left:auto}body .page-content .format-20-pcent.media-align-center:after,body .page-content .format-20-pcent.media-align-left:after,body .page-content .format-20-pcent.media-align-right:after,body .page-content .format-33-pcent.media-align-center:after,body .page-content .format-33-pcent.media-align-left:after,body .page-content .format-33-pcent.media-align-right:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}body .page-content .media-raw,body .page-content .media-raw .format-20-pcent,body .page-content .media-video,body .page-content .media-video .format-20-pcent{width:100%!important}}@media only screen and (max-width:279px){.network{display:none}}@media screen and (max-width:245px){body .page-content .accur8-desktop .col-right .format-20-pcent{width:75%}body .page-content .accur8-desktop .col-right .format-20-pcent,body .page-content .accur8-desktop .col-right .format-20-pcent img{display:block;height:auto}body .page-content .accur8-desktop .col-right .format-20-pcent a,body .page-content .accur8-desktop .col-right .format-20-pcent embed,body .page-content .accur8-desktop .col-right .format-20-pcent iframe,body .page-content .accur8-desktop .col-right .format-20-pcent img,body .page-content .accur8-desktop .col-right .format-20-pcent object,body .page-content .accur8-desktop .col-right .format-33-pcent{width:100%}body .page-content .accur8-desktop .col-right .format-33-pcent,body .page-content .accur8-desktop .col-right .format-33-pcent img{display:block;height:auto}body .page-content .accur8-desktop .col-right .format-33-pcent a,body .page-content .accur8-desktop .col-right .format-33-pcent embed,body .page-content .accur8-desktop .col-right .format-33-pcent iframe,body .page-content .accur8-desktop .col-right .format-33-pcent img,body .page-content .accur8-desktop .col-right .format-33-pcent object{width:100%}}@media screen and (max-width:239px){.accur8-nofloats{display:table;table-layout:fixed}.accur8-row-nofloats{display:table-row}.accur8-block-nofloats{display:block}.accur8-inline-block-nofloats{display:inline-block}.accur8-none-nofloats{display:none!important}.accur8-hidden-nofloats{position:absolute!important;top:-7500px;left:-7500px;display:block}.accur8-clear-table-nofloats{display:table-row}.accurWidth-nofloats{width:100%}.accurHeight-nofloats{height:100%}.rest-nofloats{width:auto}.fractal-nofloats{display:table-cell;box-sizing:border-box}.left-nofloats{float:left}.right-nofloats{float:right}.content-tracker h1.accur8-hidden-mobile{top:auto;left:auto;visibility:inherit;position:static!important;border-bottom:solid 2px #000}.content-tracker thead{top:-2000px;left:-2000px;visibility:hidden;position:absolute!important}.content-tracker tbody td,.content-tracker tbody th{padding-right:2%}}@media only screen and (max-width:239px){.tool-bar form:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.tool-bar form a{display:block;width:100%;margin:10px 0 0!important}.tool-bar form a:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}}@media screen and (min-width:481px) and (max-width:768px){.accur8-tablet{display:table;table-layout:fixed}.accur8-row-tablet{display:table-row}.accur8-block-tablet{display:block}.accur8-inline-block-tablet{display:inline-block}.accur8-none-tablet{display:none!important}.accur8-hidden-tablet{position:absolute!important;top:-7500px;left:-7500px;display:block}.accur8-clear-table-tablet{display:table-row}.accurWidth-tablet{width:100%}.accurHeight-tablet{height:100%}.rest-tablet{width:auto}.fractal-tablet{display:table-cell;box-sizing:border-box}.left-tablet{float:left}.right-tablet{float:right}.fractal-2-tablet{width:50%}.fractal-3-tablet{width:33.3333333333%}.fractal-4-tablet{width:25%}.fractal-5-tablet{width:20%}.fractal-6-tablet{width:16.6666666667%}.fractal-3-tablet.collapse-2-tablet{width:66.6666666667%;vertical-align:top}.fractal-4-tablet.collapse-3-tablet{width:75%;vertical-align:top}.fractal-4-tablet.collapse-2-tablet{width:50%;vertical-align:top}.fractal-5-tablet.collapse-4-tablet{width:80%;vertical-align:top}.fractal-5-tablet.collapse-3-tablet{width:60%;vertical-align:top}.fractal-5-tablet.collapse-2-tablet{width:40%;vertical-align:top}.fractal-6-tablet.collapse-5-tablet{width:83.3333333333%;vertical-align:top}.fractal-6-tablet.collapse-4-tablet{width:66.6666666667%;vertical-align:top}.fractal-6-tablet.collapse-3-tablet{width:50%;vertical-align:top}.fractal-6-tablet.collapse-2-tablet{width:33.3333333333%;vertical-align:top}.header{padding-bottom:20px}.header .account-links .account{margin-right:10px}.header .menuPanelLink{margin-left:10px}.account-bundle .global-wrapper{padding-bottom:10px}aside.permanent-banner{margin:20px;width:calc(100% - 40px)}.slide-show-products{width:66.6667%;box-sizing:border-box;padding-right:10px}.slide-show-products .slide-show-body ul li:after{clear:both;content:".";display:block;height:0;width:0;line-height:0;font-size:0;visibility:hidden;speak:none}.slide-show-products .slide-show-body ul li>a:first-child{width:150px;display:block;margin:0 10px 0 0;float:left}.notification .show-tablet{display:inline-block}.multimedia-region .multimedia-container .first-tablet{padding:0 5px 0 0;border-right:solid 1px #B2B2B2}.multimedia-region .multimedia-container .last-tablet{padding:0 0 0 5px;border:none}.multimedia-region .multimedia-container .pos-rel{border-top:dotted 1px #B2B2B2;padding:5px 0}.multimedia-region .multimedia-container>div:first-child .accur8-desktop .fractal-desktop:nth-child(-n+2) .pos-rel{border-top:none;padding:0}.block-2third-1third .block-fiftypcent>div{display:table-cell}.block-2third-1third .block-fiftypcent>div.first{padding:0 10px 0 0}.block-2third-1third .block-fiftypcent>div.last{border-left:solid 1px #E6E6E6;padding-left:10px}.une-block.block-thirtypcent>div.first,.une-block.block-thirtypcent>div.last-tablet{display:table-cell}.une-block.block-thirtypcent>div.first{padding:0 10px 0 0}.une-block.block-thirtypcent>div.last-tablet{border-left:solid 1px #E6E6E6;padding-left:10px}.une-block.block-thirtypcent>div.last{margin-top:15px}.content-photo .fractal-tablet{padding:0 0 .5em 2.5%}.content-photo .first-tablet{padding:0 2.5% .5em 0}.content-photo .last-tablet{padding:0 0 .5em 2.5%}.book-list>div{padding-left:2.5%;padding-right:2.5%;width:50%}.book-list>div:nth-child(2n+1){clear:left;padding-left:0}.book-list>div:nth-child(2n){padding-right:0}.content-mobile .mobile-block .mobile-illustr{width:60%}.sitemap>li{width:50%}.sitemap>li:nth-child(2n+1){clear:left}.sub-header-nav .share{position:absolute;top:0;right:10px}.pager,.pager li{margin-top:.625rem}.news-list .context{display:table;padding-right:0;width:100%}.news-list .info{display:table-cell;vertical-align:top}.news-list .info+.info{width:70%}.news-list .published{display:block}.news-list .published,.news-list h4.title{font-size:1.125rem}.alphabet-list li{width:50px}.about-redactor.is-on-top .l-50{border-top:0}.about-redactor.is-on-top .l-50+.l-50 li{border-bottom:0}.about-redactor.is-on-top li{float:left;margin-right:1%;border-top:0;border-bottom:1px dotted #6A6D6D;width:32%}.account .contact-list li,.profile .contact-list li{width:33.333%}.redactor-blog>div,.redactor-edition>div{position:relative}.redactor-blog>div{padding-right:70px}.redactor-blog .bt-specific{position:absolute;right:0;bottom:0}.redactor-edition .is-visible{position:relative}.redactor-edition .bt-specific{right:-70px}.tools-share.is-aside{top:8px;text-align:right}.tools-share.is-aside .facebook,.tools-share.is-aside .twitter{margin-right:3px}.mkt-banner .offer{text-align:center}.mkt-banner .text{display:block}.mkt-banner .restricted-width.offre-live .illustration,.mkt-banner .restricted-width.offre-mediapartlive .illustration{margin:-10px 0}.mkt-column .date{font-size:1.25rem}.page-content>.post-event .event-article--cartoon .cartoon-wrapper{float:left;margin-right:12px;padding-top:37.2727272727%;width:47.2727272727%;overflow:hidden}.page-content>.post-event .event-article--cartoon .cartoon-wrapper img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:inherit;height:100%}.page-content>.post-event .event-list .universe-journal,.page-content>.post-event .event-thumb .universe-journal{font-size:0}.page-content>.post-event .event-list .universe-journal>li,.page-content>.post-event .event-thumb .universe-journal>li{display:inline-block;vertical-align:top}.page-content>.post-event .event-list-item,.page-content>.post-event .event-thumb-item{width:calc(50% - 24px)}.page-content>.post-event .event-list-item:nth-child(-n+2){border-top-color:transparent}.page-content>.post-event .event-thumb .universe-journal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:6px 0}.page-content>.post-event .event-thumb-item{margin:6px 12px}}@media screen and (min-width:769px) and (max-width:1020px){aside.permanent-banner{margin:20px 20px 0;width:calc(100% - 40px)}.sitemap>li{width:33%}.sitemap>li:nth-child(3n+1){clear:left}.sub-nav ul{padding:0 10px}.is-on-top.about-blog .col-right,.is-on-top.about-edition .col-right{padding-right:10px}.is-on-top.about-blog .col-left,.is-on-top.about-edition .col-left{padding:0 10px}}@media screen and (min-width:481px) and (max-width:1020px){.slide-show-feeds .slide-show-body li a{min-height:69px}.tools-share.is-on-top .l-45,.tools-share.is-on-top .l-55,.tools-share.is-on-top>ul{display:block;width:auto}.tools-share.is-on-top .l-55{margin-top:.5em;border-top:1px dotted #6A6D6D}.tools-share.is-on-bottom{position:relative}.tools-share.is-on-bottom:after{content:" ";position:absolute;top:50%;right:0;left:0;margin-top:-1px;border-top:1px dotted #B2B2B2;height:1px}.tools-share.is-on-bottom li{margin:9px 0;padding:4px 0;width:25%;text-align:center}.tools-share.is-on-bottom .facebook{border-left:0}.tools-share.is-on-bottom a{display:inline-block}.tools-share.is-on-bottom .googleplus a{float:none}}@media screen and (min-width:660px) and (max-width:768px){.user-message.is-on-bottom{background-position:100% 100%!important}.user-message.is-on-bottom strong{font-size:1rem;letter-spacing:-1px}.user-message.is-on-bottom .button{display:inline-block;padding:3px 7px 3px 20px;font-size:.85714em}.user-message.is-on-bottom .button::before{left:7px}.page-content>.post-event [class^=event-articles]{position:relative}.page-content>.post-event [class^=event-articles] .event-display-by-side{clear:left;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0}.page-content>.post-event [class^=event-articles] .event-article--cartoon,.page-content>.post-event [class^=event-articles] .event-article--cartoon+.event-thumb{display:inline-block;float:none;vertical-align:top;width:50%}.page-content>.post-event [class^=event-articles] .event-article--cartoon:before{border-top:1px solid #bcbec0;content:'';left:12px;position:absolute;width:calc(100% - 24px)}.page-content>.post-event [class^=event-articles] .cartoon-wrapper{float:left;height:100%;margin-right:12px;padding-left:172px;padding-top:0;width:auto;overflow:hidden;min-height:166px}.page-content>.post-event [class^=event-articles] .cartoon-wrapper img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:inherit;height:100%}.page-content>.post-event [class^=event-articles] .event-article--cartoon+.event-thumb{margin:0;padding:0}.page-content>.post-event [class^=event-articles] .event-article--cartoon+.event-thumb:before{border-top-width:0}.page-content>.post-event [class^=event-articles] .event-article--cartoon+.event-thumb .universe-journal{display:block;padding:0}.page-content>.post-event [class^=event-articles] .event-article--cartoon+.event-thumb .event-thumb-item{display:block;margin:12px;width:auto}.post-list-wrapper .post-event .cartoon-wrapper{float:left;margin-right:12px;padding-top:37.2727272727%;width:47.2727272727%;overflow:hidden}.post-list-wrapper .post-event .cartoon-wrapper img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:inherit;height:100%}.post-list-wrapper .event-thumb-image{width:140px}.post-list-wrapper .event-thumb-item .event-thumb-image+.article-intro{width:calc(100% - 140px)}}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice abbr,.select2-search input,.select2-search-choice-close{background-image:url(select2x2.png)!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}@media print{.no-print{display:none}.print-only{display:block}@page{margin:2cm}body,html{background-color:#FFF;background-image:none;color:#000;float:none;height:auto;margin:0;min-height:auto;padding:0;position:static;width:100%}a,blockquote{page-break-inside:avoid}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}img,pre,table{page-break-inside:avoid}dl,ol,ul{page-break-before:avoid}p{orphans:2;widows:2}p:empty{display:none}.global-wrapper{width:100%}.about-blog .bt-specific,.about-redactor .action,.admin-menu,.contrib-menu-wrapper,.header-toolbar,.js-flash-message,.main-menu,.media-audio,.megaban,.menu-sticky,.new-comment,.not-une .date-edition,.simple-list.universe-club,.simple-list.universe-journal,.sub-menu,.tools-share,[role=contentinfo],[role=search]{display:none!important}.col-left{padding-right:0!important}.author,.taxonomy{font-size:8pt!important}.copyright,.media .legend,.tweet.legend{font-size:11pt!important;padding-top:.5em}.sub-header .title,.sub-header .title .main-title{font-size:28pt}.content-article,.introduction{font-size:14pt!important}.content-article{border-top:1px solid #6A6D6D;margin-bottom:0;padding-top:1.25rem}.content-article:after,.content-article:before{content:none}.content-article dt,.content-article ol,.content-article p,.content-article ul{font-size:inherit!important}.content-article .page-pane{overflow:hidden;clear:both}.content-article .page-pane br+br,.content-article .page-pane>br{display:none}.content-article .read-also{background:0 0;border-bottom:2px solid #000;float:none;margin-bottom:15px}.content-article .read-also .title{font-size:12pt!important}.content-article .read-also li{font-size:11pt!important}.content-article .media{page-break-inside:avoid}.content-article .media-raw{display:none}.content-article .media-image{margin:14pt 0}.content-article p:not(:empty)+.media-image{margin-top:0}.content-article .media.media-align-left{margin-right:14pt}.content-article .media.media-align-right{margin-left:14pt}.content-article a[href]:after{text-decoration:none;text-transform:none;word-break:break-all}.content-article a[href^=http]:after,.content-article a[href^=itpc]:after{content:" (" attr(href) ")"!important;font-family:PT_Serif,"Times New Roman",Times,serif!important;font-size:1em!important}.content-article a[href^="/"]:after{content:" (https://www.mediapart.fr" attr(href) ")"!important}.content-article a[href^="#"]:after{content:""!important}.content-article .mini-pager{display:block}.content-article .mini-pager li{background:0 0;font-size:14pt!important;padding:0;text-transform:none;font-family:PT_Serif,"Times New Roman",Times,serif!important;font-style:italic}.content-article .mini-pager a[href^="/"]:after{content:": " attr(title) " (https://www.mediapart.fr" attr(href) ")"!important}.about-blog .title,.about-redactor .title,.keywords .title{font-size:12pt!important}.keywords{border-bottom:2px solid #000;margin-bottom:15px;padding-bottom:15px}.keywords .title{background:0 0;font-size:12pt!important}.keywords li{font-size:9pt!important}.blackbox{background:0 0;padding:0;font-size:14pt!important}.blackbox a[href]:after{text-decoration:none;text-transform:none;word-break:break-all}.blackbox a[href^=http]:after,.blackbox a[href^=itpc]:after{content:" (" attr(href) ")"!important;font-family:PT_Serif,"Times New Roman",Times,serif!important;font-size:1em!important}.blackbox a[href^="/"]:after{content:" (https://www.mediapart.fr" attr(href) ")"!important}.blackbox a[href^="#"]:after{content:""!important}.blackbox-inner{background:0 0;padding:0}.media-list{background:0 0;text-transform:none;width:auto;font-size:12pt!important}.media-list a[href]:after{text-decoration:none;text-transform:none;word-break:break-all}.media-list a[href^=http]:after,.media-list a[href^=itpc]:after{content:" (" attr(href) ")"!important;font-family:PT_Serif,"Times New Roman",Times,serif!important;font-size:1em!important}.media-list a[href^="/"]:after{content:" (https://www.mediapart.fr" attr(href) ")"!important}.media-list a[href^="#"]:after{content:""!important}.media-list .txt{font-size:12pt!important;width:auto;line-height:1.5}.media-list li{padding-left:0;padding-right:0}.media-list a{color:#000;display:inline}.media-list a span{display:inline;vertical-align:baseline}.media-list .ico{display:none}.about-redactor .content{padding:0}.about-redactor .content .title{font-size:12pt!important}.about-redactor .content .title a[href]:after{text-decoration:none;text-transform:none;word-break:break-all}.about-redactor .content .title a[href^=http]:after,.about-redactor .content .title a[href^=itpc]:after{content:" (" attr(href) ")"!important;font-family:PT_Serif,"Times New Roman",Times,serif!important;font-size:1em!important}.about-redactor .content .title a[href^="/"]:after{content:" (https://www.mediapart.fr" attr(href) ")"!important}.about-redactor .content .title a[href^="#"]:after{content:""!important}.about-redactor .content .clearfix{font-size:11pt!important}.about-redactor .content li{font-size:9pt!important}.about-redactor .content .l-50{display:inline-block;width:auto}.about-redactor .content .l-50:first-child{padding-right:0}.about-redactor .content .l-50:last-child li:last-child a:after{content:none}.about-redactor .content .l-50 a,.about-redactor .content .l-50 li{display:inline-block;padding:0;border:0}.about-redactor .content .l-50 a:after{content:' /';padding-left:2px}.about-blog .title a[href]:after{text-decoration:none;text-transform:none;word-break:break-all}.about-blog .title a[href^=http]:after,.about-blog .title a[href^=itpc]:after{content:" (" attr(href) ")"!important;font-family:PT_Serif,"Times New Roman",Times,serif!important;font-size:1em!important}.about-blog .title a[href^="/"]:after{content:" (https://www.mediapart.fr" attr(href) ")"!important}.about-blog .title a[href^="#"]:after{content:""!important}.about-blog .follower{font-size:9pt!important}}