|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- #app_about {
- .bloc-discover {
- background-color: $green;
-
- .container-discover {
- position: relative;
- min-height: 750px;
-
- @include tablet-only {
- min-height: 600px;
- }
-
- img {
- position: absolute;
- right: 0;
- bottom: 0;
- max-height: 80%;
- max-width: 70%;
-
- @include tablet-only {
- display: none;
- }
- }
-
- h1 {
- color: #FFF;
- font-family: FranklinGothic;
- font-size: 7.5rem;
- line-height: 67px;
- margin-top: 10rem;
- margin-bottom: 75px;
- }
-
- p {
- color: #FFF;
- font-size: 2.0rem;
- margin-bottom: 50px;
- }
-
- .download-plaq {
- background-color: $yellow;
- color: $green;
- text-transform: uppercase;
- padding: 10px;
- font-size: 2.5rem;
- display: inline-block;
- text-align: center;
- }
- }
- }
-
- .container-startup {
- background-color: $yellow;
- color: $green;
-
- .col-image {
- @include mobile-only {
- min-height: 260px;
- }
-
- 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: 4.0rem;
-
- @include mobile-only {
- margin-top: 0;
- }
- }
-
- .description {
- font-size: 1.7rem;
- }
-
- .other-startup {
- color: $orange;
- font-size: 2.0rem;
- display: inline-block;
- margin-top: 20px;
- font-weight: bold;
- margin-bottom: 10rem;
- }
- }
-
- .container-manifeste {
- padding-bottom: 10rem;
- padding-top: 10rem;
-
- h2 {
- color: $green;
- text-align: center;
- font-size: 4.0rem;
- font-weight: bold;
- margin-bottom: 70px;
-
- span {
- color: $orange;
- }
- }
-
- .video-aac {
- text-align: center;
-
- iframe {
- width: 100%;
- }
- }
- }
-
- .bloc-three-step {
- background-color: $green;
- color: #FFF;
- padding-top: 10rem;
- padding-bottom: 10rem;
-
- h2 {
- margin-bottom: 40px;
- font-weight: bold;
- font-size: 4.0rem;
- }
-
-
- .row-step {
- text-align: center;
-
- img {
- margin-right: 15px;
-
- @include mobile-only {
- margin-top: 30px;
- }
- }
-
- h3 {
- color: $yellow;
- font-family: FranklinGothic;
- margin-top: 30px;
- }
-
- .description {
- width: 80%;
- display: inline-block;
- }
- }
- }
-
- .container-step1 {
- color: $green;
- padding-top: 10rem;
- padding-bottom: 10rem;
-
- .logo-labourage {
- width: 90%;
-
- @include mobile-only {
- margin-bottom: 20px;
- }
- }
-
- h2 {
- font-weight: bold;
- margin-bottom: 30px;
- font-size: 4.0rem;
-
- .picto-labourage {
- vertical-align: baseline;
- }
- }
-
- .participate {
- color: $yellow;
- background-color: $green;
- padding: 15px;
- font-size: 2.2rem;
- margin-top: 30px;
- display: inline-block;
- }
- }
-
- .bloc-recolte {
- background-color: $yellow;
- color: $green;
- padding-top: 10rem;
- padding-bottom: 10rem;
-
- h2 {
- font-weight: bold;
- margin-bottom: 30px;
- font-size: 4.0rem;
-
- .picto-labourage {
- vertical-align: baseline;
- }
- }
-
- .subscribe-event {
- border: 2px solid $green;
- padding: 15px;
- font-size: 2.2rem;
- margin-top: 40px;
- display: inline-block;
-
- a {
- color: $green;
- }
- }
-
- .logo-event {
- position: absolute;
- top: 50%;
- transform: translate(-50%, -50%);
- left: 50%;
-
- @include mobile-only {
- position: initial;
- transform: none;
- margin-top: 50px;
- }
- }
- }
-
- .container-ressource {
- color: $green;
- padding-top: 10rem;
- padding-bottom: 10rem;
-
- h2 {
- font-weight: bold;
- margin-bottom: 30px;
- font-size: 4.0rem;
-
- .picto-ressource {
- vertical-align: baseline;
- }
- }
-
- .logo-ressource {
- position: absolute;
- top: 50%;
- transform: translate(-50%, -50%);
- left: 50%;
- }
-
- .contribuate {
- border: 2px solid $yellow;
- font-size: 2.2rem;
- padding: 15px;
- margin-top: 40px;
- display: inline-block;
-
- a {
- color: $green;
- }
- }
-
- @include mobile-only {
- .col-image {
- min-height: 350px;
- margin-bottom: 50px;
- }
- }
- }
-
- .bloc-coop-cit {
- background-color: $green;
- color: #FFF;
-
- .container-coop {
- padding-top: 10rem;
- padding-bottom: 10rem;
-
- h2 {
- font-weight: bold;
- text-align: center;
- margin-bottom: 50px;
- font-size: 4.0rem;
- }
-
- .description {
- margin-top: 50px;
- }
-
- .more {
- color: $green;
- background-color: $yellow;
- padding: 10px;
- font-size: 2.3rem;
- display: inline-block;
- text-align: center;
- margin-top: 30px;
- }
- }
-
- .container-coeur {
- background-color: $yellow;
- color: $green;
- padding-top: 10rem;
- padding-bottom: 10rem;
-
- h2 {
- font-weight: bold;
- margin-bottom: 50px;
- font-size: 4.0rem;
- }
-
- .join-coeur {
- border: 2px solid $green;
- display: inline-block;
- padding: 15px;
- font-size: 2.2rem;
- margin-top: 50px;
-
- a {
- color: $green;
- }
- }
-
- @include mobile-only {
- .logo-coeur {
- margin-top: 30px;
- }
- }
- }
- }
-
- .container-funded {
- padding-top: 10rem;
- padding-bottom: 10rem;
- text-align: center;
-
- h2 {
- color: $green;
- font-weight: bold;
- margin-bottom: 7rem;
- font-size: 2.5rem;
- }
-
- img {
- max-width: 300px;
- margin-bottom: 25px;
- }
-
- .logo-hericourt {
- max-width: 200px;
- }
- }
- }
|