/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700,800&display=swap');
.main-font {
  font-family: 'Roboto', sans-serif;
}
.alt-font {
  font-family: 'Montserrat', sans-serif;
}
/* ===================================
    General
====================================== */
/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-3 {
  opacity: .3;
}
.opacity-4 {
  opacity: .4;
}
.opacity-5 {
  opacity: .5;
}
.opacity-6 {
  opacity: .6;
}
.opacity-7 {
  opacity: .7;
}
.opacity-7 {
  opacity: .7;
}
.opacity-8 {
  opacity: .8;
}
.opacity-9 {
  opacity: .9;
}
/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
/* ===================================
    Single Items
====================================== */
.single-items {
  position: relative;
  width: 100%;
  height: 70vh;            /* hauteur banner */
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.single-items h2 {
  font-size: 22px;        /* titre principal */
  margin-bottom: 0.5rem;
  color: #f9f9f9;        /* sous-titres colonnes */
}
.single-items h3 {
  font-size: 50px;        /* titre principal */
  margin-bottom: 2.5rem;
  color: #104c56;        /* titres colonnes */
}
.single-items h3 a:hover, .single-items h3 a:focus {
  color: inherit;
}
.single-items p {
  margin-bottom: 10px;
}
.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ===================================
        Pricing Card
====================================== */
.pricing-sec {
  font-family: 'Montserrat', sans-serif;
}
.pricing-sec .pricing-card .pricing-body {
  min-height: 150px;
}
.pricing-sec .pricing-card {
  padding: 15px;
  border-right: dashed 1px #FFFFFF;
}
.pricing-sec .pricing-card:last-child {
  border-right: none;
}
.pricing-sec .pricing-card .price-card .pricing-heading {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;        /* titres colonnes */
  border-bottom: dashed 1px #FFFFFF;
  padding-bottom: 8px;
  padding-top: 8px;
}
.pricing-sec .pricing-card .price-card .pricing-detail {
  font-size: 18px;
  font-weight: 400;
  color: #585757;      /* texte colonnes */
  opacity: .9;
  padding-top: 15px;
}
.pricing-sec .pricing-card .price-card .price-text {
  font-size: 38px;
  font-weight: 500;
  color: #000;
}
.pricing-sec .pricing-card .price-card .price-text span {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 6px;
}
.pricing-sec .pricing-card .price-card .pricing-features {}
.pricing-sec .pricing-card .price-card .pricing-features li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: .8;
}
.pricing-sec .pricing-card .price-card .pricing-btn {
  padding: 3px 25px;
  font-size: 12px;
  margin-bottom: 8px;
}

