@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

#headerAndBanner {
  background-image: url(../images/bannerBG.png);
  background-repeat: no-repeat;
  background-size: 70% 100%;
  background-position: left top;
  padding-bottom: 120px;
}
#headerAndBanner #header {
  padding: 1.5rem 0;
}
#headerAndBanner #header .contactUsBtn {
  padding: 1rem 2rem;
  font-weight: 600;
  color: #fff;
  background: #ef7324;
  font-size: 1.6rem;
}
#headerAndBanner #banner {
  padding: 5rem 0;
}
#headerAndBanner #banner .bannerTitle {
  font-family: "Roboto", sans-serif;
  font-size: 5.6rem;
  line-height: 1.25;
  font-weight: 700;
}
#headerAndBanner #banner .bannerTitle span {
  color: #ef7324;
}
#headerAndBanner #banner .bannerText {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.75rem 0;
}
#headerAndBanner #banner .bannerBtn {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 26px;
  margin-top:  28px;
  background: #ef7324;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.buttonAndDoddle img {
  margin-top: 38px!important;
}

.bannerBtn:hover {
  background-color: #ff9141!important;
}

#blogCards {
  background: #fff;
  padding: 8rem 0;
}
#blogCards .blogCardsCtrl .col-md-6:first-child {
  border-right: 1px solid #00000028;
}
#blogCards .blogCardsCtrl .card {
  max-width: 75%;
  border: none;
}
#blogCards .blogCardsCtrl .card .card-body {
  padding: 0;
}
#blogCards .blogCardsCtrl .card .card-title {
  font-size: 2.2rem;
  padding: 3rem 0 1.8rem 0;
  font-family: "Roboto", sans-serif;
  margin-bottom: -10px!important;
}
#blogCards .blogCardsCtrl .card .blogList {
  margin-bottom: 0;
}
#blogCards .blogCardsCtrl .card .blogList li {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding-top: 0.45rem;
  color: #ef7324;
}
#blogCards .blogCardsCtrl .card .blogList li span {
  color: #000;
}
#blogCards .blogCardsCtrl .col-md-6:last-child .card {
  margin: 0 0 0 auto;
}

.divider {
  display: block;
  width: 7rem;
  height: 0.1rem;
  background: #ef7324;
  margin: 1rem 0;
}

#combien {
  background: #fdf6f2;
  padding: 8rem;
  padding-bottom: 0;
}
#combien .combineLeft {
  padding-bottom: 8rem;
}
#combien .combineLeft .combienTitle {
  font-size: 4.6rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#combien .combienText {
  font-size: 1.6rem;
  color: #777777;
  font-family: "Roboto", sans-serif;
}
#combien .combineSmlTitle {
  padding-top: 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
#combien .combineList {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#combien .combineList li {
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 0.75rem;
  color: #ef7324;
}
#combien .combineList li span {
   color: #000;
  font-weight: 400;
}
#combien .combineRight {
  background: #fff;
  padding: 3.5rem 4rem;
  padding-bottom: 0;
  border-radius: 1rem 2.5rem 0 0;
  -webkit-border-radius: 1rem 2.5rem 0 0;
  -moz-border-radius: 1rem 2.5rem 0 0;
  -ms-border-radius: 1rem 2.5rem 0 0;
  -o-border-radius: 1rem 2.5rem 0 0;
}
#combien .combineRight .exemTitle {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
#combien .combineRight .sampleExample {
  border-bottom: 1px solid #00000021;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#combien .combineRight .sampleExample .card {
  border: none;
}
#combien .combineRight .sampleExample .card .card-body {
  padding: 0;
}
#combien .combineRight .sampleExample .card .card-text {
  font-size: 1.4rem;
  padding-bottom: 0.75rem;
}
#combien .combineRight .sampleExample .card .card-title {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 0.5rem;
}
#combien .combineRight .sampleExample .semiTitle {
  font-size: 1.8rem;
  font-weight: 500;
}
#combien .combineRight .sampleExample .semiTitle span {
  font-size: 3rem;
}
#combien .borderNone {
  border: none !important;
}

#nousBrands {
  padding: 5rem 0;
}
#nousBrands .allBrandsCtrl .divider {
  margin: 0 auto;
}
#nousBrands .allBrandsCtrl .sectionTitle {
  font-size: 4.6rem;
  font-weight: 500;
  text-align: center;
  padding: 3.5rem 0;
  padding-bottom: 0;
}
#nousBrands .brands .card {
  border: none;
  padding: 4rem 0;
  text-align: center;
}

#contact {
  padding: 7rem 0;
  background-image: url(../images/contactBG.jpg);
  background-repeat: no-repeat;
  background-size: 25% 100%;
}
#contact .contactLeft {
  background: #ef7324;
  height: 100%;
  border-radius: 0 2rem 0 2rem;
  -webkit-border-radius: 0 2rem 0 2rem;
  -moz-border-radius: 0 2rem 0 2rem;
  -ms-border-radius: 0 2rem 0 2rem;
  -o-border-radius: 0 2rem 0 2rem;
  padding: 6rem;
}
#contact .contactLeft .cliviTitle {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
}
#contact .contactLeft .address {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding-top: 1rem;
}
#contact .contactLeft .address a {
  text-decoration: none;
  color: #fff;
}
#contact .contactRight {
  padding-left: 5rem;
}
#contact .contactRight .contactTitle {
  font-size: 4.6rem;
  font-weight: 500;
}
#contact .contactRight .singleInput {
  padding-top: 2.5rem;
}
#contact .contactRight .singleInput label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  padding-bottom: 1rem;
  cursor: pointer;
}
#contact .contactRight .singleInput label span {
  color: #ef7324;
  padding-left: 0.3rem;
}
#contact .contactRight .singleInput input,
#contact .contactRight .singleInput textarea {
  padding: 2.25rem 2rem;
  background: #f5f5f5;
  border: none;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
#contact .contactRight .submitBtn {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 1rem 1rem 1rem;
  border: none;
  border-bottom: 0.2rem solid #ef7324;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#contact .contactRight .submitBtn:hover {
  color: #ef7324;
}

#footer {
  padding: 5rem 0;
}
#footer p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #777777;
}

#footer .copyright {
  color: #111;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  html {
    font-size: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  html {
    font-size: 8px;
  }
  #headerAndBanner #banner .bannerTitle,
  #nousBrands .allBrandsCtrl .sectionTitle,
  #combien .combineLeft .combienTitle,
  #contact .contactRight .contactTitle {
    font-family: "Roboto", sans-serif;
    font-size: 4.25rem;
  }
  #headerAndBanner #banner .bannerTitle br,
  #nousBrands .allBrandsCtrl .sectionTitle br,
  #combien .combineLeft .combienTitle br,
  #contact .contactRight .contactTitle br {
    display: none;
  }
  #nousBrands .brands .card {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    overflow: hidden;
    padding: 0 2.4rem;
  }
  html {
    font-size: 8.5px;
  }
  #banner .row {
    flex-wrap: wrap-reverse;
  }
  #blogCards .blogCardsCtrl .col-md-6:first-child {
    border: none;
  }
  #headerAndBanner #banner .bannerTitle,
  #nousBrands .allBrandsCtrl .sectionTitle,
  #combien .combineLeft .combienTitle {
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
  }
  #headerAndBanner {
    background-image: url(../images/bannerBG.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: left top;
    margin-bottom: -150px!important;
  }
  #headerAndBanner #banner .bannerTitle {
    padding-top: 3rem;
  }
  #blogCards .blogCardsCtrl .card {
    max-width: 100%;
    border: none;
    margin-bottom: 6rem;
  }

  #combien {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  #nousBrands .brands .card {
    border: none;
    padding: 0;
    text-align: center;
  }
  #nousBrands .brands {
    padding-top: 4rem;
  }
  #contact .contactRight {
    padding-left: 1.5rem;
    padding-top: 5rem;
  }
  #contact {
    padding: 7rem 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 25% 100%;
  }
  #footer p {
    padding-bottom: 2rem;
  }
}
