.summary .goal::before,
.summary .mission::before,
.summary .team::before {
  display: none;
}

.summary .mission,
.summary .team {
  display: none;
}


/* PAGE
==============================================================================*/

#page {
  position: relative;
  width: 21cm;
  min-height: 29.7cm;
  padding: 1cm;
  box-sizing: border-box;
  background: white;
  color: #333;
  font-size: 8pt;
  font-family: 'customFont', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

#page::after {
  content: '';
  display: block;
  clear: both;
}

#page a {
  color: inherit;
  text-decoration: inherit;
}

#page .shown {
  display: block;
}

#page .hidden {
  display: none;
}


/* PAGE - BACKGROUND
==============================================================================*/

#page>.background {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}


/* PAGE - SIDE CONTENT
==============================================================================*/

#page>.side {
  position: relative;
  float: left;
  z-index: 1;
  width: 4.75cm;
}

#page>.side h1 {
  margin: 18pt 0;
  padding: 0;
  margin-right: -2em;
  font-weight: bold;
  font-size: 1.75em;
  color: #011B3E;
}

#page>.side h1 small {
  display: block;
  font-weight: normal;
  font-size: 0.65em;
}

#page>.side table tr {
  vertical-align: top;
}

#page>.side h2 {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1, 375em;
  color: #011B3E;
  padding: 0;
  margin: 12pt 0 3pt 0;
}

#page>.side h3 {
  font-weight: bold;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

#page>.side ul {
  margin: 0;
  padding-left: 5pt;
  border-left: 1px solid #D0021B;
  font-size: 1em;
  list-style: none;
}

#page>.side li {
  display: block;
  margin: 3pt 0 6pt;
}


/* CONTACTS
======================================*/

#contacts td:first-child {
  font-weight: bold;
}

#contacts hr {
  width: 60%;
  border: none;
  border-bottom: 1pt solid #D0021B;
}


/* LANGUAGES
======================================*/

#languages table {
  width: 80%;
  margin: 0 10%;
  text-align: center;
}


/* CENTERS OF INTEREST
======================================*/

#interests ul {
  padding-left: 0 !important;
  border: none !important;
}

#interests li {
  margin: 3pt 0;
}

#interests li::before {
  content: '';
  display: inline-block;
  width: 9pt;
  height: 9pt;
  margin: 3pt 5pt -5pt 0;
  padding: 3pt;
  background-color: #011B3E;
  background-position: center center;
  background-size: 9pt 9pt;
  background-repeat: no-repeat;
  border-radius: 15px;
}

#interests .technology::before {
  background-image: url('../images/hobby_technology.svg');
}

#interests .web::before {
  background-image: url('../images/hobby_web.svg');
}

#interests .reading::before {
  background-image: url('../images/hobby_reading.svg');
}

#interests .writing::before {
  background-image: url('../images/hobby_writing.svg');
}

#interests .science::before {
  background-image: url('../images/hobby_science.svg');
}

#interests .food::before {
  background-image: url('../images/hobby_food.svg');
}

#interests .wine::before {
  background-image: url('../images/hobby_wine.svg');
}

#interests .economy::before {
  background-image: url('../images/hobby_economy.svg');
}

#interests .europe::before {
  background-image: url('../images/hobby_europe.svg');
}


/* PAGE - MAIN CONTENT
==============================================================================*/

#page>.main {
  position: relative;
  float: right;
  z-index: 1;
  width: 13.25cm;
}

#page>.main h1 {
  font-variant: small-caps;
  font-size: 3em;
  text-align: center;
  margin: 6pt 0 30pt 0;
  padding: 0;
  font-weight: normal;
  height: 55px;
}

#page>.main h1 small {
  display: block;
  font-size: 50%;
  padding: 0;
  margin: 0;
}

#page>.main h2 {
  font-size: 2em;
  color: #011B3E;
  margin: 20pt 0 6pt 0;
  padding: 0;
  border-bottom: 1pt solid #D0021B;
}

#page>.main h2 small {
  font-weight: normal;
  font-style: italic;
  font-size: 0.6em;
  color: #222;
}

#page>.main ul {
  list-style: none;
}


/* ARTICLE
======================================*/

article {
  padding: 6pt 6pt;
  margin: 0 -6pt;
}

.goal,
.mission,
.team {
  margin: 5pt 0 0 0;
  padding: 0 0 0 10pt;
}

.goal::before,
.mission::before,
.team::before {
  display: block;
  margin: 0 0 0 -10pt;
  padding: 0;
  color: #011B3E;
  font-style: normal;
  font-weight: bold;
}

.goal::before {
  content: 'Objectifs :'
}

.mission::before {
  content: 'Actions menées :'
}

.team::before {
  content: 'Équipe projet :'
}


/* ARTICLE - PROJECT
======================================*/

.project {
  font-size: 1.2em;
  margin: 0pt 0 3pt 0;
  padding: 0;
}

.project li {
  display: inline-block;
}

.project>:nth-child(1) {
  font-weight: bold;
  color: #011B3E;
}

.project>:nth-child(1)::after {
  content: " / ";
}

.project>:nth-child(2) {
  font-weight: bold;
}

.project>:nth-child(3)::before {
  content: " / ";
}

.project>:nth-child(3) {
  font-weight: normal;
}


/* ARTICLE - ABOUT
======================================*/

.about {
  padding: 2pt 1pt;
  margin: 0 0 4pt;
  border: none;
  border-radius: 2pt;
  font-weight: bold;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.025);
}

.about li {
  display: inline-block;
  margin-right: 2pt;
}

.about li::before {
  content: '';
  background-size: 9pt 9pt;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 10pt;
  height: 10pt;
  margin: 0pt 2pt -1.5pt 4pt;
}

.about .cost::before {
  background-image: url('../images/project_cost.svg');
}

.about .duration::before {
  background-image: url('../images/project_duration.svg');
}

.about .parts::before {
  background-image: url('../images/project_parts.svg');
}

.about .technology::before {
  background-image: url('../images/project_technologies.svg');
}

.about .people::before {
  background-image: url('../images/project_organization.svg');
}

.about .method::before {
  background-image: url('../images/project_methods.svg');
}


/* ARTICLE - MISSION
======================================*/

.goal li {
  margin: 2pt 0;
}

.goal li::before {
  content: '';
}


/* ARTICLE - MISSION
======================================*/

.mission li {
  margin-left: 5pt;
}

.mission li::before {
  content: '-';
  position: absolute;
  margin-left: -5pt;
  color: #D0021B;
}


/* ARTICLE - TEAM
======================================*/

#page>.main article .team {
  font-style: italic;
}
