@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:ital,wght@0,400;0,500;1,400&display=swap');
html {
  font-size: 1rem;
  line-height: 24px;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2a2d35;
  overflow-x: hidden;
}
button {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
section {
  overflow: hidden;
  width: 100%;
}
button {
  outline: none !important;
}
a {
  color: #ed7d31;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*em {
	 color:#d0081a; 
}*/
sub,
sup {
  font-size: 50%;
}
sup {
  top: -0.75em;
}
/* flexbox css */
.flex-end {
  justify-content: flex-end;
}
.row-reverse {
  flex-direction: row-reverse;
}
.cursor-pointer {
  cursor: pointer;
}
/* font related css */
.fw-3 {
  font-weight: 300 !important;
}
.fw-4 {
  font-weight: 400 !important;
}
.fw-6 {
  font-weight: 600 !important;
}
.fw-7 {
  font-weight: 700 !important;
}
.fw-8 {
  font-weight: 800 !important;
}
.fw-9 {
  font-weight: 900 !important;
}
.font-12 {
  font-size: 0.75rem !important;
}
.font-13 {
  font-size: 0.8125rem !important;
}
.font-14 {
  font-size: 0.875rem !important;
}
.font-15 {
  font-size: 0.9375rem !important;
}
.font-16 {
  font-size: 1rem !important;
}
.font-18 {
  font-size: 1.125rem !important;
}
.font-20 {
  font-size: 1.25rem !important;
}
.font-24 {
  font-size: 1.5rem !important;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.lh-normal {
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.75rem;
}
/* Extra padding margin css */
.pt-100,
.py-100 {
  padding-top: 6.25rem;
}
.pb-100,
.py-100 {
  padding-bottom: 6.25rem;
}
.pt-80,
.py-80 {
  padding-top: 5rem;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem;
}
.pl-60 {
  padding-left: 3.75rem!important;
}
.pt-25,
.py-25 {
  padding-top: 1.5rem;
}
.pb-25,
.py-25 {
  padding-bottom: 1.5rem;
}
.mt-100,
.my-100 {
  margin-top: 6.25rem;
}
.ml-100 {
  margin-left: 6.25rem;
}
.mr-100 {
  margin-right: 6.25rem;
}
.mb-100,
.my-100 {
  margin-bottom: 6.25rem;
}
.mt-80,
.my-80 {
  margin-top: 5rem;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.rounded-lg {
    border-radius: 1rem!important;
}

/* btn css */
.btn:disabled {
  opacity: 1 !important;
  cursor: not-allowed;
}
.btn:focus {
  box-shadow: none;
}
.btn-blue {
  background-color: #0745df;
  color: #ffffff !important;
  font-size: 1.125rem;
  /* font-weight: 500; */
  border: none;
  border-radius: 30px;
  padding: 1rem 2.5rem;
  line-height: 18px;
  position: relative;
  text-align: center;
  min-width: 100px;
}
.btn-blue:focus,
.btn-blue:hover {
  color: #ffffff;
  background-color: #01a0ff;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0px 8px 22px 0px rgba(0, 42, 50, 0.22);
  -moz-box-shadow: 0px 8px 22px 0px rgba(0, 42, 50, 0.22);
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.22);
}

.header .logo img {
    max-height: 56px;
}
.hero-section, .hero-section.contact, .hero-section.about, .hero-section.privacy {
    opacity: 1;
    text-shadow: none;
    object-fit: cover;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    /* width: 100vw; */
    height: 100vh;
    padding-top: 2rem;
}
.hero-section.contact {
    background-image: linear-gradient(#0006, #0006), url(../assets/images/Autociel_Remarketing_Header_Contact_image.jpg);
}
.hero-section.about {
    background-image: linear-gradient(#000000a6, #000000a6), url(../assets/images/Autociel_Remarketing_Header_About_image.jpg);
}
.hero-section.privacy {
  height: 60vh;
  background-image: linear-gradient(#000000a6, #000000a6), url(../assets/images/cta.jpg);
}
.hero-section.privacy .hero-container {
  height: calc(60vh - 88px);
}
.hero-section .header .btn-blue {
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 24px;
}
.hero-section .header .navbar-nav {
    background-color: rgb(255 255 255 / 7%);
    line-height: 24px;
    border-radius: 2rem;
    padding: 1rem 1.75rem;
}
.hero-section .header .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding: 0 1.5rem;
}
.hero-section .header .navbar-nav .nav-item.active .nav-link {
    color: #01a0ff;
}
.hero-container {
    height: calc(100vh - 88px);
    color: #ffffff;
}
section.why .card .card-body {
    background-color: #f6f6f6;
    padding: 1.5rem;
}
.brand-section {
    border-bottom: 1px solid #b2b2b2;
}
.brand-section ul li .brand-image {
    filter: saturate(0%);
}
section.why .card .card-body:hover {
    background-color: #01a0ff;
    color: #ffffff;
}
.cta-2-section, .cta-section {
    object-fit: cover;
    background-image: linear-gradient(#0009, #0009), url(../assets/images/cta2.jpg);
    background-position: 0 0, 50% 18%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26vw;
    display: flex;
    color: #ffffff;
}
.cta-section {
    background-image: linear-gradient(#0009, #0009), url(../assets/images/cta.jpg);
}

.footer {
    padding-top: 3.5rem;
    background-color: #0745df;
    color: #ffffff;
}
.footer a {
    color: #ffffff;
}
.footer-navlink {
    font-size: 1.5rem;
}
.footer-bottom {
    border-top: 1px solid #376ae7;
}
.footer-newsletter {
    position: relative;
}
.footer-newsletter .form-control {
    height: 44px;
    width: 100%;
    font-size: 15px;
    color: #666363;
    border-radius: 2rem;
    border: none;
    padding: .75rem 1.5rem;
    padding-right: 3rem;
}
.footer-newsletter .btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    position: absolute;
    top: 3px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../assets/images/long-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
.contact-form {
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .2);
}
.contact-form .card-body {
    padding: 2.25rem;
}
.contact-form .card-body .form-control {
    border-radius: .375rem;
    padding: .5rem 1rem;
    height: 44px;
    font-size: .9375rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
.contact-form .card-body textarea.form-control {
    height: 120px;
}
.about-section .card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
.about-section .card .card-body {
    padding: 2rem;
}
.network-list li {
    width: 20%;
    margin: 0 2%;
}

.newsletter-modal .modal-content {
  border-radius: 0;
}
.newsletter-modal .left {
  width: 40vw;
  height: 90vh;
  background-image: url(../assets/images/modal-image.jpg);
  background-position: 37%;
  background-size: cover;
}
.newsletter-modal .right {
  padding: 1.25rem 3.5rem;
  position: relative;
  width: 60vw;
}
.newsletter-modal .right .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.newsletter-modal .right .form-control {
  border-radius: .375rem;
  padding: .5rem 1rem;
  height: auto;
  font-size: .9375rem;
  background-color: #f6f6f6;
  border-color: transparent;
}
.newsletter-modal .right .form-control::placeholder {
  color: #000000;
  font-weight: 500;
}
.newsletter-modal .right .form-control:focus {
  /* box-shadow: none; */
  border-color: #01a0ff;
}
.newsletter-modal .right .btn-blue {
  font-size: 1rem;
  font-weight: 500;
}
.toggle__button__container {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  border: none;
  flex-flow: row wrap;
  gap: 1rem;
  display: flex;
}
.toggle__button__container .toggle__button {
  position: relative;
  padding: .625rem 1rem;
  border: 1px solid rgb(0 0 0 / 50%);
  border-radius: 2rem;
  color: #000000;
  background-color: #ffffff;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  column-gap: 0.5rem;
  display: inline-flex;
  cursor: pointer;
  transition: background-color 350ms ease-in;
  width: 48%;
  margin: 0;
}
.toggle__button__container .toggle__button:has(:checked) {
  color: #ffffff;
  background-color: #01a0ff;
  border-color: #01a0ff;
}
.toggle__button__container .toggle__button input[type="checkbox"] {
  position: absolute;
  inset: 0;
  appearance: none;
  z-index: -1;
}
.toggle__button__container.type .toggle__button {
  width: 31%;
}
.newsletter-modal .modal-xl {
  max-width: 95vw;
}
ul.list-style {
  list-style-type: disc;
  padding-left: 1.5rem;
}
ul.list-style li {
  margin-bottom: .5rem;
}
.form-done {
  background-color: #dddddd;
  padding: 18px;
  font-size: 15px;
}
.mandate {
  color: red;
  background-color: #ffdcdc;
  text-align: center;
  padding: 10px;
}