@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
:root {
  --main-bg-color: 205;
  width: 100vw;
}
.body {
	font-family: arial, verdana, sans-serif;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: scroll, fixed;
	background-image: url('../images/background.jpg'), radial-gradient(ellipse at 2256px 1656px, #d70a21, #5d0502 30%,#0a0200 80%, black);
	max-width:1024px;
	text-align:center;
	margin-left:auto; margin-right:auto; margin-top:0px;
  overflow-x:hidden;
}

a:link {color: #ffffff; text-decoration: none; margin-bottom:2px;}
a:visited {color: #ffffff; text-decoration: none; margin-bottom:2px;}
/*a:hover {color: #ffffff; text-decoration: none; margin-bottom:2px;}
a:active {color: #ffffff; text-decoration: none; margin-bottom:2px;}*/

.usual_link a {color: revert; text-decoration: revert}

#bganchor {
  position:absolute;
  top:0px;
  left:0px;
  z-index:0;
  overflow:hidden;
  height:100vh;
  width:100vw;
}
.pic-wrapp {
	max-width: 100%;
	height: auto;
  position: relative;
  z-index: 4;
}
.flags{
	color: black;
}
.flags-wrapp {
  position: absolute;
  text-align: left;
  padding-left: 7px;
  z-index: 1;
  margin-top: 5px;
}
.flags-bw {
  position: absolute;
  background: hsl(var(--main-bg-color),20%,70%,0.9);
  z-index: -2;
  border-radius: 10px 10px 0px 0px;
  height: 50%;
  width: 100px;
  margin-top: 5px;
} 
/* Tabs management */
.tabs {
  width:100%;
  display:inline-block;
  z-index: 5;
  position: relative;
  margin-bottom: 50px;
}
.tab-bg {
  background:hsl(var(--main-bg-color),20%,75%);
  position:absolute;
  height:500%;
  width: 100%;
  margin:0px;
  z-index:-1;
}
.tab-links {
  margin:0px;
  padding-left: 95px;
  display:flex;
  flex-wrap:wrap-reverse;
  flex-direction:row;
  justify-content:left;
}
.tab-links li {
	margin-left: 0px; margin-right: 1px;
  position:relative;
	float:left;
	list-style:none;
  margin-top:2px;
  transition: margin 0.15s;
}
.tab-links li:hover {
  margin-top:0px;
}
.tab-links li:focus-within {
  margin-top:0px;
}
.tab-links li.active {
  margin-top:0px;
}
.tab-links a {
	padding:9px 8px 9px;
	display:inline-block;
	border-radius:10px 10px 0px 0px;
	font-size:1.2em;
	font-weight:600;
	color:#ddd;
	background:hsl(var(--main-bg-color),20%,30%);
  outline: 0px solid transparent;
  outline-offset:-1px;
	transition-property: padding, color, background, outline;
  transition-duration: 0.15s;
  user-select:none;
}
.tab-links a:hover {
  padding-bottom:11px;
	background:hsl(var(--main-bg-color),12%,50%);
	outline:1px solid white;
	text-decoration:none;
}
.tab-links a:focus-within {
  padding-bottom:11px;
	background:hsl(var(--main-bg-color),12%,50%);
	outline:1px solid white;
	text-decoration:none;
}
.tab-links li.active a, .tab-links li.active a:hover {
  padding-bottom:11px;
	color:#000;
	background:hsl(var(--main-bg-color),20%,65%);
	outline:1px solid black;
}
.tab-content {
	padding-left:10px;
	border-radius:3px;
	margin-bottom:10px;
	background:hsl(var(--main-bg-color),20%,75%);
	color:#000;
	font-size:1.1em;
}
.centerTabs {
	overflow:hidden;
}
.tab {
	display:none;
	margin-top:0px;
  margin-bottom:5px;
  padding-bottom: 1px;
}
/* Inside tab layout */
.col-wrapper {
  display:flex;
  align-items:center;
}
.col-left {
  float:left;
  width:60%;
}
.col-right {
  float:right;
  width:40%;
}
.flex_even {
  display:flex;
  justify-content: space-evenly;
}
/* General text*/
.subs {
  font-weight: 800;
  text-align: center;
  padding-top:16px;
  margin-bottom:16px;
  font-size: 1.3em;
}
.subcarreer {
clear: both; display: block; border-style:solid none solid none; border-width:1px; font-weight:600; margin-top: 0px; margin-bottom:-5px;
}
.subcarreer-mid {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
.subcarreer-right {
  float: right;
  margin-right: 10px;
}
.edits {
	text-align: left; margin-left:2%; font-size: 1em; margin-bottom:5px; max-width:95%;
}
.txtCV { 
  text-align:justify; font-size:.9em; padding-bottom:10px; margin-bottom:0px;
}
.txtTalk {
  text-align: center;
  margin-right: 10%;
  margin-left: 10%; 
}
.figure > p {
 text-align: center;
 margin-top: 0;
 margin-left: 1em;
 margin-right: 1em;
}
.badges {
  display: flex;
  justify-content: flex-end;
}
.badges > img {
  height: fit-content;
  margin: 10px;
}

/* Specific text */
.txtThese {
  width: 50%;
  margin-left: 25%;
}
#txtTheseTitle {
  color: #180573;
  font-weight: bold;
}
#txtTheseTitle + div {
  display: flex;
  justify-content: space-evenly;
}
#txtTheseTitle + div p {
  margin-top: 0;
}
#txtTheseTitle + div a:nth-child(2) {
  width: 30%;
}
/* Mail */
#cwc {
  border-radius: 10px;
  background-color: #bebdee;
  width: fit-content;
  padding: 5px;
  margin: 5px auto;
}
#spc {
  padding: 10px;
}
#spc .h {
  display: none;
}
#spc .v {
  display: inline;
}

/* Software tab*/
.software_cat {
  border-style: solid none solid none;
  border-width: 1px;
  font-weight: 600;
  margin: 5px;
  padding: 2px;
}
.software_cloud_cont {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: 15%;
  justify-content: space-around;
  align-items: center;
}
.software_item {
  padding: 5px;
  border-radius: 10px;
  background-color: #bebdee;
  margin: 10px;
  max-width: 40%;
  height: fit-content;
}
.software_item.golden {
  padding: 10px 15px 10px 15px;
  background: linear-gradient(#bebdee7a,#bebdee7a), radial-gradient(ellipse farthest-corner at right bottom, #dab800 0%, #FDB931 8%, #c28e08 30%, #b28222 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffef97 0%, #ffe350 8%, #dcbf20 25%, #aa8f00 62.5%, #806c00 100%);
}

.details_webapp > summary {
  font-size: large;
  font-weight: bold;
  margin-bottom: 1em;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
}
.details_webapp > summary::before {
  content: '';
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-image: url('../images/svg/arrow_l.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
}
.details_webapp[open] > summary::before {
  transform: rotate(90deg);
}

.inlineapp {
  padding-bottom: 1px;
}

.inlineapp .domainsetting {
  display: flex;
  flex-wrap: wrap;
}

.inlineapp .domainform {
	display: grid;
	grid-template-columns: repeat(4, auto);
  grid-column-gap: 0.5em;
	float: left;
  justify-items: right;
}

.inlineapp .domainformbutton {
  display: flex;
  margin-left: 0.5em;
  margin-right: 1em;
}

.inlineapp .domainform input {
  width: 5ch;
}

.inlineapp .metricform {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 2.5ex 2.5ch;
}

.inlineapp .metricdiv {
  display: flex;
  flex-wrap: wrap;
}

.inlineapp .metricdiv .centerdot {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.inlineapp .canvasSmall {
  width: 60px;
  height: 60px;
  margin-left: 1em;
  background-color: black;
}

.inlineapp .canvascont {
/*background-color: #f1f1f1; */
  padding: 20px;
  margin: 20px;
  text-align: center;
}

.inlineapp .canvasInte {
	margin: 0 auto;
	display: block;
	cursor: pointer;
	background-color: #ffffff;
}

/* Misc tab */
#wikipedia {
 margin: 2ex;
 text-align: left;
}
#wikipedia .wksource {
  border-style: inset;
}

