/* MINE */

.cv-header {
  height: 15em;
  overflow: hidden;
}

.cv-banner {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
  width: 100%;
}

.cv-title {
  margin: 3em 0;
}

.cv-details-subtitle {
  font-weight: 600;
  margin: 0;
}

.cv-description {
  background-color: whitesmoke;
  border-radius: 0.4em;
  margin-bottom: 3em;
  padding: 1em 2em;
  text-align: left;
}

.cv-details {
  text-align: left;
}

.cv-techno {
  font-weight: 600;
}

.cv-details-title {
  display: flex;
  margin-bottom: 1.5em;
}

a {
  text-decoration: none;
}

.cv-container {
  margin: auto;
  width: 50%;
}

body {
  background-color: #e4eaf7;
  color: #272c2e;
}

.vertical-separator {
  border: none;
  border-bottom: 3px solid whitesmoke;
  flex-grow: 1;
  margin-bottom: 0.9em;
  margin-left: 0.5em;
}

.indented {
  padding-left: 1.5em;
  margin-bottom: 2em;
}

.cv-indented-block {
  background-color: whitesmoke;
  border-radius: 0.4em;
  padding: 1em;
}

.cv-date {
  font-weight: 600;
}

.cv-details-block {
  margin-top: 1.5em;
}

.bulleted-list {
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}

.cv-profil-container {
  border: 7px solid whitesmoke;
  border-radius: 50%;
  margin-top: -5em;
  margin-bottom: 7em;
  width: fit-content;
  z-index: 1;
}

.cv-title-freelance {
  margin-top: 0.5em;
}

.cv-profil {
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 80%;
  z-index: 1;
}

.cv-profil-empty {
  width: 12em;
}

.cv-profil-picture {
  clip-path: ellipse(50% 50%);
  max-width: 12em;
}

.info-contact {
  margin-left: 1.6em;
}

@media screen and (max-width: 1040px) {
  .cv-container {
    width: 70%;
  }

  .cv-profil {
    align-items: center;
    flex-direction: column-reverse;
  }
  .cv-profil-empty {
    display: none;
  }
  .cv-title {
    margin-top: 1em;
  }
  .cv-profil-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .cv-container {
    width: 90%;
  }

  .info-contact {
    margin-left: 0;
  }

  .cv-description {
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%;
  }

  .cv-description .column {
    max-width: 100%;
    padding: 0;
  }
}

/* INITIAL STYLES */

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
.page {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
  font-weight: normal;
}
.bg-position-top {
  background-position: 50% 0;
}
.bg-position-middle {
  background-position: 50% 50%;
}
.bg-position-bottom {
  background-position: 50% 100%;
}
a,
a:link {
  color: inherit;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: 0.85;
}
a:hover,
a:focus,
a:active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul,
ol {
  display: inline-block;
  text-align: left;
}
.container {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 1em 2em;
  z-index: 1;
}
.content {
  max-width: 900px;
  margin: 0 auto;
}
.social-links:empty {
  outline: 1px solid yellow;
}
.social-links {
  padding: 1em 0;
  vertical-align: middle;
}
.social-links a {
  padding: 0 0.3em;
  line-height: normal;
}

/* @media screen and (max-width: 640px) {
  h1 {
    font-size: 2em;
  }
  ul,
  ol {
    max-width: none;
  }
  .page {
    min-width: 300px;
  }

} */

.page .fallback-bg {
  display: none;
}
.ie8 .page .fallback-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  z-index: 0;
}
.page[class]:before {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

/* NOTION STYLES */

/* cspell:disable-file */
/* webkit printing magic: print all background colors */
html {
  -webkit-print-color-adjust: exact;
}
* {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75em;
}

h1 {
  font-size: 1.875rem;
  margin-top: 1.875rem;
}

h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}

hr {
  background: transparent;
  display: block;
  width: 100%;
  height: 1px;
  visibility: visible;
  border: none;
  border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}

.collection-content {
  font-size: 0.875rem;
}

.column-list {
  display: flex;
  justify-content: space-between;
}

.column {
  padding: 0 1em;
}

.column:first-child {
  padding-left: 0;
}

.column:last-child {
  padding-right: 0;
}

.table_of_contents-item {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.125rem;
}

.table_of_contents-indent-1 {
  margin-left: 1.5rem;
}

.table_of_contents-indent-2 {
  margin-left: 3rem;
}

.table_of_contents-indent-3 {
  margin-left: 4.5rem;
}

.table_of_contents-link {
  text-decoration: none;
  opacity: 0.7;
  border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}

table,
th,
td {
  border: 1px solid rgba(55, 53, 47, 0.09);
  border-collapse: collapse;
}

table {
  border-left: none;
  border-right: none;
}

th,
td {
  font-weight: normal;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  min-height: 1.5em;
  text-align: left;
}

ol,
ul {
  margin: 0;
  margin-block-start: 0.6em;
  margin-block-end: 0.6em;
}

li > ol:first-child,
li > ul:first-child {
  margin-block-start: 0.6em;
}

ul > li {
  list-style: disc;
}

ul.to-do-list {
  padding-inline-start: 0;
}

ul.to-do-list > li {
  list-style: none;
}

.to-do-children-checked {
  text-decoration: line-through;
  opacity: 0.375;
}

ul.toggle > li {
  list-style: none;
}

ul {
  padding-inline-start: 1.7em;
}

ul > li {
  padding-left: 0.1em;
}

ol {
  padding-inline-start: 1.6em;
}

ol > li {
  padding-left: 0.2em;
}

.mono ol {
  padding-inline-start: 2em;
}

.mono ol > li {
  text-indent: -0.4em;
}

.toggle {
  padding-inline-start: 0em;
  list-style-type: none;
}

time {
  opacity: 0.5;
}

.icon {
  display: inline-block;
  max-width: 1.2em;
  max-height: 1.2em;
  text-decoration: none;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}

img.icon {
  border-radius: 3px;
}

.text-icon {
  border: 1px solid #000;
  text-align: center;
}

.page-header-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.page-header-icon-with-cover {
  margin-top: -0.72em;
  margin-left: 0.07em;
}

.page-header-icon img {
  border-radius: 3px;
}

.link-to-page {
  margin: 1em 0;
  padding: 0;
  border: none;
  font-weight: 500;
}

p > .user {
  opacity: 0.5;
}

td > .user,
td > time {
  white-space: nowrap;
}

input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 0.6em;
  vertical-align: middle;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.sans {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.code {
  font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono",
    Courier, monospace;
}
.serif {
  font-family: Lyon-Text, Georgia, ui-serif, serif;
}
.mono {
  font-family: iawriter-mono, Nitti, Menlo, Courier, monospace;
}
.pdf .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif,
    "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji", "Noto Color Emoji",
    "Noto Sans CJK JP";
}

a {
  color: #727d73;
  font-weight: bold;
}

