@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700");
:root {
  --color-0: #113f67;
  --color-1: #38598b;
  --color-2: #758ca0;
  --color-3: rgba(255, 255, 255, 0.70);
  --color-4: rgba(255, 255, 255, 0.85);
  --color-bg: var(--color-0) ;
}

html {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
html body {
  padding: 0rem 1rem 1rem 1rem;
  margin: 0;
}

.e-mail {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.e-mail:before {
  content: attr(data-website);
}
.e-mail:after {
  content: "@" attr(data-user);
}

.phone {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.content h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--color-0);
}
.content h2.hidden {
  display: none;
}
.content .v-expand dl > dd {
  padding-top: 0.3rem;
}
.content dl > dd {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.content dl > dd > ul {
  padding-left: 1.5rem;
}
.content dl > dd em {
  font-weight: 500;
}
.content .level2 dt {
  font-weight: 500;
  font-size: 1.2rem;
}
.content .level2 dt .logo-company {
  height: 2rem;
  vertical-align: baseline;
  transform: translateX(1rem) translateY(10%);
}
.content .level2 dt .tenevia {
  transform: translateX(1rem) translateY(30%);
}
.content .level2 dt .exwexs {
  transform: translateX(1rem) translateY(20%);
}
.content .level2 dt .floralis {
  transform: translateX(1rem) translateY(30%);
}
.content .level2 dt .meteostrategy {
  transform: translateX(1rem) translateY(25%);
}

.name {
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
}
.name .family {
  color: var(--color-1);
}
@media screen and (max-width: 600px) {
  .name {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 416px) {
  .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 365px) {
  .name {
    font-size: 1.6rem;
  }
}

img.photocv {
  width: 10rem;
  border: 0.5rem solid var(--color-3);
  background-color: var(--color-bg);
  border-radius: 50%;
  filter: drop-shadow(3px 3px 3px black);
}
.head img.photocv {
  border-color: var(--color-1);
  vertical-align: -2rem;
  margin-right: 1rem;
  width: 5rem;
}
@media screen and (max-width: 600px) {
  .head img.photocv {
    margin-right: 0.7rem;
    border-width: 0.35rem;
    filter: drop-shadow(2px 2px 2px black);
    width: 4rem;
    vertical-align: -1.4rem;
  }
}
@media screen and (max-width: 416px) {
  .head img.photocv {
    margin-right: 0.5rem;
    border-width: 0.3rem;
    width: 3.5rem;
    vertical-align: -1.4rem;
  }
}

.subhead {
  font-size: 1.2rem;
}
.subhead ul {
  padding-left: 1rem;
}
.subhead ul li {
  list-style: none;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  background: var(--color-bg);
  color: var(--color-4);
}
#menu a {
  text-decoration: none;
}
#menu h1 {
  line-height: 2rem;
  font-size: 2rem;
  font-variant: small-caps;
  font-weight: 500;
  color: var(--color-4);
}
#menu .horizontal-hide {
  font-variant: small-caps;
  margin-bottom: 0;
}
#menu img.photocv {
  display: none;
}
#menu a#toggle-nav {
  display: none;
  cursor: pointer;
}
@media print {
  #menu {
    display: none;
  }
}

nav a {
  text-decoration: none;
  font-weight: 800;
}
nav > ul li {
  list-style: none;
  text-transform: uppercase;
}
nav > ul li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--color-3);
  letter-spacing: 0.1rem;
}
nav > ul li a:hover {
  color: var(--color-4);
}

#nav-respo {
  display: none;
  position: fixed;
  top: 3rem;
  right: 0;
  z-index: 20;
  padding-left: 1rem;
  padding-right: 1rem;
  background: var(--color-bg);
}
#nav-respo.open {
  display: block;
}
#nav-respo ul {
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  #nav-links {
    display: none;
  }
  #menu {
    height: 3rem;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  #menu h1 {
    margin: 0.5rem;
  }
  #menu .horizontal-hide {
    display: none;
  }
  #menu a#toggle-nav {
    display: block;
    margin: 0.5rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  .content {
    padding-bottom: 2rem;
  }
  .content section {
    padding-top: 4rem;
    margin-bottom: -3rem;
  }
}
@media screen and (min-width: 801px) {
  #menu {
    width: 17rem;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
    text-align: center;
  }
  #menu .menu-top {
    margin-top: auto;
  }
  #menu img.photocv {
    display: inline;
  }
  #menu nav {
    margin-top: 0.5rem;
    margin-bottom: auto;
  }
  #menu nav > ul {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  #menu nav > ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: block;
  }
  .content {
    padding-left: 17rem;
  }
  .content section {
    padding-top: 1rem;
  }
  .content .head img.photocv {
    display: none;
  }
}
.bib-authors em {
  font-weight: 500;
}

.social ul {
  padding: 0;
  justify-content: left;
}

.social ul li {
  list-style: none;
  display: inline-flex;
}

.social ul li a {
  border-radius: 50%;
  fill: white;
  background-color: #495057;
  padding: 0.75rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
}

.social ul li a:hover {
  background-color: var(--color-1);
}

.social ul li a img {
  width: 3.5rem;
  height: 3.5rem;
}

@media screen and (max-width: 800px) {
  .social ul li a {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    width: 3rem;
    height: 3rem;
  }
  .social ul li a img {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 416px) {
  .social ul li a {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .social ul li a img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.small > .social ul {
  justify-content: center;
  padding: 0;
}

.small > .social ul li {
  margin-top: -0.5rem;
}

.small > .social ul li a {
  margin: 0.5rem;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-4);
}

.small > .social ul li a:hover {
  background-color: var(--color-2);
}

.small > .social ul li a img {
  filter: invert(85%);
  width: 2rem;
  height: 2rem;
}

@media screen and (min-width: 801px) and (max-height: 550px) {
  .small > .social {
    display: none;
  }
}
div.languages ul {
  display: flex;
  flex-wrap: nowrap;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  justify-content: center;
}

div.languages ul > li {
  padding: 0 10px 0 10px;
  list-style: none;
}

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