.vp-block-advice{padding-block:var(--l);gap:var(--l);color:var(--white);isolation:isolate;flex-direction:column;display:flex;position:relative}.vp-block-advice:before{content:"";width:var(--100vw);background-color:var(--rose-80);z-index:-1;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.vp-block-advice .person{text-align:center;flex-direction:column;grid-area:person;align-items:center;margin-block-start:var(--l);font-weight:500;display:flex}.vp-block-advice .photo{flex-shrink:0;width:60%;position:relative}.vp-block-advice .photo svg{width:4em;fill:var(--jaune-90);aspect-ratio:53/40;position:absolute;top:-1.6em;left:-2.9em}.vp-block-advice .photo img{object-fit:cover;aspect-ratio:4/5;border-radius:1.2em;width:100%;height:auto}.vp-block-advice .name{color:var(--jaune-90);margin-block-start:var(--l);font-weight:700}.vp-block-advice .content{gap:var(--s);flex-direction:column;grid-area:content;font-weight:500;display:flex}.vp-block-advice .title{font-size:var(--font-size-h2);line-height:var(--line-height-h2);margin-block-end:var(--m)}.vp-block-advice .title-positive,.vp-block-advice .title-negative{font-size:var(--font-size-h4);line-height:var(--line-height-h4);margin-block-start:var(--m)}.vp-block-advice .positive,.vp-block-advice .negative{background-color:var(--white);color:var(--noir-90);padding:var(--m);border-radius:1.2em;margin:0;list-style:none}:is(.vp-block-advice .positive,.vp-block-advice .negative)>:first-child{margin-block-start:0}:is(.vp-block-advice .positive,.vp-block-advice .negative)>:last-child{margin-block-end:0}.vp-block-advice .positive li{margin-block:var(--m);background-image:url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3333 19.01C15.3094 19.01 19.3433 14.9761 19.3433 9.99999C19.3433 5.0239 15.3094 0.98999 10.3333 0.98999C5.35722 0.98999 1.3233 5.0239 1.3233 9.99999C1.3233 14.9761 5.35722 19.01 10.3333 19.01Z' fill='white'/%3E%3Cpath d='M10.3233 0.98999C8.54328 0.98999 6.80322 1.51783 5.32318 2.50676C3.84313 3.4957 2.68958 4.9013 2.00839 6.54584C1.3272 8.19037 1.14897 9.99997 1.49624 11.7458C1.84351 13.4916 2.70067 15.0953 3.95935 16.354C5.21802 17.6126 6.82166 18.4698 8.56749 18.8171C10.3133 19.1643 12.1229 18.9861 13.7675 18.3049C15.412 17.6237 16.8176 16.4702 17.8065 14.9901C18.7955 13.5101 19.3233 11.77 19.3233 9.98999C19.3233 7.60304 18.3751 5.31386 16.6873 3.62603C14.9994 1.9382 12.7103 0.98999 10.3233 0.98999ZM14.5533 7.44999L10.1133 13.61C9.98105 13.7885 9.78804 13.9125 9.57068 13.9586C9.35331 14.0046 9.1266 13.9696 8.93331 13.86L6.38331 12.37C6.17644 12.2453 6.02756 12.0436 5.96942 11.8092C5.91129 11.5748 5.94866 11.3269 6.07331 11.12C6.19796 10.9131 6.39968 10.7642 6.6341 10.7061C6.86852 10.648 7.11644 10.6853 7.32331 10.81L9.13331 11.89L13.1333 6.39999C13.2818 6.25127 13.4776 6.15918 13.6868 6.13969C13.896 6.1202 14.1055 6.17453 14.2789 6.29328C14.4522 6.41203 14.5786 6.58769 14.636 6.78983C14.6934 6.99197 14.6783 7.20783 14.5933 7.39999L14.5533 7.44999Z' fill='%23E30763'/%3E%3C/svg%3E%0A");background-position:0 0;background-repeat:no-repeat;background-size:1.2em;padding-inline-start:1.8em}.vp-block-advice .negative li{margin-block:var(--m);background-image:url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.01 22.354C14.9861 22.354 19.02 18.3201 19.02 13.344C19.02 8.3679 14.9861 4.33398 10.01 4.33398C5.03391 4.33398 1 8.3679 1 13.344C1 18.3201 5.03391 22.354 10.01 22.354Z' fill='%23E30763'/%3E%3Cpath d='M7 16.334L13 10.334' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 16.334L7 10.334' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-position:0 -.2em;background-repeat:no-repeat;background-size:1.2em;padding-inline-start:1.8em}@media (min-width:1024px){.vp-block-advice{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-areas:".person person person. .content content content content content.";gap:0;display:grid}.vp-block-advice .positive,.vp-block-advice .title-positive{margin-inline-start:35%}.vp-block-advice .negative,.vp-block-advice .title-negative{margin-inline-end:35%}}