/*! * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page) * Copyright 2013-2018 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE) */ body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; --labelvita: #00aeaa; --entreprise: #35698b; --particulier: #b5c740; } h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; } .labelvita h2, .labelvita h3{ color:var(--labelvita); } .particulier h2, .particulier h3, .particulier .text-primary{ color:var(--particulier)!important; } .entreprise h2, .entreprise h3, .entreprise .text-primary{ color:var(--entreprise)!important; } header.masthead { position: relative; background-color: var(--labelvita); background: url("../img/bg-masthead.jpg") no-repeat center center; background-size: cover; padding-top: 8rem; padding-bottom: 8rem; } header.masthead .overlay { position: absolute; background-color: var(--labelvita); height: 100%; width: 100%; top: 0; left: 0; opacity: 0.3; } header.masthead h1 { font-size: 2rem; } @media (min-width: 768px) { header.masthead { padding-top: 12rem; padding-bottom: 12rem; } header.masthead h1 { font-size: 3rem; } } .showcase .showcase-text { padding: 3rem; } .showcase .showcase-img { min-height: 30rem; background-size: cover; } @media (min-width: 768px) { .showcase .showcase-text { padding: 7rem; } } .features-icons { padding-top: 7rem; padding-bottom: 7rem; } .features-icons .features-icons-item { max-width: 20rem; } .features-icons .features-icons-item .features-icons-icon { height: 7rem; } .features-icons .features-icons-item .features-icons-icon i { font-size: 4.5rem; } .features-icons .features-icons-item:hover .features-icons-icon i { font-size: 5rem; } .particulier img{ margin: 0% 35%; width: 96px; height: 96px; } .entreprise img{ margin: 0% 35%; width: 96px; height: 96px; } footer.footer { padding-top: 4rem; padding-bottom: 4rem; }