You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
1.5KB

  1. #app_contact {
  2. .bloc-contact {
  3. background-color: $yellow;
  4. h1 {
  5. color: $green;
  6. font-family: FranklinGothic;
  7. font-size: 7.5rem;
  8. line-height: 67px;
  9. margin-top: 10rem;
  10. margin-bottom: 35px;
  11. }
  12. p {
  13. color: $orange;
  14. font-style: italic;
  15. font-size: 2.0rem;
  16. margin-bottom: 50px;
  17. width: 50%;
  18. }
  19. .perso-contact {
  20. position: absolute;
  21. right: 0;
  22. bottom: 0;
  23. }
  24. .sut-contact {
  25. margin-top: 15%;
  26. }
  27. .row-contact {
  28. position: relative;
  29. min-height: 750px;
  30. }
  31. }
  32. .bloc-address {
  33. margin-top: 75px;
  34. .background-green {
  35. color: #FFF;
  36. background-color: #83A775;
  37. display: inline-block;
  38. padding: 5px;
  39. margin-top: 42px;
  40. }
  41. .address-contact {
  42. color: $green;
  43. font-size: 3.7rem;
  44. margin-bottom: 5px;
  45. }
  46. .link-contact a {
  47. color: $green;
  48. text-decoration: underline;
  49. font-size: 3.7rem;
  50. }
  51. }
  52. .container-contact {
  53. margin-top: 10rem;
  54. margin-bottom: 20rem;
  55. input, textarea {
  56. color: #797677;
  57. border: 1px solid #797677;
  58. margin-bottom: 40px;
  59. width: 100%;
  60. padding: 10px;
  61. font-size: 1.6rem;
  62. }
  63. textarea {
  64. min-height: 200px;
  65. }
  66. #contact-form-btn {
  67. background-color: #FFF;
  68. color: $green;
  69. border: 2px solid $green;
  70. font-weight: bold;
  71. padding: 15px;
  72. font-size: 3.0rem;
  73. &:hover {
  74. border-color: $yellow;
  75. }
  76. }
  77. }
  78. }