@charset "UTF-8";
.soft-transition {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#about {
  padding-top: 130px;
}
#about .header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 200px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 320px;
}
#about .container {
  padding-bottom: 75px;
  padding-top: 60px;
}
#about .container .title {
  color: #000000;
  font-size: 48px;
  font-weight: 400;
  line-height: 59px;
  margin-bottom: 40px;
  align-items: center;
  display: flex;
}
#about .container .title .icon {
  flex: none;
  margin-right: 20px;
}
#about .container .img-about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 340px;
  width: 100%;
  margin-bottom: 60px;
}
#about .container .text {
  letter-spacing: 0.15px;
  line-height: 29px;
}
#about .gallery {
  padding-bottom: 60px;
}
#about .gallery .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px;
}
#post {
  padding-top: 130px;
}
#post .header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 200px;
  width: 100%;
  height: 395px;
}
#post .container {
  padding-bottom: 75px;
  padding-top: 60px;
}
#post .container .title {
  color: #263238;
  font-size: 50px;
  font-weight: 500;
  line-height: 49px;
  margin-bottom: 35px;
  text-align: center;
}
#post .container .infos-post {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#post .container .infos-post .category {
  background: #777777;
  border-radius: 40px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  color: #263238;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 21px;
  margin-right: 17px;
  padding: 0.5em 1.5em;
}
#post .container .infos-post .info {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 21px;
  margin-right: 22px;
}
#post .container .infos-post .info:last-child {
  margin-right: 0;
}
#post .container .infos-post .info .icon {
  margin-right: 10px;
}
#post .container .text {
  letter-spacing: 0.15px;
  line-height: 29px;
}
#post .container .text img {
  margin-bottom: 20px;
  margin-top: 20px;
  height: auto;
  width: 100%;
}
#related-posts {
  background: #EEEEEE;
  padding-bottom: 60px;
  padding-top: 60px;
}
#related-posts .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
#related-posts .header .title {
  color: #000000;
  font-size: 48px;
  font-weight: 400;
  line-height: 59px;
  margin-bottom: 0;
}
#related-posts .header .title .icon {
  margin-right: 20px;
}
.first-access-text {
  margin-top: -15px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ff0000;
}
