/*!
 * Custom CSS Stylesheet for manpower
 *
 */
/*@import "compass";
@import "compass/reset"; */
/*_typography.scss*/
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.eot");
  src: url("../font/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.eot");
  src: url("../font/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Black.eot");
  src: url("../font/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Light.eot");
  src: url("../font/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Italic.eot");
  src: url("../font/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
html {
  font-size: 60%;
  overflow-y: initial;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  color: #3f4751;
  overflow-x: hidden;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
section {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3f4751;
}
.bold {
  font-weight: 900;
}
.sc12 {
  font-size: 1.2rem;
}
.sc13 {
  font-size: 1.3rem;
}
.sc14 {
  font-size: 1.4rem;
}
.sc15 {
  font-size: 1.5rem;
}
.sc16 {
  font-size: 1.6rem;
}
.sc17 {
  font-size: 1.7rem;
}
.sc18 {
  font-size: 1.8rem;
}
.sc19 {
  font-size: 1.9rem;
}
.sc20 {
  font-size: 2rem;
  line-height: 20px;
}
.sc22 {
  font-size: 2.2rem;
}
.sc23 {
  font-size: 2.3rem;
}
.sc24 {
  font-size: 2.4rem;
}
.sc26 {
  font-size: 2.6rem;
}
.sc28 {
  font-size: 2.8rem;
}
.sc30 {
  font-size: 3rem;
}
.sc31 {
  font-size: 3.1rem;
}
.sc32 {
  font-size: 3.2rem;
}
.sc34 {
  font-size: 3.4rem;
}
.sc36 {
  font-size: 3.6rem;
}
.center {
  text-align: center;
}
a {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
.no-clear {
  clear: none;
}
.hidden {
  display: none;
}
.d-flex.flex-grow-equal > * {
  flex-grow: 1;
}
a, entry-content a {
  color: inherit;
}
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.msg-info {
  background: #5FB670;
  color: white;
  padding: 20px 20px 10px;
  margin: 20px 0;
}
.msg-alert {
  background: #e77c22;
  color: white;
  padding: 20px;
  margin: 20px 0;
}
.button, input[type=submit], .button:active {
  color: white;
  background: #6390c6;
  padding: 8px 16px;
  margin-top: 10px;
}
.button:hover, input[type=submit]:hover, .button:active:hover {
  background: #476ea5;
  transition: all 0.5s;
}
button:hover {
  background: #476ea5;
  transition: all 0.5s;
}
.gf_half {
  clear: none !important;
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-bottom: 16px;
  display: inline-block;
}
textarea, select {
  background: white;
  border: 1px solid #ccc;
  padding: 6px 15px;
}
a:visited {
  color: inherit;
}
.entry-content {
  max-width: 100% !important;
  padding: 0 !important;
}
.entry-header {
  max-width: 100% !important;
}
.already_apply {
  color: #479b57;
  padding: 5px 13px;
  border: 0.8px solid #479b57;
}
input[disabled], .disabled input {
  cursor: not-allowed;
  background: #dedede !important;
}
.site-main {
  min-height: 80vh;
}
.container-small {
  max-width: 768px;
}
button {
  background-color: #3f4751;
}
input, textarea {
  text-align: left;
  padding: 10px 15px !important;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
}
#logged {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
  z-index: 99999999;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}
#logged a {
  display: inline-block;
  padding: 10px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #3f4751;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px;
}
#logged a.logout {
  float: right;
}
#logged-space {
  height: 55px;
  background: #8ea3c8;
}
.w-33 {
  width: 33.333333%;
}
.w-66 {
  width: 66.666666%;
}
input[type=password] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
.bg-success {
  padding: 20px;
  margin: 20px 0 15px;
  color: white;
}
.sidebar .entry-header {
  padding: 0;
  max-width: 100%;
  margin-top: 20px;
}
.hentry {
  padding: 0;
}
.fancybox-button svg {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 50px;
}
.fancybox-bg {
  background: rgba(255, 255, 255, 0.7) !important;
}
*:focus {
  outline: none;
}
.ff-stream:not([data-size="large"]) .ff-header {
  z-index: 9 !important;
}
hr {
  background: url(../images/hr.jpg);
  background-repeat: repeat-x;
  height: 10px;
  border: none;
  transform: skewX(45deg);
  margin: 30px 0;
}
select, input[type=text], input[type=email], input[type=number], textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}
select::placeholder, input[type=text]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, textarea::placeholder {
  color: #000;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
section#error {
  height: 80vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
section#error p.top {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
section#error p.bottom {
  margin-bottom: 4rem;
  text-align: center;
}
section#error button {
  margin: 0 auto 0;
  padding: 15px 30px;
  line-height: normal;
  text-align: center;
  border-radius: 15px;
  background-color: #1c3962;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 99;
}
section#error button:hover {
  background-color: #000;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
  overflow-y: visible !important;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  top: 0;
  box-shadow: 0px 0px 15px -5px #000;
  max-width: 100% !important;
  width: 100%;
  z-index: 9999;
}
.sticky div#logo-nav a.home-link h1 {
  line-height: 65px !important;
}
.nav-up {
  top: -200px !important;
}
header.site-header {
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  transition: top 0.6s ease-in-out;
}
header.site-header div#navbar .position {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
header.site-header div#navbar .position #logo-nav {
  display: block;
  max-width: 160px;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 15px 5px 15px 0;
}
header.site-header div#navbar .position .menu-primaire-container ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
}
header.site-header div#navbar .position .menu-primaire-container ul li {
  padding: 20px;
}
body.privacy-policy .entry-header, body.privacy-policy .entry-content {
  max-width: 1230px;
}
body.privacy-policy h1 {
  text-align: center;
  margin: 10px 0 35px;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 900;
}
body.privacy-policy h3 {
  text-align: center;
  margin: 10px 0 35px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
}
body.privacy-policy h4 {
  margin: 35px 0 25px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 900;
}
body.privacy-policy p {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
body.privacy-policy .container ul {
  margin-bottom: 35px;
}
body.privacy-policy .container ul.disc {
  list-style: disc;
  padding-left: 15px;
  font-size: 1.6rem;
}
body.privacy-policy .container strong {
  font-weight: 900;
}
body.privacy-policy .button {
  margin: 0 auto 0;
  padding: 15px 30px;
  line-height: normal;
  text-align: center;
  border-radius: 15px;
  background-color: #E10514;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 99;
}
body.privacy-policy .button:hover {
  background-color: #000;
}
.page-template-template-moncompte #acf-form, .page-template-template-admin-edit-users #acf-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-template-moncompte select, .page-template-template-admin-edit-users select {
  padding: 10.4px 10px;
}
.page-template-template-moncompte .acf-row .acf-fields, .page-template-template-admin-edit-users .acf-row .acf-fields {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-moncompte .acf-row .acf-fields .acf-label, .page-template-template-admin-edit-users .acf-row .acf-fields .acf-label {
  background: none;
  padding: 8px 0;
  line-height: 2;
  color: #333;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.page-template-template-moncompte .acf-row .acf-fields .acf-label label, .page-template-template-admin-edit-users .acf-row .acf-fields .acf-label label {
  font-weight: 400;
}
.page-template-template-moncompte .acf-row .acf-fields .acf-input, .page-template-template-admin-edit-users .acf-row .acf-fields .acf-input {
  padding: 8px 0;
}
.page-template-template-moncompte .acf-row .acf-fields > .acf-field, .page-template-template-admin-edit-users .acf-row .acf-fields > .acf-field {
  margin-bottom: 20px;
  border: none;
  padding: 0px 8px;
}
.page-template-template-moncompte #first-connexion, .page-template-template-admin-edit-users #first-connexion {
  background: #e77c22;
  color: white;
  padding: 20px 20px 10px;
  margin: 20px 0 0;
}
.page-template-template-moncompte #message, .page-template-template-admin-edit-users #message {
  margin: 20px 0 0;
}
.page-template-template-moncompte button#reprendre, .page-template-template-admin-edit-users button#reprendre {
  border-radius: 18px;
  padding: 5px 20px;
  background: #555;
  margin: 0 10px;
}
.page-template-template-moncompte .acf-table, .page-template-template-admin-edit-users .acf-table {
  background: none;
  border: none;
}
.page-template-template-moncompte tr, .page-template-template-moncompte th, .page-template-template-moncompte td, .page-template-template-admin-edit-users tr, .page-template-template-admin-edit-users th, .page-template-template-admin-edit-users td {
  background: none !important;
  border: none !important;
}
.page-template-template-moncompte .acf-field .acf-label, .page-template-template-admin-edit-users .acf-field .acf-label {
  background: #476ea5;
  margin: 0;
  padding: 10px 20px;
  color: white;
}
.page-template-template-moncompte .no-title .acf-label, .page-template-template-admin-edit-users .no-title .acf-label {
  display: none;
}
.page-template-template-moncompte .acf-fields > .acf-field, .page-template-template-admin-edit-users .acf-fields > .acf-field {
  padding: 0;
  margin-bottom: 30px;
}
.page-template-template-moncompte .acf-fields.-left .acf-label, .page-template-template-admin-edit-users .acf-fields.-left .acf-label {
  background: #6390c6;
  padding: 8px 20px 5px;
}
.page-template-template-moncompte .acf-field-group, .page-template-template-admin-edit-users .acf-field-group {
  padding: 20px 0;
}
.page-template-template-moncompte .acf-field-group > .acf-input, .page-template-template-admin-edit-users .acf-field-group > .acf-input {
  padding: 20px;
  background: #ccd8eb !important;
}
.page-template-template-moncompte .acf-fields.-border, .page-template-template-admin-edit-users .acf-fields.-border {
  background: none !important;
  border: none !important;
}
.page-template-template-moncompte .acf-fields.-left > .acf-field::before, .page-template-template-admin-edit-users .acf-fields.-left > .acf-field::before {
  background: none;
  border: none;
}
.page-template-template-moncompte .acf-field-5eafa38e3cc2b .acf-label, .page-template-template-admin-edit-users .acf-field-5eafa38e3cc2b .acf-label {
  background: #5FB670;
}
.page-template-template-moncompte .acf-field-5eafa38e3cc2b tr, .page-template-template-moncompte .acf-field-5eafa38e3cc2b th, .page-template-template-moncompte .acf-field-5eafa38e3cc2b td, .page-template-template-admin-edit-users .acf-field-5eafa38e3cc2b tr, .page-template-template-admin-edit-users .acf-field-5eafa38e3cc2b th, .page-template-template-admin-edit-users .acf-field-5eafa38e3cc2b td {
  background: #ccd8eb !important;
  border: none;
}
.page-template-template-moncompte .acf-field-5eafa38e3cc2b .acf-input .acf-table, .page-template-template-admin-edit-users .acf-field-5eafa38e3cc2b .acf-input .acf-table {
  border: none;
  background: #6390c6;
}
.page-template-template-moncompte .acf-tab-wrap, .page-template-template-admin-edit-users .acf-tab-wrap {
  background: none;
}
.page-template-template-moncompte .acf-tab-group, .page-template-template-admin-edit-users .acf-tab-group {
  border-top: none !important;
  padding: 0;
  margin-bottom: 20px !important;
}
.page-template-template-moncompte .acf-tab-group li a, .page-template-template-admin-edit-users .acf-tab-group li a {
  background: #6390c6 !important;
  color: white;
  padding: 10px 45px;
  font-size: 1.9rem;
}
.page-template-template-moncompte .acf-tab-group li.active a, .page-template-template-admin-edit-users .acf-tab-group li.active a {
  background: #e77c22 !important;
  color: white;
}
.page-template-template-moncompte .acf-checkbox-list, .page-template-template-admin-edit-users .acf-checkbox-list {
  padding: 20px;
  background: #ccd8eb;
  margin-bottom: 10px;
}
.page-template-template-moncompte .acf-table .acf-checkbox-list, .page-template-template-admin-edit-users .acf-table .acf-checkbox-list {
  padding: 0;
}
.page-template-template-moncompte .acf-actions, .page-template-template-admin-edit-users .acf-actions {
  margin-top: 20px;
}
.page-template-template-moncompte .acf-actions a, .page-template-template-admin-edit-users .acf-actions a {
  color: white;
}
.page-template-template-moncompte .acf-button, .page-template-template-admin-edit-users .acf-button {
  color: white;
}
.page-template-template-moncompte :not(.acf-row) > .acf-field > .acf-input > .acf-file-uploader:not(.has-value), .page-template-template-admin-edit-users :not(.acf-row) > .acf-field > .acf-input > .acf-file-uploader:not(.has-value) {
  margin-top: 20px;
}
.page-template-template-moncompte .acf-flexible-content .acf-table, .page-template-template-admin-edit-users .acf-flexible-content .acf-table {
  background: #ccd8eb;
}
.page-template-template-moncompte .acf-flexible-content th:first-child, .page-template-template-moncompte .acf-flexible-content td:first-child, .page-template-template-admin-edit-users .acf-flexible-content th:first-child, .page-template-template-admin-edit-users .acf-flexible-content td:first-child {
  padding-left: 20px;
}
.page-template-template-moncompte .acf-flexible-content th:last-child, .page-template-template-moncompte .acf-flexible-content td:last-child, .page-template-template-admin-edit-users .acf-flexible-content th:last-child, .page-template-template-admin-edit-users .acf-flexible-content td:last-child {
  padding-right: 20px;
}
.page-template-template-moncompte .acf-flexible-content tr:last-child td, .page-template-template-admin-edit-users .acf-flexible-content tr:last-child td {
  padding-bottom: 20px;
}
.page-template-template-moncompte .acf-repeater table, .page-template-template-admin-edit-users .acf-repeater table {
  background: #ccd8eb;
}
.page-template-template-moncompte .acf-repeater table tr:nth-last-child(2) td, .page-template-template-admin-edit-users .acf-repeater table tr:nth-last-child(2) td {
  padding-bottom: 30px;
}
.page-template-template-moncompte .select2-selection, .page-template-template-admin-edit-users .select2-selection {
  height: 40px;
}
.page-template-template-moncompte .select2-selection .select2-selection__rendered, .page-template-template-admin-edit-users .select2-selection .select2-selection__rendered {
  line-height: 40px;
}
.page-template-template-moncompte .acf-field .description, .page-template-template-admin-edit-users .acf-field .description {
  text-transform: none;
  font-size: 1.3rem;
}
.page-template-template-moncompte .acf-field-message, .page-template-template-admin-edit-users .acf-field-message {
  border: none;
}
.page-template-template-moncompte .acf-field.no-padding > .acf-input, .page-template-template-admin-edit-users .acf-field.no-padding > .acf-input {
  padding: 0;
}
.page-template-template-moncompte #submit-form, .page-template-template-admin-edit-users #submit-form {
  padding: 15px 45px;
  font-size: 1.8rem;
}
#liste-users .header {
  background: #424949;
  color: white;
  padding: 15px 0;
}
#liste-users .table .row {
  margin: 0px;
  cursor: pointer;
}
#liste-users .table .row:nth-child(even) {
  background: #EFF3F8;
}
#liste-users .body .row:hover {
  background: #96b0ce;
}
#liste-users form button {
  background: #6390c6;
}
#liste-users #advance_search {
  padding: 20px;
  background: #ccd8eb;
}
#liste-users #advance_search .chosen-single {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.6rem;
  line-height: inherit;
  height: auto;
  box-shadow: none;
}
#pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#pagination .page-numbers {
  background: #ddd;
  padding: 5px 10px;
  border-radius: 8px;
}
#pagination .page-numbers.current {
  background: #476ea5;
  color: white;
}
.page-template-template-accueil #main .container {
  background: #ccd8eb;
  padding: 50px;
}
#create-compte {
  max-width: 768px;
  margin: auto;
  background: #ccd8eb;
  padding: 15px 30px;
}
footer {
  width: 100%;
  background-color: #8ea3c8;
  padding: 40px 0 10px;
  color: #fff;
}
footer #logo {
  position: relative;
  top: -12px;
}
footer h4 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
footer ul.infos {
  list-style: none;
  padding: 0;
}
footer ul.infos li {
  margin-bottom: 15px;
}
footer ul.infos li a {
  color: white;
}
footer ul.infos li:last-of-type {
  margin-bottom: 0;
}
footer ul.infos li img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  filter: grayscale(1) brightness(2);
}
footer #social img {
  width: 30px;
  margin-right: 10px;
}
footer .conditions {
  text-align: center;
  font-size: 1.3rem;
  padding: 2rem 0;
}
footer .conditions a {
  font-weight: 600;
  color: #fff;
}
footer .conditions a.mentions {
  font-weight: normal;
}
.gform_wrapper div.validation_error {
  color: #fff;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #fff;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 768px) {
  #navbar .position {
    flex-wrap: wrap;
  }
  #navbar .position #logo-nav {
    max-width: 100px !important;
  }
  #navbar .position #logo-nav img {
    width: 100%;
  }
  #navbar .position .primary {
    width: 60%;
  }
  #navbar .position .primary button {
    width: 100%;
  }
  .acf-tab-group li {
    width: 100%;
    text-align: center;
  }
  .acfe-field-group-layout-table .acf-table {
    display: flex;
    align-items: center;
  }
  .acfe-field-group-layout-table thead, .acfe-field-group-layout-table tbody {
    display: flex;
  }
  .acfe-field-group-layout-table th, .acfe-field-group-layout-table td {
    display: flex;
    width: 100% !important;
  }
  .acf-field-repeater thead {
    display: flex;
  }
  .acf-field-repeater thead .acf-row-handle {
    display: none;
  }
  .acf-field-repeater thead tr, .acf-field-repeater thead th {
    display: flex;
    width: 100% !important;
  }
  .acf-field-repeater thead th {
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: 4px !important;
  }
  .acf-field-repeater tbody {
    display: block;
  }
  .acf-field-repeater tbody tr, .acf-field-repeater tbody td {
    display: block;
  }
}
@media screen and (max-width: 435px) {
  html {
    font-size: 55%;
  }
}
/*# sourceMappingURL=main.css.map */