
a {
  text-decoration: none;
}

img {
  width: 100%;
}


.txt_title {
  margin-bottom: 12px;
  font-size: 2em;
  font-weight: lighter;
  color: white;
}

@media screen and (min-width: 960px) {
  .txt_title {
    font-size: 4em;
  }
}

.txt_title_small {
  margin-bottom: 12px;
  color: #000;
  font-size: 1.7em;
  text-transform: uppercase;
}

.txt_paragraph {
  font-size: 1.1em;
  line-height: 1.4em;
}

.txt_important {
  display: block;
  color: #171717;
  font-weight: bold;
  line-height: 1.4em;
}

.btn {
  display: block;
  margin-top: 12px;
  width: 100%;
  height: 60px;
  color: #171717;
  background: #F4F4F4;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}

.btn:hover,.btn:active {
  color: #000;
  border: 2px solid #000;
}

.icon_more {
  position: absolute;
  padding: 6px;
  width: 28px;
  height: 28px;
  background: #F4F4F4;
  color: #171717;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}

.icon_more:hover,.icon_more:active,.icon_more.selectionne {
  transform: rotate(45deg);
  background: #000;
  color: #ffffff;
}

*,*::after,*::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section {
  padding: 24px;
}

.black {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .column_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 45px calc(calc(100% - 960px)/2) 48px;
  }
}

.home .js_hidden {
  display: none;
}

[data-type] {
  -webkit-animation: fadein 1s ease-in-out both;
  animation: fadein 1s ease-in-out both;
}

@media screen and (min-width: 960px) {
  .intro_information {
    background: #000;
  }
}

.intro {
  padding-bottom: 140px;
}

.intro .intro_content {
  margin: 12px auto;
  width: 320px;
}

@media screen and (min-width: 960px) {
  .intro {
    padding: 0px 0px 90px;
    width: calc(100% - 360px);
    font-size: 1.1em;
  }

  .intro .intro_content {
    margin: 0px;
    width: auto;
  }

  .intro .txt_paragraph {
    width: 55%;
    /*min-height: 160px;*/
    line-height: 1.7em;
  }
}

.information {
  margin: -100px auto 48px;
  padding: 36px;
  width: 360px;
  background: #ffffff;
  color: #8B8B8B;
  font-size: .8em;
  -webkit-box-shadow: 0px 3px 9px 14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 9px 14px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 960px) {
  .information {
    margin: 0px 24px 12px;
    border-radius: 12px;
  }
}

.car {
  position: relative;
}

.car .car_more .icon_more:nth-child(2) {
  top: 40%;
  left: 35%;
}

.car .car_more .icon_more:nth-child(1) {
  top: 10%;
  left: 55%;
}

.car .car_more .icon_more:nth-child(3) {
  top: 45%;
  left: 55%;
}

.car .car_more .icon_more:nth-child(4) {
  top: 40%;
  left: 68%;
}

@media screen and (min-width: 960px) {
  .car {
    margin: -100px auto 24px;
    width: 960px;
  }

  .car .car_content {
    pointer-events: none;
  }
}

.cta_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 24px auto;
  width: 280px;
  height: 130px;
  background: #932885;
  font-size: .8em;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 9px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px 14px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cta_content .cta_img {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: -70px;
  transform: scale(1);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cta_content .cta_img .cta_img_content {
  width: 100px;
}

.cta_content .cta_text {
  padding: 12px 12px 12px 36px;
  width: 220px;
  color: #ffffff;
  text-align: left;
  line-height: 1.2em;
}

.cta_content .cta_text .cta_title {
  margin-bottom: 5px;
  font-size: 1.4em;
  line-height: 1.4em;
  text-transform: uppercase;
}

.cta_content .cta_arrow {
  display: block;
  width: 60px;
  text-align: center;
  height: 130px;
  background: #ffffff;
  color: #932885;
  line-height: 130px;
}

.cta_content .cta_arrow i {
  text-indent: 0px;
  text-align: center;
  font-size: 1.8em;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.cta_content:hover,.cta_content:active {
  -webkit-box-shadow: 0px 3px 9px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 9px 14px rgba(0, 0, 0, 0.25);
}

.cta_content:hover .cta_img,.cta_content:active .cta_img {
  left: -60px;
  bottom: 15px;
  transform: scale(1.1);
}

.cta_content:hover .cta_arrow i,.cta_content:active .cta_arrow i {
  text-indent: 12px;
}

@media screen and (min-width: 960px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -30px;
	margin-bottom: 30px;
    padding: 0px 15%;
  }

  .cta .cta_content {
    z-index: 99;
    margin: 0px;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
  font-family:'GothamBook';src:url('https://axcentive.com/carcare/fonts/GothamBook.eot');src:url('https://axcentive.com/carcare/fonts/GothamBook.eot') format('embedded-opentype'),           url('https://axcentive.com/carcare/fonts/GothamBook.woff2') format('woff2'),           url('https://axcentive.com/carcare/fonts/GothamBook.woff') format('woff'),           url('https://axcentive.com/carcare/fonts/GothamBook.ttf') format('truetype'),           url('https://axcentive.com/carcare/fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
  font-family:'GothamBold';src:url('https://axcentive.com/carcare/fonts/GothamBold.eot');src:url('https://axcentive.com/carcare/fonts/GothamBold.eot') format('embedded-opentype'),           url('https://axcentive.com/carcare/fonts/GothamBold.woff2') format('woff2'),           url('https://axcentive.com/carcare/fonts/GothamBold.woff') format('woff'),           url('https://axcentive.com/carcare/fonts/GothamBold.ttf') format('truetype'),           url('https://axcentive.com/carcare/fonts/GothamBold.svg#GothamBold') format('svg');
}
