body {
  font-family: Helvetica, Arial, sans-serif;
  /* font-size: 14px;
  line-height: 1.428571429; */
}

a,
a:hover {
  color: #fcb52c;
}

a:hover {
  text-decoration: underline;
}

.btn-success {
  background-color: #fcb52c;
  border-color: #fcb52c;
}

.btn-success:hover {
  background-color: #fcb52c;
  border-color: #fcb52c;
}

.nav {
  background-color: #00C81E;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav ul li {
  float: left;
}

.navbar {
  background-color: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  width: 171px;
}

.logo-ahold-delhaize {
  fill: currentColor;
  color: #00C81E;
}

.nav-borders {
  border-bottom: 1px solid #b2b2b2;
}

.nav-borders li {
  border-bottom: 5px solid #fff;
}

.nav-borders li .nav-link,
.nav-borders li a {
  font-size: 16px !important;
  padding-bottom: 2px !important;
  margin: 10px 3px !important;
  color: #575757 !important;
  opacity: 1 !important
}

.nav-borders li a:hover {
  color: #fcb52c !important;
}

.nav-borders li.active {
  border-bottom: 5px solid #fcb52c
}

.nav-borders li:not(.lang):hover {
  border-bottom: 5px solid #fcb52c
}

.brand,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
td,
textarea {
  font-family: Arial, Helvetica, sans-serif
}

ul,
li {
  font-weight: 300;
}

.footer {
  background-color: #fcb52c;
}

.footer .copyright,
.footer .links ul li a:not(.btn),
.footer a:not(.btn) {
  color: #66615b !important;
}

h1 {
  font-weight: 600;
  font-size: 36px
}

h2 {
  font-size: 30px
}

h2,
h3 {
  font-weight: 600;
  margin-bottom: 10px
}

h3 {
  font-size: 24px
}

.text-iteryellow {
  color: #fcb52c;
}

.bg-green {
  background-color: #009A78
}

.traject-card ul {
  list-style: none
}

.traject-card ul li:before {
  content: "\F00C";
  font-family: FontAwesome;
  margin-left: -18px;
  margin-right: 3px;
  display: inline-block
}

.traject-card ul a {
  /* color: #f60 */
}

.internal-list {
  list-style: none
}

.internal-list li {
  font-size: 15px;
  line-height: 1.8em;
  color: #66615b;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

.internal-list li li:before {
  content: "";
  /* color: #f60; */
  margin-left: 0;
  margin-right: 0;
  display: inline-block
}

.internal-list li:before {
  content: "\F00C";
  font-family: FontAwesome;
  /* color: #f60; */
  margin-left: -30px;
  margin-right: 6px;
  display: inline-block
}

.card-profile {
  background-color: #f8f8f8
}

.card-profile h4.card-title {
  color: #fcb52c;
  font-weight: 400
}

.card-profile .card-footer a {
  /* color: #d55a50!important */
}

.card {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important
}

.card-image img {
  height: 123px;
  width: 100%;
  object-fit: cover;
}

.card,
.traject-card {
  border-radius: 0 !important
}

.traject-card {
  background-color: #f8f8f8
}

.traject-card h5 {
  color: #fcb52c;
  font-weight: 400
}

.carousel-control,
.carousel-indicators .active {
  background-color: #fcb52c
}

.zoom {
  /* transition: transform .2s; */
  transition: background-color .7s, color .7s, transform .7s, -webkit-transform .7s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
