/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600,700|PT+Sans");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.g-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.g-row--full {
  max-width: 100%; }

.g-row--np {
  padding-left: 0;
  padding-right: 0; }

.g-row--center {
  justify-content: center; }

.g-row--right {
  justify-content: flex-end; }

.g-row--space-between {
  justify-content: space-between; }

.g-row--around {
  justify-content: space-around; }

.g-row--evenly {
  justify-content: space-evenly; }

.g-row--start {
  align-items: flex-start; }

.g-row--bottom {
  align-items: flex-end; }

.g-row--middle {
  align-items: center; }

.g-row--stretch {
  align-items: stretch; }

.g-row--baseline {
  align-items: baseline; }

.g-row--reverse {
  flex-direction: row-reverse; }

.g-col {
  flex-grow: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.g-col--1 {
  flex-grow: 0;
  flex-basis: 8.3333333333%; }

.g-col--2 {
  flex-grow: 0;
  flex-basis: 16.6666666667%; }

.g-col--3 {
  flex-grow: 0;
  flex-basis: 25%; }

.g-col--4 {
  flex-grow: 0;
  flex-basis: 33.3333333333%; }

.g-col--5 {
  flex-grow: 0;
  flex-basis: 41.6666666667%; }

.g-col--6 {
  flex-grow: 0;
  flex-basis: 50%; }

.g-col--7 {
  flex-grow: 0;
  flex-basis: 58.3333333333%; }

.g-col--8 {
  flex-grow: 0;
  flex-basis: 66.6666666667%; }

.g-col--9 {
  flex-grow: 0;
  flex-basis: 75%; }

.g-col--10 {
  flex-grow: 0;
  flex-basis: 83.3333333333%; }

.g-col--11 {
  flex-grow: 0;
  flex-basis: 91.6666666667%; }

.g-col--12 {
  flex-grow: 0;
  flex-basis: 100%; }

.g-col--np {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 45em) {
  .g-col-sm--1 {
    flex-grow: 0;
    flex-basis: 8.3333333333%; }

  .g-col-sm--2 {
    flex-grow: 0;
    flex-basis: 16.6666666667%; }

  .g-col-sm--3 {
    flex-grow: 0;
    flex-basis: 25%; }

  .g-col-sm--4 {
    flex-grow: 0;
    flex-basis: 33.3333333333%; }

  .g-col-sm--5 {
    flex-grow: 0;
    flex-basis: 41.6666666667%; }

  .g-col-sm--6 {
    flex-grow: 0;
    flex-basis: 50%; }

  .g-col-sm--7 {
    flex-grow: 0;
    flex-basis: 58.3333333333%; }

  .g-col-sm--8 {
    flex-grow: 0;
    flex-basis: 66.6666666667%; }

  .g-col-sm--9 {
    flex-grow: 0;
    flex-basis: 75%; }

  .g-col-sm--10 {
    flex-grow: 0;
    flex-basis: 83.3333333333%; }

  .g-col-sm--11 {
    flex-grow: 0;
    flex-basis: 91.6666666667%; }

  .g-col-sm--12 {
    flex-grow: 0;
    flex-basis: 100%; } }
@media screen and (min-width: 64em) {
  .g-col-md--1 {
    flex-grow: 0;
    flex-basis: 8.3333333333%; }

  .g-col-md--2 {
    flex-grow: 0;
    flex-basis: 16.6666666667%; }

  .g-col-md--3 {
    flex-grow: 0;
    flex-basis: 25%; }

  .g-col-md--4 {
    flex-grow: 0;
    flex-basis: 33.3333333333%; }

  .g-col-md--5 {
    flex-grow: 0;
    flex-basis: 41.6666666667%; }

  .g-col-md--6 {
    flex-grow: 0;
    flex-basis: 50%; }

  .g-col-md--7 {
    flex-grow: 0;
    flex-basis: 58.3333333333%; }

  .g-col-md--8 {
    flex-grow: 0;
    flex-basis: 66.6666666667%; }

  .g-col-md--9 {
    flex-grow: 0;
    flex-basis: 75%; }

  .g-col-md--10 {
    flex-grow: 0;
    flex-basis: 83.3333333333%; }

  .g-col-md--11 {
    flex-grow: 0;
    flex-basis: 91.6666666667%; }

  .g-col-md--12 {
    flex-grow: 0;
    flex-basis: 100%; } }
@media screen and (min-width: 75em) {
  .g-col-lg--1 {
    flex-grow: 0;
    flex-basis: 8.3333333333%; }

  .g-col-lg--2 {
    flex-grow: 0;
    flex-basis: 16.6666666667%; }

  .g-col-lg--3 {
    flex-grow: 0;
    flex-basis: 25%; }

  .g-col-lg--4 {
    flex-grow: 0;
    flex-basis: 33.3333333333%; }

  .g-col-lg--5 {
    flex-grow: 0;
    flex-basis: 41.6666666667%; }

  .g-col-lg--6 {
    flex-grow: 0;
    flex-basis: 50%; }

  .g-col-lg--7 {
    flex-grow: 0;
    flex-basis: 58.3333333333%; }

  .g-col-lg--8 {
    flex-grow: 0;
    flex-basis: 66.6666666667%; }

  .g-col-lg--9 {
    flex-grow: 0;
    flex-basis: 75%; }

  .g-col-lg--10 {
    flex-grow: 0;
    flex-basis: 83.3333333333%; }

  .g-col-lg--11 {
    flex-grow: 0;
    flex-basis: 91.6666666667%; }

  .g-col-lg--12 {
    flex-grow: 0;
    flex-basis: 100%; } }
body {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.3em;
  color: #323232;
  -webkit-font-smoothing: antialiased; }

.t-h1,
.t-h2,
.t-h3 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
  color: #323232;
  font-weight: 700; }

.t-h1 {
  font-size: 2.875rem;
  text-transform: uppercase; }

.t-h2 {
  font-size: 1.625rem; }

.t-h3 {
  font-size: 1.25rem; }

p {
  font-size: 1rem; }

small,
.t-s {
  font-size: 0.875rem; }

@media screen and (max-width: 58.75em) {
  .t-h1 {
    font-size: 2rem; }

  .t-h2 {
    font-size: 1.5rem; }

  .t-h3 {
    font-size: 1.25rem; } }
button {
  outline: none;
  cursor: pointer;
  border: none; }

table {
  border-collapse: collapse; }

table td,
table th {
  position: relative;
  padding: 1rem; }
  table td::after,
  table th::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #b4bec5;
    border-bottom: 1px solid #b4bec5; }

table td:first-child:after,
table th:first-child:after {
  border-left: 1px solid #b4bec5; }

table tr:first-child td:after,
table tr:first-child th:after {
  border-top: 1px solid #b4bec5; }

figure {
  padding: 0;
  margin: 0; }

img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto; }

.c-img-bg {
  position: relative;
  width: 100%; }

.c-fit-baseline {
  display: block;
  padding-bottom: 50%;
  background: turquoise; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-center {
  text-align: center; }

.u-text-justify {
  text-align: justify; }

.u-text-nowrap {
  white-space: nowrap; }

.u-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-text-lowercase {
  text-transform: lowercase; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-capitalize {
  text-transform: capitalize; }

.c-topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.c-topbar__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.c-topbar__logo {
  position: relative;
  width: 360px;
  transition: all 0.3s ease; }
  .c-topbar__logo.scrolled {
    width: 240px; }
  .c-topbar__logo a {
    z-index: 120;
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 37.121212%;
    text-indent: -9999px;
    text-decoration: none;
    background-image: url("/assets/images/selection-energy-logo.png");
    background-size: 90% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 75em) {
  .c-topbar__logo a {
    margin-left: -5px; } }
@media screen and (max-width: 68em) {
  .c-topbar__logo {
    width: 300px; } }
@media screen and (max-width: 45em) {
  .c-topbar__logo {
    width: 280px; }
    .c-topbar__logo.scrolled {
      width: 180px; } }
.c-alert {
  padding: 0.4rem 1rem;
  background-color: #de0300;
  color: white;
  text-align: center; }

.c-nav {
  padding-right: 1.5rem; }

a.c-nav__link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.056em;
  margin-right: 2rem;
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem; }
  a.c-nav__link:hover {
    color: #de0300; }
  a.c-nav__link:last-child {
    margin-right: 0; }
  a.c-nav__link.is-active {
    border-bottom: 3px solid #de0300; }

.c-nav__social {
  display: inline-block;
  position: relative;
  top: 0.4rem;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-position: center center;
  text-indent: -9999px;
  text-decoration: none;
  margin-right: 0.8rem; }
  .c-nav__social:last-child {
    margin-right: 0rem; }
  .c-nav__social:hover {
    opacity: 0.8; }

.c-nav__social--facebook {
  background-image: url("/assets/images/facebook-dark.png"); }

.c-nav__social--instagram {
  background-image: url("/assets/images/instagram-dark.png"); }

a.c-nav-button {
  display: none;
  width: 2rem;
  height: 2rem;
  margin-top: 1.20625rem;
  margin-bottom: 1.20625rem;
  margin-right: 1.5rem;
  background-image: url("/assets/images/menu_icon.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  a.c-nav-button:hover {
    opacity: 0.8; }

a.c-nav__close-button {
  display: none;
  width: 2rem;
  height: 2rem;
  margin-top: 1.20625rem;
  margin-bottom: 1.20625rem;
  margin-left: 1.5rem;
  background-image: url("/assets/images/close_icon.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  a.c-nav__close-button:hover {
    opacity: 0.8; }

a.c-nav-bg {
  display: none;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); }
  a.c-nav-bg.is-visible {
    display: block; }

@media screen and (max-width: 64em) {
  .c-nav {
    position: fixed;
    top: 0;
    right: -25rem;
    z-index: 200;
    width: 25rem;
    height: 100vh;
    background: white;
    padding-right: 0;
    transition: transform 0.3s ease; }
    .c-nav.is-visible {
      transform: translateX(-100%); }

  a.c-nav__link {
    display: block;
    margin: 0;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    a.c-nav__link:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
    a.c-nav__link.is-active {
      color: #de0300;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

  .c-nav__social {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    margin-left: 1.5rem;
    margin-right: 0; }
    .c-nav__social:last-child {
      margin-left: 0.8rem; }

  a.c-nav-button {
    display: block; }

  a.c-nav__close-button {
    display: block; } }
@media screen and (max-width: 25em) {
  .c-nav {
    right: -100%;
    width: 100%; } }
.c-slider-video {
  position: relative;
  margin-bottom: 5rem; }

.c-slider-video__background {
  display: block;
  width: 100%;
  height: calc(100vh - 2rem);
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/photos/selection-energy-home.jpg"); }

.c-slider-video__title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 2rem;
  background: rgba(222, 3, 0, 0.76);
  color: white; }
  .c-slider-video__title h2 {
    text-align: center;
    line-height: 1.2em;
    font-size: 3rem;
    font-weight: 400; }
    .c-slider-video__title h2 span {
      font-weight: 600; }

.c-slider-video__link {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 50%;
  background: #de0300; }
  .c-slider-video__link a {
    z-index: 50;
    float: right;
    display: block;
    font-size: 1.875rem;
    color: white;
    line-height: 1.3em;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-right: 7.8rem;
    padding-left: 1.8rem;
    text-decoration: none;
    width: 100%;
    max-width: 600px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease; }
    .c-slider-video__link a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 6rem;
      height: 100%;
      background-size: 28px 44px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("/assets/images/button-arrow-2x.png");
      background-color: rgba(0, 0, 0, 0.2); }
    .c-slider-video__link a:hover {
      background: #bf0300; }

@media screen and (max-width: 64em) {
  .c-slider-video__title {
    padding: 1.4rem; }
    .c-slider-video__title h2 {
      font-size: 2.6rem; }

  .c-slider-video__link {
    position: relative;
    width: 100%; }
    .c-slider-video__link a {
      float: none;
      max-width: 100%;
      font-size: 1.6rem; } }
@media screen and (max-width: 37.5em) {
  .c-slider-video__link a {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.3rem; } }
.c-promo.c-default-block {
  margin-bottom: 3rem; }

.c-gallery.c-promo {
  margin-bottom: 5rem; }

.c-advantage {
  margin-bottom: 5rem; }
  .c-advantage .c-icon {
    margin: 0 auto 1.4rem; }
  .c-advantage h2 {
    text-align: center;
    margin-bottom: 0.8rem; }
  .c-advantage p {
    text-align: center; }

.c-icon {
  width: 3.15rem;
  height: 3.15rem;
  background-repeat: no-repeat;
  background-position: center center; }

.c-icon--fast {
  background-image: url("/assets/images/fast-icon.png");
  background-size: 50px 48px; }

.c-icon--pro {
  background-image: url("/assets/images/pro-icon.png");
  background-size: 50px 48px; }

.c-icon--guarantee {
  background-image: url("/assets/images/guarantee-icon.png");
  background-size: 50px 48px; }

.c-button {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 1.1em;
  padding: 1rem 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  background: #de0300;
  text-decoration: none;
  transition: all 0.3s ease; }
  .c-button:hover {
    background: #bf0300; }

.c-default-block {
  position: relative;
  margin-bottom: 5rem;
  align-items: center; }

.c-default-block__text {
  width: 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0rem;
  padding-right: 4rem; }
  .c-default-block__text .c-icon {
    margin-bottom: 1.4rem; }
  .c-default-block__text h2 {
    display: inline-block;
    padding: 1rem;
    margin-left: -1rem;
    background: #de0300;
    color: white;
    margin-bottom: 1rem; }
  .c-default-block__text .point {
    margin-bottom: 0.5rem; }
  .c-default-block__text .c-button {
    margin-top: 1.4rem; }

.c-default-block__text--center {
  padding-top: 0rem;
  padding-bottom: 0rem;
  text-align: center;
  padding-right: 0; }
  .c-default-block__text--center p {
    margin-bottom: 1rem; }

.c-default-block__image {
  width: 40%; }
  .c-default-block__image img {
    display: block; }

.c-default-block--left .c-default-block__text {
  padding-left: 4rem;
  padding-right: 0rem; }
.c-default-block--left .c-default-block__image {
  order: -1; }

@media screen and (max-width: 45em) {
  .c-default-block__text {
    text-align: center;
    width: 100%;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 2rem; }

  .c-default-block__image {
    width: 100%; }

  .c-default-block--left .c-default-block__text {
    padding-left: 0rem;
    padding-right: 0rem; }
  .c-default-block--left .c-default-block__image {
    order: 2; } }
.c-footer-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  background: #f7f7f7; }
  .c-footer-contact h3 {
    margin-bottom: 1rem;
    font-size: 2rem; }
  .c-footer-contact p {
    margin-bottom: 1rem; }

.c-footer {
  background: #323232;
  color: #dedede;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 0.875rem; }

.c-footer__title {
  font-size: 0.8125rem;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem; }

.c-footer__bottom {
  margin-top: 0rem; }

.c-footer__list {
  margin-bottom: 2rem; }
  .c-footer__list a {
    text-decoration: none;
    color: white; }
    .c-footer__list a:hover {
      color: #de0300; }

.c-footer__logo {
  display: block;
  width: 159px;
  height: 120px;
  background-image: url("/assets/images/selection-energy-logo-footer.png");
  background-size: 100% 100%;
  background-position: top left;
  margin-bottom: 2rem; }

.c-footer__socials {
  margin-top: -1rem;
  margin-bottom: 2rem; }

.c-footer__social {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-position: center center;
  text-decoration: none;
  margin-right: 0.8rem; }
  .c-footer__social:last-child {
    margin-right: 0rem; }
  .c-footer__social:hover {
    opacity: 0.8; }

.c-footer__social--facebook {
  background-image: url("/assets/images/facebook-light.png"); }

.c-footer__social--instagram {
  background-image: url("/assets/images/instagram-light.png"); }

@media screen and (max-width: 58.75em) {
  .c-footer__navigation {
    display: none; } }
@media screen and (max-width: 14em) {
  .c-footer__logo {
    width: 100%;
    padding-bottom: 75.47%; } }
.c-header-text {
  margin-top: 10rem;
  text-align: center;
  margin-bottom: 4rem; }
  .c-header-text h1 {
    margin-bottom: 1.4rem; }

.c-image {
  width: 100%;
  padding-bottom: 36%;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center center;
  margin-bottom: 5rem; }

.c-steps {
  margin-bottom: 2rem; }

.c-steps__step {
  padding: 2rem 2rem;
  text-align: center;
  min-width: 12rem; }

.c-steps__step__number {
  margin: 0 auto 1.2rem;
  height: 6rem;
  width: 6rem;
  font-size: 2.4rem;
  font-width: 700;
  font-family: 'Open Sans', sans-serif;
  color: white;
  background: #de0300;
  border-radius: 3rem;
  line-height: 6rem; }

.c-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: flex-start;
  margin-bottom: 5rem; }

@media screen and (max-width: 45em) {
  .c-gallery__thumb {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    margin-right: 1rem; }
    .c-gallery__thumb:nth-child(2n+2) {
      margin-right: 0; } }
@media screen and (min-width: 45em) {
  .c-gallery__thumb {
    width: calc(33.333333% - 0.5rem);
    margin-bottom: 1rem;
    margin-right: 0.75rem; }
    .c-gallery__thumb:nth-child(3n+3) {
      margin-right: 0; } }
.c-gallery__header {
  text-align: center;
  margin-bottom: 1.2rem; }
  .c-gallery__header h1 {
    margin-bottom: 1.4rem; }
  .c-gallery__header h2,
  .c-gallery__header h3 {
    margin-bottom: 1rem; }

.c-gallery__thumb a {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center center; }

.c-map {
  display: block;
  width: 100%;
  padding-top: 36%;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/map.jpg"); }

@media screen and (max-width: 58.75em) {
  .c-map {
    padding-top: 60%; } }
.c-info {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem; }
  .c-info:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0; }
  .c-info a {
    text-decoration: none;
    color: #323232; }
    .c-info a:hover {
      color: #de0300; }

.c-info--location:after {
  background-image: url("/assets/images/location_icon.png"); }

.c-info--phone:after {
  background-image: url("/assets/images/phone_icon.png"); }

.c-info--fax:after {
  background-image: url("/assets/images/fax_icon.png"); }

.c-info--mail:after {
  background-image: url("/assets/images/mail_icon.png"); }

.c-text {
  margin-bottom: 1.2rem; }
  .c-text h1 {
    margin-bottom: 1.4rem; }
  .c-text h2,
  .c-text h3 {
    margin-bottom: 1rem; }

.c-text--center {
  text-align: center; }

.c-form {
  margin-bottom: 5rem; }
  .c-form input,
  .c-form textarea,
  .c-form select {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: white;
    border-radius: 0;
    font-size: 1rem;
    padding: 1rem 1.4rem;
    outline: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal; }
    .c-form input:focus,
    .c-form textarea:focus,
    .c-form select:focus {
      outline: none; }
  .c-form textarea {
    resize: vertical;
    line-height: 1.3em; }
  .c-form label {
    display: block;
    font-size: 1rem;
    color: #323232;
    margin-bottom: 0.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; }

.c-form-group {
  margin-bottom: 1rem; }

.c-contact-info {
  margin-bottom: 2rem; }

.g-recaptcha {
  margin-bottom: 1rem; }

.c-realisations {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem; }

.c-realisation {
  display: block;
  width: 100%;
  margin-bottom: 2rem; }

.c-realisation__image {
  margin-bottom: 1rem; }

.c-realisation__image img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover; }

.c-realisation__title {
  line-height: 1.2em;
  font-size: 1.4rem; }

.c-realisation__title b {
  font-weight: 600; }

@media screen and (min-width: 47.5em) {
  .c-realisation {
    width: calc(50% - 1rem); } }

/*# sourceMappingURL=application.css.map */
