@charset "UTF-8";

/*************************************
PRESTIGE RENTAL CARS
**************************************/

@font-face {
  font-family: TrumpGothicPro-Medium;
  src: url(../fonts/TrumpGothicPro-Medium.woff); }

@font-face {
  font-family: TrumpGothicPro;
  src: url(../fonts/TrumpGothicPro.woff); }

/********************
GENERAL
********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

html, body{
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0;
  box-sizing: border-box;
  background-color: #1C1C1C;

  -webkit-font-smoothing: antialiased;
  -moz-osx-​font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  position: relative;
}

@media screen and (max-width:500px){
  #magicMouseCursor{
    display: none!important;
    height: 0!important;
    width: 0!important;
  }
}

/********************
FONTS
********************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #D9DEE6; 
  font-family: "TrumpGothicPro";
  font-weight: bold;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.titles {
  font-size: 40px;
}

p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 23px;
  color: #D9DEE6; 
}

a {
  color: white;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #A88873; 
}



.preloader-container {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	position: fixed;
	z-index: 3000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #1C1C1C;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
}


/* SELECTION
-------------------------------------------------- */
::-moz-selection {
  /* Code for Firefox */
  background: #A88873;
  color: #1C1C1C; }

::selection {
  background: #A88873;
  color: #1C1C1C; }

/* SECTION GENERAL
-------------------------------------------------- */
.section__flex {
  align-items: center;
  justify-content: center;
  display: flex; }

/** ====== PAGES & ARCHIVES ======  **/
/* 404, INDEX, SINGLE
-------------------------------------------------- */
.message-theme {
  padding-top: 12rem;
  min-height: 41rem; }

.page nav {
  padding-top: 0 !important;
  background: #D9DEE6; }

@media (min-width: 768px) {
  .page {
    padding-top: 12.143rem; } }

.error-page {
  padding-top: 3.571rem;
  background-color: #1C1C1C; }

.error-page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh; }
  .error-page-content h1 {
    color: white; }

.error-page svg {
  max-width: 28rem; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-text input,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea,
div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-first,
div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-middle,
div.wpforms-container-full .wpforms-form input[type=email].wpforms-field-email-primary,
div.wpforms-container-full .wpforms-form input[type=email].wpforms-field-email-confirmation,
.wpforms-form input[type="email"] {
  color: #ccc !important; }

@media screen and (min-width:767px){
  /** CURSOR MAGICMOUSE **/
  body #magicMouseCursor {
    position: fixed;
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    border-radius: 50%;
    z-index: 9999;
    left: 0;
    top: 0;
    transition: transform 0.07s, width 0.3s, height 0.3s;
    pointer-events: none; }
  
  body #magicMouseCursor:hover {
    border: none; }
  
  body #magicMouseCursor.cursor-square {
    border-radius: 0; }
  
  body #magicPointer {
      mix-blend-mode: difference;
      z-index:3000;
    height: 15px;
    width: 15px;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s; }
  
  body #magicPointer.pointer-blur {
    height: 42px;
    width: 42px;
    background: none;
    border: none;
    box-shadow: 0px 0px 15px -5px white; }
  
  body #magicPointer.pointer-overlay {
    height: 50px;
    width: 50px;
    mix-blend-mode: difference;
    box-shadow: 0px 0px 15px -5px white; }
  
  body .magic-hover {
    transition: all 0.2s; }

}
  
body .magic-hover:hover {
  cursor: none; }

/* FOOTER */
footer {
  background-color: #D9DEE6; 
}

footer a, footer p, footer li, footer span{
  color: #1C1C1C;
}

footer p {
  line-height: 1.4; 
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none; 
}

footer ul li {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  footer ul li a {
  font-size: 14px; /*body*/
  } 
}

footer ul li a:hover {
  color: #A88873;
  text-decoration: none; }

footer ul li span {
  padding-right: 0.3571rem;
  font-size: 1.429rem; }

.contact__row {
  padding: 30px 0; 
  margin-bottom: 20px;
}
 
.contact__logo img {
  width: 90%; 
}

#menu-submenu-footer li {
  margin-right: 30px;
}

#menu-submenu-footer li a{
  color:#1C1C1C;
  font-weight: 300;
}

@media screen and (max-width:500px){
  .contact__logo{
    max-width: 260px;
    text-align: center;
    margin: 0 auto;
  }
  .contact__logo{
    margin-bottom: 10px;
  }
  .contact__row{
    padding: 50px 0 40px 0;
  }
}

.contact__social li:last-child{
  margin-right: 0;
}
 
#menu-footer {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1124px){
  #menu-footer{
    width: 100%;
  }
}

#menu-footer .submenu li {
  padding-bottom: 10px; 
}

@media screen and (max-width: 500px) {
  #menu-footer {
    flex-wrap: wrap; 
  } 
}

#menu-footer_inlinelist li a {
  margin-right: 30px; 
}

.menu-footer-container {
  width: 100%; 
}
 
.contact__menu h6 {
  display: block;
  font-family: "TrumpGothicPro";
  font-size: 28px;
  color: #5C5C5C;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .contact__menu h6{
    margin: 10px 0; 
    font-size: 28px;
  } 
}
 
.title-submenu a{
  font-family: "TrumpGothicPro";
  font-size: 32px;
  color: #5C5C5C;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none;
}

.sub-menu .menu-item a{
  pointer-events: all!important;
}

.contact__menu .sub-menu {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px; 
}

.contact__menu .sub-menu a{
  text-transform: initial;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 5px 0;
  display: block;
}

@media screen and (min-width: 1200px) {
  .contact__menu .sub-menu {
    margin: 20px 0 0 0;
  } 
}

@media screen and (max-width: 500px) {
  .contact__menu .sub-menu a {
    font-size: 0.9em; } 
}

.contact__menu p {
  font-size: 1em;
  margin-bottom: 15px;
  text-transform: uppercase; }

.contact__menu.__last {
  margin-top: 40px;
  margin-bottom: 40px; }

.contact__menu.__last h6, .contact__menu.__last img {
  display: inline-block; }

.contact__menu.__last img {
  margin-left: 20px; }

@media screen and (min-width: 1200px) {
  .contact__menu.__last img {
    margin-top: -12px; } 
  }

.footer_inlineList li a {
  font-weight: 500;
  font-size: 1em;
  margin-right: 30px; }

.contact__copyright {
  background: #CED3DB;
  width: 100%;
  padding: 40px 0;
}

@media screen and (min-width:768px){
  .contact__copyright{
    margin-top: 40px; 
    padding: 30px 0;
  }
}

.contact__copyright p {
  margin-top: 0;
  font-weight: 300;
}

.contact__copyright span {
  color: #7B7B7B;
  font-size: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 500px){
  .contact__copyright span {
    margin-bottom: 20px; 
    display: block;
  }
}

.contact__copyright .__virtuoz a {
  text-decoration: none; 
}

#contact > div.contact__copyright > div > div > div:nth-child(2) > div > a > p {
  text-align: left;
}

@media screen and (min-width: 991px) {
  #contact > div.contact__copyright > div > div > div:nth-child(2) > div > a > p {
    margin: 20px 0 0 0; 
  } 
}

@media screen and (min-width: 1200px) {
  #contact > div.contact__copyright > div > div > div:nth-child(2) > div > a > p {
    text-align: right;
    margin: 0 0 0 20%; 
  } 
}

.suisse-location-footer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px; 
}

@media screen and (max-width:500px){
  .suisse-location-footer{
    margin: 40px 0;
  }
}

.suisse-location-footer::before {
  content: url("../img/footer/swiss-icon-footer.svg");
  width: 35px;
  height: 24px; 
  margin-right: 10px;
}

#menu-footer_inline li a {
  margin-right: 30px; 
}

@media screen and (max-width: 500px) {
  footer #menu-footer_inline li a, footer #menu-footer_inlinelist li a {
    font-size: 0.9em;
    margin-right: 17px; 
  } 
}

/** ====== BRANDS & CAR TYPES ======  **/
/* ------------------ STRIPES BACKGROUND ------------------*/
 
.title-row {
  height: 20vh;
  display: inline-flex;
  justify-content: space-between;
  align-items: center; 
}

.title-row .swiper-container {
  margin-left: 0;
  margin-right: auto; }
 
#category-section form {
  display: inline-flex; }

#category-section .col-lg-6 {
  display: flex;
  align-content: flex-end;
  justify-content: space-between; }

#category-section {
  height: 100%; }

#category-section .col-lg-6 {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
}

#category-section .owl-limit {
  width: 40vw; 
}

.car-card {
  padding: 0;
  margin-top: 10%; 
}

.mainContainer{
  /*background-color: red;*/
  min-height: 100%;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .car-card {
    width: 100%; 
    margin: 10% 0 10% 0; 
  }
}

@media screen and (min-width: 991px) {
  .car-card {
    max-width: 80%;
  } 
}
    
.car-card .__image {
  text-align: center;
  background: #fff;
  height: 50%;
  width: 100%;
  }

@media screen and (max-width: 500px) {
  .car-card .__image img {
    max-width: 300px; } 
}

.car-card .__link {
  margin-top: 30px; }

.car-card .__title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; 
  min-height: 55px;
}

.car-card .__title,
.car-card .__link {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center; }

.car-card .__title h3,
.car-card .__link h3 {
  color: #D9DEE6;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: left; }

.car-card .__title img,
.car-card .__link img {
  width: 100%;
  max-width: 50px;
  height: auto; }

.car-card .__description p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.8rem; 
  font-size: 15px;
}

.car-card .__description p span {
  align-self: flex-end; 
}

.cover-category{
  width: 100%;
    aspect-ratio: 5 / 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    
}

.car-card .__description hr {
  margin-top: 1px;
  margin-bottom: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 1px; 
}

.car-card .__link strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #A88873; 
}

.car-card .__link a {
  color: #A88873; 
}

.car-card .__link a svg{
  margin-left: 10px;
}

.car-card .__link .button-icon {
  text-transform: uppercase;
  flex-direction: row-reverse;
  font-size: 13px;
  color: #A88873; }


/* ------------------ STRIPES BACKGROUND ------------------*/
 
#category-section button {
  background: none;
  border: none; }

#category-section .swiper-slide {
  flex-shrink: 0;
  width: 8vw;
  height: 100%;
  position: relative;
  transition-property: transform; }

#category-section form {
  display: inline-flex; }

#category-section .col-lg-6 {
  display: flex;
  align-content: flex-end;
  justify-content: space-between; }

#category-section {
  padding: 30px 0; }

@media (min-width: 991px) {
  #category-section {
    padding: 100px 0; }
}

@media screen and (max-width: 500px) {
  #category-section form {
    display: inline-flex;
    align-items: baseline;
    justify-content: space-around;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap; 
}
  #category-section .swiper-slide {
    flex-shrink: 0;
    width: 23vw;
    height: 10vh; 
}
  #category-section .swiper-slide img {
    width: 17vw; 
  } 
}

/************************* HERO *************************/
#main{
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.container-hero{
  height: 100vh;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
    max-width:1700px;
  flex-wrap: wrap;
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (max-width: 500px){
  .container-hero{
    height: 93vh;
  }
}

.splide__slide{
  margin-right: 20px;
   
}

.filter-button{
    width:120px;
}

.splide__slide a img {
  
    opacity: .6;
     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    cursor: pointer;
    width:100%;
    transition: all .3s;
}

.splide__slide:hover a img {
    opacity:1;
     filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
        transition: all .3s;

    
}

.splide__list button.filter-button:hover, .splide__list button.filter-button:focus, .splide__list button.filter-button:active {
    opacity:1;
    transition: all .3s;
    outline:none;
    
}
 .splide__list .filter-button {
    opacity:.5;
    transition: all .3s;
}

@media screen and (min-width: 991px){
  .splide__slide{
    width: calc(7%)!important;
  }
  
}

/*.splide__slide:nth-child(1){
  background-color: royalblue;
}*/

.hero-column {
  color: #fff;
  padding: 10px;
}

.hero-title{
  height: auto; /* adaptavel ao container-hero */
  align-self: flex-end;
  width: 100%;
}

@media screen and (min-width:420px){
  .hero-title h1{
    font-size: 50px;
  }
}
 
.hero-title h1 span{
  color: #A88873; 
}

@media screen and (min-width:1200px){
  .hero-title h1{
    font-size: 75px;
    letter-spacing: 5px;
  }
     .container-hero{
    padding: 3% 7%;
  }
    
}

.hero-carousel {
  height: auto; /* adaptavel ao container-hero */
  align-self: flex-end;

}

@media screen and (max-width:991px){
  .hero-carousel {
    /*background-color: red;*/
  }
}

@media screen and (min-width:991px){
  .hero-carousel {
    width: 80%;
    max-width: 80%;
  }
}

.hero-carousel p{
  font-size:13px;
}

.hero-carousel{
  /*padding-bottom: 8%;*/
}

@media screen and (min-width:767px){
  .hero-carousel, .hero-video{
    margin-bottom: 3%;
    padding-bottom: 1%;
  }
  .hero-column .owl-carousel .owl-stage{
    width: 100%!important;
  }
}

@media screen and (max-width:320px){
  .hero-column .owl-carousel.owl-drag .owl-item {
    margin-right: 5px!important;
  }
}
 
.hero-column .owl-carousel .owl-item img{
  width: auto;
}
.hero-column .owl-item{
  width: auto!important;
}

.hero-video{
  align-self: flex-end;
}

@media screen and (max-width:767px){
  .hero-video{
    display: none;
  }
}

/********************
 VIDEO BUTTON
********************/
.hero_video_icon:hover{
  background: #ffffff40;
  border-radius: 150px;
  transition: .2s;
}

/********************
 CATEGORIE
********************/
@media screen and (max-width:991px){
  #titleLeft,#news,#titleRight,#titleClients{
    display: none;
  }
}

#titleLeft{
  transform: translateY(-50%);
  left: 800px;
  position: absolute;
  z-index: -1;
}

#titleRight{
  transform: translateY(-50%);
  right: 800px;
  position: absolute;
  z-index: -1;
}

.link_area{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}

@media screen and (min-width:991px){
  .link_area{
    transform: translateX(-50px);
  }
}

.link_area span{
  color: white;
  text-transform: uppercase;
  transform: translateX(-20px);
}

/********************
 NEWS
********************/
#news{
  transform: translateY(-50%);
  right: 800px;
  position: absolute;
  z-index: -1;
}

._news{
  margin: 30px 0;
  transform: none;
}

#events {
  padding: 20px 0px;
  overflow: hidden;
}

#events ul{
  list-style: none;
  padding: 0;
}
#events li{
  margin:10px 0;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  #events {
    padding: 0;
    height: 90vh; } 
  }

  #events .events__title {
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }


@media screen and (min-device-width: 1200px) {
  #events .events__title {
    margin-bottom: 6vh;
  }
}

/********************
 LOUER UNE VOITURE
********************/

#call-louer {
  min-height:200px;
    padding: 100px 0;
  cursor: pointer; }

.call-louer_tittle {
  text-transform: uppercase;
  font-size: 55px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #D9DEE6; 
  
}

.call-louer_box:hover a h2{
 color:white;
    transition:.2s;
    transition-delay: 1.3s;
    
}

.call-louer_box a h2{

    transition:.2s;
    transition-delay: 0;
    
}

@media screen and (min-width: 768px) {
.call-louer_tittle {
  font-size: 70px; } 
}

@media screen and (min-width: 1200px) {
  .call-louer_tittle {
    font-size: 90px; } 
}

.call-louer_box {

  min-height: 200px;
}

.call-louer_box a{

  z-index:1;
}

.call-louer_box a:hover {
  text-decoration: none; 
}

.call-louer a:hover, .call-louer a {
  color: unset !important;
  cursor: pointer;
  opacity: 1;
  -webkit-text-fill-color: unset !important;
  text-fill-color: unset !important;
  text-decoration: none;
   
}

.color-animation {
  background: #A88873;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  transition: 1s ease-in-out;
    transition-delay: .3s;
    z-index:0;
}

.call-louer_box:hover > .color-animation {
  width: 100%; 
}

.call-louer_box:hover > .call-louer_tittle {
  color: #1C1C1C !important;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.call-louer_box:hover ~ a {
  color: #1C1C1C !important;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; 
}

/********************
 GLOBAL
********************/
.title{
  text-transform: uppercase;
  font-family: "TrumpGothicPro";
}
 
/********************
 NOS CLIENTS
********************/
#titleClients{
  transform: translateY(-50%);
  left: 800px;
  position: absolute;
  z-index: -1;
}

.clients {
  padding: 40px 0px;
  position: relative;
  min-height: 60vh;
  display: block; 
}
  
@media screen and (min-device-width: 1200px) {
  .clients_content{
    margin-top: 25%;
  }
}

@media screen and (min-width: 768px) {
  .clients {
    align-items: center;
    vertical-align: middle;
    justify-content: space-around;
    display: flex; } 
  }

@media screen and (min-width: 1200px) {
  .clients {
    padding: 120px 0px; } 
  }

.prestige_user {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin: 0 0 0 60%;
  top:10%;
}

@media screen and (max-width: 500px) {
  .prestige_user {
    display: none; } 
}

.prestige_user svg:first-child {
  height: 90px;
  padding: 5px; 
}

.prestige_user .prestige_user_label {
  transition: all 0.2s ease-in-out; }

.prestige_user .prestige_user_label svg {
  position: absolute;
  left: -90%;
  top: -90%;
  height: 280%;
  width: 280%;
  pointer-events: none;
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running; }

.prestige_user .prestige_user_label svg text {
  font-size: 18px;
  letter-spacing: 2px;
  fill: #A88873;
  text-transform: uppercase; }
      
.prestige_user:hover .prestige_user_label svg {
  animation-play-state: paused; }

/********************
 SERVICES
********************/
.services__item {
  position: relative;
  margin: 20px;
    overflow:hidden;
}

@media screen and (min-width: 991px){
  .services__item {
    margin: 0 0 20px 0; 
  }
}

.services__item span{
  text-transform: uppercase;
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  color: #D9DEE6;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; 
}

.services__item img {
  width: 100%;
  height: auto;
      transition: all 0.5s 0s ease; 

}
 
.services__item h6 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "TrumpGothicPro";
  z-index: 1;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  color: #D9DEE6;
  text-transform: uppercase;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; 
  width: 100%;
}
  
@media screen and (max-width: 500px) {
  .services__item h6 {
    font-size: 25px; } 
}

.services__item:hover h6{
  margin-bottom: 10px;
  z-index: 2; 
      transition: all 0.5s 0s ease; 

}

.services__item:hover img {
  transform: scale(1.1);
}

.services__item:hover span {
  margin-bottom:15px;
  z-index: 2; 
}

.services__item::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(22,22,22);
background: -moz-linear-gradient(180deg, rgba(22,22,22,0) 48%, rgba(0,0,0,0.7189469537815126) 100%);
background: -webkit-linear-gradient(180deg, rgba(22,22,22,0) 48%, rgba(0,0,0,0.7189469537815126) 100%);
background: linear-gradient(180deg, rgba(22,22,22,0) 48%, rgba(0,0,0,0.7189469537815126) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161616",endColorstr="#000000",GradientType=1);
      transition: all .5s; 

  
}



.services__item:hover::before {
  content: "";
  opacity:.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .5s; 
}  

/********************
 SERVICES PAGE
********************/
#services {
  min-height: 50vh;
  padding: 70px 0; 
}

#services .services___sub,
#services .services___tittle {
  color: #D9DEE6; }

#services .services___tittle {
  font-size: 40px;
  color: #D9DEE6;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-top: 15px; }

@media screen and (min-width: 1200px) {
  #services .services___tittle {
    font-size: 3.077rem;
    margin-top: 5px; } 
  }

#services .services___sub {
  font-size: 13px;
  display: block;
}

@media screen and (min-width: 1200px) {
  #services .services___sub {
    margin-top: 0px;
    font-size: 15px; } 
  }

/********************
 NOUS LIVRONS VOTRE VOITURE
********************/
.nous-livrons{
  text-transform: uppercase;
  height: 100vh;
  background: url("../img/nous-livrons/nous-livrons.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  padding-top: 5rem;
}

@media screen and (min-width:991px){
  .nous-livrons{
    padding-top: 3rem;
    background-attachment: fixed;
  }
}

.nous-livrons h2, .nous-livrons p{
  color: white;
}
.nous-livrons h2{
  font-size: 35px;
  letter-spacing: 3px;
}

@media screen and (min-width:768px){
  .nous-livrons h2{
    font-size: 50px;
  }
  .nous-livrons p{
    font-size: 20px;
  }
}

@media screen and (min-width:991px){
  .nous-livrons h2{
    font-size: 30px;
  }
  .nous-livrons p{
    font-size: 16px;
  }
}

.nous-livrons p {
  margin-top: 0;
}

@media screen and (max-width:500px){
  .nous-livrons p {
    font-size: 16px;
  }
  .nous-livrons{
    height: 80vh;
  }
}

@media screen and (min-width:1200px){
  .nous-livrons{
   padding-top: 6rem;
  }
  .nous-livrons h2{
    font-size: 60px;
  }
}

/********************
 Rental Car
********************/
#rentalcar {
  display: block;
  margin: 40px 0; 
}

#rentalcar ._news{
  margin: 10px 0!important;
}

@media screen and (min-width: 1200px) {
  #rentalcar {
    margin: 120px 0; 
  } 
}

#rentalcar ul {
  list-style-image: url("../img/icons/check.svg"); }

#rentalcar h2 {
  color: #d9dee6;
  text-transform: uppercase;
  font-size: 40px;
  margin: 30px 0;
  text-align: left; 
}

@media screen and (min-width: 768px) {
  #rentalcar h2 {
    margin: 0px;
    text-align: center; 
  } 
}

@media screen and (min-width: 1200px) {
  #rentalcar h2 {
    padding-left: 20px;
    margin-bottom: 5rem;
    font-size: 40px; 
  } 
  .service-item:nth-child(1),.service-item:nth-child(3){
    position: relative;
    top:30px;
  }
}

.service-item{
  margin:30px 0;
}
@media screen and (min-width: 991px) {
  .service-item{
    margin:10px 0;
  }
}

.service-item ul{
  padding-left: 20px;
}

.service-item p{
  line-height: 1.8;
}

.service-item h3{
  text-transform: initial;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 25px;
}

.service-item ul li{
  color: #D9DEE6;
  margin-bottom: 10px;
  line-height: 1.5;
}

.service-item .service-item-image{
  width: 100%;
}


/********************
 Ne Ratez Rien
********************/
#cta-form {
  background: url("../img/ratez-rien/ne-ratez-rien.jpg");
  background-size: contain;
  background-size: cover;
  background-position: center;
  background-attachment: inherit;
  width: 100%;
  height: 100vh;
  padding: 50px 0px 50px 0px; }

@media screen and (max-width: 500px) {
  .box-form {
    margin-top: 2rem;
    margin-bottom: 2rem; 
  } 
}

.box-form input {
  background: none;
  border-bottom: 1px solid #707070;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  margin-top: 2rem;
  font-family: 'Poppins', sans-serif;
  color: #888888;
  letter-spacing: 0.5px;
  font-size: 13px;
  width: 10vw; }

@media screen and (min-device-width: 1200px) {
  .box-form input {
    width: calc(14rem - 20px); 
  } 
}

@media screen and (min-width: 768px) {
  .box-form input {
    width: calc(18rem - 20px); 
  } 
}

@media screen and (max-width: 500px) {
  .box-form input {
    width: 100%; 
  } 
}

.box-form_email {
  margin-bottom: 4rem; }

.box-form .box-form_email {
  width: 21vw; }

@media screen and (min-device-width: 1200px) {
  .box-form .box-form_email {
    width: calc(27.5rem - 20px); 
  } 
}

@media screen and (min-width: 768px) {
  .box-form .box-form_email {
    width: calc(36rem - 20px); 
  }
}

@media screen and (max-width: 500px) {
  .box-form .box-form_email {
    width: 100%; 
  } 
}

.cta_tittle {
  color: #D9DEE6;
  text-transform: uppercase;
  font-size: 3rem;
  align-self: flex-start; }

.cta_text {
  margin-top: 2rem;
  width: 65%; }

@media screen and (max-width: 500px) {
  .cta_text {
    width: 100%;
    text-align: justify; 
  } 
}
    
@media screen and (min-width: 768px) {
  .cta_text {
    width: 100%;
    text-align: justify;
    margin-bottom: 3vh; 
  } 
}

.form-control {
  padding: 0px; }

#cta-form .form-control:focus {
  background: none;
  border-bottom: 1px solid #A88873;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none; 
}
 
/* ------------------ STRIPES BACKGROUND ------------------*/
@media screen and (min-width: 767px) {
  .stripes {
    background: url("../img/hero/hero-linne-background.svg") top center no-repeat;
    background-size: auto;
    background-repeat: repeat;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 105vh; 
  } 
}

@media screen and (min-width: 1200px) {
  .stripes {
    background: url("../img/hero/hero-linne-background.svg") center center repeat;
    background-size: contain;
    height: 105vh; 
    left: 13%;
  } 
}

/* Marcação Overflow */
div.hero-zoom {
  width: 100%;
  height: 100%;
  max-width:100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute; 
  background-size: cover;
  z-index: -1;
}

@media only screen and (orientation: landscape) {
  div.hero-zoom.mobile-hero {
    display: none; 
  } 
}

@media only screen and (orientation: portrait) {
  div.hero-zoom.desktop-hero {
    display: none; 
  } 
}

div.hero-zoom img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -1; 
  overflow: hidden;
}

div.overlay-hero {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); }

.box span {
  width: 15px;
  height: 15px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite; }

.box span:nth-child(2) {
  animation-delay: -0.2s; }

.box span:nth-child(3) {
  animation-delay: -0.4s; }

@keyframes animate {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate(10px, 10px); }
  100% {
    opacity: 0; } 
}

.modal-dialog{
  margin: 6rem auto;
}

.modal-body{
  padding: 0;
}

#videoModal svg{
  color: #A88873;
  fill: #A88873;
  width: 40px;
  height: 40px;
}

#videoModal .modal-dialog{
  text-align: right;
}

.services__extra .services__extra_col {
  border-top: 1px solid #858585;
  border-right: 1px solid #858585; 
}

.services__extra .services__extra_col:nth-child(2) {
  border-right: none; }

.services__extra a {
  display: block;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .services__extra a svg {
    margin-left: 5px; }

.services__extra .vehicules {
  color: #A88873; }

#categoriesPage {
  padding: 60px 0px;
  min-height: 350px;
  align-items: center; 
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  #categoriesPage {
    min-height: 250px; 
  } 
}

@media screen and (min-device-width: 1200px) {
  #categoriesPage {
    min-height: 450px;
    padding: 120px 0px; 
  } 
}

#categoriesPage h2 {
  font-size: 40px;
  color: #D9DEE6;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 10px 0px; 
}

@media screen and (min-device-width: 1200px) {
  #categoriesPage h2 {
    margin: 0px 0px 20px 0px; 
  } 
}

#categoriesPage ul {
  list-style-type: none;
  margin: 0 auto;
  align-self: flex-start; 
}

@media screen and (max-width: 500px) {
  #categoriesPage ul {
    align-self: flex-start;
    margin-block-start: 0px;
    padding-inline-start: 0px;
    margin-block-end: 10px; 
  } 
}

#categoriesPage ul li {
  list-style-type: none; 
}

#categoriesPage ul li a:hover {
  text-decoration: none;
  color: #A88873; 
}

/* ----- CATEGORIES LIST ITEM ----- */
.categories_list_item {
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #D9DEE6;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-between; 
}

.categories_list_item__divisor {
  stroke: #d9dee6;
  padding: 3rem;
  position: relative;
  transition-duration: .5s; 
}

@media screen and (max-width: 500px) {
  .categories_list_item__divisor {
    content: none;
    display: none; 
  } 
}

.categories_list li {
  list-style: none;
}

#categoriesPage ul li a:hover > .categories_list_item:hover,
.archiveAllCars ul li a:hover > .categories_list_item:hover {
  color: #A88873;
  transition: color .5s ease; }

#categoriesPage ul li a:hover > .categories_list_item__divisor,
.archiveAllCars ul li a:hover > .categories_list_item__divisor {
  transform: rotate(77deg);
  stroke: #A88873; }

.categorie_ul {
  margin-top: 50px !important; }

@media screen and (min-width: 768px) {
  .categorie_ul {
    padding: 0; } 
}

.categorie_ul li {
  margin-bottom: 20px; }

.categorie_ul li a {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Poppins', sans-serif; 
}
  
.categorie_ul li svg {
  padding-right: 15px; }

/********************
 ANIMATION
********************/
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  50% {
    transform: rotate(45deg); }
  75% {
    transform: rotate(-45deg); }
  to {
    transform: rotate(0deg); } }

@keyframes rotate {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }


/********************
 WP FORMS
********************/ 
.wpforms-field-container {
  border-radius: 13px !important;
  background: #1C1C1C !important;
  padding-bottom: 10% !important;
  margin-bottom: 2% !important;
  padding-left: 7% !important;
  padding-right: 7% !important; }

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  font-family: 'Poppins', sans-serif;
  color: #888888;
  letter-spacing: 0.5px;
  font-size: 1em !important; }

#wpforms-309-field_1 ,#wpforms-309-field_2,#wpforms-309-field_3,#wpforms-309-field_4,
div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-first, div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-last {
  background: none !important;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #707070;
  border-radius: 0px;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  color: #888888;
  letter-spacing: 0.5px;
  font-size: 1em !important; 
}
div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-first:focus, div.wpforms-container-full .wpforms-form input[type=email]:focus, div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-last:focus {
  border-bottom: 1px solid #A88873 !important; 
}

div.wpforms-container-full .wpforms-form input[type=email]{
  border-width: 0 0 1px 0!important;
  border-color: #707070!important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number], 
div.wpforms-container-full .wpforms-form input[type=password], 
div.wpforms-container-full .wpforms-form input[type=range], 
div.wpforms-container-full .wpforms-form input[type=search], 
div.wpforms-container-full .wpforms-form input[type=tel], 
div.wpforms-container-full .wpforms-form input[type=text], 
div.wpforms-container-full .wpforms-form input[type=time], 
div.wpforms-container-full .wpforms-form input[type=url], 
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select, 
div.wpforms-container-full .wpforms-form textarea{
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0px;
  color: #333;
  display: block;
  float: none;
  border: 1px solid #ccc;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  font-family: 'Poppins', sans-serif;
  color: #888888;
  letter-spacing: 0.5px;
  font-size: 1em !important; }

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
  background: #A88873 !important;
  color: #D9DEE6 !important;
  border: none !important;
  border-radius: 100px !important;
  text-transform: uppercase !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
  text-align: left !important;
  padding: 0.45rem 2.5em !important;
  margin: 15px 0 !important;
  float: right; }

  @media screen and (max-width: 500px) {
    div.wpforms-container-full .wpforms-form input[type=submit],
    div.wpforms-container-full .wpforms-form button[type=submit] {
      font-size: 1em !important; } }
  div.wpforms-container-full .wpforms-form input[type=submit]:hover,
  div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #71dda7 !important;
    box-shadow: 0px 8px 17px rgba(209, 155, 119, 0.3) !important;
    border-color: none !important; }


/********************
ARCHIVE NEWS
********************/
.news-archive{
  margin-top: 5rem;
}

@media screen and (min-width:991px){
  .news-archive{
    margin-top: 8rem;
    min-height: 50vh;
  }
}

.news-archive h1{
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width:1200px){
  .news-archive h1{
    font-size: 80px;
  }
}

.news-archive h5{
  text-transform: initial;
  font-family: 'Poppins';
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 35px;
}

.archive-post{
    transition: .8s;
    margin-top: 25px;
     transform: scale(1);

}

.archive-post:hover{
    transition: .8s;
 transform: scale(.96);
}


.archive-post-img{
  overflow: hidden;
}

.archive-post img{
  transition: all .8s;
}

.archive-post:hover .archive-post-img img {
  transform: scale(1.1);
  transition: transform .8s ease;
}

.archive-post:hover a h5 {
    color:white;

  transition: .8s ease;
}

.news-archive h5{
    letter-spacing: 0;
}

.news-post{
    transition: .8s;
    margin-top: 25px;
     transform: scale(1);

}

.news-post:hover{
    transition: .8s;
 transform: scale(.96);
}





.news-archive span, .single-news span{
  color: #A88873;
  text-transform: uppercase;
  margin-top: 12px;
  border: 1px solid #A88873;
  padding: 5px 10px;
  border-radius: 50px;
  width: auto;
  font-weight: 300;
}

.single-news .content span a {
  pointer-events: none;
  color: #A88873;
}

#myBtnContainer{
  margin: 20px 0;
}

@media screen and (min-width:991px){
  #myBtnContainer{
    margin:20px 0 40px 0;
  }
}

.news-archive button{
  background-color: transparent;
  border: 1px solid #A88873;
  color: #A88873;
  padding: 5px 10px;
  border-radius: 50px;
  margin: 10px 5px 10px 0px;
  text-transform: uppercase;
  outline: none;
  min-width: 90px;
}

@media screen and (min-width:991px){
  .news-archive button{
    margin-right: 15px;
    min-width: 100px;
  }
}

.news-archive button:hover,.news-archive button:focus,.news-archive button:active{
  background-color: #71DDA7;
  border: 1px solid #71DDA7;
  outline: none;
  box-shadow: none;
  color: #1C1C1C;
}
 
/********************
SINGLE NEWS
********************/
.single-news{
  margin:85px 0;
}

@media screen and (min-width:1200px){
  .single-news{
    margin: 120px 0;
  }
}

.single-news .bloco-content{
  position: absolute;
  width: 100%;
  bottom: 10%;
  z-index: 2;
}

.bloco-content span{
  display: inline-block; /* single */
}

.bloco-content span a {
  pointer-events: none;
  color: #A88873;
}
 
.content-wraper{
  margin-bottom: 40px;
}

.content-wraper:before{
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    181deg, rgba(255, 255, 255, 0) 0%, #1c1c1c 95%);
}

.single-news h1{
  text-transform: initial;
  font-family: 'Poppins';
  font-weight: 400;
  margin-top: 12px;
  font-size: 29px;
}

@media screen and (max-width: 991px){
  .single-news h1{
    font-size: 20px;
    padding: 5px;
  }
  .singleNewsContent p{
    line-height: 25px;
  }
}

._left:before{
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    270deg, rgba(255, 255, 255, 0) 0%, #1c1c1c 95%);
}

._right:before{
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    90deg, rgba(255, 255, 255, 0) 0%, #1c1c1c 95%);
}

.nav-posts img,._right p svg,._left p svg{ 
  transition: all .8s ease;
}

.nav-posts{
  margin: 50px 0;
  overflow: hidden; 
}
 
.nav-posts:hover img{
  transform: scale(1.2);
  transition: transform .8s ease;
}

.nav-posts p{
  margin: 0;
  position: absolute;
  bottom: 50%;
  text-transform: uppercase;
  z-index: 2;
}

.nav-posts:hover p{
  font-size: 12px;
  transition: all .8s ease;
}

._right:hover p svg,._left:hover p svg{
  width: 30%;
  transition: width .8s ease;
}

.nav-posts p svg{
  margin: 0 10px 0 0;
}

@media screen and (min-width:991px){
  .nav-posts p svg{
    margin: 0 10px 0 10px;
  }
}

.nav-posts-right{
  right: 0;
}

/********************
PAGE INFORMATIONS
********************/
.stick{
  margin: 40px 0;
}

@media screen and (min-width:767px){
  .stick{
    position: sticky;
    display: block;  
    top: 350px;
    height: auto;
    margin: 0;
  }
}

#livraison:target::before, #chauffeur:target::before{
  content: '';
  display: block;
  height: 50px;
  margin-top: -80px;
}

#chauffeur:target::before{
  content: '';
  display: block;
  height: 110px;
  margin-top: -110px;
}

#valeurs:target::before{
  content: '';
  display: block;
  height: 161px;
  margin-top: -170px;
}
._info{
  transform: none;
  margin: 15px 0;
}

.box-information{
  margin-bottom: 60px;
}

.box-information h2{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 25px;
}

.box-information p{
  font-weight: 300;
}

.box-information img{
  width: 100%;
  margin-bottom: 40px;
}

.page-information{
  margin:30% 0 20% 0;
}

@media screen and (min-width:767px){
  .page-information{
    margin:20% 0;
  }
}

.page-information h1{
  font-size: 70px;
}

/*#news{
  transform: translateY(-50%);
  right: 753px;
  position: absolute;
  z-index: -1;
}*/

/********************
PAGE ANNIVERSAIRE
********************/
.page-location{
 margin:100px 0;
}

.page-location img{
  width: 100%;
  margin-bottom: 40px;
}

.page-location h1{
  font-weight: 400;
  font-size: 46px;
  letter-spacing: 1.0px;
  margin-top: 30px;
}

@media screen and (min-width:500px){
  .page-location h1, .page-location p{
    max-width: 290px;
  }
}

.page-location ul{
  list-style: none;
  padding: 0;
}

.page-location ul li{
  margin-right: 10px;
}

.page-location p{
  font-weight: 400;
}

.page-location a p{
  color: #A88873;
  stroke: #A88873;
  fill: #A88873;
}

.form-location-info{
  margin:40px 0;
}

._demande{
  margin-bottom: 0!important;
}

.form-location .link_area img{
 width: unset;
 margin-bottom: 0;
}

.form-location .link_area{
  transform: none;
  margin-top: 25px;
 }

 
/********************
RENT A CAR CONTACT
********************/
 
@media screen and (min-width:1200px){
  .contact {
    background: url(../img/page-contact/contact-line.png) no-repeat;
    background-size: contain; 
    background-position-x: 23%!important;
    background-position-y: 13vh!important;
  } 
}

@media screen and (min-width:1300px){
  .contact {
    background-position-x: 28%!important;
  } 
}

.contact{
  padding: 130px 0 0 0;
  height: 100%;
  position: relative; 
}

.contact p{
  margin: 0 10px;
}
.contact input, .contact select, .contact textarea  {
  background-color: #323232;
  border: none;
  border-radius: 10px;
  padding: 10px;
  color: #D9DEE6;
  min-height: 40px;
  font-size: 13px; 
}

.contact button {
  background-color: #71DDA7;
  width: 100%;
  color: white;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  border: none !important; 
}

.contact button:hover {
  text-decoration: unset; 
}

.contact h1{
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #A88873; 
  font-size: 40px;
  margin: 0 0 10px 0;
}

@media screen and (min-width:1200px){
  .contact h1{
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 80px;
  }
}
 
.contact .container{
  min-height: 40vh;
}

@media screen and (min-width:1200px){
  .contact .container{
    min-height: 100vh;
  }
  .wrapper-contact{
    height: 85vh; /* menor por conta do padding */
    vertical-align: middle;
    align-items: center;
  }
}

@media screen and (max-width:991px){
  #icon-contact{
    display: none;
  }
}
 
@media screen and (min-width: 1200px) {
  #icon-contact {
    position: absolute;
    left: 21.2%; 
    top: 200px;
  } 
}

@media screen and (min-width: 1300px) {
  #icon-contact {
    left: 26.6%; 
  } 
}
 
@media screen and (min-width: 1900px) {
  #icon-contact {
    left: 26.7%; 
  } 
}
 
@media screen and (min-width: 1200px) {
  #paralax-limit {
    display: block; 
    position: relative;
  } 
}
 
.box_form .pack {
  margin-bottom: 10px; }

.box_form .form-check-input {
  margin: 0; }

.box_form .custom-control::before {
  background-color: darkorange; }

.box_form .form-check-label {
  margin-left: 20px;
  color: #D9DEE6; }

.box_form .form-check {
  margin-bottom: 10px;
  padding: 10px; 
}
 
.goNext{
  background-color: transparent!important;
}

#reserverRadio,#demanderRadio{
  min-height: unset;
}

.contact .slider-img, #category-section .slider-img {
  opacity: 0.3; 
}

.contact .slider-img:hover, #category-section .slider-img:hover {
  opacity: 0.7; 
}

.contact .slider-img--active, #category-section .slider-img--active {
  opacity: 1; 
}

/********************
PAGE CATEGORY CAR
********************/
.heroCategory{
  margin-top: 6rem;
}

.archiveAllCars{
  margin-top: 8rem;
}

@media screen and (max-width:500px){
  .heroCategory img{
    width: 100%;
  }
}

.contentHeroCategory {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.contentHeroCategory h1{
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 3px;
  color: rgb(255, 255, 255);
}

.contentHeroCategory span{
  font-size: 13px;
  letter-spacing: 3px;
  color: #d9dee6;
}

.archiveAllCars h1{
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

@media screen and (min-width:991px){
  .archiveAllCars h1{
    font-size: 70px;
  }
}

.archiveAllCars .categories_list{
  padding-left: 0;
}

.archiveAllCars .categories_list_item{
  font-weight: 400;
}

@media screen and (max-width:991px){
  .archiveAllCars .categories_list{
    justify-content: flex-start!important;
  }
  
  .archiveAllCars  .categories_list li{
    margin-right: 15px;
  }
}

.car-card .__image img{
  width: 100%;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 28px;
  transition: all .2s ease; }
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #a8887370;
    width: 44px;
    height: 44px;
    transition: all .3s ease; 
}
  .cta span {
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: white;
    stroke-width: 1;
    transform: translateX(-5px);
    transition: all .3s ease; }
  .cta:hover:before {
    width: 100%;
    background: #A88873; }
  .cta:hover svg {
    transform: translateX(0); }
.cta:hover span {
   color: white;}
  .cta:active {
    transform: scale(0.96); }

.btn-cta-container{
    margin-top:35px;
}


