:root {
  --font-Afacad: "Afacad", sans-serif;
  --font-Space-grotesk: "Space Grotesk", sans-serif;
}


body .Mypage {
  overflow: hidden;
  background-color: #F2F2F2;
}


body .site-main-diag {
  background-color: #F2F2F2;
}


.preloader {
  position: fixed;
  left: 0px;
  top: 0x;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg);
  background-size: 140px;
}




/* Navigateur */


.section-navigateur {
  position: relative;
  width: 100%;
  padding: 0 0;
  z-index: 10;
  background-color: transparent;
  margin-bottom: 20px;
}

.ul-lien {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.has-dropdown>a {
  font-family: var(--font-Afacad);
  font-weight: 500;
  font-size: clamp(16px, 1rem + 0.4vw, 19px);
  line-height: 24px;
  color: #4E4E4E;
  padding: 33px 0;

}

.lien-mobile {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* section-slide */

section.section-slide {
  position: relative;
  padding: 0 0;
  z-index: 1;
  margin-bottom: 65px;
}

.section-slide>.container-mobile {
  position: relative;
  z-index: 1;
}

.item-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  /* height: 570px; */
  overflow: hidden;
  max-height: calc(100vh - 140px);
  min-height: 400px;
}

.Mypage.page .item-slide {
  height: 310px;
  max-height: unset;
  min-height: unset;
}

/* .item-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
} */

.item-slide>img.item {
  position: absolute;
  width: 50%;
  height: 100%;
  object-fit: cover;
  right: 0px;
  top: 0;
  z-index: 0;
  box-shadow: 5px 5px 20px 0px #0000000D;

  overflow: hidden;

  -webkit-mask-image: url("../images/mask.svg");
  mask-image: url("../images/mask.svg");

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  transform: translateX(22px);
}


.bloc-titre-slide {
  position: relative;
  /* width: 120%; */
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

img.s1 {
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  filter: blur(20px);
  z-index: 1;
  width: auto !important;

}

img.s1 {
  transform: translateY(-50%) scale(0);
  transition: transform 6s ease-out;
  will-change: transform;
}

img.s1.show {
  transform: translateY(-50%) scale(1);
}




.titre-slide {
  max-width: 703px;

  font-family: var(--font-Space-grotesk);
  font-weight: 700;
  font-size: clamp(13px, 3.14vw + 1rem, 60px);
  line-height: 1.1;
  color: #201F1F;

}

.btn-slide {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}

.Mypage.page .titre-slide {
  max-width: 100%;
}


.Mypage.page .bloc-titre-slide .container {
  align-items: center;
  gap: 15px;
}

.texte-slide {
  font-family: var(--font-Afacad);
  font-weight: 500;
  font-size: clamp(18px, 0.57vw + 1rem, 24px);
  line-height: 1.15;
  color: #4E4E4E;
  max-width: 484px;
  padding-left: 20px;
  border-left: 5px solid #99602E
}

.bloc-titre-slide .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}


.custom-btn-slide {
  position: absolute;
  bottom: 0;
  left: 92%;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  z-index: 2;
}

.custom-btn-slide button {
  background: #FFFFFF;
}

.ariane {
  display: flex;
  align-items: center;
  gap: 0px 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.ariane a {
  position: relative;
  font-family: var(--font-Afacad);
  font-weight: 500;
  font-size: clamp(16px, 0.5714vw + 1rem, 24px);
  line-height: 1.2;
  color: #4E4E4E;

  display: flex;
  gap: 15px;
  align-items: center;

}

.ariane a.active {
  color: #949223;
}

.ariane a:not(:first-child)::before {
  content: "\f054";
  position: relative;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
  font-size: 0.6em;
}

.owl-item .titre-slide {
  transform: translateY(100px);
  transition: all 1s ease;
}

.owl-item.active .titre-slide {
  transform: translateY(0);
}

.owl-item .texte-slide {
  transform: translateY(100px);
  transition: all 1s ease 0.1s;
}

.owl-item.active .texte-slide {
  transform: translateY(0);
}

.owl-item .btn-slide {
  transform: translateY(100px);
  transition: all 1s ease 0.2s;
}

.owl-item.active .btn-slide {
  transform: translateY(0);
}

.owl-item .prime {
  transform: translateY(100px);
  transition: all 1s ease 0.3s;
}

.owl-item.active .prime {
  transform: translateY(0);
}




/* formulaire */

.section-formulaire {
  background: #99602E;
  padding: 50px 0;
}

.form-form {
  display: flex;
  gap: 15px;
  align-items: center;
}

.titre-form {
  font-family: var(--font-Space-grotesk);
  font-weight: 600;
  font-size: clamp(18px, 0.714vw + 1rem, 26px);
  line-height: 1.3;
  text-align: center;
  color: #F2F2F2;
  margin-bottom: 20px;
}

.champ-form {
  position: relative;
}

.champ-form input {
  height: 44px;
  border: 1px solid #D0BA93;
  border-radius: 24px;
  background: transparent;
  padding: 10px;
  padding-left: 54px;

}

.champ-form input,
.champ-form input::placeholder {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}


.champ-form select {
  width: 100%;
  height: 44px;
  border: 1px solid #D0BA93;
  border-radius: 24px;
  background: transparent;
  padding: 10px;
  padding-left: 54px;
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  appearance: none;
  min-width: 197px;

}

.champ-form select option {
  color: #000;
  background-color: #fff;
}


.icon-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #D0BA93;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* valeur */

.banner-valeur {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bloc-valeur {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  flex: 1;
}

.bloc-valeur:hover .icon-valeur {
  background: #D77149;
}

.bloc-valeur:hover .titre-valeur {
  color: #949223;
}

.bloc-valeur:hover .icon-valeur svg path {
  fill: #F2F2F2;
}

.icon-valeur {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  background: #D0BA9333;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.titre-valeur {
  font-family: var(--font-Space-grotesk);
  font-weight: 600;
  font-size: clamp(13px, 0.286vw + 1rem, 20px);
  line-height: 1.2;
  text-align: center;
  color: #201F1F;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* presentation */


section.section-presentation {
  position: relative;
}



.img-pre {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
  max-width: 430px;
  animation: swing 20s ease-in-out infinite;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes swingDown {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

img.img-presentation {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  animation: swingDown 20s ease-in-out infinite;
}



.para-pre {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}

.pre-deco1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(20%);
  z-index: 2;
  width: 43%;
}

.pre-deco2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 20%) rotate(-8deg);
  z-index: 1;
  width: 36%;
}

.s2 {
  position: absolute;
  top: 0;
  right: -130px;
  /* right: 0; */
  transform: translateY(-39%);
}

.s3 {
  position: absolute;
  top: -40px;
  left: -200px;
}


/* services */

.section-service {
  background: #D0BA9333;
}


.titre-service {
  font-family: var(--font-Afacad);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  color: #201F1F;

  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 50px;
  pointer-events: none;
}


.item-service {
  position: relative;
  max-width: 365px;
  width: 100%;
  height: 410px;
}

.owl-carousel .owl-stage .owl-item {
  display: flex;
  justify-content: center;
}

.img-service {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  z-index: 2;
}

.img-service>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bloc-img-service {
  position: relative;
  width: 100%;
  height: 100%;
}

.bloc-img-service img {
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.item-service:hover .bloc-img-service img {
  transform: scale(1.3);
}


.plus-service {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D77149;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
  pointer-events: all;
}

.item-service:hover .plus-service {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.item-service:hover .img-service::after {
  height: 100%;
}

.img-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF1A;
  transition: all 0.3s ease;
}

.img-service::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #D7714980;
  transition: all 0.3s ease;
}

.custom-btn {
  width: 50px;
  height: 50px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: all;
  transition: all 0.3s ease;
}

.custom-btn-service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.custom-btn:hover {
  background: #99602E;
}

.custom-btn svg path {
  transition: all 0.3s ease;
}

.custom-btn:hover svg path {
  stroke: #F2F2F2;
}


/* avis */

.text-avis {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #201F1F;
}

.text-avis span {
  font-weight: 600;
}

.bloc-avis {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.banner-avis {
  border: 3px solid #201F1F;
  border-radius: 30px;
  padding: 30px;
}


/* reference */

.img-ref {
  position: relative;
  animation: swingref 20s ease-in-out infinite;
}

.img-ref>img {
  border-radius: 50%;
  animation: swingDownref 20s ease-in-out infinite;
}


@keyframes swingref {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes swingDownref {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.deco1-ref {
  position: absolute;
  left: 0;
  bottom: -30px;
  transform: translateX(-50%);
  width: 49%;
}



/* actualite */
.img-actu {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.bloc-actu:hover .img-actu>img {
  transform: scale(1.3);
}

.img-actu>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.img-actu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.img-actu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s ease;
}

.bloc-actu:hover .img-actu::after {
  background-color: #00000080;
  opacity: 1;
}


.bloc-actu:hover .img-actu::before {
  animation: shine 0.8s;
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.bloc-actu {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}

.banner-actu {
  padding: 20px;
  background: #FFFFFF;

}

.titre-actu {
  font-family: var(--font-Space-grotesk);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #201F1F;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s ease;

}

.bloc-actu:hover .titre-actu {
  color: #99602E;
}

.date-actu {
  display: flex;
  align-items: center;
  gap: 10px;

  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B0B0B0;
  margin: 11px 0 21px 0;

}



/* footer */


footer {
  background: #99602E;

  border-top-left-radius: 80px;
  border-top-right-radius: 80px;

}

.footer-g {
  padding: 50px 0;
}


.titre-footer {
  font-family: var(--font-Space-grotesk);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #949223;
  margin-bottom: 30px;
}

.lien-footer a,
.lien-footer a i,
.lien-footer>div {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.ul-copyright a:hover,
.lien-footer a:hover i,
.lien-footer a:hover {
  color: #D0BA93;
}

.lien-footer a:hover .icon-footer:not(.email-footer) svg path {
  fill: #D0BA93;
}



.lien-footer a,
.lien-footer>div {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.lien-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.icon-footer {
  display: flex;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul-copyright {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;

  padding: 30px 0;
  border-top: 1px solid #D0BA93;
}

.ul-copyright li {
  font-family: var(--font-Afacad);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;

}

.ul-copyright li span {
  font-weight: 400;
}


/* section info  contact*/

.section-info {
  position: relative;
  background: #F8F8F8;
  padding: 0;
  z-index: 5;
  height: 230px;
}

.titre-info {
  font-family: var(--font-Space-grotesk);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #201F1F;
}

.texte-info i,
.texte-info {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #4E4E4E;
  transition: all 0.3s ease;
}

.icon-info {
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9492234D;
}

.bloc-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 209px;
}

.banner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  background: #F2F2F2;
  border: 3px solid #201F1F;
  box-shadow: 0px 10px 15px 0px #0000001A;
  border-radius: 30px;
  padding: 40px 60px;
  transform: translateY(30%);
}

.bloc-info:hover .texte-info i,
.bloc-info:hover .texte-info {
  color: #D77149;
}


.section-form-contact {
  padding-top: 0;
}

.bg-contact {
  background: url('../images/contact/bg-contact.jpg') no-repeat center center/cover;
  height: 520px;
  background-attachment: fixed;
}


.titre-form-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.bloc-contact {
  background: #F2F2F2;
  border: 3px solid #201F1F;
  border-radius: 30px;
  padding: 60px;
  margin-top: -145px;
}

.champ-contact textarea,
.champ-contact input {
  height: 50px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 15px 20px;
}

.champ-contact textarea {
  height: 150px;
}

.champ-contact textarea,
.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact input {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #B0B0B0;

}


.text-form-contact {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B0B0B0;


  display: flex;
  gap: 23px;
}

.text-form-contact a {
  font-weight: 600;
}


.btn-contact {
  display: flex;
  justify-content: center;
}


/* template mobile */



/* menu */

ul.menu {
  list-style: none;
}

ul.menu>li {
  position: relative;
}

.section-navigateur.fixed ul.dropdown,
.section-navigateur ul.dropdown {
  top: 80%;
}


ul.dropdown {
  display: block;
  position: absolute;
  left: 0;
  min-width: 190px;
  background: #D0BA93;
  box-shadow: 0px 6px 25px 0px #0000004D;
  padding: 0;
  list-style: none;
  z-index: 1;
  width: max-content;
  text-align: left;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(50px);
  opacity: 0;


  padding: 12px 0;
  border-top: 5px solid #99602E;
}

ul.dropdown li a {
  width: 100%;
  display: block;
  padding: 0px 22px !important;
  text-decoration: none;
  font-family: var(--font-Afacad);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #4E4E4E;

}


ul.dropdown li:last-child {
  border-bottom: none;
}



ul.dropdown li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
}



ul.dropdown li:hover a {
  color: #99602E;
}

.show-dropdown {
  display: block !important;
}



.has-dropdown>a:hover {
  color: #D0BA93 !important;
}









/* navigateur mobile */


.icon-bar {
  width: 100%;
  height: 6px;
  background: #949223;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}

.menu-toggle {
  width: 40px;
  height: 33px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 1001;
}


.menu-toggle.open .top {
  transform: rotate(45deg) translate(10px, 6px);
}

.menu-toggle.open .middle {
  opacity: 0;
}

.menu-toggle.open .bottom {
  transform: rotate(-45deg) translate(13px, -12px);
}


/* fixed */
.section-navigateur.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #949223;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: auto;
}

.section-navigateur.fixed .has-dropdown>a {
  color: #F2F2F2;
}

.section-navigateur.fixed .icon-bar {
  background: #F2F2F2;
}



@media (max-width: 1199px) {

  .bloc-navigateur-principal {
    background: transparent;
  }

  ul.dropdown {
    display: block;
    position: relative;
    left: 0;
    background: #F2F2F2;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0);
    padding: 0;
    list-style: none;
    z-index: 1;
    width: 100%;
    text-align: left;
    transition: 0.5s;
    visibility: visible;
    opacity: 0;
    display: none;

  }

  .lien-mobile {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: 0px;
    background-color: #F2F2F2;
    gap: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(-15px);
    overflow: hidden;
    padding: 10px 0;
  }

  .lien-mobile.actived {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }

  .lien-mobile>li {
    width: 100%;
  }

  .nav-lien img.logo-fixed,
  .nav-lien img.logo-default {
    padding: 15px 0;
  }

  .lien-mobile a br {
    display: none;
  }

  .lien-mobile a {
    width: 100%;
    justify-content: space-between;
    padding: 5px 15px;


  }

  .section-navigateur.fixed .has-dropdown>a {
    color: #4E4E4E;
  }


  .lien-mobile.actived ul.dropdown.active {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }

  .has-submenu>a.active::after,
  .has-dropdown .active i,
  .has-dropdown .active img {
    transform: rotate(180deg);
  }


  .has-dropdown div {
    pointer-events: none;
  }

  .has-submenu>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: relative;
    font-size: 0.7em;
    transition: transform 0.3s ease;
  }

  .has-submenu>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}


.Mypage.page .section-presentation {
  background: #F8F8F8;
}

.champ-nw {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.btn-nw {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D77149;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.news-letter {
  width: 100%;
}

.text-nw {
  font-family: var(--font-Afacad);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #B0B0B0;
  margin-top: 20px;
  ;
}