.breadcrumb{overflow-x:auto;margin-bottom:2.5rem}@media only screen and not (min-width:1201px){.breadcrumb{padding-inline:1rem;margin-inline:0;width:100%}}@media only screen and (min-width:1201px){.breadcrumb{margin-bottom:4rem}}.breadcrumb .breadcrumb-list{display:flex;align-items:center;gap:.25rem;list-style:none;font-size:.875rem;color:var(--contrast);padding:.125rem .75rem .125rem .125rem;border:1px solid var(--gray-2);border-radius:100vw;width:max-content}.breadcrumb .breadcrumb-item{display:flex;align-items:center;gap:.25rem;font-size:clamp(1rem,.9597rem + .1653vw,1.125rem);color:var(--gray-2);white-space:nowrap;min-width:0}.breadcrumb .breadcrumb-item a{display:flex;align-items:center;gap:.25rem;text-decoration:none;transition:var(--fast-transition)}.breadcrumb .breadcrumb-item a:hover,.breadcrumb .breadcrumb-item a:focus{color:var(--contrast)}.breadcrumb .breadcrumb-item span[aria-current=page]{font-weight:700;line-height:normal;color:var(--contrast)}.breadcrumb .breadcrumb-item.breadcrumb-item--home{color:var(--gray-1)}.breadcrumb .breadcrumb-item.breadcrumb-item--home .breadcrumb-home-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--brand-color);flex-shrink:0;transition:var(--fast-transition)}.breadcrumb .breadcrumb-item.breadcrumb-item--home .breadcrumb-home-icon svg{width:1.125rem;height:1.125rem;color:var(--base)}.breadcrumb .breadcrumb-item.breadcrumb-item--home a:hover .breadcrumb-home-icon{background:var(--brand-color-hover)}.breadcrumb .breadcrumb-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--brand-color);flex-shrink:0;margin-inline:.5rem}.breadcrumb .breadcrumb-separator{display:flex;flex-shrink:0}.breadcrumb .breadcrumb-separator svg{width:1rem;height:1rem;color:var(--brand-color)}.header-post{position:relative;display:grid;grid-template-columns:1fr;border:2px solid var(--brand-color);border-radius:var(--default-border-radius);border-right:none}@media only screen and (min-width:801px){.header-post{grid-template-columns:1fr clamp(280px,38vw,600px);margin-right:calc((100% - 100vw)/2)}}.header-post .header-post-content{display:flex;flex-direction:column;padding-top:3.75rem}@media only screen and not (min-width:801px){.header-post .header-post-content{border-right:2px solid var(--brand-color);border-bottom:none}}.header-post .header-post-header{display:flex;flex-wrap:wrap;align-items:stretch}.header-post .header-post-region{display:flex;align-items:center;padding:1.5rem 1.5rem 2.5rem;background:var(--contrast);color:var(--base);font-family:var(--main-font);font-weight:500;font-size:1rem;line-height:1.2;text-transform:uppercase}@media only screen and (min-width:801px){.header-post .header-post-region{padding:.25rem .5rem .25rem 4rem}}.header-post .header-post-meta{display:flex;align-items:center;gap:.5ch;padding:.25rem .5rem .25rem 2rem;background:var(--brand-color);color:var(--base);font-family:var(--main-font);font-weight:500;font-size:1rem;line-height:1.2;text-transform:uppercase}.header-post .header-post-body{flex:1;display:flex;flex-direction:column;gap:.625rem;padding:1.5rem 2.5rem 3.75rem 4rem}.header-post .header-post-title{font-family:var(--alt-font);font-weight:700;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.4;color:var(--contrast);max-width:52.5rem}.header-post .header-post-excerpt{font-family:var(--alt-font);font-weight:700;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.4;color:var(--gray-1);max-width:52.5rem}.header-post .post-tags{display:flex;gap:0 .5rem;color:var(--brand-color);flex-wrap:wrap;margin-top:.5rem}.header-post .post-tags a{text-decoration:none}.header-post .post-tags a:hover{text-decoration:underline}.header-post .header-post-image{overflow:hidden;aspect-ratio:19/13;margin-top:-3rem}.header-post .header-post-image img,.header-post .header-post-image .fallback-image-element{width:100%;height:100%;object-fit:cover}.header-post .react-actions{position:relative}.header-post .react-emoticons{position:absolute;top:calc(100% + .5rem);left:0;display:flex;align-items:center;gap:.375rem;list-style:none;margin:0;padding:.125rem;background:var(--brand-color);border-radius:9999px;box-shadow:.125rem .125rem .25rem #00000040;opacity:0;pointer-events:none;transform:translateY(.25rem);transition:opacity .15s ease,transform .15s ease}.header-post .react-emoticons.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.header-post .react-emoticons .react-emoticon{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding-inline:4px;font-size:1.375rem;border-radius:50%;background:var(--base);line-height:1;gap:1px;transition:transform .15s ease}.header-post .react-emoticons .react-emoticon .react-count{position:absolute;top:-.25rem;right:-.25rem;font-size:.625rem;font-weight:400;line-height:normal;border-radius:100vw;color:var(--contrast);background:var(--base);padding:.1563rem .1875rem;min-width:.75rem}.header-post .react-emoticons .react-emoticon:hover{transform:scale(1.2)}.header-post .react-emoticons .react-emoticon.is-selected,.header-post .react-emoticons .react-emoticon.is-selected .react-count{background:var(--contrast);color:var(--base)}.header-post .header-post-actions{position:absolute;bottom:0;left:4rem;display:flex;align-items:center;gap:.75rem;background:var(--base);border-radius:100vw;border:1px solid var(--brand-color);padding:.125rem .75rem .125rem .125rem;transform:translateY(50%)}.header-post .header-post-actions button{display:flex;align-items:center;gap:.25rem;font-size:1.125rem;font-weight:400;line-height:normal;color:var(--gray-1);transition:var(--fast-transition)}.header-post .header-post-actions button .icon-wrapper{background:var(--brand-color);color:var(--base);border-radius:50%;width:1.375rem;height:1.375rem;padding:4px}.header-post .header-post-actions button svg{width:100%;height:100%}.header-post .header-post-actions button:hover{color:var(--contrast)}.header-post .header-post-actions .separator{width:.375rem;height:.375rem;background:var(--brand-color);border-radius:50%}.popup{position:fixed;inset:0;background:#000000bf;display:none;justify-content:center;align-items:center;z-index:99;opacity:0;transition:opacity .3s ease-in-out;margin-top:0}.popup.is-open{display:flex}.popup.is-visible{opacity:1}.popup .popup-container{background:var(--base);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 0 10px #0003;border-radius:.5rem;max-width:640px;max-height:80vh;color:var(--contrast);overflow:clip}.popup .popup-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;border-bottom:1px solid var(--contrast);border-radius:.5rem .5rem 0 0}.popup .popup-title{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem}.popup .popup-close-button{border:none;background:none;cursor:pointer;transition:var(--fast-transition);padding:0}.popup .popup-close-button svg{width:1.5rem;height:1.5rem}.popup .popup-close-button:hover{color:var(--brand-color)}.popup .popup-content{padding:1.5rem;text-align:left;color:var(--gray-1)}.popup .popup-content p{margin-block:1.5ch}.popup .popup-content p:first-child{margin-top:0}.popup .popup-content p:last-child{margin-bottom:0}.popup .popup-infos{display:block;font-style:italic;font-size:.875rem;text-align:left;padding:.5rem 1.5rem;border-top:1px solid var(--gray-2);color:var(--gray-1);opacity:.8}.share-socials-list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.share-socials-list a{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;padding:.3125rem;background:var(--base);color:var(--brand-color);border-radius:.4375rem;transition:var(--fast-transition)}.share-socials-list a:hover,.share-socials-list a:focus{background:var(--brand-color-hover);color:var(--base)}.auteur-article{margin-top:4rem}.auteur-article__inner{display:flex;align-items:center;gap:1.5rem;padding:2rem;border-top:4px solid var(--brand-color);background:var(--brand-color-faded)}.auteur-article__photo{flex-shrink:0}.auteur-article__avatar{display:block;width:7.5rem;height:7.5rem;border-radius:50%;object-fit:cover}.auteur-article__content{display:flex;flex-direction:column;gap:.375rem}.auteur-article__label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-color);margin:0}.auteur-article__name{font-family:var(--alt-font);font-size:1.25rem;font-weight:700;color:var(--contrast);margin-top:.5rem}.auteur-article__bio{font-size:1rem;line-height:1.6;color:var(--gray-1)}@media(max-width:600px){.auteur-article__inner{flex-direction:column;align-items:center}}.pour-aller-plus-loin{margin-top:6rem}.pour-aller-plus-loin *{transition:var(--fast-transition)}.pour-aller-plus-loin__block_title{font-size:clamp(2rem,1.8388rem + .6612vw,2.5rem);font-weight:700;line-height:.9;letter-spacing:.96px;color:var(--brand-color)}.pour-aller-plus-loin__box{position:relative;border-top:6px solid var(--brand-color);border-bottom:6px solid var(--brand-color);background:linear-gradient(90deg,#ffffffe6 0% 100%),linear-gradient(90deg,var(--brand-color) 0%,var(--brand-color) 100%);padding:2rem 1.5rem;margin-top:-.375rem;z-index:1}:root[data-theme=dark] .pour-aller-plus-loin__box{background:linear-gradient(90deg,#131313eb 0% 100%),linear-gradient(90deg,var(--brand-color) 0%,var(--brand-color) 100%)}.pour-aller-plus-loin__list{list-style:none;padding:0;margin:0;display:flex;gap:2.5rem;isolation:isolate}.pour-aller-plus-loin__item{position:relative;flex:1 0 0;display:flex;flex-direction:column;gap:.5rem;min-width:0}.pour-aller-plus-loin__item:after{content:"";position:absolute;inset:-1.25rem;background:var(--brand-color-hover);z-index:-1;opacity:0;pointer-events:none;transition:var(--fast-transition)}.pour-aller-plus-loin__item:hover:after,.pour-aller-plus-loin__item:focus-within:after{opacity:1}.pour-aller-plus-loin__item:hover .pour-aller-plus-loin__category,.pour-aller-plus-loin__item:focus-within .pour-aller-plus-loin__category{color:var(--brand-color-inverse)}.pour-aller-plus-loin__item:hover .pour-aller-plus-loin__title,.pour-aller-plus-loin__item:focus-within .pour-aller-plus-loin__title{color:var(--base)}.pour-aller-plus-loin__item:hover .pour-aller-plus-loin__button,.pour-aller-plus-loin__item:focus-within .pour-aller-plus-loin__button{color:var(--brand-color-inverse)}.pour-aller-plus-loin__item:hover .pour-aller-plus-loin__button svg,.pour-aller-plus-loin__item:focus-within .pour-aller-plus-loin__button svg{rotate:45deg;translate:1.5rem 0}.pour-aller-plus-loin__item:hover a,.pour-aller-plus-loin__item:focus-within a{outline:none}.pour-aller-plus-loin__meta{display:flex;flex-direction:column;gap:.5rem}.pour-aller-plus-loin__category{display:flex;align-items:center;gap:.5rem;font-family:var(--main-font);font-weight:500;font-size:1rem;line-height:1.2;text-transform:uppercase;color:var(--brand-color);white-space:nowrap}.pour-aller-plus-loin__category:after{content:"";display:inline-block;width:.375rem;height:.375rem;border-radius:50%;background:var(--brand-color)}.pour-aller-plus-loin__title{font-family:var(--alt-font);font-weight:500;font-size:1rem;line-height:1.4}.pour-aller-plus-loin__action{padding-top:.75rem;margin-top:auto}.pour-aller-plus-loin__button{display:flex;gap:8px;color:var(--brand-color);font-style:italic;font-weight:500;line-height:normal}.pour-aller-plus-loin__button span{max-width:136px}.pour-aller-plus-loin__button svg{margin-top:.375rem;transition:var(--fast-transition)}.pour-aller-plus-loin__link{position:absolute;inset:0}@media(max-width:900px){.pour-aller-plus-loin__list{flex-wrap:wrap}.pour-aller-plus-loin__item{flex:1 1 calc(50% - 1.25rem)}}@media(max-width:600px){.pour-aller-plus-loin__list{flex-direction:column}.pour-aller-plus-loin__item{flex:1 1 100%;border-bottom:1px solid var(--gray-2);padding-bottom:1.5rem}}.single-post{overflow-x:clip}.single-post .gutenberg-content{margin-top:5.125rem}
