@import url("../../admin-5d0933a8c4aa7b23bbc0f39e536c6254.css");

* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

.primary_wrapper {
  position: relative;
  min-height: 200px;
  margin-top: -30px;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: var(--theme-color-primary);
  font-size: 18px;
}

a {
  text-decoration: none !important;
}

#avatar {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin-top: -80px;
  border: solid 3px white;
}

.pg_name {
  font-size: 24px;
  color: #fff;
}
.page_subheadline {
  font-size: 14px;
  color: #fff;
}

.page_icon_center li {
  list-style: none;
  background: lightcyan;
  padding: 5px;
  border-radius: 40px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #141a22;
  margin: 0 7px 0 0;
  padding: 9px 0 0 0;
}

.page_icon_center li i {
  color: black;
}

.card-header {
  border: none !important;
  background-color: transparent !important;
}

.btn-floating {
  box-shadow:
    0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  text-decoration: none !important;
  color: white;
  line-height: normal !important;
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 33px;
}

.add_to_contact {
  width: 107px !important;
  display: inline-flex !important;
  font-size: 12px !important;
  border-radius: 60px !important;
  padding: 7px 7px 7px 15px !important;
  position: absolute !important;
  right: 5px;
  top: 0px;
  z-index: 99 !important;
}

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

.card_list {
  margin: 5px 0px -10px 0;
  padding: 0;
  color: #808ea7;
}

.card_list li {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: solid 1px #eceef7;
}

.card_list li .sm-t {
  font-size: 12px;
}

.card_list li .rg-t {
  color: #141a22;
}

.card {
  background-color: var(--theme-color-secondary) !important;
}

#p-summary {
  color: #808ea7;
}

#p-website {
  color: var(--theme-color-primary);
}
#image_gallery {
  margin-top: 10px;
}
.img_gallery_wr {
  width: 100%;
  margin: 0 0 15px 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.img_gallery_wr a {
  display: block;
  background: #fff;
  border-radius: 8px;
}

.img_gallery_wr img {
  width: 100%;
}

.social_icon_fb {
  width: 32px;
  height: 32px;
  background: #537cfa;
  padding: 5px 0 0 0;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.reseau_card:hover {
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  #body {
    margin-left: 0px !important;
    width: 100% !important;
  }
}
