body {
  font-family: Arial;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin: 10px 0px 1px;
  font-family: Bitter, serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: 'Varela Round', sans-serif;
  color: #848999;
  font-size: 14px;
}

.button {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 29px;
  border-radius: 5px;
  background-color: #2c9986;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 6px 0px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #33b59f;
}

.button.sign-up {
  background-color: #ffb430;
}

.button.sign-up:hover {
  background-color: #ffaa17;
}

.button.sign-up.bigger {
  padding: 16px 31px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0px;
  background-color: #348e36;
  box-shadow: rgba(255, 255, 255, 0.49) 0px 25px 5px -25px inset;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button.sign-up.bigger:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.button.sign-up.bigger.red {
  background-color: #c00;
}

.button.sign-up.bigger.centered {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #363b48;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.2)), url('../images/HeaderNew89.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.2)), url('../images/HeaderNew89.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: black 0px 0px 8px 0px inset;
  text-align: center;
}

.section.hero.hero2 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 50%), url('../images/Services2.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 50%), url('../images/Services2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.section.hero.fullscreen {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.2)), url('../images/TopBig.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.2)), url('../images/TopBig.jpg');
  background-size: auto, cover;
}

.section.grey {
  padding-bottom: 65px;
  background-color: white;
  text-align: center;
}

.section.grey.greenish {
  background-color: #f8f8f8;
}

.section.grey.cta {
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2) 50%, transparent 98%), url('../images/Bas2.jpg');
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2) 50%, transparent 98%), url('../images/Bas2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.grey.cta.ctatwo {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.49) 50%, transparent 98%), url('../images/Home2.jpg');
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.49) 50%, transparent 98%), url('../images/Home2.jpg');
  background-size: auto, auto 700px;
}

.section.centered {
  text-align: center;
}

.section.centered.quote {
  background-image: url('../images/Untitled-1333.gif');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.section.footer {
  background-color: white;
  text-align: left;
}

.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.81);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
}

.nav-link.w--current {
  border-bottom-color: white;
  font-family: Montserrat, sans-serif;
}

.nav-link.sign-up {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0px;
  background-color: #348e36;
  box-shadow: rgba(255, 255, 255, 0.49) 0px 25px 5px -25px inset;
}

.nav-link.sign-up:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #348e36;
}

.nav-column {
  margin-top: 0px;
  padding-top: 20px;
  text-align: right;
}

.logo {
  margin-right: 11px;
  float: left;
}

.hero-heading {
  font-family: Bitter, serif;
  color: white;
  font-size: 46px;
  line-height: 54px;
  font-weight: 400;
}

.hero-heading.smaller {
  margin-bottom: 25px;
  font-size: 36px;
}

.hero-subhead {
  color: #e4e8f2;
  font-size: 14px;
}

.hero-subhead.shadow {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-shadow: black 1px 1px 6px;
}

.section-title {
  font-family: Bitter, serif;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
}

.section-title.bottom {
  text-align: left;
}

.section-title.aligned {
  margin-left: 20px;
  text-align: left;
}

.section-subtitle {
  margin-top: 15px;
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
  color: #848999;
  text-align: center;
}

.section-subtitle.bottom {
  margin-bottom: 10px;
  text-align: left;
}

.section-subtitle.not {
  margin-bottom: 15px;
}

.section-subtitle.not.aligned {
  margin-left: 20px;
  text-align: left;
}

.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #c00;
}

.frames {
  margin-top: 45px;
}

.frames.opacity {
  opacity: 1;
}

.icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 40px;
  background-color: #eff1f4;
}

.footer-text {
  display: inline-block;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #848999;
  font-size: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #348e36;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.social-icon:hover {
  background-color: #57ad58;
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: transparent;
  background-image: url('../images/Back.jpg'), -webkit-linear-gradient(#e90000 3%, #bd3232 96%);
  background-image: url('../images/Back.jpg'), linear-gradient(#e90000 3%, #bd3232 96%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.nav-bar.nored {
  position: absolute;
  width: 100%;
  background-image: none;
}

.nav-bar.withred {
  position: static;
  background-image: url('../images/Back.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column2 {
  margin-top: 30px;
  padding-left: 0px;
}

.column2.contact {
  margin-top: 15px;
}

.form {
  font-family: Montserrat, sans-serif;
}

.form._2 {
  margin-bottom: 20px;
}

.boutonenvoyer {
  border-radius: 0px;
  background-color: #348e36;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.boutonenvoyer:hover {
  background-color: #419943;
}

.formback {
  margin: 0px;
  padding: 15px;
  border-radius: 3px;
  background-color: #eff1f4;
}

._2 {
  margin-bottom: 20px;
}

.right {
  margin-right: 25px;
  float: right;
  text-align: right;
}

.map {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.columnline {
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0px none rgba(0, 0, 0, 0.2);
}

.specialshadow {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;
}

.linktop.w--current {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.linktop.w--current:hover {
  opacity: 0.9;
}

.greenlink {
  padding: 6px 9px;
  border: 2px solid #348e36;
  background-color: transparent;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #348e36;
  font-size: 14px;
  text-decoration: none;
}

.greenlink:hover {
  opacity: 0.8;
}

.left {
  margin-top: 25px;
  color: #333;
  font-size: 16px;
  text-align: left;
}

.smallcircle {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 90px;
  background-color: #c00;
  background-image: url('../images/Icon108.png');
  background-position: 50% 50%;
  background-size: 85px;
  background-repeat: no-repeat;
  text-align: center;
}

.smallcircle._1 {
  background-color: #c00;
  background-image: url('../images/Icon101.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.smallcircle._2 {
  background-image: url('../images/Icon102.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.smallcircle._2.ty {
  margin-bottom: 0px;
  background-size: 90px;
}

.smallcircle._3 {
  background-image: url('../images/Icon103.png');
  background-position: 50% 50%;
  background-size: 85px;
  background-repeat: no-repeat;
}

.smallcircle._4 {
  background-image: url('../images/Icon104.png');
  background-position: 50% 50%;
  background-size: 85px;
  background-repeat: no-repeat;
}

.smallcircle._5 {
  background-image: url('../images/Icon105.png');
  background-position: 50% 50%;
  background-size: 85px;
  background-repeat: no-repeat;
}

.smallcircle._6 {
  background-image: url('../images/Icon106.png');
  background-position: 50% 50%;
  background-size: 85px;
  background-repeat: no-repeat;
}

.smallcircle._7 {
  background-image: url('../images/Icon107.png');
  background-position: 50% 50%;
  background-size: 85px;
  background-repeat: no-repeat;
}

.smallcircle._9 {
  background-image: url('../images/Icon109.png');
  background-size: 100px;
}

.smallcircle._10 {
  background-image: url('../images/Icon110.png');
  background-size: 75px;
}

.smallcircle._11 {
  background-image: url('../images/Icon111.png');
  background-size: 75px;
}

.smallcircle._12 {
  background-image: url('../images/Icon112.png');
  background-size: 85px;
}

html.w-mod-js *[data-ix="load1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="loadcartoons"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="onscroll"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 991px) {
  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }
  .circle {
    height: 226px;
  }
  .frames {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
  .section {
    padding: 32px 15px;
  }
  .section.hero {
    padding-top: 42px;
  }
  .section.footer {
    text-align: center;
  }
  .nav-column {
    padding-top: 19px;
    text-align: center;
  }
  .logo {
    margin-top: -14px;
    float: none;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .circle {
    display: inline-block;
    height: auto;
    border-radius: 10px;
  }
  .frames {
    width: 55%;
    margin-bottom: 19px;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .right-footer-col {
    text-align: center;
  }
  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .brand-column {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .button {
    display: block;
  }
  .button.sign-up {
    border-radius: 0px;
    background-color: #c00;
  }
  .section {
    padding-right: 11px;
  }
  .section.hero {
    padding: 250px 15px 50px;
  }
  .section.hero.hero2 {
    padding-top: 220px;
    padding-bottom: 100px;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-link.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-column {
    padding-top: 5px;
  }
  .hero-subhead {
    margin-bottom: 34px;
  }
  .section-title.bottom {
    text-align: center;
  }
  .section-subtitle.bottom {
    text-align: center;
  }
  .circle {
    margin-top: 20px;
  }
  .frames {
    width: 75%;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .nav-bar {
    box-shadow: none;
  }
  .column2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right {
    float: none;
  }
  .columnline {
    padding-right: 10px;
    border-right-style: none;
    border-right-width: 0px;
  }
  .greenlink {
    margin-bottom: 0px;
  }
}

