This commit is contained in:
Adrien
2019-03-06 15:38:35 +01:00
9 changed files with 34 additions and 72 deletions

View File

@ -3,59 +3,23 @@
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
html,body,
div,span,
applet,object,
iframe,h1,
h2,h3,h4,h5,
h6,p,blockquote,
pre,a,abbr,
acronym,address,
big,cite,code,del,
dfn,em,img,
ins,kbd,q,s,
samp,small,
strike,strong,
sub,sup,tt,var,b,
u,i,center,dl,dt,
dd,ol,ul,li,fieldset,
form,label,legend,
table,
caption,
tbody,
@ -369,12 +333,12 @@ a[href]:hover {
.bloc-plus {
margin-top: 40px;
float: right;
background-color: #190034;
padding: 10px 15px;
color: white;
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
background-color: #190034;
}
.bloc-plus:hover {