|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- #app_about {
- .bloc-discover {
- background-color: $green;
-
- .container-discover {
- position: relative;
- min-height: 750px;
-
- img {
- position: absolute;
- right: 0;
- bottom: 0;
- max-height: 80%;
- }
-
- h1 {
- color: #FFF;
- font-family: FranklinGothic;
- font-size: 75px;
- line-height: 67px;
- margin-top: 100px;
- margin-bottom: 75px;
- }
-
- p {
- color: #FFF;
- font-size: 20px;
- margin-bottom: 50px;
- }
-
- .download-plaq {
- background-color: $yellow;
- color: $green;
- text-transform: uppercase;
- padding: 10px;
- font-size: 25px;
- display: inline-block;
- text-align: center;
- }
- }
- }
-
- .container-startup {
- background-color: $yellow;
- color: $green;
-
- img {
- max-width: 80%;
- max-height: 80%;
- position: absolute;
- top: 50%;
- transform: translate(-50%, -50%);
- left: 50%;
- }
-
- h2 {
- font-weight: bold;
- margin-top: 100px;
- margin-bottom: 40px;
- font-size: 40px;
- }
-
- p {
- font-size: 17px;
- }
-
- .other-startup {
- color: $green;
- font-size: 20px;
- display: inline-block;
- margin-top: 20px;
- margin-bottom: 30px;
- font-weight: bold;
- margin-bottom: 100px;
- }
- }
-
- .container-manifeste {
- padding-bottom: 100px;
- padding-top: 100px;
-
- h2 {
- color: $green;
- text-align: center;
- font-size: 40px;
- font-weight: bold;
- margin-bottom: 70px;
-
- span {
- color: $orange;
- }
- }
-
- .video-aac {
- text-align: center;
- }
- }
-
- .bloc-three-step {
- background-color: $green;
- color: #FFF;
- padding-top: 100px;
- padding-bottom: 100px;
-
- h2 {
- margin-bottom: 40px;
- font-weight: bold;
- font-size: 40px;
- }
-
-
- .row-step {
- text-align: center;
-
- img {
- margin-right: 15px;
- }
-
- h3 {
- color: $yellow;
- font-family: FranklinGothic;
- margin-top: 30px;
- }
-
- p {
- width: 80%;
- display: inline-block;
- }
- }
- }
-
- .container-step1 {
- color: $green;
- padding-top: 100px;
- padding-bottom: 100px;
-
- .logo-labourage {
- width: 90%;
- }
-
- h2 {
- font-weight: bold;
- margin-bottom: 30px;
- font-size: 40px;
-
- .picto-labourage {
- vertical-align: baseline;
- }
- }
-
- .participate {
- color: $yellow;
- background-color: $green;
- padding: 15px;
- font-size: 22px;
- margin-top: 30px;
- display: inline-block;
- }
- }
-
- .bloc-recolte {
- background-color: $yellow;
- color: $green;
- padding-top: 100px;
- padding-bottom: 100px;
-
- h2 {
- font-weight: bold;
- margin-bottom: 30px;
- font-size: 40px;
-
- .picto-labourage {
- vertical-align: baseline;
- }
- }
-
- .subscribe-event {
- border: 2px solid $green;
- padding: 15px;
- font-size: 22px;
- margin-top: 40px;
- display: inline-block;
-
- a {
- color: $green;
- }
- }
-
- .logo-event {
- position: absolute;
- top: 50%;
- transform: translate(-50%, -50%);
- left: 50%;
- }
- }
-
- .container-ressource {
- color: $green;
- padding-top: 100px;
- padding-bottom: 100px;
-
- h2 {
- font-weight: bold;
- margin-bottom: 30px;
- font-size: 40px;
-
- .picto-ressource {
- vertical-align: baseline;
- }
- }
-
- .logo-ressource {
- position: absolute;
- top: 50%;
- transform: translate(-50%, -50%);
- left: 50%;
- }
-
- .contribuate {
- border: 2px solid $yellow;
- font-size: 22px;
- padding: 15px;
- font-size: 22px;
- margin-top: 40px;
- display: inline-block;
-
- a {
- color: $green;
- }
- }
- }
-
- .bloc-coop-cit {
- background-color: $green;
- color: #FFF;
-
- .container-coop {
- padding-top: 100px;
- padding-bottom: 100px;
-
- h2 {
- font-weight: bold;
- text-align: center;
- margin-bottom: 50px;
- font-size: 40px;
- }
-
- p {
- margin-top: 50px;
- }
-
- .more {
- color: $green;
- background-color: $yellow;
- padding: 10px;
- font-size: 23px;
- display: inline-block;
- text-align: center;
- margin-top: 30px;
- }
- }
-
- .container-coeur {
- background-color: $yellow;
- color: $green;
- padding-top: 100px;
- padding-bottom: 100px;
-
- h2 {
- font-weight: bold;
- margin-bottom: 50px;
- font-size: 40px;
- }
-
- .join-coeur {
- border: 2px solid $green;
- display: inline-block;
- padding: 15px;
- font-size: 22px;
- margin-top: 50px;
-
- a {
- color: $green;
- }
- }
- }
- }
-
- .container-funded {
- padding-top: 100px;
- padding-bottom: 100px;
- text-align: center;
-
- h2 {
- color: $green;
- font-weight: bold;
- margin-bottom: 70px;
- font-size: 25px;
- }
-
- img {
- max-width: 80%;
- }
- }
- }
|