/*Default*/
.tresorloyaltymicrosite {
  position: relative;
}

.tresorloyalty--section {
  padding: 40px 0;
}

.tresorloyalty--backgroundgrey {
  background-color: #445d70;
}

.tresorloyalty--backgroundyellowlight {
  background-color: #e9e6e2;
}

@media screen and (min-width: 992px) {
 .tresorloyalty--section {
    padding: 80px 0;
  } 
}

.tresorloyalty--mainsection {
  background-image: url(/images/tresorloyaltyimg/tresorloyalty-main-banner-mobile.jpg);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 30px;
  min-height: 640px;
}
@media screen and (min-width: 560px) {
.tresorloyalty--mainsection {
  min-height: 700px;
}
}
@media screen and (min-width: 992px) {
  .tresorloyalty--mainsection {
    padding: 80px 0 40px;
    background-image: url(/images/tresorloyaltyimg/tresorloyalty-main-banner.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 82px);
    height: 800px;
  } 
}
@media screen and (min-width: 1792px) {
  .tresorloyalty--mainsection {
    background-size: cover;
  } 
}

.tresorloyalty-content--cover {
  width: 70%;
  padding: 0 5px;
  margin: 0 auto;
}

.tresorloyalty-content--cover img {
  width: 70%;
  max-width: 240px;
}

@media screen and (min-width: 992px) {
 .tresorloyalty-content--cover {
    width: 50%;
    margin-top: 10%;
  } 
  .tresorloyalty-content--cover img {
    max-width: 280px;
  }
}

.tresor--tier-table .table thead th,
.tresor--tier-table .table tbody td {
  border-color: #f69100;
  border-width: 2px;
  color: white;
}

.tresor--tier-table .table thead th {
  vertical-align: text-top;
  border-bottom: 0;
}

.tresor--tier-table .table {
  background-color: #3d5363;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
 .tresor--tier-table .table {
    font-size: 15px;
  } 
}

.tresor--tier-table.table--transparent .table {
  background-color: transparent;
  max-width: 450px;
}
.tresor--tier-table.table--transparent .table thead th,
.tresor--tier-table.table--transparent .table tbody td {
  color: #58595b;
}

.usp-privileges--items {
  border-radius: 20px;
  border: 2px solid #eb991b;
  height: 100%;
  position: relative;
  padding: 20px 15px;
  padding-left: 35px;
  margin-left: 30px;
}

.usp-privileges--items hr {
  border-color: #eb991b;
  border-width: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.usp-privileges--icon {
  position: absolute;
  background-color: #eb991b;
  border-radius: 16px;
  padding: 12px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.usp-privileges--icon img {
  width: 36px;
}

@media screen and (min-width: 992px) {
  .usp-privileges {
    margin-top: 40px;
  }


  .usp-privileges--items {
    padding: 35px 25px;
    margin-left: unset;
  }
  .usp-privileges--items hr {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .usp-privileges--icon {
    position: relative;
    border-radius: 20px;
    padding: 24px;
    inset: unset;
    transform: unset;
    max-width: 100px;
    margin: -80px auto 0;
  }
  .usp-privileges--icon img {
    width: 50px;
    height: 50px;
  }
}


.tresorloyalty--faq {
  background-color: #e9e6e2;
}


.tresorloyalty--faq .card-header.collapsed .card-header-icon {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.tresorloyalty--faq .card-header {
  color: #000000;
  font-size: 16px;
}

.tresorloyalty--faq .card-header .card-header-icon {
  width: 16px !important;
  top: 40% !important;
  right: 0 !important;
}

.tresorloyalty--faq .card-body p {
  color: #58595b;
  font-size: 14px;
}



.tresorloyalty--hubprop {
  background-image: url(/images/tresorloyaltyimg/tresorloyalty-stay-connected-mobile.webp);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 400px;
}
@media screen and (min-width: 992px) {
  .tresorloyalty--hubprop {
    padding: 100px 0;
    background-image: url(/images/tresorloyaltyimg/tresorloyalty-stay-connected.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 82px);
    height: 800px;
  } 
}

.tresorloyalty--hubprop .tresorloyalty--hubprop-logo {
  width: 44%;
  position: absolute;
  right: 15px;
  top: 20px;
}
.tresorloyalty--hubprop .tresorloyalty--hubprop-logo img {
  width: 90px;
}

.tresorloyalty--hubprop .contentcontainer {
  width: 44%;
  position: absolute;
  right: 15px;
  top: 130px;
}

@media screen and (min-width: 992px) {
 .tresorloyalty--hubprop .tresorloyalty--hubprop-logo {
  position: relative;
  inset: unset;
}
.tresorloyalty--hubprop .tresorloyalty--hubprop-logo img {
  width: 120px;
}

.tresorloyalty--hubprop .contentcontainer {
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-top: 30px;
} 
}

@media screen and (min-width: 1280px) {
  .tresorloyalty--hubprop .tresorloyalty--hubprop-logo img {
    width: 150px;
  }
}