@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../font/montserrat/static/Montserrat-Regular.ttf');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../font/montserrat/static/Montserrat-Bold.ttf');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../font/montserrat/static/Montserrat-Medium.ttf');
}

@font-face {
  font-family: 'Calisto-MT';
  src: url('../font/calistomt/CALIST.TTF');
}

@font-face {
  font-family: 'Autography';
  src: url('../font/autography/Autography.otf');
}

:root{
  --vh: 100dvh;
}

body{
    overflow-x: hidden;
    background-color: #2b2b2b;
    min-height: var(--vh);
    min-height: -webkit-fill-available;
}

p{
    text-align: justify;
}


.gold-bold-title {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Montserrat-Bold';
  color: #c29f6a;
  letter-spacing: 2px;
  width: auto;
  margin-bottom: 35px;
}

.gold-bold-title{
    color: #c29f6a;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
    height: 8px;
    z-index: 10000;
    position: absolute;
  }
  
::-webkit-scrollbar-track {
    width: 5px;
    background: grey; /* color of the tracking area */
    border-radius: 20px;
  }
  
::-webkit-scrollbar-thumb {
    background-color: white; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
  }

.underline{
  text-decoration: underline;

}

/** NAVBAR START **/

.top-navbar {
	position: fixed;
	z-index: 1000;
	left: 3%;
	right: 0;
	top: 2%;
	height: 100px;
	background-color: transparent;
}
.top-navbar .logo {
	float: left;
	height: 65px;
	display: flex;
	align-items: center;
  justify-content: center;
  margin-top: 13px;
}

.top-navbar .links {
	float: left;
	padding: 0;
	margin: 0;
  margin-left: 3%;
  width: 60%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
  letter-spacing: 1px;
}

.top-navbar .links li {
	list-style: none;
}

.links a {
  margin-right: 10px;
}

.top-navbar .links a {
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #707372;
	text-decoration: none;
}

.aqua-bold{
  color:aqua;
  font-weight: bold;
}

.top-navbar .links a:hover{
    color: aqua;
}
#nav-toggle {
	position: absolute;
	top: -100px;
}

.top-navbar .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.top-navbar .icon-burger .line {
	width: 30px;
	height: 5px;
	background-color: #707372;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.picto-mon-profil{
  background-image: url(../img/icone_doree.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  height: 20px;
  width: 20px;
}

.paid-btn {
  padding: 10px 20px !important;
}

.paid-btn:hover{
  background-color: black;
  color: #c29f6a !important;
  transition: 2s ease-in-out;
}


@media screen and (max-width: 1100px) {
  .top-navbar .links li {
    opacity: 0;
  }

  .paid-btn{
    margin-bottom: 30%;
  }

  .picto-mon-profil{
    margin-bottom: 30%;
  }
  
}


.nav-active{
  transform: translateX(0%);
}

@keyframes navLinkFade{
  from{
    opacity:0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 1100px) {

  .top-navbar .right-top-navbar {
      position: unset;
      display: unset;
  }

	.top-navbar .logo {
		float: unset;
		width: auto;
		justify-content: center;
        margin: 0 auto;
	}
	.top-navbar .links {
        width: 100%;
        float: none;
        position: fixed;
        z-index: 9;
        right: -100%;
        top: 45px;
        flex-direction: column;
    /* justify-content: space-evenly;*/
        background-color: rgba(0, 0, 0, 90%);
        overflow: hidden;
        box-sizing: border-box;
        transition: all .5s ease-in-out;
        padding: unset;
        margin: unset;
        height: 95%;
        gap: 2vh;
	}


	.top-navbar .links a {
		font-size: 20px;
         color: #ffe3b6;
	}
	.top-navbar :checked ~ .links {
    right: 0;
	}
	.top-navbar .icon-burger {
		display: block;
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-7px) rotate(-225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}

  
  .picto-mon-profil{
    margin-left: 38%;
  }
	
}

.right-top-navbar {
    position: absolute;
    right: 1%;
    display: flex;
    flex-direction: row;
}

.right-top-navbar li:nth-child(1) {
  margin-right: 20px !important;
}

.btn {
    background-color: #C29F6A;
    font-size: 16px !important;
    transition: 0.4s;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    color: #000000;
    border-radius: 9999px;
    letter-spacing: 1px;
}

.prise-de-rdv{
  display: none !important;
}

.deposit-btn{
  /*display: none !important;*/
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.deposit-btn:hover{
  background-color: #000000;
  color: #707372 !important;
  transition: 2s ease-in-out;
}

.picto-deconnexion{
  display: none !important;
}

/** NAVBAR END **/


/****HEIGH****/

.vh100 {
    height: 100dvh;
}

.description {
    color: #606c76;
}


h1 {
    color: #c29f6a;
}

.card {
    width: 100%;
    height: 350px;
}

.card:hover {
    border-color: #237df7;
    color: #237df7;
}

p.card_2:hover {
    color: #237df7;
}

.justice {
    object-fit: cover;
    height: 500px;
}

.echec {
    background: url("../img/echec.PNG");
    background-position: cover;
    ;
}

.bg-gray-500{
  background-color: #707372;

}

/* Style for time slots buttons in meetings add page */

.time-slot {
    display: flex;
    justify-content: space-between;
}

.y-mandatory-scroll-snapping {
    height: 100vh;
	  overflow-y: scroll!important;
    overflow-x: hidden!important;
	  border-bottom: 1px solid gray;
	  scroll-snap-type: y mandatory;
}

.y-mandatory-scroll-snapping .section {
	border-bottom: 1px solid transparent;
  height: var(--vh);
	color: rgba(white, .5);
	scroll-snap-align: start;
	flex-flow: column;
  overflow: hidden;
}

.section {
    position: relative;
}

/** END **/

    /** FOOTER **/


    .footer-bottom{
        width: 100%;
    }

   
 /* Flash messages */
 .message {
    padding: 1rem;
    background: #eff8ff;
    color: #2779bd;
    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
    animation: 8s linear 0s forwards message_transition;
    position: absolute;
    z-index: 900;
    text-align: center;
    left: calc(50vw - 150px);
    width: 300px;
    min-height: 60px;
    top: calc(50vh - 30px);
    padding-bottom: 60px;
 }

 .message:hover {
	animation-play-state: paused;
 }


.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}

@keyframes message_transition {
    
    0% {
        opacity:0; 
        transform:translateY(-500%);
      }

      20% {
        transform:translateY(0%);
        opacity:1;
      }

      80% {
        transform:translateY(0%);
        opacity:1;
      }

      100%{
        opacity:0; 
        transform:translateY(-500%);
        display: none;
      }

}

.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/** FOOTER NAV **/


.circle-nav {
    position: fixed;
    bottom: 2%;
    right: 1%;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: aqua;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    overflow: hidden;
}

.circle-nav:not(:first-of-type) {
  opacity: 0;
  background-color: black;
}

.nav-footer-picture{
  height: 100%;
  display: flex;
  float: left;
}

#link1:hover, #link2:hover, #link3:hover, #link4:hover, #link5:hover, #link6:hover {
  width: 240px;
  transition: 0.5s;
}

#plus {
    background-image: url("../img/nav_footer/icone_plus.png");
    background-size: cover;
    overflow: hidden;
    z-index: 990;
}

.paragraph-footer-btn{
  float: right;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 70%;
  text-decoration: none;
  color: aqua;
}

.paragraph-footer-btn:hover {
  color: aqua;
}

.link1out{
	animation: move1out 0.5s 1 forwards;
}

.link1in{
	animation: move1in 0.5s 1 forwards;
}

.link2out{
	animation: move2out 0.5s 1 forwards;
}

.link2in{
	animation: move2in 0.5s 1 forwards;
}

.link3out{
	animation: move3out 0.5s 1 forwards;
}

.link3in{
	animation: move3in 0.5s 1 forwards;
}

.link4out{
	animation: move4out 0.5s 1 forwards;
}

.link4in{
	animation: move4in 0.5s 1 forwards;
  z-index: 1;
}

.link5out{
	animation: move5out 0.5s 1 forwards;
}

.link5in{
	animation: move5in 0.5s 1 forwards;
  z-index: 1;
}

.link6out{
	animation: move6out 0.5s 1 forwards;
}

.link6in{
	animation: move6in 0.5s 1 forwards;
  z-index: 1;
}

.plus{
	animation: goplus 0.5s 1 forwards;
}

.times{
	animation: gotimes 0.5s 1 forwards;
}

@keyframes move1out {
    from {
      transform: rotate(180deg);
      z-index: 1;
      opacity: 0;
    }
    to {
      transform: translateY(-480px) rotate(360deg);
      z-index: 950;
      opacity: 1;
    }
  }
  
@keyframes move1in {
  from {
    transform: translateY(-480px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes move2out {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-400px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move2in {
  from {
    transform: translateY(-400px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes move3out {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-320px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move3in {
  from {
    transform: translateY(-320px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes move4out {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-240px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move4in {
  from {
    transform: translateY(-240px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}


@keyframes move5out {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-160px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move5in {
  from {
    transform: translateY(-160px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}


@keyframes move6out {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-80px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move6in {
  from {
    transform: translateY(-80px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}


@keyframes move1out2 {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-380px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}
  
@keyframes move1in2 {
  from {
    transform: translateY(-380px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes move2out2 {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-320px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move2in2 {
  from {
    transform: translateY(-320px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes move3out2 {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-260px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move3in2 {
  from {
    transform: translateY(-260px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes move4out2 {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-200px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move4in2 {
  from {
    transform: translateY(-200px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}


@keyframes move5out2 {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-140px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move5in2 {
  from {
    transform: translateY(-140px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}


@keyframes move6out2 {
  from {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
  to {
    transform: translateY(-80px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
}

@keyframes move6in2 {
  from {
    transform: translateY(-80px) rotate(360deg);
    z-index: 950;
    opacity: 1;
  }
  to {
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
  }
}

@keyframes goplus {
  from {
    transform: rotate(-80deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes gotimes {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-135deg);
  }
}

@keyframes stretch-animate {
  from{
    width: 70px;
  }
  to {
    width: 240px;
  }
}



div.alert-box {
  margin: auto;
  width: 50%;
  padding: 20px 30px 20px 50px;
  position: fixed;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  background: #2b2b2b;
  -webkit-box-shadow: 0px 0px 15px 0px #c29f6a;
  -moz-box-shadow: 0px 0px 15px 0px #c29f6a;
  box-shadow: 0px 0px 15px 0px #c29f6a;
  overflow: auto;
  transition: all 1s;
  transition-timing-function: cubic-bezier(0.5, -0.75, 0.5, 2);
  opacity: 0;
  z-index: 950;
  border-radius: 15px;
  display: none;
}

.alert-active {
  top: 50% !important;
  left: 50% !important;
  opacity: 1 !important;
  display: block !important;
}

.alert-cover {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  z-index: 940;
  transition: all 1s;
}

.cover-active {
  display: block;
}

.alert-box .h1P {
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.alert-box p {
  padding-bottom: 20px;
}

.alert-box button {
  color: black;
    background: #c29f6a;
    padding: 157px;
    border-radius: 30px;
    border: 0;
    padding: 20px 100px 20px 100px;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

.hide{
  display: none;

}

.z-1{
  z-index: 1;

}

.z-2{
  z-index: 2;

}

.z-3{
  z-index: 2;

}

.cookies{
    display: none;
    width: 40vw;
    background-color: #464546;
    border: 1px solid #c29f6a;
    border-radius: 15px;
    padding: 20px 50px 20px 50px;
    color: white;
    position: absolute;    
    bottom: 10%;
    left: 0%;
}

.cookies div{
    display: flex;
}

.cookies div a{
    cursor: pointer;
}



@media screen and (max-width: 1024px){
  
  .right-top-navbar{
    display: initial!important;
  }

  .right-top-navbar a{
      margin-bottom: 10px;
  }
  .top-navbar .logo{
    height: 60px!important;
  }
}

@media screen and (max-width: 1100px){
  .top-navbar{
    height: 85px;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 2px 2px 10px 0px #8080808f;
  }

  .top-navbar .logo {
    margin-top: 1%;
    height: 30px;
  }
  .top-navbar :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(-10px) rotate(225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-30px) rotate(-225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
}

@media screen and (max-width: 820px) {
  .top-navbar .links{
    top: 6vh!important;
  }
  .top-navbar .logo{
    height: 60px;
  }
  .circle-nav:not(.times):not(#plus){
    height: 50px;
  }
  .link4out img, .link3out img{
    width: 30px!important;
    height: 30px!important;
  }

  .link1out{
    animation: move1out2 0.5s 1 forwards, stretch-animate 1s 1s linear forwards!important;
  }
  
  .link1in{
    animation: move1in2 0.5s 1 forwards!important;
  }
  
  .link2out{
    animation: move2out2 0.5s 1 forwards, stretch-animate 1s 0.75s linear forwards!important;
  }
  
  .link2in{
    animation: move2in2 0.5s 1 forwards!important;
  }
  
  .link3out{
    animation: move3out2 0.5s 1 forwards, stretch-animate 1s 0.5s linear forwards!important;
  }
  
  .link3in{
    animation: move3in2 0.5s 1 forwards!important;
  }
  
  .link4out{
    animation: move4out2 0.5s 1 forwards, stretch-animate 1s 0.25s linear forwards!important;
  }
  
  .link4in{
    animation: move4in2 0.5s 1 forwards!important;
    z-index: 1;
  }
  
  .link5out{
    animation: move5out2 0.5s 1 forwards, stretch-animate 1s 0.25s linear forwards!important;
  }
  
  .link5in{
    animation: move5in2 0.5s 1 forwards!important;
    z-index: 1;
  }
  
  .link6out{
    animation: move6out2 0.5s 1 forwards, stretch-animate 1s 0.25s linear forwards!important;
  }
  
  .link6in{
    animation: move6in2 0.5s 1 forwards!important;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {

  .top-navbar .logo {
    margin-top: 2%;
    height: 45px!important;
  }

  .alert-box{
    width: 70%!important;
  }

  .top-navbar{
    height: 65px;
  }
  .top-navbar :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(0px) rotate(225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-20px) rotate(-225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
}

@media screen and (max-width: 576px) {
  
  .circle-nav{
    right: 3%;
  }

  .link1out {
    animation:  move1out 0.5s 1 forwards, stretch-animate 1s 1s linear forwards;
  }
  
  .link2out {
    animation:  move2out 0.5s 1 forwards, stretch-animate 1s 0.75s linear forwards;
  }
  
  .link3out {
    animation:  move3out 0.5s 1 forwards, stretch-animate 1s 0.5s linear forwards;
  }
  
  .link4out {
    animation:  move4out 0.5s 1 forwards, stretch-animate 1s 0.25s linear forwards;
  }
  
  .link5out {
    animation:  move5out 0.5s 1 forwards, stretch-animate 1s 0.25s linear forwards;
  }
  
  .link6out {
    animation:  move6out 0.5s 1 forwards, stretch-animate 1s 0.25s linear forwards;
  }

}

@media screen and (max-width: 470px) {
  .alert-box button{
    padding: 20px 30px 20px 30px!important;
  }
  .alert-box{
    padding: 10px 20px 10px 20px!important;
    width: 85vw !important;
    overflow-x: hidden;
    max-height: 70vh;
    overflow-y: auto;
  }

  .top-navbar{
    height: 45px;
  }
  .top-navbar .logo {
    height: 32px!important;
  }
  .top-navbar .icon-burger .line{
    height: 3px;
  }
  .top-navbar :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(5px) rotate(225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-12px) rotate(-225deg);
	}
	.top-navbar :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
  .top-navbar .links{
    top: 40px!important;
  }
}


@media screen and (max-width: 320px) {
  .alert-box .h1P{
    font-size: 25px;
  }
  .alert-box button{
    padding: 10px 20px 10px 20px!important;
  }
}

/** BUTTON STYLE FOR ALL FRONT **/


.btn-anim {
  color: aqua;
  position: relative;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid currentColor;
  text-decoration: none;
}

.btn-anim:before, .btn-anim:after {
  content: "";
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 80px solid black;
  z-index: -1;
}
.btn-anim:before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}
.btn-anim:after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}
.btn-anim:hover {
  color: aqua;
}
.btn-anim:hover:before {
  transform: translateX(-40%);
}
.btn-anim:hover:after {
  transform: translateX(40%);
}

.btn-anim-gold{
  color: black;
  position: relative;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-anim-gold:before, .btn-anim-gold:after {
  content: "";
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 90px solid #d3ad73;
  z-index: -1;
}

.btn-anim-gold:before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}
.btn-anim-gold:after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}
.btn-anim-gold:hover {
  color: black;
}
.btn-anim-gold:hover:before {
  transform: translateX(-40%);
}
.btn-anim-gold:hover:after {
  transform: translateX(40%);
}

@media screen and (max-width: 1100px){
    .top-navbar ul li a {
        color: #ffe3b6;
    }
}

a.page-active{
    color: aqua!important;
}

.tab-bar-visible header{
  /*margin-top: 100px;*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  
  .top-navbar .links{
      top: auto;
  }
  .top-navbar :checked ~ .icon-burger .line:nth-child(1){
    transform: translateY(5px) rotate(225deg);
  }
  .top-navbar :checked ~ .icon-burger .line:nth-child(3){
    transform: translateY(-15px) rotate(-225deg);
  }
  .top-navbar .icon-burger .line{
    width: 40px;
  }
}




@media only screen 
  and (min-device-width: 1080px) 
  and (max-device-width: 1200px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .top-navbar .logo{
    height: 65px;
  }
  .top-navbar .links{
    top: 80px;
  }
}