Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.shinegis.mu
/
htdocs
/
assets
/
css
/
pages
/
/srv/data/web/vhosts/www.shinegis.mu/htdocs/assets/css/pages/contact.scss
#contact { position: relative; width: 100%; .header-contact { min-height: 50vh; .contact-title { font-size: 46px; font-family: "Comfortaa"; color: $white; z-index: 2; } } .contact-wrapper { position: relative; height: 600px; width: 100%; display: flex; justify-content: center; align-items: center; background-color: $light-blue; @media(max-width: $mobile) { flex-direction: column; height: 1200px; } .left-side { position: relative; width: 50%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; p { font-size: 24px; font-family: "Manrope"; font-weight: 500; margin-bottom: 50px; } @media(max-width: $mobile) { width: 100%; } form { position: relative; width: 80%; font-family: "Manrope"; .line { input { padding: 8px 16px; border-color: #0376EA24; min-height: 48px; margin-bottom: 20px; &::placeholder { color: rgb(182, 174, 174); } } } textarea { &::placeholder { color: rgb(182, 174, 174); } } .button-contact { position: relative; width: 100%; height: 48px; button { width: 100%; height: 48px; color: $white; font-size: 14px; font-family: "Manrope"; border-radius: 5px; padding: 5px 18px; border: none; background-color: $blue; transition: all $transition ease-in-out; &:hover { background-color: $blue-hover; } } } } } .right-side { position: relative; width: 50%; height: 100%; background: url("/assets/img/bg-contact.jpg") center/cover no-repeat; .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba($color: $blue, $alpha: .5); z-index: 1; mix-blend-mode: overlay; } @media(max-width: $mobile) { width: 100%; } } } }