@font-face {
  src: url('/wp-content/themes/interim/css/fonts/dessaubold.woff2') format('woff2'), url('/wp-content/themes/interim/css/fonts/dessaubold.woff') format('woff'), url('/wp-content/themes/interim/css/fonts/dessaubold.ttf') format('truetype');
  font-family: 'DessauBold';
}
@font-face {
  src: url('/wp-content/themes/interim/css/fonts/opensans/OpenSans-Regular.ttf') format('truetype');
  font-family: 'Open Sans';
  font-weight: 400;
}
@font-face {
  src: url('/wp-content/themes/interim/css/fonts/opensans/OpenSans-Bold.ttf') format('truetype');
  font-family: 'Open Sans';
  font-weight: 700;
}
/* Open Sans */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/rZPI2gHXi8zxUjnybc2ZQFKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
.section {
  padding: 30px 0;
  margin-top: 30px;
  margin-bottoM: 30px;
  padding: 0 20px;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.dark-section {
  background-color: #222;
  color: white;
}
.hover-scale-1-3 {
  transition: all 0.5s;
}
.hover-scale-1-3:hover {
  transform: scale(1.3);
}
.hover-scale-1-1 {
  transition: all 0.5s;
}
.hover-scale-1-1:hover {
  transform: scale(1.1);
}
.text-center {
  text-align: center;
}
.center-450 {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center-600 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 650px) {
  .center-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.center-740 {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center-960 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center-1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center-1170 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.round-button {
  padding: 15px 40px;
  border-radius: 30px;
  background-color: white;
  color: #121314;
  font-family: "Open Sans";
  font-size: 21px;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
  outline: none !important;
}
.round-button:visited {
  color: #121314;
}
.rec-button {
  padding: 15px 40px;
  background-color: white;
  color: #de4f04;
  border: 2px solid;
  font-family: "Open Sans";
  font-size: 21px;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  outline: none !important;
  border-radius: 0;
}
.rec-button:visited {
  color: #de4f04;
}
.rec-button:hover {
  background-color: #de4f04;
  color: white;
  border-color: #de4f04;
}
.rec-button.filled {
  background-color: #de4f04;
  color: white;
  border-color: #de4f04;
}
.rec-button.filled:hover {
  background-color: #fc6719;
  border-color: #fc6719;
}
hr {
  width: 100%;
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-bottom: 1px solid #de4f04;
  margin-bottom: 45px;
}
a:not(.rec-button):not(.round-button) {
  color: #de4f04;
  text-decoration: none;
}
a:not(.rec-button):not(.round-button):hover {
  color: #fc6719;
}
a:not(.rec-button):not(.round-button):visited,
a:not(.rec-button):not(.round-button):focus {
  outline: none;
}
[data-link] {
  cursor: pointer;
}
ul:not(.no-interim-design):not(.menu) {
  padding-left: 0;
  margin-left: 20px;
  list-style-type: none;
  list-style-image: url('imgs/icons/list-orange-arrow.png');
}
ul:not(.no-interim-design):not(.menu) li {
  padding-left: 10px;
  line-height: 1.6em;
}
input {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 1.5em;
}
header,
content {
  display: block;
}
#main .select2-container {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
#main .select2-container .select2-selection {
  color: #222;
  border: none;
  width: 450px;
  background-color: transparent;
  outline: none !important;
}
@media (max-width: 500px) {
  #main .select2-container .select2-selection {
    width: 100%;
  }
}
#main .select2-container .select2-selection .select2-selection__rendered {
  outline: none !important;
  text-align: left;
}
#main .select2-container .select2-selection .select2-selection__rendered:focus {
  outline: none !important;
}
#main .select2-container .select2-selection .select2-selection__arrow {
  top: 11px;
  right: 11px;
}
#main .select2-container .select2-selection .select2-selection__arrow b {
  color: #adadac;
  border-width: 7px 6px 0 6px;
}
.select2-container--open .select2-dropdown {
  border-color: #ddd;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.select2-container--open .select2-dropdown input.select2-search__field {
  border-color: #ccc;
}
.select2-container--open .select2-dropdown input.select2-search__field:focus {
  outline: none;
}
.select2-container--open .select2-dropdown .select2-results ul.select2-results__options {
  margin-left: 0;
}
.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background-color: #de4f04;
}
form input {
  width: 100%;
  padding: 10px 10px !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: transparent;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}
form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}
form input:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
form input[type=submit] {
  padding: 15px 40px;
  background-color: white;
  color: #de4f04;
  border: 2px solid;
  font-family: "Open Sans";
  font-size: 21px;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  outline: none !important;
  border-radius: 0;
  background-color: #de4f04;
  color: white;
  border-color: #de4f04;
}
form input[type=submit]:visited {
  color: #de4f04;
}
form input[type=submit]:hover {
  background-color: #de4f04;
  color: white;
  border-color: #de4f04;
}
form input[type=submit].filled {
  background-color: #de4f04;
  color: white;
  border-color: #de4f04;
}
form input[type=submit].filled:hover {
  background-color: #fc6719;
  border-color: #fc6719;
}
form input[type=submit]:hover {
  background-color: #fc6719;
  border-color: #fc6719;
}
form input:focus {
  outline: 1px solid #fc6719;
}
form textarea {
  width: 100%;
  padding: 10px 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: transparent;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}
form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}
form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
form textarea:focus {
  outline: 1px solid #fc6719;
}
form p {
  margin: 20px 0;
}
form p:after {
  content: "";
  display: table;
  clear: both;
}
a.return-link {
  color: #adadac !important;
  display: inline-block;
}
input[type=file] {
  outline: none;
}
input[type=file]:focus {
  outline: none;
}
#interim-search-bar {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  visibility: hidden;
}
#interim-search-bar select#search-select {
  padding: 10px;
  width: 450px;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  #interim-search-bar select#search-select {
    width: 350px;
  }
}
@media screen and (max-width: 500px) {
  #interim-search-bar select#search-select {
    width: 230px;
  }
}
#interim-search-bar button {
  border: none;
  background-color: transparent;
  position: relative;
  top: 6px;
  margin-left: 50px;
  outline: none !important;
  display: none;
}
@media screen and (max-width: 390px) {
  #interim-search-bar button {
    margin-left: 3px;
  }
}
#result-list-wrapper {
  margin-top: 50px;
  position: relative;
}
#result-list-wrapper #no-result {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  display: none;
}
#result-list-wrapper #result-list-cover {
  background-color: rgba(240, 240, 240, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#result-list-wrapper #result-list {
  visibility: hidden;
}
#result-list-wrapper #result-list .result {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px 0 0;
  min-height: 130px;
  position: relative;
  border-bottom: 1px solid #d8d5d5;
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result {
    padding: 20px 0 20px;
  }
}
#result-list-wrapper #result-list .result.result-template {
  display: none !important;
}
#result-list-wrapper #result-list .result:first-child .content .date {
  position: relative;
}
#result-list-wrapper #result-list .result:first-child .content .date:before {
  content: "Date d’entrée";
  display: inline-block;
  position: absolute;
  top: -57px;
  left: -19px;
  color: #de4f04;
  font-weight: bold;
  width: 132px;
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result:first-child .content .date:before {
    display: none;
  }
}
#result-list-wrapper #result-list .result .header {
  margin-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
}
#result-list-wrapper #result-list .result .header .name {
  font-weight: bold;
}
@media (max-width: 550px) {
  #result-list-wrapper #result-list .result .header .name {
    display: block;
  }
}
#result-list-wrapper #result-list .result .header .profession-name {
  margin-left: 20px;
}
@media screen and (max-width: 650px) {
  #result-list-wrapper #result-list .result .header .profession-name {
    margin-left: 0;
    float: right;
  }
}
#result-list-wrapper #result-list .result .header .location {
  color: #de4f04;
  margin-left: 20px;
  padding-left: 20px;
  background: url(imgs/icons/location.png) no-repeat transparent;
  background-position-y: 2px;
}
#result-list-wrapper #result-list .result .header .location:hover {
  font-weight: bold;
}
@media (max-width: 550px) {
  #result-list-wrapper #result-list .result .header .location {
    margin-left: 0;
  }
}
#result-list-wrapper #result-list .result .infos {
  color: #ababab;
  margin: 5px 0;
  padding-left: 50px;
  padding-right: 50px;
}
#result-list-wrapper #result-list .result .content {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result .content {
    flex-direction: column;
  }
}
#result-list-wrapper #result-list .result .content .text {
  width: 70%;
  max-width: 560px;
}
#result-list-wrapper #result-list .result .content .text .work-type {
  color: #b0afaf;
  margin-bottom: -13px;
}
@media (max-width: 990px) {
  #result-list-wrapper #result-list .result .content .text {
    width: 50%;
  }
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result .content .text {
    width: 100%;
  }
}
#result-list-wrapper #result-list .result .content .text p:first-child {
  margin-top: 0;
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result .content .text p:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result .content .upload-cv {
    text-align: center;
  }
}
#result-list-wrapper #result-list .result .content .upload-cv a.rec-button.filled {
  display: inline-block;
  margin-top: -14px;
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result .content .upload-cv a.rec-button.filled {
    margin-top: 0;
  }
}
#result-list-wrapper #result-list .result .content .date {
  font-weight: bold;
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result .content .date {
    text-align: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list .result {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 615px) {
  #result-list-wrapper #result-list .result header {
    padding-bottom: 5px;
  }
  #result-list-wrapper #result-list .result header .name {
    display: block;
    margin: 5px 0;
  }
  #result-list-wrapper #result-list .result header a.location {
    display: block;
    margin-left: 0;
    margin: 5px 0 0;
  }
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list.candidats .result {
    max-width: 600px;
  }
}
@media (max-width: 990px) {
  #result-list-wrapper #result-list.candidats .result .content .text {
    width: 69%;
  }
}
@media (max-width: 740px) {
  #result-list-wrapper #result-list.candidats .result .content .text {
    width: auto;
    padding-bottom: 10px;
  }
  #result-list-wrapper #result-list.candidats .result .content .text p:last-child {
    margin-bottom: 0;
  }
}
#no-result {
  text-align: center;
  margin-bottom: 20px;
}
#list-navigation-wrapper {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#list-navigation-wrapper img.loader {
  float: right;
}
#list-navigation-wrapper #list-navigation {
  margin: 65px 20px 70px;
  text-align: right;
}
@media screen and (max-width: 615px) {
  #list-navigation-wrapper #list-navigation {
    text-align: center;
  }
}
#list-navigation-wrapper #list-navigation span {
  margin: 0 5px;
  display: inline-block;
}
#list-navigation-wrapper #list-navigation span#page-numbers {
  color: #a09f9f;
  top: -2px;
  position: relative;
  font-size: 18px;
  margin: 0 20px;
}
#list-navigation-wrapper #list-navigation span:not(#page-numbers) {
  cursor: pointer;
  transition: all 0.5s;
}
#list-navigation-wrapper #list-navigation span:not(#page-numbers):hover {
  transform: scale(1.5);
}
.ui-dialog {
  border: none !important;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
}
.ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
}
.ui-dialog .ui-dialog-content {
  padding-bottom: 0 !important;
}
.ui-dialog .ui-dialog-content #upload-file-legal-wrapper {
  margin: 10px 0;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 1.5em;
}
.ui-dialog .ui-dialog-content #upload-file-legal-wrapper input {
  top: 6px;
  position: relative;
  width: 20px;
  height: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane button.ui-button {
  border-radius: 0;
}
.ui-dialog .ui-dialog-buttonpane button.ui-button[disabled] {
  opacity: 0.3;
}
.ui-dialog .ui-dialog-buttonpane button.ui-button[disabled]:hover {
  background-color: white;
  color: #de4f04;
}
.interim-message {
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.interim-message.interim-error-message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.interim-message.interim-success-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background-color: #efefef;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.5em;
  color: #222;
  min-height: 100%;
}
body.no-content #page {
  position: relative;
  height: 100%;
}
body.no-content #page footer#colophon {
  position: absolute;
  bottom: 0;
}
header#masthead {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 70px;
  vertical-align: middle;
  z-index: 51;
  position: fixed;
  padding: 12px 0 10px;
  background-size: initial;
  max-width: 100%;
}
header#masthead .site-branding {
  float: left;
}
@media screen and (max-width: 1170px) {
  header#masthead .site-branding {
    margin-left: 20px;
  }
  header#masthead .site-branding img {
    width: 260px;
  }
}
@media screen and (max-width: 400px) {
  header#masthead .site-branding {
    margin-top: 5px;
    width: 220px;
  }
}
header#masthead nav#site-navigation {
  clear: none;
  width: auto;
  float: right;
}
header#masthead nav#site-navigation ul#primary-menu li.menu-item a {
  color: white;
  padding: 10px 5px;
  font-family: "Open Sans";
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}
header#masthead nav#site-navigation ul#primary-menu li.menu-item a:hover {
  border-bottom: 2px solid #fc6719;
}
@media screen and (max-width: 1190px) {
  header#masthead nav#site-navigation ul#primary-menu li.menu-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  header#masthead nav#site-navigation ul#primary-menu li.menu-item a {
    margin-right: 4px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 995px) {
  header#masthead nav#site-navigation ul#primary-menu li.menu-item a {
    font-size: 14px;
  }
}
header#masthead nav#site-navigation ul#primary-menu li.menu-item.current-menu-item a {
  border-bottom: 2px solid #fc6719;
}
header#masthead nav#site-navigation ul#primary-menu li.menu-item.menu-item-369 {
  padding-top: 3px;
}
header#masthead nav#site-navigation ul#primary-menu li.menu-item.hidden {
  display: none;
}
@media screen and (max-width: 960px) {
  header#masthead nav#site-navigation ul#primary-menu {
    display: none;
  }
}
header#masthead nav#site-navigation .menu-toggle {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  header#masthead nav#site-navigation .menu-toggle {
    display: none;
  }
}
header#masthead nav#site-navigation .menu-mobile-menu-container {
  display: none;
}
@media screen and (max-width: 960px) {
  header#masthead nav#site-navigation .menu-toggle {
    display: inline-block;
  }
  header#masthead nav#site-navigation .menu-main-menu-container {
    display: none;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 950px;
    background-color: white;
    transition: all 0.5s;
    display: block;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container.opened {
    left: 0;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container ul#mobile-menu {
    display: block;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container ul#mobile-menu li {
    display: block;
    float: none;
    text-align: center;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container ul#mobile-menu li a {
    color: black !important;
    font-family: "Open Sans";
    font-size: 22px;
    line-height: 1.5em;
    padding: 20px;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container ul#mobile-menu li.hidden {
    display: none;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container ul#mobile-menu li:first-child {
    text-align: right;
  }
  header#masthead nav#site-navigation .menu-mobile-menu-container ul#mobile-menu li:first-child a {
    display: inline-block;
  }
}
#content {
  position: relative;
}
#content #page-header {
  background-position-x: center;
  background-size: cover;
}
#content #page-header h1 {
  font-family: "DessauBold";
  font-size: 32px;
  line-height: 1.5em;
  margin: 0;
}
#content #page-header p {
  font-family: "Open Sans";
  font-size: 19px;
  line-height: 1.5em;
  margin: 0 0 32px 0;
}
footer#colophon {
  background-color: #222;
  padding: 30px 0 0;
  color: #888;
  position: relative;
  width: 1440px;
  margin-left: -720px;
  left: 50%;
}
@media (max-width: 1440px) {
  footer#colophon {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
footer#colophon #footer-social-links {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  margin-left: 50%;
  left: -100px;
  margin-bottom: 35px;
}
footer#colophon #footer-social-links:after {
  content: "";
  display: table;
  clear: both;
}
footer#colophon #footer-social-links div {
  width: 50%;
  text-align: center;
  float: left;
}
footer#colophon #footer-social-links div a {
  text-decoration: none;
}
footer#colophon #footer-menu-row {
  width: 100%;
  max-width: 518px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}
footer#colophon #footer-menu-row img {
  vertical-align: baseline;
  float: left;
  top: -26px;
  position: relative;
}
footer#colophon #footer-menu-row span {
  position: relative;
  display: inline-block;
  padding: 0 25px 0 34px;
}
footer#colophon #footer-menu-row .menu-footer-menu-container {
  display: inline-block;
  position: relative;
  float: right;
}
footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu {
  margin-left: 0;
  padding-left: 0;
}
footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu li {
  display: inline-block;
}
footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu li a {
  color: #888;
  text-decoration: none;
  padding: 0 13px;
}
footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu li a:hover {
  color: #ccc;
}
footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu li:first-child a {
  padding-left: 0;
}
footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 770px) {
  footer#colophon #footer-menu-row span {
    display: block;
    text-align: center;
  }
  footer#colophon #footer-menu-row img {
    width: 122px;
    margin: 30px auto;
    display: block;
    float: none;
    position: static;
  }
  footer#colophon #footer-menu-row .menu-footer-menu-container {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu li {
    display: block;
    margin: 15px;
  }
  footer#colophon #footer-menu-row .menu-footer-menu-container ul#footer-menu li a {
    padding: 0;
  }
}
#interim-home-page #page-header {
  padding: 0;
  height: 720px;
  position: relative;
  background-color: #222;
}
#interim-home-page #page-header:after {
  display: none;
}
#interim-home-page #page-header .bx-wrapper {
  border: none;
}
#interim-home-page #page-header .bx-wrapper #home-main-sliders .home-main-slider {
  visibility: visible;
  background-color: #222;
  background-size: cover;
}
#interim-home-page #page-header .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 26px;
  height: 48px;
  background-position: 0 0;
  top: 490px;
}
@media screen and (max-width: 500px) {
  #interim-home-page #page-header .bx-wrapper .bx-controls .bx-controls-direction a {
    top: 630px;
  }
}
#interim-home-page #page-header .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  background-image: url("/newsite/wp-content/themes/interim/imgs/icons/left-arrow.png");
  left: 10%;
}
@media screen and (max-width: 1200px) {
  #interim-home-page #page-header .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: 20px;
  }
}
#interim-home-page #page-header .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  background-image: url("/newsite/wp-content/themes/interim/imgs/icons/right-arrow.png");
  right: 10%;
}
@media screen and (max-width: 1200px) {
  #interim-home-page #page-header .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    right: 20px;
  }
}
#interim-home-page #page-header img {
  position: absolute;
  top: 474px;
  cursor: pointer;
  transition: all 0.5s;
}
#interim-home-page #page-header img:hover {
  transform: scale(1.3);
}
#interim-home-page #page-header img#home-slider-left-arrow {
  left: 10%;
}
@media screen and (min-width: 1200px) {
  #interim-home-page #page-header img#home-slider-left-arrow {
    left: 20px;
  }
}
#interim-home-page #page-header img#home-slider-right-arrow {
  right: 10%;
}
@media screen and (min-width: 1200px) {
  #interim-home-page #page-header img#home-slider-right-arrow {
    right: 20px;
  }
}
#interim-home-page #page-header #home-main-sliders .home-main-slider {
  padding-top: 455px;
  height: 720px;
  margin-top: 0;
  background-position-x: center;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider {
    padding: 390px 20px 55px;
  }
}
@media screen and (max-width: 650px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider {
    padding: 280px 20px 55px;
  }
}
@media screen and (max-width: 380px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider {
    padding-top: 260px;
  }
}
#interim-home-page #page-header #home-main-sliders .home-main-slider .slider-text {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  text-align: center;
}
#interim-home-page #page-header #home-main-sliders .home-main-slider .slider-text h1 {
  font-family: "DessauBold";
  font-size: 48px;
  line-height: 1.5em;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider .slider-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider .slider-text h1 {
    font-size: 36px;
  }
}
#interim-home-page #page-header #home-main-sliders .home-main-slider .slider-text p {
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 1.5em;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 780px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider .slider-text p {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider .slider-text p {
    font-size: 20px;
  }
}
#interim-home-page #page-header #home-main-sliders .home-main-slider a.round-button {
  font-family: "Open Sans";
  font-size: 21px;
  line-height: 1.5em;
  color: #de4f04;
  display: inline-block;
  width: 390px;
}
#interim-home-page #page-header #home-main-sliders .home-main-slider a.round-button:hover {
  background-color: #de4f04;
  color: white;
}
@media screen and (max-width: 470px) {
  #interim-home-page #page-header #home-main-sliders .home-main-slider a.round-button {
    width: 100%;
  }
}
#interim-home-page #section-1 h2 {
  font-family: "DessauBold";
  font-size: 32px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (max-width: 450px) {
  #interim-home-page #section-1 h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
#interim-home-page #section-1 ul#section-1-icons {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 0;
}
#interim-home-page #section-1 ul#section-1-icons li {
  display: inline-block;
  width: 24%;
  list-style-type: none;
  text-align: center;
  vertical-align: top;
  transition: all 0.5s;
}
#interim-home-page #section-1 ul#section-1-icons li:hover {
  transform: scale(1.05);
}
#interim-home-page #section-1 ul#section-1-icons li .icon-wrapper {
  border-width: 1px;
  border-style: solid;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  display: inline-block;
}
#interim-home-page #section-1 ul#section-1-icons li .icon-label {
  font-size: 20px;
  color: black;
  padding: 20px 3px 0;
}
#interim-home-page #section-1 ul#section-1-icons li:nth-child(1) .icon-wrapper {
  padding-top: 23px;
}
#interim-home-page #section-1 ul#section-1-icons li:nth-child(2) .icon-wrapper {
  padding-top: 23px;
  padding-left: 4px;
}
#interim-home-page #section-1 ul#section-1-icons li:nth-child(3) .icon-wrapper {
  padding-top: 39px;
  padding-left: 3px;
}
#interim-home-page #section-1 ul#section-1-icons li:nth-child(4) .icon-wrapper {
  padding-top: 34px;
  padding-left: 4px;
}
@media screen and (max-width: 680px) {
  #interim-home-page #section-1 ul#section-1-icons li {
    display: block;
    padding: 0 0 30px;
    width: auto;
  }
  #interim-home-page #section-1 ul#section-1-icons li .icon-wrapper,
  #interim-home-page #section-1 ul#section-1-icons li .icon-label {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }
  #interim-home-page #section-1 ul#section-1-icons li .icon-wrapper {
    margin: 0 auto;
  }
  #interim-home-page #section-1 ul#section-1-icons li .icon-label {
    margin-top: 10px;
    text-align: center;
  }
}
#interim-home-page #section-2 .header {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 40px 0 86px;
}
#interim-home-page #section-2 .header .text {
  color: white;
  font-family: "DessauBold";
  font-size: 26px;
  line-height: 1.2em;
}
@media (max-width: 450px) {
  #interim-home-page #section-2 .header .text {
    text-align: left;
  }
}
@media (max-width: 390px) {
  #interim-home-page #section-2 .header .text br {
    display: none;
  }
}
#interim-home-page #section-2 .header a.round-button {
  font-size: 16px;
  float: right;
  margin-top: -58px;
}
#interim-home-page #section-2 .header a.round-button:hover {
  background-color: #de4f04;
  color: white;
}
@media (max-width: 450px) {
  #interim-home-page #section-2 .header a.round-button {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #interim-home-page #section-2 .header {
    padding-bottom: 40px;
  }
  #interim-home-page #section-2 .header .text {
    text-align: center;
  }
  #interim-home-page #section-2 .header a.round-button {
    float: none;
    margin: 20px auto 0;
    width: 100%;
    max-width: 200px;
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #interim-home-page #section-2 .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  #interim-home-page #section-2 .header .text {
    text-align: left !important;
    font-size: 22px;
  }
  #interim-home-page #section-2 .header a.round-button {
    width: 100% !important;
    max-width: none;
  }
}
#interim-home-page #section-2 .content .img-link {
  width: 49%;
  float: left;
  height: 500px;
  text-align: center;
  background-size: cover;
  background-position-x: center;
}
#interim-home-page #section-2 .content .img-link + .img-link {
  margin-left: 2%;
}
#interim-home-page #section-2 .content .img-link .normal {
  width: 100%;
  height: 500px;
  padding-top: 200px;
}
#interim-home-page #section-2 .content .img-link .hover {
  padding-top: 160px;
  height: 500px;
  background-color: rgba(249, 56, 34, 0.65);
  transition: all 0.5s;
  display: none;
  cursor: pointer;
}
#interim-home-page #section-2 .content .img-link .hover .text {
  margin-bottom: 15px;
  width: 100%;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 15px;
  line-height: 1.4em;
}
#interim-home-page #section-2 .content .img-link:hover .normal {
  display: none;
}
#interim-home-page #section-2 .content .img-link:hover .hover {
  display: block;
}
#interim-home-page #section-2 .content .img-link .title {
  font-family: "DessauBold";
  font-size: 26px;
  text-transform: uppercase;
  padding: 30px 0 15px;
}
#interim-home-page #section-2 .content .img-link:first-child .normal {
  padding-top: 200px;
}
#interim-home-page #section-2 .content .img-link:last-child .normal {
  padding-top: 210px;
}
@media screen and (max-width: 750px) {
  #interim-home-page #section-2 .content .img-link {
    float: none;
    width: 100%;
    height: 200px;
  }
  #interim-home-page #section-2 .content .img-link + .img-link {
    margin: 10px 0 0;
  }
  #interim-home-page #section-2 .content .img-link:first-child .normal {
    padding-top: 33px;
  }
  #interim-home-page #section-2 .content .img-link:last-child .normal {
    padding-top: 37px;
  }
  #interim-home-page #section-2 .content .img-link .normal {
    height: 200px;
  }
  #interim-home-page #section-2 .content .img-link .hover {
    height: 200px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  #interim-home-page #section-2 .content {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #interim-home-page #section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
#interim-home-page #section-3 .header {
  font-family: "DessauBold";
  font-size: 30px;
  line-height: 1.5em;
  color: #de4f04;
  text-align: center;
  padding: 25px 0;
}
#interim-home-page #section-3 .content {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#interim-home-page #section-3 .content .arrow {
  position: absolute;
  top: 36%;
  cursor: pointer;
}
#interim-home-page #section-3 .content .arrow.left-arrow {
  left: 0;
}
#interim-home-page #section-3 .content .arrow.right-arrow {
  right: -36px;
}
#interim-home-page #section-3 .content .bx-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}
#interim-home-page #section-3 .content .bx-wrapper .bx-viewport {
  box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 921px !important;
  padding-left: 5px;
}
#interim-home-page #section-3 .content .bx-wrapper .bx-viewport #professions .profession {
  visibility: visible;
}
@media screen and (max-width: 1160px) {
  #interim-home-page #section-3 .content .bx-wrapper .bx-viewport {
    width: 230px !important;
  }
}
@media screen and (max-width: 1160px) {
  #interim-home-page #section-3 .content .bx-wrapper {
    margin-left: 38px;
  }
}
@media screen and (min-width: 1161px) {
  #interim-home-page #section-3 .content.profession-number-1 {
    width: 310px !important;
  }
  #interim-home-page #section-3 .content.profession-number-1 .bx-wrapper {
    max-width: 230px !important;
    overflow: hidden;
  }
  #interim-home-page #section-3 .content.profession-number-1 .arrow.right-arrow {
    right: 4px;
  }
  #interim-home-page #section-3 .content.profession-number-2 {
    max-width: 510px;
  }
  #interim-home-page #section-3 .content.profession-number-2 .bx-wrapper {
    max-width: 458px !important;
    overflow: hidden;
  }
  #interim-home-page #section-3 .content.profession-number-2 .arrow.right-arrow {
    right: -2px;
  }
  #interim-home-page #section-3 .content.profession-number-3 {
    max-width: 730px;
  }
  #interim-home-page #section-3 .content.profession-number-3 .bx-wrapper {
    max-width: 692px !important;
    overflow: hidden;
  }
  #interim-home-page #section-3 .content.profession-number-3 .arrow.right-arrow {
    right: -5px;
  }
  #interim-home-page #section-3 .content.profession-number-3 .arrow.left-arrow {
    left: -7px;
  }
}
@media screen and (max-width: 1160px) {
  #interim-home-page #section-3 .content {
    width: 310px !important;
  }
  #interim-home-page #section-3 .content .arrow.right-arrow {
    right: 4px;
  }
}
#interim-home-page #section-3 .content #professions {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  height: 250px;
}
#interim-home-page #section-3 .content #professions .profession {
  width: 220px;
  height: 220px;
  color: #121314;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  padding-top: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.1);
  visibility: hidden;
  background-color: white;
}
#interim-home-page #section-3 .content #professions .profession:hover {
  background-color: #de4f04;
  color: white;
  -webkit-box-shadow: 0px 0px 10px 0px #323232;
  -moz-box-shadow: 0px 0px 10px 0px #323232;
  box-shadow: 0px 0px 10px 0px #323232;
}
#interim-home-page #section-3:after {
  content: "";
  display: table;
  clear: both;
}
#interim-nos-prestations-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
@media (max-width: 420px) {
  #interim-nos-prestations-page #page-header {
    padding-top: 165px;
    padding-bottom: 105px;
  }
}
#interim-nos-prestations-page #page-content h2 {
  font-size: 18px;
  margin: 50px 0 30px;
}
#interim-nos-prestations-page #services .service {
  width: 33.33%;
  float: left;
}
#interim-nos-prestations-page #services .service .text {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 500px) {
  #interim-nos-prestations-page #services .service {
    width: 100%;
    text-align: center;
    float: none;
    margin: 30px 0 50px;
  }
}
#interim-nos-prestations-page #interested .header {
  color: #de4f04;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1.5em;
}
#interim-nos-prestations-page #interested .content {
  display: block;
  padding-top: 20px;
}
#interim-nos-prestations-page #interested .content a.rec-button {
  width: 48%;
  display: inline-block;
}
#interim-nos-prestations-page #interested .content a.rec-button:last-child {
  float: right;
}
@media screen and (max-width: 590px) {
  #interim-nos-prestations-page #interested .content a.rec-button {
    width: 100%;
    display: block;
    float: none;
  }
  #interim-nos-prestations-page #interested .content a.rec-button:last-child {
    margin-top: 20px;
  }
}
#interim-espace-candidat-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
#interim-espace-candidat-page img.loader {
  display: block;
  margin: 0 auto;
  display: none;
}
#interim-espace-client-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
#interim-espace-client-page .form-wrapper {
  width: 100%;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  #interim-espace-client-page .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#interim-espace-client-page .form-wrapper h2 {
  color: #de4f04;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 0;
  font-weight: normal;
}
#interim-espace-client-page .form-wrapper p {
  margin: 10px 0;
}
#interim-espace-client-page .form-wrapper p a {
  font-weight: bold;
}
#interim-espace-client-page .form-wrapper form input[name=npa] {
  float: left;
  width: 22%;
}
#interim-espace-client-page .form-wrapper form input[name=city] {
  float: right;
  width: 73%;
}
#interim-espace-client-page img.loader {
  display: block;
  margin: 0 auto;
  display: none;
}
#interim-nos-partenaires-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
#interim-nos-partenaires-page #intro {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 60px;
}
#interim-nos-partenaires-page #clients {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
#interim-nos-partenaires-page #clients div {
  background-image: url('/newsite/wp-content/themes/interim/imgs/icons/client-logo.jpg');
  width: 210px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: 0 20px 20px 0;
}
#interim-nos-partenaires-page #clients div:nth-child(3n) {
  margin-right: 0;
}
#interim-nos-partenaires-page #clients div div {
  display: table-cell;
}
#interim-nos-partenaires-page #clients div div img {
  max-width: 210px;
  max-height: 150px;
}
#interim-nos-partenaires-page #testimonials {
  width: 100%;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#interim-nos-partenaires-page #testimonials h2 {
  color: #de4f04;
  font-family: "Open Sans";
  font-size: 26px;
  line-height: 1.5em;
  margin: 10px 0 20px;
  font-weight: normal;
}
#interim-nos-partenaires-page #testimonials .bx-wrapper {
  box-shadow: none !important;
  background-color: transparent;
  border: none;
}
#interim-nos-partenaires-page #testimonials .bx-wrapper .bx-viewport {
  padding: 10px 10px 20px;
}
#interim-nos-partenaires-page #testimonials .bx-wrapper .bx-viewport #testimonial-list .testimonial {
  visibility: visible;
}
#interim-nos-partenaires-page #testimonials .bx-wrapper .bx-pager .bx-pager-item a.bx-pager-link {
  background-color: #F5CBB5;
}
#interim-nos-partenaires-page #testimonials .bx-wrapper .bx-pager .bx-pager-item a.bx-pager-link.active {
  background-color: #de4f04;
}
#interim-nos-partenaires-page #testimonials #testimonial-list {
  padding: 10px;
}
#interim-nos-partenaires-page #testimonials #testimonial-list .testimonial {
  padding: 50px 90px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  margin-right: 20px;
  visibility: hidden;
  background-color: white;
}
#interim-nos-partenaires-page #testimonials #testimonial-list .testimonial img.profile-picture {
  float: left;
  border-radius: 100%;
  width: 121px;
}
#interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text {
  align-items: center;
  margin-left: 145px;
}
#interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text p.name {
  color: #de4f04;
  margin-bottom: 0px;
  font-size: 17px;
}
#interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text p.company {
  font-size: 20px;
  margin: -7px 0 10px 0;
  font-weight: bold;
}
#interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text blockquote {
  font-size: 16px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  font-family: 'Open Sans';
  margin-left: 0;
}
#interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text blockquote img {
  position: absolute;
  left: -30px;
  width: 24px;
  top: -3px;
}
@media screen and (max-width: 750px) {
  #interim-nos-partenaires-page #testimonials {
    max-width: 360px;
  }
  #interim-nos-partenaires-page #testimonials #testimonial-list .testimonial {
    padding: 15px;
  }
  #interim-nos-partenaires-page #testimonials #testimonial-list .testimonial img.profile-picture {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text {
    margin-left: 0;
  }
  #interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text p {
    text-align: center;
  }
  #interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text blockquote {
    margin: 0 10px;
  }
  #interim-nos-partenaires-page #testimonials #testimonial-list .testimonial .testimonials-text blockquote img {
    left: -27px;
    top: -8px;
  }
}
#interim-apropos-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
#interim-apropos-page #intro {
  width: 100%;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#interim-apropos-page #profiles {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}
#interim-apropos-page #profiles .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#interim-apropos-page #profiles .profile .name {
  margin-top: 10px;
  font-size: 19px;
}
#interim-apropos-page #profiles:after {
  display: none;
}
#interim-apropos-page #values {
  padding: 40px 0;
  background-color: #de4f04;
}
#interim-apropos-page #values .header h2 {
  font-family: DessauBold;
  font-size: 30px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#interim-apropos-page #values .header p {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
#interim-apropos-page #values .content {
  margin: 50px auto 0;
  position: relative;
  width: 320px;
  height: 320px;
  text-align: center;
}
#interim-apropos-page #values .content .circle-image {
  margin-top: 20px;
}
#interim-apropos-page #values .content p {
  font-size: 20px;
  background-color: #de4f04;
  transition: all 0.5s;
}
#interim-apropos-page #values .content p:hover {
  transform: scale(1.3);
}
#interim-apropos-page #values .content img:not(.circle-image) {
  position: absolute;
  cursor: pointer;
}
#interim-apropos-page #values .content img:not(.circle-image):nth-of-type(2) {
  top: 12px;
  left: 152px;
}
#interim-apropos-page #values .content img:not(.circle-image):nth-of-type(3) {
  top: 130px;
  left: 263px;
}
#interim-apropos-page #values .content img:not(.circle-image):nth-of-type(4) {
  top: 239px;
  left: 150px;
}
#interim-apropos-page #values .content img:not(.circle-image):nth-of-type(5) {
  top: 128px;
  left: 35px;
}
#interim-apropos-page #values .content .value-1 {
  position: absolute;
  top: -38px;
  left: 80px;
}
#interim-apropos-page #values .content .value-2 {
  position: absolute;
  top: 108px;
  right: -67px;
}
#interim-apropos-page #values .content .value-2:hover {
  transform: scale(1.3) translateX(10px);
}
#interim-apropos-page #values .content .value-3 {
  position: absolute;
  bottom: 1px;
  left: 127px;
}
#interim-apropos-page #values .content .value-4 {
  position: absolute;
  top: 105px;
  left: -64px;
}
#interim-apropos-page #values .content .value-4:hover {
  transform: scale(1.3) translateX(-10px);
}
@media screen and (max-width: 500px) {
  #interim-apropos-page #values .content .value-2 {
    top: 103px;
    right: 3px;
    padding-bottom: 4px;
  }
  #interim-apropos-page #values .content .value-4 {
    top: 104px;
    left: 4px;
    padding-bottom: 3px;
  }
}
#interim-apropos-page #cta .header {
  color: #de4f04;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#interim-apropos-page #cta .content a {
  display: inline-block;
  width: 320px;
}
#interim-apropos-page #cta .content a:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  #interim-apropos-page #cta .content a {
    display: block;
    margin: 10px auto !important;
  }
}
#interim-contact-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
#interim-contact-page .column {
  width: 50%;
}
#interim-contact-page .column#info-column {
  float: left;
}
#interim-contact-page .column#info-column h2 {
  font-size: 18px;
}
#interim-contact-page .column#info-column #contact-map {
  height: 350px;
}
@media (max-width: 520px) {
  #interim-contact-page .column#info-column #contact-map {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#interim-contact-page .column#info-column #contact-map #contact-map-content p {
  margin-bottom: 10px;
}
#interim-contact-page .column#info-column .contact-info {
  margin: 10px 0;
}
#interim-contact-page .column#info-column .contact-info .icon {
  float: left;
  width: 40px;
}
#interim-contact-page .column#form-column {
  padding-left: 20px;
  float: right;
}
#interim-contact-page .column#form-column h2 {
  color: #de4f04;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: normal;
}
#interim-contact-page .column#form-column p {
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  #interim-contact-page .column {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #interim-contact-page .column#info-column {
    float: none;
  }
  #interim-contact-page .column#form-column {
    float: none;
    padding-left: 0;
  }
  #interim-contact-page .column#form-column h2,
  #interim-contact-page .column#form-column p {
    text-align: center;
  }
}
#interim-conditions-page #page-header {
  padding-top: 170px;
  padding-bottom: 95px;
  margin-top: 0;
}
#interim-work-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
#interim-work-page h2 {
  font-family: "Open Sans";
  font-size: 21;
  line-height: 1.5em;
  font-weight: bold;
  color: black;
  margin: 0;
}
#interim-work-page h2 span {
  color: #777;
}
#interim-work-page #work-location {
  color: #de4f04;
}
#interim-work-page h3 {
  margin: 20px 0 0 0;
  font-weight: bold;
}
#interim-work-page p {
  margin: 0 0 20px;
}
#interim-work-page .work-info {
  margin: 5px 0;
}
#interim-work-page button.rec-button.filled {
  width: 100%;
}
#interim-work-page a.rec-button.filled {
  display: block;
  margin-top: 15px;
}
#interim-work-page #upload-dialog-window {
  display: none;
}
#interim-candidat-profile-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
#interim-candidat-profile-page img#candidat-photo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#interim-candidat-profile-page h2 {
  font-weight: bold;
  color: black;
  margin: 0;
  display: inline;
}
#interim-candidat-profile-page #introduction {
  clear: both;
  margin: 0;
}
#interim-candidat-profile-page .work-info {
  margin: 5px 0;
}
#interim-candidat-profile-page .work-info a:hover {
  text-decoration: underline;
}
#interim-candidat-profile-page a.rec-button.filled {
  display: block;
  margin-top: 15px;
}
#interim-candidat-profile-page button#get-more-info-button {
  width: 100%;
}
#interim-reg-confirm-page #page-header {
  padding-top: 190px;
  padding-bottom: 75px;
  margin-top: 0;
}
