/*
 * Wordpress Structure
 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
/*
 * General Structure
 */
* {
  -webkit-appearance: none;
  -moz-appearance: none;
}
html {
  -webkit-text-size-adjust: none;
}
a:active,
a:focus {
  outline: none;
  border: 0px;
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  border-radius: 0;
}
* {
  outline: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  transition: all 250ms ease-out;
}
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
a {
  color: #f05518;
}
a:hover {
  color: black;
}
.color-orange {
  color: #f05518;
}
.color-gray {
  color: gray;
}
header h1 a {
  color: #f05518;
}
header .mail {
  color: #3fa535;
}
header .mail:hover {
  color: gray;
}
header a {
  color: #000000;
}
header a.selected,
header a:hover {
  color: #f05518;
}
.color-orange {
  color: #f05518;
}
.color-gray {
  color: #b3b3b3;
}
.color-gray:hover {
  color: #f05518;
}
.newsletter {
  color: #a82414;
}
.transition {
  transition: all 250ms ease-out;
}
.no-transition {
  transition: none;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.centerX {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.centerY {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.title,
.author {
  text-transform: uppercase;
}
strong,
b,
.title {
  font-weight: bold;
}
.text a {
  color: black;
  text-decoration: underline;
}
.mail {
  text-transform: none;
  margin-left: 10px;
}
.newsletter {
  text-transform: none;
  margin-left: 10px;
}
input {
  border: 1px solid black;
  margin-bottom: 15px;
}
input[type="submit"] {
  background-color: transparent;
  cursor: pointer;
}
header {
  margin: 30px;
}
#page {
  margin: 0px 30px;
  width: calc(100% - 60px);
  max-width: 992px;
}
#page p {
  line-height: 20px;
  margin-bottom: 20px;
}
#page strong {
  font-weight: 500;
}
#page small {
  font-size: 14px;
}
#page .title {
  margin-top: 20px;
}
#page .row {
  margin-bottom: 3px;
}
#container {
  margin: 0px 20px;
  width: calc(100% - 60px);
}
.image {
  position: relative;
  height: 180px;
  float: left;
  margin: 0px 0px 15px 15px;
}
.image.large {
  height: auto;
  float: none;
}
.image.large img {
  width: 740px;
  height: auto;
}
.image a {
  display: block;
  top: 10px;
  left: 10px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.image img {
  height: 100%;
}
header {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 5px;
}
header h1 {
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 48px;
  font-weight: 500;
}
header span {
  margin-top: 7px;
  display: inline-block;
  margin-right: 20px;
}
header menu {
  margin-top: 0px;
  padding: 0px;
  width: 100%;
}
header menu span {
  position: relative;
}
header menu span::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: -10px;
  height: 12px;
  border-left: 1px solid #3fa535;
}
header menu span.last-item::after {
  display: none;
}
header .submenu {
  margin-top: 0px;
}
header .submenu span::after {
  border-left-color: #3fa535;
}
.figure {
  cursor: pointer;
  background-size: 100%;
  height: 100%;
}
.figure:before {
  content: "";
  display: block;
}
.infos {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 250px;
  line-height: 20px;
}
.infos p:last-child {
  margin-bottom: 0px;
}
.box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  cursor: pointer;
}
.box .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.box .content {
  padding: 10px;
  border: 1px solid black;
  position: absolute;
  top: 10%;
  width: 100%;
  max-width: 1600px;
  height: 80%;
  background-color: white;
}
.box .ajax {
  height: 100%;
}
.box .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 25px;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 1280px) {
  .image {
    height: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .box .infos {
    position: static;
    width: 100%;
    padding-top: 15px;
  }
  .image {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .image {
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-only {
    display: inline;
  }
  .mobile-hidden {
    display: none;
  }
  header {
    margin: 15px;
  }
  #container,
  #page {
    width: calc(100% - 30px);
    margin: 0px 15px;
  }
  .image {
    height: 80px;
  }
  #page .row {
    padding: 0px 15px;
  }
  .col-sm-1 {
    padding: 0px;
    font-weight: 500;
    display: inline;
  }
  .col-sm-11 {
    padding-left: 0px;
    display: inline;
  }
  .box .content {
    border: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
}
em {
  font-style: italic;
}
.text {
  max-width: 740px;
}
.single-publication .large img {
  width: 540px;
}
/* xl */
/* sm */
/* sm only */
/* xs -> smy */
@media (max-width: 767px) {
  header {
    margin: 0px;
    padding: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background-color: white;
  }
  body {
    padding-top: 145px;
  }
  header p {
    margin: 0;
  }
  header menu {
    overflow: hidden;
    max-height: 0px;
    background-color: white;
    margin: 0px;
    padding-top: 15px;
    transition: all 250ms ease-out;
  }
  header menu.active {
    max-height: 100vh;
  }
  #container {
    margin: 0px;
    width: 100%;
  }
  .image {
    margin-right: 15px;
    margin-left: 15px;
  }
  .image.large img {
    width: 100%;
  }
  #button-toggle-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
  }
  #button-toggle-menu span {
    display: block;
    margin-right: 0px;
    border-bottom: 2px solid #217fcf;
    transition: all 250ms ease-out;
  }
  #button-toggle-menu span:nth-child(1),
  #button-toggle-menu span:nth-child(2) {
    margin-bottom: 8px;
  }
  #button-toggle-menu.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  #button-toggle-menu.active span:nth-child(2) {
    transform: scale(0);
  }
  #button-toggle-menu.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
/* md */
/* md only */
/* lg */
/* lg only */
/* xl */
