/*Design MKS*/
/*loader CSS*/
/*Petites points*/
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loader {
  display: flex;
  justify-content: space-between;
  width: 80px;
}

.loader div {
  width: 16px;
  height: 16px;
  background-color: #FF5C35;
  border-radius: 50%;
  animation: grow-shrink 1.5s infinite;
}

.loader div:nth-child(1) {
  animation-delay: 0s;
}

.loader div:nth-child(2) {
  animation-delay: 0.3s;
}

.loader div:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes grow-shrink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/*ANIMATIONS*/
@keyframes apparitionFondue
{
	from 
	{
		opacity: 0;
		margin-top: 2%;
	}
	to
	{
		opacity: 1;
		margin-top: 0%;
	}
}

@keyframes apparitionHautSousMenu
{
	from
	{
		height: 0px;
		opacity: 0;
		margin-top: 2%;
		margin-top: -10%;
	}
	to
	{
		height: 1px;
		opacity: 1;
		margin-top: 0%;
	}
}

@keyframes defilementPhotosA

body::-webkit-scrollbar
{
width: 5px;
background-color: #EAE3DB;
}

body::-webkit-scrollbar-thumb
{
background: darkred;
}

body::-webkit-scrollbar-thumb:hover {
    background: #BD2918; 
}

body::-webkit-scrollbar-thumb:active {
    background: #8D2811;
}

body
{
background: rgb(14,14,14);
background: linear-gradient(90deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
overflow-x: hidden;
}

div::-webkit-scrollbar
{
width: 5px;
background-color: #EAE3DB;
}

div::-webkit-scrollbar-thumb
{
background: darkred;
}

div::-webkit-scrollbar-thumb:hover {
    background: #BD2918; 
}

div::-webkit-scrollbar-thumb:active {
    background: #8D2811;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
  margin-left: 10%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

h1
{
	color : rgb(135,104,44)/*couleur or*/;
}

h2
{
	-webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: rgb(135,104,44)/*couleur or*/;
  color: whitesmoke;
  border: rgb(135,104,44) solid 1px;
  margin-left: 25%;
  margin-right: 25%;
  border-radius: 30px;
}

h3
{
	color : rgb(135,104,44)/*couleur or*/;
  	font-size : 30px;
}

a
{
	color: purple;
}

a:visited
{
	color: whitesmoke;
	text-decoration: none;
}

a:link
{
	color: whitesmoke;
	text-decoration: none;
}

button
{
	border: none;
	background: rgb(214,214,214);
	background: linear-gradient(90deg, rgba(214,214,214,1) 0%, rgba(153,141,125,1) 100%, rgba(212,212,212,1) 100%);
	color: #3f3f3f;
	font-size: 15px;
	font-weight: bold;
	transition: 0.5s;
}

button:hover
{
	border: none;
	background: rgb(214,214,214);
	background: linear-gradient(90deg, rgba(214,214,214,1) 0%, rgba(153,141,125,1) 100%, rgba(212,212,212,1) 100%);
	color: #b94507;
	font-size: 15px;
	font-weight: bolder;
	cursor: pointer;
	transition: 0.5s;
}

input
{
	text-align: center;
	font-size: 15px;
	color : rgb(135,104,44);
	font-weight: bold;
	border: none;
	border-bottom: solid 1px #ffe8e8;
}

p
{
	font-family: font-family: Courier New, Courier, Prestige, monospace;
}

::placeholder {
  color: rgb(135,104,44);
  opacity: 0.5; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(135,104,44);
}

.enTete
{
	display: flex;
	box-shadow: 0px 0px 0px 10px black;
	background: black;
	justify-content: space-between;
}

ul
{
	display: inline-block;
	font-family: Courier New, Courier, Prestige, monospace;
	font-size: 20px;
	color: whitesmoke;
	margin-top: 2%;
	font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
}

ul:hover
{
	display: inline-block;
	font-family: Courier New, Courier, Prestige, monospace;
	font-size: 25px;
	color: whitesmoke;
	text-decoration: underline 1px;
	cursor: pointer;
	margin-top: 2%;
	font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
	transition: 1s;
}

li
{
	font-size: 80%;
	border-bottom: solid 1px red;
}

li:hover
{
	font-size: 80%;
	border-bottom: solid 1px red;
	font-weight: bold;
}

textarea
{
	resize: none;
	font-family: font-family: Courier New, Courier, Prestige, monospace;
	font-size: 15px;
	color: darkred;
	font-weight: bold;
	border: solid 1px rgb(135,104,44);
	overflow-y: scroll;
}

textarea::-webkit-scrollbar
{
width: 10px;
background-color: #EAE3DB;
}

textarea::-webkit-scrollbar-thumb
{
background: #ffd1d1;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #ff6e6e; 
}

textarea::-webkit-scrollbar-thumb:active {
    background: #8D2811;
}

.sousMenu
{
	position: absolute;
	list-style-type: none;
	display: none;
}


.enTete > ul:hover > .sousMenu
{
	position: absolute;
	list-style-type: none;
	float: center;
	display: block;
	width: 100;
	animation: 0.5s linear running apparitionHautSousMenu;
	font-family: font-family: Courier New, Courier, Prestige, monospace;
	color: whitesmoke;
	background-color : rgba(0, 0, 0, 0.3);
}

.sousSousMenu_1
{
	-webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: rgb(135,104,44)/*couleur or*/;
  color: whitesmoke;
  display: flex;
}

.sousSousMenu_1:hover
{
  color: #645c16;
  transition: 0.5s;
}

.sousSousMenuFormules
{
	display: none;
	border-bottom: none;
	color: black;
	height: 400px;
	overflow-y: scroll;
}

.sousSousMenuAchatEtReservation
{
	display: none;
	border-bottom: none;
	color: black;
	height: 400px;
	overflow-y: scroll;
}

.rubriqueFormules:hover .sousSousMenuAchatEtReservation /*Sous-Menu design (exemple : titres des packs dans le sous menu formules du menu)*/
{
	display: block;
	list-style-type: none;
	font-size: 25px;
	background-color : rgba(247, 249, 249, 0.9);
	animation: 0.25s linear running apparitionFondue;
	position: absolute;
	left: 32%;
	top: 85%;
}

.sousSousMenuAchatEtReservation::-webkit-scrollbar
{
width: 5px;
background-color: #EAE3DB;
}

.sousSousMenuAchatEtReservation::-webkit-scrollbar-thumb
{
background: darkred;
}

.sousSousMenuAchatEtReservation::-webkit-scrollbar-thumb:hover {
    background: #BD2918; 
}

.sousSousMenuAchatEtReservation::-webkit-scrollbar-thumb:active {
    background: #8D2811;
}

.rubriqueFormules:hover .sousSousMenuFormules /*Sous-Menu design (exemple : titres des packs dans le sous menu formules du menu)*/
{
	display: block;
	list-style-type: none;
	font-size: 25px;
	background-color : rgba(247, 249, 249, 0.9);
	animation: 0.25s linear running apparitionFondue;
	position: absolute;
	left: 28%;
	top: 100%;
}

.sousSousMenuFormules::-webkit-scrollbar
{
width: 5px;
background-color: #EAE3DB;
}

.sousSousMenuFormules::-webkit-scrollbar-thumb
{
background: darkred;
}

.sousSousMenuFormules::-webkit-scrollbar-thumb:hover {
    background: #BD2918; 
}

.sousSousMenuFormules::-webkit-scrollbar-thumb:active {
    background: #8D2811;
}

.rubriqueFormules:hover
{
	content: ">";
}

.nousContacter
{
	color: whitesmoke;
}

.nousContacter:visited
{
	color: whitesmoke;
	text-decoration: none;
}

.nousContacter:link
{
	color: whitesmoke;
	text-decoration: none;
}

.titreAccrocheur
{
	font-family: Courier New, monospace;
	font-size: 50px;
	color: whitesmoke;
	text-align: center;
	font-weight: bold;
}

.boutonQuiSommesNous
{
	border-radius: 30px;
	background: rgb(214,214,214);
	background: linear-gradient(90deg, rgba(214,214,214,1) 0%, rgba(153,141,125,1) 100%, rgba(212,212,212,1) 100%);
	border: none;
	font-size: 20px;
}

/*FENETRES*/
.fenetreQuiSommesNousDesign
{
	background-color: whitesmoke;
	color: #444444;
	font-family: font-family: Courier New, Courier, Prestige, monospace;
	font-size: 15px;
}

#FenQuiSommesNous
{
	background-color: whitesmoke;
}


/*Page qui sommes nous ?*/
.corpstextfenetresMenu
{
	display: flex;
	justify-content: space-between;
	text-align: right;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
	background-color: black;
}

.textfenetresMenu
{
color: whitesmoke;
font-size: 20px;
font-family: Courier New, Courier, Prestige, monospace;
text-align: left;
margin-left: 2%;
height: 598px;
overflow-y: scroll;

}

.textfenetresMenu::-webkit-scrollbar
{
width: 10px;
background-color: #EAE3DB;
}

.textfenetresMenu::-webkit-scrollbar-thumb
{
background: darkred;
}

.textfenetresMenu::-webkit-scrollbar-thumb:hover {
    background: #BD2918; 
}

.textfenetresMenu::-webkit-scrollbar-thumb:active {
    background: #8D2811;
}

/***************RECRUTEMENT*********************/
.boutonSubmitFormulaireRecrutement
{
	color: whitesmoke;
	background-color: darkred;
	font-size: 35px;
	border: none;
}

.boutonSubmitFormulaireRecrutement:hover
{
	color: darkred;
	background-color: whitesmoke;
	font-size: 35px;
	border: none;
	cursor: pointer;
}

.boutonSubmitFormulaireRecrutement:active
{
	color: whitesmoke;
	background-color: darkred;
	font-size: 35px;
	border: none;
}


/*********PACK*****************/
.boutonChoisirCePack
{
	border: none;
	border-radius: 30px;
	font-size: 25px;
  background: rgb(14,14,14);
  background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
  color: #f1e8c3;
  transition: 0.5s;
}

.boutonChoisirCePack:hover
{
	border: none;
	border-radius: 30px;
	font-size: 25px;
	background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
}

.lienPackSuivantPrecedent:hover
{
	text-decoration: underline 1px;
}

.packDevisBoutonValidation
{
	border: none;
	border-radius: 30px;
	font-size: 25px;
  background: rgb(14,14,14);
  background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
  color: #f1e8c3;
  transition: 0.5s;
}

.packDevisBoutonValidation:hover
{
	border: none;
	border-radius: 30px;
	font-size: 25px;
	background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
  cursor: pointer;
}

/*****Réserver un agent*******/
.boutonReserverAgent
{
	border: whitesmoke solid 1px;
	border-radius: 30px;
	font-size: 25px;
	background: rgb(14,14,14);
	background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
	color: #f1e8c3;
	transition: 0.5s;
	margin-bottom: 5%;
}

.boutonReserverAgent:hover
{
	border: whitesmoke solid 1px;
	border-radius: 30px;
	font-size: 25px;
	background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
  margin-bottom: 5%;
}

/*****Panier*******/
.panier
{
	display: flex;
	flex-direction: column;
	position: relative;
}

.panierBordureHaut::before
{
	content: '\\';	
	color: cadetblue;
}

.panierBordureHaut
{
	border-top: 3px solid cadetblue;
	height: 5px;
	width: 40px;
}

.panierBordureHaut::after
{
	content: '/';	
	color: cadetblue;
	height: 5px;
	width: 40px;
	margin-left: 50%;
}

.panierBordureBas
{
	border-bottom: 3px solid cadetblue;
	border-bottom-left-radius: 300px 250px;
  border-bottom-right-radius: 300px 250px;
	height: 5px;
	width: 30px;
	margin-left: 10%;
}

.afficheurNombreDansPanierBordHaut
{
	border: 1px solid darkred;
	background-color: darkred;
	height: 25px;
	width: 25px;
	font-size: 15px;
	border-radius: 100px;
}

.barre::before
{
	content: '\\';
	color: cadetblue;
	border: 2px solid cadetblue;
	background-color: cadetblue;
	border-bottom-left-radius: 100px 250px;
	border-top-right-radius: 100px 250px;
	position: relative;
	top: 30%;
}

.barre::after
{
	content: '';
	font-size: 15px;
	border: 2px solid cadetblue;
	background-color: cadetblue;
	border-bottom-left-radius: 100px 250px;
	border-top-right-radius: 100px 250px;
	position: relative;
	top: 30%;
	margin-right: 20%;
}

.roues
{
	margin-top: 15%;
	text-align: center;
}

.roues::before
{
	content: 'O';
	color: cadetblue;
	position: relative;
	font-weight: bold;
}

.roues::after
{
	content: 'O';
	color: cadetblue;
	position: relative;
	margin-left: 25%;
	font-weight: bold;
}

.boutonAjouterAuPanier
{
	border: none;
	border-radius: 30px;
	font-size: 15px;
  background: rgb(14,14,14);
  background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
  color: #f1e8c3;
  transition: 0.5s;
}

.boutonAjouterAuPanier:hover
{
	border: none;
	border-radius: 30px;
	font-size: 15px;
	background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
}

/*******PANIER************/

.flecheQuantiteDevis
{
	cursor: pointer;
}

.boutonCommandePanier
{
	border: none;
	border-radius: 0px;
	font-size: 15px;
  background: rgb(14,14,14);
  background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
  color: #f1e8c3;
  transition: 0.5s;
  font-size: 20px;
}

.boutonCommandePanier:hover
{
	border: none;
	border-radius: 0px;
	font-size: 15px;
	background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
  cursor:pointer;
  font-size: 25px;
}

/******Charte informatique******/
.texteCharteInformatiqueBaliseP
{
	text-align:left;
	margin-left: 10%;
	margin-right: 10%;
	color: whitesmoke;
	font-size: 20px;
}

.lienCharteInformatique
{
	color: white;
	font-weight: bolder;
}

.lienCharteInformatique:hover
{
	color: darkgrey;
}

.chapitreCharteInformatique
{
	-webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: whitesmoke;
  color: whitesmoke;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 30px;
  text-align: left;
  font-size: 25px;
}


/*******fenêtre cookies********/
.blockMessageCookie
{
	position: absolute;
	top: 20%; 
	left: 20%; 
	display: block;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	animation: 1s linear running apparitionHautSousMenu;
}

.blockMessageCookie_1
{
	margin-left: 20%;
	margin-right: 20%;
	background-color: whitesmoke;
	color: rgba(135,104,44,1);
	border-radius: 50px;
}

.blockMessageCookie_2
{
	
}

.blockMessageCookie_bouton
{
	border: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0px;
	font-size: 25px;
  background: rgb(14,14,14);
  background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
  color: #f1e8c3;
  transition: 0.5s;
}

.blockMessageCookie_bouton:hover
{
	border: none;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px;
	font-size: 25px;
	background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
}

/*images accueil*/

.imagesAgentsAccueil > img
{
	width: 100%;
	margin : auto;
}

.imagesCostumeTopAccueil > img
{
	width: 100%;
	height: 400px;
	margin : auto;
}

/*Diapo images Monaco*/
main{
    width: 80%;
    margin: auto;
}

div > .imageDiapo
{
	width: 80%;
	margin : auto;
	height: 500px;
}

.diapo{
    position: relative;
    overflow: hidden;
}

.elements{
    display: flex;
}

.element{
    flex: 1 0 100%;
    position: relative;
}

.element > .imageDiapo{
    width: 100%;
}

.caption{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.titreDiapo
{
	-webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: rgb(135,104,44)/*couleur or*/;
  color: whitesmoke;
  border: rgb(135,104,44) solid 1px;
  font-size: 50px;
  border-radius: 30px;
}

.sousTitreDiapo
{
  color: whitesmoke;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
}

#nav-gauche-monaco, #nav-droite-monaco{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 5rem;
    opacity: 0.5;
    cursor: pointer;
}
#nav-gauche-monaco:hover
{
	opacity: 1;
}
#nav-droite-monaco:hover
{
	opacity: 1;
}
#nav-droite-monaco{
    right: 0;
}

/*Diapos images nos équipe*/
div > .imageDiapo2
{
	width: 100%;
	margin : auto;
	height: 800px;
}

.diapo2{
    position: relative;
    overflow: hidden;
}

.elements2{
    display: flex;
}

.element2{
    flex: 1 0 100%;
    position: relative;
}

.element2 > .imageDiapo2{
    width: 100%;
}

.caption2{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.titreDiapo2
{
	-webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: rgb(135,104,44)/*couleur or*/;
  color: whitesmoke;
  border: rgb(135,104,44) solid 1px;
  font-size: 50px;
  border-radius: 30px;
}

.sousTitreDiapo2
{
  color: whitesmoke;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
}

#nav-gauche-equipe, #nav-droite-equipe{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 5rem;
    cursor: pointer;
    opacity: 0.5;
}
#nav-gauche-equipe:hover
{
	opacity: 1;
}
#nav-droite-equipe:hover
{
	opacity: 1;
}
#nav-droite-equipe{
    right: 0;
}

/*Reservation agent*/
.validationReservation
{
  border: none;
  border-radius: 30px;
  font-size: 20px;
  background: rgb(14,14,14);
  background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
  color: #f1e8c3;
  transition: 0.5s;
  margin-bottom: 1%;
}

.validationReservation:hover
{
  border: none;
  border-radius: 30px;
  font-size: 20px;
  background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 1%;
}

.texteReserverUnAgent
{
	-webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: rgb(135,104,44)/*couleur or*/;
  color: whitesmoke;
  border: rgb(135,104,44) solid 1px;
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 30px;
  font-size: 20px;
  transition: 0.5s;
}

.texteReserverUnAgent:hover
{
border: rgb(135,104,44) solid 1px;
margin-left: 15%;
margin-right: 15%;
border-radius: 30px;
font-size: 20px;
background: rgb(14,14,14);
background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
color: #695608;
cursor: default;
transition: 0.5s;
}

#blocReservationAgent
{
	text-align: center;
	background-color: whitesmoke;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: 5%;
	margin-right: 5%;
	color: rgb(115, 115, 73);
}

/*****Télécharger la brochure*******/
.boutonBrochure
{
	border: whitesmoke solid 1px;
	border-radius: 30px;
	font-size: 25px;
	background: rgb(14,14,14);
	background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
	color: #f1e8c3;
	transition: 0.5s;
	margin-bottom: 5%;
}

.boutonBrochure:hover
{
  border: whitesmoke solid 1px;
  border-radius: 30px;
  font-size: 25px;
  background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
  margin-bottom: 5%;
}

/********PORTFOLIO********/
.blocSection
{
	margin-top: 7%;
	margin-bottom: 7%;
	border-top: solid 1px #F0EAD3;
	border-bottom: solid 1px #F0EAD3;
}

.imagePortfolio
{
	height: 100%;
	width: 100%;
  	display: block;
  	position: relative;
  	animation: apparitionFondue 1s;
}

.blockImagesTexte
{
	display: flex;
	flex-direction: row;
	margin-top: 0%;
	margin-bottom: 0%;
  	margin-left: 5%;
	justify-content: space-around;
	flex-direction: row;
  	overflow-y: scroll;
  	height: 500px;
}

.blockImagesPortfolio
{
	height: 100%;
	width: 40%;
	overflow-y: scroll;
}

.blockTextePortfolio
{
	font-family: serif;
  	margin-left: 2%;
  	margin-right: 2%;
  	height: 500px;
  	width: 50%;
  	overflow-y: scroll;
  	font-size: 20px;
}

.titreblocImagesText
{
	font-size: 150%;
}

.boutonTelPortfolio
{
	border: none;
	border-radius: 30px;
	font-size: 25px;
  background: rgb(14,14,14);
  background: linear-gradient(165deg, rgba(14,14,14,1) 0%, rgba(135,104,44,1) 100%);
  color: #f1e8c3;
  transition: 0.5s;
}

.boutonTelPortfolio:hover
{
	border: none;
	border-radius: 30px;
	font-size: 25px;
	background: rgb(14,14,14);
  background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(135,104,44,1) 100%);
  color: #695608;
  transition: 0.5s;
}