@charset "utf-8";
/* CSS Document */

.gradient-back1 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0bd5d+0,937b20+100 */
background: #d0bd5d; /* Old browsers */
background: -moz-linear-gradient(top,  #d0bd5d 0%, #937b20 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d0bd5d 0%,#937b20 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d0bd5d 0%,#937b20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bd5d', endColorstr='#937b20',GradientType=0 ); /* IE6-9 */
}
.gradient-gold1 {
  background: -webkit-linear-gradient(#d0bd5d, #8b7836);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.facier-wrapp .gradient-gold1 { background:none; -webkit-text-fill-color:#cbb858;}
.journe-wrapp2 .gradient-gold1 { background:none; -webkit-text-fill-color:#cbb858;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.facier-wrapp .gradient-gold1 { background:none; -webkit-text-fill-color:#cbb858;}
.journe-wrapp2 .gradient-gold1 { background:none; -webkit-text-fill-color:#cbb858;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.facier-wrapp .gradient-gold1 { background:none; -webkit-text-fill-color:#cbb858;}
.journe-wrapp2 .gradient-gold1 { background:none; -webkit-text-fill-color:#cbb858;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}