body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 12px 20px;
  float: right;
  border-radius: 4px;
  background-color: #6f718f;
  box-shadow: black 4px 4px 5px 2px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  text-shadow: black 1px 1px 6px;
}

.button:hover {
  background-color: black;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #3f404b;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1a0355;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.section {
  position: relative;
  margin-left: 0px;
  padding: 40px 40px 63px;
  background-color: #cee9f1;
  box-shadow: black 6px 6px 8px 2px, black 12px 12px 18px 0px;
  direction: ltr;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  text-transform: none;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(white 11%, black);
  background-image: linear-gradient(white 11%, black);
}

.call-to-action-section {
  display: block;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding: 20px 40px 44px;
  background-color: #c392c5;
  box-shadow: black 6px 6px 8px 2px, black 2px 2px 3px 0px;
  color: white;
  text-decoration: none;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #1a0355;
  font-size: 24px;
  font-weight: 400;
}

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

.hero-heading {
  display: inline;
  margin-bottom: 19px;
  color: white;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 28px;
  color: white;
  font-size: 27px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: black;
  color: black;
}

.hollow-button.white {
  float: right;
  border-color: rgba(255, 255, 255, 0);
  background-color: #6f718f;
  box-shadow: black 4px 4px 5px 2px;
  color: white;
  text-shadow: black 3px 3px 6px;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: white;
}

.hollow-button.red {
  margin-right: 10px;
  margin-bottom: 2px;
  padding-bottom: 11px;
  border-color: #cf404d;
  background-color: #cf404d;
  color: white;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1a0355;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.section-subheading.center {
  margin-bottom: 30px;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1a0355;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  text-transform: none;
}

.section-title-group {
  margin-bottom: 62px;
  font-size: 12px;
  text-align: left;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid black;
  border-radius: 3px;
  box-shadow: rgba(64, 64, 71, 0.29) 0px 0px 0px 1px;
}

.form-field:focus {
  box-shadow: #2e80b6 0px 0px 0px 1px;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  height: 141px;
  margin-top: 115px;
  margin-bottom: 155px;
  margin-left: 10px;
  float: left;
  color: rgba(242, 155, 155, 0.88);
  font-size: 21px;
  text-align: left;
  list-style-type: none;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 329px;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(79, 183, 243, 0.52);
  background-image: -webkit-radial-gradient(50% 50%, circle, white, #4ea4e6), -webkit-linear-gradient(black, white), url('../images/Nav bkgnd-1.jpg');
  background-image: radial-gradient(circle at 50% 50%, white, #4ea4e6), linear-gradient(black, white), url('../images/Nav bkgnd-1.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 219px;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #1b20a7;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: black 1px 1px 0px;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  position: relative;
  margin-top: 5px;
  padding-top: 21px;
  color: #1b20a7;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: none;
  margin-top: 0px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 100%;
  background-image: url('../images/Bebe etonne.jpg'), -webkit-linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49));
  background-image: url('../images/Bebe etonne.jpg'), linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  box-shadow: black 6px 6px 8px 2px;
  font-size: 19px;
  text-align: center;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.liens {
  color: #335675;
  line-height: 30px;
  text-decoration: none;
}

.fond-de-tab {
  background-color: rgba(222, 222, 222, 0);
}

.titre1 {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  list-style-type: none;
}

.inter-section {
  height: 15px;
  font-size: 0px;
  text-transform: none;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

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

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
	overflow: auto;
  }
  .hamburger-button {
    color: white;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .left-navigation {
    background-image: -webkit-radial-gradient(50% 50%, circle, white, #4ea4e6), -webkit-linear-gradient(black, white);
    background-image: radial-gradient(circle at 50% 50%, white, #4ea4e6), linear-gradient(black, white);
  }
  .banner {
    height: 450px;
  }
}
