Sécurité

<style type="text/css"><!--
.faq {
position: relative;
}
.faq input { display: none; }
.faq input:checked + label {
background: -webkit-linear-gradient(top,#ccc,#ccc);
color: #000;
font-size:100%;
font-weight: bold;
}
.faq label {
font-family: helvetica;
cursor: pointer;
display: block;
height: auto;
text-align: left;
padding:15px;
padding-left:15px;
margin:0;
padding-right: 15px;

color: #333;
font-size:100%;
border:1px solid #ddd;
border-bottom: 0;
font-weight: bold;
background: -webkit-linear-gradient(top,#eee,#ddd);
}
.faq label:before {
content:"+";
line-height:21px;
font-size:21px;
margin-right:5px;
}
.faq input:checked + label:before {
content:"-";
}
.faq label:last-child { margin-right: 0; }
.faq label:hover {
background: -webkit-linear-gradient(top,#eee,#ddd);
}
.faq article {
max-height: 0;
overflow: hidden;
transition: max-height 0.15s ease-out;
position: relative;
margin-bottom: 0;
top:0;
padding:10px 10px 10px 10px;
color: #333;
opacity: 0;
border:1px solid #ddd;
}
.faq div > input:checked ~ article {
max-height: 500px;
opacity: 1;
margin-bottom:12px;
transition: max-height 0.25s ease-in;
}​
--></style>
<form class="faq">
<div class="faq-wrapper"><input type="radio" name="size" id="faq1" value="faq1" checked="checked" /> <label for="faq1">Are your products vegan?
?</label>
<article>
<p>Pots are water resistant but for a longer life span of the pots keep them indoor.</p>
</article>
</div>
<div class="faq-wrapper"><input type="radio" name="size" id="faq2" value="faq2" /> <label for="faq2">Can i wash the pots?</label>
<article>
<p> You can clean the pots with water,do not use abrassifs or chemicals as it could damage the gloss.Use a damp cloth to wipe down any dust or dirt</p>
</article>
</div>
<div class="faq-wrapper"><input type="radio" name="size" id="faq3" value="faq3" /> <label for="faq3">Why are there plastic feet under the pots ?</label>
<article>
<p>To help airflow of drainage hole and to prevent pots from sticking on the saucer</p>
</article>
</div>
<div class="faq-wrapper"><input type="radio" name="size" id="faq4" value="faq4" /> <label for="faq4">Can i use a scrubber to clean the pot?</label>
<article>
<p>NO it will scratch de varnish,only use a cloth to clean.</p>
</article>
</div>
<div class="faq-wrapper"><input type="radio" name="size" id="faq5" value="faq5" /> <label for="faq5">Can i put the pot outdoors?</label>
<article>
<p>Yes you can put the pots outside since they are treated with weather uv water resistant sealer,but do not leave it permanently outside if you wish to have your pot to be nice for years to come as the gloss is resistant to water and uv not completly shield from it.</p>
</article>
</div>
<div class="faq-wrapper"><input type="radio" name="size" id="faq6" value="faq6" /> <label for="faq6">Why is the interior of the pots painted if it will be covered in dirt?</label>
<article>
<p>To provide you with the option to use it for other things such as a candy bol,Pen holder,artificial flowers and so the inside will show a nice finish.</p>
</article>
</div>
<div class="faq-wrapper"><input type="radio" name="size" id="faq7" value="faq7" /> <label for="faq7">What kind of business are you?</label>
<article>
<p>I'm a one person home based shop situated in Quebec.</p>
</article>
</div>
<div class="faq-wrapper"><input type="radio" name="size" id="faq8" value="faq8" /> <label for="faq8">Are all pieces unique?</label>
<article>
<p>Yes i hand paint all my pieces and i only make 1 of each.Beside black and white i don t use colors directly from the bottles i mixed them to my desired color so it makes the pot even more unique.</p>
</article>
</div>
</form>