@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap%27");
#navcontent-resp {
  z-index: 1000;
  position: fixed;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0px 80px 80px;
  background: rgba(217, 217, 217, 0.21);
  box-shadow: 0px 4px 4px 0px #590F9B;
  transition: all 0.2s ease-in-out;
}

.navFixTop {
  width: 100%;
  position: sticky;
  top: 0;
}

#imgNavWeb {
  margin-left: 50px;
}

.navstyle {
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 50px;
}

.navLink {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #F6F1FF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  text-shadow: 2px 2px 4px rgba(89, 15, 155, 0.7411764706);
  -webkit-text-stroke: 0.5px #590F9B;
  -moz-text-stroke: 0.5px #590F9B;
}

.navAnim a:hover {
  color: #F6F1FF;
  text-shadow: 2px 2px 2px #21083b;
  text-decoration: underline;
}

#navbar-web {
  display: inline-flex;
}

#click-resp,
#navbar-resp-item {
  display: none;
}

#navFloat {
  display: none;
}

@media screen and (max-width: 1000px) {
  #navbar-web {
    display: none;
  }
  #click-resp {
    color: #F6F1FF;
    display: inline-flex;
  }
  #navbar-resp-item {
    display: none;
    gap: 40px;
    background-color: rgba(33, 0, 63, 0.712);
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    width: 40%;
    height: auto;
    padding: 10px;
    border-radius: 0px 0px 0px 30px;
  }
  .navPhoneText {
    text-decoration: none;
    color: #F6F1FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
  }
  .navPhoneText a:hover {
    text-shadow: 2px 2px 2px #21083b;
    text-decoration: underline;
    border-radius: 20px;
  }
  #boxNavPhoneLink a {
    display: flex;
    justify-content: flex-end;
  }
  #boxNavPhoneRes {
    padding-bottom: 20px;
  }
  #navRes {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-left: 20px;
  }
  #navRes a {
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 25px;
    background-color: #F6F1FF;
    border: red;
  }
  #navRes img {
    width: 40px;
    padding: 2px 3px;
  }
  #navFloat {
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #contentNavFloat {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px 60px 0px 0px;
    color: #F6F1FF;
    background: rgba(217, 217, 217, 0.21);
    box-shadow: 0px -4px 4px 0px #590F9B;
    transition: all 0.2s ease-in-out;
  }
  #contentNavFloat a {
    padding: 15px;
  }
  #contentNavFloat i {
    font-size: 20px;
  }
}
@media screen and (max-width: 572px) {
  #navbar-resp-item {
    width: 60%;
  }
}
@media screen and (max-width: 300px) {
  .navPhoneText {
    font-size: 15px;
    padding: 15px;
  }
  #navRes img {
    width: 35px;
  }
}
header {
  position: relative;
  overflow: hidden;
}

#vidHeader {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#vidAssess {
  display: block;
}

.vidDesign {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

#vidHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 0, 63, 0.5);
}

#imgAssess {
  display: none;
}

#centerHeader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 100vh;
  width: 80%;
  color: #F6F1FF;
}

#imgHeader img {
  width: 550px;
}

#resaHeader {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 500px;
}

.noViewTitle {
  display: none;
}

#resaHeader h1 {
  font-size: 25px;
  font-weight: bold;
}

#btnResa {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 40px;
}

.btnResaLink {
  text-align: start;
  font-size: 20px;
  font-weight: bold;
  color: #590F9B;
  background-color: white;
  border: 1px solid rgba(226, 193, 255, 0.6588235294);
  box-shadow: 0px 4px 4px 0px #590F9B;
  padding: 15px 20px;
  border-radius: 20px;
  transition: all 0.1s ease-in-out;
}

.btnResaLink:hover {
  color: #2e0751;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: background-color 1625ms linear 0s;
  background-size: 600% 100%;
  background-image: radial-gradient(circle at top left, #F9F88F 0%, #8CF1FD 16.66%, #F9F88F 33.33%, #8CF1FD 50%, #F9F88F 66.66%, #8CF1FD 83.33%, #F9F88F 100%);
  animation: animGradient 10s infinite linear;
}

.btnResaLink:hover::after {
  content: "  \f0da";
  font-family: "Font Awesome 5 Free";
}

.fcmspa:hover .colorSPA {
  text-decoration: underline;
  text-decoration-color: #ff00f5;
}

.fcmspa:hover .colorJardin {
  text-decoration: underline;
  text-decoration-color: #16e100;
}

@media screen and (max-width: 1250px) {
  .vidDesign {
    transform: translate(1%, 0%);
  }
  #centerHeader {
    flex-direction: column;
  }
  #imgHeader img {
    width: 500px;
  }
  #resaHeader {
    align-items: center;
  }
  #btnResa {
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  #imgAssess {
    display: block;
  }
  #vidAssess {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #imgHeader {
    display: flex;
    justify-content: center;
  }
  #imgHeader img {
    width: 80%;
  }
  #resaHeader h1 {
    font-size: 15px;
    text-align: center;
  }
  .btnResaLink {
    font-size: 15px;
  }
}
@media screen and (max-width: 570px) {
  #imgAssess {
    display: block;
  }
  .vidDesign {
    transform: translate(0%, 0%);
    position: relative;
    min-width: initial;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }
}
@media screen and (max-width: 360px) {
  .btnResaLink {
    width: 58%;
  }
}
#globalContent {
  margin: 0px 10%;
  background-color: white;
  box-shadow: 0px 4px 20px 0px #590f9b;
}

#contentPages {
  padding: 60px 30px;
}

.contentSection {
  margin: 50px 0px;
}

.titleSections {
  padding-top: 150px;
  margin-bottom: 20px !important;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  line-height: normal;
  text-transform: capitalize;
  transition: background-color 1625ms linear 0s;
  background-size: 600% 100%;
  background-image: radial-gradient(circle at top left, #ff00f5 0%, #590F9B 16.66%, #ff00f5 33.33%, #590F9B 50%, #ff00f5 66.66%, #590F9B 83.33%, #ff00f5 100%);
  animation: animGradient 15s infinite linear;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

@keyframes animGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.interBg {
  display: flex;
  justify-content: center;
  width: 100%;
}

.interImg {
  width: 250px;
  padding-top: 50px;
}

@media screen and (max-width: 700px) {
  .titleSections {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  #globalContent {
    margin: 0px 5%;
  }
  #contentPages {
    padding: 60px 15px;
  }
  .interImg {
    width: 150px;
  }
}
.clickSwitchPresta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px !important;
}

.box {
  display: none;
}

.box.active {
  display: block;
}

.btnSwitchPresta.active-btn {
  color: rgb(63, 63, 63);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: background-color 1625ms linear 0s;
  background-size: 600% 100%;
  background-image: radial-gradient(circle at top left, #F9F88F 0%, #8CF1FD 16.66%, #F9F88F 33.33%, #8CF1FD 50%, #F9F88F 66.66%, #8CF1FD 83.33%, #F9F88F 100%);
  animation: animGradient 10s infinite linear;
}

.btnSwitchPresta {
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #F6F1FF;
  background: rgba(90, 15, 155, 0.6588235294);
  border: 1px solid #590F9B;
  box-shadow: 0px 4px 4px 0px #590F9B;
  padding: 15px 20px;
  border-radius: 20px;
  transition: all 0.1s ease-in-out;
}

.boxPrestaContent {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 40px;
}

.outlineBoxPresta {
  padding: 5px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.boxPresta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  width: 500px;
  height: auto;
  padding: 50px 40px;
  border-radius: 50px;
  border: 1px solid #590F9B;
  background-color: white;
  box-shadow: 0px 4px 4px 0px #905EBE;
  color: #590F9B;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.hoverPrestaBox {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.hoverPrestaBox img {
  width: 100%;
  object-fit: cover;
}

.prestaText {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#prestaTitleText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px !important;
}

#prestaTitleText h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#viewClickResa {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.clickResaAnim {
  font-size: 12px !important;
  color: #5fe7ff;
}

.hoverResaLink {
  display: none;
}

.contentPresta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prestaPrice {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prestaPrice h3 {
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: all 0.2s ease;
}

#warningBloc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#warningText {
  font-size: 12px;
  text-decoration: none;
}

.warningAnim {
  transition: background-color 1625ms linear 0s;
  background-size: 600% 100%;
  background-image: radial-gradient(circle at top left, #ff00f5 0%, rgb(255, 0, 21) 16.66%, #ff00f5 33.33%, rgb(255, 0, 21) 50%, #ff00f5 66.66%, rgb(255, 0, 21) 83.33%, #ff00f5 100%);
  animation: animGradient 15s infinite linear;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.colorSPA {
  color: #ff00f5;
}

.addColorSPA {
  text-decoration: underline;
  text-decoration-color: #ff00f5;
}

.colorJardin {
  color: #16e100;
}

.addColorJardin {
  text-decoration: underline;
  text-decoration-color: #16e100;
}

.outlineBoxPresta:hover {
  transition: background-color 1625ms linear 0s;
  background-size: 600% 100%;
  background-image: radial-gradient(circle at top left, #ffee00 0%, #ff00f5 16.66%, #5fe7ff 33.33%, #ffee00 50%, #ff00f5 66.66%, #5fe7ff 83.33%, #ff00f5 100%);
  animation: animGradient 10s infinite linear;
  text-decoration: none;
}

.boxPresta:hover #viewClickResa {
  text-decoration: underline;
  text-decoration-color: #5fe7ff;
}

.boxPresta:hover .hoverResaLink {
  display: flex;
}

.boxPresta:hover {
  background-color: white;
  border: none;
  box-shadow: none;
}

.boxPresta:hover .hoverPrestaBox {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .boxPrestaContent {
    align-content: center;
  }
  .boxPresta {
    width: 100%;
    height: auto;
  }
  .prestaTitleText h3 {
    font-size: 15px;
  }
  .contentPresta li {
    text-align: left;
    font-size: 12px;
  }
  .prestaPrice h3 {
    font-size: 15px;
    text-underline-offset: 2px;
  }
}
@media screen and (max-width: 478px) {
  .boxPresta {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 348px) {
  .btnSwitchPresta {
    font-size: 12px;
  }
}
.contentDesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.descText {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.descText h3 {
  font-size: 16px;
  color: #590F9B;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  .descText h3 {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .descText {
    width: 100%;
  }
  .descText h3 {
    font-size: 14px;
  }
}
.galleryContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carouselContent {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bigViewImg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.viewImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigLookView {
  width: 280px;
  height: 400px;
  object-fit: cover;
}

.viewImgTab,
.viewImgPhone {
  display: none;
}

.carouSwitch img {
  width: 50px;
}

.thumbnails {
  display: flex;
  gap: 10px;
  width: 760px;
  overflow-x: scroll;
  padding-bottom: 8px;
}

.thumbnails::-webkit-scrollbar-track {
  border-radius: 10px;
}

.thumbnails::-webkit-scrollbar {
  height: 10px !important;
}

.thumbnails::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to top left, #ff00f5 0%, #590F9B 16.66%, #ff00f5 33.33%, #590F9B 50%, #ff00f5 66.66%, #590F9B 83.33%, #ff00f5 100%);
}

.thumbnails img {
  min-width: 100px;
  height: 100px;
  object-fit: cover;
}

.thumbnail.selected,
.bigLookView {
  padding: 5px;
  border-color: 1px solid #590F9B;
  border-radius: 20px;
  background-image: radial-gradient(circle at top left, #ff00f5 0%, #590F9B 16.66%, #ff00f5 33.33%, #590F9B 50%, #ff00f5 66.66%, #590F9B 83.33%, #ff00f5 100%);
  transition: all 0.2s ease-in-out;
  background-size: 400% 400%;
  animation: animGradient 10s ease infinite;
}

.carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px !important;
}

.carousel-indicators {
  display: flex;
  flex-wrap: wrap !important;
  gap: 10px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  bottom: -90px !important;
}

.carousel-indicators li {
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 20px;
  height: 10px !important;
  background-color: rgba(90, 15, 155, 0.459) !important;
}

.carousel-indicators .active {
  background-color: #590F9B !important;
}

.carouWrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
}

.cursorP {
  cursor: pointer;
}

.carousel-item {
  width: 600px !important;
  height: 600px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smallSlide {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.carousel-inner {
  background-color: black;
  box-shadow: 0 0 20px 4px #130a46;
}

@media screen and (max-width: 856px) {
  .carousel-item {
    width: 400px !important;
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .carousel-item {
    width: 325px !important;
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .carousel-item {
    width: 280px !important;
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .carousel-item {
    width: 200px !important;
    height: 400px;
  }
}
.contactContent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px;
  padding-top: 80px;
}

.boxImgContact,
.boxTextContact {
  width: 250px;
  display: flex;
  justify-content: center;
}

.boxTextContact {
  position: relative;
}

.boxImgContact {
  position: absolute;
  top: -30%;
}

.cornerImg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50px;
  border-color: 1px solid #590F9B;
  background-image: radial-gradient(circle at top left, #590F9B 0%, #94F2F6 16.66%, #FAF990 33.33%, #94F2F6 50%, #FAF990 66.66%, #94F2F6 83.33%, #590F9B 100%);
  transition: all 0.2s ease-in-out;
  background-size: 400% 400%;
  animation: animGradient 10s ease infinite;
}

.cornerImgWhite {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  object-fit: cover;
  padding: 12px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.cornerImg img {
  padding: 20px;
}

.cornerText {
  padding: 5px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 60px 0px #8CF1FD;
  background-image: radial-gradient(circle at top left, #590F9B 0%, #94F2F6 16.66%, #FAF990 33.33%, #94F2F6 50%, #FAF990 66.66%, #94F2F6 83.33%, #590F9B 100%);
  transition: all 0.2s ease-in-out;
  background-size: 400% 400%;
  animation: animGradient 10s ease infinite;
}

.cornerTextWhite {
  background-color: white;
  border-radius: 20px;
}

.cornerTextWhite h3 {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: bold;
  color: #590F9B;
  text-align: center;
  padding: 70px 20px 20px 20px;
}

.boxContentContact:hover .cornerImgWhite,
.boxContentContact:hover .cornerTextWhite {
  transition: 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.452);
  text-decoration: underline;
}

@media screen and (max-width: 360px) {
  .boxImgContact,
  .boxTextContact {
    width: 100%;
  }
}
footer {
  display: flex !important;
  justify-content: center;
  color: #280746;
  width: 100%;
  background: white;
  box-shadow: 0px -4px 14px 0px #590F9B;
}

footer i,
footer a {
  color: #280746;
}

footer h3 {
  font-size: 16px;
  font-weight: bold;
}

.contentFooter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 100px 20px;
  width: 80%;
}

#logoFooter {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logoFooter img {
  width: 200px;
}

#mapSite {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mapSite h3 {
  margin-bottom: 10px !important;
}

#mapSite a {
  text-decoration: underline;
}

#shareFooter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.infoFooter h3 {
  margin-bottom: 10px !important;
}

.infoFooter i {
  font-size: 20px;
  font-weight: bold;
}

#copyrRdv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  gap: 50px;
}

#btnRdv {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 30px;
  border-radius: 20px;
  background: #FFF;
  color: #590F9B;
  box-shadow: 4px 4px 4px 0px #590F9B;
}

#btnRdv:hover {
  transition: 0.2s ease-in-out;
  text-decoration: underline;
  padding: 15px 35px;
}

#copyRight_Marlyanas {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#copyRight_Marlyanas a {
  text-decoration: underline;
}

@media screen and (max-width: 1115px) {
  .contentFooter {
    width: 100%;
  }
}
@media screen and (max-width: 836px) {
  .contentFooter {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .infoFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #copyrRdv {
    align-items: center;
  }
}
@media screen and (max-width: 450px) {
  .contentFooter {
    padding: 100px 20px 20px 20px;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background-color: #590F9B;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #130a46;
}

::selection {
  color: rgb(255, 255, 255);
  background: #590F9B;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0 !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background-attachment: fixed;
  background-image: radial-gradient(circle at top, #590F9B 0%, #94F2F6 16.66%, #FAF990 33.33%, #94F2F6 50%, #FAF990 66.66%, #94F2F6 83.33%, #590F9B 100%);
  transition: all 0.2s ease-in-out;
  background-size: 400% 400%;
  animation: animGradient 15s ease infinite;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*# sourceMappingURL=AllDesignPhnprncs.css.map */
