:root{
  --main-bg-color: #ff7675;
}
*,
*::after,
*::before{
  box-sizing: border-box;
}
/* html{
  font-size: .625em;
  font-size: calc(1em * .625);
  background: #f4f4f4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font: normal 300 1.4em / 1.2 'Open-sans', helvetica, sans-serif;
  color: #111;
} */
a{
  text-decoration: none;
  color: #111;
  cursor: pointer;
}
ol,
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
b,
strong{
  font-weight: 600;
}
hr{
  background: #111;
  box-shadow: none;
  border: none;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
::selection{
  background: var(--main-bg-color);
  color: #fff;
}
::-moz-selection{
  background: var(--main-bg-color);
  color: #fff;
}

/* .container{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
.wrapper{
  padding: 40px 0;
} */
@media (max-width: 475px) {
	.sortable{
		margin:20px 0;
	}
}
.card{
  background: #fff;
  box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
  margin:5px 10px;
  border-radius: 6px;
}
/* .card__picture{
  display: block;
  width: 100%;
  height: auto;
} */
.card-infos{
  background: #fff;
  border-radius: 6px;
  padding:15px;
}
.card__title{
  font-family: 'Hind';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  background-color:#2a318b;
  color:#ffffff;
  text-align:center;
  padding:5px;
  margin:0 0 12px 0;
}
.card__text{
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  color: #86888A;
}
.card__text li{
  line-height:23px;
}
@media (min-width: 475px) {
	.card{
	  margin:10px 5px;
	}
	.card-infos{
	  padding:15px;
	}
	.card__title{
	  font-size: 16px;
	  line-height: 22px;
	  padding:5px;
	  margin:0 0 12px 0;
	}
	.card__text{
	  font-size: 12px;
	  font-weight: 300;
	}
	.card__text li{
	  line-height:22px;
	}
}
@media (min-width: 768px) {
	.card{
	  margin:10px 10px 15px 10px;
	}
	.card-infos{
	  padding:20px;
	}
	.card__title{
	  font-size: 18px;
	  line-height: 24px;
	  padding: 5px;
	  margin:0 0 15px 0;
	}
	.card__text{
	  font-size: 15px;
	  font-weight: 300;
	}
	.card__text li{
	  line-height:28px;
	}
}
@media (min-width: 992px) {
	.card{
	  margin:10px 10px 15px 10px;
	}
	.card-infos{
	  padding:20px;
	}
	.card__title{
	  font-size: 18px;
	  line-height: 24px;
	  padding:5px;
	  margin:0 0 15px 0;
	}
	.card__text{
	  font-size: 15px;
	  font-weight: 300;
	}
	.card__text li{
	  line-height:28px;
	}
}
@media (min-width: 1200px) {
	.card{
	  margin:10px 10px 15px 10px;
	}
	.card-infos{
	  padding:20px;
	}
	.card__title{
	  font-size: 18px;
	  line-height: 26px;
	  padding: 5px;
	  margin:0 0 15px 0;
	}
	.card__text{
	  font-size: 14px;
	  font-weight: 300;
	}
	.card__text li{
	  line-height:28px;
	}
}
@media (min-width: 1500px) {
	.card{
	  margin:10px 10px 20px 10px;
	}
	.card-infos{
	  padding:20px 30px;
	}
	.card__title{
	  font-size: 20px;
	  line-height: 30px;
	  padding:5px;
	  margin:0 0 20px 0;
	}
	.card__text{
	  font-size: 15px;
	  font-weight: 300;
	}
	.card__text li{
	  line-height:30px;
	}
}
.card__text--high{
  font-weight: 600;
}

.card__text .fa-circle{
  font-size:5px; 
  margin:0 10px 0 0;
  vertical-align:middle;
  color:#2a318b;
}  
.card__text .fa-angle-double-right{
  margin:0 0 0 15px;
  color:#2a318b;	
}
/*
.card__text a{
  color:#555555;
}
*/
.card__text a:hover{
  color:#2a318b;
  font-weight:500;
}

.header{
  background: var(--main-bg-color);
  height: 160px;
  display: flex;
}
.header__title{
  margin: auto;
  font-weight: 300;
  font-size: 3.2rem;
  color: #fff;
}
.header__title--high{
  font-weight: 600;
}

.sortable__nav{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.nav__link{
  padding: 0 20px 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  border-bottom: 2px solid transparent;
}
.nav__link.is-active{
  border-color: var(--main-bg-color);
}

.footer__list.list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list__item.item{
  display: flex;
}
.item__link.link{
  margin: 0;
}
.item__link.link:not(:first-child){
  margin-left: 20px;
}
.link__icon{
  height: 2rem;
  width: 2rem;
}
