﻿/* MENU BUTTON
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:100i,400");

.menu__toggler {
  position: absolute;
  78787878top: 20px; top: 10px;
  left: 20px; left: 10px;
  z-index: 999;
  width: 28px;  width: 50px;
  height: 28px;  height: 50px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center; position: fixed;
  cursor: pointer;
}

.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {    111margin-left: 4px; 
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #fafafa;
  border-radius: 20px;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}



/**BEGINNING OF ADDITION - positionning inside circle container **/
.menu__toggler span {    
	margin-left: 8px !important;
	}
/**END OF ADDITION - positionning inside circle container **/








.menu__toggler span::before {
  top: -8px;
}
.menu__toggler span::after {
  top: 8px;
}
.menu__toggler.active > span {  
  background: transparent;
}
.menu__toggler.active > span::before, .menu__toggler.active > span::after {
  7878background: #005c9c;  background: #ffff00;
  top: 0px;
}
.menu__toggler.active > span::before {
  transform: rotate(-225deg); 
}
.menu__toggler.active > span::after {
  transform: rotate(225deg);
}

/*
 * SLIDING MENU PANEL
 */


/** DO NOT DELETE OR REMOVE ** customize scrollbar width, as well as thumb and track color INCLUDING FIREFOX **/
.menu {
	77scrollbar-width: auto;
	77scrollbar-width: thin;
	scrollbar-width: thin !IMPORTANT;
	scrollbar-color:  #3d3d29 #160410; scrollbar-color: #7a7a52 #160410;
}


.menu .button-group {
	scrollbar-width: thin !IMPORTANT;
	scrollbar-color:  #160410 #160410;
}
/** END OF DO NOT DELETE OR REMOVE ** customize scrollbar width, as well as thumb and track color INCLUDING FIREFOX **/







.menu {
  	font-family: "Raleway";
  ????position: absolute; position: fixed; top: 0; margin-top: 0px;
  left: -30%;
  z-index: 998;
  7878color: #005c9c;    777text-shadow: 0 1px 10px #000;  
  7878background: rgba(250, 250, 250, 0.7);    background: rgba(23, 21, 29, 0.7);
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  width: 30%;
  height: 100%;
  7878padding: 100px; padding: 20px !important;
  display: flex;
  flex-direction: column;
  7878justify-content: center;
  transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
  	box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.75);
	overflow-y: auto;
}

.menu {
	padding-top: 100px !important; 
	}

.menu a {
	color: #FFFFFF !important;
	}

.menu a:hover {
	color: #ffff00 !important;
	text-decoration: none;
	}

@media only screen and (max-width: 600px) {
  .menu {
    width: 250px;
    left: -250px;
    padding: 50px;
  }
}
.menu.active {
  left: 0;
}
.menu p { 77font-weight: bold; font-weight: 700;   
  font-size: 1.2rem; font-size: 1rem;
  margin-bottom: 0.5rem;   777margin-bottom: 0.3rem;
}

.menu a {
	display: block;
	}

/*
 * BASIC STYLES
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




/** STAMP **/

#miniature-stamp {
	display:flex; flex-direction: row; justify-content: center; align-items: center;
	}




/**********/

.visitor-counter {
	bottom: 0; 
	margin-bottom: 0px; 
	position: absolute;
	}









/****************BUTTON DYNAMIC BORDER***************************************************************************/
.menu__toggler {
  	background: radial-gradient(#480D35 ,#17151d);  
  	border-radius: 50%;
  	border: none;
  	outline: none;
	}


/** BEGINNING OF MEDIA PLAYER INDICATOR SPIN **/
.menu__toggler {
	padding: 0px;
  	--border-angle: 0turn;
  	--main-bg: conic-gradient(
      		from var(--border-angle),
      		#213,
      		#112 5%,
      		#112 60%,
      		#213 95%);
  	border: solid 3px transparent; 
  	border-radius: 2em; 
  	--gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
  	background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  	background-position: center center;
  	-webkit-animation: bg-spin 3s linear infinite;
          	animation: bg-spin 3s linear infinite; 
		}

@-webkit-keyframes bg-spin {
  	to {
    		--border-angle: 1turn;
  		}
	}



@keyframes bg-spin {
  	to {
    		--border-angle: 1turn;
  		}
	}



.menu__toggler:hover {
  	-webkit-animation-play-state: paused;
          	animation-play-state: paused;

  	border: solid 1px transparent;
  	border-radius: 50%;
  	--main-bg: conic-gradient(
      		from var(--border-angle),
      		#7733FF,
      		#BB99FF 5%,
      		#BB99FF 60%,
      		#7733FF 95%); background: #480D35;
	}
/****************END OF BUTTON DYNAMIC BORDER***************************************************************************/
