@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{align-items:flex-end;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:20px;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.notyf__icon--error,.notyf__icon--success{background:#fff;border-radius:50%;display:block;height:21px;margin:0 auto;position:relative;width:21px}.notyf__icon--error:after,.notyf__icon--error:before{background:currentColor;border-radius:3px;content:"";display:block;height:12px;left:9px;position:absolute;top:5px;width:3px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{background:currentColor;border-radius:3px;content:"";display:block;position:absolute;width:3px}.notyf__icon--success:after{height:6px;left:6px;top:9px;transform:rotate(-45deg)}.notyf__icon--success:before{height:11px;left:10px;top:5px;transform:rotate(45deg)}.notyf__toast{-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;border-radius:2px;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);box-sizing:border-box;display:block;flex-shrink:0;max-width:300px;overflow:hidden;padding:0 15px;pointer-events:auto;position:relative;transform:translateY(25%)}.notyf__toast--disappear{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;transform:translateY(0)}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards;border-radius:50%;height:400px;position:absolute;right:0;top:0;transform:scale(0) translateY(-51%) translateX(13%);transform-origin:bottom right;width:400px;z-index:5}.notyf__wrapper{align-items:center;border-radius:3px;display:flex;padding-bottom:17px;padding-right:15px;padding-top:17px;position:relative;z-index:10}.notyf__icon{-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;font-size:1.3em;margin-right:13px;opacity:0;text-align:center;width:22px}.notyf__dismiss{-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;height:100%;margin-right:-15px;opacity:0;position:absolute;right:0;top:0;width:26px}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;height:100%;opacity:.35;outline:none;transition:opacity .2s ease,background-color .2s ease;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{background:#fff;border-radius:3px;content:"";height:12px;left:calc(50% - 1px);position:absolute;top:calc(50% - 5px);width:2px}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{background-color:rgba(0,0,0,.15);opacity:.7}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em;opacity:0;position:relative;vertical-align:middle}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{-webkit-animation-duration:.5s;animation-duration:.5s;height:600px;width:600px}.notyf__toast{border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);max-width:none;width:100%}.notyf__dismiss{width:56px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body,html{font-size:100%}body *,html *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body :focus,html :focus{outline:none}body :after,body :before,html :after,html :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none}a,img{display:inline-block}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;height:auto;max-width:100%}ul,ul li{display:inline-block}label{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input,label,select,textarea{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;outline:0;padding:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:active,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;transition:background-color 0s ease-in-out 0s!important}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:inline-block;outline:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.box_full,.box_lg,.box_md,.box_sm,.box_xl,.box_xs,.content_cms .cms_content_row:not([class*=box_]){margin-left:auto;margin-right:auto}#hits .box_xs.ais-Hits-list,#hits .box_xs.ais-InfiniteHits-list,#hitsArticle .box_xs.ais-Hits-list,#hitsArticle .box_xs.ais-InfiniteHits-list,#hitsCategories .box_xs.ais-Hits-list,#hitsCategories .box_xs.ais-InfiniteHits-list,.box_xs.marges,.content_cms .box_xs.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_xs.cms_row{max-width:480px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){#hits .box_xs.ais-Hits-list,#hits .box_xs.ais-InfiniteHits-list,#hitsArticle .box_xs.ais-Hits-list,#hitsArticle .box_xs.ais-InfiniteHits-list,#hitsCategories .box_xs.ais-Hits-list,#hitsCategories .box_xs.ais-InfiniteHits-list,.box_xs.marges,.content_cms .box_xs.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_xs.cms_row{max-width:456px;padding-left:8px;padding-right:8px}}#hits .box_sm.ais-Hits-list,#hits .box_sm.ais-InfiniteHits-list,#hitsArticle .box_sm.ais-Hits-list,#hitsArticle .box_sm.ais-InfiniteHits-list,#hitsCategories .box_sm.ais-Hits-list,#hitsCategories .box_sm.ais-InfiniteHits-list,.box_sm.marges,.content_cms .box_sm.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_sm.cms_row{max-width:616px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){#hits .box_sm.ais-Hits-list,#hits .box_sm.ais-InfiniteHits-list,#hitsArticle .box_sm.ais-Hits-list,#hitsArticle .box_sm.ais-InfiniteHits-list,#hitsCategories .box_sm.ais-Hits-list,#hitsCategories .box_sm.ais-InfiniteHits-list,.box_sm.marges,.content_cms .box_sm.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_sm.cms_row{max-width:592px;padding-left:8px;padding-right:8px}}#hits .box_md.ais-Hits-list,#hits .box_md.ais-InfiniteHits-list,#hitsArticle .box_md.ais-Hits-list,#hitsArticle .box_md.ais-InfiniteHits-list,#hitsCategories .box_md.ais-Hits-list,#hitsCategories .box_md.ais-InfiniteHits-list,.box_md.marges,.content_cms .box_md.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_md.cms_row{max-width:808px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){#hits .box_md.ais-Hits-list,#hits .box_md.ais-InfiniteHits-list,#hitsArticle .box_md.ais-Hits-list,#hitsArticle .box_md.ais-InfiniteHits-list,#hitsCategories .box_md.ais-Hits-list,#hitsCategories .box_md.ais-InfiniteHits-list,.box_md.marges,.content_cms .box_md.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_md.cms_row{max-width:784px;padding-left:8px;padding-right:8px}}#hits .box_lg.ais-Hits-list,#hits .box_lg.ais-InfiniteHits-list,#hitsArticle .box_lg.ais-Hits-list,#hitsArticle .box_lg.ais-InfiniteHits-list,#hitsCategories .box_lg.ais-Hits-list,#hitsCategories .box_lg.ais-InfiniteHits-list,.box_lg.marges,.content_cms .box_lg.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_lg.cms_row{max-width:1064px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){#hits .box_lg.ais-Hits-list,#hits .box_lg.ais-InfiniteHits-list,#hitsArticle .box_lg.ais-Hits-list,#hitsArticle .box_lg.ais-InfiniteHits-list,#hitsCategories .box_lg.ais-Hits-list,#hitsCategories .box_lg.ais-InfiniteHits-list,.box_lg.marges,.content_cms .box_lg.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_lg.cms_row{max-width:1040px;padding-left:8px;padding-right:8px}}.box_xl,.content_cms .cms_content_row:not([class*=box_]){max-width:1230px}#hits .box_xl.ais-Hits-list,#hits .box_xl.ais-InfiniteHits-list,#hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsArticle .box_xl.ais-Hits-list,#hitsArticle .box_xl.ais-InfiniteHits-list,#hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsCategories .box_xl.ais-Hits-list,#hitsCategories .box_xl.ais-InfiniteHits-list,#hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.box_xl.marges,.content_cms #hits .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_xl.cms_row,.content_cms .cms_content_row:not([class*=box_]){max-width:1270px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){#hits .box_xl.ais-Hits-list,#hits .box_xl.ais-InfiniteHits-list,#hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsArticle .box_xl.ais-Hits-list,#hitsArticle .box_xl.ais-InfiniteHits-list,#hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsCategories .box_xl.ais-Hits-list,#hitsCategories .box_xl.ais-InfiniteHits-list,#hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.box_xl.marges,.content_cms #hits .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_xl.cms_row,.content_cms .cms_content_row:not([class*=box_]){max-width:1246px;padding-left:8px;padding-right:8px}}#hits .box_full.ais-Hits-list,#hits .box_full.ais-InfiniteHits-list,#hitsArticle .box_full.ais-Hits-list,#hitsArticle .box_full.ais-InfiniteHits-list,#hitsCategories .box_full.ais-Hits-list,#hitsCategories .box_full.ais-InfiniteHits-list,.box_full.marges,.content_cms .box_full.cms_content_row:not([class*=box_]),.content_cms .cms_content_row .box_full.cms_row{padding-left:20px;padding-right:20px}#hits .ais-Hits-list,#hits .ais-InfiniteHits-list,#hitsArticle .ais-Hits-list,#hitsArticle .ais-InfiniteHits-list,#hitsCategories .ais-Hits-list,#hitsCategories .ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List,.card_edito_inline .col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List,.row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-grow:1;-webkit-flex-grow:1;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-positive:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#hits #hitsArticle .ais-Hits-list,#hits #hitsArticle .ais-InfiniteHits-list,#hits #hitsCategories .ais-Hits-list,#hits #hitsCategories .ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hits .ais-Hits-list,#hits .ais-InfiniteHits-list,#hits .card_edito_inline .ais-Hits-list.col_infos,#hits .card_edito_inline .ais-InfiniteHits-list.col_infos,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hits .content_cms .cms_content_row .ais-Hits-list.cms_row,#hits .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hits .marges.ais-Hits-list,#hits .marges.ais-InfiniteHits-list,#hits .row.ais-Hits-list,#hits .row.ais-InfiniteHits-list,#hitsArticle #hits .ais-Hits-list,#hitsArticle #hits .ais-InfiniteHits-list,#hitsArticle #hitsCategories .ais-Hits-list,#hitsArticle #hitsCategories .ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsArticle .ais-Hits-list,#hitsArticle .ais-InfiniteHits-list,#hitsArticle .card_edito_inline .ais-Hits-list.col_infos,#hitsArticle .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsArticle .content_cms .cms_content_row .ais-Hits-list.cms_row,#hitsArticle .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hitsArticle .marges.ais-Hits-list,#hitsArticle .marges.ais-InfiniteHits-list,#hitsArticle .row.ais-Hits-list,#hitsArticle .row.ais-InfiniteHits-list,#hitsCategories #hits .ais-Hits-list,#hitsCategories #hits .ais-InfiniteHits-list,#hitsCategories #hitsArticle .ais-Hits-list,#hitsCategories #hitsArticle .ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsCategories .ais-Hits-list,#hitsCategories .ais-InfiniteHits-list,#hitsCategories .card_edito_inline .ais-Hits-list.col_infos,#hitsCategories .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsCategories .content_cms .cms_content_row .ais-Hits-list.cms_row,#hitsCategories .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hitsCategories .marges.ais-Hits-list,#hitsCategories .marges.ais-InfiniteHits-list,#hitsCategories .row.ais-Hits-list,#hitsCategories .row.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .marges.aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-PanelSections.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-PanelSections.cms_row,#result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .marges.aa-Source,.card_edito_inline #hits .ais-Hits-list.col_infos,.card_edito_inline #hits .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsArticle .ais-Hits-list.col_infos,.card_edito_inline #hitsArticle .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsCategories .ais-Hits-list.col_infos,.card_edito_inline #hitsCategories .ais-InfiniteHits-list.col_infos,.card_edito_inline .content_cms .cms_content_row .col_infos.cms_row,.card_edito_inline .content_cms .col_infos.cms_content_row:not([class*=box_]),.card_edito_inline .marges.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_]),.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-Source,.content_cms #hits .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_]),.content_cms .card_edito_inline .col_infos.cms_content_row:not([class*=box_]),.content_cms .cms_content_row #hits .ais-Hits-list.cms_row,.content_cms .cms_content_row #hits .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #hitsArticle .ais-Hits-list.cms_row,.content_cms .cms_content_row #hitsArticle .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #hitsCategories .ais-Hits-list.cms_row,.content_cms .cms_content_row #hitsCategories .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_row,.content_cms .cms_content_row .card_edito_inline .col_infos.cms_row,.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_row,.content_cms .cms_content_row .row.cms_row,.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_]),.content_cms .row.cms_content_row:not([class*=box_]),.row.marges{margin-left:-10px;margin-right:-10px}#hits #hitsArticle .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hits #hitsArticle .ais-Hits-list>[class*=col],#hits #hitsArticle .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hits #hitsArticle .ais-InfiniteHits-list>[class*=col],#hits #hitsCategories .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hits #hitsCategories .ais-Hits-list>[class*=col],#hits #hitsCategories .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hits #hitsCategories .ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hits .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hits .ais-Hits-list>[class*=col],#hits .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hits .ais-InfiniteHits-list>[class*=col],#hits .card_edito_inline .ais-Hits-list.col_infos>[class*=col],#hits .card_edito_inline .ais-InfiniteHits-list.col_infos>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],#hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],#hits .content_cms .cms_content_row .ais-Hits-list.cms_row>[class*=col],#hits .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row>[class*=col],#hits .marges.ais-Hits-list>[class*=col],#hits .marges.ais-InfiniteHits-list>[class*=col],#hits .row.ais-Hits-list>[class*=col],#hits .row.ais-InfiniteHits-list>[class*=col],#hitsArticle #hits .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsArticle #hits .ais-Hits-list>[class*=col],#hitsArticle #hits .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsArticle #hits .ais-InfiniteHits-list>[class*=col],#hitsArticle #hitsCategories .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsArticle #hitsCategories .ais-Hits-list>[class*=col],#hitsArticle #hitsCategories .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsArticle #hitsCategories .ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsArticle .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsArticle .ais-Hits-list>[class*=col],#hitsArticle .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsArticle .ais-InfiniteHits-list>[class*=col],#hitsArticle .card_edito_inline .ais-Hits-list.col_infos>[class*=col],#hitsArticle .card_edito_inline .ais-InfiniteHits-list.col_infos>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsArticle .content_cms .cms_content_row .ais-Hits-list.cms_row>[class*=col],#hitsArticle .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row>[class*=col],#hitsArticle .marges.ais-Hits-list>[class*=col],#hitsArticle .marges.ais-InfiniteHits-list>[class*=col],#hitsArticle .row.ais-Hits-list>[class*=col],#hitsArticle .row.ais-InfiniteHits-list>[class*=col],#hitsCategories #hits .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsCategories #hits .ais-Hits-list>[class*=col],#hitsCategories #hits .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsCategories #hits .ais-InfiniteHits-list>[class*=col],#hitsCategories #hitsArticle .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsCategories #hitsArticle .ais-Hits-list>[class*=col],#hitsCategories #hitsArticle .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsCategories #hitsArticle .ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsCategories .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsCategories .ais-Hits-list>[class*=col],#hitsCategories .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsCategories .ais-InfiniteHits-list>[class*=col],#hitsCategories .card_edito_inline .ais-Hits-list.col_infos>[class*=col],#hitsCategories .card_edito_inline .ais-InfiniteHits-list.col_infos>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsCategories .content_cms .cms_content_row .ais-Hits-list.cms_row>[class*=col],#hitsCategories .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row>[class*=col],#hitsCategories .marges.ais-Hits-list>[class*=col],#hitsCategories .marges.ais-InfiniteHits-list>[class*=col],#hitsCategories .row.ais-Hits-list>[class*=col],#hitsCategories .row.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .marges.aa-List>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-PanelSections.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-PanelSections.cms_row>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-PanelSections>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .marges.aa-Source>[class*=col],.card_edito_inline #hits .ais-Hits-list.col_infos>[class*=col],.card_edito_inline #hits .ais-InfiniteHits-list.col_infos>[class*=col],.card_edito_inline #hitsArticle .ais-Hits-list.col_infos>[class*=col],.card_edito_inline #hitsArticle .ais-InfiniteHits-list.col_infos>[class*=col],.card_edito_inline #hitsCategories .ais-Hits-list.col_infos>[class*=col],.card_edito_inline #hitsCategories .ais-InfiniteHits-list.col_infos>[class*=col],.card_edito_inline .content_cms .cms_content_row .col_infos.cms_row>[class*=col],.card_edito_inline .content_cms .col_infos.cms_content_row:not([class*=box_])>[class*=col],.card_edito_inline .marges.col_infos>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_])>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-Source>[class*=col],.content_cms #hits .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_])>[class*=col],.content_cms .card_edito_inline .col_infos.cms_content_row:not([class*=box_])>[class*=col],.content_cms .cms_content_row #hits .ais-Hits-list.cms_row>[class*=col],.content_cms .cms_content_row #hits .ais-InfiniteHits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsArticle .ais-Hits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsArticle .ais-InfiniteHits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsCategories .ais-Hits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsCategories .ais-InfiniteHits-list.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_row>[class*=col],.content_cms .cms_content_row .card_edito_inline .col_infos.cms_row>[class*=col],.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row>[class*=col],.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_row>[class*=col],.content_cms .cms_content_row .row.cms_row>[class*=col],.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_])>[class*=col],.content_cms .row.cms_content_row:not([class*=box_])>[class*=col],.row.marges>[class*=col]{padding-left:10px;padding-right:10px}@media (max-width:calc(768px - 1px)){#hits #hitsArticle .ais-Hits-list,#hits #hitsArticle .ais-InfiniteHits-list,#hits #hitsCategories .ais-Hits-list,#hits #hitsCategories .ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hits .ais-Hits-list,#hits .ais-InfiniteHits-list,#hits .card_edito_inline .ais-Hits-list.col_infos,#hits .card_edito_inline .ais-InfiniteHits-list.col_infos,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hits .content_cms .cms_content_row .ais-Hits-list.cms_row,#hits .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hits .marges.ais-Hits-list,#hits .marges.ais-InfiniteHits-list,#hits .row.ais-Hits-list,#hits .row.ais-InfiniteHits-list,#hitsArticle #hits .ais-Hits-list,#hitsArticle #hits .ais-InfiniteHits-list,#hitsArticle #hitsCategories .ais-Hits-list,#hitsArticle #hitsCategories .ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsArticle .ais-Hits-list,#hitsArticle .ais-InfiniteHits-list,#hitsArticle .card_edito_inline .ais-Hits-list.col_infos,#hitsArticle .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsArticle .content_cms .cms_content_row .ais-Hits-list.cms_row,#hitsArticle .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hitsArticle .marges.ais-Hits-list,#hitsArticle .marges.ais-InfiniteHits-list,#hitsArticle .row.ais-Hits-list,#hitsArticle .row.ais-InfiniteHits-list,#hitsCategories #hits .ais-Hits-list,#hitsCategories #hits .ais-InfiniteHits-list,#hitsCategories #hitsArticle .ais-Hits-list,#hitsCategories #hitsArticle .ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsCategories .ais-Hits-list,#hitsCategories .ais-InfiniteHits-list,#hitsCategories .card_edito_inline .ais-Hits-list.col_infos,#hitsCategories .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,#hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsCategories .content_cms .cms_content_row .ais-Hits-list.cms_row,#hitsCategories .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hitsCategories .marges.ais-Hits-list,#hitsCategories .marges.ais-InfiniteHits-list,#hitsCategories .row.ais-Hits-list,#hitsCategories .row.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .marges.aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-PanelSections.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-PanelSections.cms_row,#result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .marges.aa-Source,.card_edito_inline #hits .ais-Hits-list.col_infos,.card_edito_inline #hits .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsArticle .ais-Hits-list.col_infos,.card_edito_inline #hitsArticle .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsCategories .ais-Hits-list.col_infos,.card_edito_inline #hitsCategories .ais-InfiniteHits-list.col_infos,.card_edito_inline .content_cms .cms_content_row .col_infos.cms_row,.card_edito_inline .content_cms .col_infos.cms_content_row:not([class*=box_]),.card_edito_inline .marges.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_]),.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-Source,.content_cms #hits .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_]),.content_cms .card_edito_inline .col_infos.cms_content_row:not([class*=box_]),.content_cms .cms_content_row #hits .ais-Hits-list.cms_row,.content_cms .cms_content_row #hits .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #hitsArticle .ais-Hits-list.cms_row,.content_cms .cms_content_row #hitsArticle .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #hitsCategories .ais-Hits-list.cms_row,.content_cms .cms_content_row #hitsCategories .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_row,.content_cms .cms_content_row .card_edito_inline .col_infos.cms_row,.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_row,.content_cms .cms_content_row .row.cms_row,.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_]),.content_cms .row.cms_content_row:not([class*=box_]),.row.marges{margin-left:-4px;margin-right:-4px}#hits #hitsArticle .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hits #hitsArticle .ais-Hits-list>[class*=col],#hits #hitsArticle .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hits #hitsArticle .ais-InfiniteHits-list>[class*=col],#hits #hitsCategories .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hits #hitsCategories .ais-Hits-list>[class*=col],#hits #hitsCategories .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hits #hitsCategories .ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hits .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hits .ais-Hits-list>[class*=col],#hits .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hits .ais-InfiniteHits-list>[class*=col],#hits .card_edito_inline .ais-Hits-list.col_infos>[class*=col],#hits .card_edito_inline .ais-InfiniteHits-list.col_infos>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],#hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],#hits .content_cms .cms_content_row .ais-Hits-list.cms_row>[class*=col],#hits .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row>[class*=col],#hits .marges.ais-Hits-list>[class*=col],#hits .marges.ais-InfiniteHits-list>[class*=col],#hits .row.ais-Hits-list>[class*=col],#hits .row.ais-InfiniteHits-list>[class*=col],#hitsArticle #hits .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsArticle #hits .ais-Hits-list>[class*=col],#hitsArticle #hits .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsArticle #hits .ais-InfiniteHits-list>[class*=col],#hitsArticle #hitsCategories .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsArticle #hitsCategories .ais-Hits-list>[class*=col],#hitsArticle #hitsCategories .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsArticle #hitsCategories .ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsArticle .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsArticle .ais-Hits-list>[class*=col],#hitsArticle .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsArticle .ais-InfiniteHits-list>[class*=col],#hitsArticle .card_edito_inline .ais-Hits-list.col_infos>[class*=col],#hitsArticle .card_edito_inline .ais-InfiniteHits-list.col_infos>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsArticle .content_cms .cms_content_row .ais-Hits-list.cms_row>[class*=col],#hitsArticle .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row>[class*=col],#hitsArticle .marges.ais-Hits-list>[class*=col],#hitsArticle .marges.ais-InfiniteHits-list>[class*=col],#hitsArticle .row.ais-Hits-list>[class*=col],#hitsArticle .row.ais-InfiniteHits-list>[class*=col],#hitsCategories #hits .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsCategories #hits .ais-Hits-list>[class*=col],#hitsCategories #hits .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsCategories #hits .ais-InfiniteHits-list>[class*=col],#hitsCategories #hitsArticle .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsCategories #hitsArticle .ais-Hits-list>[class*=col],#hitsCategories #hitsArticle .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsCategories #hitsArticle .ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsCategories .ais-Hits-list.ais-InfiniteHits-list>[class*=col],#hitsCategories .ais-Hits-list>[class*=col],#hitsCategories .ais-InfiniteHits-list.ais-Hits-list>[class*=col],#hitsCategories .ais-InfiniteHits-list>[class*=col],#hitsCategories .card_edito_inline .ais-Hits-list.col_infos>[class*=col],#hitsCategories .card_edito_inline .ais-InfiniteHits-list.col_infos>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list>[class*=col],#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list>[class*=col],#hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],#hitsCategories .content_cms .cms_content_row .ais-Hits-list.cms_row>[class*=col],#hitsCategories .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row>[class*=col],#hitsCategories .marges.ais-Hits-list>[class*=col],#hitsCategories .marges.ais-InfiniteHits-list>[class*=col],#hitsCategories .row.ais-Hits-list>[class*=col],#hitsCategories .row.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .marges.aa-List>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-PanelSections.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-PanelSections.cms_row>[class*=col],#result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-PanelSections>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_])>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row>[class*=col],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .marges.aa-Source>[class*=col],.card_edito_inline #hits .ais-Hits-list.col_infos>[class*=col],.card_edito_inline #hits .ais-InfiniteHits-list.col_infos>[class*=col],.card_edito_inline #hitsArticle .ais-Hits-list.col_infos>[class*=col],.card_edito_inline #hitsArticle .ais-InfiniteHits-list.col_infos>[class*=col],.card_edito_inline #hitsCategories .ais-Hits-list.col_infos>[class*=col],.card_edito_inline #hitsCategories .ais-InfiniteHits-list.col_infos>[class*=col],.card_edito_inline .content_cms .cms_content_row .col_infos.cms_row>[class*=col],.card_edito_inline .content_cms .col_infos.cms_content_row:not([class*=box_])>[class*=col],.card_edito_inline .marges.col_infos>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_])>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row>[class*=col],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-Source>[class*=col],.content_cms #hits .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_])>[class*=col],.content_cms .card_edito_inline .col_infos.cms_content_row:not([class*=box_])>[class*=col],.content_cms .cms_content_row #hits .ais-Hits-list.cms_row>[class*=col],.content_cms .cms_content_row #hits .ais-InfiniteHits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsArticle .ais-Hits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsArticle .ais-InfiniteHits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsCategories .ais-Hits-list.cms_row>[class*=col],.content_cms .cms_content_row #hitsCategories .ais-InfiniteHits-list.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row>[class*=col],.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_row>[class*=col],.content_cms .cms_content_row .card_edito_inline .col_infos.cms_row>[class*=col],.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row>[class*=col],.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_row>[class*=col],.content_cms .cms_content_row .row.cms_row>[class*=col],.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_])>[class*=col],.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_])>[class*=col],.content_cms .row.cms_content_row:not([class*=box_])>[class*=col],.row.marges>[class*=col]{padding-left:4px;padding-right:4px}}#hits .no_wrap.ais-Hits-list,#hits .no_wrap.ais-InfiniteHits-list,#hitsArticle .no_wrap.ais-Hits-list,#hitsArticle .no_wrap.ais-InfiniteHits-list,#hitsCategories .no_wrap.ais-Hits-list,#hitsCategories .no_wrap.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .no_wrap.aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout .no_wrap.aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .no_wrap.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .no_wrap.aa-Source,.card_edito_inline .no_wrap.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .no_wrap.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .no_wrap.aa-Source,.row.no_wrap{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap}#page_wrapper footer,#page_wrapper header,.col_content{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:auto}#page_wrapper main,.col_auto{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:auto}#hits .ais-Hits-list .ais-Hits-item,#hits .ais-Hits-list .ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .ais-Hits-item,#hits .ais-InfiniteHits-list .ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .ais-Hits-item,#hitsCategories .ais-Hits-list .ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item,.col_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}#hitsArticle .ais-Hits-list .ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top,.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;max-width:100%}@media (min-width:576px){.col_sm_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_sm_0,.col_sm_1{display:inline-block}.col_sm_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_sm_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;display:inline-block;max-width:16.6666666667%}#hits .ais-Hits-list .ais-Hits-item,#hits .ais-Hits-list .ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .ais-Hits-item,#hits .ais-InfiniteHits-list .ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .ais-Hits-item,#hitsCategories .ais-Hits-list .ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item,.col_sm_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;display:inline-block;max-width:25%}.col_sm_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_sm_4,.col_sm_5{display:inline-block}.col_sm_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_sm_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_sm_6,.col_sm_7{display:inline-block}.col_sm_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_sm_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}.col_sm_8,.col_sm_9{display:inline-block}.col_sm_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;max-width:75%}.col_sm_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_sm_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_sm_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_sm{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_sm{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_sm,.col_content_sm{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_sm{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}@media (min-width:768px){.col_md_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_md_0,.col_md_1{display:inline-block}.col_md_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_md_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;display:inline-block;max-width:16.6666666667%}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left,.col_md_3,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;display:inline-block;max-width:25%}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item,.col_md_4,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;display:inline-block;max-width:33.3333333333%}.col_md_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;display:inline-block;max-width:41.6666666667%}#hitsArticle .ais-Hits-list .ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item,.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;display:inline-block;max-width:50%}.col_md_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;display:inline-block;max-width:58.3333333333%}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right,.col_md_8,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;display:inline-block;max-width:66.6666666667%}.col_md_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;display:inline-block;max-width:75%}.col_md_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_md_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_md_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_md{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_md{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_md,.col_content_md{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_md{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}@media (min-width:1024px){.col_lg_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_lg_0,.col_lg_1{display:inline-block}.col_lg_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left,.col_lg_2,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;display:inline-block;max-width:16.6666666667%}.col_lg_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;max-width:25%}.col_lg_3,.col_lg_4{display:inline-block}.col_lg_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_lg_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_lg_5,.col_lg_6{display:inline-block}.col_lg_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_lg_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_lg_7,.col_lg_8{display:inline-block}.col_lg_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right,.col_lg_9,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;display:inline-block;max-width:75%}.col_lg_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_lg_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_lg_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_lg{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_lg{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_lg,.col_content_lg{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_lg{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}.card_edito_inline .col_infos,.x_start{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source,.x_between{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify}.card_edito_inline .col_infos,.y_items_center{align-items:center;-webkit-align-items:center;-ms-flex-align:center}#page_wrapper,#page_wrapper main,.card_edito_inline .col_infos,.d_flex,.y_items_center{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top,.order_first{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left,.order_last{order:1;-webkit-flex-order:1;-ms-flex-order:1}@media (min-width:768px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left,.order_first_md{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}.order_last_md{order:1;-webkit-flex-order:1;-ms-flex-order:1}}#page_wrapper,#page_wrapper main,.direction_y{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#page_wrapper main>[class^=col],#page_wrapper>[class^=col],.direction_y>[class^=col]{-ms-flex-preferred-size:auto}.card_edito_inline .col_infos,.h_full{height:100%}.body_lock{overflow:hidden;overflow-scrolling:touch!important;-webkit-overflow-scrolling:touch!important}@media (-ms-high-contrast:active),(-ms-high-contrast:none),(pointer:fine){.body_lock.body_padding{width:calc(100vw - 15px)}}.modale{background:#fff;left:50%;max-height:100vh;max-width:100%;opacity:0;overflow-y:hidden;position:fixed;top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;width:100%;z-index:3}.modale.modale_open{opacity:1;visibility:visible}@media (min-width:768px){.modale.modale_center{left:50%;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}}.modale_header{padding:24px 72px 24px 24px}.modale_header .modale_close{padding:0;position:absolute;right:24px;top:24px}@media (max-width:calc(768px - 1px)){.modale_header{padding:12px 36px 12px 12px}.modale_header .modale_close{right:12px;top:12px}}.modale_body{margin-right:24px;overflow:auto;padding-left:24px;padding-right:12px;position:relative}@media (max-width:calc(768px - 1px)){.modale_body{margin-right:12px;padding-left:12px;padding-right:6px}}.modale_footer{padding:24px}@media (max-width:calc(768px - 1px)){.modale_footer{padding:12px}}.modale_overlay{background-color:#000;bottom:0;cursor:pointer;left:0;opacity:0;position:fixed;right:0;top:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;z-index:2}.modale_overlay.modale_open{opacity:.75;visibility:visible}.modale_cover{height:100%;max-height:inherit;max-width:100%;top:0;width:100%}.modale_cover .modale_footer{bottom:0;left:0;position:fixed;right:0}.modale_xs{width:440px}@media (max-width:calc(440px - 1px)){.modale_cover_xs{height:100%;max-height:inherit;max-width:100%;top:0;width:100%}.modale_cover_xs .modale_footer{bottom:0;left:0;position:fixed;right:0}}.modale_sm{width:576px}@media (max-width:calc(576px - 1px)){.modale_cover_sm{height:100%;max-height:inherit;max-width:100%;top:0;width:100%}.modale_cover_sm .modale_footer{bottom:0;left:0;position:fixed;right:0}}.modale_md{width:768px}@media (max-width:calc(768px - 1px)){.modale_cover_md{height:100%;max-height:inherit;max-width:100%;top:0;width:100%}.modale_cover_md .modale_footer{bottom:0;left:0;position:fixed;right:0}}.modale_lg{width:1024px}@media (max-width:calc(1024px - 1px)){.modale_cover_lg{height:100%;max-height:inherit;max-width:100%;top:0;width:100%}.modale_cover_lg .modale_footer{bottom:0;left:0;position:fixed;right:0}}.modale_xl{width:1230px}@media (max-width:calc(1230px - 1px)){.modale_cover_xl{height:100%;max-height:inherit;max-width:100%;top:0;width:100%}.modale_cover_xl .modale_footer{bottom:0;left:0;position:fixed;right:0}}[id^=onglet]{display:none}[id^=onglet].actif{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.accordion .accordion_header span[aria-hidden=true]:before,.icon-chevron:before{content:"\e002"}.bloc_reassurances_half .reassurance:focus .btn_cta.link_cta:not(.link_cta):not(:disabled):not(.disabled),.bloc_reassurances_half .reassurance:hover .btn_cta.link_cta:not(.link_cta):not(:disabled):not(.disabled),.btn_cta:not(.link_cta):not(:disabled):not(.disabled).hover,.card_product:focus .ck-content .btn_cta.content_link:not(.link_cta):not(:disabled):not(.disabled),.card_product:hover .ck-content .btn_cta.content_link:not(.link_cta):not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.content_link:not(.link_cta):not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.link_cta:not(.link_cta):not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.content_link:not(.link_cta):not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.link_cta:not(.link_cta):not(:disabled):not(.disabled){background:#f5d6bd}.bloc_reassurances_half .reassurance:focus .btn_cta.link_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled),.bloc_reassurances_half .reassurance:hover .btn_cta.link_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled),.btn_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled).hover,.card_product:focus .ck-content .btn_cta.content_link:not(.link_cta).btn_black:not(:disabled):not(.disabled),.card_product:hover .ck-content .btn_cta.content_link:not(.link_cta).btn_black:not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.content_link:not(.link_cta).btn_black:not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.link_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.content_link:not(.link_cta).btn_black:not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.link_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled){background:#585858}.bloc_reassurances_half .reassurance:focus .btn_cta.link_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled),.bloc_reassurances_half .reassurance:hover .btn_cta.link_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled),.btn_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled).hover,.card_product:focus .ck-content .btn_cta.content_link:not(.link_cta).btn_white:not(:disabled):not(.disabled),.card_product:hover .ck-content .btn_cta.content_link:not(.link_cta).btn_white:not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.content_link:not(.link_cta).btn_white:not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.link_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.content_link:not(.link_cta).btn_white:not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.link_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled){background:#f9f9f9}.bloc_reassurances_half .reassurance:focus .btn_cta.link_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled),.bloc_reassurances_half .reassurance:hover .btn_cta.link_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled),.btn_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled).hover,.card_product:focus .ck-content .btn_cta.content_link:not(.link_cta).btn_lines:not(:disabled):not(.disabled),.card_product:hover .ck-content .btn_cta.content_link:not(.link_cta).btn_lines:not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.content_link:not(.link_cta).btn_lines:not(:disabled):not(.disabled),a.card_edito:focus .ck-content .btn_cta.link_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.content_link:not(.link_cta).btn_lines:not(:disabled):not(.disabled),a.card_edito:hover .ck-content .btn_cta.link_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled){background:#f9f9f9;border-color:#f9f9f9}.bloc_reassurances_half .reassurance:focus .link_cta:before,.bloc_reassurances_half .reassurance:hover .link_cta:before,.card_product:focus .ck-content .link_cta.content_link:before,.card_product:hover .ck-content .link_cta.content_link:before,.link_cta.hover:before,a.card_edito:focus .ck-content .link_cta:before,a.card_edito:hover .ck-content .link_cta:before{background-position:center left 32px}.bloc_reassurances_half .reassurance:focus .link_cta:after,.bloc_reassurances_half .reassurance:hover .link_cta:after,.card_product:focus .ck-content .link_cta.content_link:after,.card_product:hover .ck-content .link_cta.content_link:after,.link_cta.hover:after,a.card_edito:focus .ck-content .link_cta:after,a.card_edito:hover .ck-content .link_cta:after{background-position:center left 54px}.bloc_reassurances_half .reassurance:focus .link_cta.link_next:before,.bloc_reassurances_half .reassurance:hover .link_cta.link_next:before,.card_product:focus .ck-content .link_cta.link_next.content_link:before,.card_product:hover .ck-content .link_cta.link_next.content_link:before,.link_cta.link_next.hover:before,a.card_edito:focus .ck-content .link_cta.link_next:before,a.card_edito:hover .ck-content .link_cta.link_next:before{background-position:center right 10px}.bloc_reassurances_half .reassurance:focus .link_cta.link_next:after,.bloc_reassurances_half .reassurance:hover .link_cta.link_next:after,.card_product:focus .ck-content .link_cta.link_next.content_link:after,.card_product:hover .ck-content .link_cta.link_next.content_link:after,.link_cta.link_next.hover:after,a.card_edito:focus .ck-content .link_cta.link_next:after,a.card_edito:hover .ck-content .link_cta.link_next:after{background-position:center right 32px}.bloc_reassurances_half .reassurance:focus .link_cta.link_back:before,.bloc_reassurances_half .reassurance:hover .link_cta.link_back:before,.card_product:focus .ck-content .link_cta.link_back.content_link:before,.card_product:hover .ck-content .link_cta.link_back.content_link:before,.link_cta.link_back.hover:before,a.card_edito:focus .ck-content .link_cta.link_back:before,a.card_edito:hover .ck-content .link_cta.link_back:before{background-position:center left 6px}.bloc_reassurances_half .reassurance:focus .link_cta.link_back:after,.bloc_reassurances_half .reassurance:hover .link_cta.link_back:after,.card_product:focus .ck-content .link_cta.link_back.content_link:after,.card_product:hover .ck-content .link_cta.link_back.content_link:after,.link_cta.link_back.hover:after,a.card_edito:focus .ck-content .link_cta.link_back:after,a.card_edito:hover .ck-content .link_cta.link_back:after{background-position:center left 22px}.bloc_reassurances_half .reassurance:focus .content_link.link_cta:before,.bloc_reassurances_half .reassurance:hover .content_link.link_cta:before,.card_product:focus .ck-content .content_link:before,.card_product:hover .ck-content .content_link:before,.content_link.hover:before,a.card_edito:focus .ck-content .content_link:before,a.card_edito:hover .ck-content .content_link:before{left:0;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.bloc_reassurances_half .reassurance:focus .content_link.link_cta:after,.bloc_reassurances_half .reassurance:hover .content_link.link_cta:after,.card_product:focus .ck-content .content_link:after,.card_product:hover .ck-content .content_link:after,.content_link.hover:after,a.card_edito:focus .ck-content .content_link:after,a.card_edito:hover .ck-content .content_link:after{left:130%;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}*{outline:0 solid hsla(27,74%,85%,0)!important}:focus-visible{outline:4px solid hsla(27,74%,85%,.6)!important}#skip_to_content{background-color:#121212;color:#fff;font-size:1em;left:0;opacity:0;padding:10px;position:fixed;text-align:center;top:-9999px;width:100%;z-index:999}#skip_to_content:focus-visible{opacity:1;top:0}.sr-only{height:1px;left:-10000em;overflow:hidden;position:absolute;top:-10000em;width:1px}.bg_beige *,.info_banner *{outline:0 solid rgba(88,88,88,0)!important}.bg_beige :focus-visible,.info_banner :focus-visible{outline:4px solid rgba(88,88,88,.6)!important}nav.pagination .pagination_previous{margin-right:12px}nav.pagination .pagination_next{margin-left:10px}nav.pagination .pagination_item:not(.pagination_previous):not(.pagination_next){color:#121212;font-family:Inter,sans-serif;font-weight:300;margin:0 6px}nav.pagination .pagination_item:not(.pagination_previous):not(.pagination_next).current{color:#b79e8a;font-family:Inter,sans-serif;font-weight:500}nav.pagination .disabled{opacity:.5}@media (max-width:calc(440px - 1px)){.ck-content [class*=titre_]{margin-bottom:15px}}@media (min-width:440px){.ck-content [class*=titre_]{margin-bottom:calc(1.07595px + 3.16456vw)}}@media (min-width:1230px){.ck-content [class*=titre_]{margin-bottom:40px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h1{font-size:40px}}@media (min-width:440px){.ck-content .titre_h1{font-size:calc(12.1519px + 6.32911vw)}}@media (min-width:1230px){.ck-content .titre_h1{font-size:90px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h1{line-height:50px}}@media (min-width:440px){.ck-content .titre_h1{line-height:calc(22.1519px + 6.32911vw)}}@media (min-width:1230px){.ck-content .titre_h1{line-height:100px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h2{font-size:25px}}@media (min-width:440px){.ck-content .titre_h2{font-size:calc(19.43038px + 1.26582vw)}}@media (min-width:1230px){.ck-content .titre_h2{font-size:35px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h2{line-height:35px}}@media (min-width:440px){.ck-content .titre_h2{line-height:calc(18.29114px + 3.79747vw)}}@media (min-width:1230px){.ck-content .titre_h2{line-height:65px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h3{font-size:20px}}@media (min-width:440px){.ck-content .titre_h3{font-size:calc(11.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content .titre_h3{font-size:35px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h3{line-height:30px}}@media (min-width:440px){.ck-content .titre_h3{line-height:calc(21.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content .titre_h3{line-height:45px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h3{margin-bottom:10px}}@media (min-width:440px){.ck-content .titre_h3{margin-bottom:calc(1.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content .titre_h3{margin-bottom:25px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h4{font-size:20px}}@media (min-width:440px){.ck-content .titre_h4{font-size:calc(15.5443px + 1.01266vw)}}@media (min-width:1230px){.ck-content .titre_h4{font-size:28px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h4{line-height:26px}}@media (min-width:440px){.ck-content .titre_h4{line-height:calc(20.98734px + 1.13924vw)}}@media (min-width:1230px){.ck-content .titre_h4{line-height:35px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h4{margin-bottom:10px}}@media (min-width:440px){.ck-content .titre_h4{margin-bottom:calc(1.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content .titre_h4{margin-bottom:25px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h5{font-size:16px}}@media (min-width:440px){.ck-content .titre_h5{font-size:calc(10.98734px + 1.13924vw)}}@media (min-width:1230px){.ck-content .titre_h5{font-size:25px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h5{line-height:22px}}@media (min-width:440px){.ck-content .titre_h5{line-height:calc(16.43038px + 1.26582vw)}}@media (min-width:1230px){.ck-content .titre_h5{line-height:32px}}@media (max-width:calc(440px - 1px)){.ck-content .titre_h5{margin-bottom:10px}}@media (min-width:440px){.ck-content .titre_h5{margin-bottom:calc(1.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content .titre_h5{margin-bottom:25px}}@media (max-width:calc(440px - 1px)){.ck-content .subtitle{font-size:12px}}@media (min-width:440px){.ck-content .subtitle{font-size:12px}}@media (min-width:1230px){.ck-content .subtitle{font-size:12px}}@media (max-width:calc(440px - 1px)){.ck-content .subtitle{line-height:17px}}@media (min-width:440px){.ck-content .subtitle{line-height:17px}}@media (min-width:1230px){.ck-content .subtitle{line-height:17px}}@media (max-width:calc(440px - 1px)){.ck-content .subtitle{margin-bottom:0}}@media (min-width:440px){.ck-content .subtitle{margin-bottom:0}}@media (min-width:1230px){.ck-content .subtitle{margin-bottom:0}}@media (max-width:calc(440px - 1px)){.ck-content .subtitle_spaced{font-size:13px}}@media (min-width:440px){.ck-content .subtitle_spaced{font-size:calc(10.21519px + .63291vw)}}@media (min-width:1230px){.ck-content .subtitle_spaced{font-size:18px}}@media (max-width:calc(440px - 1px)){.ck-content .subtitle_spaced{line-height:16px}}@media (min-width:440px){.ck-content .subtitle_spaced{line-height:calc(13.21519px + .63291vw)}}@media (min-width:1230px){.ck-content .subtitle_spaced{line-height:21px}}@media (max-width:calc(440px - 1px)){.ck-content .subtitle_spaced{letter-spacing:2px}}@media (min-width:440px){.ck-content .subtitle_spaced{letter-spacing:calc(.32911px + .37975vw)}}@media (min-width:1230px){.ck-content .subtitle_spaced{letter-spacing:5px}}@media (max-width:calc(440px - 1px)){.ck-content .subtitle_spaced{margin-bottom:15px}}@media (min-width:440px){.ck-content .subtitle_spaced{margin-bottom:calc(1.07595px + 3.16456vw)}}@media (min-width:1230px){.ck-content .subtitle_spaced{margin-bottom:40px}}@media (max-width:calc(440px - 1px)){.ck-content li,.ck-content p{font-size:14px}}@media (min-width:440px){.ck-content li,.ck-content p{font-size:calc(12.88608px + .25316vw)}}@media (min-width:1230px){.ck-content li,.ck-content p{font-size:16px}}@media (max-width:calc(440px - 1px)){.ck-content li,.ck-content p{line-height:22px}}@media (min-width:440px){.ck-content li,.ck-content p{line-height:calc(19.77215px + .50633vw)}}@media (min-width:1230px){.ck-content li,.ck-content p{line-height:26px}}@media (max-width:calc(440px - 1px)){.ck-content ol,.ck-content p,.ck-content ul{margin-bottom:15px}}@media (min-width:440px){.ck-content ol,.ck-content p,.ck-content ul{margin-bottom:calc(9.43038px + 1.26582vw)}}@media (min-width:1230px){.ck-content ol,.ck-content p,.ck-content ul{margin-bottom:25px}}@media (max-width:calc(440px - 1px)){.ck-content ol li+li,.ck-content ul li+li{margin-top:4px}}@media (min-width:440px){.ck-content ol li+li,.ck-content ul li+li{margin-top:4px}}@media (min-width:1230px){.ck-content ol li+li,.ck-content ul li+li{margin-top:4px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote{margin-top:25px}}@media (min-width:440px){.ck-content blockquote{margin-top:calc(16.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content blockquote{margin-top:40px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote{margin-bottom:25px}}@media (min-width:440px){.ck-content blockquote{margin-bottom:calc(16.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content blockquote{margin-bottom:40px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote{padding-top:20px}}@media (min-width:440px){.ck-content blockquote{padding-top:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){.ck-content blockquote{padding-top:40px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote p{font-size:18px}}@media (min-width:440px){.ck-content blockquote p{font-size:calc(11.31646px + 1.51899vw)}}@media (min-width:1230px){.ck-content blockquote p{font-size:30px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote p{line-height:24px}}@media (min-width:440px){.ck-content blockquote p{line-height:calc(12.3038px + 2.65823vw)}}@media (min-width:1230px){.ck-content blockquote p{line-height:45px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote p:before{width:25px}}@media (min-width:440px){.ck-content blockquote p:before{width:calc(16.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content blockquote p:before{width:40px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote p:before{height:25px}}@media (min-width:440px){.ck-content blockquote p:before{height:calc(16.64557px + 1.89873vw)}}@media (min-width:1230px){.ck-content blockquote p:before{height:40px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote p:before{top:-15px}}@media (min-width:440px){.ck-content blockquote p:before{top:calc(-9.43038px - 1.26582vw)}}@media (min-width:1230px){.ck-content blockquote p:before{top:-25px}}@media (max-width:calc(440px - 1px)){.ck-content blockquote p:before{left:-30px}}@media (min-width:440px){.ck-content blockquote p:before{left:calc(-21.64557px - 1.89873vw)}}@media (min-width:1230px){.ck-content blockquote p:before{left:-45px}}.ck-content{color:#121212}.ck-content>:last-child{margin-bottom:0}.ck-content [class*=titre_]{font-family:HernandezBrosRegular,serif;font-weight:400}.ck-content [class*=titre_] b,.ck-content [class*=titre_] strong{font-family:HernandezBrosRegular,serif;font-weight:400;font-weight:700}.ck-content .subtitle{color:#8f8f8f;font-weight:700}.ck-content .subtitle,.ck-content .subtitle_spaced{font-family:Inter,sans-serif;text-transform:uppercase}.ck-content .subtitle_spaced{color:#121212;font-weight:400}.ck-content ol,.ck-content ul{display:block}.ck-content ol li,.ck-content ul li{display:block;position:relative}.ck-content ul li{padding-left:12px}.ck-content ul li:before{content:"-";left:0;position:absolute;top:0}.ck-content ol{counter-reset:li}.ck-content ol li{counter-increment:li;padding-left:24px}.ck-content ol li:before{content:counter(li) " -";left:0;position:absolute;top:0}.ck-content .xbig{font-size:1.5rem}.ck-content .big{font-size:1.25rem}.ck-content .medium{font-size:1.25rem;line-height:1.625rem}.ck-content .small,.side_panel .panel_wrapper .panel_inner .panel_content .ck-content.txt_size p{font-size:.875rem;line-height:1.6rem}.ck-content .xsmall{font-size:.75rem;line-height:1.4rem}.ck-content .in_cart,.ck-content .in_wishlist{color:#d00000;text-transform:uppercase}.ck-content .in_wishlist{margin-top:6px!important}.ck-content b,.ck-content strong{font-family:Inter,sans-serif;font-weight:700}.ck-content i{font-style:italic}.ck-content blockquote{padding-left:15%;position:relative}.ck-content blockquote:first-child{margin-top:0}.ck-content blockquote:before{background:#ffe8d6;bottom:0;content:"";left:0;position:absolute;top:0;width:6px}.ck-content blockquote p{display:block;font-family:Inter,sans-serif;font-weight:500}.ck-content blockquote p:first-child{position:relative}.ck-content blockquote p:first-child:before{background:url(https://media.resee.com/build/shop/images/quote.3b7a27ed.svg) no-repeat 50%;background-size:60%;content:"";position:absolute}.ck-content blockquote p:last-child{margin:0}.ck-content blockquote.no_border{padding-left:0}.ck-content blockquote.no_border:before{display:none}.ck-content a:not(.btn_cta):not(.link_cta):not(.underline){color:inherit;display:inline;font-family:Inter,sans-serif;font-weight:500;opacity:1;text-decoration:underline;text-decoration-thickness:1px;text-underline-position:under;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.ck-content a:not(.btn_cta):not(.link_cta):not(.underline):focus,.ck-content a:not(.btn_cta):not(.link_cta):not(.underline):hover{opacity:.7}.ck-content a:not(.btn_cta):not(.link_cta):not(.underline).no_bold{font-family:Inter,sans-serif;font-weight:300}.ck-content a:not(.btn_cta):not(.link_cta):not(.underline).no_underline:not(.no_over_underline){text-decoration:none}.ck-content a:not(.btn_cta):not(.link_cta):not(.underline).no_underline:not(.no_over_underline):focus,.ck-content a:not(.btn_cta):not(.link_cta):not(.underline).no_underline:not(.no_over_underline):hover{text-decoration:underline}.ck-content a:not(.btn_cta):not(.link_cta):not(.underline).no_underline.no_over_underline,.ck-content a:not(.btn_cta):not(.link_cta):not(.underline).no_underline.no_over_underline:focus,.ck-content a:not(.btn_cta):not(.link_cta):not(.underline).no_underline.no_over_underline:hover{text-decoration:none}.ck-content .link,.ck-content .underline{text-decoration:underline;text-decoration-thickness:1px;text-underline-position:under}.ck-content .underline{color:inherit;display:inline;font:inherit}.ck-content a.link,.ck-content a.underline,.ck-content button.underline{-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.ck-content a.link:focus,.ck-content a.link:hover,.ck-content a.underline:focus,.ck-content a.underline:hover,.ck-content button.underline:focus,.ck-content button.underline:hover{color:#585858}.ck-content .no_margin{margin-bottom:0}.ck-content .small_margin{margin-bottom:10px}.ck-content .grey{color:#585858}.ck-content.txt_center,.txt_center .ck-content{text-align:center}[class*=titre_] sup,p sup,span sup{display:inline-block;font-size:.7em;margin-top:-1em;vertical-align:middle}[class*=titre_] sub,p sub,span sub{display:inline-block;font-size:.7em;margin-bottom:-.7em;vertical-align:middle}.three_interest{margin:8px 0;padding:8px;text-align:center}.three_interest p{font-size:.875em;line-height:18px}.three_interest p strong{display:inline!important;font-family:Inter,sans-serif;font-weight:700;text-transform:none!important}.three_interest p img{display:inline-block;height:19px;margin-top:-2px;vertical-align:middle}.three_interest p #klarna_logo{height:14px}@media (max-width:calc(576px - 1px)){.three_interest p{font-size:12px;line-height:16px}.three_interest p img{height:17px}}.loader{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:64px;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);width:64px}.loader:after,.loader:before{border:1px solid transparent;border-radius:100%;border-top-color:#585858;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.loader:before{animation:spin 1.5s infinite;z-index:100}.loader:after{border-color:#bdbdbd}@media (max-width:calc(768px - 1px)){.loader{height:48px;width:48px}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.iti{display:inline-block;position:relative}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{margin-bottom:0!important;margin-right:0;margin-top:0!important;padding-right:36px;position:relative;z-index:0}.iti__flag-container{bottom:0;padding:1px;position:absolute;right:0;top:0}.iti__selected-flag{align-items:center;display:flex;height:100%;padding:0 6px 0 8px;position:relative;z-index:1}.iti__arrow{border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;height:0;margin-left:6px;width:0}.iti__arrow--up{border-bottom:4px solid #555;border-top:none}.iti__country-list{background-color:#fff;border:1px solid #ccc;box-shadow:1px 1px 4px rgba(0,0,0,.2);list-style:none;margin:0 0 0 -1px;max-height:200px;overflow-y:scroll;padding:0;position:absolute;text-align:left;white-space:nowrap;z-index:2;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.iti__country{outline:none;padding:5px 10px}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{margin-left:0;padding-left:52px;padding-right:6px}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{left:0;right:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{left:-1000px;padding:1px;position:absolute;top:-1000px;z-index:1060}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{bottom:30px;left:30px;position:fixed;right:30px;top:30px}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{line-height:1.5em;padding:10px}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{background-position:0 0;height:10px}.iti__flag.iti__ad{background-position:-22px 0;height:14px}.iti__flag.iti__ae{background-position:-44px 0;height:10px}.iti__flag.iti__af{background-position:-66px 0;height:14px}.iti__flag.iti__ag{background-position:-88px 0;height:14px}.iti__flag.iti__ai{background-position:-110px 0;height:10px}.iti__flag.iti__al{background-position:-132px 0;height:15px}.iti__flag.iti__am{background-position:-154px 0;height:10px}.iti__flag.iti__ao{background-position:-176px 0;height:14px}.iti__flag.iti__aq{background-position:-198px 0;height:14px}.iti__flag.iti__ar{background-position:-220px 0;height:13px}.iti__flag.iti__as{background-position:-242px 0;height:10px}.iti__flag.iti__at{background-position:-264px 0;height:14px}.iti__flag.iti__au{background-position:-286px 0;height:10px}.iti__flag.iti__aw{background-position:-308px 0;height:14px}.iti__flag.iti__ax{background-position:-330px 0;height:13px}.iti__flag.iti__az{background-position:-352px 0;height:10px}.iti__flag.iti__ba{background-position:-374px 0;height:10px}.iti__flag.iti__bb{background-position:-396px 0;height:14px}.iti__flag.iti__bd{background-position:-418px 0;height:12px}.iti__flag.iti__be{background-position:-440px 0;height:15px}.iti__flag.iti__bf{background-position:-460px 0;height:14px}.iti__flag.iti__bg{background-position:-482px 0;height:12px}.iti__flag.iti__bh{background-position:-504px 0;height:12px}.iti__flag.iti__bi{background-position:-526px 0;height:12px}.iti__flag.iti__bj{background-position:-548px 0;height:14px}.iti__flag.iti__bl{background-position:-570px 0;height:14px}.iti__flag.iti__bm{background-position:-592px 0;height:10px}.iti__flag.iti__bn{background-position:-614px 0;height:10px}.iti__flag.iti__bo{background-position:-636px 0;height:14px}.iti__flag.iti__bq{background-position:-658px 0;height:14px}.iti__flag.iti__br{background-position:-680px 0;height:14px}.iti__flag.iti__bs{background-position:-702px 0;height:10px}.iti__flag.iti__bt{background-position:-724px 0;height:14px}.iti__flag.iti__bv{background-position:-746px 0;height:15px}.iti__flag.iti__bw{background-position:-768px 0;height:14px}.iti__flag.iti__by{background-position:-790px 0;height:10px}.iti__flag.iti__bz{background-position:-812px 0;height:14px}.iti__flag.iti__ca{background-position:-834px 0;height:10px}.iti__flag.iti__cc{background-position:-856px 0;height:10px}.iti__flag.iti__cd{background-position:-878px 0;height:15px}.iti__flag.iti__cf{background-position:-900px 0;height:14px}.iti__flag.iti__cg{background-position:-922px 0;height:14px}.iti__flag.iti__ch{background-position:-944px 0;height:15px}.iti__flag.iti__ci{background-position:-961px 0;height:14px}.iti__flag.iti__ck{background-position:-983px 0;height:10px}.iti__flag.iti__cl{background-position:-1005px 0;height:14px}.iti__flag.iti__cm{background-position:-1027px 0;height:14px}.iti__flag.iti__cn{background-position:-1049px 0;height:14px}.iti__flag.iti__co{background-position:-1071px 0;height:14px}.iti__flag.iti__cp{background-position:-1093px 0;height:14px}.iti__flag.iti__cr{background-position:-1115px 0;height:12px}.iti__flag.iti__cu{background-position:-1137px 0;height:10px}.iti__flag.iti__cv{background-position:-1159px 0;height:12px}.iti__flag.iti__cw{background-position:-1181px 0;height:14px}.iti__flag.iti__cx{background-position:-1203px 0;height:10px}.iti__flag.iti__cy{background-position:-1225px 0;height:14px}.iti__flag.iti__cz{background-position:-1247px 0;height:14px}.iti__flag.iti__de{background-position:-1269px 0;height:12px}.iti__flag.iti__dg{background-position:-1291px 0;height:10px}.iti__flag.iti__dj{background-position:-1313px 0;height:14px}.iti__flag.iti__dk{background-position:-1335px 0;height:15px}.iti__flag.iti__dm{background-position:-1357px 0;height:10px}.iti__flag.iti__do{background-position:-1379px 0;height:14px}.iti__flag.iti__dz{background-position:-1401px 0;height:14px}.iti__flag.iti__ea{background-position:-1423px 0;height:14px}.iti__flag.iti__ec{background-position:-1445px 0;height:14px}.iti__flag.iti__ee{background-position:-1467px 0;height:13px}.iti__flag.iti__eg{background-position:-1489px 0;height:14px}.iti__flag.iti__eh{background-position:-1511px 0;height:10px}.iti__flag.iti__er{background-position:-1533px 0;height:10px}.iti__flag.iti__es{background-position:-1555px 0;height:14px}.iti__flag.iti__et{background-position:-1577px 0;height:10px}.iti__flag.iti__eu{background-position:-1599px 0;height:14px}.iti__flag.iti__fi{background-position:-1621px 0;height:12px}.iti__flag.iti__fj{background-position:-1643px 0;height:10px}.iti__flag.iti__fk{background-position:-1665px 0;height:10px}.iti__flag.iti__fm{background-position:-1687px 0;height:11px}.iti__flag.iti__fo{background-position:-1709px 0;height:15px}.iti__flag.iti__fr{background-position:-1731px 0;height:14px}.iti__flag.iti__ga{background-position:-1753px 0;height:15px}.iti__flag.iti__gb{background-position:-1775px 0;height:10px}.iti__flag.iti__gd{background-position:-1797px 0;height:12px}.iti__flag.iti__ge{background-position:-1819px 0;height:14px}.iti__flag.iti__gf{background-position:-1841px 0;height:14px}.iti__flag.iti__gg{background-position:-1863px 0;height:14px}.iti__flag.iti__gh{background-position:-1885px 0;height:14px}.iti__flag.iti__gi{background-position:-1907px 0;height:10px}.iti__flag.iti__gl{background-position:-1929px 0;height:14px}.iti__flag.iti__gm{background-position:-1951px 0;height:14px}.iti__flag.iti__gn{background-position:-1973px 0;height:14px}.iti__flag.iti__gp{background-position:-1995px 0;height:14px}.iti__flag.iti__gq{background-position:-2017px 0;height:14px}.iti__flag.iti__gr{background-position:-2039px 0;height:14px}.iti__flag.iti__gs{background-position:-2061px 0;height:10px}.iti__flag.iti__gt{background-position:-2083px 0;height:13px}.iti__flag.iti__gu{background-position:-2105px 0;height:11px}.iti__flag.iti__gw{background-position:-2127px 0;height:10px}.iti__flag.iti__gy{background-position:-2149px 0;height:12px}.iti__flag.iti__hk{background-position:-2171px 0;height:14px}.iti__flag.iti__hm{background-position:-2193px 0;height:10px}.iti__flag.iti__hn{background-position:-2215px 0;height:10px}.iti__flag.iti__hr{background-position:-2237px 0;height:10px}.iti__flag.iti__ht{background-position:-2259px 0;height:12px}.iti__flag.iti__hu{background-position:-2281px 0;height:10px}.iti__flag.iti__ic{background-position:-2303px 0;height:14px}.iti__flag.iti__id{background-position:-2325px 0;height:14px}.iti__flag.iti__ie{background-position:-2347px 0;height:10px}.iti__flag.iti__il{background-position:-2369px 0;height:15px}.iti__flag.iti__im{background-position:-2391px 0;height:10px}.iti__flag.iti__in{background-position:-2413px 0;height:14px}.iti__flag.iti__io{background-position:-2435px 0;height:10px}.iti__flag.iti__iq{background-position:-2457px 0;height:14px}.iti__flag.iti__ir{background-position:-2479px 0;height:12px}.iti__flag.iti__is{background-position:-2501px 0;height:15px}.iti__flag.iti__it{background-position:-2523px 0;height:14px}.iti__flag.iti__je{background-position:-2545px 0;height:12px}.iti__flag.iti__jm{background-position:-2567px 0;height:10px}.iti__flag.iti__jo{background-position:-2589px 0;height:10px}.iti__flag.iti__jp{background-position:-2611px 0;height:14px}.iti__flag.iti__ke{background-position:-2633px 0;height:14px}.iti__flag.iti__kg{background-position:-2655px 0;height:12px}.iti__flag.iti__kh{background-position:-2677px 0;height:13px}.iti__flag.iti__ki{background-position:-2699px 0;height:10px}.iti__flag.iti__km{background-position:-2721px 0;height:12px}.iti__flag.iti__kn{background-position:-2743px 0;height:14px}.iti__flag.iti__kp{background-position:-2765px 0;height:10px}.iti__flag.iti__kr{background-position:-2787px 0;height:14px}.iti__flag.iti__kw{background-position:-2809px 0;height:10px}.iti__flag.iti__ky{background-position:-2831px 0;height:10px}.iti__flag.iti__kz{background-position:-2853px 0;height:10px}.iti__flag.iti__la{background-position:-2875px 0;height:14px}.iti__flag.iti__lb{background-position:-2897px 0;height:14px}.iti__flag.iti__lc{background-position:-2919px 0;height:10px}.iti__flag.iti__li{background-position:-2941px 0;height:12px}.iti__flag.iti__lk{background-position:-2963px 0;height:10px}.iti__flag.iti__lr{background-position:-2985px 0;height:11px}.iti__flag.iti__ls{background-position:-3007px 0;height:14px}.iti__flag.iti__lt{background-position:-3029px 0;height:12px}.iti__flag.iti__lu{background-position:-3051px 0;height:12px}.iti__flag.iti__lv{background-position:-3073px 0;height:10px}.iti__flag.iti__ly{background-position:-3095px 0;height:10px}.iti__flag.iti__ma{background-position:-3117px 0;height:14px}.iti__flag.iti__mc{background-position:-3139px 0;height:15px}.iti__flag.iti__md{background-position:-3160px 0;height:10px}.iti__flag.iti__me{background-position:-3182px 0;height:10px}.iti__flag.iti__mf{background-position:-3204px 0;height:14px}.iti__flag.iti__mg{background-position:-3226px 0;height:14px}.iti__flag.iti__mh{background-position:-3248px 0;height:11px}.iti__flag.iti__mk{background-position:-3270px 0;height:10px}.iti__flag.iti__ml{background-position:-3292px 0;height:14px}.iti__flag.iti__mm{background-position:-3314px 0;height:14px}.iti__flag.iti__mn{background-position:-3336px 0;height:10px}.iti__flag.iti__mo{background-position:-3358px 0;height:14px}.iti__flag.iti__mp{background-position:-3380px 0;height:10px}.iti__flag.iti__mq{background-position:-3402px 0;height:14px}.iti__flag.iti__mr{background-position:-3424px 0;height:14px}.iti__flag.iti__ms{background-position:-3446px 0;height:10px}.iti__flag.iti__mt{background-position:-3468px 0;height:14px}.iti__flag.iti__mu{background-position:-3490px 0;height:14px}.iti__flag.iti__mv{background-position:-3512px 0;height:14px}.iti__flag.iti__mw{background-position:-3534px 0;height:14px}.iti__flag.iti__mx{background-position:-3556px 0;height:12px}.iti__flag.iti__my{background-position:-3578px 0;height:10px}.iti__flag.iti__mz{background-position:-3600px 0;height:14px}.iti__flag.iti__na{background-position:-3622px 0;height:14px}.iti__flag.iti__nc{background-position:-3644px 0;height:10px}.iti__flag.iti__ne{background-position:-3666px 0;height:15px}.iti__flag.iti__nf{background-position:-3686px 0;height:10px}.iti__flag.iti__ng{background-position:-3708px 0;height:10px}.iti__flag.iti__ni{background-position:-3730px 0;height:12px}.iti__flag.iti__nl{background-position:-3752px 0;height:14px}.iti__flag.iti__no{background-position:-3774px 0;height:15px}.iti__flag.iti__np{background-position:-3796px 0;height:15px}.iti__flag.iti__nr{background-position:-3811px 0;height:10px}.iti__flag.iti__nu{background-position:-3833px 0;height:10px}.iti__flag.iti__nz{background-position:-3855px 0;height:10px}.iti__flag.iti__om{background-position:-3877px 0;height:10px}.iti__flag.iti__pa{background-position:-3899px 0;height:14px}.iti__flag.iti__pe{background-position:-3921px 0;height:14px}.iti__flag.iti__pf{background-position:-3943px 0;height:14px}.iti__flag.iti__pg{background-position:-3965px 0;height:15px}.iti__flag.iti__ph{background-position:-3987px 0;height:10px}.iti__flag.iti__pk{background-position:-4009px 0;height:14px}.iti__flag.iti__pl{background-position:-4031px 0;height:13px}.iti__flag.iti__pm{background-position:-4053px 0;height:14px}.iti__flag.iti__pn{background-position:-4075px 0;height:10px}.iti__flag.iti__pr{background-position:-4097px 0;height:14px}.iti__flag.iti__ps{background-position:-4119px 0;height:10px}.iti__flag.iti__pt{background-position:-4141px 0;height:14px}.iti__flag.iti__pw{background-position:-4163px 0;height:13px}.iti__flag.iti__py{background-position:-4185px 0;height:11px}.iti__flag.iti__qa{background-position:-4207px 0;height:8px}.iti__flag.iti__re{background-position:-4229px 0;height:14px}.iti__flag.iti__ro{background-position:-4251px 0;height:14px}.iti__flag.iti__rs{background-position:-4273px 0;height:14px}.iti__flag.iti__ru{background-position:-4295px 0;height:14px}.iti__flag.iti__rw{background-position:-4317px 0;height:14px}.iti__flag.iti__sa{background-position:-4339px 0;height:14px}.iti__flag.iti__sb{background-position:-4361px 0;height:10px}.iti__flag.iti__sc{background-position:-4383px 0;height:10px}.iti__flag.iti__sd{background-position:-4405px 0;height:10px}.iti__flag.iti__se{background-position:-4427px 0;height:13px}.iti__flag.iti__sg{background-position:-4449px 0;height:14px}.iti__flag.iti__sh{background-position:-4471px 0;height:10px}.iti__flag.iti__si{background-position:-4493px 0;height:10px}.iti__flag.iti__sj{background-position:-4515px 0;height:15px}.iti__flag.iti__sk{background-position:-4537px 0;height:14px}.iti__flag.iti__sl{background-position:-4559px 0;height:14px}.iti__flag.iti__sm{background-position:-4581px 0;height:15px}.iti__flag.iti__sn{background-position:-4603px 0;height:14px}.iti__flag.iti__so{background-position:-4625px 0;height:14px}.iti__flag.iti__sr{background-position:-4647px 0;height:14px}.iti__flag.iti__ss{background-position:-4669px 0;height:10px}.iti__flag.iti__st{background-position:-4691px 0;height:10px}.iti__flag.iti__sv{background-position:-4713px 0;height:12px}.iti__flag.iti__sx{background-position:-4735px 0;height:14px}.iti__flag.iti__sy{background-position:-4757px 0;height:14px}.iti__flag.iti__sz{background-position:-4779px 0;height:14px}.iti__flag.iti__ta{background-position:-4801px 0;height:10px}.iti__flag.iti__tc{background-position:-4823px 0;height:10px}.iti__flag.iti__td{background-position:-4845px 0;height:14px}.iti__flag.iti__tf{background-position:-4867px 0;height:14px}.iti__flag.iti__tg{background-position:-4889px 0;height:13px}.iti__flag.iti__th{background-position:-4911px 0;height:14px}.iti__flag.iti__tj{background-position:-4933px 0;height:10px}.iti__flag.iti__tk{background-position:-4955px 0;height:10px}.iti__flag.iti__tl{background-position:-4977px 0;height:10px}.iti__flag.iti__tm{background-position:-4999px 0;height:14px}.iti__flag.iti__tn{background-position:-5021px 0;height:14px}.iti__flag.iti__to{background-position:-5043px 0;height:10px}.iti__flag.iti__tr{background-position:-5065px 0;height:14px}.iti__flag.iti__tt{background-position:-5087px 0;height:12px}.iti__flag.iti__tv{background-position:-5109px 0;height:10px}.iti__flag.iti__tw{background-position:-5131px 0;height:14px}.iti__flag.iti__tz{background-position:-5153px 0;height:14px}.iti__flag.iti__ua{background-position:-5175px 0;height:14px}.iti__flag.iti__ug{background-position:-5197px 0;height:14px}.iti__flag.iti__um{background-position:-5219px 0;height:11px}.iti__flag.iti__un{background-position:-5241px 0;height:14px}.iti__flag.iti__us{background-position:-5263px 0;height:11px}.iti__flag.iti__uy{background-position:-5285px 0;height:14px}.iti__flag.iti__uz{background-position:-5307px 0;height:10px}.iti__flag.iti__va{background-position:-5329px 0;height:15px}.iti__flag.iti__vc{background-position:-5346px 0;height:14px}.iti__flag.iti__ve{background-position:-5368px 0;height:14px}.iti__flag.iti__vg{background-position:-5390px 0;height:10px}.iti__flag.iti__vi{background-position:-5412px 0;height:14px}.iti__flag.iti__vn{background-position:-5434px 0;height:14px}.iti__flag.iti__vu{background-position:-5456px 0;height:12px}.iti__flag.iti__wf{background-position:-5478px 0;height:14px}.iti__flag.iti__ws{background-position:-5500px 0;height:10px}.iti__flag.iti__xk{background-position:-5522px 0;height:15px}.iti__flag.iti__ye{background-position:-5544px 0;height:14px}.iti__flag.iti__yt{background-position:-5566px 0;height:14px}.iti__flag.iti__za{background-position:-5588px 0;height:14px}.iti__flag.iti__zm{background-position:-5610px 0;height:14px}.iti__flag.iti__zw{background-position:-5632px 0;height:10px}.iti__flag{background-color:#dbdbdb;background-image:url(https://media.resee.com/build/shop/images/flags.007b2705.png);background-position:20px 0;background-repeat:no-repeat;box-shadow:0 0 1px 0 #888;height:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(https://media.resee.com/build/shop/images/flags@2x.9d5328fb.png)}}.iti__flag.iti__np{background-color:transparent}@media (max-width:calc(440px - 1px)){.intro_form{margin-bottom:20px}}@media (min-width:440px){.intro_form{margin-bottom:calc(14.43038px + 1.26582vw)}}@media (min-width:1230px){.intro_form{margin-bottom:30px}}@media (max-width:calc(440px - 1px)){.txt_form{margin-bottom:20px}}@media (min-width:440px){.txt_form{margin-bottom:20px}}@media (min-width:1230px){.txt_form{margin-bottom:20px}}@media (max-width:calc(440px - 1px)){.form-group+.form-group{margin-top:20px}}@media (min-width:440px){.form-group+.form-group{margin-top:20px}}@media (min-width:1230px){.form-group+.form-group{margin-top:20px}}@media (max-width:calc(440px - 1px)){.form-group+.form-group.form-submit{margin-top:30px}}@media (min-width:440px){.form-group+.form-group.form-submit{margin-top:calc(24.43038px + 1.26582vw)}}@media (min-width:1230px){.form-group+.form-group.form-submit{margin-top:40px}}@media (max-width:calc(440px - 1px)){.form-group+.form-group.form-part{margin-top:40px}}@media (min-width:440px){.form-group+.form-group.form-part{margin-top:calc(28.86076px + 2.53165vw)}}@media (min-width:1230px){.form-group+.form-group.form-part{margin-top:60px}}@media (max-width:calc(440px - 1px)){.form-group .choices .choices__inner .choices__list .choices__item,.form-group input[type=date],.form-group input[type=email],.form-group input[type=number],.form-group input[type=password],.form-group input[type=text],.form-group label,.form-group select{font-size:14px}}@media (min-width:440px){.form-group .choices .choices__inner .choices__list .choices__item,.form-group input[type=date],.form-group input[type=email],.form-group input[type=number],.form-group input[type=password],.form-group input[type=text],.form-group label,.form-group select{font-size:calc(12.88608px + .25316vw)}}@media (min-width:1230px){.form-group .choices .choices__inner .choices__list .choices__item,.form-group input[type=date],.form-group input[type=email],.form-group input[type=number],.form-group input[type=password],.form-group input[type=text],.form-group label,.form-group select{font-size:16px}}@media (max-width:calc(440px - 1px)){.form-group .choices~label,.form-group input[type=date]:focus:not(:read-only)~label,.form-group input[type=date]:not(:placeholder-shown)~label,.form-group input[type=email]:focus:not(:read-only)~label,.form-group input[type=email]:not(:placeholder-shown)~label,.form-group input[type=number]:focus:not(:read-only)~label,.form-group input[type=number]:not(:placeholder-shown)~label,.form-group input[type=password]:focus:not(:read-only)~label,.form-group input[type=password]:not(:placeholder-shown)~label,.form-group input[type=text]:focus:not(:read-only)~label,.form-group input[type=text]:not(:placeholder-shown)~label,.form-group select:focus:not(:read-only)~label,.form-group select:not(:placeholder-shown)~label{font-size:10px}}@media (min-width:440px){.form-group .choices~label,.form-group input[type=date]:focus:not(:read-only)~label,.form-group input[type=date]:not(:placeholder-shown)~label,.form-group input[type=email]:focus:not(:read-only)~label,.form-group input[type=email]:not(:placeholder-shown)~label,.form-group input[type=number]:focus:not(:read-only)~label,.form-group input[type=number]:not(:placeholder-shown)~label,.form-group input[type=password]:focus:not(:read-only)~label,.form-group input[type=password]:not(:placeholder-shown)~label,.form-group input[type=text]:focus:not(:read-only)~label,.form-group input[type=text]:not(:placeholder-shown)~label,.form-group select:focus:not(:read-only)~label,.form-group select:not(:placeholder-shown)~label{font-size:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.form-group .choices~label,.form-group input[type=date]:focus:not(:read-only)~label,.form-group input[type=date]:not(:placeholder-shown)~label,.form-group input[type=email]:focus:not(:read-only)~label,.form-group input[type=email]:not(:placeholder-shown)~label,.form-group input[type=number]:focus:not(:read-only)~label,.form-group input[type=number]:not(:placeholder-shown)~label,.form-group input[type=password]:focus:not(:read-only)~label,.form-group input[type=password]:not(:placeholder-shown)~label,.form-group input[type=text]:focus:not(:read-only)~label,.form-group input[type=text]:not(:placeholder-shown)~label,.form-group select:focus:not(:read-only)~label,.form-group select:not(:placeholder-shown)~label{font-size:12px}}@media (max-width:calc(440px - 1px)){.form-group .iti input[type=text]~label{font-size:10px}}@media (min-width:440px){.form-group .iti input[type=text]~label{font-size:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.form-group .iti input[type=text]~label{font-size:12px}}@media (max-width:calc(440px - 1px)){.form-group .iti .iti__flag-container .iti__country-list{width:200px}}@media (min-width:440px){.form-group .iti .iti__flag-container .iti__country-list{width:calc(144.3038px + 12.65823vw)}}@media (min-width:1230px){.form-group .iti .iti__flag-container .iti__country-list{width:300px}}@media (max-width:calc(440px - 1px)){.form-group .choice-item{padding:20px}}@media (min-width:440px){.form-group .choice-item{padding:calc(17.21519px + .63291vw)}}@media (min-width:1230px){.form-group .choice-item{padding:25px}}@media (max-width:calc(440px - 1px)){.form-group .choice-item .ck-content img{width:35px}}@media (min-width:440px){.form-group .choice-item .ck-content img{width:calc(26.64557px + 1.89873vw)}}@media (min-width:1230px){.form-group .choice-item .ck-content img{width:50px}}@media (max-width:calc(440px - 1px)){.form-group .choice-item .ck-content img+p{padding-left:50px}}@media (min-width:440px){.form-group .choice-item .ck-content img+p{padding-left:calc(41.64557px + 1.89873vw)}}@media (min-width:1230px){.form-group .choice-item .ck-content img+p{padding-left:65px}}@media (max-width:calc(440px - 1px)){.choice_payment .choice-form .form-group .label{font-size:10px}}@media (min-width:440px){.choice_payment .choice-form .form-group .label{font-size:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.choice_payment .choice-form .form-group .label{font-size:12px}}.form-group{display:block;position:relative;width:100%}.form-group input[type=date],.form-group input[type=email],.form-group input[type=number],.form-group input[type=password],.form-group input[type=text],.form-group select{border:1px solid #bdbdbd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#121212;display:block;font-family:Inter,sans-serif;font-weight:300;height:45px;padding:0 15px;position:relative;width:100%;z-index:1}.form-group input[type=date]:focus:not(:read-only)~label:not(.sr-only),.form-group input[type=date]:not(:placeholder-shown)~label:not(.sr-only),.form-group input[type=email]:focus:not(:read-only)~label:not(.sr-only),.form-group input[type=email]:not(:placeholder-shown)~label:not(.sr-only),.form-group input[type=number]:focus:not(:read-only)~label:not(.sr-only),.form-group input[type=number]:not(:placeholder-shown)~label:not(.sr-only),.form-group input[type=password]:focus:not(:read-only)~label:not(.sr-only),.form-group input[type=password]:not(:placeholder-shown)~label:not(.sr-only),.form-group input[type=text]:focus:not(:read-only)~label:not(.sr-only),.form-group input[type=text]:not(:placeholder-shown)~label:not(.sr-only),.form-group select:focus:not(:read-only)~label:not(.sr-only),.form-group select:not(:placeholder-shown)~label:not(.sr-only){background:#fff;height:15px;left:10px;line-height:15px;max-width:calc(100% - 20px);padding:0 5px;top:-7px}.form-group input[type=date]:disabled,.form-group input[type=email]:disabled,.form-group input[type=number]:disabled,.form-group input[type=password]:disabled,.form-group input[type=text]:disabled,.form-group select:disabled{background:#f3f3f3;cursor:default;opacity:.5}.form-group input[type=date]:disabled~label,.form-group input[type=email]:disabled~label,.form-group input[type=number]:disabled~label,.form-group input[type=password]:disabled~label,.form-group input[type=text]:disabled~label,.form-group select:disabled~label{color:#8f8f8f;cursor:default}.form-group input[type=date]{line-height:43px}.form-group select{background:url(https://media.resee.com/build/shop/images/dropdown.601bf095.svg) no-repeat center right 14px;background-size:10px}.form-group .choices{display:block;margin:0;width:100%}.form-group .choices select{display:none}.form-group .choices~label:not(.sr-only){background:#fff;height:15px;left:10px;line-height:15px;max-width:calc(100% - 20px);padding:0 5px;top:-7px;z-index:0}.form-group .choices .choices__inner{background:transparent;border:none;display:block;padding:0;width:100%}.form-group .choices .choices__inner .choices__list{align-items:center;-webkit-align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;border:1px solid #bdbdbd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;min-height:45px;padding:6px 15px;text-align:left;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.form-group .choices .choices__inner .choices__list .choices__item{background:none;border:none;color:#121212;cursor:pointer;font-family:Inter,sans-serif;font-weight:300;height:auto;margin:3px 12px 3px 0;padding:0 20px 0 0;position:relative;width:auto}.form-group .choices .choices__inner .choices__list .choices__item .choices__button{background:transparent;border:none;font-size:0;height:16px;margin:0;padding:0;position:absolute;right:0;text-indent:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:16px}.form-group .choices .choices__inner .choices__list .choices__item .choices__button:after{color:#121212;content:"\e004";font-family:resee;font-size:8px;left:50%;padding-top:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.form-group .choices .choices__inner .choices__list .choices__item.choices__placeholder{opacity:.5}.form-group .choices .choices__list--dropdown{background:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;opacity:0;overflow:visible;visibility:hidden}.form-group .choices .choices__list--dropdown,.form-group .choices .choices__list--dropdown .choices__list{-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.form-group .choices .choices__list--dropdown .choices__list{background:#fff;border:1px solid #bdbdbd;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);-moz-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);height:auto;left:0;max-height:200px;overflow:auto;position:absolute;top:100%;width:100%;z-index:2}.form-group .choices .choices__list--dropdown:has(.has-no-choices) .choices__list:before{opacity:0;visibility:hidden}.form-group .choices .choices__list--dropdown input{background:#fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;color:#121212;font-family:Inter,sans-serif;font-size:15px;font-weight:300;height:100%;left:0;padding:16px 0 16px 24px;position:absolute;right:40px;text-align:left;top:0}.form-group .choices .choices__list--dropdown .choices__item{color:#121212;display:block;font-size:14px;line-height:20px;padding:8px 24px;text-align:left;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.form-group .choices .choices__list--dropdown .choices__item.is-selected{background:#f3f3f3}.form-group .choices .choices__list--dropdown .choices__item:not(.has-no-choices){cursor:pointer}@media (-ms-high-contrast:active),(-ms-high-contrast:none),(pointer:fine){.form-group .choices .choices__list--dropdown .choices__item:not(.has-no-choices):hover{background:#f3f3f3}}.form-group .choices .choices__list--dropdown .choices__item.is-highlighted{background:inherit}.form-group .choices .choices__list--dropdown .choices__item:empty{display:none}.form-group .choices.is-open .choices__inner .choices__list{-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.form-group .choices.is-open .choices__list--dropdown{opacity:1;visibility:visible}.form-group.select_country .choices .choices__inner .choices__list .choices__item,.form-group.select_locale .choices .choices__inner .choices__list .choices__item{background-position:0;background-repeat:no-repeat;background-size:20px;margin-right:0;padding-left:0;padding-right:0}.form-group.select_country .choices .choices__list--dropdown .choices__item,.form-group.select_locale .choices .choices__list--dropdown .choices__item{background-position:center left 16px!important;background-repeat:no-repeat!important;background-size:20px!important;padding-left:48px}.form-group label:not(.sr-only){color:#585858;cursor:pointer;height:20px;left:15px;line-height:20px;max-width:calc(100% - 30px);position:absolute;top:12px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:2}.form-group label:not(.sr-only).required:after{content:"*"}.form-group label:not(.sr-only).label_on{background:transparent;cursor:default;display:block;height:auto;left:0;line-height:inherit;margin-bottom:8px;max-width:100%;position:relative;top:0}.form-group input[type=checkbox],.form-group input[type=radio]{bottom:0;left:0;margin:0;position:absolute;right:0;top:0;z-index:1}.form-group input[type=checkbox]~label,.form-group input[type=radio]~label{background:transparent;color:#121212;display:block;height:auto;left:0;line-height:inherit;max-width:100%;padding-left:30px;position:relative;right:0;top:0}.form-group input[type=checkbox]~label:before,.form-group input[type=radio]~label:before{border:1px solid #bdbdbd;height:20px;left:0;width:20px}.form-group input[type=checkbox]~label:after,.form-group input[type=checkbox]~label:before,.form-group input[type=radio]~label:after,.form-group input[type=radio]~label:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.form-group input[type=checkbox]~label:after,.form-group input[type=radio]~label:after{background:#121212;height:14px;left:3px;opacity:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:14px}.form-group input[type=checkbox]~label strong,.form-group input[type=radio]~label strong{font-family:Inter,sans-serif;font-weight:700}.form-group input[type=checkbox]~label .desc,.form-group input[type=radio]~label .desc{color:#585858;display:block;font-size:.875em}@media (-ms-high-contrast:active),(-ms-high-contrast:none),(pointer:fine){.form-group input[type=checkbox]:not(:disabled):hover~label:after,.form-group input[type=radio]:not(:disabled):hover~label:after{opacity:.3}}.form-group input[type=checkbox]:not(:disabled):focus-visible~label:after,.form-group input[type=radio]:not(:disabled):focus-visible~label:after{opacity:.3}.form-group input[type=checkbox]:disabled,.form-group input[type=checkbox]:disabled~label,.form-group input[type=radio]:disabled,.form-group input[type=radio]:disabled~label{cursor:default}.form-group input[type=checkbox]:checked~label:after,.form-group input[type=radio]:checked~label:after{opacity:1!important}.form-group input[type=radio]~label:after,.form-group input[type=radio]~label:before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.form-group .iti{display:block;position:relative;width:100%;z-index:3}.form-group .iti .iti__flag-container{background:url(https://media.resee.com/build/shop/images/dropdown.601bf095.svg) no-repeat center right 8px;background-size:8px;border-right:1px solid #bdbdbd;padding:0 12px;width:90px;z-index:2}.form-group .iti .iti__flag-container .iti__selected-flag{background:transparent;padding:0 0 0 22px;width:100%}.form-group .iti .iti__flag-container .iti__selected-flag .iti__flag{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%) scale(.8);-moz-transform:translateY(-50%) scale(.8);-ms-transform:translateY(-50%) scale(.8);-o-transform:translateY(-50%) scale(.8);transform:translateY(-50%) scale(.8)}.form-group .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code{font-size:.875em;margin:0}.form-group .iti .iti__flag-container .iti__selected-flag .iti__arrow{display:none}.form-group .iti .iti__flag-container .iti__country-list{border:1px solid #bdbdbd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:none;left:0;margin-top:5px;position:absolute;top:100%;white-space:normal;width:300px}.form-group .iti .iti__flag-container .iti__country-list .iti__country{display:block;font-size:.875em}.form-group .iti .iti__flag-container .iti__country-list .iti__divider{background:hsla(0,0%,74%,.2);border:none;display:block;height:1px;margin:5px 0;padding:0}.form-group .iti input[type=text]{padding-left:105px!important}.form-group .iti input[type=text]~label{background:#fff;height:15px;left:10px;line-height:15px;max-width:calc(100% - 20px);padding:0 5px;top:-7px}.form-group .toggle_pwd{color:#8f8f8f;cursor:pointer;font-size:18px;height:25px;line-height:28px;position:absolute;right:12px;top:10px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:25px;z-index:2}.form-group .toggle_pwd:focus,.form-group .toggle_pwd:focus:after,.form-group .toggle_pwd:hover,.form-group .toggle_pwd:hover:after{color:#121212}.form-group.show_pwd .toggle_pwd:after{background:#8f8f8f;border:1px solid #fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;content:"";height:3px;left:-1px;position:absolute;right:0;top:10px;-webkit-transform:rotate(-20deg);-moz-transform:rotate(-20deg);-ms-transform:rotate(-20deg);-o-transform:rotate(-20deg);transform:rotate(-20deg)}.form-group.form-part p{font-family:Inter,sans-serif;font-size:18px;font-weight:700}.form-group.form-submit{text-align:right}.form-group.form-submit .btn_cta{min-width:210px}@media (max-width:calc(768px - 1px)){.form-group.form-submit .btn_cta{width:100%}}.form-group.form-submit .full{width:100%}.form-group .fv-plugins-message-container div{color:#d00000;display:block;font-size:.875em;line-height:1.1em;margin-top:4px;padding:0 16px;width:100%}.form-group .choice-item{background:#f3f3f3;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;display:block;position:relative;width:100%}.form-group .choice-item .ck-content{position:relative}.form-group .choice-item .ck-content img{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:calc(576px - 1px)){.form-group .choice-item .ck-content img{display:block;left:0;margin-bottom:10px;position:relative;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.form-group .choice-item .ck-content img+p{padding:0}}.form-group .choice-item .ck-content+div{margin-top:15px}@media (max-width:calc(576px - 1px)){.form-group .choice-item .ck-content+div{margin-top:10px}}.form-group .choice-item input[type=radio]~label{color:#585858;font-family:Inter,sans-serif;font-weight:500}.form-group .choice-item .delete-button,.form-group .choice-item .edit-button{color:#121212;cursor:pointer;font-family:Inter,sans-serif;font-size:1em;font-weight:300;position:relative;z-index:2}.form-group .choice-item .delete-button:focus,.form-group .choice-item .delete-button:hover,.form-group .choice-item .edit-button:focus,.form-group .choice-item .edit-button:hover{text-decoration:underline}@media (max-width:calc(576px - 1px)){.form-group .choice-item .col_sm+.col_content_sm{margin-top:12px}#page_wrapper .form-group .choice-item .col_content+footer,#page_wrapper .form-group .choice-item .col_content+header,#page_wrapper .form-group .choice-item footer+.col_content,#page_wrapper .form-group .choice-item footer+footer,#page_wrapper .form-group .choice-item footer+header,#page_wrapper .form-group .choice-item header+.col_content,#page_wrapper .form-group .choice-item header+footer,#page_wrapper .form-group .choice-item header+header,.form-group .choice-item #page_wrapper .col_content+footer,.form-group .choice-item #page_wrapper .col_content+header,.form-group .choice-item #page_wrapper footer+.col_content,.form-group .choice-item #page_wrapper footer+footer,.form-group .choice-item #page_wrapper footer+header,.form-group .choice-item #page_wrapper header+.col_content,.form-group .choice-item #page_wrapper header+footer,.form-group .choice-item #page_wrapper header+header,.form-group .choice-item .col_content+.col_content{margin-top:8px}}.form-group .cgv{font-size:12px;line-height:17px}.form-group .cgv a{color:inherit;text-decoration:underline}.form-group .cgv a:focus,.form-group .cgv a:hover{text-decoration:none}.form-group .grecaptcha-badge{display:none!important}.item_select{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.item_select label{margin-right:5px}.item_select label,.item_select select{color:#121212;font-family:Inter,sans-serif;font-size:1em;font-weight:500}.item_select select{background:url(https://media.resee.com/build/shop/images/dropdown.601bf095.svg) no-repeat 100%;background-size:10px;border-bottom:1px solid #121212;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding-right:25px}.item_select .choices{font-size:1em}.item_select .choices:after{display:none}.item_select .choices .choices__inner{background:none;border:none;border-radius:0;display:block;font-size:1em;margin:0!important;min-height:auto;padding:0!important}.item_select .choices .choices__inner .choices__list{background:url(https://media.resee.com/build/shop/images/dropdown.601bf095.svg) no-repeat 100%;background-size:10px;border-bottom:1px solid #121212;color:#121212;font-family:Inter,sans-serif;font-size:1em;font-weight:500;padding:0 25px 0 0}.item_select .choices .choices__list--dropdown{background:#fff;border:1px solid #121212;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:0;white-space:nowrap;width:250px}.item_select .choices .choices__list--dropdown .choices__input{background:#fff;border-bottom:1px solid #121212;color:#121212;font-size:1em}.item_select .choices .choices__list--dropdown .choices__list .choices__item{background:#fff;color:#121212;font-size:1em;padding:8px 12px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.item_select .choices .choices__list--dropdown .choices__list .choices__item:after{display:none}.item_select .choices .choices__list--dropdown .choices__list .choices__item.is-selected{background:#f9f9f9}.item_select .choices .choices__list--dropdown .choices__list .choices__item.is-highlighted,.item_select .choices .choices__list--dropdown .choices__list .choices__item:focus,.item_select .choices .choices__list--dropdown .choices__list .choices__item:hover{background:#f3f3f3}.item_select.item_select_white label{color:#ffe8d6}.item_select.item_select_white .choices .choices__inner .choices__list,.item_select.item_select_white select{background:url(https://media.resee.com/build/shop/images/dropdown_beige.e30bb3ce.svg) no-repeat 100%;background-size:10px;border-bottom-color:#ffe8d6;color:#ffe8d6}.item_select.item_select_white .choices .choices__list--dropdown{background:#121212;border:1px solid #ffe8d6}.item_select.item_select_white .choices .choices__list--dropdown .choices__input{background:#121212;border-bottom:1px solid #ffe8d6;color:#fff}.item_select.item_select_white .choices .choices__list--dropdown .choices__list .choices__item{background:#121212;color:#fff}.item_select.item_select_white .choices .choices__list--dropdown .choices__list .choices__item.is-selected{background:hsla(0,0%,100%,.1)}.item_select.item_select_white .choices .choices__list--dropdown .choices__list .choices__item.is-highlighted,.item_select.item_select_white .choices .choices__list--dropdown .choices__list .choices__item:focus,.item_select.item_select_white .choices .choices__list--dropdown .choices__list .choices__item:hover{background:hsla(0,0%,100%,.15)}.hidden{display:none}.choice_payment .choice input[type=radio]~label img{display:block;height:30px;margin-bottom:4px;width:auto}.choice_payment .choice-form{border:none;padding:16px 0 0}.choice_payment .choice-form .form-group .label{background:#fff;font-weight:300;height:15px;left:10px;line-height:15px;margin:0;max-width:calc(100% - 20px);padding:0 5px;top:-7px}.choice_payment .choice-form .form-group .mollie-component{background:transparent;border:1px solid #bdbdbd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:none;color:#121212;font-family:Inter,sans-serif;font-weight:300;height:45px;line-height:43px;padding:0 15px;position:relative;z-index:1}.choice_payment .choice-form .form-group .mollie-component iframe{display:inline-block;vertical-align:middle}.choice_payment .choice-form .form-group .field-error{color:#d00000;font-family:Inter,sans-serif;font-size:.875em;font-weight:300;line-height:1.1em;margin-top:4px;padding:0 16px;width:100%}.choice_payment .choice-form .form-group .field-error:empty{display:none}form .success-element{background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#009100;display:block;font-size:.875em;padding:10px 15px;width:100%}form .success-element:empty{display:none}form .validation-element{color:#d00000;display:block;font-size:.875em;line-height:1.1em;margin-top:4px;padding:0 16px;width:100%}@media (max-width:calc(768px - 1px)){#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hits .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#hits .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hits .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#hits .form-group #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hits .form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hits .form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hits .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hits .form-group .ais-Hits-list .col_md_6+.col_md_6,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hits .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hits .form-group .ais-InfiniteHits-list .col_md_6+.col_md_6,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hits .form-group .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle #hits .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle #hits .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle #hits .form-group .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle #hits .form-group .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle #hits .form-group .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle #hitsCategories .form-group .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list #hits .form-group .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list #hitsCategories .form-group .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .row .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .row .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .row .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .row .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #hits .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .card_edito_inline .col_infos .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-Hits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group .row .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-Hits-list .form-group .row .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .row .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .form-group .row .col_md_6+.ais-Hits-item,#hitsArticle .ais-Hits-list .form-group .row .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hits .form-group .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .form-group .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .row .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .row .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .row .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .row .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hits .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #hitsCategories .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .card_edito_inline .col_infos .col_md_6+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-Hits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .ais-InfiniteHits-item+.col_md_6,#hitsArticle .ais-InfiniteHits-list .form-group .row .col_md_6+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .form-group .row .col_md_6+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hitsArticle .form-group #hits .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group #hits .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group #hits .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group #hits .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group #hits .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group .ais-Hits-list .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-Hits-list .col_md_6+.col_md_6,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsArticle .form-group .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsArticle .form-group .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsArticle .form-group .ais-InfiniteHits-list .col_md_6+.col_md_6,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .aa-Item+.col_md_6,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-Hits-list .col_md_6+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.aa-Item,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .aa-Item+.col_md_6,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .ais-InfiniteHits-list .col_md_6+.aa-Item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsCategories .form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#hitsCategories .form-group .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-Hits-list .col_md_6+.col_md_6,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsCategories .form-group .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsCategories .form-group .ais-InfiniteHits-list .col_md_6+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group .aa-List .col_md_6+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-PanelSections .col_md_6+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .form-group .aa-Source .col_md_6+.col_md_6,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-Hits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-Hits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-Hits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-Hits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-Hits-item+.col_md_6,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-item+.col_md_6,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .col_md_6+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-Hits-list .form-group .col_infos .col_md_6+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-Hits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-Hits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .col_infos .ais-Hits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .col_infos .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-Hits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-item+.col_md_6,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .ais-InfiniteHits-item+.col_md_6,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .col_md_6+.ais-Hits-item,.card_edito_inline #hitsArticle .ais-InfiniteHits-list .form-group .col_infos .col_md_6+.ais-InfiniteHits-item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.col_md_6,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .col_md_6+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.aa-Item,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.col_md_6,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .col_md_6+.aa-Item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.aa-Item,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .aa-Item+.col_md_6,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .col_infos .col_md_6+.aa-Item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.card_edito_inline .form-group .col_infos #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.card_edito_inline .form-group .col_infos .col_md_6+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group .aa-List .col_md_6+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .form-group [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-Hits-list .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hits .ais-InfiniteHits-list .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-Hits-list .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-Hits-list .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .card_edito_inline .col_infos .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .form-group .row .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .form-group .aa-List .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .form-group .aa-Source .col_md_6+.col_md_6,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,.content_autocomplete_list .form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_md_6+.col_md_6,.form-group #hits #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #hits #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hits #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #hits #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #hits .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hits .ais-Hits-list .col_md_6+.col_md_6,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hits .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hits .ais-InfiniteHits-list .col_md_6+.col_md_6,.form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-Hits-list .col_md_6+.col_md_6,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsArticle .ais-InfiniteHits-list .col_md_6+.col_md_6,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #hitsCategories #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #hitsCategories .ais-Hits-list #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-Hits-list .col_md_6+.col_md_6,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #hitsCategories .ais-InfiniteHits-list #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #hitsCategories .ais-InfiniteHits-list .col_md_6+.col_md_6,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,.form-group #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_md_6+.col_md_6,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_md_6,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_md_6+.aa-Item,.form-group #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_md_6+.col_md_6,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group .card_edito_inline .col_infos #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group .card_edito_inline .col_infos .col_md_6+.col_md_6,.form-group .row #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-Hits-list .ais-Hits-item+.col_md_6,.form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_md_6,.form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-Hits-list .col_md_6+.ais-Hits-item,.form-group .row #hitsArticle .ais-Hits-list .col_md_6+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_md_6,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_md_6,.form-group .row #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-Hits-item,.form-group .row #hitsArticle .ais-InfiniteHits-list .col_md_6+.ais-InfiniteHits-item,.form-group .row .col_md_6+.col_md_6{margin-top:20px}}@media (max-width:calc(576px - 1px)){.form-group.form-submit .col_content_sm+.col_content_sm{margin-top:20px}}@media (max-width:calc(440px - 1px)){.pop-alert{padding:12px}}@media (min-width:440px){.pop-alert{padding:calc(9.77215px + .50633vw)}}@media (min-width:1230px){.pop-alert{padding:16px}}@media (max-width:calc(440px - 1px)){.pop-alert{max-width:300px}}@media (min-width:440px){.pop-alert{max-width:calc(272.1519px + 6.32911vw)}}@media (min-width:1230px){.pop-alert{max-width:350px}}@media (max-width:calc(440px - 1px)){.pop-alert p{font-size:12px}}@media (min-width:440px){.pop-alert p{font-size:calc(10.88608px + .25316vw)}}@media (min-width:1230px){.pop-alert p{font-size:14px}}@media (max-width:calc(440px - 1px)){.pop-alert p{line-height:16px}}@media (min-width:440px){.pop-alert p{line-height:calc(13.77215px + .50633vw)}}@media (min-width:1230px){.pop-alert p{line-height:20px}}.alert{display:block;margin-bottom:20px;padding:10px 15px;width:100%}.alert p{display:block;font-size:.875em}.alert p strong{font-family:Inter,sans-serif;font-weight:700}.alert.error{background:rgba(208,0,0,.1)}.alert.error p{color:#d00000}.alert.success{background:rgba(0,145,0,.1)}.alert.success p{color:#009100}.alert.info{background:#ffe8d6}.alert.info p{color:#121212}.pop-alert{background:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;bottom:-100px;left:50%;overflow:hidden;position:fixed;text-align:center;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:80%;z-index:999}.pop-alert:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.pop-alert p{color:#121212;font-family:Inter,sans-serif;font-weight:500;position:relative;z-index:2}.pop-alert.open{bottom:20px}.pop-alert.success:before{background:rgba(0,145,0,.1)}.pop-alert.success p{color:#009100}.pop-alert.error:before{background:rgba(208,0,0,.1)}.pop-alert.error p{color:#d00000}@media (max-width:calc(1024px - 1px)){.pop-alert.open{bottom:80px}}@media (max-width:calc(440px - 1px)){.accordion .accordion_header{padding-top:12px}}@media (min-width:440px){.accordion .accordion_header{padding-top:calc(8.65823px + .75949vw)}}@media (min-width:1230px){.accordion .accordion_header{padding-top:18px}}@media (max-width:calc(440px - 1px)){.accordion .accordion_header{padding-bottom:12px}}@media (min-width:440px){.accordion .accordion_header{padding-bottom:calc(8.65823px + .75949vw)}}@media (min-width:1230px){.accordion .accordion_header{padding-bottom:18px}}@media (max-width:calc(440px - 1px)){.accordion .accordion_header{padding-right:24px}}@media (min-width:440px){.accordion .accordion_header{padding-right:calc(19.5443px + 1.01266vw)}}@media (min-width:1230px){.accordion .accordion_header{padding-right:32px}}@media (max-width:calc(440px - 1px)){.accordion .accordion_body{padding-bottom:18px}}@media (min-width:440px){.accordion .accordion_body{padding-bottom:calc(14.65823px + .75949vw)}}@media (min-width:1230px){.accordion .accordion_body{padding-bottom:24px}}@media (max-width:calc(440px - 1px)){.accordion .accordion_body{padding-left:18px}}@media (min-width:440px){.accordion .accordion_body{padding-left:calc(14.65823px + .75949vw)}}@media (min-width:1230px){.accordion .accordion_body{padding-left:24px}}@media (max-width:calc(440px - 1px)){.accordion .accordion_body{padding-right:18px}}@media (min-width:440px){.accordion .accordion_body{padding-right:calc(14.65823px + .75949vw)}}@media (min-width:1230px){.accordion .accordion_body{padding-right:24px}}@media (max-width:calc(440px - 1px)){.faq_accordions .accordion .accordion_body{padding-top:10px}}@media (min-width:440px){.faq_accordions .accordion .accordion_body{padding-top:calc(7.21519px + .63291vw)}}@media (min-width:1230px){.faq_accordions .accordion .accordion_body{padding-top:15px}}@media (max-width:calc(440px - 1px)){.faq_accordions .accordion .accordion_body{padding-bottom:20px}}@media (min-width:440px){.faq_accordions .accordion .accordion_body{padding-bottom:calc(11.64557px + 1.89873vw)}}@media (min-width:1230px){.faq_accordions .accordion .accordion_body{padding-bottom:35px}}@media (max-width:calc(440px - 1px)){.faq_accordions .accordion .accordion_body{padding-left:0}}@media (min-width:440px){.faq_accordions .accordion .accordion_body{padding-left:0}}@media (min-width:1230px){.faq_accordions .accordion .accordion_body{padding-left:0}}@media (max-width:calc(440px - 1px)){.faq_accordions .accordion .accordion_body{padding-right:0}}@media (min-width:440px){.faq_accordions .accordion .accordion_body{padding-right:0}}@media (min-width:1230px){.faq_accordions .accordion .accordion_body{padding-right:0}}.accordion:not(.account_bloc){border-bottom:1px solid #bdbdbd}.accordion .accordion_header{cursor:pointer;list-style:none;position:relative}.accordion .accordion_header .accordion_title .btn_cta{font-size:14px;margin-bottom:5px;margin-top:5px}.accordion .accordion_header>span.accordion_title{padding-right:20px}.accordion .accordion_header span[aria-hidden=true]{position:absolute;right:6px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform:translateY(-50%) rotate(90deg);-moz-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);-o-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.accordion .accordion_header span[aria-hidden=true]:before{font-family:resee;font-size:13px}.accordion[open] .accordion_header span[aria-hidden=true]{-webkit-transform:translateY(-50%) rotate(270deg);-moz-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);-o-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}@media (max-width:calc(576px - 1px)){.accordion .accordion_body{padding-left:0;padding-right:0}}summary::-webkit-details-marker{display:none}.faq_accordions .accordion{max-width:100%}.faq_accordions .accordion .accordion_title{font-family:Inter,sans-serif;font-weight:400}@media (max-width:calc(440px - 1px)){#autocomplete form{padding-left:25px}}@media (min-width:440px){#autocomplete form{padding-left:calc(22.21519px + .63291vw)}}@media (min-width:1230px){#autocomplete form{padding-left:30px}}@media (max-width:calc(440px - 1px)){#autocomplete form .aa-InputWrapperPrefix{width:25px}}@media (min-width:440px){#autocomplete form .aa-InputWrapperPrefix{width:calc(22.21519px + .63291vw)}}@media (min-width:1230px){#autocomplete form .aa-InputWrapperPrefix{width:30px}}@media (max-width:calc(440px - 1px)){#autocomplete form .aa-InputWrapperPrefix label button{font-size:16px}}@media (min-width:440px){#autocomplete form .aa-InputWrapperPrefix label button{font-size:calc(13.21519px + .63291vw)}}@media (min-width:1230px){#autocomplete form .aa-InputWrapperPrefix label button{font-size:21px}}@media (max-width:calc(440px - 1px)){#autocomplete form .aa-InputWrapper input{font-size:16px}}@media (min-width:440px){#autocomplete form .aa-InputWrapper input{font-size:calc(13.21519px + .63291vw)}}@media (min-width:1230px){#autocomplete form .aa-InputWrapper input{font-size:21px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a{font-size:16px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a{font-size:calc(13.21519px + .63291vw)}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a{font-size:21px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a{line-height:22px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a{line-height:calc(18.65823px + .75949vw)}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a{line-height:28px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle{font-size:14px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle{font-size:calc(12.88608px + .25316vw)}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle{font-size:16px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle{line-height:22px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle{line-height:22px}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle{line-height:22px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-top:10px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-top:calc(7.21519px + .63291vw)}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-top:15px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-bottom:10px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-bottom:calc(7.21519px + .63291vw)}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-bottom:15px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-left:10px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-left:calc(4.43038px + 1.26582vw)}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-left:20px}}@media (max-width:calc(440px - 1px)){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-right:10px}}@media (min-width:440px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-right:calc(4.43038px + 1.26582vw)}}@media (min-width:1230px){#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{padding-right:20px}}@media (max-width:calc(440px - 1px)){.ais-Pagination{margin-bottom:40px}}@media (min-width:440px){.ais-Pagination{margin-bottom:calc(28.86076px + 2.53165vw)}}@media (min-width:1230px){.ais-Pagination{margin-bottom:60px}}#autocomplete{display:block;width:100%}#autocomplete form{background:none!important;border:none!important;box-shadow:none!important}#autocomplete form .aa-InputWrapperPrefix{display:block;height:30px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#autocomplete form .aa-InputWrapperPrefix label{display:block;height:100%;width:100%}#autocomplete form .aa-InputWrapperPrefix label button{color:#585858;padding:0;width:100%}#autocomplete form .aa-InputWrapperPrefix label button svg{display:none}#autocomplete form .aa-InputWrapperPrefix label button:before{content:"\e007";font-family:resee;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#autocomplete form .aa-InputWrapper input{border-bottom:1px solid #d9d9d9;color:#121212;display:block;font-family:Inter,sans-serif;font-weight:400;height:35px;width:100%}#autocomplete form .aa-InputWrapperSuffix{display:none}#result_autocomplete{width:100%}#result_autocomplete .aa-Panel{background:#fff!important;background:none;border:none;box-shadow:none;display:block;height:auto!important;left:0!important;margin:0;position:relative;right:0!important;top:0!important;width:100%!important}#result_autocomplete .aa-Panel .aa-PanelLayout{display:block;height:auto;max-height:inherit;overflow:hidden;padding:0;width:100%}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source{padding:0;width:100%}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Source,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Source,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Source,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Source,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Source{margin-bottom:40px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item{background:transparent!important;cursor:default;display:block;min-height:0;padding:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a{color:#121212;font-family:Inter,sans-serif;font-weight:300;justify-content:left}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a .aa-ItemContentBody,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemContentBody,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemContentBody,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemContentBody,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemContentBody{display:block}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a mark,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a mark,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a mark,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a mark,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a mark{background:transparent;display:inline;font-family:Inter,sans-serif;font-weight:600}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a:focus,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a:hover,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a:focus,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a:hover,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a:focus,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a:hover,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a:focus,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a:hover,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a:focus,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a:hover{text-decoration:underline}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a .aa-ItemIcon,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemIcon,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemIcon,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemIcon,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemIcon{height:16px;margin:0;position:relative;width:24px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a .aa-ItemIcon svg,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemIcon svg,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemIcon svg,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemIcon svg,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemIcon svg{display:none}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Item a .aa-ItemIcon:before,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemIcon:before,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemIcon:before,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item a .aa-ItemIcon:before,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Item a .aa-ItemIcon:before{content:"\e007";font-family:resee;font-size:16px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left{margin-bottom:40px;margin-top:40px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader{display:block;margin:0 0 16px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderTitle{color:#585858;display:block;font-family:Inter,sans-serif;font-weight:600}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderLine,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderLine,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-SourceHeader .aa-SourceHeaderLine{display:none}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item{background:none!important;cursor:default;display:block;min-height:0;padding:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemContentTitle,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemContentTitle,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemContentTitle{margin:0;white-space:normal}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item a{color:#121212;font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:22px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item a:focus,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item a:hover,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item a:focus,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item a:hover,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item a:focus,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item a:hover{text-decoration:underline}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActions,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActions,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActions{align-items:center;margin-left:8px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton{height:16px;position:relative;width:16px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton:before,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton:before,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton:before{color:#121212;content:"\e004";font-family:resee;font-size:10px;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton svg,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton svg,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item .aa-ItemActionButton svg{display:none}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-Source .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-Source .aa-Item+.aa-Item{margin-top:12px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-PanelSection--popular,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin],#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-PanelSection--popular,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin],.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-PanelSection--popular,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin]{margin-top:40px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-PanelSection--popular:first-child,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin]:first-child,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-PanelSection--popular:first-child,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin]:first-child,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-PanelSection--popular:first-child,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin]:first-child{margin-top:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left .aa-PanelSection--popular .aa-Item a,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin] .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-PanelSection--popular .aa-Item a,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin] .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left .aa-PanelSection--popular .aa-Item a,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left [data-autocomplete-source-id=popularPlugin] .aa-Item a{font-family:Inter,sans-serif;font-weight:600}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right{margin-top:40px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right>div,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right>div,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right>div{margin-bottom:60px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_simple,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_simple,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_simple{margin:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .aa-SourceHeader,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .aa-SourceHeader,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .aa-SourceHeader{display:none}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple{background:#ffe8d6}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple .ck-content{margin:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple:focus,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple:hover,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple:focus,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple:hover,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple:focus,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess .card_simple:hover{background:#f5d6bd}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List{margin:0 -10px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item{background:transparent!important;margin-bottom:80px;padding:0 10px}#result_autocomplete mark{background:#ffe8d6}#result_autocomplete .card_edito mark{background:#f5d6bd}.content_autocomplete_list{padding-top:20px}.content_autocomplete_list .aa-PanelLayout [data-autocomplete-source-id=recentSearchesPlugin]{display:none!important}.content_autocomplete_list .aa-PanelLayout .aa-Source{margin-top:12px}.content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-ItemLink{display:inline-flex;justify-content:left;margin-top:4px;width:auto}#hits mark,#hitsArticle mark,#hitsCategories mark{background:#ffe8d6}#hits .card_edito mark,#hitsArticle .card_edito mark,#hitsCategories .card_edito mark{background:#f5d6bd}#hits .ais-InfiniteHits,#hitsArticle .ais-InfiniteHits,#hitsCategories .ais-InfiniteHits{text-align:center}#hits .ais-Hits-list,#hits .ais-InfiniteHits-list,#hitsArticle .ais-Hits-list,#hitsArticle .ais-InfiniteHits-list,#hitsCategories .ais-Hits-list,#hitsCategories .ais-InfiniteHits-list{margin:0 -10px;text-align:left}#hits .ais-Hits-list .ais-Hits-item,#hits .ais-Hits-list .ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .ais-Hits-item,#hits .ais-InfiniteHits-list .ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .ais-Hits-item,#hitsCategories .ais-Hits-list .ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item{margin-bottom:40px;padding:0 10px}#hits .ais-Hits-list .ais-Hits-item .card_product #page_wrapper footer,#hits .ais-Hits-list .ais-Hits-item .card_product #page_wrapper header,#hits .ais-Hits-list .ais-Hits-item .card_product .col_content,#hits .ais-Hits-list .ais-InfiniteHits-item .card_product #page_wrapper footer,#hits .ais-Hits-list .ais-InfiniteHits-item .card_product #page_wrapper header,#hits .ais-Hits-list .ais-InfiniteHits-item .card_product .col_content,#hits .ais-InfiniteHits-list .ais-Hits-item .card_product #page_wrapper footer,#hits .ais-InfiniteHits-list .ais-Hits-item .card_product #page_wrapper header,#hits .ais-InfiniteHits-list .ais-Hits-item .card_product .col_content,#hits .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product #page_wrapper footer,#hits .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product #page_wrapper header,#hits .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product .col_content,#hitsArticle .ais-Hits-list .ais-Hits-item .card_product #page_wrapper footer,#hitsArticle .ais-Hits-list .ais-Hits-item .card_product #page_wrapper header,#hitsArticle .ais-Hits-list .ais-Hits-item .card_product .col_content,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item .card_product #page_wrapper footer,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item .card_product #page_wrapper header,#hitsArticle .ais-Hits-list .ais-InfiniteHits-item .card_product .col_content,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item .card_product #page_wrapper footer,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item .card_product #page_wrapper header,#hitsArticle .ais-InfiniteHits-list .ais-Hits-item .card_product .col_content,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product #page_wrapper footer,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product #page_wrapper header,#hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product .col_content,#hitsCategories .ais-Hits-list .ais-Hits-item .card_product #page_wrapper footer,#hitsCategories .ais-Hits-list .ais-Hits-item .card_product #page_wrapper header,#hitsCategories .ais-Hits-list .ais-Hits-item .card_product .col_content,#hitsCategories .ais-Hits-list .ais-InfiniteHits-item .card_product #page_wrapper footer,#hitsCategories .ais-Hits-list .ais-InfiniteHits-item .card_product #page_wrapper header,#hitsCategories .ais-Hits-list .ais-InfiniteHits-item .card_product .col_content,#hitsCategories .ais-InfiniteHits-list .ais-Hits-item .card_product #page_wrapper footer,#hitsCategories .ais-InfiniteHits-list .ais-Hits-item .card_product #page_wrapper header,#hitsCategories .ais-InfiniteHits-list .ais-Hits-item .card_product .col_content,#hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product #page_wrapper footer,#hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product #page_wrapper header,#hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product .col_content,#page_wrapper #hits .ais-Hits-list .ais-Hits-item .card_product footer,#page_wrapper #hits .ais-Hits-list .ais-Hits-item .card_product header,#page_wrapper #hits .ais-Hits-list .ais-InfiniteHits-item .card_product footer,#page_wrapper #hits .ais-Hits-list .ais-InfiniteHits-item .card_product header,#page_wrapper #hits .ais-InfiniteHits-list .ais-Hits-item .card_product footer,#page_wrapper #hits .ais-InfiniteHits-list .ais-Hits-item .card_product header,#page_wrapper #hits .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product footer,#page_wrapper #hits .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product header,#page_wrapper #hitsArticle .ais-Hits-list .ais-Hits-item .card_product footer,#page_wrapper #hitsArticle .ais-Hits-list .ais-Hits-item .card_product header,#page_wrapper #hitsArticle .ais-Hits-list .ais-InfiniteHits-item .card_product footer,#page_wrapper #hitsArticle .ais-Hits-list .ais-InfiniteHits-item .card_product header,#page_wrapper #hitsArticle .ais-InfiniteHits-list .ais-Hits-item .card_product footer,#page_wrapper #hitsArticle .ais-InfiniteHits-list .ais-Hits-item .card_product header,#page_wrapper #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product footer,#page_wrapper #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product header,#page_wrapper #hitsCategories .ais-Hits-list .ais-Hits-item .card_product footer,#page_wrapper #hitsCategories .ais-Hits-list .ais-Hits-item .card_product header,#page_wrapper #hitsCategories .ais-Hits-list .ais-InfiniteHits-item .card_product footer,#page_wrapper #hitsCategories .ais-Hits-list .ais-InfiniteHits-item .card_product header,#page_wrapper #hitsCategories .ais-InfiniteHits-list .ais-Hits-item .card_product footer,#page_wrapper #hitsCategories .ais-InfiniteHits-list .ais-Hits-item .card_product header,#page_wrapper #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product footer,#page_wrapper #hitsCategories .ais-InfiniteHits-list .ais-InfiniteHits-item .card_product header{overflow:hidden}#hits .ais-Hits--empty,#hitsArticle .ais-Hits--empty,#hitsCategories .ais-Hits--empty{display:none}#hits .ais-InfiniteHits-loadMore span span,#hits .ais-InfiniteHits-loadPrevious span span,#hitsArticle .ais-InfiniteHits-loadMore span span,#hitsArticle .ais-InfiniteHits-loadPrevious span span,#hitsCategories .ais-InfiniteHits-loadMore span span,#hitsCategories .ais-InfiniteHits-loadPrevious span span{display:inline-block!important;width:auto!important}#hits .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled,#hits .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadPrevious--disabled,#hits .ais-InfiniteHits-loadPrevious.ais-InfiniteHits-loadMore--disabled,#hits .ais-InfiniteHits-loadPrevious.ais-InfiniteHits-loadPrevious--disabled,#hitsArticle .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled,#hitsArticle .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadPrevious--disabled,#hitsArticle .ais-InfiniteHits-loadPrevious.ais-InfiniteHits-loadMore--disabled,#hitsArticle .ais-InfiniteHits-loadPrevious.ais-InfiniteHits-loadPrevious--disabled,#hitsCategories .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled,#hitsCategories .ais-InfiniteHits-loadMore.ais-InfiniteHits-loadPrevious--disabled,#hitsCategories .ais-InfiniteHits-loadPrevious.ais-InfiniteHits-loadMore--disabled,#hitsCategories .ais-InfiniteHits-loadPrevious.ais-InfiniteHits-loadPrevious--disabled{display:none}#hits .ais-InfiniteHits-loadPrevious,#hitsArticle .ais-InfiniteHits-loadPrevious,#hitsCategories .ais-InfiniteHits-loadPrevious{margin-bottom:40px}.ais-Pagination{display:block;width:100%}.ais-Pagination.ais-Pagination--noRefinement{display:none}.ais-Pagination .ais-Pagination-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;text-align:center}.ais-Pagination .ais-Pagination-list .ais-Pagination-item a,.ais-Pagination .ais-Pagination-list .ais-Pagination-item span{color:#585858;cursor:pointer;font-size:1em;line-height:1.2em;margin:0 8px}.ais-Pagination .ais-Pagination-list .ais-Pagination-item:not(.ais-Pagination-item--disabled) a:focus,.ais-Pagination .ais-Pagination-list .ais-Pagination-item:not(.ais-Pagination-item--disabled) a:hover,.ais-Pagination .ais-Pagination-list .ais-Pagination-item:not(.ais-Pagination-item--disabled) span:focus,.ais-Pagination .ais-Pagination-list .ais-Pagination-item:not(.ais-Pagination-item--disabled) span:hover{color:#121212;text-decoration:underline}.ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--disabled a,.ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--disabled span{cursor:default;opacity:.5;pointer-events:none}.ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected{font-family:Inter,sans-serif;font-weight:600}@media (max-width:calc(768px - 1px)){.link_cta#toggleSearch{margin-top:12px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top{margin-bottom:15px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top .aa-Source,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List .aa-Source,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Source,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Source,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top .aa-Source{margin-bottom:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left{margin-top:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right{margin-top:15px}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-PanelSection--quickAccess,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-PanelSection--quickAccess{margin-bottom:0}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .aa-Item{margin-bottom:40px}}@media (max-width:calc(440px - 1px)){.modale_popin .ck-content{padding:20px}}@media (min-width:440px){.modale_popin .ck-content{padding:calc(-24.55696px + 10.12658vw)}}@media (min-width:1230px){.modale_popin .ck-content{padding:100px}}@media (max-width:calc(440px - 1px)){.search_modal{top:0}}@media (min-width:440px){.search_modal{top:0}}@media (min-width:1230px){.search_modal{top:0}}@media (max-width:calc(440px - 1px)){body.has_progress .search_modal{top:8px}}@media (min-width:440px){body.has_progress .search_modal{top:calc(6.88608px + .25316vw)}}@media (min-width:1230px){body.has_progress .search_modal{top:10px}}@media (max-width:calc(440px - 1px)){.search_modal.has_banner{top:35px}}@media (min-width:440px){.search_modal.has_banner{top:calc(27.75949px + 1.64557vw)}}@media (min-width:1230px){.search_modal.has_banner{top:48px}}@media (max-width:calc(440px - 1px)){body.has_progress .search_modal.has_banner{top:43px}}@media (min-width:440px){body.has_progress .search_modal.has_banner{top:calc(34.64557px + 1.89873vw)}}@media (min-width:1230px){body.has_progress .search_modal.has_banner{top:58px}}@media (max-width:calc(440px - 1px)){body.country_banner_open .search_modal,body.has_progress.country_banner_open .search_modal{top:0}}@media (min-width:440px){body.country_banner_open .search_modal,body.has_progress.country_banner_open .search_modal{top:0}}@media (min-width:1230px){body.country_banner_open .search_modal,body.has_progress.country_banner_open .search_modal{top:0}}@media (max-width:calc(440px - 1px)){.search_modal .close_search{width:25px}}@media (min-width:440px){.search_modal .close_search{width:calc(22.21519px + .63291vw)}}@media (min-width:1230px){.search_modal .close_search{width:30px}}@media (max-width:calc(440px - 1px)){.search_modal .close_search{height:25px}}@media (min-width:440px){.search_modal .close_search{height:calc(22.21519px + .63291vw)}}@media (min-width:1230px){.search_modal .close_search{height:30px}}@media (max-width:calc(440px - 1px)){.search_modal .close_search{font-size:16px}}@media (min-width:440px){.search_modal .close_search{font-size:calc(14.88608px + .25316vw)}}@media (min-width:1230px){.search_modal .close_search{font-size:18px}}@media (max-width:calc(440px - 1px)){.search_modal .autocomplete{padding-right:20px}}@media (min-width:440px){.search_modal .autocomplete{padding-right:calc(-13.41772px + 7.59494vw)}}@media (min-width:1230px){.search_modal .autocomplete{padding-right:80px}}@media (max-width:calc(440px - 1px)){.search_modal .autocomplete{padding-left:40px}}@media (min-width:440px){.search_modal .autocomplete{padding-left:40px}}@media (min-width:1230px){.search_modal .autocomplete{padding-left:40px}}@media (max-width:calc(440px - 1px)){.search_modal .links{height:35px}}@media (min-width:440px){.search_modal .links{height:calc(15.50633px + 4.43038vw)}}@media (min-width:1230px){.search_modal .links{height:70px}}@media (max-width:calc(440px - 1px)){.search_modal .links .btn_cta{height:40px}}@media (min-width:440px){.search_modal .links .btn_cta{height:calc(36.65823px + .75949vw)}}@media (min-width:1230px){.search_modal .links .btn_cta{height:46px}}@media (max-width:calc(440px - 1px)){.search_modal .links .btn_cta{padding-left:15px}}@media (min-width:440px){.search_modal .links .btn_cta{padding-left:calc(6.64557px + 1.89873vw)}}@media (min-width:1230px){.search_modal .links .btn_cta{padding-left:30px}}@media (max-width:calc(440px - 1px)){.search_modal .links .btn_cta{padding-right:15px}}@media (min-width:440px){.search_modal .links .btn_cta{padding-right:calc(6.64557px + 1.89873vw)}}@media (min-width:1230px){.search_modal .links .btn_cta{padding-right:30px}}@media (max-width:calc(440px - 1px)){.modale_gallery .slider_gallery .swiper-container .swiper-slide{padding-left:10px}}@media (min-width:440px){.modale_gallery .slider_gallery .swiper-container .swiper-slide{padding-left:calc(-26.20253px + 8.22785vw)}}@media (min-width:1230px){.modale_gallery .slider_gallery .swiper-container .swiper-slide{padding-left:75px}}@media (max-width:calc(440px - 1px)){.modale_gallery .slider_gallery .swiper-container .swiper-slide{padding-right:10px}}@media (min-width:440px){.modale_gallery .slider_gallery .swiper-container .swiper-slide{padding-right:calc(-26.20253px + 8.22785vw)}}@media (min-width:1230px){.modale_gallery .slider_gallery .swiper-container .swiper-slide{padding-right:75px}}@media (max-width:calc(440px - 1px)){.modale_confirmation .content_modale,.modale_product_alert .content_modale{padding:30px}}@media (min-width:440px){.modale_confirmation .content_modale,.modale_product_alert .content_modale{padding:calc(24.43038px + 1.26582vw)}}@media (min-width:1230px){.modale_confirmation .content_modale,.modale_product_alert .content_modale{padding:40px}}@media (max-width:calc(440px - 1px)){.modale_confirmation .content_modale .icon-cross,.modale_product_alert .content_modale .icon-cross{width:30px}}@media (min-width:440px){.modale_confirmation .content_modale .icon-cross,.modale_product_alert .content_modale .icon-cross{width:calc(24.43038px + 1.26582vw)}}@media (min-width:1230px){.modale_confirmation .content_modale .icon-cross,.modale_product_alert .content_modale .icon-cross{width:40px}}@media (max-width:calc(440px - 1px)){.modale_confirmation .content_modale .icon-cross,.modale_product_alert .content_modale .icon-cross{height:30px}}@media (min-width:440px){.modale_confirmation .content_modale .icon-cross,.modale_product_alert .content_modale .icon-cross{height:calc(24.43038px + 1.26582vw)}}@media (min-width:1230px){.modale_confirmation .content_modale .icon-cross,.modale_product_alert .content_modale .icon-cross{height:40px}}@media (max-width:calc(440px - 1px)){.modale_confirmation .content_modale .ck-content .btn_cta{margin-top:20px}}@media (min-width:440px){.modale_confirmation .content_modale .ck-content .btn_cta{margin-top:calc(14.43038px + 1.26582vw)}}@media (min-width:1230px){.modale_confirmation .content_modale .ck-content .btn_cta{margin-top:30px}}@media (max-width:calc(440px - 1px)){.modale_country{padding:16px}}@media (min-width:440px){.modale_country{padding:calc(2.63291px + 3.03797vw)}}@media (min-width:1230px){.modale_country{padding:40px}}@media (max-width:calc(440px - 1px)){.modale_country .ck-content{margin-bottom:24px}}@media (min-width:440px){.modale_country .ck-content{margin-bottom:calc(15.08861px + 2.02532vw)}}@media (min-width:1230px){.modale_country .ck-content{margin-bottom:40px}}@media (max-width:calc(440px - 1px)){.modale_country .ck-content img{max-width:60px}}@media (min-width:440px){.modale_country .ck-content img{max-width:calc(43.29114px + 3.79747vw)}}@media (min-width:1230px){.modale_country .ck-content img{max-width:90px}}@media (max-width:calc(440px - 1px)){.modale_country .ck-content img{margin-bottom:16px}}@media (min-width:440px){.modale_country .ck-content img{margin-bottom:calc(11.5443px + 1.01266vw)}}@media (min-width:1230px){.modale_country .ck-content img{margin-bottom:24px}}.modale{max-width:1200px;width:90vw}.modale .modale_close{background:#121212;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;height:48px;position:absolute;right:25px;top:25px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:48px;z-index:2}.modale .modale_close:before{color:#fff;font-size:14px;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.modale .modale_close:focus,.modale .modale_close:hover{background:#585858}.modale .modale_content{display:block;max-height:80vh;min-height:50vh;overflow:auto;width:100%}.modale_overlay{background:#121212}.modale_overlay.modale_open{opacity:.9}.modale_popin{height:90vw;max-height:620px;max-width:1020px;width:90vw}.modale_popin .modale_content{max-height:100%;max-width:100%}.modale_popin .modale_content>div:not(.loader){display:block;height:100%;position:relative;width:100%;z-index:1}#hits .modale_popin .modale_content .ais-Hits-list,#hits .modale_popin .modale_content .ais-InfiniteHits-list,#hitsArticle .modale_popin .modale_content .ais-Hits-list,#hitsArticle .modale_popin .modale_content .ais-InfiniteHits-list,#hitsCategories .modale_popin .modale_content .ais-Hits-list,#hitsCategories .modale_popin .modale_content .ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .aa-Source,.card_edito_inline .modale_popin .modale_content .col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-Source,.modale_popin .modale_content #hits .ais-Hits-list,.modale_popin .modale_content #hits .ais-InfiniteHits-list,.modale_popin .modale_content #hitsArticle .ais-Hits-list,.modale_popin .modale_content #hitsArticle .ais-InfiniteHits-list,.modale_popin .modale_content #hitsCategories .ais-Hits-list,.modale_popin .modale_content #hitsCategories .ais-InfiniteHits-list,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List,.modale_popin .modale_content .card_edito_inline .col_infos,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List,.modale_popin .modale_content .row{overflow:auto}#hits .modale_popin .modale_content .card_edito_inline .ais-Hits-list.col_infos,#hits .modale_popin .modale_content .card_edito_inline .ais-InfiniteHits-list.col_infos,#hits .modale_popin .modale_content .h_full.ais-Hits-list,#hits .modale_popin .modale_content .h_full.ais-InfiniteHits-list,#hitsArticle .modale_popin .modale_content .card_edito_inline .ais-Hits-list.col_infos,#hitsArticle .modale_popin .modale_content .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsArticle .modale_popin .modale_content .h_full.ais-Hits-list,#hitsArticle .modale_popin .modale_content .h_full.ais-InfiniteHits-list,#hitsCategories .modale_popin .modale_content .card_edito_inline .ais-Hits-list.col_infos,#hitsCategories .modale_popin .modale_content .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsCategories .modale_popin .modale_content .h_full.ais-Hits-list,#hitsCategories .modale_popin .modale_content .h_full.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .card_edito_inline .aa-List.col_infos,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .h_full.aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .card_edito_inline .aa-PanelSections.col_infos,#result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .h_full.aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .card_edito_inline .aa-List.col_infos,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .h_full.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .card_edito_inline .aa-Source.col_infos,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .h_full.aa-Source,.card_edito_inline #hits .modale_popin .modale_content .ais-Hits-list.col_infos,.card_edito_inline #hits .modale_popin .modale_content .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsArticle .modale_popin .modale_content .ais-Hits-list.col_infos,.card_edito_inline #hitsArticle .modale_popin .modale_content .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsCategories .modale_popin .modale_content .ais-Hits-list.col_infos,.card_edito_inline #hitsCategories .modale_popin .modale_content .ais-InfiniteHits-list.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .aa-List.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-PanelSections.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .aa-Source.col_infos,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List.col_infos,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-Source.col_infos,.card_edito_inline .modale_popin .modale_content #hits .ais-Hits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hits .ais-InfiniteHits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsArticle .ais-Hits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsArticle .ais-InfiniteHits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsCategories .ais-Hits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsCategories .ais-InfiniteHits-list.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.col_infos,.card_edito_inline .modale_popin .modale_content .col_infos,.card_edito_inline .modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.col_infos,.card_edito_inline .modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .card_edito_inline .aa-List.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .h_full.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .card_edito_inline .aa-Source.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .h_full.aa-Source,.modale_popin .modale_content #hits .card_edito_inline .ais-Hits-list.col_infos,.modale_popin .modale_content #hits .card_edito_inline .ais-InfiniteHits-list.col_infos,.modale_popin .modale_content #hits .h_full.ais-Hits-list,.modale_popin .modale_content #hits .h_full.ais-InfiniteHits-list,.modale_popin .modale_content #hitsArticle .card_edito_inline .ais-Hits-list.col_infos,.modale_popin .modale_content #hitsArticle .card_edito_inline .ais-InfiniteHits-list.col_infos,.modale_popin .modale_content #hitsArticle .h_full.ais-Hits-list,.modale_popin .modale_content #hitsArticle .h_full.ais-InfiniteHits-list,.modale_popin .modale_content #hitsCategories .card_edito_inline .ais-Hits-list.col_infos,.modale_popin .modale_content #hitsCategories .card_edito_inline .ais-InfiniteHits-list.col_infos,.modale_popin .modale_content #hitsCategories .h_full.ais-Hits-list,.modale_popin .modale_content #hitsCategories .h_full.ais-InfiniteHits-list,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_edito_inline .aa-List.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .h_full.aa-List,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .card_edito_inline .aa-PanelSections.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .h_full.aa-PanelSections,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_edito_inline .aa-List.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .h_full.aa-List,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_edito_inline .aa-Source.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .h_full.aa-Source,.modale_popin .modale_content .card_edito_inline .col_infos,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_edito_inline .aa-List.col_infos,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .h_full.aa-List,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_edito_inline .aa-Source.col_infos,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .h_full.aa-Source,.modale_popin .modale_content .row.h_full{position:relative;z-index:2}#hits .modale_popin .modale_content .ais-Hits-list .ck-content .titre_h2,#hits .modale_popin .modale_content .ais-InfiniteHits-list .ck-content .titre_h2,#hitsArticle .modale_popin .modale_content .ais-Hits-list .ck-content .titre_h2,#hitsArticle .modale_popin .modale_content .ais-InfiniteHits-list .ck-content .titre_h2,#hitsCategories .modale_popin .modale_content .ais-Hits-list .ck-content .titre_h2,#hitsCategories .modale_popin .modale_content .ais-InfiniteHits-list .ck-content .titre_h2,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .aa-List .ck-content .titre_h2,#result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-PanelSections .ck-content .titre_h2,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List .ck-content .titre_h2,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .aa-Source .ck-content .titre_h2,.card_edito_inline .modale_popin .modale_content .col_infos .ck-content .titre_h2,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List .ck-content .titre_h2,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-Source .ck-content .titre_h2,.modale_popin .modale_content #hits .ais-Hits-list .ck-content .titre_h2,.modale_popin .modale_content #hits .ais-InfiniteHits-list .ck-content .titre_h2,.modale_popin .modale_content #hitsArticle .ais-Hits-list .ck-content .titre_h2,.modale_popin .modale_content #hitsArticle .ais-InfiniteHits-list .ck-content .titre_h2,.modale_popin .modale_content #hitsCategories .ais-Hits-list .ck-content .titre_h2,.modale_popin .modale_content #hitsCategories .ais-InfiniteHits-list .ck-content .titre_h2,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ck-content .titre_h2,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ck-content .titre_h2,.modale_popin .modale_content .card_edito_inline .col_infos .ck-content .titre_h2,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ck-content .titre_h2,.modale_popin .modale_content .row .ck-content .titre_h2{margin-bottom:0}.modale_popin picture,.modale_popin picture img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.modale_popin picture img{display:block;object-fit:cover;-o-object-fit:cover;object-position:center;-o-object-position:center}.modale_popin .ck-content{position:relative;z-index:2}.modale_popin .ck-content .btn_cta{width:100%}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country{background-color:#f4f1ed;display:block;height:auto;left:50%;max-height:auto;max-width:600px;padding:20px;top:50%;transform:translate(-50%,-50%);width:100%}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_close{background-color:transparent;height:40px;position:absolute;right:10px;top:10px;width:40px;z-index:2}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_close:before{color:#121212}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .hidden{display:none}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content{height:auto;max-height:100%;min-height:100%;overflow:hidden}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content .ck-content{margin-bottom:40px}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content .ck-content img{margin-bottom:24px;width:100%}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form{margin:auto;max-width:480px;position:relative}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .switcher_wrapper_loader{background:hsla(0,0%,100%,.5);bottom:0;left:0;position:absolute;right:0;top:0;z-index:5}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .btn_cta{border-radius:0;width:100%}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices:after{display:none}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices .choices__inner{padding:0}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices .choices__inner .choices__list{border-radius:0;position:relative}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices .choices__inner .choices__list:after{color:#121212;content:"\e002";font-family:resee;font-size:10px;padding-top:2px;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);-moz-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);-o-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices .choices__list--dropdown input{background:#f9f9f9;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;height:39px;left:1px;padding:16px 10px;right:1px;top:1px;width:auto;z-index:3}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices .choices__list--dropdown input~.choices__list{padding-top:40px}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices .choices__list--dropdown .choices__item{padding-left:10px}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices.is-open{z-index:3}.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_content form .form-group .choices.is-open .choices__inner .choices__list:after{right:16px;-webkit-transform:translateY(-50%) rotate(-90deg);-moz-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);-o-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.modale_gallery{background:transparent;height:95vh;max-width:100vw;overflow:visible;width:100vw}.modale_gallery .modale_close{background:#fff;border:1px solid #121212;z-index:5}.modale_gallery .modale_close:before{color:#121212}.modale_gallery .modale_close:focus,.modale_gallery .modale_close:hover{background:#f3f3f3}.modale_gallery .modale_content{height:100%;max-height:100%;width:100%}.modale_gallery .slider_gallery{display:block;height:100%;overflow:hidden;width:100%}.modale_gallery .slider_gallery .swiper-container{height:100%;margin:auto;max-width:60vw;overflow:visible}.modale_gallery .slider_gallery .swiper-container .swiper-button-next,.modale_gallery .slider_gallery .swiper-container .swiper-button-prev{background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:48px;position:fixed;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:48px;z-index:2}.modale_gallery .slider_gallery .swiper-container .swiper-button-next:before,.modale_gallery .slider_gallery .swiper-container .swiper-button-prev:before{color:#121212;font-size:14px;left:50%;margin-left:-7px;margin-top:-7px;position:absolute;top:50%}.modale_gallery .slider_gallery .swiper-container .swiper-button-next.swiper-button-disabled:before,.modale_gallery .slider_gallery .swiper-container .swiper-button-prev.swiper-button-disabled:before{opacity:.5}.modale_gallery .slider_gallery .swiper-container .swiper-button-next:not(.swiper-button-disabled),.modale_gallery .slider_gallery .swiper-container .swiper-button-prev:not(.swiper-button-disabled){cursor:pointer}.modale_gallery .slider_gallery .swiper-container .swiper-button-next:not(.swiper-button-disabled):focus,.modale_gallery .slider_gallery .swiper-container .swiper-button-next:not(.swiper-button-disabled):hover,.modale_gallery .slider_gallery .swiper-container .swiper-button-prev:not(.swiper-button-disabled):focus,.modale_gallery .slider_gallery .swiper-container .swiper-button-prev:not(.swiper-button-disabled):hover{background:#f3f3f3}.modale_gallery .slider_gallery .swiper-container .swiper-button-prev{left:25px}.modale_gallery .slider_gallery .swiper-container .swiper-button-prev:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.modale_gallery .slider_gallery .swiper-container .swiper-button-next{right:25px}.modale_gallery .slider_gallery .swiper-container .swiper-slide{height:100%}.modale_gallery .slider_gallery .swiper-container .swiper-slide img{margin:auto;width:unset}.modale_gallery .slider_gallery .swiper-container .swiper-slide .loader,.modale_gallery .slider_gallery .swiper-container .swiper-slide .loader:before{display:none}.modale_gallery .slider_gallery .swiper-container .swiper-slide-next{padding-left:0;padding-right:0}.modale_gallery .slider_gallery .swiper-container .swiper-slide-next img{margin:0}.modale_gallery+.modale_overlay.modale_open{opacity:.6}.search_modal{background:#fff;bottom:0;left:0;opacity:0;position:fixed;right:0;visibility:hidden;z-index:10}.search_modal,.search_modal .links .link{-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.search_modal .links .link{color:#121212;cursor:pointer;display:block;font-size:21px;height:30px;position:relative;width:30px}.search_modal .links .link:before{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.search_modal .links .link:focus,.search_modal .links .link:hover{color:#585858}.search_modal .links .link .nb_items{background:#121212;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:700;height:18px;line-height:18px;position:absolute;right:-10px;text-align:center;top:-5px;width:18px}.search_modal .links .link .nb_items:not(:has(*)){display:none}.search_modal .links .link .user_name{background:#121212;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;height:32px;left:50%;line-height:32px;position:absolute;text-align:center;text-transform:uppercase;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:32px;z-index:2}@media (max-width:calc(768px - 1px)){.search_modal .links .link .user_name{font-size:13px;height:28px;line-height:28px;width:28px}}.search_modal .links .btn_cta{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.search_modal .close_search{color:#121212;cursor:pointer;position:relative;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.search_modal .close_search:before{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.search_modal .close_search:focus,.search_modal .close_search:hover{color:#585858}.search_modal .content_result{position:relative}.search_modal #autocomplete{padding-right:16px}.search_modal #result_autocomplete{height:100%;left:0;max-width:1600px;position:absolute;top:0}.search_modal #result_autocomplete .aa-Panel{height:100%!important;overflow:hidden}.search_modal #result_autocomplete .aa-Panel .aa-PanelLayout{height:100%;max-height:100%}.content_autocomplete_list .search_modal #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source,.search_modal #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections,.search_modal #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source{align-content:flex-start;-webkit-align-content:flex-start;height:100%;overflow:auto;padding-left:70px;padding-right:70px;-ms-flex-line-pack:start}.content_autocomplete_list .search_modal #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List,.content_autocomplete_list .search_modal #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top,.search_modal #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top,.search_modal #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List,.search_modal #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top{padding-top:0}.modale_confirmation{background:hsla(0,0%,7%,.9);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;-moz-transition:0s ease-in-out;-o-transition:0s ease-in-out;-webkit-transition:0s ease-in-out;transition:0s ease-in-out;visibility:hidden;z-index:999}.modale_confirmation.show{opacity:1;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:visible}.modale_confirmation .content_modale{background:#fff;left:50%;max-width:600px;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);width:90vw}.modale_confirmation .content_modale .icon-cross{cursor:pointer;position:absolute;right:5px;top:5px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.modale_confirmation .content_modale .icon-cross:before{color:#121212;font-size:14px;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.modale_confirmation .content_modale .icon-cross:focus:hover,.modale_confirmation .content_modale .icon-cross:hover:hover{color:#585858}.modale_confirmation .content_modale .ck-content p{text-align:center}.modale_product_alert{max-width:800px}.modale_product_alert .content_modale .ck-content p{text-align:center}.modale_product_alert .content_modale form{margin-top:32px}body.search_open .search_modal{opacity:1;visibility:visible}body.modale_confirmation_open{overflow:hidden}body.modale_confirmation_open main{z-index:3}.modale_newsletter{background-color:#f4f1ed;height:fit-content;max-height:fit-content;max-width:600px;width:90vw}.modale_newsletter,.modale_newsletter .modale_content{min-height:fit-content}.modale_newsletter .modale_content #modale-newsletter{background-color:#f4f1ed;overflow-y:hidden;padding:2rem;z-index:999}.modale_newsletter .modale_content #modale-newsletter .visuel{display:none;margin-bottom:1.5rem;margin-top:1.5rem;text-align:center}.modale_newsletter .modale_content #modale-newsletter .visuel picture{max-width:100%;text-align:center}.modale_newsletter .modale_content #modale-newsletter p{margin-bottom:.5rem}.modale_newsletter .modale_content #modale-newsletter form{margin-top:2rem;max-width:500px;width:100%}.modale_newsletter .modale_content #modale-newsletter form .form-group{border-bottom:1px solid #ccc;margin-bottom:1.5rem}.modale_newsletter .modale_content #modale-newsletter form .form-group #newsletter-email{background:transparent;border:none;border-radius:0;font-size:.95rem;outline:none}.modale_newsletter .modale_content #modale-newsletter form .form-group button[type=submit]{background:none;border:none;cursor:pointer;font-size:1.5rem}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .modale_newsletter .modale_content #modale-newsletter form .aa-PanelSection--left p,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .modale_newsletter .modale_content #modale-newsletter form .aa-PanelSection--left p,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .modale_newsletter .modale_content #modale-newsletter form .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form .order_last p{font-size:12px;line-height:17px}.modale_newsletter .modale_content .modale_close{background:transparent;color:#121212;z-index:9999999}.modale_newsletter .modale_content .modale_close:before{color:#121212;font-size:16px}@media (max-width:calc(1024px - 1px)){.search_modal{top:0!important}.search_modal .links{height:auto;overflow:visible;padding-bottom:15px;padding-top:15px}.content_autocomplete_list .search_modal #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source,.search_modal #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections,.search_modal #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source,.search_modal .autocomplete{padding-left:20px;padding-right:20px}}@media (max-width:calc(768px - 1px)){.modale{bottom:20px;height:auto;left:20px;overflow:visible;right:20px;top:100px;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);width:auto}.modale .modale_close{background:transparent!important;left:50%;position:absolute;right:inherit;top:-74px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.modale .modale_close:before{font-size:16px}.modale .modale_content{height:100%;max-height:inherit}.modale.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country{bottom:0;left:0;padding:10px;top:unset;transform:none}.modale.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .ck-content{margin-bottom:20px}.modale.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_close{background:#f4f1ed!important;left:unset;right:0;top:-46px;transform:unset}.modale.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country .modale_close:before{color:#121212}.modale.modale_sm.modale_center.modale_cover_sm.modale.modale_open.modale_country form .btn_cta{border-radius:0}.modale_popin{max-height:inherit;max-width:inherit}#hits .modale_popin .modale_content .card_edito_inline .ais-Hits-list.col_infos,#hits .modale_popin .modale_content .card_edito_inline .ais-InfiniteHits-list.col_infos,#hits .modale_popin .modale_content .h_full.ais-Hits-list,#hits .modale_popin .modale_content .h_full.ais-InfiniteHits-list,#hitsArticle .modale_popin .modale_content .card_edito_inline .ais-Hits-list.col_infos,#hitsArticle .modale_popin .modale_content .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsArticle .modale_popin .modale_content .h_full.ais-Hits-list,#hitsArticle .modale_popin .modale_content .h_full.ais-InfiniteHits-list,#hitsCategories .modale_popin .modale_content .card_edito_inline .ais-Hits-list.col_infos,#hitsCategories .modale_popin .modale_content .card_edito_inline .ais-InfiniteHits-list.col_infos,#hitsCategories .modale_popin .modale_content .h_full.ais-Hits-list,#hitsCategories .modale_popin .modale_content .h_full.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .card_edito_inline .aa-List.col_infos,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .h_full.aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .card_edito_inline .aa-PanelSections.col_infos,#result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .h_full.aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .card_edito_inline .aa-List.col_infos,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .h_full.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .card_edito_inline .aa-Source.col_infos,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .h_full.aa-Source,.card_edito_inline #hits .modale_popin .modale_content .ais-Hits-list.col_infos,.card_edito_inline #hits .modale_popin .modale_content .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsArticle .modale_popin .modale_content .ais-Hits-list.col_infos,.card_edito_inline #hitsArticle .modale_popin .modale_content .ais-InfiniteHits-list.col_infos,.card_edito_inline #hitsCategories .modale_popin .modale_content .ais-Hits-list.col_infos,.card_edito_inline #hitsCategories .modale_popin .modale_content .ais-InfiniteHits-list.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .modale_popin .modale_content .aa-List.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-PanelSections.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List.col_infos,.card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .modale_popin .modale_content .aa-Source.col_infos,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .aa-List.col_infos,.card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .aa-Source.col_infos,.card_edito_inline .modale_popin .modale_content #hits .ais-Hits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hits .ais-InfiniteHits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsArticle .ais-Hits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsArticle .ais-InfiniteHits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsCategories .ais-Hits-list.col_infos,.card_edito_inline .modale_popin .modale_content #hitsCategories .ais-InfiniteHits-list.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.col_infos,.card_edito_inline .modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.col_infos,.card_edito_inline .modale_popin .modale_content .col_infos,.card_edito_inline .modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.col_infos,.card_edito_inline .modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .card_edito_inline .aa-List.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .modale_popin .modale_content .h_full.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .card_edito_inline .aa-Source.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .modale_popin .modale_content .h_full.aa-Source,.modale_popin .modale_content #hits .card_edito_inline .ais-Hits-list.col_infos,.modale_popin .modale_content #hits .card_edito_inline .ais-InfiniteHits-list.col_infos,.modale_popin .modale_content #hits .h_full.ais-Hits-list,.modale_popin .modale_content #hits .h_full.ais-InfiniteHits-list,.modale_popin .modale_content #hitsArticle .card_edito_inline .ais-Hits-list.col_infos,.modale_popin .modale_content #hitsArticle .card_edito_inline .ais-InfiniteHits-list.col_infos,.modale_popin .modale_content #hitsArticle .h_full.ais-Hits-list,.modale_popin .modale_content #hitsArticle .h_full.ais-InfiniteHits-list,.modale_popin .modale_content #hitsCategories .card_edito_inline .ais-Hits-list.col_infos,.modale_popin .modale_content #hitsCategories .card_edito_inline .ais-InfiniteHits-list.col_infos,.modale_popin .modale_content #hitsCategories .h_full.ais-Hits-list,.modale_popin .modale_content #hitsCategories .h_full.ais-InfiniteHits-list,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_edito_inline .aa-List.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .h_full.aa-List,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .card_edito_inline .aa-PanelSections.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .aa-PanelLayout .h_full.aa-PanelSections,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_edito_inline .aa-List.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .h_full.aa-List,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_edito_inline .aa-Source.col_infos,.modale_popin .modale_content #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .h_full.aa-Source,.modale_popin .modale_content .card_edito_inline .col_infos,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_edito_inline .aa-List.col_infos,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .h_full.aa-List,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_edito_inline .aa-Source.col_infos,.modale_popin .modale_content .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .h_full.aa-Source,.modale_popin .modale_content .row.h_full{height:auto}.modale_popin picture img{object-position:top center;-o-object-position:top center}.modale_gallery{bottom:0;left:0;right:0;top:60px}.modale_gallery .modale_close{background:#fff;left:auto;right:8px;top:-55px;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.modale_gallery .slider_gallery .swiper-container{max-width:100vw}.modale_gallery .slider_gallery .swiper-container .swiper-button-prev{left:16px}.modale_gallery .slider_gallery .swiper-container .swiper-button-next{right:16px}.modale_gallery .slider_gallery .swiper-container .swiper-button-next,.modale_gallery .slider_gallery .swiper-container .swiper-button-prev{height:40px;width:40px}.modale_gallery .slider_gallery .swiper-container .swiper-slide{padding:0}.modale_gallery~.modale_overlay{background:#fff}.modale_gallery~.modale_overlay.modale_open{opacity:1}.modale_newsletter{height:fit-content;max-height:unset;min-height:unset;top:20px}.modale_newsletter .modale_content{height:unset;max-height:unset;min-height:unset}.modale_newsletter .modale_content #modale-newsletter{padding:1rem}.modale_newsletter .modale_content #modale-newsletter .visuel{margin-bottom:.5rem}.modale_newsletter .modale_content #modale-newsletter .visuel img{max-height:43vh;width:auto}.modale_newsletter .modale_content #modale-newsletter p{font-size:12px}.modale_newsletter .modale_content #modale-newsletter form{margin-top:.5rem}#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .modale_newsletter .modale_content #modale-newsletter form .aa-PanelSection--left p,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .modale_newsletter .modale_content #modale-newsletter form .aa-PanelSection--left p,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .modale_newsletter .modale_content #modale-newsletter form .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left p,.modale_newsletter .modale_content #modale-newsletter form .order_last p{font-size:10px;line-height:14px}.modale_newsletter .modale_close{display:block;left:unset;right:-21px;top:0}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper{max-width:550px}}@media (min-width:440px){.side_panel .panel_wrapper{max-width:calc(410.75949px + 31.64557vw)}}@media (min-width:1230px){.side_panel .panel_wrapper{max-width:800px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content{padding-left:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content{padding-left:calc(-13.41772px + 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content{padding-left:80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content{padding-right:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content{padding-right:calc(-13.41772px + 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content{padding-right:80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content>div{padding-top:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content>div{padding-top:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content>div{padding-top:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content>div{padding-bottom:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content>div{padding-bottom:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content>div{padding-bottom:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey:before{left:-20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey:before{left:calc(13.41772px - 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey:before{left:-80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey:before{right:-20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey:before{right:calc(13.41772px - 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey:before{right:-80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{left:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{left:calc(-13.41772px + 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{left:80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{right:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{right:calc(-13.41772px + 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{right:80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{padding-top:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{padding-top:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{padding-top:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{padding-bottom:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{padding-bottom:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title{padding-bottom:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title:before{left:-20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title:before{left:calc(13.41772px - 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title:before{left:-80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title:before{right:-20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title:before{right:calc(13.41772px - 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content .sticky_title:before{right:-80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{top:15px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{top:calc(1.07595px + 3.16456vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{top:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{right:15px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{right:calc(1.07595px + 3.16456vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{right:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-left:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-left:calc(-13.41772px + 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-left:80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-right:20px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-right:calc(-13.41772px + 7.59494vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-right:80px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-top:16px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-top:calc(2.63291px + 3.03797vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-top:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-bottom:16px}}@media (min-width:440px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-bottom:calc(2.63291px + 3.03797vw)}}@media (min-width:1230px){.side_panel .panel_wrapper .panel_inner .panel_footer{padding-bottom:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_overlay .panel_close{top:15px}}@media (min-width:440px){.side_panel .panel_overlay .panel_close{top:calc(1.07595px + 3.16456vw)}}@media (min-width:1230px){.side_panel .panel_overlay .panel_close{top:40px}}@media (max-width:calc(440px - 1px)){.side_panel .panel_overlay .panel_close{right:15px}}@media (min-width:440px){.side_panel .panel_overlay .panel_close{right:calc(1.07595px + 3.16456vw)}}@media (min-width:1230px){.side_panel .panel_overlay .panel_close{right:40px}}@media (max-width:calc(440px - 1px)){.side_panel[data-panel-type=login] .panel_content .link_back{top:-10px}}@media (min-width:440px){.side_panel[data-panel-type=login] .panel_content .link_back{top:calc(6.70886px - 3.79747vw)}}@media (min-width:1230px){.side_panel[data-panel-type=login] .panel_content .link_back{top:-40px}}@media (max-width:calc(440px - 1px)){.side_panel[data-panel-type=login] .panel_content .link_back{left:-10px}}@media (min-width:440px){.side_panel[data-panel-type=login] .panel_content .link_back{left:calc(6.70886px - 3.79747vw)}}@media (min-width:1230px){.side_panel[data-panel-type=login] .panel_content .link_back{left:-40px}}@media (max-width:calc(440px - 1px)){.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_content .panel_title .icon{width:74px}}@media (min-width:440px){.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_content .panel_title .icon{width:calc(66.20253px + 1.77215vw)}}@media (min-width:1230px){.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_content .panel_title .icon{width:88px}}@media (max-width:calc(440px - 1px)){.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_content .panel_title .icon{height:74px}}@media (min-width:440px){.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_content .panel_title .icon{height:calc(66.20253px + 1.77215vw)}}@media (min-width:1230px){.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_content .panel_title .icon{height:88px}}.side_panel{bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;z-index:9}@media (max-width:calc(576px - 1px)){.side_panel{width:100%}}.side_panel[aria-hidden=false]{opacity:1;visibility:visible}@media (min-width:576px){.side_panel[aria-hidden=false] .panel_wrapper{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@media (max-width:calc(576px - 1px)){.side_panel[aria-hidden=false] .panel_wrapper{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.side_panel .panel_overlay{background-color:hsla(0,0%,7%,.6);height:100%;width:100%}@media (max-width:calc(576px - 1px)){.side_panel .panel_overlay{position:relative}}.side_panel .panel_overlay .panel_close{cursor:pointer;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media (min-width:576px){.side_panel .panel_overlay .panel_close{color:#121212;font-size:16px;height:32px;position:fixed;width:32px;z-index:9}.side_panel .panel_overlay .panel_close:focus,.side_panel .panel_overlay .panel_close:hover{color:#585858}}@media (max-width:calc(576px - 1px)){.side_panel .panel_overlay .panel_close{background:hsla(0,0%,100%,.3);color:#121212;font-size:18px;height:32px;position:absolute;right:16px;top:16px;width:32px;z-index:2}}.side_panel .panel_wrapper{background:#fff;bottom:0;position:fixed;right:0;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:50%}@media (min-width:576px){.side_panel .panel_wrapper{top:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}@media (max-width:calc(576px - 1px)){.side_panel .panel_wrapper{height:100%;left:0;max-width:100%;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);width:100%}}.side_panel .panel_wrapper .panel_inner,.side_panel .panel_wrapper .panel_inner>form{display:flex;flex-direction:column;overflow-y:auto}.side_panel .panel_wrapper .panel_inner .panel_content{flex-grow:1}.side_panel .panel_wrapper .panel_inner .panel_content .panel_title{margin-bottom:24px}.side_panel .panel_wrapper .panel_inner .panel_content>div .icon-check-round:before{display:inline-block;margin-right:8px;margin-top:-1px;vertical-align:middle}.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey{position:relative;z-index:1}.side_panel .panel_wrapper .panel_inner .panel_content>div.bg_grey:before{background:#f9f9f9;bottom:0;content:"";position:absolute;top:0;z-index:-1}.side_panel .panel_wrapper .panel_inner .panel_content .cms_content_row,.side_panel .panel_wrapper .panel_inner .panel_content .content_cms{padding:0}.side_panel .panel_wrapper .panel_inner .panel_content .link_pressing{background:#fff5ed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:block;margin-bottom:16px;padding:16px 40px 16px 16px;position:relative;text-decoration:none;width:100%}.side_panel .panel_wrapper .panel_inner .panel_content .link_pressing:after{content:"\e002";font-family:resee;font-size:12px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.side_panel .panel_wrapper .panel_inner .panel_content .condition_pics{margin:16px -4px}.side_panel .panel_wrapper .panel_inner .panel_content .condition_pics>div{padding:4px}.side_panel .panel_wrapper .panel_inner .panel_content .condition_pics img{width:75px}.side_panel .panel_wrapper .panel_inner .panel_content .condition{background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:block;padding:16px;width:100%}.side_panel .panel_wrapper .panel_inner .panel_content .condition+.condition{margin-top:24px}.side_panel .panel_wrapper .panel_inner .panel_content .condition .text2{height:0;overflow:hidden;-moz-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.side_panel .panel_wrapper .panel_inner .panel_content .condition .toggle_info .less,.side_panel .panel_wrapper .panel_inner .panel_content .condition.open .toggle_info .more{display:none}.side_panel .panel_wrapper .panel_inner .panel_content .condition.open .toggle_info .less{display:block}.side_panel .panel_wrapper .panel_inner .panel_content .condition:not(.open) .text2{margin-bottom:0}.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing{background:#fff;bottom:0;left:100%;overflow:auto;position:absolute;top:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%;z-index:2}.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing.open{left:0}.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{cursor:pointer;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media (min-width:576px){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{color:#121212;font-size:16px;height:32px;position:absolute;width:32px;z-index:3}.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close:focus,.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close:hover{color:#585858}}@media (max-width:calc(576px - 1px)){.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing .panel_close{background:hsla(0,0%,100%,.3);color:#121212;font-size:18px;height:32px;position:absolute;right:16px;top:16px;width:32px;z-index:3}}.side_panel .panel_wrapper .panel_inner .panel_content.panel_pressing img{width:100%}.side_panel .panel_wrapper .panel_inner .panel_footer{background-color:#fff;z-index:5}@media (min-width:576px){.side_panel .panel_wrapper .panel_inner .panel_footer{border-top:1px solid #bdbdbd;bottom:0;left:0;position:absolute;right:0;width:100%}}.side_panel .panel_wrapper .panel_inner .sticky_title{padding-right:32px;position:sticky;top:0;z-index:2}.side_panel .panel_wrapper .panel_inner .sticky_title:before{background:#fff;border-bottom:1px solid #f3f3f3;bottom:0;content:"";position:absolute;top:0;z-index:-1}.side_panel .panel_wrapper .panel_inner .sticky_title .panel_title{margin-bottom:0}.side_panel .panel_wrapper .panel_inner:has(.sticky_title) .panel_content{padding-top:0}.side_panel:has(.panel_pressing.open) .panel_overlay .panel_close{z-index:-1}.side_panel[aria-hidden=false]~.modale_gallery{z-index:100}.side_panel[aria-hidden=false]~.modale_gallery~.modale_overlay{z-index:99}@media (min-width:576px){.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content,.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_inner .panel_content{padding-bottom:130px}}.side_panel[data-panel-type=product_condition] .panel_wrapper .panel_content .table_wrapper,.side_panel[data-panel-type=product_size] .panel_wrapper .panel_content .table_wrapper{margin-bottom:32px}.side_panel[data-panel-type=product_condition] .panel_wrapper .panel_content .table_wrapper table caption,.side_panel[data-panel-type=product_size] .panel_wrapper .panel_content .table_wrapper table caption{margin-bottom:18px}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item:not(:first-child){margin-top:24px}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_inner .item_image{flex-shrink:0;margin-right:16px;position:relative;width:90px}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_inner .item_image img,.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_inner .item_image picture{position:relative;z-index:2}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_inner .item_image .loader_wrapper{height:50%;left:0;position:absolute;top:0;width:100%;z-index:1}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_inner .item_infos .designer{text-transform:uppercase}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_inner .item_infos .options{display:flex;flex-direction:column;padding-left:unset}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_inner .item_infos .options:before{display:none}.side_panel[data-panel-type=product_add_to_cart] .panel_wrapper .panel_inner .panel_content .cart_items .item .item_delete button{font-size:14px;height:32px;width:32px}.side_panel[data-panel-type=login] .panel_content .link_back{position:relative}.side_panel[data-panel-type=login] .panel_content .title_form [class*=titre_]{margin-bottom:0}.side_panel[data-panel-type=login] .panel_content .title_form:not(:last-child){margin-bottom:20px}.side_panel[data-panel-type=login] .panel_content .title_form .btn_cta{margin-top:10px;width:100%}.side_panel[data-panel-type=login] .panel_content .login-text,.side_panel[data-panel-type=login] .panel_content .title_form .login-title{text-align:center}.side_panel[data-panel-type=login] .panel_content form .optins-register .fv-plugins-message-container div{padding:0}.side_panel[data-panel-type=login] .panel_content form .optins-register>label>a{color:#121212;text-decoration:underline}.side_panel[data-panel-type=login] .panel_content .block-advantage{margin-top:10%}.side_panel[data-panel-type=login] .panel_content .block-advantage .block-checks-register{background-color:#fefbf7;margin-top:5px;padding:5px}.side_panel[data-panel-type=login] .panel_content .block-advantage .block-checks-register p{font-size:11px;font-weight:700}.side_panel[data-panel-type=login] .panel_content .block-advantage .block-checks-register img{margin-left:20%}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .panel_title{margin-bottom:32px}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .panel_title .icon{border:1px solid #121212;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:auto;position:relative}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .panel_title .icon img{left:50%;max-height:35px;max-width:50px;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .panel_title .title{flex-grow:1;margin-left:16px}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .panel_title>.ck-content{margin-top:24px}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .ship_address .address_book{margin-bottom:24px}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .ship_address .address_book .choice-item+.choice-item{margin-top:20px}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .ship_address .address_add,.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .ship_address .address_create_edit{margin-bottom:40px}.side_panel[data-panel-type=proposal_transfer_type_ship] .panel_wrapper .panel_content .ship_address .iti .iti__flag-container .iti__country-list{top:unset}@media (max-width:calc(440px - 1px)){.card_edito .ck-content{padding:20px}}@media (min-width:440px){.card_edito .ck-content{padding:calc(17.21519px + .63291vw)}}@media (min-width:1230px){.card_edito .ck-content{padding:25px}}@media (max-width:calc(440px - 1px)){.card_edito .ck-content .titre_h4{margin-bottom:10px}}@media (min-width:440px){.card_edito .ck-content .titre_h4{margin-bottom:calc(7.21519px + .63291vw)}}@media (min-width:1230px){.card_edito .ck-content .titre_h4{margin-bottom:15px}}@media (max-width:calc(440px - 1px)){.content_card_edito+.content_card_edito{margin-top:15px}}@media (min-width:440px){.content_card_edito+.content_card_edito{margin-top:calc(9.43038px + 1.26582vw)}}@media (min-width:1230px){.content_card_edito+.content_card_edito{margin-top:25px}}@media (max-width:calc(440px - 1px)){.card_edito_inline .col_infos{padding:15px}}@media (min-width:440px){.card_edito_inline .col_infos{padding:calc(-21.20253px + 8.22785vw)}}@media (min-width:1230px){.card_edito_inline .col_infos{padding:80px}}@media (max-width:calc(440px - 1px)){.card_simple .ck-content{margin-top:10px}}@media (min-width:440px){.card_simple .ck-content{margin-top:calc(-.02532px + 2.27848vw)}}@media (min-width:1230px){.card_simple .ck-content{margin-top:28px}}@media (max-width:calc(440px - 1px)){.card_simple .ck-content .titre_h4:not(:last-child){margin-bottom:10px}}@media (min-width:440px){.card_simple .ck-content .titre_h4:not(:last-child){margin-bottom:calc(7.21519px + .63291vw)}}@media (min-width:1230px){.card_simple .ck-content .titre_h4:not(:last-child){margin-bottom:15px}}@media (max-width:calc(440px - 1px)){.card_hublot .ck-content{margin-top:-55px}}@media (min-width:440px){.card_hublot .ck-content{margin-top:calc(-24.36709px - 6.96203vw)}}@media (min-width:1230px){.card_hublot .ck-content{margin-top:-110px}}@media (max-width:calc(440px - 1px)){.card_hublot .ck-content .imageRound{width:110px}}@media (min-width:440px){.card_hublot .ck-content .imageRound{width:calc(48.73418px + 13.92405vw)}}@media (min-width:1230px){.card_hublot .ck-content .imageRound{width:220px}}@media (max-width:calc(440px - 1px)){.card_hublot .ck-content .imageRound{margin-bottom:15px}}@media (min-width:440px){.card_hublot .ck-content .imageRound{margin-bottom:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.card_hublot .ck-content .imageRound{margin-bottom:20px}}.card_edito{background:#ffe8d6;display:block;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:100%}#page_wrapper .card_edito footer,#page_wrapper .card_edito header,.card_edito #page_wrapper footer,.card_edito #page_wrapper header,.card_edito .col_content{overflow:hidden}.card_edito .visuel{display:block;overflow:hidden;width:100%}.card_edito .visuel img{display:block;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:100%}.card_edito .ck-content{width:100%}.card_edito:not(.card_edito_inline){height:100%}a.card_edito:hover{background:#f5d6bd}a.card_edito:hover:not(.card_edito_inline) .visuel img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}a.card_edito:focus{background:#f5d6bd}a.card_edito:focus:not(.card_edito_inline) .visuel img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.card_simple{display:block;margin-bottom:40px;width:100%}.card_simple .visuel{display:block;overflow:hidden;width:100%}.card_simple .visuel img{display:block;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:100%}a.card_simple:focus .visuel img,a.card_simple:hover .visuel img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.card_edito_inline{background:transparent!important}.card_edito_inline .visuel{height:100%}.card_edito_inline .visuel picture{display:block;height:100%;width:100%}.card_edito_inline .visuel img{min-height:100%;object-fit:cover;-o-object-fit:cover;object-position:center;-o-object-position:center}.card_edito_inline .col_infos{background:#ffe8d6;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.card_edito_inline .col_infos.grey{background:#f3f3f3}.card_edito_inline .col_infos.beige{background:#ffe8d6}.card_edito_inline .col_infos.black{background:#121212}.card_edito_inline .col_infos.transparent{background:transparent;padding:0}@media (min-width:768px){.card_edito_inline .col_infos.transparent{padding-right:24px}}@media (max-width:calc(768px - 1px)){.card_edito_inline .col_infos.transparent{margin-top:12px}}.card_edito_inline .ck-content{padding:0!important}.card_edito_inline .ck-content.white{color:#fff}.card_edito_inline .ck-content.black{color:#121212}.card_edito_inline .ck-content.beige{color:#ffe8d6}.card_edito_inline .ck-content .content_link.white:after,.card_edito_inline .ck-content .content_link.white:before{background:#fff}.card_edito_inline .ck-content .content_link.white span{color:#fff}.card_edito_inline .ck-content .content_link.white span:after,.card_edito_inline .ck-content .content_link.white span:before{background-image:url(https://media.resee.com/build/shop/images/chevron_white.23f31dc4.svg)}.card_edito_inline .ck-content .content_link.black:after,.card_edito_inline .ck-content .content_link.black:before{background:#121212}.card_edito_inline .ck-content .content_link.black span{color:#121212}.card_edito_inline .ck-content .content_link.black span:after,.card_edito_inline .ck-content .content_link.black span:before{background-image:url(https://media.resee.com/build/shop/images/chevron.97912051.svg)}.card_edito_inline .ck-content .content_link.beige:after,.card_edito_inline .ck-content .content_link.beige:before{background:#ffe8d6}.card_edito_inline .ck-content .content_link.beige span{color:#ffe8d6}.card_edito_inline .ck-content .content_link.beige span:after,.card_edito_inline .ck-content .content_link.beige span:before{background-image:url(https://media.resee.com/build/shop/images/chevron_beige.db656903.svg)}.card_edito_inline+.card_edito_inline{margin-top:20px}a.card_edito_inline:hover .col_infos{background:#f5d6bd}a.card_edito_inline:hover .col_infos.grey{background:#e6e6e6}a.card_edito_inline:hover .col_infos.white{background:#f9f9f9}a.card_edito_inline:hover .col_infos.black{background:#121212}a.card_edito_inline:hover .col_infos.transparent{background:transparent}a.card_edito_inline:focus .col_infos{background:#f5d6bd}a.card_edito_inline:focus .col_infos.grey{background:#e6e6e6}a.card_edito_inline:focus .col_infos.white{background:#f9f9f9}a.card_edito_inline:focus .col_infos.black{background:#121212}a.card_edito_inline:focus .col_infos.transparent{background:transparent}.card_hublot .ck-content{text-align:center}.card_hublot .ck-content .imageRound{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:block;margin-left:auto;margin-right:auto}.card_newsletter form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card_newsletter form>[class^=col]{-ms-flex-preferred-size:auto}.card_newsletter form .form-group input[type=checkbox]~label:before,.card_newsletter form .form-group input[type=email],.card_newsletter form .form-group input[type=text]{background:#fff}.card_newsletter form .success-element:not(:empty)~div{display:none}.card_newsletter form .validation-element{order:1;-webkit-flex-order:1;-ms-flex-order:1}@media (max-width:calc(576px - 1px)){.card_newsletter form{margin-top:20px}.card_newsletter form .link_cta{margin-top:10px}}@media (min-width:768px){.card_hublot .ck-content,.content_card_edito+.content_card_edito{margin-top:0}}@media (max-width:calc(768px - 1px)){.card_edito .ck-content,.card_edito_inline .col_infos{padding:15px}.card_hublot .col_infos{padding-top:0;position:relative;z-index:2}}@media (max-width:calc(440px - 1px)){.card_product .visuel .remove_fav,.card_product .visuel .toggle_fav{width:30px}}@media (min-width:440px){.card_product .visuel .remove_fav,.card_product .visuel .toggle_fav{width:calc(27.21519px + .63291vw)}}@media (min-width:1230px){.card_product .visuel .remove_fav,.card_product .visuel .toggle_fav{width:35px}}@media (max-width:calc(440px - 1px)){.card_product .visuel .remove_fav,.card_product .visuel .toggle_fav{height:30px}}@media (min-width:440px){.card_product .visuel .remove_fav,.card_product .visuel .toggle_fav{height:calc(27.21519px + .63291vw)}}@media (min-width:1230px){.card_product .visuel .remove_fav,.card_product .visuel .toggle_fav{height:35px}}@media (max-width:calc(440px - 1px)){.card_product .visuel .infos{left:10px}}@media (min-width:440px){.card_product .visuel .infos{left:calc(7.21519px + .63291vw)}}@media (min-width:1230px){.card_product .visuel .infos{left:15px}}@media (max-width:calc(440px - 1px)){.card_product .visuel .infos{right:10px}}@media (min-width:440px){.card_product .visuel .infos{right:calc(7.21519px + .63291vw)}}@media (min-width:1230px){.card_product .visuel .infos{right:15px}}@media (max-width:calc(440px - 1px)){.card_product .visuel .infos{bottom:10px}}@media (min-width:440px){.card_product .visuel .infos{bottom:calc(7.21519px + .63291vw)}}@media (min-width:1230px){.card_product .visuel .infos{bottom:15px}}@media (max-width:calc(440px - 1px)){.card_product .visuel .infos{height:70px}}@media (min-width:440px){.card_product .visuel .infos{height:calc(61.64557px + 1.89873vw)}}@media (min-width:1230px){.card_product .visuel .infos{height:85px}}@media (max-width:calc(440px - 1px)){.card_product.fiche_state_draft .banner,.card_product.is_paid .banner,.card_product.is_sold .banner,.card_product.on_sale .banner,.card_product.product_state_back_to_seller .banner,.card_product.product_state_cancelled .banner{height:40px}}@media (min-width:440px){.card_product.fiche_state_draft .banner,.card_product.is_paid .banner,.card_product.is_sold .banner,.card_product.on_sale .banner,.card_product.product_state_back_to_seller .banner,.card_product.product_state_cancelled .banner{height:calc(35.5443px + 1.01266vw)}}@media (min-width:1230px){.card_product.fiche_state_draft .banner,.card_product.is_paid .banner,.card_product.is_sold .banner,.card_product.on_sale .banner,.card_product.product_state_back_to_seller .banner,.card_product.product_state_cancelled .banner{height:48px}}@media (max-width:calc(440px - 1px)){.card_product .ck-content{padding-top:5px}}@media (min-width:440px){.card_product .ck-content{padding-top:calc(-.56962px + 1.26582vw)}}@media (min-width:1230px){.card_product .ck-content{padding-top:15px}}@media (max-width:calc(440px - 1px)){.card_product .ck-content{padding-bottom:5px}}@media (min-width:440px){.card_product .ck-content{padding-bottom:5px}}@media (min-width:1230px){.card_product .ck-content{padding-bottom:5px}}@media (max-width:calc(440px - 1px)){.card_product .ck-content .content_link{margin-top:10px}}@media (min-width:440px){.card_product .ck-content .content_link{margin-top:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.card_product .ck-content .content_link{margin-top:12px}}@media (max-width:calc(440px - 1px)){.card_product .ck-content .content_link{padding-top:8px}}@media (min-width:440px){.card_product .ck-content .content_link{padding-top:calc(6.88608px + .25316vw)}}@media (min-width:1230px){.card_product .ck-content .content_link{padding-top:10px}}@media (max-width:calc(440px - 1px)){.card_product .visuel .sold_overlay span{font-size:12px}}@media (min-width:440px){.card_product .visuel .sold_overlay span{font-size:calc(10.88608px + .25316vw)}}@media (min-width:1230px){.card_product .visuel .sold_overlay span{font-size:14px}}.card_product{display:block;height:100%;width:100%}.card_product .visuel,.card_product .visuel img{display:block;position:relative;width:100%;z-index:1}.bloc_reassurances_half .reassurance:focus .card_product .visuel img.link_cta,.bloc_reassurances_half .reassurance:hover .card_product .visuel img.link_cta,.card_product .visuel .bloc_reassurances_half .reassurance:focus img.link_cta,.card_product .visuel .bloc_reassurances_half .reassurance:hover img.link_cta,.card_product .visuel a.card_edito:focus .ck-content img.content_link,.card_product .visuel a.card_edito:focus .ck-content img.link_cta,.card_product .visuel a.card_edito:hover .ck-content img.content_link,.card_product .visuel a.card_edito:hover .ck-content img.link_cta,.card_product .visuel img.hover,.card_product:focus .ck-content .visuel img.content_link,.card_product:focus .visuel .ck-content img.content_link,.card_product:hover .ck-content .visuel img.content_link,.card_product:hover .visuel .ck-content img.content_link,a.card_edito:focus .ck-content .card_product .visuel img.content_link,a.card_edito:focus .ck-content .card_product .visuel img.link_cta,a.card_edito:hover .ck-content .card_product .visuel img.content_link,a.card_edito:hover .ck-content .card_product .visuel img.link_cta{left:0;opacity:0;position:absolute;top:0;visibility:hidden;z-index:2}.card_product .visuel .remove_fav,.card_product .visuel .toggle_fav{background:#fff;position:absolute;right:0;top:0;z-index:3}.card_product .visuel .remove_fav:after,.card_product .visuel .remove_fav:before,.card_product .visuel .toggle_fav:after,.card_product .visuel .toggle_fav:before{color:#585858;font-size:14px;left:50%;line-height:14px;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);z-index:1}.card_product .visuel .toggle_fav:after{color:#bdbdbd;content:"\e017";font-family:resee;opacity:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;z-index:2}.card_product .visuel .toggle_fav:focus:after,.card_product .visuel .toggle_fav:hover:after{opacity:1;visibility:visible}.card_product .visuel .toggle_fav.is_fav:after{color:#121212;opacity:1;visibility:visible}.card_product .visuel .remove_fav:focus:before,.card_product .visuel .remove_fav:hover:before{color:#121212}.card_product .visuel .infos{background:#fff;opacity:0;position:absolute;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;z-index:3}#hits #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hits #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hits #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .ais-Hits-list #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .ais-Hits-list #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .ais-Hits-list #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .ais-Hits-list #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-Hits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hits .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-Hits-item,#hits .ais-Hits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .ais-Hits-list .card_product .visuel .infos>.row>.ais-Hits-item,#hits .ais-Hits-list .card_product .visuel .infos>.row>.ais-InfiniteHits-item,#hits .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hits .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hits .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hits .ais-InfiniteHits-list #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hits .ais-InfiniteHits-list #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-Hits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hits .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .card_product .visuel .infos>.row>.ais-Hits-item,#hits .ais-InfiniteHits-list .card_product .visuel .infos>.row>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hits .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hits .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hits .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .card_product .visuel #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hits .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-Hits-item,#hits .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .card_product .visuel #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hits .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-Hits-item,#hits .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hits .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hits .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hits .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hits .card_product .visuel .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .card_product .visuel .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .card_product .visuel .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hits .card_product .visuel .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hits .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hits .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hits .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hits .card_product .visuel .infos>.ais-Hits-list>.col_6,#hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hits .card_product .visuel .infos>.ais-InfiniteHits-list>.col_6,#hitsArticle #hits .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle #hits .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .ais-Hits-list #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .ais-Hits-list #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .card_product .visuel .infos>.row>.ais-Hits-item,#hitsArticle .ais-Hits-list .card_product .visuel .infos>.row>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hits .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hits .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #hits .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #hits .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .infos>.row>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .card_product .visuel .infos>.row>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hits .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hits .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hitsArticle .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hitsArticle .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hitsArticle .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hitsArticle .card_product .visuel .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .card_product .visuel .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .card_product .visuel .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hitsArticle .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel .infos>.ais-Hits-list>.col_6,#hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.col_6,#hitsCategories #hits .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories #hits .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .ais-Hits-list #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .ais-Hits-list #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-Hits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .card_product .visuel .infos>.row>.ais-Hits-item,#hitsCategories .ais-Hits-list .card_product .visuel .infos>.row>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list #hits .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list #hits .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_edito_inline .card_product .visuel .infos>.col_infos>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #hits .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #hits .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .card_edito_inline .infos>.col_infos>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .infos>.row>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .card_product .visuel .infos>.row>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.ais-InfiniteHits-item,#hitsCategories .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-Hits-item,#hitsCategories .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hits .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hits .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hitsCategories .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hitsCategories .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hitsCategories .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hitsCategories .card_product .visuel .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .card_product .visuel .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .card_product .visuel .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,#hitsCategories .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,#hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-Hits-item,#hitsCategories .card_product .visuel .infos>.ais-Hits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel .infos>.ais-Hits-list>.col_6,#hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-Hits-item,#hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,#hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.col_6,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List #hits .card_product .visuel .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_edito_inline .card_product .visuel .infos>.col_infos>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel #hits .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel .card_edito_inline .infos>.col_infos>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-PanelSections>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel .infos>.row>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hits .ais-Hits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hits .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.col_6,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-Hits-list .infos>.aa-PanelSections>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-Hits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-PanelSections>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-PanelSections>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.aa-PanelSections>.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-PanelSections>.col_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-Source>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hits .card_product .visuel .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_edito_inline .card_product .visuel .infos>.col_infos>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hits .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .card_edito_inline .infos>.col_infos>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-PanelSections>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-Source>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .infos>.row>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-Hits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.col_6,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hits .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hits .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-PanelSections>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.col_6,.card_edito_inline .card_product .visuel #hits .ais-Hits-list .infos>.col_infos>.ais-Hits-item,.card_edito_inline .card_product .visuel #hits .ais-Hits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_edito_inline .card_product .visuel #hits .ais-InfiniteHits-list .infos>.col_infos>.ais-Hits-item,.card_edito_inline .card_product .visuel #hits .ais-InfiniteHits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_edito_inline .card_product .visuel #hitsArticle .ais-Hits-list .infos>.col_infos>.ais-Hits-item,.card_edito_inline .card_product .visuel #hitsArticle .ais-Hits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_edito_inline .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.col_infos>.ais-Hits-item,.card_edito_inline .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_edito_inline .card_product .visuel #hitsCategories .ais-Hits-list .infos>.col_infos>.ais-Hits-item,.card_edito_inline .card_product .visuel #hitsCategories .ais-Hits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_edito_inline .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.col_infos>.ais-Hits-item,.card_edito_inline .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_edito_inline .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.col_infos>.aa-Item,.card_edito_inline .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.col_infos>.aa-Item,.card_edito_inline .card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.col_infos>.aa-Item,.card_edito_inline .card_product .visuel .infos>.col_infos>.col_6,.card_product .visuel #hits #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hits #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hits #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #hitsArticle .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hits #hitsArticle .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #hitsArticle .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hits #hitsArticle .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hits #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hits #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #hitsCategories .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hits #hitsCategories .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #hitsCategories .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hits #hitsCategories .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hits .ais-Hits-list .infos>.row>.ais-Hits-item,.card_product .visuel #hits .ais-Hits-list .infos>.row>.ais-InfiniteHits-item,.card_product .visuel #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hits .ais-InfiniteHits-list .infos>.row>.ais-Hits-item,.card_product .visuel #hits .ais-InfiniteHits-list .infos>.row>.ais-InfiniteHits-item,.card_product .visuel #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hits .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hits .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hits .infos>.ais-Hits-list>.col_6,.card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hits .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hits .infos>.ais-InfiniteHits-list>.col_6,.card_product .visuel #hitsArticle #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #hits .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hits .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #hits .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hits .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #hitsCategories .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hitsCategories .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #hitsCategories .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsArticle #hitsCategories .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle .ais-Hits-list .infos>.row>.ais-Hits-item,.card_product .visuel #hitsArticle .ais-Hits-list .infos>.row>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.row>.ais-Hits-item,.card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.row>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsArticle .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle .infos>.ais-Hits-list>.col_6,.card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.col_6,.card_product .visuel #hitsCategories #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hits .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hits .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #hits .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hits .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #hits .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hits .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hitsArticle .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hitsArticle .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #hitsArticle .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hitsArticle .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #hitsArticle .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsCategories #hitsArticle .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsCategories .ais-Hits-list .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories .ais-Hits-list .infos>.row>.ais-Hits-item,.card_product .visuel #hitsCategories .ais-Hits-list .infos>.row>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.row>.ais-Hits-item,.card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.row>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-Hits-list>.aa-Item,.card_product .visuel #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.ais-InfiniteHits-list>.aa-Item,.card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-Hits-item,.card_product .visuel #hitsCategories .infos>.ais-Hits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories .infos>.ais-Hits-list>.col_6,.card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-Hits-item,.card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.ais-InfiniteHits-item,.card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.col_6,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-Hits-list .infos>.aa-PanelSections>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-Hits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-Hits-list .infos>.aa-PanelSections>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-Hits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-Hits-list .infos>.aa-PanelSections>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-Hits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-InfiniteHits-list .infos>.aa-PanelSections>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.aa-PanelSections>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.row>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.col_6,.card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-PanelSections>.col_6,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-PanelSections>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.row>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.col_6,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .infos>.aa-Source>.col_6,.card_product .visuel .card_edito_inline #hits .ais-Hits-list .infos>.col_infos>.ais-Hits-item,.card_product .visuel .card_edito_inline #hits .ais-Hits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_product .visuel .card_edito_inline #hits .ais-InfiniteHits-list .infos>.col_infos>.ais-Hits-item,.card_product .visuel .card_edito_inline #hits .ais-InfiniteHits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_product .visuel .card_edito_inline #hitsArticle .ais-Hits-list .infos>.col_infos>.ais-Hits-item,.card_product .visuel .card_edito_inline #hitsArticle .ais-Hits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_product .visuel .card_edito_inline #hitsArticle .ais-InfiniteHits-list .infos>.col_infos>.ais-Hits-item,.card_product .visuel .card_edito_inline #hitsArticle .ais-InfiniteHits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_product .visuel .card_edito_inline #hitsCategories .ais-Hits-list .infos>.col_infos>.ais-Hits-item,.card_product .visuel .card_edito_inline #hitsCategories .ais-Hits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_product .visuel .card_edito_inline #hitsCategories .ais-InfiniteHits-list .infos>.col_infos>.ais-Hits-item,.card_product .visuel .card_edito_inline #hitsCategories .ais-InfiniteHits-list .infos>.col_infos>.ais-InfiniteHits-item,.card_product .visuel .card_edito_inline #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.col_infos>.aa-Item,.card_product .visuel .card_edito_inline #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.col_infos>.aa-Item,.card_product .visuel .card_edito_inline .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.col_infos>.aa-Item,.card_product .visuel .card_edito_inline .infos>.col_infos>.col_6,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-PanelSections>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.row>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.col_6,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .infos>.aa-Source>.col_6,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.card_product .visuel .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.aa-Item,.card_product .visuel .infos>.row>.col_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-Source>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hits .card_product .visuel .infos>.ais-Hits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hits .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsArticle .card_product .visuel .infos>.ais-Hits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsArticle .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsCategories .card_product .visuel .infos>.ais-Hits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List #hitsCategories .card_product .visuel .infos>.ais-InfiniteHits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_edito_inline .card_product .visuel .infos>.col_infos>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hits .infos>.ais-Hits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hits .infos>.ais-InfiniteHits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsArticle .infos>.ais-Hits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsArticle .infos>.ais-InfiniteHits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsCategories .infos>.ais-Hits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel #hitsCategories .infos>.ais-InfiniteHits-list>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .card_edito_inline .infos>.col_infos>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-PanelSections>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-Source>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .infos>.row>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-List>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-List>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.col_6,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hits .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsArticle .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-Hits-list .infos>.aa-Source>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel #hitsCategories .ais-InfiniteHits-list .infos>.aa-Source>.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .aa-PanelSections .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-PanelSections>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .card_product .visuel .infos>.aa-Source>.col_6,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .card_product .visuel .infos>.aa-Source>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .card_product .visuel .infos>.aa-List>.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .card_product .visuel .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.content_autocomplete_list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right .infos>.aa-List>.aa-Item,.content_autocomplete_list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-PanelSections>.aa-Item,.content_autocomplete_list .card_product .visuel #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right .infos>.aa-List>.aa-Item,.content_autocomplete_list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List .infos>.aa-Source>.aa-Item,.content_autocomplete_list .card_product .visuel #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .infos>.aa-List>.aa-Item{padding-left:8px;padding-right:8px}.card_product .visuel .infos p{color:#121212;font-size:.875em;line-height:1em}.card_product .visuel .infos p span{display:block;font-family:Inter,sans-serif;font-weight:700;margin-bottom:5px;margin-top:5px}.card_product .visuel .infos.infos_half:after{background:#bdbdbd;content:"";height:65%;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);width:.5px}.card_product .visuel .sold_overlay{background:rgba(255,232,214,.7);bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.card_product .visuel .sold_overlay span{color:#121212;font-family:Inter,sans-serif;font-weight:700;left:50%;position:absolute;text-transform:uppercase;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.card_product .ck-content{height:100%}.card_product .ck-content p{margin:0}.card_product .ck-content strong{display:block;text-transform:uppercase}.card_product .ck-content .small,.card_product .side_panel .panel_wrapper .panel_inner .panel_content .ck-content.txt_size p,.side_panel .panel_wrapper .panel_inner .panel_content .card_product .ck-content.txt_size p{line-height:1em}.card_product .ck-content .small span,.card_product .ck-content .small strong,.card_product .side_panel .panel_wrapper .panel_inner .panel_content .ck-content.txt_size p span,.card_product .side_panel .panel_wrapper .panel_inner .panel_content .ck-content.txt_size p strong,.side_panel .panel_wrapper .panel_inner .panel_content .card_product .ck-content.txt_size p span,.side_panel .panel_wrapper .panel_inner .panel_content .card_product .ck-content.txt_size p strong{line-height:1.4em}.card_product .ck-content a.small{text-decoration:none!important}.card_product .ck-content a.small:focus,.card_product .ck-content a.small:hover{text-decoration:underline!important}.card_product .ck-content .size{color:#585858;display:none}.card_product .ck-content .size span{font-family:Inter,sans-serif;font-weight:500}.card_product .ck-content .content_link .sylius-product-original-price,.card_product .ck-content .content_link .sylius-product-price{display:inline-block;vertical-align:middle}.card_product .ck-content .content_link .sylius-product-original-price:not(:last-child),.card_product .ck-content .content_link .sylius-product-price:not(:last-child){margin-right:8px}.card_product .ck-content .content_link:after,.card_product .ck-content .content_link:before{opacity:1}.card_product .ck-content .content_link p:not([class*=sylius-product]){margin-bottom:4px}.card_product .add_to_cart_form_wrapper{margin-top:15px;position:relative}.card_product .add_to_cart_form_wrapper button{width:100%}.card_product .add_to_cart_form_wrapper .three_interest{bottom:-72px;height:64px;left:0;margin:12px 0 0;position:absolute;right:0;text-align:center}@media (max-width:calc(576px - 1px)){.card_product .add_to_cart_form_wrapper .three_interest{padding:8px}}.bloc_reassurances_half .reassurance:focus .card_product:hover .visuel img.link_cta,.bloc_reassurances_half .reassurance:hover .card_product:hover .visuel img.link_cta,.card_product:focus .ck-content .card_product:hover .visuel img.content_link,.card_product:hover .ck-content .visuel img.content_link,.card_product:hover .visuel .bloc_reassurances_half .reassurance:focus img.link_cta,.card_product:hover .visuel .bloc_reassurances_half .reassurance:hover img.link_cta,.card_product:hover .visuel .ck-content img.content_link,.card_product:hover .visuel a.card_edito:focus .ck-content img.link_cta,.card_product:hover .visuel a.card_edito:hover .ck-content img.link_cta,.card_product:hover .visuel img.hover,a.card_edito:focus .ck-content .card_product:hover .visuel img.content_link,a.card_edito:focus .ck-content .card_product:hover .visuel img.link_cta,a.card_edito:hover .ck-content .card_product:hover .visuel img.content_link,a.card_edito:hover .ck-content .card_product:hover .visuel img.link_cta{opacity:1;visibility:visible}.card_product:hover .visuel .infos{opacity:1}.bloc_reassurances_half .reassurance:focus .card_product:focus .visuel img.link_cta,.bloc_reassurances_half .reassurance:hover .card_product:focus .visuel img.link_cta,.card_product:focus .ck-content .visuel img.content_link,.card_product:focus .visuel .bloc_reassurances_half .reassurance:focus img.link_cta,.card_product:focus .visuel .bloc_reassurances_half .reassurance:hover img.link_cta,.card_product:focus .visuel .ck-content img.content_link,.card_product:focus .visuel a.card_edito:focus .ck-content img.link_cta,.card_product:focus .visuel a.card_edito:hover .ck-content img.link_cta,.card_product:focus .visuel img.hover,.card_product:hover .ck-content .card_product:focus .visuel img.content_link,a.card_edito:focus .ck-content .card_product:focus .visuel img.content_link,a.card_edito:focus .ck-content .card_product:focus .visuel img.link_cta,a.card_edito:hover .ck-content .card_product:focus .visuel img.content_link,a.card_edito:hover .ck-content .card_product:focus .visuel img.link_cta{opacity:1;visibility:visible}.card_product:focus .visuel .infos{opacity:1}.card_product.fiche_state_draft .banner,.card_product.is_paid .banner,.card_product.is_sold .banner,.card_product.on_sale .banner,.card_product.product_state_back_to_seller .banner,.card_product.product_state_cancelled .banner{background-color:#d9d9d9;bottom:0;left:0;position:absolute;right:0;z-index:3}.card_product.fiche_state_draft .banner p,.card_product.is_paid .banner p,.card_product.is_sold .banner p,.card_product.on_sale .banner p,.card_product.product_state_back_to_seller .banner p,.card_product.product_state_cancelled .banner p{color:#121212;font-family:Inter,sans-serif;font-size:.875em;font-weight:500;line-height:1em;text-transform:uppercase}.card_product.on_sale .banner{background-color:#ffe8d6}.card_product.my_product .col_top{height:4.2em}.card_product.my_product .name{display:block;height:2.8em;overflow:hidden}.card_product.my_product .designer{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card_product.my_product .ck-content .content_link{height:100%;margin-top:0;padding-bottom:8px;padding-top:0}.card_product.my_product .ck-content .content_link:after,.card_product.my_product .ck-content .content_link:before{bottom:0;top:inherit}.card_product.my_product.is_sold .banner{background:#ffe8d6}.card_product.my_product.is_paid .banner{background:#91cba1}@media (max-width:calc(768px - 1px)){.bloc_reassurances_half .reassurance:focus .card_product .visuel img.link_cta,.bloc_reassurances_half .reassurance:hover .card_product .visuel img.link_cta,.card_product .visuel .bloc_reassurances_half .reassurance:focus img.link_cta,.card_product .visuel .bloc_reassurances_half .reassurance:hover img.link_cta,.card_product .visuel .infos,.card_product .visuel a.card_edito:focus .ck-content img.content_link,.card_product .visuel a.card_edito:focus .ck-content img.link_cta,.card_product .visuel a.card_edito:hover .ck-content img.content_link,.card_product .visuel a.card_edito:hover .ck-content img.link_cta,.card_product .visuel img.hover,.card_product:focus .ck-content .visuel img.content_link,.card_product:focus .visuel .ck-content img.content_link,.card_product:hover .ck-content .visuel img.content_link,.card_product:hover .visuel .ck-content img.content_link,a.card_edito:focus .ck-content .card_product .visuel img.content_link,a.card_edito:focus .ck-content .card_product .visuel img.link_cta,a.card_edito:hover .ck-content .card_product .visuel img.content_link,a.card_edito:hover .ck-content .card_product .visuel img.link_cta{display:none!important}.card_product .ck-content .size{display:block}}@media (max-width:calc(440px - 1px)){.card_taxon .ck-content{padding-top:5px}}@media (min-width:440px){.card_taxon .ck-content{padding-top:calc(-.56962px + 1.26582vw)}}@media (min-width:1230px){.card_taxon .ck-content{padding-top:15px}}@media (max-width:calc(440px - 1px)){.card_taxon .ck-content{padding-bottom:5px}}@media (min-width:440px){.card_taxon .ck-content{padding-bottom:5px}}@media (min-width:1230px){.card_taxon .ck-content{padding-bottom:5px}}.card_taxon,.card_taxon .visuel{display:block;width:100%}.card_taxon .visuel{overflow:hidden}.card_taxon .visuel img{display:block;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:100%}.card_taxon .ck-content{text-transform:uppercase}.card_taxon .pop_info{background:#bdbdbd;color:#fff;margin-left:6px;margin-top:-1px}.card_taxon .pop_info span{color:#121212;max-width:180px}.card_taxon:focus .visuel img,.card_taxon:hover .visuel img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}@media (max-width:calc(440px - 1px)){.swiper-pagination{padding-top:16px}}@media (min-width:440px){.swiper-pagination{padding-top:16px}}@media (min-width:1230px){.swiper-pagination{padding-top:16px}}@media (max-width:calc(440px - 1px)){.swiper-pagination{padding-bottom:16px}}@media (min-width:440px){.swiper-pagination{padding-bottom:16px}}@media (min-width:1230px){.swiper-pagination{padding-bottom:16px}}@media (max-width:calc(440px - 1px)){.swiper-navigation .swiper-button-next,.swiper-navigation .swiper-button-prev{width:56px}}@media (min-width:440px){.swiper-navigation .swiper-button-next,.swiper-navigation .swiper-button-prev{width:calc(38.17722px + 4.05063vw)}}@media (min-width:1230px){.swiper-navigation .swiper-button-next,.swiper-navigation .swiper-button-prev{width:88px}}@media (max-width:calc(440px - 1px)){.swiper-navigation .swiper-button-next:before,.swiper-navigation .swiper-button-prev:before{font-size:18px}}@media (min-width:440px){.swiper-navigation .swiper-button-next:before,.swiper-navigation .swiper-button-prev:before{font-size:18px}}@media (min-width:1230px){.swiper-navigation .swiper-button-next:before,.swiper-navigation .swiper-button-prev:before{font-size:18px}}@media (max-width:calc(440px - 1px)){.slider_cms .swiper-button-next,.slider_cms .swiper-button-prev{width:60px}}@media (min-width:440px){.slider_cms .swiper-button-next,.slider_cms .swiper-button-prev{width:calc(48.86076px + 2.53165vw)}}@media (min-width:1230px){.slider_cms .swiper-button-next,.slider_cms .swiper-button-prev{width:80px}}.swiper-container{display:block;overflow:hidden;position:relative;width:100%}.swiper-container .swiper-content{display:block;height:100%;position:relative;width:100%}.swiper-container .swiper-wrapper{height:100%;position:relative;width:100%;z-index:1}.swiper-container .swiper-wrapper .swiper-slide{height:auto;position:relative;width:100%!important}.swiper-container .swiper-wrapper .swiper-slide img{display:block;height:100%;object-fit:cover;-o-object-fit:cover;object-position:center;-o-object-position:center;width:100%}.swiper-container .swiper-wrapper .swiper-slide .swiper-lazy-preloader{background:#fff;bottom:0;left:0;position:absolute!important;right:0;top:0;z-index:4!important}.swiper-container .swiper-wrapper .swiper-slide .loader{left:50%;margin:0;opacity:.6;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.swiper-container .swiper-notification,.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .loader{display:none}.slider_product .swiper-container .swiper-button-next,.slider_product .swiper-container .swiper-button-prev{background:rgba(255,232,214,.5);cursor:pointer;height:40px;opacity:0;padding:8px;position:absolute;top:-9999px;width:40px;z-index:2}.slider_product .swiper-container .swiper-button-next:focus-visible,.slider_product .swiper-container .swiper-button-prev:focus-visible{opacity:1;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.slider_product .swiper-container .swiper-button-next:before,.slider_product .swiper-container .swiper-button-prev:before{color:#121212;font-size:24px}.slider_product .swiper-container .swiper-button-next.swiper-button-disabled,.slider_product .swiper-container .swiper-button-prev.swiper-button-disabled{display:none}.slider_product .swiper-container .swiper-button-prev{left:0}.slider_product .swiper-container .swiper-button-prev:before{display:block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slider_product .swiper-container .swiper-button-next{right:0}.slider_product .swiper-container .swiper-pagination{display:flex;justify-content:center}.slider_product .swiper-container .swiper-pagination .swiper-pagination-bullet{cursor:pointer;padding:8px}.slider_product .swiper-container .swiper-pagination .swiper-pagination-bullet:before{background-color:#b0b0b0;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;content:"";display:block;height:8px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:8px}.slider_product .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color:#585858;cursor:auto}@media (min-width:768px){.slider_product .swiper-container .swiper-button-next,.slider_product .swiper-container .swiper-button-prev,.slider_product .swiper-container .swiper-pagination{display:none}}.slider_articles,.slider_products,.slider_taxons{margin:0 -10px}.slider_articles .swiper-container .swiper-pagination,.slider_products .swiper-container .swiper-pagination,.slider_taxons .swiper-container .swiper-pagination{display:flex;justify-content:center}.slider_articles .swiper-container .swiper-pagination .swiper-pagination-bullet,.slider_products .swiper-container .swiper-pagination .swiper-pagination-bullet,.slider_taxons .swiper-container .swiper-pagination .swiper-pagination-bullet{cursor:pointer;padding:8px}.slider_articles .swiper-container .swiper-pagination .swiper-pagination-bullet:before,.slider_products .swiper-container .swiper-pagination .swiper-pagination-bullet:before,.slider_taxons .swiper-container .swiper-pagination .swiper-pagination-bullet:before{background-color:#b0b0b0;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;content:"";display:block;height:8px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:8px}.slider_articles .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.slider_products .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.slider_taxons .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color:#585858;cursor:auto}.slider_articles .swiper-container .navigation,.slider_products .swiper-container .navigation,.slider_taxons .swiper-container .navigation{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify;width:100px}.slider_articles .swiper-container .navigation div,.slider_products .swiper-container .navigation div,.slider_taxons .swiper-container .navigation div{color:#121212;display:block;font-size:15px;height:30px;position:relative;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:30px}.slider_articles .swiper-container .navigation div:before,.slider_products .swiper-container .navigation div:before,.slider_taxons .swiper-container .navigation div:before{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.slider_articles .swiper-container .navigation div.swiper-button-prev,.slider_products .swiper-container .navigation div.swiper-button-prev,.slider_taxons .swiper-container .navigation div.swiper-button-prev{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slider_articles .swiper-container .navigation div.swiper-button-disabled,.slider_products .swiper-container .navigation div.swiper-button-disabled,.slider_taxons .swiper-container .navigation div.swiper-button-disabled{color:#8f8f8f}.slider_articles .swiper-container .navigation div:not(.swiper-button-disabled),.slider_products .swiper-container .navigation div:not(.swiper-button-disabled),.slider_taxons .swiper-container .navigation div:not(.swiper-button-disabled){cursor:pointer}.slider_articles .swiper-container .navigation div:not(.swiper-button-disabled):focus,.slider_articles .swiper-container .navigation div:not(.swiper-button-disabled):hover,.slider_products .swiper-container .navigation div:not(.swiper-button-disabled):focus,.slider_products .swiper-container .navigation div:not(.swiper-button-disabled):hover,.slider_taxons .swiper-container .navigation div:not(.swiper-button-disabled):focus,.slider_taxons .swiper-container .navigation div:not(.swiper-button-disabled):hover{color:#b79e8a}.slider_articles .swiper-container .swiper-slide,.slider_products .swiper-container .swiper-slide,.slider_taxons .swiper-container .swiper-slide{padding:0 10px}.slider_articles .swiper-container{overflow:hidden}.slider_cms{position:relative}.slider_cms .swiper-button-next,.slider_cms .swiper-button-prev{background:transparent;bottom:0;position:absolute;top:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:2}.slider_cms .swiper-button-next:before,.slider_cms .swiper-button-prev:before{color:#121212;content:"\e002";font-family:resee;font-size:14px;left:50%;position:absolute;top:50%}.slider_cms .swiper-button-next.swiper-button-disabled,.slider_cms .swiper-button-prev.swiper-button-disabled{opacity:.4}.slider_cms .swiper-button-next:not(.swiper-button-disabled),.slider_cms .swiper-button-prev:not(.swiper-button-disabled){cursor:pointer}.slider_cms .swiper-button-next:not(.swiper-button-disabled):focus,.slider_cms .swiper-button-next:not(.swiper-button-disabled):hover,.slider_cms .swiper-button-prev:not(.swiper-button-disabled):focus,.slider_cms .swiper-button-prev:not(.swiper-button-disabled):hover{background:hsla(0,0%,7%,.1)}.slider_cms .swiper-button-prev{left:0}.slider_cms .swiper-button-prev:before{-webkit-transform:translateY(-50%) translateX(-50%) rotate(180deg);-moz-transform:translateY(-50%) translateX(-50%) rotate(180deg);-ms-transform:translateY(-50%) translateX(-50%) rotate(180deg);-o-transform:translateY(-50%) translateX(-50%) rotate(180deg);transform:translateY(-50%) translateX(-50%) rotate(180deg)}.slider_cms .swiper-button-next{right:0}.slider_cms .swiper-button-next:before{-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}@media (min-width:768px){.slider_products .swiper-container .swiper-pagination,.slider_taxons .swiper-container .swiper-pagination{display:none}}@media (max-width:calc(768px - 1px)){.slider_products{margin:0 -8px}.slider_products .swiper-container{overflow:visible;width:calc(100% - 30px)}.slider_products .swiper-container .swiper-slide{opacity:0}.slider_products .swiper-container .swiper-slide.swiper-slide-visible,.slider_products .swiper-container .swiper-slide.swiper-slide-visible+.swiper-slide{opacity:1}.slider_products .swiper-container .swiper-slide{padding:0 8px}.slider_products .swiper-container .navigation{display:none}.slider_products .swiper-container .swiper-pagination{padding-bottom:0;padding-left:30px}.slider_taxons{margin:0 -5px}.slider_taxons .swiper-container .swiper-wrapper{flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap}.slider_taxons .swiper-container .swiper-slide{padding:0 5px}.slider_taxons .swiper-container .swiper-slide:nth-child(n+3){margin-top:10px}.slider_taxons .swiper-container .navigation{display:none}}@media (max-width:calc(440px - 1px)){table.sizing_chart tbody tr td,table.sizing_chart thead tr th{height:40px}}@media (min-width:440px){table.sizing_chart tbody tr td,table.sizing_chart thead tr th{height:calc(37.21519px + .63291vw)}}@media (min-width:1230px){table.sizing_chart tbody tr td,table.sizing_chart thead tr th{height:45px}}@media (max-width:calc(440px - 1px)){table.sizing_chart tbody tr td,table.sizing_chart thead tr th{min-width:45px}}@media (min-width:440px){table.sizing_chart tbody tr td,table.sizing_chart thead tr th{min-width:calc(39.43038px + 1.26582vw)}}@media (min-width:1230px){table.sizing_chart tbody tr td,table.sizing_chart thead tr th{min-width:55px}}.table_wrapper{display:block;overflow:auto;width:100%}.table_wrapper table{width:100%}.table_wrapper table tbody tr td,.table_wrapper table thead tr th{border-right:1px solid #bdbdbd;text-align:center;vertical-align:middle}.table_wrapper table tbody tr:nth-child(odd){background-color:#f3f3f3}.table_wrapper table.sizing_chart caption{text-align:left}.table_wrapper table.sizing_chart tbody tr td,.table_wrapper table.sizing_chart thead tr th{font-weight:700}.table_wrapper table.sizing_chart.clothes tbody tr td:first-child{font-weight:400}.table_wrapper table.sizing_chart.shoes tbody tr td:first-child,.table_wrapper table.sizing_chart.shoes thead tr th:first-child{border-left:1px solid #bdbdbd}@media (max-width:calc(440px - 1px)){.pop_info span{padding-top:8px}}@media (min-width:440px){.pop_info span{padding-top:calc(6.88608px + .25316vw)}}@media (min-width:1230px){.pop_info span{padding-top:10px}}@media (max-width:calc(440px - 1px)){.pop_info span{padding-bottom:8px}}@media (min-width:440px){.pop_info span{padding-bottom:calc(6.88608px + .25316vw)}}@media (min-width:1230px){.pop_info span{padding-bottom:10px}}@media (max-width:calc(440px - 1px)){.pop_info span{padding-left:8px}}@media (min-width:440px){.pop_info span{padding-left:calc(4.10127px + .88608vw)}}@media (min-width:1230px){.pop_info span{padding-left:15px}}@media (max-width:calc(440px - 1px)){.pop_info span{padding-right:8px}}@media (min-width:440px){.pop_info span{padding-right:calc(4.10127px + .88608vw)}}@media (min-width:1230px){.pop_info span{padding-right:15px}}@media (max-width:calc(440px - 1px)){.pop_info span{font-size:12px}}@media (min-width:440px){.pop_info span{font-size:calc(10.88608px + .25316vw)}}@media (min-width:1230px){.pop_info span{font-size:14px}}.pop_info{background:#ffe8d6;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#121212;display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:700;height:17px;line-height:17px;position:relative;text-align:center;vertical-align:middle;width:17px}.pop_info span{bottom:100%;font-family:Inter,sans-serif;font-weight:300;left:-10px;margin-bottom:10px;max-width:300px;opacity:0;text-align:left;visibility:hidden;width:60vw}.pop_info span,.pop_info span:after{background:#f3f3f3;position:absolute}.pop_info span:after{bottom:-4px;content:"";height:12px;left:13px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);width:12px}.pop_info.center span{left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.pop_info.center span:after{left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.pop_info.right span{left:inherit;right:-10px}.pop_info.right span:after{left:inherit;right:13px}.pop_info:focus span,.pop_info:hover span{opacity:1;visibility:visible}@media (max-width:calc(440px - 1px)){.information_point{padding-top:15px}}@media (min-width:440px){.information_point{padding-top:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.information_point{padding-top:20px}}@media (max-width:calc(440px - 1px)){.information_point{padding-bottom:15px}}@media (min-width:440px){.information_point{padding-bottom:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.information_point{padding-bottom:20px}}@media (max-width:calc(440px - 1px)){.information_point{padding-left:15px}}@media (min-width:440px){.information_point{padding-left:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.information_point{padding-left:20px}}@media (max-width:calc(440px - 1px)){.information_point{padding-right:15px}}@media (min-width:440px){.information_point{padding-right:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.information_point{padding-right:20px}}@media (max-width:calc(440px - 1px)){.information_point{margin-top:20px}}@media (min-width:440px){.information_point{margin-top:calc(3.29114px + 3.79747vw)}}@media (min-width:1230px){.information_point{margin-top:50px}}@media (max-width:calc(440px - 1px)){.information_point .ck-content{padding-left:50px}}@media (min-width:440px){.information_point .ck-content{padding-left:calc(47.77215px + .50633vw)}}@media (min-width:1230px){.information_point .ck-content{padding-left:54px}}.information_point{border:1px solid #bdbdbd;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;display:block;text-align:center;width:100%}.information_point .ck-content{display:inline-block;margin:auto;position:relative;text-align:left}.information_point .ck-content:before{background:#ffe8d6;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;content:"i";font-size:19px;height:42px;left:0;line-height:42px;text-align:center;width:42px}@media (min-width:768px){.information_point .ck-content:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width:calc(768px - 1px)){.information_point .ck-content:before{position:absolute;top:0}}.content_user_menu{position:relative}.content_user_menu .dropdown_user{margin-top:0;max-width:300px;opacity:0;right:-20px;top:100%;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;width:70vw;z-index:10}.content_user_menu .dropdown_user,.content_user_menu .dropdown_user:after{-webkit-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);-moz-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);position:absolute}.content_user_menu .dropdown_user:after{background:#fff;content:"";height:12px;right:40px;top:-4px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);width:12px;z-index:2}.content_user_menu .dropdown_user .bg_user{bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1}.content_user_menu .dropdown_user>div{background:#fff;display:block;padding:24px;position:relative;text-align:left;width:100%;z-index:3}.content_user_menu .dropdown_user .menu>p{font-family:HernandezBrosRegular,serif;font-size:22px;font-weight:400;font-weight:700;line-height:28px;margin-bottom:16px}.content_user_menu .dropdown_user .menu .sep{background:hsla(0,0%,7%,.1);display:block;height:1px;margin:16px 0}.content_user_menu .dropdown_user .menu a{color:#121212;display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:18px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:fit-content}.content_user_menu .dropdown_user .menu a:focus,.content_user_menu .dropdown_user .menu a:hover{color:#585858;text-decoration:underline}.content_user_menu .dropdown_user .menu a+a{margin-top:8px}.content_payment_menu{position:relative}.content_payment_menu .dropdown_payment{margin-top:0;max-width:350px;opacity:0;right:-20px;top:100%;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;width:70vw;z-index:10}.content_payment_menu .dropdown_payment,.content_payment_menu .dropdown_payment:after{-webkit-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);-moz-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);position:absolute}.content_payment_menu .dropdown_payment:after{background:#fff;content:"";height:12px;right:40px;top:-4px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);width:12px;z-index:2}.content_payment_menu .dropdown_payment .bg_payment{bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1}.content_payment_menu .dropdown_payment>div{background:#fff;display:block;padding:24px;position:relative;text-align:left;width:100%;z-index:3}.content_payment_menu .dropdown_payment .ck-content [class*=titre]{border-bottom:1px solid #f3f3f3;padding-bottom:16px}.content_payment_menu .dropdown_payment .ck-content .btn_cta{width:100%}body.user_menu_open{overflow:hidden}body.user_menu_open:not(.search_open) .search_modal{z-index:-1}body.user_menu_open .country_banner{z-index:2}body.user_menu_open .content_user_menu .link{z-index:11}body.user_menu_open .content_user_menu .dropdown_user{margin-top:4px;opacity:1;visibility:visible}body.user_menu_open .header_cart .content_user_menu .dropdown_user{margin-top:12px}body.payment_menu_open{overflow:hidden}body.payment_menu_open:not(.search_open) .search_modal{z-index:-1}body.payment_menu_open .country_banner{z-index:2}body.payment_menu_open .content_payment_menu .link{z-index:11}body.payment_menu_open .content_payment_menu .dropdown_payment{margin-top:4px;opacity:1;visibility:visible}@media (max-width:calc(1024px - 1px)){.content_user_menu .dropdown_user{bottom:100%;margin-bottom:0;top:inherit}.content_user_menu .dropdown_user:after{bottom:-4px;top:inherit}.content_payment_menu .dropdown_payment{bottom:100%;margin-bottom:0;top:inherit}.content_payment_menu .dropdown_payment:after{bottom:-4px;top:inherit}body.payment_menu_open .content_payment_menu .dropdown_payment,body.user_menu_open .content_user_menu .dropdown_user{margin-bottom:4px;margin-top:0}}@media (max-width:calc(768px - 1px)){.content_user_menu .dropdown_user{display:none!important}}@media (max-width:calc(440px - 1px)){body{font-size:14px}}@media (min-width:440px){body{font-size:calc(12.88608px + .25316vw)}}@media (min-width:1230px){body{font-size:16px}}@media (max-width:calc(440px - 1px)){body{line-height:22px}}@media (min-width:440px){body{line-height:calc(19.77215px + .50633vw)}}@media (min-width:1230px){body{line-height:26px}}@media (max-width:calc(440px - 1px)){body main{padding-top:70px}}@media (min-width:440px){body main{padding-top:calc(31.01266px + 8.86076vw)}}@media (min-width:1230px){body main{padding-top:140px}}@media (max-width:calc(440px - 1px)){body .info_banner+header+main{padding-top:105px}}@media (min-width:440px){body .info_banner+header+main{padding-top:calc(58.77215px + 10.50633vw)}}@media (min-width:1230px){body .info_banner+header+main{padding-top:188px}}html{height:100%;overflow:hidden}html.scroll{height:auto;overflow:auto}html.scroll body{height:auto;overflow:initial}html.scroll:has(body.body_lock){overflow:hidden}@supports (background:-webkit-named-image(i)){@media (-ms-high-contrast:active),(-ms-high-contrast:none),(pointer:fine){html:not(.scroll) body{left:0;position:fixed;top:0}html:not(.scroll) body::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(0,0,0,.1);padding:1px;width:12px}html:not(.scroll) body::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border:1px solid #fff;border-radius:8px;cursor:pointer}html:not(.scroll) body #page_wrapper{position:static}html:not(.scroll) header.fixed{width:calc(100% - 10px)}}}body{background:#fff;font-family:Inter,sans-serif;font-weight:300;height:100%;overflow:auto;width:100%}body.has_progress{padding-top:10px}body .progress_bar{background:#fff;height:10px;left:0;position:fixed;right:0;top:0;z-index:3}body .progress_bar span{background:#ffe8d6;bottom:0;left:0;position:absolute;top:0;-moz-transition:width .15s ease;-o-transition:width .15s ease;-webkit-transition:width .15s ease;transition:width .15s ease;width:100%}#page_wrapper{min-height:calc(100% - 10px);width:100%}#page_wrapper,main{position:relative;z-index:1}main{background:#fff;overflow:hidden}main section{position:relative;z-index:1}main #current-request{display:none!important}img.lazyload{opacity:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}img.lazyload.loaded{opacity:1}@media (max-width:calc(768px - 1px)){body.has_progress{padding-top:8px}body .progress_bar{height:8px}#page_wrapper{min-height:calc(100% - 8px)}main{padding-left:12px;padding-right:12px}}@media (max-width:calc(440px - 1px)){header{height:70px}}@media (min-width:440px){header{height:calc(31.01266px + 8.86076vw)}}@media (min-width:1230px){header{height:140px}}@media (max-width:calc(440px - 1px)){header.fixed{top:0}}@media (min-width:440px){header.fixed{top:0}}@media (min-width:1230px){header.fixed{top:0}}@media (max-width:calc(440px - 1px)){body.has_progress header.fixed{top:8px}}@media (min-width:440px){body.has_progress header.fixed{top:calc(6.88608px + .25316vw)}}@media (min-width:1230px){body.has_progress header.fixed{top:10px}}@media (max-width:calc(440px - 1px)){header .logo{width:45px}}@media (min-width:440px){header .logo{width:calc(14.36709px + 6.96203vw)}}@media (min-width:1230px){header .logo{width:100px}}@media (max-width:calc(440px - 1px)){header .links{padding-left:20px}}@media (min-width:440px){header .links{padding-left:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){header .links{padding-left:40px}}@media (max-width:calc(440px - 1px)){header .links{padding-right:20px}}@media (min-width:440px){header .links{padding-right:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){header .links{padding-right:40px}}@media (max-width:calc(440px - 1px)){header .links .btn_cta{height:40px}}@media (min-width:440px){header .links .btn_cta{height:calc(36.65823px + .75949vw)}}@media (min-width:1230px){header .links .btn_cta{height:46px}}@media (max-width:calc(440px - 1px)){header .links .btn_cta{padding-left:15px}}@media (min-width:440px){header .links .btn_cta{padding-left:calc(6.64557px + 1.89873vw)}}@media (min-width:1230px){header .links .btn_cta{padding-left:30px}}@media (max-width:calc(440px - 1px)){header .links .btn_cta{padding-right:15px}}@media (min-width:440px){header .links .btn_cta{padding-right:calc(6.64557px + 1.89873vw)}}@media (min-width:1230px){header .links .btn_cta{padding-right:30px}}@media (max-width:calc(440px - 1px)){header nav{padding-left:20px}}@media (min-width:440px){header nav{padding-left:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){header nav{padding-left:40px}}@media (max-width:calc(440px - 1px)){header nav{padding-right:20px}}@media (min-width:440px){header nav{padding-right:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){header nav{padding-right:40px}}@media (max-width:calc(440px - 1px)){header nav{padding-top:100px}}@media (min-width:440px){header nav{padding-top:calc(55.44304px + 10.12658vw)}}@media (min-width:1230px){header nav{padding-top:180px}}@media (max-width:calc(440px - 1px)){header nav .nav_left{padding-right:45px}}@media (min-width:440px){header nav .nav_left{padding-right:calc(19.93671px + 5.6962vw)}}@media (min-width:1230px){header nav .nav_left{padding-right:90px}}@media (max-width:calc(440px - 1px)){header nav .nav_right{padding-left:45px}}@media (min-width:440px){header nav .nav_right{padding-left:calc(19.93671px + 5.6962vw)}}@media (min-width:1230px){header nav .nav_right{padding-left:90px}}@media (max-width:calc(440px - 1px)){header nav .close_nav{top:15px}}@media (min-width:440px){header nav .close_nav{top:calc(1.07595px + 3.16456vw)}}@media (min-width:1230px){header nav .close_nav{top:40px}}@media (max-width:calc(440px - 1px)){header nav .close_nav{width:30px}}@media (min-width:440px){header nav .close_nav{width:calc(24.43038px + 1.26582vw)}}@media (min-width:1230px){header nav .close_nav{width:40px}}@media (max-width:calc(440px - 1px)){header nav .close_nav{height:30px}}@media (min-width:440px){header nav .close_nav{height:calc(24.43038px + 1.26582vw)}}@media (min-width:1230px){header nav .close_nav{height:40px}}@media (max-width:calc(440px - 1px)){header nav .close_nav{font-size:15px}}@media (min-width:440px){header nav .close_nav{font-size:calc(12.21519px + .63291vw)}}@media (min-width:1230px){header nav .close_nav{font-size:20px}}@media (max-width:calc(440px - 1px)){header nav .content_nav .visuel_nav{width:150px}}@media (min-width:440px){header nav .content_nav .visuel_nav{width:calc(66.4557px + 18.98734vw)}}@media (min-width:1230px){header nav .content_nav .visuel_nav{width:300px}}@media (max-width:calc(440px - 1px)){.header_cart .header .links{padding-top:5px}}@media (min-width:440px){.header_cart .header .links{padding-top:calc(-3.35443px + 1.89873vw)}}@media (min-width:1230px){.header_cart .header .links{padding-top:20px}}header{background:#fff;left:0;opacity:1;top:0;width:100%}header,header .logo{position:absolute;z-index:2}header .logo{bottom:10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}header .logo img{display:block;position:relative;top:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}header .logo:focus img,header .logo:hover img{top:-5px}header .header .links .link{color:#121212;cursor:pointer;display:block;font-size:21px;height:30px;position:relative;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:30px}header .header .links .link:before{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}header .header .links .link:hover{color:#585858}header .header .links .link:hover .user_name{background:#585858}header .header .links .link:focus{color:#585858}header .header .links .link:focus .user_name{background:#585858}header .header .links .link .nb_items{background:#121212;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:700;height:18px;line-height:18px;position:absolute;right:-10px;text-align:center;top:-5px;width:18px}header .header .links .link .nb_items:not(:has(*)){display:none}header .header .links .link.has_user:before{opacity:0}header .header .links .link .user_name{background:#121212;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;height:32px;left:50%;line-height:32px;position:absolute;text-align:center;text-transform:uppercase;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:32px;z-index:2}@media (max-width:calc(768px - 1px)){header .header .links .link .user_name{font-size:13px;height:28px;line-height:28px;width:28px}}header .header .links .btn_cta#toggle_nav span{padding-left:30px;position:relative}header .header .links .btn_cta#toggle_nav span:before{background:url(https://media.resee.com/build/shop/images/menu.e72f59f7.svg) no-repeat 0;background-size:18px;content:"";height:18px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:18px}header nav .content_nav .item_nav{color:#121212;font-family:Inter,sans-serif;font-weight:400}header nav .content_nav .item_nav .nb_items{background:#121212;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff;font-family:Inter,sans-serif;font-size:9.5px;font-weight:500;height:20px;letter-spacing:-.7px;line-height:20px;text-align:center;width:20px}header nav .content_nav .visuel_nav img{display:block;width:100%}header nav .content_nav .visuel_nav .ck-content{background:#ffe8d6;color:#121212;display:block;padding:15px 20px;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}header nav .content_nav .visuel_nav:focus .ck-content,header nav .content_nav .visuel_nav:hover .ck-content{background:#f5d6bd}header nav .content_nav.lvl0>.item_nav{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;text-align:center;-ms-flex-align:center;height:100%;padding:0 15px;text-transform:uppercase}header nav .content_nav.lvl0>.item_nav .title{position:relative}header nav .content_nav.lvl0>.item_nav .title:before{background:#121212;bottom:-3px;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}header nav .content_nav.lvl0>.item_nav .title-red{color:#ae0000;position:relative}header nav .content_nav.lvl0>.item_nav .title-red:before{background:#ae0000;bottom:-3px;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}header nav .content_nav.lvl0>.item_nav .title-bold{font-weight:700;position:relative}header nav .content_nav.lvl0>.item_nav .title-bold:before{bottom:-3px;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}header nav .content_nav.lvl0>.subnav{background:#fff;left:0;opacity:0;padding-left:50px;padding-top:50px;position:absolute;top:100%;visibility:hidden;width:100%}header nav .content_nav.lvl0>.subnav:after{bottom:0;-webkit-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);-moz-box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);box-shadow:0 2px 10px 0 hsla(0,0%,7%,.2);content:"";height:50%;left:0;position:absolute;right:0;z-index:-1}header nav .content_nav.lvl0>.subnav.open{opacity:1;visibility:visible}@media (-ms-high-contrast:active),(-ms-high-contrast:none),(pointer:fine){header nav .content_nav.lvl0:hover>.item_nav .title:before{opacity:1}header nav .content_nav.lvl0:hover>.subnav{opacity:1;visibility:visible}}header nav .content_nav.lvl1{font-size:.9em}header nav .content_nav.lvl1>.item_nav{font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase}header nav .content_nav.lvl1>.subnav{display:block;margin-top:38px;width:100%}header nav .content_nav.lvl1>.item_nav+.subnav{margin-top:15px}@media (-ms-high-contrast:active),(-ms-high-contrast:none),(pointer:fine){header nav .content_nav.lvl1 a.item_nav:hover{text-decoration:underline}}header nav .content_nav.lvl2>.item_nav{font-family:Inter,sans-serif;font-weight:300;margin-bottom:5px}header nav .content_nav.lvl2>.item_nav.item_all{font-family:Inter,sans-serif;font-weight:500}.header_cart .header,.header_cart .header .links{height:100%}@media (min-width:1024px){header{-moz-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}header .header{display:block;height:100%;position:relative;width:100%}header .header .links{height:50%;width:100%}header .header .links .link.link_search{padding-left:30px;width:auto}header .header .links .link.link_search:before{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}header .header .links .link.link_search span{border-bottom:1px solid #d9d9d9;color:#585858;display:block;font-size:14px;line-height:22px;min-width:300px;text-align:left;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}}@media (min-width:1024px) and (max-width:calc(1024px - 1px)){header .header .links .link.link_search span{min-width:240px}}@media (min-width:1024px){header .header .links .link.link_search:focus span,header .header .links .link.link_search:hover span{border-bottom-color:#585858;color:#121212}}@media (min-width:1024px) and (max-width:900px){header .header .links .link.link_search{margin-left:0}header .header .links .link.link_search span{font-size:11px;line-height:20px}}@media (min-width:1024px){header .header nav{display:block;height:50%;padding-top:0;position:relative;width:100%}header .header nav .content_nav .item_nav:has(.nb_items){padding-right:20px!important;position:relative}header .header nav .content_nav .item_nav .nb_items{margin-top:-10px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.accordion .accordion_header header .header nav .content_nav.lvl0>span[aria-hidden=true],header .header nav .accordion .accordion_header .content_nav.lvl0>span[aria-hidden=true],header .header nav .content_nav.lvl0>.icon-chevron{display:none}header .header nav .content_nav.lvl1{margin-bottom:40px;max-width:20%;min-width:20%}}@media (min-width:1024px) and (max-width:calc(1230px - 1px)){header .header nav .content_nav.lvl1{max-width:25%;min-width:25%}}@media (min-width:1024px){header .header nav .content_nav.lvl1>div{padding-right:30px}header .header nav .content_nav .subnav.lvl1{padding-left:0}#hits header .header nav .content_nav .subnav.lvl1>.ais-Hits-list>.col,#hits header .header nav .content_nav .subnav.lvl1>.ais-InfiniteHits-list>.col,#hitsArticle header .header nav .content_nav .subnav.lvl1>.ais-Hits-list>.col,#hitsArticle header .header nav .content_nav .subnav.lvl1>.ais-InfiniteHits-list>.col,#hitsCategories header .header nav .content_nav .subnav.lvl1>.ais-Hits-list>.col,#hitsCategories header .header nav .content_nav .subnav.lvl1>.ais-InfiniteHits-list>.col,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header .header nav .content_nav .subnav.lvl1>.aa-List>.col,#result_autocomplete .aa-Panel .aa-PanelLayout header .header nav .content_nav .subnav.lvl1>.aa-PanelSections>.col,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header .header nav .content_nav .subnav.lvl1>.aa-List>.col,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header .header nav .content_nav .subnav.lvl1>.aa-Source>.col,.card_edito_inline header .header nav .content_nav .subnav.lvl1>.col_infos>.col,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header .header nav .content_nav .subnav.lvl1>.aa-List>.col,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header .header nav .content_nav .subnav.lvl1>.aa-Source>.col,header .header nav .content_nav #hits .subnav.lvl1>.ais-Hits-list>.col,header .header nav .content_nav #hits .subnav.lvl1>.ais-InfiniteHits-list>.col,header .header nav .content_nav #hitsArticle .subnav.lvl1>.ais-Hits-list>.col,header .header nav .content_nav #hitsArticle .subnav.lvl1>.ais-InfiniteHits-list>.col,header .header nav .content_nav #hitsCategories .subnav.lvl1>.ais-Hits-list>.col,header .header nav .content_nav #hitsCategories .subnav.lvl1>.ais-InfiniteHits-list>.col,header .header nav .content_nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .subnav.lvl1>.aa-List>.col,header .header nav .content_nav #result_autocomplete .aa-Panel .aa-PanelLayout .subnav.lvl1>.aa-PanelSections>.col,header .header nav .content_nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .subnav.lvl1>.aa-List>.col,header .header nav .content_nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .subnav.lvl1>.aa-Source>.col,header .header nav .content_nav .card_edito_inline .subnav.lvl1>.col_infos>.col,header .header nav .content_nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .subnav.lvl1>.aa-List>.col,header .header nav .content_nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .subnav.lvl1>.aa-Source>.col,header .header nav .content_nav .subnav.lvl1>.row>.col{max-height:60vh;overflow-x:hidden;overflow-y:auto;padding-left:50px}header .header nav .close_nav{display:none}header.out{opacity:0}header.fixed{opacity:1;position:fixed}header.beforeunload .item_nav{pointer-events:none}header.beforeunload .item_nav .title:before{display:none}header.beforeunload .subnav.lvl1{opacity:0!important;visibility:hidden!important}}@media (max-width:calc(1024px - 1px)){header:not(.header_cart){background:transparent}header:not(.header_cart):before{background:#fff;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}header:not(.header_cart) .logo,header:not(.header_cart):before{opacity:1;-moz-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}header:not(.header_cart) .header{background:#fff;bottom:0;-webkit-box-shadow:0 0 10px 0 hsla(0,0%,7%,.15);-moz-box-shadow:0 0 10px 0 hsla(0,0%,7%,.15);box-shadow:0 0 10px 0 hsla(0,0%,7%,.15);left:0;position:fixed;right:0;z-index:2}header:not(.header_cart) .header .links{padding:15px 20px}header:not(.header_cart) .header .links .btn_cta{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}header:not(.header_cart) .header .links .link{margin-left:3px;margin-right:3px}header:not(.header_cart) .header .links .link.link_search span{height:1px;left:-10000em;overflow:hidden;position:absolute;top:-10000em;width:1px}header:not(.header_cart) nav{background:#fff;height:100%;left:0;opacity:0;overflow:hidden;padding-left:0;padding-right:0;position:fixed;right:0;top:100%;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;z-index:3}#hits header:not(.header_cart) nav .ais-Hits-list,#hits header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsArticle header:not(.header_cart) nav .ais-Hits-list,#hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsCategories header:not(.header_cart) nav .ais-Hits-list,#hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source,.card_edito_inline header:not(.header_cart) nav .col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source,header:not(.header_cart) nav #hits .ais-Hits-list,header:not(.header_cart) nav #hits .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .ais-Hits-list,header:not(.header_cart) nav #hitsArticle .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .ais-Hits-list,header:not(.header_cart) nav #hitsCategories .ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List,header:not(.header_cart) nav .card_edito_inline .col_infos,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List,header:not(.header_cart) nav .row{display:block;width:100%}#hits #hitsArticle header:not(.header_cart) nav .ais-Hits-list,#hits #hitsArticle header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hits #hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list,#hits #hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hits #hitsCategories header:not(.header_cart) nav .ais-Hits-list,#hits #hitsCategories header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hits #hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list,#hits #hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.ais-Hits-list,#hits #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-Hits-list,#hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#hits .card_edito_inline header:not(.header_cart) nav .col_infos.ais-Hits-list,#hits .card_edito_inline header:not(.header_cart) nav .col_infos.ais-InfiniteHits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-Hits-list,#hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#hits header:not(.header_cart) nav .ais-Hits-list,#hits header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hits header:not(.header_cart) nav .ais-InfiniteHits-list,#hits header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hits header:not(.header_cart) nav .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hits header:not(.header_cart) nav .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hits header:not(.header_cart) nav .content_cms .cms_content_row .ais-Hits-list.cms_row,#hits header:not(.header_cart) nav .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hits header:not(.header_cart) nav .marges.ais-Hits-list,#hits header:not(.header_cart) nav .marges.ais-InfiniteHits-list,#hits header:not(.header_cart) nav .row.ais-Hits-list,#hits header:not(.header_cart) nav .row.ais-InfiniteHits-list,#hitsArticle #hits header:not(.header_cart) nav .ais-Hits-list,#hitsArticle #hits header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hitsArticle #hits header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsArticle #hits header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hitsArticle #hitsCategories header:not(.header_cart) nav .ais-Hits-list,#hitsArticle #hitsCategories header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hitsArticle #hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsArticle #hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-Hits-list,#hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#hitsArticle .card_edito_inline header:not(.header_cart) nav .col_infos.ais-Hits-list,#hitsArticle .card_edito_inline header:not(.header_cart) nav .col_infos.ais-InfiniteHits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-Hits-list,#hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#hitsArticle header:not(.header_cart) nav .ais-Hits-list,#hitsArticle header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hitsArticle header:not(.header_cart) nav .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsArticle header:not(.header_cart) nav .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsArticle header:not(.header_cart) nav .content_cms .cms_content_row .ais-Hits-list.cms_row,#hitsArticle header:not(.header_cart) nav .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hitsArticle header:not(.header_cart) nav .marges.ais-Hits-list,#hitsArticle header:not(.header_cart) nav .marges.ais-InfiniteHits-list,#hitsArticle header:not(.header_cart) nav .row.ais-Hits-list,#hitsArticle header:not(.header_cart) nav .row.ais-InfiniteHits-list,#hitsCategories #hits header:not(.header_cart) nav .ais-Hits-list,#hitsCategories #hits header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hitsCategories #hits header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsCategories #hits header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hitsCategories #hitsArticle header:not(.header_cart) nav .ais-Hits-list,#hitsCategories #hitsArticle header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hitsCategories #hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsCategories #hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-Hits-list,#hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#hitsCategories .card_edito_inline header:not(.header_cart) nav .col_infos.ais-Hits-list,#hitsCategories .card_edito_inline header:not(.header_cart) nav .col_infos.ais-InfiniteHits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-Hits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-Hits-list,#hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#hitsCategories header:not(.header_cart) nav .ais-Hits-list,#hitsCategories header:not(.header_cart) nav .ais-Hits-list.ais-InfiniteHits-list,#hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list,#hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list.ais-Hits-list,#hitsCategories header:not(.header_cart) nav .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsCategories header:not(.header_cart) nav .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsCategories header:not(.header_cart) nav .content_cms .cms_content_row .ais-Hits-list.cms_row,#hitsCategories header:not(.header_cart) nav .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,#hitsCategories header:not(.header_cart) nav .marges.ais-Hits-list,#hitsCategories header:not(.header_cart) nav .marges.ais-InfiniteHits-list,#hitsCategories header:not(.header_cart) nav .row.ais-Hits-list,#hitsCategories header:not(.header_cart) nav .row.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hits header:not(.header_cart) nav .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hits header:not(.header_cart) nav .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle header:not(.header_cart) nav .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle header:not(.header_cart) nav .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories header:not(.header_cart) nav .aa-PanelSections.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories header:not(.header_cart) nav .aa-PanelSections.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits header:not(.header_cart) nav .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle header:not(.header_cart) nav .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories header:not(.header_cart) nav .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .content_cms .aa-List.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .content_cms .cms_content_row .aa-List.cms_row,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .marges.aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .content_cms .aa-PanelSections.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .content_cms .cms_content_row .aa-PanelSections.cms_row,#result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .marges.aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits header:not(.header_cart) nav .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle header:not(.header_cart) nav .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories header:not(.header_cart) nav .aa-Source.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits header:not(.header_cart) nav .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle header:not(.header_cart) nav .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories header:not(.header_cart) nav .aa-List.ais-Hits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .content_cms .aa-List.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .content_cms .cms_content_row .aa-List.cms_row,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .marges.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .content_cms .aa-Source.cms_content_row:not([class*=box_]),#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .content_cms .cms_content_row .aa-Source.cms_row,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .marges.aa-Source,.card_edito_inline #hits header:not(.header_cart) nav .col_infos.ais-Hits-list,.card_edito_inline #hits header:not(.header_cart) nav .col_infos.ais-InfiniteHits-list,.card_edito_inline #hitsArticle header:not(.header_cart) nav .col_infos.ais-Hits-list,.card_edito_inline #hitsArticle header:not(.header_cart) nav .col_infos.ais-InfiniteHits-list,.card_edito_inline #hitsCategories header:not(.header_cart) nav .col_infos.ais-Hits-list,.card_edito_inline #hitsCategories header:not(.header_cart) nav .col_infos.ais-InfiniteHits-list,.card_edito_inline header:not(.header_cart) nav .content_cms .cms_content_row .col_infos.cms_row,.card_edito_inline header:not(.header_cart) nav .content_cms .col_infos.cms_content_row:not([class*=box_]),.card_edito_inline header:not(.header_cart) nav .marges.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits header:not(.header_cart) nav .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle header:not(.header_cart) nav .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories header:not(.header_cart) nav .aa-Source.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories header:not(.header_cart) nav .aa-Source.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits header:not(.header_cart) nav .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle header:not(.header_cart) nav .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories header:not(.header_cart) nav .aa-List.ais-Hits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories header:not(.header_cart) nav .aa-List.ais-InfiniteHits-list,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .content_cms .aa-List.cms_content_row:not([class*=box_]),.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .content_cms .cms_content_row .aa-List.cms_row,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .marges.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .content_cms .aa-Source.cms_content_row:not([class*=box_]),.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .content_cms .cms_content_row .aa-Source.cms_row,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .marges.aa-Source,.content_cms #hits header:not(.header_cart) nav .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hits header:not(.header_cart) nav .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle header:not(.header_cart) nav .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories header:not(.header_cart) nav .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.cms_content_row:not([class*=box_]),.content_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.cms_content_row:not([class*=box_]),.content_cms .card_edito_inline header:not(.header_cart) nav .col_infos.cms_content_row:not([class*=box_]),.content_cms .cms_content_row #hits header:not(.header_cart) nav .ais-Hits-list.cms_row,.content_cms .cms_content_row #hits header:not(.header_cart) nav .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #hitsArticle header:not(.header_cart) nav .ais-Hits-list.cms_row,.content_cms .cms_content_row #hitsArticle header:not(.header_cart) nav .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #hitsCategories header:not(.header_cart) nav .ais-Hits-list.cms_row,.content_cms .cms_content_row #hitsCategories header:not(.header_cart) nav .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav .aa-List.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-PanelSections.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.cms_row,.content_cms .cms_content_row #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav .aa-Source.cms_row,.content_cms .cms_content_row .card_edito_inline header:not(.header_cart) nav .col_infos.cms_row,.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.cms_row,.content_cms .cms_content_row .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #hits .ais-Hits-list.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #hits .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #hitsArticle .ais-Hits-list.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #hitsArticle .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #hitsCategories .ais-Hits-list.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #hitsCategories .ais-InfiniteHits-list.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav .card_edito_inline .col_infos.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_row,.content_cms .cms_content_row header:not(.header_cart) nav .row.cms_row,.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav .aa-List.cms_content_row:not([class*=box_]),.content_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav .aa-Source.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #hits .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav .card_edito_inline .col_infos.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.cms_content_row:not([class*=box_]),.content_cms header:not(.header_cart) nav .row.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #hits #hitsArticle .ais-Hits-list,header:not(.header_cart) nav #hits #hitsArticle .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hits #hitsArticle .ais-InfiniteHits-list,header:not(.header_cart) nav #hits #hitsArticle .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hits #hitsCategories .ais-Hits-list,header:not(.header_cart) nav #hits #hitsCategories .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hits #hitsCategories .ais-InfiniteHits-list,header:not(.header_cart) nav #hits #hitsCategories .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,header:not(.header_cart) nav #hits #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #hits .ais-Hits-list,header:not(.header_cart) nav #hits .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hits .ais-InfiniteHits-list,header:not(.header_cart) nav #hits .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hits .card_edito_inline .col_infos.ais-Hits-list,header:not(.header_cart) nav #hits .card_edito_inline .col_infos.ais-InfiniteHits-list,header:not(.header_cart) nav #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,header:not(.header_cart) nav #hits .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #hits .content_cms .cms_content_row .ais-Hits-list.cms_row,header:not(.header_cart) nav #hits .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,header:not(.header_cart) nav #hits .marges.ais-Hits-list,header:not(.header_cart) nav #hits .marges.ais-InfiniteHits-list,header:not(.header_cart) nav #hits .row.ais-Hits-list,header:not(.header_cart) nav #hits .row.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #hits .ais-Hits-list,header:not(.header_cart) nav #hitsArticle #hits .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #hits .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #hits .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hitsArticle #hitsCategories .ais-Hits-list,header:not(.header_cart) nav #hitsArticle #hitsCategories .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #hitsCategories .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #hitsCategories .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,header:not(.header_cart) nav #hitsArticle #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .ais-Hits-list,header:not(.header_cart) nav #hitsArticle .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hitsArticle .card_edito_inline .col_infos.ais-Hits-list,header:not(.header_cart) nav #hitsArticle .card_edito_inline .col_infos.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,header:not(.header_cart) nav #hitsArticle .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #hitsArticle .content_cms .cms_content_row .ais-Hits-list.cms_row,header:not(.header_cart) nav #hitsArticle .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,header:not(.header_cart) nav #hitsArticle .marges.ais-Hits-list,header:not(.header_cart) nav #hitsArticle .marges.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsArticle .row.ais-Hits-list,header:not(.header_cart) nav #hitsArticle .row.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #hits .ais-Hits-list,header:not(.header_cart) nav #hitsCategories #hits .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #hits .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #hits .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hitsCategories #hitsArticle .ais-Hits-list,header:not(.header_cart) nav #hitsCategories #hitsArticle .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #hitsArticle .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #hitsArticle .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-Hits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-Hits-list,header:not(.header_cart) nav #hitsCategories #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .ais-Hits-list,header:not(.header_cart) nav #hitsCategories .ais-Hits-list.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .ais-InfiniteHits-list.ais-Hits-list,header:not(.header_cart) nav #hitsCategories .card_edito_inline .col_infos.ais-Hits-list,header:not(.header_cart) nav #hitsCategories .card_edito_inline .col_infos.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-Hits-list,header:not(.header_cart) nav #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-Hits-list,header:not(.header_cart) nav #hitsCategories .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #hitsCategories .content_cms .cms_content_row .ais-Hits-list.cms_row,header:not(.header_cart) nav #hitsCategories .content_cms .cms_content_row .ais-InfiniteHits-list.cms_row,header:not(.header_cart) nav #hitsCategories .marges.ais-Hits-list,header:not(.header_cart) nav #hitsCategories .marges.ais-InfiniteHits-list,header:not(.header_cart) nav #hitsCategories .row.ais-Hits-list,header:not(.header_cart) nav #hitsCategories .row.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-PanelSections.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-PanelSections.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-PanelSections.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right .marges.aa-List,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-PanelSections.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-PanelSections.cms_row,header:not(.header_cart) nav #result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-PanelSections,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_]),header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row,header:not(.header_cart) nav #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .marges.aa-Source,header:not(.header_cart) nav .card_edito_inline #hits .col_infos.ais-Hits-list,header:not(.header_cart) nav .card_edito_inline #hits .col_infos.ais-InfiniteHits-list,header:not(.header_cart) nav .card_edito_inline #hitsArticle .col_infos.ais-Hits-list,header:not(.header_cart) nav .card_edito_inline #hitsArticle .col_infos.ais-InfiniteHits-list,header:not(.header_cart) nav .card_edito_inline #hitsCategories .col_infos.ais-Hits-list,header:not(.header_cart) nav .card_edito_inline #hitsCategories .col_infos.ais-InfiniteHits-list,header:not(.header_cart) nav .card_edito_inline .content_cms .cms_content_row .col_infos.cms_row,header:not(.header_cart) nav .card_edito_inline .content_cms .col_infos.cms_content_row:not([class*=box_]),header:not(.header_cart) nav .card_edito_inline .marges.col_infos,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-Hits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hits .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-Hits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsArticle .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-Hits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout #hitsCategories .aa-Source.ais-InfiniteHits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-Hits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hits .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-Hits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsArticle .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-Hits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right #hitsCategories .aa-List.ais-InfiniteHits-list,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .aa-List.cms_content_row:not([class*=box_]),header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .content_cms .cms_content_row .aa-List.cms_row,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right .marges.aa-List,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .aa-Source.cms_content_row:not([class*=box_]),header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .content_cms .cms_content_row .aa-Source.cms_row,header:not(.header_cart) nav .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .marges.aa-Source,header:not(.header_cart) nav .content_cms .cms_content_row .row.cms_row,header:not(.header_cart) nav .content_cms .row.cms_content_row:not([class*=box_]),header:not(.header_cart) nav .row.marges{margin:0}#hits header:not(.header_cart) nav>.ais-Hits-list,#hits header:not(.header_cart) nav>.ais-InfiniteHits-list,#hitsArticle header:not(.header_cart) nav>.ais-Hits-list,#hitsArticle header:not(.header_cart) nav>.ais-InfiniteHits-list,#hitsCategories header:not(.header_cart) nav>.ais-Hits-list,#hitsCategories header:not(.header_cart) nav>.ais-InfiniteHits-list,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right header:not(.header_cart) nav>.aa-List,#result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav>.aa-PanelSections,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav>.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout header:not(.header_cart) nav>.aa-Source,.card_edito_inline header:not(.header_cart) nav>.col_infos,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right header:not(.header_cart) nav>.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout header:not(.header_cart) nav>.aa-Source,header:not(.header_cart) #hits nav>.ais-Hits-list,header:not(.header_cart) #hits nav>.ais-InfiniteHits-list,header:not(.header_cart) #hitsArticle nav>.ais-Hits-list,header:not(.header_cart) #hitsArticle nav>.ais-InfiniteHits-list,header:not(.header_cart) #hitsCategories nav>.ais-Hits-list,header:not(.header_cart) #hitsCategories nav>.ais-InfiniteHits-list,header:not(.header_cart) #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right nav>.aa-List,header:not(.header_cart) #result_autocomplete .aa-Panel .aa-PanelLayout nav>.aa-PanelSections,header:not(.header_cart) #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right nav>.aa-List,header:not(.header_cart) #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout nav>.aa-Source,header:not(.header_cart) .card_edito_inline nav>.col_infos,header:not(.header_cart) .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right nav>.aa-List,header:not(.header_cart) .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout nav>.aa-Source,header:not(.header_cart) nav>.row{height:100%;overflow:auto;padding:20px}header:not(.header_cart) nav .nav_left,header:not(.header_cart) nav .nav_right{padding:0}header:not(.header_cart) nav .content_nav{display:block;width:100%}header:not(.header_cart) nav .content_nav .item_nav .nb_items{display:inline-block;margin-left:2px;margin-top:-15px;vertical-align:middle}header:not(.header_cart) nav .content_nav.lvl0{border-bottom:1px solid #bdbdbd;position:relative}header:not(.header_cart) nav .content_nav.lvl0.has_children>.item_nav{width:calc(100% - 40px)}header:not(.header_cart) nav .content_nav.lvl0>.item_nav{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;height:60px;padding:0;text-align:left;width:100%}.accordion .accordion_header header:not(.header_cart) nav .content_nav.lvl0>span[aria-hidden=true],header:not(.header_cart) nav .accordion .accordion_header .content_nav.lvl0>span[aria-hidden=true],header:not(.header_cart) nav .content_nav.lvl0>.icon-chevron{height:60px;position:absolute;right:0;top:0;width:40px;z-index:2}.accordion .accordion_header header:not(.header_cart) nav .content_nav.lvl0>span[aria-hidden=true]:before,header:not(.header_cart) nav .accordion .accordion_header .content_nav.lvl0>span[aria-hidden=true]:before,header:not(.header_cart) nav .content_nav.lvl0>.icon-chevron:before{color:#121212;font-size:13px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}header:not(.header_cart) nav .content_nav.lvl0>.subnav{border-top:1px solid #bdbdbd;display:none;opacity:1;padding:30px 0;position:relative;visibility:visible}header:not(.header_cart) nav .content_nav.lvl0>.subnav.open{display:block}header:not(.header_cart) nav .content_nav.lvl0>.subnav:after{display:none}header:not(.header_cart) nav .content_nav.lvl1{padding:0}header:not(.header_cart) nav .content_nav.lvl1+.lvl1>.item_nav{margin-top:20px}header:not(.header_cart) nav .content_nav.lvl1>.subnav,header:not(.header_cart) nav .content_nav.lvl1>.subnav:first-child{margin-top:0}header:not(.header_cart) nav .content_nav .visuel_nav{display:none}header:not(.header_cart) nav .content_nav .subnav.subnav_designers>div{padding-bottom:24px;position:relative}header:not(.header_cart) nav .content_nav .subnav.subnav_designers .content_nav.lvl2>.item_nav.item_all{bottom:0;left:0;position:absolute;width:100%}header:not(.header_cart) nav .close_nav{color:#121212;cursor:pointer;left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}header:not(.header_cart) nav .close_nav:before{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}header:not(.header_cart) nav .close_nav:focus,header:not(.header_cart) nav .close_nav:hover{color:#585858}header:not(.header_cart).out .logo,header:not(.header_cart).out:before{opacity:0}header:not(.header_cart).fixed{position:fixed}header:not(.header_cart).fixed .logo,header:not(.header_cart).fixed:before{opacity:1}body.nav_open:not(.header_cart) header{z-index:4}body.nav_open:not(.header_cart) header nav{opacity:1;top:0;visibility:visible}body.nav_open:not(.header_cart) header.beforeunload nav{opacity:0;top:100%;visibility:hidden}body.nav_open .country_banner{z-index:1}}@media (max-width:calc(768px - 1px)){.header_cart .header{height:auto;left:0;margin-top:10px;position:absolute;right:0;top:100%}.header_cart .header .links{padding:0}.header_cart .header .links .link{margin-left:10px;margin-right:0}.header_cart~main{margin-top:50px}}@media (max-width:calc(576px - 1px)){header:not(.header_cart) nav .nav_bottom{padding:16px}}@media (max-width:calc(440px - 1px)){.info_banner{height:35px}}@media (min-width:440px){.info_banner{height:calc(27.75949px + 1.64557vw)}}@media (min-width:1230px){.info_banner{height:48px}}@media (max-width:calc(440px - 1px)){.info_banner+header{top:35px}}@media (min-width:440px){.info_banner+header{top:calc(27.75949px + 1.64557vw)}}@media (min-width:1230px){.info_banner+header{top:48px}}@media (max-width:calc(440px - 1px)){.info_banner.fixed{top:0}}@media (min-width:440px){.info_banner.fixed{top:0}}@media (min-width:1230px){.info_banner.fixed{top:0}}@media (max-width:calc(440px - 1px)){body.has_progress .info_banner.fixed{top:8px}}@media (min-width:440px){body.has_progress .info_banner.fixed{top:calc(6.88608px + .25316vw)}}@media (min-width:1230px){body.has_progress .info_banner.fixed{top:10px}}@media (max-width:calc(440px - 1px)){.info_banner.fixed+header{top:35px}}@media (min-width:440px){.info_banner.fixed+header{top:calc(27.75949px + 1.64557vw)}}@media (min-width:1230px){.info_banner.fixed+header{top:48px}}@media (max-width:calc(440px - 1px)){body.has_progress .info_banner.fixed+header{top:43px}}@media (min-width:440px){body.has_progress .info_banner.fixed+header{top:calc(34.64557px + 1.89873vw)}}@media (min-width:1230px){body.has_progress .info_banner.fixed+header{top:58px}}.info_banner{background:#ffe8d6;left:0;overflow:hidden;position:absolute;-moz-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;width:100%;z-index:2}.info_banner .scrolling_banner{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%}.info_banner .scrolling_banner .ck-content p{line-height:1.1em}.info_banner .scrolling_banner .ck-content p:empty{display:none}.info_banner.out{opacity:0}.info_banner.fixed{opacity:1;position:fixed}.info_banner:not(.fixed){top:0}@media (min-width:768px){.info_banner .scrolling_banner{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center}.info_banner .scrolling_banner .ck-content:nth-child(2){display:none}}@media (max-width:calc(768px - 1px)){.info_banner .scrolling_banner{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}.info_banner .scrolling_banner .ck-content{animation:animate 40s linear infinite;animation-delay:-40s;white-space:nowrap}.info_banner .scrolling_banner .ck-content:nth-child(2){animation:animate2 40s linear infinite;animation-delay:-20s}.info_banner .scrolling_banner .ck-content p{padding:0 20px}}@keyframes animate{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes animate2{0%{transform:translateX(0)}to{transform:translateX(-200%)}}@media (max-width:calc(440px - 1px)){.country_banner{top:0}}@media (min-width:440px){.country_banner{top:0}}@media (min-width:1230px){.country_banner{top:0}}@media (max-width:calc(440px - 1px)){body.has_progress .country_banner{top:8px}}@media (min-width:440px){body.has_progress .country_banner{top:calc(6.88608px + .25316vw)}}@media (min-width:1230px){body.has_progress .country_banner{top:10px}}.country_banner{background:#ffe8d6;height:68px;left:0;position:fixed;width:100%;z-index:5}.country_banner .form-group select{background-color:#fff}.country_banner_open .info_banner,.country_banner_open header,.country_banner_open main{margin-top:68px}.country_banner_open main .bloc_hero{height:calc(100vh - 68px)}@media (max-width:calc(576px - 1px)){.country_banner{height:100px}.country_banner>div{height:auto}.country_banner .text_col{margin-bottom:12px}.country_banner_open .info_banner,.country_banner_open header,.country_banner_open main{margin-top:100px}.country_banner_open main .bloc_hero{height:calc(100vh - 100px)}}@media (max-width:calc(440px - 1px)){footer{padding-top:20px}}@media (min-width:440px){footer{padding-top:calc(-2.27848px + 5.06329vw)}}@media (min-width:1230px){footer{padding-top:60px}}@media (max-width:calc(440px - 1px)){footer{padding-bottom:70px}}@media (min-width:440px){footer{padding-bottom:calc(64.43038px + 1.26582vw)}}@media (min-width:1230px){footer{padding-bottom:80px}}@media (max-width:calc(440px - 1px)){footer .footer_top .logo{padding-bottom:15px}}@media (min-width:440px){footer .footer_top .logo{padding-bottom:calc(12.21519px + .63291vw)}}@media (min-width:1230px){footer .footer_top .logo{padding-bottom:20px}}@media (max-width:calc(440px - 1px)){footer .footer_top .logo img{width:55px}}@media (min-width:440px){footer .footer_top .logo img{width:calc(49.43038px + 1.26582vw)}}@media (min-width:1230px){footer .footer_top .logo img{width:65px}}@media (max-width:calc(440px - 1px)){footer .footer_top .logo span{font-size:25px}}@media (min-width:440px){footer .footer_top .logo span{font-size:calc(22.21519px + .63291vw)}}@media (min-width:1230px){footer .footer_top .logo span{font-size:30px}}@media (max-width:calc(440px - 1px)){footer .footer_top .logo span{line-height:20px}}@media (min-width:440px){footer .footer_top .logo span{line-height:calc(18.32911px + .37975vw)}}@media (min-width:1230px){footer .footer_top .logo span{line-height:23px}}@media (max-width:calc(440px - 1px)){footer .footer_top .logo span{margin-left:10px}}@media (min-width:440px){footer .footer_top .logo span{margin-left:calc(7.21519px + .63291vw)}}@media (min-width:1230px){footer .footer_top .logo span{margin-left:15px}}@media (max-width:calc(440px - 1px)){footer .footer_top .social{padding-top:20px}}@media (min-width:440px){footer .footer_top .social{padding-top:calc(17.21519px + .63291vw)}}@media (min-width:1230px){footer .footer_top .social{padding-top:25px}}@media (max-width:calc(440px - 1px)){footer .footer_top .social{padding-bottom:20px}}@media (min-width:440px){footer .footer_top .social{padding-bottom:calc(17.21519px + .63291vw)}}@media (min-width:1230px){footer .footer_top .social{padding-bottom:25px}}@media (max-width:calc(440px - 1px)){footer .footer_top .social a{font-size:20px}}@media (min-width:440px){footer .footer_top .social a{font-size:20px}}@media (min-width:1230px){footer .footer_top .social a{font-size:20px}}@media (max-width:calc(440px - 1px)){footer .footer_top .social a{margin-left:16px}}@media (min-width:440px){footer .footer_top .social a{margin-left:calc(10.98734px + 1.13924vw)}}@media (min-width:1230px){footer .footer_top .social a{margin-left:25px}}@media (max-width:calc(440px - 1px)){footer .footer_top nav{padding-top:30px}}@media (min-width:440px){footer .footer_top nav{padding-top:calc(13.29114px + 3.79747vw)}}@media (min-width:1230px){footer .footer_top nav{padding-top:60px}}@media (max-width:calc(440px - 1px)){footer .footer_top nav{padding-bottom:30px}}@media (min-width:440px){footer .footer_top nav{padding-bottom:calc(13.29114px + 3.79747vw)}}@media (min-width:1230px){footer .footer_top nav{padding-bottom:60px}}@media (max-width:calc(440px - 1px)){footer .footer_bottom{padding-top:20px}}@media (min-width:440px){footer .footer_bottom{padding-top:calc(14.43038px + 1.26582vw)}}@media (min-width:1230px){footer .footer_bottom{padding-top:30px}}@media (max-width:calc(440px - 1px)){footer .footer_bottom{padding-bottom:20px}}@media (min-width:440px){footer .footer_bottom{padding-bottom:calc(14.43038px + 1.26582vw)}}@media (min-width:1230px){footer .footer_bottom{padding-bottom:30px}}@media (max-width:calc(440px - 1px)){footer .footer_bottom .items_select>div{height:32px}}@media (min-width:440px){footer .footer_bottom .items_select>div{height:calc(30.32911px + .37975vw)}}@media (min-width:1230px){footer .footer_bottom .items_select>div{height:35px}}@media (max-width:calc(440px - 1px)){footer .footer_bottom .items_select>div:not(:last-child){margin-right:20px}}@media (min-width:440px){footer .footer_bottom .items_select>div:not(:last-child){margin-right:calc(3.29114px + 3.79747vw)}}@media (min-width:1230px){footer .footer_bottom .items_select>div:not(:last-child){margin-right:50px}}@media (max-width:calc(440px - 1px)){footer .footer_bottom .links{margin-top:25px}}@media (min-width:440px){footer .footer_bottom .links{margin-top:calc(22.21519px + .63291vw)}}@media (min-width:1230px){footer .footer_bottom .links{margin-top:30px}}@media (max-width:calc(440px - 1px)){footer .footer_bottom .links a,footer .footer_bottom .links p{margin-left:5px}}@media (min-width:440px){footer .footer_bottom .links a,footer .footer_bottom .links p{margin-left:calc(1.10127px + .88608vw)}}@media (min-width:1230px){footer .footer_bottom .links a,footer .footer_bottom .links p{margin-left:12px}}@media (max-width:calc(440px - 1px)){footer .footer_bottom .links a,footer .footer_bottom .links p{margin-right:5px}}@media (min-width:440px){footer .footer_bottom .links a,footer .footer_bottom .links p{margin-right:calc(1.10127px + .88608vw)}}@media (min-width:1230px){footer .footer_bottom .links a,footer .footer_bottom .links p{margin-right:12px}}footer{background:#121212}footer .footer_top .logo{border-bottom:1px solid #ffe8d6;display:block;text-align:left;width:100%}footer .footer_top .logo img,footer .footer_top .logo span{display:inline-block;vertical-align:bottom}footer .footer_top .logo span{color:#ffe8d6;font-family:HernandezBrosRegular,serif;font-weight:400}footer .footer_top .newsletter{color:#ffe8d6;display:block;float:left;margin-top:10px;text-align:left;width:50%}footer .footer_top .newsletter #newsletter-email{border-color:#ffe8d6;color:#ffe8d6;width:75%}footer .footer_top .newsletter button{border:1px solid #ffe8d6;border-radius:5px;color:#ffe8d6;margin-left:10px;padding:13px 14px}footer .footer_top .newsletter ::placeholder{color:#bdbdbd;opacity:1}footer .footer_top .social{display:block;float:left;text-align:right;width:50%}footer .footer_top .social a,footer .footer_top .social p{color:#ffe8d6;display:inline-block;vertical-align:middle}footer .footer_top .social p{font-family:Inter,sans-serif;font-size:.9em;font-weight:500}footer .footer_top .social a{height:25px;line-height:30px;text-align:center;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:25px}footer .footer_top .social a:focus,footer .footer_top .social a:hover{color:#fff}footer .footer_top nav{border-bottom:1px solid hsla(0,0%,74%,.3);clear:both}footer .footer_top nav,footer .footer_top nav .header_nav{display:block;width:100%}footer .footer_top nav .header_nav p{color:#ffe8d6;display:block;font-family:Inter,sans-serif;font-size:1.05em;font-weight:500}footer .footer_top nav .subnav{display:block;padding-top:15px;width:100%}footer .footer_top nav .subnav .item_nav{display:block;margin-top:10px;width:100%}footer .footer_top nav .subnav .item_nav a{color:#bdbdbd;font-family:Inter,sans-serif;font-weight:400}footer .footer_top nav .subnav .item_nav a:focus,footer .footer_top nav .subnav .item_nav a:hover{text-decoration:underline}footer .footer_bottom .links{width:100%}footer .footer_bottom .links a,footer .footer_bottom .links p{color:#bdbdbd;display:inline-block;font-family:Inter,sans-serif;font-size:.9em;font-weight:500;vertical-align:middle}footer .footer_bottom .links a:focus,footer .footer_bottom .links a:hover{text-decoration:underline}footer .footer_bottom .switcher_wrapper{position:relative}footer .footer_bottom .switcher_wrapper .switcher_wrapper_loader{background-color:hsla(0,0%,7%,.5);bottom:0;left:0;position:absolute;right:0;top:0;z-index:5}footer .footer_bottom .switcher_wrapper .switcher_wrapper_loader .loader{height:32px;width:32px}@media (min-width:1024px){footer{padding-bottom:0}}@media (min-width:768px){footer .footer_bottom .links a:last-child,footer .footer_bottom .links p:last-child{margin-right:0}}@media (max-width:calc(768px - 1px)){footer{padding-left:12px;padding-right:12px}footer .footer_top .newsletter{width:100%}footer .footer_top .newsletter #newsletter-email{margin-right:10px;width:auto}footer .footer_top .social{width:100%}footer .footer_top nav{border:none}footer .footer_top nav .content_nav{border-bottom:.5px solid #ffe8d6}footer .footer_top nav .header_nav{padding:20px 0;position:relative}footer .footer_top nav .header_nav:after{background:url(https://media.resee.com/build/shop/images/dropdown_beige.e30bb3ce.svg) no-repeat 50%;background-size:12px;content:"";height:20px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:20px}footer .footer_top nav .header_nav p{text-transform:uppercase}footer .footer_top nav .header_nav.open:after{-webkit-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}footer .footer_top nav .header_nav.open+.subnav{display:block}footer .footer_top nav .subnav{display:none;padding-bottom:20px;padding-top:0}footer .footer_bottom .items_select>div{height:auto}footer .footer_bottom .items_select>div:not(:last-child){margin-bottom:10px}footer .footer_bottom .items_select .item_select{width:100%}footer .footer_bottom .items_select .item_select label{width:25%}footer .footer_bottom .items_select .item_select .choices,footer .footer_bottom .items_select .item_select select{max-width:75%}}@media (max-width:calc(440px - 1px)){.bloc_reassurances{padding-top:40px}}@media (min-width:440px){.bloc_reassurances{padding-top:calc(6.58228px + 7.59494vw)}}@media (min-width:1230px){.bloc_reassurances{padding-top:100px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances{padding-bottom:40px}}@media (min-width:440px){.bloc_reassurances{padding-bottom:calc(6.58228px + 7.59494vw)}}@media (min-width:1230px){.bloc_reassurances{padding-bottom:100px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-left:10px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-left:calc(-6.70886px + 3.79747vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-left:40px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-right:10px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-right:calc(-6.70886px + 3.79747vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-right:40px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-bottom:30px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-bottom:calc(41.13924px - 2.53165vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_half .reassurance{padding-bottom:10px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_half .reassurance svg{width:70px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_half .reassurance svg{width:calc(56.07595px + 3.16456vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_half .reassurance svg{width:95px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_half .reassurance svg{height:70px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_half .reassurance svg{height:calc(56.07595px + 3.16456vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_half .reassurance svg{height:95px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_half .reassurance svg{margin-bottom:15px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_half .reassurance svg{margin-bottom:15px}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_half .reassurance svg{margin-bottom:15px}}#hits .bloc_reassurances_half .box_xl.ais-Hits-list,#hits .bloc_reassurances_half .box_xl.ais-InfiniteHits-list,#hits .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hits .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsArticle .bloc_reassurances_half .box_xl.ais-Hits-list,#hitsArticle .bloc_reassurances_half .box_xl.ais-InfiniteHits-list,#hitsArticle .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsArticle .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),#hitsCategories .bloc_reassurances_half .box_xl.ais-Hits-list,#hitsCategories .bloc_reassurances_half .box_xl.ais-InfiniteHits-list,#hitsCategories .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),#hitsCategories .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.bloc_reassurances_half #hits .box_xl.ais-Hits-list,.bloc_reassurances_half #hits .box_xl.ais-InfiniteHits-list,.bloc_reassurances_half #hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),.bloc_reassurances_half #hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.bloc_reassurances_half #hitsArticle .box_xl.ais-Hits-list,.bloc_reassurances_half #hitsArticle .box_xl.ais-InfiniteHits-list,.bloc_reassurances_half #hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),.bloc_reassurances_half #hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.bloc_reassurances_half #hitsCategories .box_xl.ais-Hits-list,.bloc_reassurances_half #hitsCategories .box_xl.ais-InfiniteHits-list,.bloc_reassurances_half #hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]),.bloc_reassurances_half #hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.bloc_reassurances_half .box_xl.marges,.bloc_reassurances_half .content_cms .cms_content_row .box_xl.cms_row,.bloc_reassurances_half .content_cms .cms_content_row:not([class*=box_]),.content_cms #hits .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hits .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsArticle .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms #hitsCategories .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms .bloc_reassurances_half #hits .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms .bloc_reassurances_half #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms .bloc_reassurances_half #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms .bloc_reassurances_half #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]),.content_cms .bloc_reassurances_half #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]),.content_cms .bloc_reassurances_half .cms_content_row:not([class*=box_]),.content_cms .cms_content_row .bloc_reassurances_half .box_xl.cms_row{max-width:100%}#hits .bloc_reassurances_half .box_xl.ais-Hits-list .ck-content p,#hits .bloc_reassurances_half .box_xl.ais-InfiniteHits-list .ck-content p,#hits .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,#hits .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,#hitsArticle .bloc_reassurances_half .box_xl.ais-Hits-list .ck-content p,#hitsArticle .bloc_reassurances_half .box_xl.ais-InfiniteHits-list .ck-content p,#hitsArticle .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,#hitsArticle .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,#hitsCategories .bloc_reassurances_half .box_xl.ais-Hits-list .ck-content p,#hitsCategories .bloc_reassurances_half .box_xl.ais-InfiniteHits-list .ck-content p,#hitsCategories .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,#hitsCategories .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.bloc_reassurances_half #hits .box_xl.ais-Hits-list .ck-content p,.bloc_reassurances_half #hits .box_xl.ais-InfiniteHits-list .ck-content p,.bloc_reassurances_half #hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.bloc_reassurances_half #hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.bloc_reassurances_half #hitsArticle .box_xl.ais-Hits-list .ck-content p,.bloc_reassurances_half #hitsArticle .box_xl.ais-InfiniteHits-list .ck-content p,.bloc_reassurances_half #hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.bloc_reassurances_half #hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.bloc_reassurances_half #hitsCategories .box_xl.ais-Hits-list .ck-content p,.bloc_reassurances_half #hitsCategories .box_xl.ais-InfiniteHits-list .ck-content p,.bloc_reassurances_half #hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.bloc_reassurances_half #hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.bloc_reassurances_half .box_xl.marges .ck-content p,.bloc_reassurances_half .content_cms .cms_content_row .box_xl.cms_row .ck-content p,.bloc_reassurances_half .content_cms .cms_content_row:not([class*=box_]) .ck-content p,.content_cms #hits .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms #hits .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms #hitsArticle .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms #hitsArticle .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms #hitsCategories .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms #hitsCategories .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms .bloc_reassurances_half #hits .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms .bloc_reassurances_half #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms .bloc_reassurances_half #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms .bloc_reassurances_half #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms .bloc_reassurances_half #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p,.content_cms .bloc_reassurances_half .cms_content_row:not([class*=box_]) .ck-content p,.content_cms .cms_content_row .bloc_reassurances_half .box_xl.cms_row .ck-content p{font-size:12px;line-height:18px}#hits .bloc_reassurances_half .box_xl.ais-Hits-list .ck-content p .link_cta,#hits .bloc_reassurances_half .box_xl.ais-InfiniteHits-list .ck-content p .link_cta,#hits .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,#hits .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,#hitsArticle .bloc_reassurances_half .box_xl.ais-Hits-list .ck-content p .link_cta,#hitsArticle .bloc_reassurances_half .box_xl.ais-InfiniteHits-list .ck-content p .link_cta,#hitsArticle .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,#hitsArticle .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,#hitsCategories .bloc_reassurances_half .box_xl.ais-Hits-list .ck-content p .link_cta,#hitsCategories .bloc_reassurances_half .box_xl.ais-InfiniteHits-list .ck-content p .link_cta,#hitsCategories .bloc_reassurances_half .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,#hitsCategories .bloc_reassurances_half .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.bloc_reassurances_half #hits .box_xl.ais-Hits-list .ck-content p .link_cta,.bloc_reassurances_half #hits .box_xl.ais-InfiniteHits-list .ck-content p .link_cta,.bloc_reassurances_half #hits .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.bloc_reassurances_half #hits .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.bloc_reassurances_half #hitsArticle .box_xl.ais-Hits-list .ck-content p .link_cta,.bloc_reassurances_half #hitsArticle .box_xl.ais-InfiniteHits-list .ck-content p .link_cta,.bloc_reassurances_half #hitsArticle .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.bloc_reassurances_half #hitsArticle .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.bloc_reassurances_half #hitsCategories .box_xl.ais-Hits-list .ck-content p .link_cta,.bloc_reassurances_half #hitsCategories .box_xl.ais-InfiniteHits-list .ck-content p .link_cta,.bloc_reassurances_half #hitsCategories .content_cms .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.bloc_reassurances_half #hitsCategories .content_cms .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.bloc_reassurances_half .box_xl.marges .ck-content p .link_cta,.bloc_reassurances_half .content_cms .cms_content_row .box_xl.cms_row .ck-content p .link_cta,.bloc_reassurances_half .content_cms .cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms #hits .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms #hits .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms #hitsArticle .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms #hitsArticle .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms #hitsCategories .bloc_reassurances_half .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms #hitsCategories .bloc_reassurances_half .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .bloc_reassurances_half #hits .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .bloc_reassurances_half #hits .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .bloc_reassurances_half #hitsArticle .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .bloc_reassurances_half #hitsCategories .ais-Hits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .bloc_reassurances_half #hitsCategories .ais-InfiniteHits-list.cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .bloc_reassurances_half .cms_content_row:not([class*=box_]) .ck-content p .link_cta,.content_cms .cms_content_row .bloc_reassurances_half .box_xl.cms_row .ck-content p .link_cta{text-decoration:underline}.bloc_reassurances_half .reassurance{color:#121212;max-width:540px}.bloc_reassurances_half .reassurance svg{display:block;margin-left:auto;margin-right:auto;overflow:visible}.bloc_reassurances_half .reassurance svg .arrow{transform-origin:center}.bloc_reassurances_half .reassurance svg .leaf{transform-origin:center;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.bloc_reassurances_half .reassurance svg .circle{transform-origin:86% top}.bloc_reassurances_half .reassurance:focus svg .arrow,.bloc_reassurances_half .reassurance:hover svg .arrow{animation:rotate_arrow 1.5s}.bloc_reassurances_half .reassurance:focus svg .leaf,.bloc_reassurances_half .reassurance:hover svg .leaf{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}.bloc_reassurances_half .reassurance:focus svg .circle,.bloc_reassurances_half .reassurance:hover svg .circle{animation:spin_circle 1.5s}.bloc_reassurances_half .reassurance:focus svg .check,.bloc_reassurances_half .reassurance:hover svg .check{animation:hide_check 1.5s}@media (min-width:768px){#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.col_12,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.col_12,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .col_12+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .col_12+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.col_12,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.col_12,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .col_12+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .col_12+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .col_12+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .col_12+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .col_12+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .col_12+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .col_12+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .col_12+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .col_12+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .col_12+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .col_12+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .col_12+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .col_12+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_12+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_12+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_12+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_12+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .col_12+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_12+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .col_12+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--top,.bloc_reassurances_half .col_12+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .col_12+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_12+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .col_12+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .col_12+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .col_12+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .col_12+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--left+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--right+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--top+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List{border-left:1px solid hsla(0,0%,7%,.2)}}@media (max-width:calc(768px - 1px)){#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.col_12,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.col_12,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .col_12+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .col_12+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-Hits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.col_12,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-Hits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.col_12,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .col_12+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .col_12+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,#hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .col_12+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.col_12,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .col_12+.aa-PanelSection--left,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .col_12+.aa-PanelSection--right,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .col_12+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .col_12+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .col_12+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .col_12+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.col_12,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-List,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--left,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--right,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .col_12+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .col_12+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-Hits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-Hits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.col_12,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .col_12+.ais-Hits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .col_12+.ais-InfiniteHits-item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-Hits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .ais-InfiniteHits-item+.aa-Item,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-Hits-item+.aa-PanelSection--top,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-List,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--left,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--right,.bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .ais-InfiniteHits-item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--left+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_12+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--top+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_12+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_12+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .col_12+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .col_12+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_12+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.col_12,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .col_12+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-List,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--left,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--right,.bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--top,.bloc_reassurances_half .col_12+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .col_12+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-List+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--left+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .col_12+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--top+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.col_12,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .col_12+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .col_12+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.bloc_reassurances_half .content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Source .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .col_12+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-Item+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .col_12+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-Hits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections #hitsArticle .ais-InfiniteHits-list .bloc_reassurances_half .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .col_12+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-Hits-list .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-List+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--left+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--right+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-Hits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .aa-PanelSection--top+.ais-InfiniteHits-item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-Hits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half #hitsArticle .ais-InfiniteHits-list .ais-InfiniteHits-item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.col_12,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .bloc_reassurances_half .col_12+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-PanelSections .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .bloc_reassurances_half .aa-Item+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .bloc_reassurances_half .aa-Source .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-List+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .bloc_reassurances_half .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Source .aa-Item+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--left+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--right+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-PanelSection--top+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-List+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-PanelSections .aa-Source .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-List+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--left+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--left+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--right+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSection--top+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-PanelSections .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--top+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--left,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--right,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-List+.aa-PanelSection--top,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--left+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-Item+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .aa-List+.aa-Item,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--right+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-PanelSection--top+.aa-List,.content_autocomplete_list .bloc_reassurances_half #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSections .aa-Source .aa-List+.aa-List{margin-top:40px}.bloc_reassurances_half .reassurance{padding:0}}@-webkit-keyframes rotate_arrow{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}45%{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(160deg);-moz-transform:rotate(160deg);-ms-transform:rotate(160deg);-o-transform:rotate(160deg);transform:rotate(160deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate_arrow{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}45%{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(160deg);-moz-transform:rotate(160deg);-ms-transform:rotate(160deg);-o-transform:rotate(160deg);transform:rotate(160deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes spin_circle{0%,20%{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}50%{-webkit-transform:rotateY(120deg);-moz-transform:rotateY(120deg);-ms-transform:rotateY(120deg);-o-transform:rotateY(120deg);transform:rotateY(120deg)}80%,to{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes spin_circle{0%,20%{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}50%{-webkit-transform:rotateY(120deg);-moz-transform:rotateY(120deg);-ms-transform:rotateY(120deg);-o-transform:rotateY(120deg);transform:rotateY(120deg)}80%,to{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes hide_check{0%{opacity:1}20%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes hide_check{0%{opacity:1}20%{opacity:0}80%{opacity:0}to{opacity:1}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-top:12px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-top:calc(9.77215px + .50633vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-top:16px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-bottom:12px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-bottom:calc(9.77215px + .50633vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-bottom:16px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-left:12px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-left:calc(9.77215px + .50633vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-left:16px}}@media (max-width:calc(440px - 1px)){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-right:12px}}@media (min-width:440px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-right:calc(9.77215px + .50633vw)}}@media (min-width:1230px){.bloc_reassurances.bloc_reassurances_third .reassurance{padding-right:16px}}@media (max-width:calc(440px - 1px)){#page_wrapper .bloc_reassurances.bloc_reassurances_third .reassurance>footer:first-child>span,#page_wrapper .bloc_reassurances.bloc_reassurances_third .reassurance>header:first-child>span,.bloc_reassurances.bloc_reassurances_third #page_wrapper .reassurance>footer:first-child>span,.bloc_reassurances.bloc_reassurances_third #page_wrapper .reassurance>header:first-child>span,.bloc_reassurances.bloc_reassurances_third .reassurance>.col_content:first-child>span{font-size:40px}}@media (min-width:440px){#page_wrapper .bloc_reassurances.bloc_reassurances_third .reassurance>footer:first-child>span,#page_wrapper .bloc_reassurances.bloc_reassurances_third .reassurance>header:first-child>span,.bloc_reassurances.bloc_reassurances_third #page_wrapper .reassurance>footer:first-child>span,.bloc_reassurances.bloc_reassurances_third #page_wrapper .reassurance>header:first-child>span,.bloc_reassurances.bloc_reassurances_third .reassurance>.col_content:first-child>span{font-size:calc(31.08861px + 2.02532vw)}}@media (min-width:1230px){#page_wrapper .bloc_reassurances.bloc_reassurances_third .reassurance>footer:first-child>span,#page_wrapper .bloc_reassurances.bloc_reassurances_third .reassurance>header:first-child>span,.bloc_reassurances.bloc_reassurances_third #page_wrapper .reassurance>footer:first-child>span,.bloc_reassurances.bloc_reassurances_third #page_wrapper .reassurance>header:first-child>span,.bloc_reassurances.bloc_reassurances_third .reassurance>.col_content:first-child>span{font-size:56px}}@media (min-width:768px){.bloc_reassurances_third .reassurances_row .reassurance{padding-bottom:0;padding-top:0}}#page_wrapper .bloc_reassurances_third .reassurances_row .reassurance>footer:first-child>span,#page_wrapper .bloc_reassurances_third .reassurances_row .reassurance>header:first-child>span,.bloc_reassurances_third .reassurances_row #page_wrapper .reassurance>footer:first-child>span,.bloc_reassurances_third .reassurances_row #page_wrapper .reassurance>header:first-child>span,.bloc_reassurances_third .reassurances_row .reassurance>.col_content:first-child>span{color:#121212}@media (max-width:calc(440px - 1px)){#page_wrapper .bloc_reassurances_third .reassurances_row .reassurance>footer:nth-child(2),#page_wrapper .bloc_reassurances_third .reassurances_row .reassurance>header:nth-child(2),.bloc_reassurances_third .reassurances_row #page_wrapper .reassurance>footer:nth-child(2),.bloc_reassurances_third .reassurances_row #page_wrapper .reassurance>header:nth-child(2),.bloc_reassurances_third .reassurances_row .reassurance>.col_content:nth-child(2){max-width:200px}}#page_wrapper .bloc_reassurances_third .reassurances_row .reassurance>footer:nth-child(2) .titre_h5,#page_wrapper .bloc_reassurances_third .reassurances_row .reassurance>header:nth-child(2) .titre_h5,.bloc_reassurances_third .reassurances_row #page_wrapper .reassurance>footer:nth-child(2) .titre_h5,.bloc_reassurances_third .reassurances_row #page_wrapper .reassurance>header:nth-child(2) .titre_h5,.bloc_reassurances_third .reassurances_row .reassurance>.col_content:nth-child(2) .titre_h5{margin-bottom:8px}@media (max-width:calc(440px - 1px)){.bloc_content{padding-top:40px}}@media (min-width:440px){.bloc_content{padding-top:calc(6.58228px + 7.59494vw)}}@media (min-width:1230px){.bloc_content{padding-top:100px}}@media (max-width:calc(440px - 1px)){.bloc_content:last-child{padding-bottom:40px}}@media (min-width:440px){.bloc_content:last-child{padding-bottom:calc(6.58228px + 7.59494vw)}}@media (min-width:1230px){.bloc_content:last-child{padding-bottom:100px}}@media (max-width:calc(440px - 1px)){.bloc_content .title_content{margin-bottom:20px}}@media (min-width:440px){.bloc_content .title_content{margin-bottom:calc(8.86076px + 2.53165vw)}}@media (min-width:1230px){.bloc_content .title_content{margin-bottom:40px}}.bloc_content.no_padding_bottom{padding-bottom:0}.bloc_content.no_padding{padding-top:0}@media (max-width:calc(440px - 1px)){.bloc_designers .designers{margin-bottom:50px}}@media (min-width:440px){.bloc_designers .designers{margin-bottom:calc(22.1519px + 6.32911vw)}}@media (min-width:1230px){.bloc_designers .designers{margin-bottom:100px}}@media (max-width:calc(440px - 1px)){.bloc_designers .designers .ck-content .titre_h3{margin-bottom:15px}}@media (min-width:440px){.bloc_designers .designers .ck-content .titre_h3{margin-bottom:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.bloc_designers .designers .ck-content .titre_h3{margin-bottom:20px}}.bloc_designers .designers .ck-content a{display:inline-block;font-family:Inter,sans-serif;font-weight:300;text-transform:uppercase}.bloc_designers .designers .ck-content a~a{margin-top:4px}@media (min-width:1024px){.bloc_designers .designers{flex-basis:20%;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;max-width:20%}}@media (max-width:calc(440px - 1px)){.page_cms .bloc_breadcrumbs .breadcrumb{padding-left:24px}}@media (min-width:440px){.page_cms .bloc_breadcrumbs .breadcrumb{padding-left:calc(-11.64557px + 8.10127vw)}}@media (min-width:1230px){.page_cms .bloc_breadcrumbs .breadcrumb{padding-left:88px}}@media (max-width:calc(440px - 1px)){.page_cms .bloc_breadcrumbs .breadcrumb{padding-right:24px}}@media (min-width:440px){.page_cms .bloc_breadcrumbs .breadcrumb{padding-right:calc(-11.64557px + 8.10127vw)}}@media (min-width:1230px){.page_cms .bloc_breadcrumbs .breadcrumb{padding-right:88px}}@media (max-width:calc(440px - 1px)){.page_cms .top_cms .ck-content{padding:24px}}@media (min-width:440px){.page_cms .top_cms .ck-content{padding:calc(-11.64557px + 8.10127vw)}}@media (min-width:1230px){.page_cms .top_cms .ck-content{padding:88px}}@media (max-width:calc(440px - 1px)){.page_cms .top_cms .visuel .copy{padding-top:12px}}@media (min-width:440px){.page_cms .top_cms .visuel .copy{padding-top:calc(5.31646px + 1.51899vw)}}@media (min-width:1230px){.page_cms .top_cms .visuel .copy{padding-top:24px}}@media (max-width:calc(440px - 1px)){.page_cms .top_cms .visuel .copy{padding-bottom:12px}}@media (min-width:440px){.page_cms .top_cms .visuel .copy{padding-bottom:calc(5.31646px + 1.51899vw)}}@media (min-width:1230px){.page_cms .top_cms .visuel .copy{padding-bottom:24px}}@media (max-width:calc(440px - 1px)){.page_cms .top_cms .visuel .copy{padding-right:24px}}@media (min-width:440px){.page_cms .top_cms .visuel .copy{padding-right:calc(-11.64557px + 8.10127vw)}}@media (min-width:1230px){.page_cms .top_cms .visuel .copy{padding-right:88px}}@media (max-width:calc(440px - 1px)){.content_cms{padding-top:40px}}@media (min-width:440px){.content_cms{padding-top:calc(6.58228px + 7.59494vw)}}@media (min-width:1230px){.content_cms{padding-top:100px}}@media (max-width:calc(440px - 1px)){.content_cms:last-child{padding-bottom:40px}}@media (min-width:440px){.content_cms:last-child{padding-bottom:calc(6.58228px + 7.59494vw)}}@media (min-width:1230px){.content_cms:last-child{padding-bottom:100px}}@media (max-width:calc(440px - 1px)){.content_cms .cms_content_row+.cms_content_row{margin-top:30px}}@media (min-width:440px){.content_cms .cms_content_row+.cms_content_row{margin-top:calc(2.1519px + 6.32911vw)}}@media (min-width:1230px){.content_cms .cms_content_row+.cms_content_row{margin-top:80px}}@media (max-width:calc(440px - 1px)){.content_cms .cms_content_row .cms_column [class*=element_]{padding:20px}}@media (min-width:440px){.content_cms .cms_content_row .cms_column [class*=element_]{padding:calc(-2.27848px + 5.06329vw)}}@media (min-width:1230px){.content_cms .cms_content_row .cms_column [class*=element_]{padding:60px}}@media (max-width:calc(440px - 1px)){.content_cms .cms_content_row .cms_column [class*=element_]+[class*=element_]{margin-top:20px}}@media (min-width:440px){.content_cms .cms_content_row .cms_column [class*=element_]+[class*=element_]{margin-top:calc(-2.27848px + 5.06329vw)}}@media (min-width:1230px){.content_cms .cms_content_row .cms_column [class*=element_]+[class*=element_]{margin-top:60px}}@media (max-width:calc(440px - 1px)){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:before{width:70px}}@media (min-width:440px){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:before{width:calc(47.72152px + 5.06329vw)}}@media (min-width:1230px){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:before{width:110px}}@media (max-width:calc(440px - 1px)){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:before{height:70px}}@media (min-width:440px){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:before{height:calc(47.72152px + 5.06329vw)}}@media (min-width:1230px){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:before{height:110px}}@media (max-width:calc(440px - 1px)){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:after{background-size:12px}}@media (min-width:440px){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:after{background-size:calc(9.77215px + .50633vw)}}@media (min-width:1230px){.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:after{background-size:16px}}.page_cms .top_cms .ck-content,.page_cms .top_cms .visuel,.page_cms .top_cms .visuel img{display:block;width:100%}.page_cms .top_cms .visuel .copy{color:#585858;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:20px;text-align:right}.content_cms .cms_content_row .cms_column [class*=element_]:not(:last-child){padding-bottom:0}.content_cms .cms_content_row .cms_column [class*=element_]+[class*=element_]{padding-top:0}.content_cms .cms_content_row .cms_column .element_iframe,.content_cms .cms_content_row .cms_column .element_image,.content_cms .cms_content_row .cms_column .element_produit,.content_cms .cms_content_row .cms_column .element_slideshow,.content_cms .cms_content_row .cms_column .element_video{padding:0!important}.content_cms .cms_content_row .cms_column .element_iframe img,.content_cms .cms_content_row .cms_column .element_image img,.content_cms .cms_content_row .cms_column .element_produit img,.content_cms .cms_content_row .cms_column .element_slideshow img,.content_cms .cms_content_row .cms_column .element_video img{display:block;width:100%}.content_cms .cms_content_row .cms_column .element_iframe:first-child,.content_cms .cms_content_row .cms_column .element_image:first-child,.content_cms .cms_content_row .cms_column .element_produit:first-child,.content_cms .cms_content_row .cms_column .element_slideshow:first-child,.content_cms .cms_content_row .cms_column .element_video:first-child{margin-top:0!important}.content_cms .cms_content_row .cms_column .element_iframe:last-child,.content_cms .cms_content_row .cms_column .element_image:last-child,.content_cms .cms_content_row .cms_column .element_produit:last-child,.content_cms .cms_content_row .cms_column .element_slideshow:last-child,.content_cms .cms_content_row .cms_column .element_video:last-child{margin-bottom:0!important}.content_cms .cms_content_row .cms_column .element_image a,.content_cms .cms_content_row .cms_column .element_slideshow a{display:block;width:100%}.content_cms .cms_content_row .cms_column .element_image .texte-visuel,.content_cms .cms_content_row .cms_column .element_slideshow .texte-visuel{display:block;padding:12px}.content_cms .cms_content_row .cms_column .element_image .texte-visuel p,.content_cms .cms_content_row .cms_column .element_slideshow .texte-visuel p{color:#121212;font-size:.875em;line-height:1.3em}.content_cms .cms_content_row .cms_column .element_image .texte-visuel p.soustitre,.content_cms .cms_content_row .cms_column .element_slideshow .texte-visuel p.soustitre{font-size:.7em}.content_cms .cms_content_row .cms_column .element_image .texte-visuel p.white_title,.content_cms .cms_content_row .cms_column .element_slideshow .texte-visuel p.white_title{color:#fff}.content_cms .cms_content_row .cms_column .element_slideshow .texte-visuel{bottom:0;left:0;position:absolute;right:0}.content_cms .cms_content_row .cms_column .element_iframe iframe{max-width:100%}.content_cms .cms_content_row .cms_column .element_video .content_video,.content_cms .cms_content_row .cms_column .element_video video{display:block;width:100%}.content_cms .cms_content_row .cms_column .element_video .content_video{position:relative;z-index:1}.content_cms .cms_content_row .cms_column .element_video .content_video .play_video{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:2}.content_cms .cms_content_row .cms_column .element_video .content_video .play_video img{height:100%;object-fit:cover;-o-object-fit:cover;object-position:center;-o-object-position:center;width:100%}.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:before{background:#ffe8d6;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;content:"";left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:2}.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:after{background-image:url(https://media.resee.com/build/shop/images/play.8f2af756.svg);background-position:0;background-repeat:no-repeat;content:"";height:40px;left:50%;margin-left:-4px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:40px;z-index:3}.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:focus:before,.content_cms .cms_content_row .cms_column .element_video .content_video .play_video:hover:before{background-color:#f5d6bd}.content_cms .cms_content_row .cms_column .bg_beige,.content_cms .cms_content_row .cms_column .bg_beige .swiper-container .swiper-wrapper .swiper-slide .swiper-lazy-preloader{background:#ffe8d6}.content_cms .cms_content_row .cms_column .bg_beige .ck-content blockquote:before{background:#f5d6bd}.content_cms .cms_content_row .cms_column .bg_grey,.content_cms .cms_content_row .cms_column .bg_grey .swiper-container .swiper-wrapper .swiper-slide .swiper-lazy-preloader{background:#f3f3f3}.content_cms .cms_content_row .cms_column .bg_white .element_image .texte-visuel,.content_cms .cms_content_row .cms_column .bg_white .element_slideshow .texte-visuel,.content_cms .cms_content_row .cms_column .without_bg .element_image .texte-visuel,.content_cms .cms_content_row .cms_column .without_bg .element_slideshow .texte-visuel{padding-left:0;padding-right:0}.content_cms .cms_content_row .cms_column:only-child .bg_white [class*=element_],.content_cms .cms_content_row .cms_column:only-child .without_bg [class*=element_]{padding:0}.content_cms .cms_content_row .cms_column:not(:last-child) .element_image .texte-visuel,.content_cms .cms_content_row .cms_column:not(:last-child) .element_slideshow .texte-visuel{padding-bottom:0}@media (min-width:768px){.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute{padding-left:20px;padding-right:20px}#hits .content_cms .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-Hits-list:not([class*=box_]),#hits .content_cms .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),#hits .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.ais-Hits-list,#hits .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.ais-InfiniteHits-list,#hitsArticle .content_cms .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-Hits-list:not([class*=box_]),#hitsArticle .content_cms .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),#hitsArticle .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.ais-Hits-list,#hitsArticle .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.ais-InfiniteHits-list,#hitsCategories .content_cms .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-Hits-list:not([class*=box_]),#hitsCategories .content_cms .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),#hitsCategories .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.ais-Hits-list,#hitsCategories .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.ais-InfiniteHits-list,.content_cms #hits .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-Hits-list:not([class*=box_]),.content_cms #hits .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.content_cms #hitsArticle .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-Hits-list:not([class*=box_]),.content_cms #hitsArticle .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.content_cms #hitsCategories .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-Hits-list:not([class*=box_]),.content_cms #hitsCategories .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.content_cms .cms_content_row .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.cms_row,.content_cms .page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .cms_content_row:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hits .box_xl.ais-Hits-list,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hits .box_xl.ais-InfiniteHits-list,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hits .content_cms .cms_content_row.ais-Hits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hits .content_cms .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsArticle .box_xl.ais-Hits-list,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsArticle .box_xl.ais-InfiniteHits-list,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsArticle .content_cms .cms_content_row.ais-Hits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsArticle .content_cms .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsCategories .box_xl.ais-Hits-list,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsCategories .box_xl.ais-InfiniteHits-list,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsCategories .content_cms .cms_content_row.ais-Hits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute #hitsCategories .content_cms .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .box_xl.marges,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms #hits .cms_content_row.ais-Hits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms #hits .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms #hitsArticle .cms_content_row.ais-Hits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms #hitsArticle .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms #hitsCategories .cms_content_row.ais-Hits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms #hitsCategories .cms_content_row.ais-InfiniteHits-list:not([class*=box_]),.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms .cms_content_row .box_xl.cms_row,.page_cms .bloc_breadcrumbs.breadcrumbs_dk_absolute .content_cms .cms_content_row:not([class*=box_]){max-width:100%;padding:0}.page_cms .top_cms{padding:0 20px;position:relative;z-index:1}.page_cms .top_cms:before{bottom:0;content:"";left:20px;position:absolute;right:20px;top:0;z-index:1}.page_cms .top_cms>div{position:relative;z-index:2}#hitsArticle .ais-Hits-list .page_cms .top_cms .content_title.ais-Hits-item,#hitsArticle .ais-Hits-list .page_cms .top_cms .content_title.ais-InfiniteHits-item,#hitsArticle .ais-InfiniteHits-list .page_cms .top_cms .content_title.ais-Hits-item,#hitsArticle .ais-InfiniteHits-list .page_cms .top_cms .content_title.ais-InfiniteHits-item,#result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .page_cms .top_cms .content_title.aa-Item,#result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .page_cms .top_cms .content_title.aa-Item,.content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .page_cms .top_cms .content_title.aa-Item,.page_cms .top_cms #hitsArticle .ais-Hits-list .content_title.ais-Hits-item,.page_cms .top_cms #hitsArticle .ais-Hits-list .content_title.ais-InfiniteHits-item,.page_cms .top_cms #hitsArticle .ais-InfiniteHits-list .content_title.ais-Hits-item,.page_cms .top_cms #hitsArticle .ais-InfiniteHits-list .content_title.ais-InfiniteHits-item,.page_cms .top_cms #result_autocomplete .aa-Panel .aa-PanelLayout .aa-PanelSections .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .content_title.aa-Item,.page_cms .top_cms #result_autocomplete .aa-Panel .content_autocomplete_list .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .content_title.aa-Item,.page_cms .top_cms .content_autocomplete_list #result_autocomplete .aa-Panel .aa-PanelLayout .aa-Source .aa-PanelSection--right [data-autocomplete-source-id=articlesPlugin] .aa-List .content_title.aa-Item,.page_cms .top_cms .content_title.col_md_6{min-height:60vh}.page_cms .top_cms .visuel .copy{bottom:0;left:0;position:absolute;width:50%}.page_article .top_cms{background:#f3f3f3}}@media (max-width:calc(768px - 1px)){.page_cms .bloc_breadcrumbs{top:inherit}.page_cms .bloc_breadcrumbs .breadcrumb{padding:0}.page_cms .top_cms .box_full{padding-left:8px;padding-right:8px}.page_cms .top_cms .ck-content{padding-left:0;padding-right:0}.page_cms .top_cms .visuel{margin:0 -20px;width:calc(100% + 40px)}.page_cms .top_cms .visuel .copy{padding-left:20px;padding-right:20px}}#atlwdg-trigger{z-index:9999}.choices{font-size:16px;margin-bottom:24px;overflow:hidden;position:relative}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{background-color:#fff;border-bottom:1px solid #ddd;display:block;margin:0;padding:10px;width:100%}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);background-size:8px;border-radius:10em;height:20px;margin-right:25px;margin-top:-10px;opacity:.25;padding:0;position:absolute;right:0;top:50%;width:20px}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{border:5px solid transparent;border-top-color:#333;content:"";height:0;margin-top:-2.5px;pointer-events:none;position:absolute;right:11.5px;top:50%;width:0}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{left:0;margin-left:25px;margin-right:0;right:auto}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);background-size:8px;border-left:1px solid #008fa1;border-radius:0;display:inline-block;line-height:1;margin:0-4px 0 8px;opacity:.75;padding-left:16px;position:relative;width:8px}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{background-color:#f9f9f9;border:1px solid #ddd;border-radius:2.5px;display:inline-block;font-size:14px;min-height:44px;overflow:hidden;padding:7.5px 7.5px 3.75px;vertical-align:top;width:100%}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{list-style:none;margin:0;padding-left:0}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-left:16px;padding-right:4px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{background-color:#00bcd4;border:1px solid #00a5bb;border-radius:20px;box-sizing:border-box;color:#fff;display:inline-block;font-size:12px;font-weight:500;margin-bottom:3.75px;margin-right:3.75px;padding:4px 10px;vertical-align:middle;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-left:3.75px;margin-right:0}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{background-color:#fff;border:1px solid #ddd;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;margin-top:-1px;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:100%;will-change:visibility;word-break:break-all;z-index:1}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{border-radius:.25rem .25rem 0 0;bottom:100%;margin-bottom:-1px;margin-top:0;top:auto}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{max-height:300px;overflow:auto;position:relative;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{font-size:14px;padding:10px;position:relative}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after,.choices__list[aria-expanded] .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{padding-left:100px;padding-right:10px;text-align:right}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable:after{left:10px;right:auto}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;opacity:.5;-webkit-user-select:none;user-select:none}.choices__heading{border-bottom:1px solid #f7f7f7;color:gray;font-size:12px;font-weight:600;padding:10px}.choices__button{-webkit-appearance:none;appearance:none;background-color:transparent;background-position:50%;background-repeat:no-repeat;border:0;cursor:pointer;text-indent:-9999px}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{background-color:#f9f9f9;border:0;border-radius:0;display:inline-block;font-size:14px;margin-bottom:5px;max-width:100%;padding:4px 0 4px 2px;vertical-align:baseline}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;height:0;width:0}[dir=rtl] .choices__input{padding-left:0;padding-right:2px}.choices__placeholder{opacity:.5}.box_full,.box_lg,.box_md,.box_sm,.box_xl,.box_xs{margin-left:auto;margin-right:auto}.box_xs{max-width:440px}.box_xs.marges{max-width:480px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){.box_xs.marges{max-width:456px;padding-left:8px;padding-right:8px}}.box_sm{max-width:576px}.box_sm.marges{max-width:616px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){.box_sm.marges{max-width:592px;padding-left:8px;padding-right:8px}}.box_md{max-width:768px}.box_md.marges{max-width:808px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){.box_md.marges{max-width:784px;padding-left:8px;padding-right:8px}}.box_lg{max-width:1024px}.box_lg.marges{max-width:1064px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){.box_lg.marges{max-width:1040px;padding-left:8px;padding-right:8px}}.box_xl{max-width:1230px}.box_xl.marges{max-width:1270px;padding-left:20px;padding-right:20px}@media (max-width:calc(768px - 1px)){.box_xl.marges{max-width:1246px;padding-left:8px;padding-right:8px}}.box_full{max-width:100%}.box_full.marges{padding-left:20px;padding-right:20px}.row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-grow:1;-webkit-flex-grow:1;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-positive:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.row.marges{margin-left:-10px;margin-right:-10px}.row.marges>[class*=col]{padding-left:10px;padding-right:10px}@media (max-width:calc(768px - 1px)){.row.marges{margin-left:-4px;margin-right:-4px}.row.marges>[class*=col]{padding-left:4px;padding-right:4px}}.row.no_wrap{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap}[class^=col]{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0;max-width:100%}.col_content{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto,.col_content{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}.col_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_0,.col_offset_0{display:none}.col_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;max-width:16.6666666667%}.col_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;max-width:25%}.col_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}.col_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;max-width:75%}.col_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;max-width:83.3333333333%}.col_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;max-width:91.6666666667%}.col_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;max-width:100%}@media (min-width:440px){.col_xs_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_xs_0,.col_xs_1{display:inline-block}.col_xs_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_xs_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;max-width:16.6666666667%}.col_xs_2,.col_xs_3{display:inline-block}.col_xs_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;max-width:25%}.col_xs_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_xs_4,.col_xs_5{display:inline-block}.col_xs_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_xs_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_xs_6,.col_xs_7{display:inline-block}.col_xs_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_xs_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}.col_xs_8,.col_xs_9{display:inline-block}.col_xs_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;max-width:75%}.col_xs_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_xs_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_xs_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_xs{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_xs{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_xs,.col_content_xs{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_xs{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}@media (min-width:576px){.col_sm_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_sm_0,.col_sm_1{display:inline-block}.col_sm_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_sm_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;max-width:16.6666666667%}.col_sm_2,.col_sm_3{display:inline-block}.col_sm_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;max-width:25%}.col_sm_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_sm_4,.col_sm_5{display:inline-block}.col_sm_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_sm_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_sm_6,.col_sm_7{display:inline-block}.col_sm_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_sm_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}.col_sm_8,.col_sm_9{display:inline-block}.col_sm_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;max-width:75%}.col_sm_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_sm_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_sm_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_sm{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_sm{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_sm,.col_content_sm{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_sm{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}@media (min-width:768px){.col_md_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_md_0,.col_md_1{display:inline-block}.col_md_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_md_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;max-width:16.6666666667%}.col_md_2,.col_md_3{display:inline-block}.col_md_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;max-width:25%}.col_md_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_md_4,.col_md_5{display:inline-block}.col_md_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_md_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_md_6,.col_md_7{display:inline-block}.col_md_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_md_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}.col_md_8,.col_md_9{display:inline-block}.col_md_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;max-width:75%}.col_md_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_md_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_md_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_md{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_md{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_md,.col_content_md{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_md{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}@media (min-width:1024px){.col_lg_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_lg_0,.col_lg_1{display:inline-block}.col_lg_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_lg_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;max-width:16.6666666667%}.col_lg_2,.col_lg_3{display:inline-block}.col_lg_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;max-width:25%}.col_lg_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_lg_4,.col_lg_5{display:inline-block}.col_lg_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_lg_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_lg_6,.col_lg_7{display:inline-block}.col_lg_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_lg_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}.col_lg_8,.col_lg_9{display:inline-block}.col_lg_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;max-width:75%}.col_lg_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_lg_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_lg_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_lg{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_lg{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_lg,.col_content_lg{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_lg{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}@media (min-width:1230px){.col_xl_0{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:0%;-webkit-flex-basis:0%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:0%;max-width:0}.col_xl_0,.col_xl_1{display:inline-block}.col_xl_1{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:8.3333333333%;-webkit-flex-basis:8.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:8.3333333333%;max-width:8.3333333333%}.col_xl_2{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:16.6666666667%;-webkit-flex-basis:16.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:16.6666666667%;max-width:16.6666666667%}.col_xl_2,.col_xl_3{display:inline-block}.col_xl_3{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:25%;-webkit-flex-basis:25%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:25%;max-width:25%}.col_xl_4{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:33.3333333333%;-webkit-flex-basis:33.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:33.3333333333%;max-width:33.3333333333%}.col_xl_4,.col_xl_5{display:inline-block}.col_xl_5{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:41.6666666667%;-webkit-flex-basis:41.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:41.6666666667%;max-width:41.6666666667%}.col_xl_6{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:50%;-webkit-flex-basis:50%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:50%;max-width:50%}.col_xl_6,.col_xl_7{display:inline-block}.col_xl_7{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:58.3333333333%;-webkit-flex-basis:58.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:58.3333333333%;max-width:58.3333333333%}.col_xl_8{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:66.6666666667%;-webkit-flex-basis:66.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:66.6666666667%;max-width:66.6666666667%}.col_xl_8,.col_xl_9{display:inline-block}.col_xl_9{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:75%;-webkit-flex-basis:75%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:75%;max-width:75%}.col_xl_10{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:83.3333333333%;-webkit-flex-basis:83.3333333333%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:83.3333333333%;display:inline-block;max-width:83.3333333333%}.col_xl_11{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:91.6666666667%;-webkit-flex-basis:91.6666666667%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:91.6666666667%;display:inline-block;max-width:91.6666666667%}.col_xl_12{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-basis:100%;-webkit-flex-basis:100%;flex-shrink:0;-webkit-flex-shrink:0;-ms-flex-preferred-size:100%;display:inline-block;max-width:100%}.col_xl{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-basis:0;-webkit-flex-basis:0;flex-shrink:1;-webkit-flex-shrink:1;-ms-flex-preferred-size:0}.col_content_xl{flex-grow:0;-webkit-flex-grow:0;-ms-flex-positive:0;-ms-flex-preferred-size:auto}.col_auto_xl,.col_content_xl{flex-basis:auto;-webkit-flex-basis:auto;flex-shrink:0;-webkit-flex-shrink:0}.col_auto_xl{flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto}}.col_offset_0{margin-left:0}.col_offset_1{margin-left:8.3333333333%}.col_offset_2{margin-left:16.6666666667%}.col_offset_3{margin-left:25%}.col_offset_4{margin-left:33.3333333333%}.col_offset_5{margin-left:41.6666666667%}.col_offset_6{margin-left:50%}.col_offset_7{margin-left:58.3333333333%}.col_offset_8{margin-left:66.6666666667%}.col_offset_9{margin-left:75%}.col_offset_10{margin-left:83.3333333333%}.col_offset_11{margin-left:91.6666666667%}.col_offset_12{margin-left:100%}@media (min-width:440px){.col_offset_xs_0{margin-left:0}.col_offset_xs_1{margin-left:8.3333333333%}.col_offset_xs_2{margin-left:16.6666666667%}.col_offset_xs_3{margin-left:25%}.col_offset_xs_4{margin-left:33.3333333333%}.col_offset_xs_5{margin-left:41.6666666667%}.col_offset_xs_6{margin-left:50%}.col_offset_xs_7{margin-left:58.3333333333%}.col_offset_xs_8{margin-left:66.6666666667%}.col_offset_xs_9{margin-left:75%}.col_offset_xs_10{margin-left:83.3333333333%}.col_offset_xs_11{margin-left:91.6666666667%}.col_offset_xs_12{margin-left:100%}}@media (min-width:576px){.col_offset_sm_0{margin-left:0}.col_offset_sm_1{margin-left:8.3333333333%}.col_offset_sm_2{margin-left:16.6666666667%}.col_offset_sm_3{margin-left:25%}.col_offset_sm_4{margin-left:33.3333333333%}.col_offset_sm_5{margin-left:41.6666666667%}.col_offset_sm_6{margin-left:50%}.col_offset_sm_7{margin-left:58.3333333333%}.col_offset_sm_8{margin-left:66.6666666667%}.col_offset_sm_9{margin-left:75%}.col_offset_sm_10{margin-left:83.3333333333%}.col_offset_sm_11{margin-left:91.6666666667%}.col_offset_sm_12{margin-left:100%}}@media (min-width:768px){.col_offset_md_0{margin-left:0}.col_offset_md_1{margin-left:8.3333333333%}.col_offset_md_2{margin-left:16.6666666667%}.col_offset_md_3{margin-left:25%}.col_offset_md_4{margin-left:33.3333333333%}.col_offset_md_5{margin-left:41.6666666667%}.col_offset_md_6{margin-left:50%}.col_offset_md_7{margin-left:58.3333333333%}.col_offset_md_8{margin-left:66.6666666667%}.col_offset_md_9{margin-left:75%}.col_offset_md_10{margin-left:83.3333333333%}.col_offset_md_11{margin-left:91.6666666667%}.col_offset_md_12{margin-left:100%}}@media (min-width:1024px){.col_offset_lg_0{margin-left:0}.col_offset_lg_1{margin-left:8.3333333333%}.col_offset_lg_2{margin-left:16.6666666667%}.col_offset_lg_3{margin-left:25%}.col_offset_lg_4{margin-left:33.3333333333%}.col_offset_lg_5{margin-left:41.6666666667%}.col_offset_lg_6{margin-left:50%}.col_offset_lg_7{margin-left:58.3333333333%}.col_offset_lg_8{margin-left:66.6666666667%}.col_offset_lg_9{margin-left:75%}.col_offset_lg_10{margin-left:83.3333333333%}.col_offset_lg_11{margin-left:91.6666666667%}.col_offset_lg_12{margin-left:100%}}@media (min-width:1230px){.col_offset_xl_0{margin-left:0}.col_offset_xl_1{margin-left:8.3333333333%}.col_offset_xl_2{margin-left:16.6666666667%}.col_offset_xl_3{margin-left:25%}.col_offset_xl_4{margin-left:33.3333333333%}.col_offset_xl_5{margin-left:41.6666666667%}.col_offset_xl_6{margin-left:50%}.col_offset_xl_7{margin-left:58.3333333333%}.col_offset_xl_8{margin-left:66.6666666667%}.col_offset_xl_9{margin-left:75%}.col_offset_xl_10{margin-left:83.3333333333%}.col_offset_xl_11{margin-left:91.6666666667%}.col_offset_xl_12{margin-left:100%}}.x_align_absolute{left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_absolute{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_absolute{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_absolute{position:absolute;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_fixed{left:50%;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_fixed{position:fixed;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_fixed{left:50%;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_fixed{left:0;position:fixed;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_relative{left:50%;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_relative{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_relative{left:50%;position:relative;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_relative{left:0;position:relative;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_start{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}.x_center,.x_start{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_center{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center}.x_end{justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:end;text-align:right}.x_between,.x_end{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_between{justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify}.x_around{justify-content:space-around;-webkit-justify-content:space-around;-ms-flex-pack:distribute}.x_around,.x_evenly{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_evenly{justify-content:space-evenly;-webkit-justify-content:space-evenly}.y_content_start{align-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start}.y_content_center,.y_content_start{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_center{align-content:center;-webkit-align-content:center;-ms-flex-line-pack:center}.y_content_end{align-content:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end}.y_content_between,.y_content_end{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_between{align-content:space-between;-webkit-align-content:space-between;-ms-flex-line-pack:justify}.y_content_around{align-content:space-around;-webkit-align-content:space-around;-ms-flex-line-pack:distribute}.y_content_around,.y_content_stretch{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_stretch{align-content:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch}.y_items_start{align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start}.y_items_center,.y_items_start{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_center{align-items:center;-webkit-align-items:center;-ms-flex-align:center}.y_items_end{align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end}.y_items_end,.y_items_stretch{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_stretch{align-items:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch}.y_self_start{align-self:flex-start;-webkit-align-self:flex-start;-ms-grid-column-align:start}.y_self_center{align-self:center;-webkit-align-self:center;-ms-grid-column-align:center}.y_self_end{align-self:flex-end;-webkit-align-self:flex-end;-ms-grid-column-align:end}@media (min-width:440px){.x_align_absolute_xs{left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_absolute_xs{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_absolute_xs{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_absolute_xs{position:absolute;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_fixed_xs{left:50%;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_fixed_xs{position:fixed;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_fixed_xs{left:50%;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_fixed_xs{left:0;position:fixed;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_relative_xs{left:50%;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_relative_xs{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_relative_xs{left:50%;position:relative;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_relative_xs{left:0;position:relative;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_start_xs{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}.x_center_xs,.x_start_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_center_xs{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center}.x_end_xs{justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:end;text-align:right}.x_between_xs,.x_end_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_between_xs{justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify}.x_around_xs{justify-content:space-around;-webkit-justify-content:space-around;-ms-flex-pack:distribute}.x_around_xs,.x_evenly_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_evenly_xs{justify-content:space-evenly;-webkit-justify-content:space-evenly}.y_content_start_xs{align-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start}.y_content_center_xs,.y_content_start_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_center_xs{align-content:center;-webkit-align-content:center;-ms-flex-line-pack:center}.y_content_end_xs{align-content:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end}.y_content_between_xs,.y_content_end_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_between_xs{align-content:space-between;-webkit-align-content:space-between;-ms-flex-line-pack:justify}.y_content_around_xs{align-content:space-around;-webkit-align-content:space-around;-ms-flex-line-pack:distribute}.y_content_around_xs,.y_content_stretch_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_stretch_xs{align-content:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch}.y_items_start_xs{align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start}.y_items_center_xs,.y_items_start_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_center_xs{align-items:center;-webkit-align-items:center;-ms-flex-align:center}.y_items_end_xs{align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end}.y_items_end_xs,.y_items_stretch_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_stretch_xs{align-items:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch}.y_self_start_xs{align-self:flex-start;-webkit-align-self:flex-start;-ms-grid-column-align:start}.y_self_center_xs,.y_self_start_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_self_center_xs{align-self:center;-webkit-align-self:center;-ms-grid-column-align:center}.y_self_end_xs{align-self:flex-end;-webkit-align-self:flex-end;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-grid-column-align:end}}@media (min-width:576px){.x_align_absolute_sm{left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_absolute_sm{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_absolute_sm{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_absolute_sm{position:absolute;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_fixed_sm{left:50%;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_fixed_sm{position:fixed;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_fixed_sm{left:50%;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_fixed_sm{left:0;position:fixed;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_relative_sm{left:50%;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_relative_sm{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_relative_sm{left:50%;position:relative;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_relative_sm{left:0;position:relative;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_start_sm{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}.x_center_sm,.x_start_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_center_sm{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center}.x_end_sm{justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:end;text-align:right}.x_between_sm,.x_end_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_between_sm{justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify}.x_around_sm{justify-content:space-around;-webkit-justify-content:space-around;-ms-flex-pack:distribute}.x_around_sm,.x_evenly_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_evenly_sm{justify-content:space-evenly;-webkit-justify-content:space-evenly}.y_content_start_sm{align-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start}.y_content_center_sm,.y_content_start_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_center_sm{align-content:center;-webkit-align-content:center;-ms-flex-line-pack:center}.y_content_end_sm{align-content:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end}.y_content_between_sm,.y_content_end_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_between_sm{align-content:space-between;-webkit-align-content:space-between;-ms-flex-line-pack:justify}.y_content_around_sm{align-content:space-around;-webkit-align-content:space-around;-ms-flex-line-pack:distribute}.y_content_around_sm,.y_content_stretch_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_stretch_sm{align-content:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch}.y_items_start_sm{align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start}.y_items_center_sm,.y_items_start_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_center_sm{align-items:center;-webkit-align-items:center;-ms-flex-align:center}.y_items_end_sm{align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end}.y_items_end_sm,.y_items_stretch_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_stretch_sm{align-items:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch}.y_self_start_sm{align-self:flex-start;-webkit-align-self:flex-start;-ms-grid-column-align:start}.y_self_center_sm,.y_self_start_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_self_center_sm{align-self:center;-webkit-align-self:center;-ms-grid-column-align:center}.y_self_end_sm{align-self:flex-end;-webkit-align-self:flex-end;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-grid-column-align:end}}@media (min-width:768px){.x_align_absolute_md{left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_absolute_md{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_absolute_md{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_absolute_md{position:absolute;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_fixed_md{left:50%;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_fixed_md{position:fixed;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_fixed_md{left:50%;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_fixed_md{left:0;position:fixed;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_relative_md{left:50%;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_relative_md{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_relative_md{left:50%;position:relative;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_relative_md{left:0;position:relative;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_start_md{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}.x_center_md,.x_start_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_center_md{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center}.x_end_md{justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:end;text-align:right}.x_between_md,.x_end_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_between_md{justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify}.x_around_md{justify-content:space-around;-webkit-justify-content:space-around;-ms-flex-pack:distribute}.x_around_md,.x_evenly_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_evenly_md{justify-content:space-evenly;-webkit-justify-content:space-evenly}.y_content_start_md{align-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start}.y_content_center_md,.y_content_start_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_center_md{align-content:center;-webkit-align-content:center;-ms-flex-line-pack:center}.y_content_end_md{align-content:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end}.y_content_between_md,.y_content_end_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_between_md{align-content:space-between;-webkit-align-content:space-between;-ms-flex-line-pack:justify}.y_content_around_md{align-content:space-around;-webkit-align-content:space-around;-ms-flex-line-pack:distribute}.y_content_around_md,.y_content_stretch_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_stretch_md{align-content:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch}.y_items_start_md{align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start}.y_items_center_md,.y_items_start_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_center_md{align-items:center;-webkit-align-items:center;-ms-flex-align:center}.y_items_end_md{align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end}.y_items_end_md,.y_items_stretch_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_stretch_md{align-items:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch}.y_self_start_md{align-self:flex-start;-webkit-align-self:flex-start;-ms-grid-column-align:start}.y_self_center_md,.y_self_start_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_self_center_md{align-self:center;-webkit-align-self:center;-ms-grid-column-align:center}.y_self_end_md{align-self:flex-end;-webkit-align-self:flex-end;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-grid-column-align:end}}@media (min-width:1024px){.x_align_absolute_lg{left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_absolute_lg{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_absolute_lg{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_absolute_lg{position:absolute;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_fixed_lg{left:50%;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_fixed_lg{position:fixed;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_fixed_lg{left:50%;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_fixed_lg{left:0;position:fixed;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_relative_lg{left:50%;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_relative_lg{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_relative_lg{left:50%;position:relative;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_relative_lg{left:0;position:relative;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_start_lg{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}.x_center_lg,.x_start_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_center_lg{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center}.x_end_lg{justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:end;text-align:right}.x_between_lg,.x_end_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_between_lg{justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify}.x_around_lg{justify-content:space-around;-webkit-justify-content:space-around;-ms-flex-pack:distribute}.x_around_lg,.x_evenly_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_evenly_lg{justify-content:space-evenly;-webkit-justify-content:space-evenly}.y_content_start_lg{align-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start}.y_content_center_lg,.y_content_start_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_center_lg{align-content:center;-webkit-align-content:center;-ms-flex-line-pack:center}.y_content_end_lg{align-content:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end}.y_content_between_lg,.y_content_end_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_between_lg{align-content:space-between;-webkit-align-content:space-between;-ms-flex-line-pack:justify}.y_content_around_lg{align-content:space-around;-webkit-align-content:space-around;-ms-flex-line-pack:distribute}.y_content_around_lg,.y_content_stretch_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_stretch_lg{align-content:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch}.y_items_start_lg{align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start}.y_items_center_lg,.y_items_start_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_center_lg{align-items:center;-webkit-align-items:center;-ms-flex-align:center}.y_items_end_lg{align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end}.y_items_end_lg,.y_items_stretch_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_stretch_lg{align-items:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch}.y_self_start_lg{align-self:flex-start;-webkit-align-self:flex-start;-ms-grid-column-align:start}.y_self_center_lg,.y_self_start_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_self_center_lg{align-self:center;-webkit-align-self:center;-ms-grid-column-align:center}.y_self_end_lg{align-self:flex-end;-webkit-align-self:flex-end;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-grid-column-align:end}}@media (min-width:1230px){.x_align_absolute_xl{left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_absolute_xl{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_absolute_xl{left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_absolute_xl{position:absolute;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_fixed_xl{left:50%;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_fixed_xl{position:fixed;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_fixed_xl{left:50%;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_fixed_xl{left:0;position:fixed;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_align_relative_xl{left:50%;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.y_align_relative_xl{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.center_align_relative_xl{left:50%;position:relative;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.reset_align_relative_xl{left:0;position:relative;top:0;-webkit-transform:translateY(0) translateX(0);-moz-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);-o-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.x_start_xl{justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;text-align:left}.x_center_xl,.x_start_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_center_xl{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center}.x_end_xl{justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:end;text-align:right}.x_between_xl,.x_end_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_between_xl{justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:justify}.x_around_xl{justify-content:space-around;-webkit-justify-content:space-around;-ms-flex-pack:distribute}.x_around_xl,.x_evenly_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.x_evenly_xl{justify-content:space-evenly;-webkit-justify-content:space-evenly}.y_content_start_xl{align-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start}.y_content_center_xl,.y_content_start_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_center_xl{align-content:center;-webkit-align-content:center;-ms-flex-line-pack:center}.y_content_end_xl{align-content:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end}.y_content_between_xl,.y_content_end_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_between_xl{align-content:space-between;-webkit-align-content:space-between;-ms-flex-line-pack:justify}.y_content_around_xl{align-content:space-around;-webkit-align-content:space-around;-ms-flex-line-pack:distribute}.y_content_around_xl,.y_content_stretch_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_content_stretch_xl{align-content:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch}.y_items_start_xl{align-items:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start}.y_items_center_xl,.y_items_start_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_center_xl{align-items:center;-webkit-align-items:center;-ms-flex-align:center}.y_items_end_xl{align-items:flex-end;-webkit-align-items:flex-end;-ms-flex-align:end}.y_items_end_xl,.y_items_stretch_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_items_stretch_xl{align-items:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch}.y_self_start_xl{align-self:flex-start;-webkit-align-self:flex-start;-ms-grid-column-align:start}.y_self_center_xl,.y_self_start_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.y_self_center_xl{align-self:center;-webkit-align-self:center;-ms-grid-column-align:center}.y_self_end_xl{align-self:flex-end;-webkit-align-self:flex-end;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-grid-column-align:end}}.d_none{display:none}.d_ib{display:inline-block}.d_flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media (min-width:440px){.d_none_xs{display:none}.d_ib_xs{display:inline-block}.d_flex_xs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media (min-width:576px){.d_none_sm{display:none}.d_ib_sm{display:inline-block}.d_flex_sm{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media (min-width:768px){.d_none_md{display:none}.d_ib_md{display:inline-block}.d_flex_md{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media (min-width:1024px){.d_none_lg{display:none}.d_ib_lg{display:inline-block}.d_flex_lg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media (min-width:1230px){.d_none_xl{display:none}.d_ib_xl{display:inline-block}.d_flex_xl{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}.order_first{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}.order_last{order:1;-webkit-flex-order:1;-ms-flex-order:1}@media (min-width:440px){.order_first_xs{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}.order_last_xs{order:1;-webkit-flex-order:1;-ms-flex-order:1}}@media (min-width:576px){.order_first_sm{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}.order_last_sm{order:1;-webkit-flex-order:1;-ms-flex-order:1}}@media (min-width:768px){.order_first_md{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}.order_last_md{order:1;-webkit-flex-order:1;-ms-flex-order:1}}@media (min-width:1024px){.order_first_lg{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}.order_last_lg{order:1;-webkit-flex-order:1;-ms-flex-order:1}}@media (min-width:1230px){.order_first_xl{order:-1;-webkit-flex-order:-1;-ms-flex-order:-1}.order_last_xl{order:1;-webkit-flex-order:1;-ms-flex-order:1}}.direction_x{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.direction_x_revert{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.direction_y{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.direction_y>[class^=col]{-ms-flex-preferred-size:auto}.direction_y_revert{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.direction_y_revert>[class^=col]{-ms-flex-preferred-size:auto}@media (min-width:440px){.direction_x_xs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.direction_x_revert_xs{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.direction_y_xs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.direction_y_xs>[class^=col]{-ms-flex-preferred-size:auto}.direction_y_revert_xs{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.direction_y_revert_xs>[class^=col]{-ms-flex-preferred-size:auto}}@media (min-width:576px){.direction_x_sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.direction_x_revert_sm{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.direction_y_sm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.direction_y_sm>[class^=col]{-ms-flex-preferred-size:auto}.direction_y_revert_sm{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.direction_y_revert_sm>[class^=col]{-ms-flex-preferred-size:auto}}@media (min-width:768px){.direction_x_md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.direction_x_revert_md{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.direction_y_md{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.direction_y_md>[class^=col]{-ms-flex-preferred-size:auto}.direction_y_revert_md{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.direction_y_revert_md>[class^=col]{-ms-flex-preferred-size:auto}}@media (min-width:1024px){.direction_x_lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.direction_x_revert_lg{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.direction_y_lg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.direction_y_lg>[class^=col]{-ms-flex-preferred-size:auto}.direction_y_revert_lg{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.direction_y_revert_lg>[class^=col]{-ms-flex-preferred-size:auto}}@media (min-width:1230px){.direction_x_xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.direction_x_revert_xl{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.direction_y_xl{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.direction_y_xl>[class^=col]{-ms-flex-preferred-size:auto}.direction_y_revert_xl{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.direction_y_revert_xl>[class^=col]{-ms-flex-preferred-size:auto}}.w_full{width:100%}.h_full{height:100%}@media (min-width:440px){.w_full_xs{width:100%}.h_full_xs{height:100%}}@media (min-width:576px){.w_full_sm{width:100%}.h_full_sm{height:100%}}@media (min-width:768px){.w_full_md{width:100%}.h_full_md{height:100%}}@media (min-width:1024px){.w_full_lg{width:100%}.h_full_lg{height:100%}}@media (min-width:1230px){.w_full_xl{width:100%}.h_full_xl{height:100%}}@font-face{font-display:swap;font-family:HernandezBrosRegular;font-style:normal;font-weight:400;src:url(https://media.resee.com/build/shop/fonts/HernandezBros-Regular.74add8c8.eot);src:url(https://media.resee.com/build/shop/fonts/HernandezBros-Regular.74add8c8.eot?#iefix) format("embedded-opentype"),url(https://media.resee.com/build/shop/fonts/HernandezBros-Regular.36e62a87.woff2) format("woff2"),url(https://media.resee.com/build/shop/fonts/HernandezBros-Regular.dc5fafe7.woff) format("woff"),url(https://media.resee.com/build/shop/fonts/HernandezBros-Regular.17840eb2.ttf) format("truetype"),url(https://media.resee.com/build/shop/images/HernandezBros-Regular.d37668c9.svg#HernandezBros-Regular) format("svg")}@font-face{font-family:resee;font-style:normal;font-weight:400;src:url(https://media.resee.com/build/shop/fonts/resee.534dd206.eot);src:url(https://media.resee.com/build/shop/fonts/resee.534dd206.eot?#iefix) format("embedded-opentype"),url(https://media.resee.com/build/shop/fonts/resee.1c6af541.woff) format("woff"),url(https://media.resee.com/build/shop/fonts/resee.4fc91f3f.ttf) format("truetype"),url(https://media.resee.com/build/shop/images/resee.eb7ed7f8.svg#resee) format("svg")}[data-icon]:before{content:attr(data-icon)}[class*=" icon-"]:before,[class^=icon-]:before,[data-icon]:before{font-family:resee!important;font-style:normal!important;font-variant:normal!important;font-weight:400!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-camera:before{content:"\e000"}.icon-cart:before{content:"\e001"}.icon-chevron:before{content:"\e002"}.icon-clock:before{content:"\e003"}.icon-cross:before{content:"\e004"}.icon-edit:before{content:"\e005"}.icon-facebook:before{content:"\e006"}.icon-glass:before{content:"\e007"}.icon-heart:before{content:"\e008"}.icon-import:before{content:"\e009"}.icon-instagram:before{content:"\e00a"}.icon-linkedin:before{content:"\e00b"}.icon-phone:before{content:"\e00c"}.icon-rea-authentic:before{content:"\e00d"}.icon-rea-calendar:before{content:"\e00e"}.icon-rea-phone:before{content:"\e00f"}.icon-rea-secured:before{content:"\e010"}.icon-rea-selling:before{content:"\e011"}.icon-rea-worldwide:before{content:"\e012"}.icon-twitter:before{content:"\e013"}.icon-user:before{content:"\e014"}.icon-whatsapp:before{content:"\e015"}.icon-pinterest:before{content:"\e016"}.icon-heart-full:before{content:"\e017"}.icon-list-view1:before{content:"\e018"}.icon-list-view2:before{content:"\e019"}.icon-list-view3:before{content:"\e01a"}.icon-list-view4:before{content:"\e01b"}.icon-email:before{content:"\e01c"}.icon-eye:before{content:"\e01d"}.icon-hourglass:before{content:"\e01e"}.icon-check:before{content:"\e01f"}.icon-calendar:before{content:"\e020"}.icon-alert:before{content:"\e021"}.icon-world:before{content:"\e022"}.icon-bell:before{content:"\e023"}.icon-check-round:before{content:"\e024"}.icon-contact:before{content:"\e025"}.icon-package:before{content:"\e026"}.icon-stars:before{content:"\e027"}.icon-youtube{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0iI2ZmZThkNiI+PHBhdGggZD0iTTQ0Ljg5OCAxNC41Yy0uMzk4LTIuMi0yLjI5Ni0zLjgtNC41LTQuM0MzNy4xMDIgOS41IDMxIDkgMjQuMzk4IDljLTYuNTk3IDAtMTIuNzk2LjUtMTYuMDk3IDEuMi0yLjIuNS00LjEwMiAyLTQuNSA0LjNDMy4zOTggMTcgMyAyMC41IDMgMjVzLjM5OCA4IC44OTggMTAuNWMuNDAzIDIuMiAyLjMwMSAzLjggNC41IDQuMyAzLjUuNyA5LjUgMS4yIDE2LjEwMiAxLjJzMTIuNjAyLS41IDE2LjEwMi0xLjJjMi4xOTktLjUgNC4wOTctMiA0LjUtNC4zLjM5OC0yLjUuODk4LTYuMTAyIDEtMTAuNS0uMjA0LTQuNS0uNzA0LTgtMS4yMDQtMTAuNU0xOSAzMlYxOGwxMi4yIDdaIi8+PC9zdmc+) 50% 50% no-repeat;background-size:contain}@media (max-width:calc(440px - 1px)){.btn_cta:not(.link_cta){height:46px}}@media (min-width:440px){.btn_cta:not(.link_cta){height:calc(43.77215px + .50633vw)}}@media (min-width:1230px){.btn_cta:not(.link_cta){height:50px}}@media (max-width:calc(440px - 1px)){.btn_cta:not(.link_cta){padding-left:15px}}@media (min-width:440px){.btn_cta:not(.link_cta){padding-left:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.btn_cta:not(.link_cta){padding-left:20px}}@media (max-width:calc(440px - 1px)){.btn_cta:not(.link_cta){padding-right:15px}}@media (min-width:440px){.btn_cta:not(.link_cta){padding-right:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.btn_cta:not(.link_cta){padding-right:20px}}@media (max-width:calc(440px - 1px)){.btn_cta.btn_small:not(.link_cta){height:40px}}@media (min-width:440px){.btn_cta.btn_small:not(.link_cta){height:calc(37.77215px + .50633vw)}}@media (min-width:1230px){.btn_cta.btn_small:not(.link_cta){height:44px}}@media (max-width:calc(440px - 1px)){.btn_cta.btn_small:not(.link_cta){padding-left:10px}}@media (min-width:440px){.btn_cta.btn_small:not(.link_cta){padding-left:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.btn_cta.btn_small:not(.link_cta){padding-left:12px}}@media (max-width:calc(440px - 1px)){.btn_cta.btn_small:not(.link_cta){padding-right:10px}}@media (min-width:440px){.btn_cta.btn_small:not(.link_cta){padding-right:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.btn_cta.btn_small:not(.link_cta){padding-right:12px}}@media (max-width:calc(440px - 1px)){.btn_cta.btn_little:not(.link_cta){height:32px}}@media (min-width:440px){.btn_cta.btn_little:not(.link_cta){height:calc(30.32911px + .37975vw)}}@media (min-width:1230px){.btn_cta.btn_little:not(.link_cta){height:35px}}@media (max-width:calc(440px - 1px)){.btn_cta.btn_little:not(.link_cta){padding-left:10px}}@media (min-width:440px){.btn_cta.btn_little:not(.link_cta){padding-left:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.btn_cta.btn_little:not(.link_cta){padding-left:12px}}@media (max-width:calc(440px - 1px)){.btn_cta.btn_little:not(.link_cta){padding-right:10px}}@media (min-width:440px){.btn_cta.btn_little:not(.link_cta){padding-right:calc(8.88608px + .25316vw)}}@media (min-width:1230px){.btn_cta.btn_little:not(.link_cta){padding-right:12px}}@media (max-width:calc(440px - 1px)){.content_link{padding-top:8px}}@media (min-width:440px){.content_link{padding-top:calc(5.77215px + .50633vw)}}@media (min-width:1230px){.content_link{padding-top:12px}}@media (max-width:calc(440px - 1px)){.content_link{margin-top:15px}}@media (min-width:440px){.content_link{margin-top:calc(12.21519px + .63291vw)}}@media (min-width:1230px){.content_link{margin-top:20px}}.btn_cta:not(.link_cta){align-items:center;-webkit-align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;display:inline-flex;-ms-flex-align:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ffe8d6;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#121212;font-family:Inter,sans-serif;font-size:.875em;font-weight:500;max-width:100%;text-align:center;text-transform:uppercase}.btn_cta:not(.link_cta) span{display:block;width:100%}.btn_cta:not(.link_cta):not(:disabled):not(.disabled){cursor:pointer;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.btn_cta:not(.link_cta):not(:disabled):not(.disabled).hover,.btn_cta:not(.link_cta):not(:disabled):not(.disabled):focus,.btn_cta:not(.link_cta):not(:disabled):not(.disabled):hover{background:#f5d6bd}.btn_cta:not(.link_cta).btn_black{background:#121212;color:#fff}.btn_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled){cursor:pointer;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.btn_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled).hover,.btn_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled):focus,.btn_cta:not(.link_cta).btn_black:not(:disabled):not(.disabled):hover{background:#585858}.btn_cta:not(.link_cta).btn_white{background:#fff;color:#121212}.btn_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled){cursor:pointer;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.btn_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled).hover,.btn_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled):focus,.btn_cta:not(.link_cta).btn_white:not(:disabled):not(.disabled):hover{background:#f9f9f9}.btn_cta:not(.link_cta).btn_lines{background:transparent;border:1px solid #bdbdbd;color:#121212}.btn_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled){cursor:pointer;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.btn_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled).hover,.btn_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled):focus,.btn_cta:not(.link_cta).btn_lines:not(:disabled):not(.disabled):hover{background:#f9f9f9;border-color:#f9f9f9}.btn_cta:not(.link_cta).btn_icon span{padding-left:24px;position:relative}.btn_cta:not(.link_cta).btn_icon span:before{font-size:1.1em;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.btn_cta:not(.link_cta).btn_dl span:before{content:"\e009";font-family:resee}.btn_cta:not(.link_cta).disabled,.btn_cta:not(.link_cta):disabled{background:#f9f9f9!important;border-color:#f9f9f9!important;color:#585858!important;cursor:default}.link_cta{color:#121212;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;display:inline-flex;font-family:Inter,sans-serif;font-size:.875em;font-weight:500;max-width:100%;overflow:hidden;padding-left:24px;position:relative;text-transform:uppercase}.link_cta a:after,.link_cta a:before{background-image:url(https://media.resee.com/build/shop/images/chevron.97912051.svg);background-repeat:no-repeat;background-size:5px;bottom:0;content:"";left:-24px;position:absolute;top:0;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:45px}.link_cta.link_beige{color:#ffe8d6}.link_cta.link_beige:after,.link_cta.link_beige:before{background-image:url(https://media.resee.com/build/shop/images/chevron_beige.db656903.svg)}.link_cta.link_white{color:#fff}.link_cta.link_white:after,.link_cta.link_white:before{background-image:url(https://media.resee.com/build/shop/images/chevron_white.23f31dc4.svg)}.link_cta:before{background-position:center left 10px}.link_cta:after,.link_cta:hover:before{background-position:center left 32px}.link_cta:hover:after{background-position:center left 54px}.link_cta:focus:before{background-position:center left 32px}.link_cta:focus:after{background-position:center left 54px}.link_cta.hover:before{background-position:center left 32px}.link_cta.hover:after{background-position:center left 54px}.link_cta.soft{font-family:Inter,sans-serif;font-weight:300;text-transform:none}.link_cta.link_next{padding-left:0;padding-right:24px}.link_cta.link_next:after,.link_cta.link_next:before{left:inherit;right:-24px}.link_cta.link_next:before{background-position:center right 32px}.link_cta.link_next:after{background-position:center right 54px}.link_cta.link_next:hover:before{background-position:center right 10px}.link_cta.link_next:hover:after{background-position:center right 32px}.link_cta.link_next:focus:before{background-position:center right 10px}.link_cta.link_next:focus:after{background-position:center right 32px}.link_cta.link_next.hover:before{background-position:center right 10px}.link_cta.link_next.hover:after{background-position:center right 32px}.link_cta.link_back{font-family:Inter,sans-serif;font-weight:300;text-transform:none}.link_cta.link_back:after,.link_cta.link_back:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.link_cta.link_back:before{background-position:center left -10px}.link_cta.link_back:after,.link_cta.link_back:hover:before{background-position:center left 6px}.link_cta.link_back:hover:after{background-position:center left 22px}.link_cta.link_back:focus:before{background-position:center left 6px}.link_cta.link_back:focus:after{background-position:center left 22px}.link_cta.link_back.hover:before{background-position:center left 6px}.link_cta.link_back.hover:after{background-position:center left 22px}.content_link{display:block;overflow:hidden;position:relative;text-align:right}.content_link:before{left:-130%}.content_link:after,.content_link:before{background:#121212;content:"";height:1px;opacity:.5;position:absolute;top:0;-moz-transition:all 0s ease-in-out;-o-transition:all 0s ease-in-out;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out;width:100%}.content_link:after{left:0}.content_link.hover:before{left:0}.content_link.hover:after,.content_link.hover:before{-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.content_link.hover:after{left:130%}.login .link_cta{margin-left:auto;margin-right:auto;text-align:center}@media (max-width:calc(440px - 1px)){body main .bloc_breadcrumbs.breadcrumbs_absolute{top:70px}}@media (min-width:440px){body main .bloc_breadcrumbs.breadcrumbs_absolute{top:calc(31.01266px + 8.86076vw)}}@media (min-width:1230px){body main .bloc_breadcrumbs.breadcrumbs_absolute{top:140px}}@media (max-width:calc(440px - 1px)){body .info_banner+header+main .bloc_breadcrumbs.breadcrumbs_absolute{top:105px}}@media (min-width:440px){body .info_banner+header+main .bloc_breadcrumbs.breadcrumbs_absolute{top:calc(58.77215px + 10.50633vw)}}@media (min-width:1230px){body .info_banner+header+main .bloc_breadcrumbs.breadcrumbs_absolute{top:188px}}.bloc_breadcrumbs{padding:20px 0}.bloc_breadcrumbs nav ol{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap}.bloc_breadcrumbs nav ol li{font-size:.875em}.bloc_breadcrumbs nav ol li a,.bloc_breadcrumbs nav ol li span,.bloc_breadcrumbs nav ol li:after{color:#121212;display:block}.bloc_breadcrumbs nav ol li a:focus,.bloc_breadcrumbs nav ol li a:hover{text-decoration:underline}.bloc_breadcrumbs nav ol li:not(:last-child){padding-right:15px;position:relative}.bloc_breadcrumbs nav ol li:not(:last-child):after{content:"/";position:absolute;right:5px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:calc(768px - 1px)){.bloc_breadcrumbs.breadcrumbs_dk_absolute{top:unset!important}}@media (min-width:768px){.bloc_breadcrumbs.breadcrumbs_dk_absolute{left:0;position:absolute;right:0;width:100%;z-index:2}}@media (max-width:calc(768px - 1px)){.bloc_breadcrumbs{order:999;position:relative}.bloc_breadcrumbs:before{background:#121212;bottom:-1px;content:"";left:-20px;position:absolute;right:-20px;top:0;z-index:1}.bloc_breadcrumbs>div{position:relative;z-index:2}.bloc_breadcrumbs nav ol li a,.bloc_breadcrumbs nav ol li span,.bloc_breadcrumbs nav ol li:after{color:#ffe8d6}}@media (max-width:calc(440px - 1px)){.page_wishlist .wishlist_container .card_wrapper{margin-bottom:32px}}@media (min-width:440px){.page_wishlist .wishlist_container .card_wrapper{margin-bottom:calc(14.17722px + 4.05063vw)}}@media (min-width:1230px){.page_wishlist .wishlist_container .card_wrapper{margin-bottom:64px}}.page_wishlist .wishlist_container:has(.three_interest) .card_wrapper{margin-bottom:16px;padding-bottom:72px}
/*! @algolia/autocomplete-theme-classic 1.9.3 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */:root{--aa-search-input-height:44px;--aa-input-icon-size:20px;--aa-base-unit:16;--aa-spacing-factor:1;--aa-spacing:calc(var(--aa-base-unit)*var(--aa-spacing-factor)*1px);--aa-spacing-half:calc(var(--aa-spacing)/2);--aa-panel-max-height:650px;--aa-base-z-index:9999;--aa-font-size:calc(var(--aa-base-unit)*1px);--aa-font-family:inherit;--aa-font-weight-medium:500;--aa-font-weight-semibold:600;--aa-font-weight-bold:700;--aa-icon-size:20px;--aa-icon-stroke-width:1.6;--aa-icon-color-rgb:119,119,163;--aa-icon-color-alpha:1;--aa-action-icon-size:20px;--aa-text-color-rgb:38,38,39;--aa-text-color-alpha:1;--aa-primary-color-rgb:62,52,211;--aa-primary-color-alpha:0.2;--aa-muted-color-rgb:128,126,163;--aa-muted-color-alpha:0.6;--aa-panel-border-color-rgb:128,126,163;--aa-panel-border-color-alpha:0.3;--aa-input-border-color-rgb:128,126,163;--aa-input-border-color-alpha:0.8;--aa-background-color-rgb:255,255,255;--aa-background-color-alpha:1;--aa-input-background-color-rgb:255,255,255;--aa-input-background-color-alpha:1;--aa-selected-color-rgb:179,173,214;--aa-selected-color-alpha:0.205;--aa-description-highlight-background-color-rgb:245,223,77;--aa-description-highlight-background-color-alpha:0.5;--aa-detached-media-query:(max-width:680px);--aa-detached-modal-media-query:(min-width:680px);--aa-detached-modal-max-width:680px;--aa-detached-modal-max-height:500px;--aa-overlay-color-rgb:115,114,129;--aa-overlay-color-alpha:0.4;--aa-panel-shadow:0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);--aa-scrollbar-width:13px;--aa-scrollbar-track-background-color-rgb:234,234,234;--aa-scrollbar-track-background-color-alpha:1;--aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb);--aa-scrollbar-thumb-background-color-alpha:1}@media (hover:none) and (pointer:coarse){:root{--aa-spacing-factor:1.2;--aa-action-icon-size:22px}}body.dark,body[data-theme=dark]{--aa-text-color-rgb:183,192,199;--aa-primary-color-rgb:146,138,255;--aa-muted-color-rgb:146,138,255;--aa-input-background-color-rgb:0,3,9;--aa-background-color-rgb:21,24,42;--aa-selected-color-rgb:146,138,255;--aa-selected-color-alpha:0.25;--aa-description-highlight-background-color-rgb:0 255 255;--aa-description-highlight-background-color-alpha:0.25;--aa-icon-color-rgb:119,119,163;--aa-panel-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;--aa-scrollbar-track-background-color-rgb:44,46,64;--aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb)}.aa-Autocomplete *,.aa-DetachedFormContainer *,.aa-Panel *{box-sizing:border-box}.aa-Autocomplete,.aa-DetachedFormContainer,.aa-Panel{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-family:inherit;font-family:var(--aa-font-family);font-size:16px;font-size:var(--aa-font-size);font-weight:400;line-height:1em;margin:0;padding:0;text-align:left}.aa-Form{align-items:center;background-color:#fff;background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));border:1px solid rgba(128,126,163,.8);border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));border-radius:3px;display:flex;line-height:1em;margin:0;position:relative;width:100%}.aa-Form:focus-within{border-color:#3e34d3;border-color:rgba(var(--aa-primary-color-rgb),1);box-shadow:0 0 0 2px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;outline:medium none currentColor}.aa-InputWrapperPrefix{align-items:center;display:flex;flex-shrink:0;height:44px;height:var(--aa-search-input-height);order:1}.aa-Label,.aa-LoadingIndicator{cursor:auto;flex-shrink:0;height:100%;padding:0;text-align:left}.aa-Label svg,.aa-LoadingIndicator svg{color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);height:auto;max-height:20px;max-height:var(--aa-input-icon-size);stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-input-icon-size)}.aa-LoadingIndicator,.aa-SubmitButton{height:100%;padding-left:11px;padding-left:calc(var(--aa-spacing)*.75 - 1px);padding-right:8px;padding-right:var(--aa-spacing-half);width:47px;width:calc(var(--aa-spacing)*1.75 + var(--aa-icon-size) - 1px)}@media (hover:none) and (pointer:coarse){.aa-LoadingIndicator,.aa-SubmitButton{padding-left:3px;padding-left:calc(var(--aa-spacing-half)/2 - 1px);width:39px;width:calc(var(--aa-icon-size) + var(--aa-spacing)*1.25 - 1px)}}.aa-SubmitButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;margin:0}.aa-LoadingIndicator{align-items:center;display:flex;justify-content:center}.aa-LoadingIndicator[hidden]{display:none}.aa-InputWrapper{order:3;position:relative;width:100%}.aa-Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font:inherit;height:44px;height:var(--aa-search-input-height);padding:0;width:100%}.aa-Input::-moz-placeholder{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));opacity:1}.aa-Input::placeholder{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));opacity:1}.aa-Input:focus{border-color:none;box-shadow:none;outline:none}.aa-Input::-webkit-search-cancel-button,.aa-Input::-webkit-search-decoration,.aa-Input::-webkit-search-results-button,.aa-Input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.aa-InputWrapperSuffix{align-items:center;display:flex;height:44px;height:var(--aa-search-input-height);order:4}.aa-ClearButton{align-items:center;background:none;border:0;color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;height:100%;margin:0;padding:0 12.83328px;padding:0 calc(var(--aa-spacing)*.83333 - .5px)}@media (hover:none) and (pointer:coarse){.aa-ClearButton{padding:0 10.16672px;padding:0 calc(var(--aa-spacing)*.66667 - .5px)}}.aa-ClearButton:focus,.aa-ClearButton:hover{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))}.aa-ClearButton[hidden]{display:none}.aa-ClearButton svg{stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-icon-size)}.aa-Panel{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:4px;border-radius:calc(var(--aa-spacing)/4);box-shadow:0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);box-shadow:var(--aa-panel-shadow);margin:8px 0 0;overflow:hidden;position:absolute;transition:opacity .2s ease-in,filter .2s ease-in}@media screen and (prefers-reduced-motion){.aa-Panel{transition:none}}.aa-Panel button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;margin:0;padding:0}.aa-PanelLayout{height:100%;margin:0;max-height:650px;max-height:var(--aa-panel-max-height);overflow-y:auto;padding:0;position:relative;text-align:left}.aa-PanelLayoutColumns--twoGolden{display:grid;grid-template-columns:39.2% auto;overflow:hidden;padding:0}.aa-PanelLayoutColumns--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;padding:0}.aa-PanelLayoutColumns--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;padding:0}.aa-Panel--stalled .aa-Source{filter:grayscale(1);opacity:.8}.aa-Panel--scrollable{margin:0;max-height:650px;max-height:var(--aa-panel-max-height);overflow-x:hidden;overflow-y:auto;padding:8px;padding:var(--aa-spacing-half);scrollbar-color:#fff #eaeaea;scrollbar-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));scrollbar-width:thin}.aa-Panel--scrollable::-webkit-scrollbar{width:13px;width:var(--aa-scrollbar-width)}.aa-Panel--scrollable::-webkit-scrollbar-track{background-color:#eaeaea;background-color:rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha))}.aa-Panel--scrollable::-webkit-scrollbar-thumb{background-color:#fff;background-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha));border:3px solid #eaeaea;border:3px solid rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));border-radius:9999px;border-right-width:2px}.aa-Source{margin:0;padding:0;position:relative;width:100%}.aa-Source:empty{display:none}.aa-SourceNoResults{font-size:1em;margin:0;padding:16px;padding:var(--aa-spacing)}.aa-List{list-style:none;margin:0}.aa-List,.aa-SourceHeader{padding:0;position:relative}.aa-SourceHeader{margin:8px .5em 8px 0;margin:var(--aa-spacing-half) .5em var(--aa-spacing-half) 0}.aa-SourceHeader:empty{display:none}.aa-SourceHeaderTitle{background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);display:inline-block;font-size:.8em;font-weight:600;font-weight:var(--aa-font-weight-semibold);margin:0;padding:0 8px 0 0;padding:0 var(--aa-spacing-half) 0 0;position:relative;z-index:9999;z-index:var(--aa-base-z-index)}.aa-SourceHeaderLine{border-bottom:1px solid #3e34d3;border-bottom:1px solid rgba(var(--aa-primary-color-rgb),1);display:block;height:2px;left:0;margin:0;opacity:.3;padding:0;position:absolute;right:0;top:8px;top:var(--aa-spacing-half);z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-SourceFooterSeeAll{background:linear-gradient(180deg,#fff,rgba(128,126,163,.14));background:linear-gradient(180deg,rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha)),rgba(128,126,163,.14));border:1px solid rgba(128,126,163,.6);border:1px solid rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));border-radius:5px;box-shadow:inset 0 0 2px #fff,0 2px 2px -1px rgba(76,69,88,.15);color:inherit;font-size:.95em;font-weight:500;font-weight:var(--aa-font-weight-medium);padding:.475em 1em .6em;-webkit-text-decoration:none;text-decoration:none}.aa-SourceFooterSeeAll:focus,.aa-SourceFooterSeeAll:hover{border:1px solid #3e34d3;border:1px solid rgba(var(--aa-primary-color-rgb),1);color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1)}.aa-Item{align-items:center;border-radius:3px;cursor:pointer;display:grid;min-height:40px;min-height:calc(var(--aa-spacing)*2.5);padding:4px;padding:calc(var(--aa-spacing-half)/2)}.aa-Item[aria-selected=true]{background-color:rgba(179,173,214,.205);background-color:rgba(var(--aa-selected-color-rgb),var(--aa-selected-color-alpha))}.aa-Item[aria-selected=true] .aa-ActiveOnly,.aa-Item[aria-selected=true] .aa-ItemActionButton{visibility:visible}.aa-ItemIcon{align-items:center;background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:3px;box-shadow:inset 0 0 0 1px rgba(128,126,163,.3);box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));color:#7777a3;color:rgba(var(--aa-icon-color-rgb),var(--aa-icon-color-alpha));display:flex;flex-shrink:0;font-size:.7em;height:28px;height:calc(var(--aa-icon-size) + var(--aa-spacing-half));justify-content:center;overflow:hidden;stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);text-align:center;width:28px;width:calc(var(--aa-icon-size) + var(--aa-spacing-half))}.aa-ItemIcon img{height:auto;max-height:20px;max-height:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);max-width:20px;max-width:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);width:auto}.aa-ItemIcon svg{height:20px;height:var(--aa-icon-size);width:20px;width:var(--aa-icon-size)}.aa-ItemIcon--alignTop{align-self:flex-start}.aa-ItemIcon--noBorder{background:none;box-shadow:none}.aa-ItemIcon--picture{height:96px;width:96px}.aa-ItemIcon--picture img{max-height:100%;max-width:100%;padding:8px;padding:var(--aa-spacing-half)}.aa-ItemContent{align-items:center;cursor:pointer;display:grid;gap:8px;grid-gap:8px;grid-gap:var(--aa-spacing-half);gap:var(--aa-spacing-half);grid-auto-flow:column;line-height:1.25em;overflow:hidden}.aa-ItemContent:empty{display:none}.aa-ItemContent mark{background:none;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-style:normal;font-weight:700;font-weight:var(--aa-font-weight-bold)}.aa-ItemContent--dual{display:flex;flex-direction:column;justify-content:space-between;text-align:left}.aa-ItemContent--dual .aa-ItemContentSubtitle,.aa-ItemContent--dual .aa-ItemContentTitle{display:block}.aa-ItemContent--indented{padding-left:36px;padding-left:calc(var(--aa-icon-size) + var(--aa-spacing))}.aa-ItemContentBody{display:grid;gap:4px;grid-gap:4px;grid-gap:calc(var(--aa-spacing-half)/2);gap:calc(var(--aa-spacing-half)/2)}.aa-ItemContentTitle{display:inline-block;margin:0 .5em 0 0;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.aa-ItemContentSubtitle{font-size:.92em}.aa-ItemContentSubtitleIcon:before{border-color:rgba(128,126,163,.64);border-color:rgba(var(--aa-muted-color-rgb),.64);border-style:solid;content:"";display:inline-block;left:1px;position:relative;top:-3px}.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before{border-width:0 0 1.5px;margin-left:8px;margin-left:var(--aa-spacing-half);margin-right:4px;margin-right:calc(var(--aa-spacing-half)/2);width:10px;width:calc(var(--aa-spacing-half) + 2px)}.aa-ItemContentSubtitle--standalone{align-items:center;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));display:grid;gap:8px;grid-gap:8px;grid-gap:var(--aa-spacing-half);gap:var(--aa-spacing-half);grid-auto-flow:column;justify-content:start}.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before{border-radius:0 0 0 3px;border-width:0 0 1.5px 1.5px;height:8px;height:var(--aa-spacing-half);width:8px;width:var(--aa-spacing-half)}.aa-ItemContentSubtitleCategory{color:#807ea3;color:rgba(var(--aa-muted-color-rgb),1);font-weight:500}.aa-ItemContentDescription{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-size:.85em;max-width:100%;overflow-x:hidden;text-overflow:ellipsis}.aa-ItemContentDescription:empty{display:none}.aa-ItemContentDescription mark{background:rgba(245,223,77,.5);background:rgba(var(--aa-description-highlight-background-color-rgb),var(--aa-description-highlight-background-color-alpha));color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-style:normal;font-weight:500;font-weight:var(--aa-font-weight-medium)}.aa-ItemContentDash{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));display:none;opacity:.4}.aa-ItemContentTag{background-color:rgba(62,52,211,.2);background-color:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha));border-radius:3px;margin:0 .4em 0 0;padding:.08em .3em}.aa-ItemLink,.aa-ItemWrapper{align-items:center;color:inherit;display:grid;gap:4px;grid-gap:4px;grid-gap:calc(var(--aa-spacing-half)/2);gap:calc(var(--aa-spacing-half)/2);grid-auto-flow:column;justify-content:space-between;width:100%}.aa-ItemLink{color:inherit;-webkit-text-decoration:none;text-decoration:none}.aa-ItemActions{display:grid;grid-auto-flow:column;height:100%;justify-self:end;margin:0 -5.33333px;margin:0 calc(var(--aa-spacing)/-3);padding:0 2px 0 0}.aa-ItemActionButton{align-items:center;background:none;border:0;color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;flex-shrink:0;padding:0}.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))}@media (hover:none) and (pointer:coarse){.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{color:inherit}}.aa-ItemActionButton svg{color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));margin:5.33333px;margin:calc(var(--aa-spacing)/3);stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-action-icon-size)}.aa-ActiveOnly{visibility:hidden}.aa-PanelHeader{align-items:center;background:#3e34d3;background:rgba(var(--aa-primary-color-rgb),1);color:#fff;display:grid;height:var(--aa-modal-header-height);margin:0;padding:8px 16px;padding:var(--aa-spacing-half) var(--aa-spacing);position:relative}.aa-PanelHeader:after{background-image:linear-gradient(#fff,hsla(0,0%,100%,0));background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));bottom:-8px;bottom:calc(var(--aa-spacing-half)*-1);content:"";height:8px;height:var(--aa-spacing-half);left:0;pointer-events:none;position:absolute;right:0}.aa-PanelFooter,.aa-PanelHeader:after{z-index:9999;z-index:var(--aa-base-z-index)}.aa-PanelFooter{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));box-shadow:inset 0 1px 0 rgba(128,126,163,.3);box-shadow:inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));display:flex;justify-content:space-between;margin:0;padding:16px;padding:var(--aa-spacing);position:relative}.aa-PanelFooter:after{background-image:linear-gradient(hsla(0,0%,100%,0),rgba(128,126,163,.6));background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha)));content:"";height:16px;height:var(--aa-spacing);left:0;opacity:.12;pointer-events:none;position:absolute;right:0;top:-16px;top:calc(var(--aa-spacing)*-1);z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-DetachedContainer{background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));bottom:0;box-shadow:0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);box-shadow:var(--aa-panel-shadow);display:flex;flex-direction:column;left:0;margin:0;overflow:hidden;padding:0;position:fixed;right:0;top:0;z-index:9999;z-index:var(--aa-base-z-index)}.aa-DetachedContainer:after{height:32px}.aa-DetachedContainer .aa-SourceHeader{margin:8px 0 8px 2px;margin:var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px}.aa-DetachedContainer .aa-Panel{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:0;box-shadow:none;flex-grow:1;margin:0;padding:0;position:relative}.aa-DetachedContainer .aa-PanelLayout{bottom:0;box-shadow:none;left:0;margin:0;max-height:none;overflow-y:auto;position:absolute;right:0;top:0;width:100%}.aa-DetachedFormContainer{border-bottom:1px solid rgba(128,126,163,.3);border-bottom:1px solid rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:8px;padding:var(--aa-spacing-half)}.aa-DetachedCancelButton{background:none;border:0;border-radius:3px;color:inherit;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));cursor:pointer;font:inherit;margin:0 0 0 8px;margin:0 0 0 var(--aa-spacing-half);padding:0 8px;padding:0 var(--aa-spacing-half)}.aa-DetachedCancelButton:focus,.aa-DetachedCancelButton:hover{box-shadow:inset 0 0 0 1px rgba(128,126,163,.3);box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha))}.aa-DetachedContainer--modal{border-radius:6px;bottom:inherit;height:auto;margin:0 auto;max-width:680px;max-width:var(--aa-detached-modal-max-width);position:absolute;top:3%}.aa-DetachedContainer--modal .aa-PanelLayout{max-height:500px;max-height:var(--aa-detached-modal-max-height);padding-bottom:8px;padding-bottom:var(--aa-spacing-half);position:static}.aa-DetachedSearchButton{align-items:center;background-color:#fff;background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));border:1px solid rgba(128,126,163,.8);border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));border-radius:3px;color:rgba(128,126,163,.6);color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;font:inherit;font-family:inherit;font-family:var(--aa-font-family);font-size:16px;font-size:var(--aa-font-size);height:44px;height:var(--aa-search-input-height);margin:0;padding:0 5.5px;padding:0 calc(var(--aa-search-input-height)/8);position:relative;text-align:left;width:100%}.aa-DetachedSearchButton:focus{border-color:#3e34d3;border-color:rgba(var(--aa-primary-color-rgb),1);box-shadow:0 0 0 3px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 3px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;outline:medium none currentColor}.aa-DetachedSearchButtonIcon{align-items:center;color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);cursor:auto;display:flex;flex-shrink:0;height:100%;justify-content:center;width:36px;width:calc(var(--aa-icon-size) + var(--aa-spacing))}.aa-DetachedSearchButtonQuery{color:#262627;color:rgba(var(--aa-text-color-rgb),1);line-height:1.25em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aa-DetachedSearchButtonPlaceholder[hidden]{display:none}.aa-Detached{height:100vh;overflow:hidden}.aa-DetachedOverlay{background-color:hsla(244,6%,48%,.4);background-color:rgba(var(--aa-overlay-color-rgb),var(--aa-overlay-color-alpha));height:100vh;left:0;margin:0;padding:0;position:fixed;right:0;top:0;z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-GradientBottom,.aa-GradientTop{height:8px;height:var(--aa-spacing-half);left:0;pointer-events:none;position:absolute;right:0;z-index:9999;z-index:var(--aa-base-z-index)}.aa-GradientTop{background-image:linear-gradient(#fff,hsla(0,0%,100%,0));background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));top:0}.aa-GradientBottom{background-image:linear-gradient(hsla(0,0%,100%,0),#fff);background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-background-color-rgb),1));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--aa-spacing)/4);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--aa-spacing)/4);bottom:0}@media (hover:none) and (pointer:coarse){.aa-DesktopOnly{display:none}}@media (hover:hover){.aa-TouchOnly{display:none}}