html {
  scroll-behavior: smooth;
}
body.page-template-template-landing-page {
  padding-top: 0;
}
.navbar {
  padding: 0;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  /*background-image: linear-gradient(to right, transparent 40%, #fff 40%, #fff 60%, transparent 60%);*/
}
.navbar:not(.scrolled) {
  margin-top: 1rem;
}
.navbar.scrolled {
  background-color: #333333;
}
.navbar img.logo {
  max-height: 50px;
  width: auto;
  margin-right: 10px;
}
.navbar .navbar-brand {
  background-color: #333333;
  padding: 7px 15px 7px 0;
  border-radius: 10px;
  height: 67px;
  margin-right: 0;
}
.navbar .navbar-nav {
  flex-direction: row;
}
.navbar .phone-container {
  background-color: #333333;
  padding: 7px 0 7px 15px;
  border-radius: 10px;
  height: 67px;
  display: flex;
  align-items: center;
}
.navbar a.phone {
  font-size: 21px !important;
  display: flex;
  align-items: center;
}
.navbar a.phone i {
  font-size: 27px;
  margin-right: 10px;
}
body.page-template-template-landing-page .navbar a,
body.page-template-template-landing-page .navbar a:hover {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.jumbotron {
  background: url("../img/lp/hero-cars.jpg") #77b238 repeat-x bottom center;
  background-size: cover;
  min-height: 700px;
}
.jumbotron .container {
  padding-top: 4rem;
}
.jumbotron h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
.jumbotron h3 {
  font-size: 1.9rem;
  color: #fff;
  font-weight: normal;
}
.jumbotron .buttons {
  padding-top: 4rem;
}
.jumbotron .btn {
  padding: 1rem 1.5rem;
  border-radius: 2px;
}
.jumbotron .btn:hover {
  color: #6cad25 !important;
}

.cards .card {
  background-color: #333333;
  color: #fff;
  min-height: 100%;
}

.cards.pros .owl-stage {
  display: flex;
  align-items: stretch;
}
.cards.pros .owl-stage .col {
  height: 100%;
}

.cards .card {
  background-color: #333333;
  color: #fff;
  min-height: 100%;
}
.cards .card .card-title {
  font-weight: bold;
}
.cards .card .card-title span {
  color: #77b238;
}
.cards .card .card-text {
  font-weight: normal;
  font-size: 12px;
}

body.page-template-template-landing-page .btn {
  padding: 0.5rem 1.5rem;
  border-radius: 2px;
  min-width: 170px;
}
body.page-template-template-landing-page .btn.faq {
  min-width: auto;
  font-size: 23px;
  padding: 0.2rem 0.7rem;
}
.ctas a {
  font-weight: bold;
}
body.page-template-template-landing-page .btn-primary {
  background-color: #77b238;
  border-color: #77b238;
}
body.page-template-template-landing-page .btn-primary:hover {
  background-color: #6cad25;
  border-color: #6cad25;
  color: #fff !important;
}
body.page-template-template-landing-page a {
  color: #77b238;
}

h2.accroche {
  font-size: 2.5rem;
  color: #000;
  font-weight: 300;
}
h2.accroche span {
  font-weight: bold;
  color: #77b238;
}

.dark-section {
  background-color: #333333;
  color: #fff;
}
.dark-section .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dark-section img {
  margin-right: 2rem;
}
.dark-section h2 {
  font-weight: bold;
}
.dark-section p {
  margin: 0;
}

.offers .arrows.text-left img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hero-section {
  min-height: 600px;
  background-attachment: fixed;
  background-image: url("../img/lp/hero-bg.png");
}
.hero-section .text-white {
  max-width: 950px;
}
.hero-section h3 {
  color: #77b238;
}
.hero-section h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.reviews-container {
  background-color: #f4f4f2;
}
.reviews-container h2 {
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
}
.review {
  border: none;
  height: 230px;
  max-height: 230px;
  background: url("../img/lp/g-logo.png") no-repeat;
  background-size: 20px;
  background-position-x: 91%;
  background-position-y: 20px;
  background-color: #fff;
}
.review .reviewer img {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.review .reviewer .infos {
  display: inline-block;
  padding-left: 9px;
  vertical-align: top;
}
.review .reviewer .infos .name {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-overflow: ellipsis;
}
.review .reviewer .infos .date {
  font-size: 11px;
  color: #808080;
  font-weight: normal;
  text-align: left;
  text-overflow: ellipsis;
}
.review .stars {
  color: #ffbc0b;
}
.review .text {
  overflow-y: scroll;
  font-size: 12px;
  height: 100px;
}

#form {
  background-color: #77b238;
  color: #fff;
  text-align: center;
  padding-bottom: 4rem;
}
#form .form h3 {
  text-align: left;
  font-size: 19px;
  margin-top: 1.5rem;
}
.screen-reader-response {
  display: none;
}
#form .wpcf7-not-valid-tip {
  color: red;
  font-size: small;
  display: block;
  margin: 0;
  margin-top: -12px;
  margin-bottom: -8px;
}
#form .wpcf7-response-output {
  color: red;
  font-size: small;
  text-align: center;
}
#form input::placeholder {
  color: #999999;
}
#form input,
#form select,
#form textarea {
  padding: 0.5rem 1rem;
  width: 100%;
  margin: 10px 0;
}
#form .bord {
  border-right: 1px solid #333333;
}
#form input[type="submit"] {
  width: auto;
  background-color: #333333;
  color: #fff;
  border: none;
  border-radius: 2px;
}
#form h2 {
  font-weight: bold;
  font-size: 2.5rem;
}
#form .cards .card {
  background-color: #77b238;
  color: #fff;
  min-height: 100%;
  border: none;
  position: relative;
}
#form .cards .card .card-title span {
  color: #fff;
  font-weight: normal;
}
#form .cards .card::after {
  content: "+";
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  position: absolute;
  height: 60px;
  left: -30px;
  top: calc(50% - 30px);
}
#form .cards .card-container:first-child .card:after {
  content: "";
}
#form .notice {
  color: #000;
  font-size: 12px;
  max-width: 900px;
  margin: 0 auto;
}
#form .notice a,
#form .notice a:hover {
  color: #000;
  font-weight: bold;
}

#footer .container {
  justify-content: space-between;
}
#footer .contacts,
#footer .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#footer .contact {
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  font-size: 13px;
}
#footer .contact:last-child {
  border-right: 1px solid #fff;
}
#footer .contact i {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: inherit;
}
#footer .contact a {
  font-weight: bold;
}

.float-container {
  position: fixed;
  top: 33%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 99;
}

.float-container a {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: -49px;
  margin-bottom: 10px;
  padding: 25px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: white !important;
  border-color: #333333;
  border-radius: 5px 0 0 5px;
  background-color: #333333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.float-container a:hover {
  margin-right: 0;
}

.float-container i {
  font-size: 31px;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 991px) {
  .cards.pros.container,
  .reviews.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: inherit !important;
  }
  .cards.pros.container .row,
  .reviews.container .row {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  #form .bord {
    border-right: none;
  }
  .navbar {
    background-color: #333333;
    margin-top: 0 !important;
  }
  .jumbotron {
    background-image: url("../img/lp/hero-cars-mob.png");
    min-height: 780px;
  }
  .jumbotron .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }
  .jumbotron .container {
    padding-top: 3rem;
  }
  .jumbotron h2 {
    font-size: 2rem;
  }
  .jumbotron h3 {
    font-size: 1.3rem;
  }
  #footer .container {
    flex-direction: column;
  }
  #footer.dark-section img {
    margin-right: 0;
  }
  #footer .contacts {
    margin-top: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
  #footer .contact {
    border-right: 1px solid #fff;
  }
  #footer .contact:last-child {
    border-top: none;
  }
  #form .container > h2 {
    padding: 1.5rem 0 0 !important;
  }
  #form .card-body {
    margin-top: 0.75rem;
  }
  #form .cards .card::after {
    left: calc(50% - 15px);
    top: -32px;
  }
  .hero-section {
    min-height: auto !important;
  }
  .hero-section .mask {
    position: relative !important;
  }
  .hero-section .container {
    max-width: 100%;
  }
  div.buttons {
    text-align: center;
  }
  div.buttons .btn {
    margin-top: 0.5rem;
  }
  #form .cards .card-container:nth-child(2) .card:after {
    content: "";
  }
  .float-container {
    display: none;
  }
}

@media (max-width: 575px) {
  #form .cards .card-container:nth-child(2) .card:after {
    content: "+";
  }
}

@media (max-width: 499px) {
  .dark-section.mission .container {
    flex-direction: column;
  }
  .mission .container > img {
    margin-bottom: 1.5rem;
  }
  .mission .container > div h2,
  .mission .container > div p {
    text-align: center;
  }
  .jumbotron {
    background-image: url("../img/lp/hero-cars-mob.png");
    min-height: 700px;
  }
  .jumbotron .container {
    padding-top: 3rem;
  }
  .navbar a.phone {
    font-size: 17px !important;
  }
  .navbar img.logo {
    max-height: 35px;
  }
  .navbar .navbar-brand {
    height: 50px;
  }
  .navbar .phone-container {
    height: 60px;
  }
}

@media (max-width: 330px) {
  .navbar a.phone i {
    font-size: 15px;
    margin-right: 3px;
  }
  .navbar a.phone {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {
  .navbar {
    background: url("../img/lp/nav-bg-tab.png") repeat-y center center;
  }
}

@media (min-width: 992px) {
  .navbar {
    background: url("../img/lp/nav-bg.png") repeat-y center center;
  }
  .navbar.fixed-top .navbar-nav {
    margin-left: auto; /* Push the phone number to the right side */
  }
}
@media (min-width: 1441px) {
  .jumbotron {
    min-height: 850px;
  }
  .jumbotron h2 {
    font-size: 3.5rem;
  }
  .jumbotron h3 {
    font-size: 2.7rem;
  }
  .jumbotron .btn {
    padding: 1rem 2rem !important;
    font-size: 1.5rem !important;
    margin: 0 10px;
  }
  #lp-navigation .container {
    max-width: 1800px;
  }
  .navbar {
    background: url("../img/lp/nav-bg-xl.png") repeat-y center center;
  }

  #lp-navigation .phone-container {
    padding-right: 150px;
  }
}
