
/* pour eviter bootstrap et baisse de perf on ne prend que ce qui nous interesse dedans */
.alert-info {
  background-color:lightgrey;
  border-radius: 5px;
  border-style:solid;
  border-width: 1px;
  border-color: #333;
  color: red;
  padding:1em;
  margin-bottom:0.2em;
}


.alert-warning {
  background-color:lightyellow;
  border-radius: 5px;
  border-style:solid;
  border-width: 1px;
  border-color: #333;
  color:#333;
  padding:1em;
  margin-bottom:0.2em;
}

.alert-danger {
  background-color:#F8D7DA;
  border-style:solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #721c24;
  color: #721c24;
  padding:1em;
  margin-bottom:0.2em;
}

.alert-success {
  background-color:#D4EDDA;
  color:#155724;
  border-style:solid;
  border-width: 1px;
  border-color: #155724;
  padding:1em;
  border-radius: 5px;
  margin-bottom:0.2em;
}

.errorMessage {
}

.warningMessage {
}

.characterCountCell {
  font-size: small;
  color: #333;
  background-color: #f5f5f5;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  margin: 0.5em 0;
  display: block;
}


.top {
  height: 100px;
}

.h1-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.navbar {
  display: block;
  height: 100px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.heading-2 {
  display: block;
  max-width: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 300;
  text-align: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lp-button {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 29px;
  border-radius: 5px;
  background-color: #6d7280;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-button:hover {
  background-color: #848a9c;
}

.lp-button.ghost {
  margin-right: 14px;
  margin-left: 30px;
  border: 2px solid #fff;
  background-color: transparent;
}

.lp-button.full {
  margin-right: 0px;
  margin-left: 0px;
  border: 2px solid #00a81a;
  background-color: #00a81a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.lp-button.full:hover {
  background-color: #2788b0;
}

.lp-button.full.left {
  text-align: center;
}

.content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  text-align: center;
}

.bottom {
  height: 120px;
  padding-top: 40px;
}

.heading {
  width: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  text-align: center;
}

.text-span-2 {
  color: #00ff27;
}

.big-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(33, 44, 66, .12);
}

.big-icon.color-1 {
  width: 100px;
  height: 100px;
  padding: 0px;
  border-radius: 360px;
  background-color: #00a81a;
}

.lp-section-subtitle {
  margin-bottom: 43px;
  font-family: 'Open Sans', sans-serif;
  color: #6c6c6c;
  text-align: center;
}

.lp-section-subtitle.wh {
  margin-bottom: 75px;
  padding-left: 0px;
  color: #000;
  text-align: center;
}

.lp-section-subtitle.wh.w {
  margin-bottom: 30px;
  color: #fff;
}

.title {
  display: block;
  max-width: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.title.form {
  color: #fff;
}

.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.benefits1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section {
  padding: 50px 10px;
}

.section.whitesmoke {
  background-color: #f5f5f5;
}

.section.whitesmoke.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('/wp-content/themes/tvatheme/siz-images/contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('/wp-content/themes/tvatheme/siz-images/contact.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-7 {
  width: 50px;
}

.text-grey-2 {
  color: #818181;
}

.spr {
  display: block;
  width: 100px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #00ff27;
}

.spr.left {
  margin-right: 0px;
  margin-left: 0px;
}

.icon {
  color: #00a81a;
}

.paragraph-2 {
  margin-bottom: 30px;
  text-align: center;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 150px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  background-color: transparent;
}

.testimonial-title {
  font-size: 16px;
}

.section-subtitle {
  margin-bottom: 43px;
  color: #848999;
  text-align: center;
}

.section-subtitle.testmn {
  margin-bottom: 30px;
  color: #00a81a;
  font-size: 30px;
  line-height: 40px;
}

.subscribe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00a81a;
}

.subscribetext {
  display: block;
  width: auto;
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #f3f3f3;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-5 {
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-block-2 {
  margin-top: 40px;
  color: #fff;
}

.form-2 {
  display: block;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin-bottom: 0px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: center;
}

.form-3 {
  width: 100%;
  max-width: 500px;
  text-align: left;
}

.category-form {
  margin-bottom: 10px;
  color: #fff;
}

.field-label {
  color: #fff;
}

.h2-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .heading {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }
  .benefits {
    padding-right: 16px;
    padding-left: 16px;
  }
  .benefits1 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('/wp-content/themes/tvatheme/siz-images/bg1.jpg');
    background-image: linear-gradient(180deg, null, null), url('/wp-content/themes/tvatheme/siz-images/bg1.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .heading-2 {
    max-width: 100%;
    text-align: center;
  }
  .lp-button {
    margin-bottom: 10px;
  }
  .heading {
    margin-top: 30px;
    text-align: center;
  }
  .title {
    max-width: 100%;
    text-align: center;
  }
  .benefits {
    width: 66.66%;
  }
  .benefits1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .top {
    height: 75px;
  }
  .h1-logo {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    text-align: left;
  }
  .navbar {
    height: auto;
    padding-top: 0px;
  }
  .button-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-section {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .brand {
    padding-bottom: 0px;
    float: none;
  }
  .heading-2 {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .lp-button {
    display: block;
  }
  .lp-button.ghost {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-4 {
    text-align: center;
  }
  .heading {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
  .title {
    font-size: 18px;
    line-height: 30px;
  }
  .benefits {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .section.whitesmoke.contact {
    background-image: -webkit-linear-gradient(270deg, #000, #000), url('/wp-content/themes/tvatheme/siz-images/contact.jpg');
    background-image: linear-gradient(180deg, #000, #000), url('/wp-content/themes/tvatheme/siz-images/contact.jpg');
    background-position: 0px 0px, -263px 0px;
  }
  .text-grey-2 {
    text-align: left;
  }
  .subscribe {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subscribetext {
    margin-bottom: 34px;
  }
  .form {
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .h2-logo {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    text-align: left;
  }
}

