:root {
      --beige: #eeebe8;
      --darkblue: #1f3763;
      --midblue: #2f54b1;
      --cyan: #398eb5;
      --midcyan : #336fb2;
      --gold: #ffed66;
      --orange: #f49f0a;
      --coral: #ff5e5b;
      --ivory: #ffffea;
      --moss: #499f68;
        }

::-moz-selection {
  color: white;
  background-color: var(--coral);
}

::selection {
  color: white;
  background-color: var(--coral);
}

body{
  /* background-color: var(--beige); */
}

nav{
  background-color: var(--coral);
  font-size: large;
}

.brand{
  max-height: 60px;
  max-width: 100%;
}

.main-content{
  background-color: #fff;
}

.aside-content, .bg-beige{
  background-color: #f7f4f0;
}

.btn-big{
  text-transform: none;
  font-size: large;
  font-weight: normal;
}

a, .primary{
  color:var(--cyan);
}

.text-coral{
  color: var(--coral);
}

.text-midcyan{
  color: var(--midcyan);
}

.text-midblue{
  color: var(--midblue);
}

.text-orange{
  color: var(--orange);
}

.text-gold{
  color: var(--gold);
}

.text-gray{
  color: rgb(200,200,200);
}

.bg-primary{
  background-color: var(--cyan)  !important;
}

.bg-gold{
  background-color: var(--gold)  !important;
}

.bg-coral{
  background-color: var(--coral)  !important;
}

.bg-darkblue{
  background-color: var(--darkblue)  !important;
}
.bg-blue{
  background-color: var(--midblue)  !important;
}
.bg-ivory{
  background-color: var(--ivory)  !important;
}

.bg-tiles{
  background:linear-gradient(to right, rgba(31, 55, 99, 1), rgba(47, 84, 177, 1), rgba(51,111,178,1), rgb(57,142,181, 1));
  /* background:linear-gradient(to right, rgba(255, 94, 91, 1), rgba(255, 237, 102, 1)); */
}

.nav-pills .nav-link.active {
  background-color: var(--coral);
}

.endless_page_link {
  padding: .375rem .75rem;
  color: #212529;
  position: relative;
  display: block;
  text-decoration: none;
}

.endless_page_current {
  padding: .375rem .75rem;
  background-color: var(--midblue);
  border: 0;
  color: white;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
  border: 0;
  margin-left: 0;
  z-index: 3;
  border-radius: .125rem;
}

.gradient-primary {
  /* fallback for old browsers */
  background: #398eb5;
  color: #fff;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to left, rgba(57, 142, 181), rgba(31, 55, 99));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to left, rgba(57, 142, 181), rgba(31, 55, 99))
}

.btn-gradient {
	background-image: linear-gradient(to right, #1f3763, #2f54b1, #336fb2, #398eb5);
	border-radius: 12px;
  box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 4px;
	position: relative;
  width: 160px;
}

.btn-gradient span {
  color: #717171;
	align-items: center;
	background: #fbfbfb;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
}

.btn-gradient:hover span {
	background: transparent;
  color: #fff;
}

.horizontal-timeline .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 90px;
  margin: 0 auto;
  font-size: .9rem;
  padding-top: 8px;
}

@media (min-width: 1140px) {
  .horizontal-timeline .items .items-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }

  .horizontal-timeline .items .items-list .event-date {
    top: -40px;
  }
}


.page-item.active .page-link {
 background-color: var(--midblue);
 border:0;
 -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
 box-shadow:0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
 -webkit-transition:all .2s linear;
 transition:all .2s linear
}


.testimonial-card .card-up {
  height: 80px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.testimonial-card .avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}

#id_profil {
  width: 200px
}
#id_source {
  width: 200px
}

#id_captcha {
  display: inline-block !important;

  margin: 0 auto!important;
  width: 304px!important;
}
