|
- #app_carto_interactive, #app_carto_liste, #app_carto_carte {
- .bloc-carto-revo {
- background-color: $yellow;
-
- h1 {
- color: $green;
- font-family: FranklinGothic;
- font-size: 75px;
- line-height: 67px;
- margin-top: 100px;
- margin-bottom: 75px;
-
- span {
- color: $orange;
- }
- }
-
- h2 {
- color: $green;
- font-family: FranklinGothic;
- font-size: 28px;
- margin-bottom: 30px;
- }
-
- p {
- color: $orange;
- font-style: italic;
- font-size: 20px;
- margin-bottom: 50px;
- }
-
- .bloc-contrib {
- text-align: right;
-
- .nb-contrib {
- color: $orange;
- font-size: 126px;
- font-family: FranklinGothic;
- height: 150px;
- }
-
- .contrib {
- color: $green;
- font-size: 70px;
- font-family: FranklinGothic;
- }
- }
- }
-
- .bloc-carto {
- margin-top: 75px;
-
- .box-carto {
- display: inline-block;
- width: 100%;
- text-align: center;
- border: 2px solid $green;
- color: $green;
- font-family: FranklinGothic;
- font-size: 20px;
- padding: 20px;
- height: 190px;
-
- img {
- margin-bottom: 20px;
- }
- }
- }
-
- .bloc-download {
- color: $green;
- border: 2px solid $green;
- margin-top: 75px;
- text-align: center;
- font-family: FranklinGothic;
- font-size: 25px;
- padding-top: 15px;
- padding-bottom: 25px;
-
- .download {
- display: block;
- border: 2px solid $green;
- color: $green;
- margin-top: 30px;
- }
-
- .excel {
- margin-left: 50px;
- }
-
- .pdf {
- margin-right: 50px;
- }
- }
- }
|