@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
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 {
  content: '';
  content: none;
}

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

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

header {
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(187, 187, 187, 0.712);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

nav ul a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logo img {
  width: 100px;
  height: auto;
}

.presentation {
  position: relative;
  width: 100vw;
}

.presentation::after {
  z-index: -100;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../assets/img/have-a-light.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .2;
}

.presentation-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.presentation h1 {
  font-size: 4em;
  letter-spacing: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.presentation h2 {
  font-size: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.presentation p {
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 60px;
  line-height: 35px;
  width: 73%;
}

.presentation strong {
  font-weight: 700;
}

.modal-trigger {
  cursor: pointer;
}

.scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-animation: scrollDown 3s infinite 0s ease-in-out;
          animation: scrollDown 3s infinite 0s ease-in-out;
}

.scroll-down img {
  width: 25px;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

.convictions {
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 50px;
}

.section-title {
  margin: auto;
  font-size: 2em;
  letter-spacing: 5px;
  font-weight: 300;
}

.convictions ul li {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.conviction-2 .conviction-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.conviction-2 .conviction-img img {
  float: left;
}

.conviction-img img {
  width: 400px;
  height: auto;
  float: right;
}

@media (max-width: 1100px) {
  .conviction-img img {
    width: 300px;
  }
}

.convictions ul li h2 {
  text-transform: uppercase;
  font-size: 2em;
  color: #252525;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 30px;
}

.convictions ul li p {
  font-size: 16px;
  color: #494949;
  line-height: 25px;
}

.ambition {
  min-height: 50vh;
  position: relative;
}

.ambition::after {
  z-index: -100;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../assets/img/energy-green-city.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  opacity: .2;
}

.ambition .container {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ambition .container .text-container {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  letter-spacing: 2px;
}

.moyens {
  padding-top: 100px;
  padding-bottom: 100px;
}

.moyens .title-container {
  text-align: center;
}

.moyens ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.moyens ul li {
  padding: 20px 50px;
}

.moyens ul li h2 {
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  margin-bottom: 30px;
}

.moyens ul li p {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  line-height: 25px;
  margin-bottom: 30px;
}

a.bttn-dark {
  color: #343942;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a.bttn-dark:hover {
  color: #FFF;
}

a.bttn-dark:focus {
  color: #FFF;
}

.bttn-dark-small {
  color: #343942;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.bttn-dark-small:hover {
  color: #FFF;
}

.bttn-dark-small:focus {
  color: #FFF;
}

.bttn-dark-small {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 10px 16px;
  border: 1px solid #343942;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.bttn-dark-small:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #343942;
  z-index: -1;
  border-radius: 3px;
}

.bttn-dark-small:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.bttn-dark-small:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.bttn-dark {
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 14px 20px;
  border: 1px solid #343942;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.bttn-dark:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #343942;
  z-index: -1;
  border-radius: 3px;
}

.bttn-dark:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.bttn-dark:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

@media (max-width: 750px) {
  .presentation h1 {
    font-size: 2em;
    letter-spacing: 10px;
  }
  .presentation h2 {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 35px;
  }
  .presentation p {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
  }
  .conviction-text {
    margin-bottom: 45px;
  }
  .conviction-text h2 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  .conviction-text p {
    color: #494949 !important;
  }
  header nav {
    display: none;
  }
  header {
    border: none;
  }
  .header-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ambition {
    min-height: 50vh;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .moyens ul li {
    padding: 0px;
    margin-bottom: 25px;
  }
  .convictions ul li {
    padding: 0px;
  }
  .convictions ul li p {
    margin-bottom: 15px;
  }
  .conviction-img {
    display: none !important;
  }
  .modal-text {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .modal-wrapper {
    padding-right: 4px;
    padding-left: 4px;
  }
  .modal-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-text h3 {
    text-align: center;
  }
  .modal-text p {
    font-size: 14px;
  }
  .close-modal {
    bottom: 5px !important;
  }
}

.modal-wrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(82, 82, 82, 0.596);
}

.modal-content {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.close-modal {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.close-modal button {
  background-color: #fff;
  border: 1px solid #252525;
  border-radius: 4px;
}

.modal-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
}

.modal-content h3 {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  line-height: 30px;
  color: #252525;
}

.modal-content p {
  margin-bottom: 15px;
  max-width: 400px;
  line-height: 30px;
  color: #252525;
}

.modal-content input {
  border: none;
}

input[type=text] {
  width: 70%;
  padding: 8px 4px;
  border-bottom: 1px solid #252525;
}

input[type=submit] {
  background-color: white;
  padding: 8px 4px;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 8px 10px;
}

.modal-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-img img {
  width: 250px;
  height: auto;
}

@media (min-width: 950px) {
  .modal-content {
    padding: 100px;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

h1, h2, h3, p {
  color: #252525;
}

.hidden {
  display: none;
}
/*# sourceMappingURL=main.css.map */