|
|
@@ -68,22 +68,22 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
} |
|
|
|
|
|
|
|
/* line 1, ../sass/_home.scss */ |
|
|
|
#home { |
|
|
|
#app_home { |
|
|
|
padding-bottom: 30px; |
|
|
|
padding-top: 30px; |
|
|
|
} |
|
|
|
/* line 6, ../sass/_home.scss */ |
|
|
|
#home header .logo-aac { |
|
|
|
#app_home header .logo-aac { |
|
|
|
width: 80%; |
|
|
|
} |
|
|
|
/* line 10, ../sass/_home.scss */ |
|
|
|
#home header .personnages-acc { |
|
|
|
#app_home header .personnages-acc { |
|
|
|
width: 26%; |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
} |
|
|
|
/* line 16, ../sass/_home.scss */ |
|
|
|
#home header h1 { |
|
|
|
#app_home header h1 { |
|
|
|
color: #aab769; |
|
|
|
font-size: 32px; |
|
|
|
font-family: dinbold; |
|
|
@@ -92,17 +92,17 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
/* line 24, ../sass/_home.scss */ |
|
|
|
#home header h1 .main-title { |
|
|
|
#app_home header h1 .main-title { |
|
|
|
margin-left: 26%; |
|
|
|
display: inline-block; |
|
|
|
width: 70%; |
|
|
|
} |
|
|
|
/* line 30, ../sass/_home.scss */ |
|
|
|
#home header h1 .aac { |
|
|
|
#app_home header h1 .aac { |
|
|
|
color: #dc5b2f; |
|
|
|
} |
|
|
|
/* line 36, ../sass/_home.scss */ |
|
|
|
#home h2 { |
|
|
|
#app_home h2 { |
|
|
|
color: #568a73; |
|
|
|
font-size: 30px; |
|
|
|
margin-top: 80px; |
|
|
@@ -110,11 +110,11 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
font-family: dinbold; |
|
|
|
} |
|
|
|
/* line 45, ../sass/_home.scss */ |
|
|
|
#home ul li { |
|
|
|
#app_home ul li { |
|
|
|
margin-top: 25px; |
|
|
|
} |
|
|
|
/* line 48, ../sass/_home.scss */ |
|
|
|
#home ul li button { |
|
|
|
#app_home ul li button { |
|
|
|
width: 70%; |
|
|
|
font-size: 18px; |
|
|
|
font-family: dinbold; |
|
|
@@ -123,29 +123,80 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, |
|
|
|
border-radius: 15px / 15px; |
|
|
|
} |
|
|
|
/* line 54, ../sass/_home.scss */ |
|
|
|
#home ul li button a { |
|
|
|
#app_home ul li button a { |
|
|
|
color: #FFF; |
|
|
|
} |
|
|
|
/* line 59, ../sass/_home.scss */ |
|
|
|
#home ul li .yellow { |
|
|
|
#app_home ul li .yellow { |
|
|
|
background-color: #ffe680; |
|
|
|
} |
|
|
|
/* line 63, ../sass/_home.scss */ |
|
|
|
#home ul li .green { |
|
|
|
#app_home ul li .green { |
|
|
|
background-color: #aab769; |
|
|
|
} |
|
|
|
/* line 67, ../sass/_home.scss */ |
|
|
|
#home ul li .orange { |
|
|
|
#app_home ul li .orange { |
|
|
|
background-color: #dc5b2f; |
|
|
|
} |
|
|
|
/* line 73, ../sass/_home.scss */ |
|
|
|
#home .logo-coop { |
|
|
|
#app_home .logo-coop { |
|
|
|
width: 60%; |
|
|
|
margin-top: 50px; |
|
|
|
} |
|
|
|
/* line 79, ../sass/_home.scss */ |
|
|
|
#home footer .legal-mention { |
|
|
|
text-align: right; |
|
|
|
/* line 78, ../sass/_home.scss */ |
|
|
|
#app_home footer { |
|
|
|
margin-top: 50px; |
|
|
|
font-family: dinregular; |
|
|
|
color: #568a73; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
/* line 84, ../sass/_home.scss */ |
|
|
|
#app_home footer a { |
|
|
|
color: #568a73; |
|
|
|
font-family: dinbold; |
|
|
|
} |
|
|
|
/* line 88, ../sass/_home.scss */ |
|
|
|
#app_home footer a:hover { |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 1, ../sass/_legal_mention.scss */ |
|
|
|
#app_legal_mention { |
|
|
|
margin-top: 30px; |
|
|
|
} |
|
|
|
/* line 4, ../sass/_legal_mention.scss */ |
|
|
|
#app_legal_mention .logo-acc { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
/* line 9, ../sass/_legal_mention.scss */ |
|
|
|
#app_legal_mention .title h1 { |
|
|
|
color: #568a73; |
|
|
|
font-size: 45px; |
|
|
|
margin-top: 80px; |
|
|
|
margin-bottom: 30px; |
|
|
|
font-family: dinbold; |
|
|
|
} |
|
|
|
/* line 18, ../sass/_legal_mention.scss */ |
|
|
|
#app_legal_mention .description { |
|
|
|
font-family: dinregular; |
|
|
|
font-size: 17px; |
|
|
|
text-align: justify; |
|
|
|
} |
|
|
|
/* line 24, ../sass/_legal_mention.scss */ |
|
|
|
#app_legal_mention footer { |
|
|
|
margin-top: 50px; |
|
|
|
font-family: dinregular; |
|
|
|
color: #568a73; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
/* line 30, ../sass/_legal_mention.scss */ |
|
|
|
#app_legal_mention footer a { |
|
|
|
color: #568a73; |
|
|
|
font-family: dinbold; |
|
|
|
} |
|
|
|
/* line 34, ../sass/_legal_mention.scss */ |
|
|
|
#app_legal_mention footer a:hover { |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 1, ../sass/_responsive.scss */ |