@media only screen and (max-width: 959px) {
  .center-block-mobile {
    margin: auto;
  }
}
.iarmarocWrap {
  color: #010101;
  background-color: white;
  height: 100%;
  min-height: 100vh;
  text-align: center;
}
.iarmarocWrap>.container {
  padding-top: 36px;
  padding-bottom: 36px;
  box-shadow: 12px 0 5px -8px rgba(0, 0, 0, 0.1), -12px 0 8px -8px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 960px) {
  .iarmarocWrap {
    text-align: left;
  }
  .iarmarocWrap.pattern {
    background-image: url(../images/iarmaroc/iarmaroc-pattern.png);
    background-repeat: repeat-y;
    text-align: left;
  }
}
.iarmarocHeader {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 960px) {
  .iarmarocHeader {
    flex-direction: row;
  }
}
.playfair {
  font-family: Playfair Display;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex.justify-content-between {
  justify-content: space-between;
}
.d-flex.align-items-center {
  align-items: center;
}
.btn {
  position: relative;
  z-index: 1;
}
.btn>* {
  position: relative;
  z-index: 1;
}
.btn.backToIarmaroc {
  font-family: Playfair Display;
  background-color: white;
  color: #051b6f;
  font-weight: 900;
  border-radius: 20px;
  line-height: 1.5;
}
.btn.backToIarmaroc .zmdi {
  font-size: 35px;
  line-height: 0;
  transform: translateY(-1px);
  vertical-align: middle;
  margin-right: 5px;
}
.btn.backToIarmaroc .arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  background-image: url("../images/iarmaroc/chevron-down.png");
  background-position: center;
  background-size: cover;
}
.btn.iarmaroc-btn {
  background-color: #bd2d2f;
  color: white;
  border-radius: 10px;
}
.btn.iarmaroc-more:after {
  content: '';
  background-image: url("../images/iarmaroc/chevron-down.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  width: 40px;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.iarmaRow {
  display: flex;
  justify-content: center;
  padding-bottom: 65px;
  margin-left: 15px;
  margin-right: 15px;
  flex-wrap: wrap;
}
.iarmaRow .imrcTitle {
  flex: 0 0 100%;
}
.iarmaRow .iarmarocLogo {
  flex: 0 0 100%;
  padding: 0 10px;
  text-align: center;
  background-image: url("../images/iarmaroc/iarmarow-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 35px;
  position: relative;
}
.iarmaRow .iarmarocLogo:after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 35%;
  width: 100px;
  height: 16px;
  background-image: url("../images/iarmaroc/shadow.png");
  background-position: center;
  background-size: cover;
  opacity: .5;
}
.iarmaRow .iarmarocLogo:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .iarmaRow {
    background-image: url("../images/iarmaroc/iarmarow-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 100px;
    padding-right: 100px;
    background-size: 95%;
    margin-bottom: 6rem;
  }
  .iarmaRow:nth-child(odd) {
    background-position: 100% bottom;
  }
  .iarmaRow:nth-child(even) {
    background-position: 20px bottom;
  }
  .iarmaRow:nth-child(4n) {
    background-position: center bottom;
  }
  .iarmaRow .iarmarocLogo {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    background: none;
  }
  .iarmaRow .iarmarocLogo:after {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 36px;
  }
  .iarmaRow .iarmarocLogo:not(:last-child) {
    margin-bottom: 0;
  }
  .iarmaRow .iarmarocLogo img {
    max-height: 100%;
  }
}
.imrcTitle {
  font-weight: 900;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 960px) {
  .imrcTitle {
    font-size: 46px;
    margin-left: -60px;
  }
}
.imgTiltWrap img {
  display: block;
  margin: auto;
  perspective: 600px;
  max-width: 100%;
}
.imgTiltWrap {
  display: block;
  transform-origin: center;
  overflow: hidden;
  transition: transform .1s linear;
  transform-origin: center;
}
@media only screen and (min-width: 960px) {
  .imgTiltWrap {
    transition: transform .5s linear;
  }
}
.iarmarocBrandingHeader {
  background-color: #bd2d2f;
  background-image: url("../images/iarmaroc/iarmaroc-branding-pattern.png");
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
  padding: 15px 15px 60px;
}
.iarmarocBrandingHeader .branDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.iarmarocBrandingHeader .branDetails .header-shop {
  display: none;
  max-width: 130px;
}
.iarmarocBrandingHeader .brandSpecific {
  max-width: 1120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
}
.iarmaSocial {
  flex: 0 0 100%;
}
.iarmarocBrandingHeader .brandSpecific .branDesc {
  font-family: Playfair Display;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.iarmarocBrandingHeader .brandSpecific .brandLogo {
  border-radius: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex: 0 0 200px;
}
.iarmaSocial {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  font-size: 20px;
  color: #bd2d2f;
  font-family: sans-serif;
}
.iarmaSocial li {
  margin-bottom: 10px;
}
.iarmaSocial li:first-child {
  flex: 0 0 100%;
  margin-bottom: 5px;
  font-size: 24px;
}
.iarmaSocial a {
  font-weight: bold;
  color: #bd2d2f;
  padding: 0 15px;
}
.iarmaSocial li:nth-child(2) a {
  padding-left: 0;
}
.iarmaSocial a:hover {
  color: #000;
}
.iarmaSocial a .zmdi {
  margin-right: 5px;
}
@media only screen and (min-width: 960px) {
  .iarmarocBrandingHeader {
    padding: 15px 50px 60px;
  }
  .iarmarocBrandingHeader .iarmarocLogo {
    margin-right: 15px;
  }
  .iarmarocBrandingHeader .branDetails {
    flex-direction: row;
  }
  .iarmarocBrandingHeader .branDetails .header-shop {
    display: block;
  }
  .iarmarocBrandingHeader .backToIarmaroc {
    transform: translateX(-35px);
  }
  .iarmarocBrandingHeader .brandSpecific {
    padding-left: 130px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .iarmarocBrandingHeader .brandSpecific .branDesc {
    flex: 0 0 33%;
  }
  .iarmaSocial {
    justify-content: flex-start;
  }
  .iarmaSocial li {
    margin-bottom: 0;
  }
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.iarmarocBrandContent {
  font-family: Playfair Display;
  font-size: 24px;
}
.iarmarocBrandContent img {
  max-width: 100%;
}
.iarmarocBrandContent h1, .iarmarocBrandContent h2, .iarmarocBrandContent .iarmaTitle {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  .iarmarocBrandContent {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.iarmarticle {
  background-color: #bd2d2f;
  color: white;
  border-bottom: 10px solid #bd2d2f;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 1.5rem;
}
.iarmarticle .details {
  background-image: url("../images/iarmaroc/iarmaroc-branding-pattern.png");
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 60px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  letter-spacing: -0.2px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iarmarticle .details .title {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
}
.iarmarticle .details .btn {
  background-color: white;
  color: #bd2d2f;
  border-radius: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 4px 12px;
}
.iarmarticle .imgWrap img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.iarmarticle:hover, .iarmarticle:focus {
  color: white;
}
@media only screen and (min-width: 960px) {
  .iarmarticle {
    flex-direction: row;
  }
  .iarmarticle .imgWrap {
    flex: 0 0 66.66%;
  }
}
.iarmarocGallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.iarmarocGallery .item {
  margin-bottom: 15px;
}
.iarmarocGallery .item img {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .iarmarocGallery {
    padding-left: 0;
    padding-right: 0;
  }
  .iarmarocGallery .item {
    flex: 0 0 calc(50% - 8px);
  }
}
#site-wrapper, #site {
  max-width: none!important;
  width: auto!important;
}
@media only screen and (min-width: 960px) and (max-width: 1600px) {
  .iarmaSocial {
    font-size: 18px;
  }
}
.articles-list.iarmarocArticles {
  padding-left: 50px;
  background-image: url(../images/iarmaroc/iarmaroc-pattern.png);
  background-repeat: repeat-y;
  background-size: 35px;
}
.articles-list.iarmarocArticles .items-list .item {
  padding: 8px;
}
.articles-list.iarmarocArticles .items-list .item .title {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
}
.articles-list.iarmarocArticles .items-list .item .details {
  font-size: 13px
}
.articles-list.iarmarocArticles .items-list .item .details small {
  display: none;
}

.iarmaSocial.article{
  color: white;
}
.iarmaSocial.article a{
  color: white;
  font-family: Playfair Display;
}

.iarmaSocial.article li:first-child{
  flex: none;
  font-size: inherit;
}

.iarmaSocial.article li:nth-child(2) a{
  padding-left: 15px;
}

/*.iarmaRow .iarmarocLogo{
  filter: grayscale(100%);
  opacity: .8;
  transition: .35s ease;
}


.iarmaRow .iarmarocLogo:hover{
  filter: grayscale(0);
  opacity: 1;
}*/