#allergie main{min-height:calc(100vh - 200px);padding:var(--space-10)}#allergie h1{margin:var(--space-10)auto}#allergie h2{width:fit-content;margin:var(--space-10)0 var(--space-5);font-size:var(--font-size-xl);font-weight:var(--font-weight-extrabold);line-height:calc(var(--font-size-xxl)*1.2);position:relative}#allergie h2:before{z-index:-1;content:"";border-radius:50%;width:20px;height:20px;position:absolute;top:2px;left:-7px}#allergie h2:after{z-index:-1;content:"";background:var(--main-color);width:100%;height:3px;position:absolute;bottom:8px;left:0}#allergie h2:nth-child(3n+1):before{background:var(--sub-color2)}#allergie h2:nth-child(3n+2):before{background:var(--sub-color1)}#allergie h2:nth-child(3n):before{background:var(--sub-color3)}#allergie div:nth-child(3n+1) h2:before{background:var(--sub-color2)}#allergie div:nth-child(3n+2) h2:before{background:var(--sub-color1)}#allergie div:nth-child(3n) h2:before{background:var(--sub-color3)}#allergie article,#allergie hr{width:80%;max-width:500px;margin:var(--space-5)auto var(--space-10)}#allergie hr{width:90%;max-width:700px;margin:calc(var(--space-10)*2)auto}#allergie section{margin:var(--space-5)}#allergie tr,#allergie table,td,th{border-bottom:1px solid #000}#allergie table{border-collapse:collapse;width:100%}@media (max-width:400px){#allergie h1{font-size:var(--font-size-xl)}}
