/*

Colors palette:

#707173 = dark gray menu text
#7F99B8 = lighter gray menu text
#5E5F5E = dark gray content text
#00498F = dark blue text
#26498E = footer blue

*/

/* GENERAL content and classes */

html {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

p {
  font-weight: 100;
}

a {
  text-decoration: none;
  color: #707173;
}

.logx-content-zone {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /*margin-top: 0;*/
}

.logx-full-width-image {
  max-width: 1200px;
}

/* HEADER zone */

header {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#logx-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.logx-menu-entry {
  display: inline-block;
}

.logx-menu-entry:hover {
  color: #7f99b8;
}

/* MAIN content zone */

.logx-2-columns {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.logx-page-content {
  flex-basis: 80%;
  color: #5e5f5e;
}

h1 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.logx-separator-image {
  width: 100%;
}

h2 {
  height: 2em;
  color: #707173;
  line-height: 2em;
  background-size: 100%;
  width: calc(95% - 0.5em);
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.logx-chapter-title {
  display: flex;
  gap: 1em;
  height: 3em;
  font-size: 1em;
}

.logx-chapter-title > img {
  height: 1.2em;
  margin-top: auto;
  margin-bottom: auto;
}

h3 {
  font-size: 1.2em;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 300;
  color: #00498f;
}

.logx-chapter-content {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: justify;
  width: 95%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-weight: 100;
  color: #00498f;
}

/* #logx-missions-title {
  background-image: url("/images/fond_planifier.jpg");
}

#logx-services-title {
  background-image: url("/images/fond_identifier.jpg");
} */

/* MAIN contact column */

#logx-contact-info {
  flex-basis: 20%;
  background-color: #f9f9fd;
  padding-left: 1em;
}

#logx-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 1em;
}

.logx-contact-link {
  margin-top: 0.5rem;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.logx-contact-logo {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
}

/* FOOTER */
footer {
  background-color: #26498e;
  height: 100%;
}

#logx-footer-banner {
  transform: rotate(180deg);
}
