/* Foundation tweaks */
.row {
  max-width: 1000px;
}

.columns, .column {
  min-height: 1px;
}

@font-face {
  font-family: 'BebasNeueBold';
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.otf") format("opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Foundation tweaks */
.row {
  max-width: 1140px;
}

.columns,
.column {
  min-height: 1px;
}

/*
AL : GLOBAL
*/
/* COOKIE BAR */
#cn-more-info {
  background: none;
}

.page-id-550 p,
.societe .soc-content p,
.page-id-55 .positionnement p,
.page-id-55 .laplanification p {
  text-align: justify;
  font-weight: 300;
}

/******** PAGE PARTENAIRES *******/
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  padding: 5px 5px 10px;
  text-align: center;
}

.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}

.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#wpadminbar:hover {
  opacity: 1;
}

#wpadminbar:focus {
  opacity: 1;
}

.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none !important;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input {
  border-color: red;
}

.gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}

.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}

.ui-datepicker tbody {
  border: none;
}

.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}

.ui-datepicker tbody td span {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  color: #fff;
  font-weight: 700;
  border: none;
}

.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  border: 1px solid #c19163;
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

html {
  height: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
}

body {
  height: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: static;
  color: #333;
  font-family: Montserrat, sans-serif;
}

body header .medium-uncollapse > .menu-block {
  padding-right: 45px;
  padding-left: 0;
}

body .top-bar .header-menu li {
  float: none;
  display: inline-block;
  margin: 0 5px;
}

body .top-bar .header-menu li:last-child {
  margin: 0;
}

body .top-bar .header-menu li a {
  padding: 0;
}

body .top-bar .header-menu li.current-menu-item > a {
  background: transparent;
  color: #c79213 !important;
}

body .top-bar .header-menu li.current_page_ancestor > a {
  background: transparent;
  color: #c79213 !important;
}

body .top-bar .header-menu li.current_page_parent > a {
  background: transparent;
  color: #c79213 !important;
}

body .top-bar #menu-header-menu li a:hover {
  color: #c79213;
  background: transparent;
}

body .top-bar .submenu li > a {
  background: transparent;
  color: #58585a;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;
}

body .top-bar ul li:hover > a {
  background: transparent;
}

body #menu-header-menu ul.submenu.is-dropdown-submenu li a {
  color: #333;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

body #menu-header-menu ul.submenu.is-dropdown-submenu li a:hover {
  color: #c79213;
}

body .medium-uncollapse > .columns {
  padding: 0;
}

body ul.gform_fields li:not(:last-child) {
  width: 50%;
  display: inline-block;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 7px;
}

body ul.gform_fields input::placeholder {
  opacity: 0.3;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

body ul.gform_fields textarea {
  padding-left: 10px;
  max-height: 118px;
}

body ul.gform_fields textarea::placeholder {
  opacity: 0.3;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

body .gform_wrapper {
  margin-top: 0;
}

body .gform_wrapper .top_label input.medium {
  width: 100% !important;
  padding-left: 10px !important;
}

body .gform_wrapper .top_label select.medium {
  width: 100% !important;
  padding-left: 10px !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

body .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 0;
}

body img.gform_ajax_spinner {
  width: 30px !important;
  height: 20px !important;
  float: left;
}

input:-moz-placeholder {
  color: #555;
}

input::-moz-placeholder {
  color: #555;
}

input:-ms-input-placeholder {
  color: #555;
}

input::-webkit-input-placeholder {
  color: #555;
}

textarea {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

textarea:-moz-placeholder {
  color: #555;
}

textarea::-moz-placeholder {
  color: #555;
}

textarea:-ms-input-placeholder {
  color: #555;
}

textarea::-webkit-input-placeholder {
  color: #555;
}

[type=color] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=date] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=datetime-local] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=datetime] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=email] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=month] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=number] {
  margin-bottom: 0;
  -moz-appearance: textfield;
  border: 1px solid #c79213;
}

[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=password] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=search] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=tel] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=text] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=time] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=url] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

[type=week] {
  margin-bottom: 0;
  border: 1px solid #c79213;
}

select {
  margin-bottom: 0;
}

textarea[rows] {
  height: 150px;
  max-width: 100%;
}

[type=checkbox] {
  margin-bottom: 0;
}

[type=file] {
  margin-bottom: 0;
}

[type=radio] {
  margin-bottom: 0;
}

button {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #124260;
}

button:focus {
  background-color: #124260;
}

.button {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: #124260;
}

.button:focus {
  background-color: #124260;
}

input[type='submit'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type='submit']:hover {
  background-color: #124260;
}

input[type='submit']:focus {
  background-color: #124260;
}

input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type='reset']:hover {
  background-color: #124260;
}

input[type='reset']:focus {
  background-color: #124260;
}

h1 {
  font-weight: 700;
  font-family: "BebasNeueBold";
  color: inherit;
  opacity: 0.65;
  color: #414042;
  font-size: 40px;
}

h2 {
  font-weight: 700;
  font-family: "BebasNeueBold";
  color: inherit;
}

h3 {
  font-weight: 700;
  font-family: "BebasNeueBold";
  color: inherit;
  color: #c79213;
}

h4 {
  font-weight: 700;
  font-family: "BebasNeueBold";
  color: inherit;
}

h5 {
  font-weight: 700;
  font-family: "BebasNeueBold";
  color: inherit;
}

h6 {
  font-weight: 700;
  font-family: "BebasNeueBold";
  color: inherit;
}

p:empty {
  display: none;
}

p a {
  text-decoration: underline;
}

a {
  color: #1a608b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #0a2535;
}

a:focus {
  color: #0a2535;
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 50px;
  font-family: FontAwesome;
  -moz-animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}

.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
  clear: both;
}

.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

ul.pagination {
  margin: 1rem 0;
}

ul.pagination .pagination {
  margin: 0;
}

ul.pagination .pagination.current {
  color: #fff;
  background: #1a608b;
  display: block;
}

#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}

#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.header {
  padding-top: 25px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99999;
  top: 0;
}

.header + div {
  margin-top: 148px;
}

.logo img {
  margin-left: 30px;
}

.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.posts-list .entry-meta {
  margin-bottom: 0;
}

.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}

.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a608b;
}

.not-found .label:hover {
  background-color: #144869;
  color: #fff;
}

.widget {
  margin-bottom: 20px;
}

.footer {
  margin-top: 50px;
}

.footer h5 {
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
}

.footer p {
  color: #fff;
  font-family: Montserrat;
}

.footer a {
  color: #fff;
  font-family: Montserrat;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  border: 1px solid #c79213;
  width: 334px;
  height: 327px;
  display: inline-block;
}

.flip-container:hover .back {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}

.flip-container:hover .flipper {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container:hover .front {
  display: none;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

.top-links {
  text-align: right;
  padding-right: 50px;
}

.top-links a:hover {
  color: #c79213;
}

.links {
  display: inline-block;
  position: relative;
}

.links a {
  color: #474648;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 300;
  margin-left: 15px;
}

.links:after {
  content: "";
  width: 94%;
  height: 1px;
  background-color: #b39402;
  display: block;
  position: absolute;
  right: 0;
}

#menu-header-menu {
  text-align: right;
  padding-left: 20px;
}

#menu-header-menu li a {
  color: #414042;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
}

header > div {
  position: relative;
  padding-bottom: 25px;
}

header:after {
  content: "";
  width: 1035px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  background: #c79213;
  left: 50%;
  transform: translateX(-50%);
}

.is-dropdown-submenu-parent {
  position: inherit;
}

.is-dropdown-submenu > li {
  width: auto;
}

.top-bar {
  position: relative;
  top: 45px;
}

ul.submenu {
  text-align: left;
}

ul.submenu:after {
  content: "";
  display: block;
  width: 1035px;
  left: -233px;
  top: 0px;
  background: #fff;
  height: 150%;
  position: absolute;
  z-index: -1;
  border-bottom: 1px solid #bf8c2d;
}

body.home .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: 80px;
}

body.home ul.submenu:after {
  content: "";
  display: block;
  width: 134%;
  left: -30%;
  top: 0px;
  background: #fff;
  height: 150%;
  position: absolute;
  z-index: -1;
  border-bottom: 1px solid #bf8c2d;
}

body.home .post p strong {
  color: #414042;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}

body.home header:after {
  display: none;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 130%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  display: inline-block;
}

.menu-item-has-children > a:before {
  content: "";
  border: 15px solid transparent;
  border-top: 17px solid #bf8c2d;
  display: none;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  pointer-events: none;
}

.menu-item-has-children.is-active > a:before {
  display: block;
}

.top-img {
  background-repeat: no-repeat;
  padding-bottom: 19%;
  text-align: center;
  background-size: cover;
  text-align: center;
  background-position: center;
}

.top-img h1 {
  color: #0a0a0a;
  font-family: "BebasNeueBold";
  font-size: 69px;
  line-height: 89px;
  position: relative;
  top: 15px;
  text-shadow: 0px 0px 10px white;
  text-align: center;
}

.top-img h1 a {
  color: #0a0a0a;
  font-family: "BebasNeueBold";
  font-size: 69px;
  line-height: 89px;
  position: relative;
  top: 15px;
  text-shadow: 0px 0px 10px white;
  text-align: center;
}

.num {
  color: #bf8c2d;
  font-family: "BebasNeueBold";
  font-size: 73px;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  margin-right: 20px;
  padding-bottom: 15px;
}

.stat-text {
  color: #414042;
  font-family: "BebasNeueRegular";
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 25px;
  line-height: 20px;
  margin-bottom: 35px;
}

#text-2 .textwidget p a {
  font-weight: 300;
}

.statistics > div {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}

.statistics > div:last-child {
  position: relative;
}

.offres > div {
  position: relative;
}

.offres > div.row > div {
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  border-left: 1px solid #bf8c2d;
}

.offres > div.row > div:last-child {
  border-right: 1px solid #bf8c2d;
}

.offres h3 {
  opacity: 0.5;
  color: #ffffff;
  font-family: "BebasNeueBold";
  font-size: 110px;
  position: absolute;
  line-height: 110px;
  left: 30px;
  top: 9px;
  z-index: 1;
}

.offres a {
  color: #bf8c2d;
  font-family: "BebasNeueRegular";
  font-size: 52px;
  font-weight: 400;
  line-height: 56px;
  position: absolute;
  bottom: 20px;
}

.offres a:hover {
  text-decoration: underline;
}

.difference h3 {
  opacity: 0.09;
  color: #474648;
  font-family: "BebasNeueBold";
  font-size: 117px;
  margin-left: 9px;
}

.difference > div.row > div {
  position: relative;
  margin-bottom: 40px;
}

.difference > div.row > div:nth-child(2):before {
  content: '';
  width: 1px;
  height: 557px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -272px;
  background: #bf8c2d;
}

.difference a {
  color: #bf8c2d;
  text-decoration: none;
}

.difference a:hover {
  text-decoration: underline;
}

.difference2 {
  background: #434144;
}

.difference2 > div {
  position: relative;
}

.difference2 > div.row > div {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  border-left: 1px solid #bf8c2d;
}

.difference2 > div.row > div:last-child {
  border-right: 1px solid #bf8c2d;
}

.difference2 h3 {
  opacity: 0.5;
  color: #ffffff;
  font-family: "BebasNeueBold";
  font-size: 110px;
  position: absolute;
  line-height: 110px;
  left: 30px;
  top: 9px;
  z-index: 1;
}

.difference2 a {
  color: #bf8c2d;
}

.diff2-logo {
  position: absolute;
  width: 40%;
  height: 75%;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  left: 126px;
  bottom: -78px;
}

.diff2-text {
  padding-left: 15px;
  padding-right: 15px;
  color: white;
}

.diff2-text .diff2-title {
  font-family: "BebasNeueRegular";
  font-size: 52px;
  font-weight: 400;
  line-height: 27px;
  color: #bf8c2d;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}

.diff2-text p {
  display: inline;
  color: #cccccc;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 18px;
}

.diff2-text p span {
  display: inline;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  color: #bf8c2d;
}

.page-template-template-home h3 {
  margin-top: 22px;
}

.page-template-template-home .post .image {
  min-height: 90px;
  max-width: calc(100% - 9px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.diff-logo {
  position: absolute;
  width: 25%;
  height: 75%;
  background-repeat: no-repeat;
  left: -110px;
  bottom: 0;
}

.diff-text {
  text-align: justify;
  padding-left: 15px;
}

.diff-text span {
  font-family: "BebasNeueRegular";
  font-size: 52px;
  font-weight: 400;
  line-height: 27px;
  color: #474648;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}

.diff-text p {
  display: inline;
  color: #474648;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 18px;
}

.diff-text p span {
  display: inline;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
}

.approche {
  margin-top: 15px;
}

.approche img {
  width: 558px;
  margin-top: 30px;
}

.approche h3 {
  opacity: 0.09;
  color: #474648;
  font-family: "BebasNeueBold";
  font-size: 122px;
  margin-left: 9px;
  line-height: 100px;
}

.approche > div.row > div {
  padding-left: 0;
  padding-right: 0;
}

.app-text h5 {
  color: #474648;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  padding-top: 22px;
  line-height: 29px;
}

.app-text h5 a {
  color: #bf8c2d;
  text-decoration: none;
}

.app-text h5 a:hover {
  text-decoration: underline;
}

.app-text p {
  color: #474648;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  max-width: 95%;
  margin-bottom: 10px;
}

.app-text p > a {
  color: #bf8c2d;
  text-decoration: none;
}

.app-text p strong a {
  color: #000;
  text-decoration: none;
}

.app-text p a:hover {
  text-decoration: underline;
}

.app-line {
  display: block;
  width: 100%;
  height: 23px;
  background-color: #701615;
}

.actualite > div > h3 {
  opacity: 0.09;
  color: #474648;
  font-family: "BebasNeueBold";
  font-size: 132px;
  margin-left: 9px;
}

.post {
  padding-left: 5px;
  padding-right: 10px;
  margin-bottom: 35px;
  position: relative;
}

.post:before {
  content: "";
  background-color: #c79213;
  width: 1px;
  height: 110%;
  position: absolute;
  display: block;
  left: -5px;
  bottom: 0;
}

.post:nth-child(3n+4):after {
  content: "";
  background-color: #c79213;
  width: 1px;
  height: 110%;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}

.post:last-child:after {
  content: "";
  background-color: #c79213;
  width: 1px;
  height: 110%;
  position: absolute;
  display: block;
  right: 4px;
  bottom: 0;
}

.post h3 {
  padding: 20px 0;
  line-height: 20px;
}

.post h3 a {
  color: #c79213;
  font-family: "Montserrat";
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0;
  position: relative;
}

.post h3 a:hover {
  text-decoration: underline;
}

.post p {
  color: #414042;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}

.post [data-mh="content"] a,
.post .more-link {
  color: #bf8c2d;
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat";
  text-decoration: none;
  white-space: nowrap;
}

.post [data-mh="content"] a:hover,
.post .more-link:hover {
  text-decoration: underline;
}

.post [data-mh="content"] a:after,
.post .more-link:after {
  color: #bf8c2d;
  margin-left: 10px;
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-left: 11px solid #c79213;
  border-bottom: 5px solid transparent;
}

#true_loadmore {
  border: 1px solid #bf8c2d;
  display: table;
  text-align: center;
  margin: 0 auto;
  color: #bf8c2d;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 5px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

#true_loadmore:hover {
  background-color: #bf8c2d;
  color: #fff;
}

#true_loadmore span {
  font-size: 15px;
}

.top-foot {
  background-color: #bf8c2d;
  padding-top: 30px;
  padding-bottom: 15px;
}

.top-foot > div.row > div:last-child {
  position: relative;
}

.top-foot > div.row > div:first-child {
  padding-left: 10px;
}

.bot-foot {
  background-color: #414042;
  padding-top: 10px;
  box-shadow: 0px 10px 2px -2px #414042;
}

.bot-foot p {
  display: inline-block;
  margin-right: 35px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  padding-left: 75px;
}

.bot-foot a {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
}

.bot-foot a:last-child {
  float: right;
  padding-right: 95px;
}

#text-3 p {
  font-weight: 500;
}

#text-3 .textwidget p:last-child {
  white-space: nowrap;
}

#text-3 a {
  text-decoration: none;
}

#text-3 a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: block;
  text-align: right;
}

.footer-logo img {
  max-width: 180px;
}

.footer-linked-link {
  text-align: right;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}

.footer-linked-link i {
  font-size: 36px;
}

.questions h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 41px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0;
}

.qest-contain {
  max-width: 900px;
  margin: 0 auto;
}

.accordion-item.is-active:before {
  content: "";
  width: 1px;
  height: 115%;
  display: block;
  position: absolute;
  left: 5px;
  background-color: #bf8c2d;
}

ul.accordion .accordion-item.is-active:first-child:before {
  content: "";
  width: 1px;
  height: 105%;
  display: block;
  position: absolute;
  left: 5px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 12%, #bf8c2d 77%);
}

.societe h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 41px;
  font-weight: 400;
}

.soc-content {
  overflow: hidden;
}

.soc-content p {
  max-width: 625px;
  float: right;
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.soc-container {
  max-width: 860px;
  margin: 0 auto;
}

.year {
  opacity: 0.50;
  color: #474648;
  font-family: "BebasNeueBold";
  font-size: 80px;
  font-weight: 400;
  display: inline-block;
  line-height: 100px;
}

.year2 {
  opacity: 0.50;
  color: #bf8c2d;
  font-family: "BebasNeueBold";
  font-size: 80px;
  font-weight: 400;
  line-height: 94px;
  display: inline-block;
}

.year-description {
  color: #474648;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  max-width: 585px;
  line-height: 20px;
  padding-left: 35px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.year-description:before {
  content: "\25CF";
  color: #bf8c2d;
  position: absolute;
  left: -6px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.year-blck {
  position: relative;
}

.middle-year {
  padding-left: 25px;
  margin: 45px 0;
}

.middle-year .year-description {
  color: #c79213;
}

.middle-year .year-description:before {
  display: none;
}

.middle-year .year-blck > div:first-child {
  display: inline-block;
}

.middle-year .year-blck > div:last-child {
  display: inline;
  padding-left: 35px;
}

.middle-year .year-blck > div:last-child:before {
  color: #bf8c2d;
  content: "";
  position: absolute;
  top: 30%;
  display: inline-block;
  border-top: 18px solid transparent;
  border-left: 30px solid #c79213;
  border-bottom: 18px solid transparent;
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -webkit-transform: translate(-40%, -50%);
  transform: translateX(-40px);
  transition: all 0.3s ease;
}

.top-year {
  position: relative;
}

.top-year:before {
  content: "";
  width: 2px;
  height: 55%;
  display: block;
  position: absolute;
  left: 24.6%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 12%, #bf8c2d 77%);
  top: 50px;
}

.bottom-year {
  position: relative;
}

.bottom-year:before {
  content: "";
  width: 2px;
  height: 78%;
  display: block;
  position: absolute;
  left: 24.6%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #bf8c2d 90%);
  top: 50px;
}

.equ-text {
  background-color: #c79213;
  width: 334px;
  height: 327px;
  position: relative;
  display: inline-block;
}

.equ-text p {
  opacity: 0.65;
  color: #f9f8fa;
  font-family: "BebasNeueBold";
  font-size: 41px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  white-space: nowrap;
}

.equ-text p a {
  color: #f9f8fa;
}

.equipes {
  overflow: hidden;
}

.equipes .row {
  margin-right: 0;
  margin-left: 0;
}

.equipes ul {
  list-style-type: none;
  overflow: hidden;
}

.equipes ul li.row.flex {
  margin-bottom: 10px;
  text-align: center;
  align-items: normal;
}

.equipes .team-image {
  flex: 1;
  margin: 5px;
}

.equipes .team-image img {
  width: 100%;
}

.equipes .team-infos {
  flex: 1;
  border: 1px solid #bf8c2d;
  text-align: left;
  margin: 5px;
}

.equipes .team-infos .wrapper {
  padding-left: 20px;
}

.equipes .team-infos .team-title {
  font-size: 22px;
  color: black;
}

.equipes .team-infos .team-description {
  color: black;
}

.equipes .team-infos .fa {
  font-size: 25px;
}

.flip-container.hover .flipper {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.front {
  width: 334px;
  height: 327px;
  display: inline-block;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  left: -1px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.front .name {
  font-size: 2em;
  display: inline-block;
  background: rgba(33, 33, 33, 0.9);
  color: #f8f8f8;
  font-family: Courier;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 60px;
  left: 25%;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.05em #333;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.back {
  width: 334px;
  height: 327px;
  display: inline-block;
  width: 332px;
  height: 325px;
  text-align: center;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.back p {
  margin-bottom: 0px;
}

.back > a > div {
  background-repeat: no-repeat;
  width: 36px;
  height: 24px;
  display: inline-block;
  margin: 15px auto;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.back-logo {
  position: absolute;
  top: 40px;
  left: 90px;
  width: 160px;
  height: 117px;
}

.back-title {
  font-weight: bold;
  color: #00304a;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0.1em 0.1em 0.05em #acd7e5;
  font-family: Courier;
  font-size: 2em;
}

.bck-titl {
  margin-top: 125px;
  color: #c79213;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
}

.bck-cont + p {
  color: #000000;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 22px;
  position: relative;
}

.bck-cont + p:after {
  content: "";
  display: block;
  position: absolute;
  width: 111px;
  height: 1px;
  background-color: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recompenses {
  background: rgba(65, 64, 66, 0.13);
}

.recompenses h3 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 41px;
  font-weight: 400;
  padding-left: 85px;
  margin-top: 21px;
}

.recompenses p {
  color: #414042;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 40px;
}

.recompenses p strong {
  font-size: 28px;
  font-weight: 700;
}

.reco-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding-bottom: 15%;
  position: relative;
  max-width: 400px;
  max-height: 100px;
}

.reco-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(65, 64, 66, 0.13);
  display: block;
}

.reco-img + p {
  margin-top: 20px;
}

body.page-template-template-la-societe .footer {
  margin-top: 20px;
}

.child-menu {
  float: right;
}

.child-menu ul {
  list-style-type: none;
  margin-left: 65px;
}

.child-menu ul li {
  display: inline-block;
  margin-right: 15px;
}

.child-menu ul li a {
  color: #58585a;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.child-menu ul li a:hover {
  color: #bf8c2d;
}

.offres-contain {
  max-width: 878px;
  margin: 0 auto;
}

.offres-content h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.offres-content p {
  margin-bottom: 0;
  color: #c79213;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.positionnement {
  overflow: hidden;
  margin-top: 60px;
}

.positionnement > div {
  padding-left: 0;
  padding-right: 0;
}

.positionnement > div:nth-child(2) > div {
  padding-bottom: 172%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 26px 0 0;
}

.positionnement h3 {
  color: #979697;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
}

.positionnement p {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 15px;
}

.laplanification {
  overflow: hidden;
  margin-top: 60px;
}

.laplanification h3 {
  margin-bottom: 40px;
}

.laplanification h3 p {
  display: inline;
  color: #979697;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.laplanification h3 p:last-child {
  color: #c79213;
}

.laplanification > div {
  padding-left: 0;
  padding-right: 0;
}

.laplanification > div:nth-child(2) > div {
  padding-bottom: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 26px 0 0;
}

.etapes {
  margin-top: 100px;
}

.etapes h3 {
  color: #979697;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  margin-left: 15px;
}

.top-etapes {
  background: rgba(191, 140, 45, 0.18);
}

.top-et-img {
  position: relative;
}

.top-et-img > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top-et-img > div > div {
  background-repeat: no-repeat;
  background-size: cover;
  width: 78px;
  height: 58px;
  display: inline-block;
}

.top-et-img p {
  display: none;
  color: #bf8c2d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.top-et > div:last-child {
  padding-right: 80px;
}

.middle-etapes {
  background: #fff;
  margin-top: 50px;
  margin-bottom: 70px;
}

.middle-et-img {
  position: relative;
}

.middle-et-img > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.middle-et-img > div > div {
  background-repeat: no-repeat;
  background-size: cover;
  width: 78px;
  height: 58px;
  display: inline-block;
}

.middle-et-img p {
  display: none;
  color: #979697;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.top-num {
  color: #bf8c2d;
  font-family: "BebasNeueBold";
  font-size: 135px;
  font-weight: 400;
  line-height: 135px;
  text-align: center;
}

.top-text {
  color: #bf8c2d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.mid-num {
  color: #979697;
  font-family: "BebasNeueBold";
  font-size: 135px;
  font-weight: 400;
  line-height: 135px;
  text-align: center;
}

.mid-text {
  color: #979697;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.middle-et > div:last-child {
  padding-right: 80px;
}

.middle-et > div:first-child .mid-text {
  padding-left: 50px;
}

.middle-et > div:nth-child(2) .mid-text {
  padding-left: 70px;
}

.bot-num {
  color: #fff;
  opacity: 0.7;
  font-family: "BebasNeueBold";
  font-size: 135px;
  font-weight: 400;
  line-height: 135px;
  text-align: center;
}

.bot-text {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.bottom-etapes {
  background: rgba(191, 140, 45, 0.7);
  display: none;
}

.bottom-et-img {
  position: relative;
}

.bottom-et-img > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-et-img > div > div {
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 75px;
  display: inline-block;
}

.bottom-et-img p {
  display: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transform: rotate(-90deg);
  white-space: nowrap;
  padding: 0px 120px;
}

.bottom-et > div:last-child {
  padding-right: 35px;
}

.bottom-et > div:last-child .bot-num {
  text-align: left;
}

.bottom-et > div:nth-child(4) {
  width: 30%;
}

.nos-back {
  max-width: 1920px;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding-bottom: 12%;
  background-size: cover;
  background-position: 50% 40%;
}

.nos-top h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 95px;
}

.nos-top p {
  color: #c79213;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  display: table;
  margin: 30px auto;
}

.nos-cont p {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  max-width: 788px;
  margin: 35px auto;
}

.nos-cont ul {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  max-width: 750px;
  margin: 35px auto;
}

.nos-cont ul li {
  list-style-type: none;
}

.nos-cont ul li:before {
  content: "\2022";
  color: #c79213;
  padding-right: 10px;
  font-size: 28px;
  line-height: 16px;
}

.nos-bot {
  max-width: 868px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
}

.nos-bot > div:last-child {
  margin-bottom: 0;
}

.nos-bot > div > div:first-child {
  position: relative;
  min-height: 100px;
}

.nos-bot > div > div:first-child img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nos-bot > div > div:first-child:after {
  content: "\25CF";
  color: #bf8c2d;
  position: absolute;
  left: -38.5px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.nos-bot > div > div:nth-child(2) {
  padding: 25px 0;
  padding-left: 25px;
}

.nos-bot:before {
  content: "";
  width: 1px;
  height: 90%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #bf8c2d 15%);
  display: block;
  left: 65px;
  bottom: 20px;
  position: absolute;
}

body.page-id-57 .nos-bot > div {
  margin: 25px 0;
}

body.page-id-63 .nos-bot > div {
  margin: 25px 0;
}

body.page-id-63 .nos-bot-title {
  line-height: 50px;
}

.nos-bot-title {
  color: #c79213;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 15px;
}

body.page-id-67 .nos-bot-title {
  line-height: 50px;
}

body.page-id-67 .nos-back {
  background-position: 50% 61%;
}

.nos-bot-text {
  display: inline;
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
}

body.page-template-template-family .nos-back {
  background-position: 50% 50%;
}

body.page-template-template-family .nos-top p {
  color: #701615;
}

body.page-template-template-family .nos-bot-title {
  color: #701615;
}

body.page-template-template-family .nos-bot:before {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #701615 15%);
}

body.page-template-template-family .nos-bot > div > div:first-child:after {
  content: "\25CF";
  color: #701615;
  position: absolute;
  left: -41px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

body.page-template-template-family .nos-bot > div > div:nth-child(2) {
  margin-bottom: 25px;
}

body.page-template-template-family .top-bar .header-menu li.current-menu-item > a {
  color: #701615 !important;
}

body.page-template-template-family .top-bar .header-menu li.current_page_ancestor > a {
  color: #701615 !important;
}

body.page-template-template-family .top-bar .header-menu li.current_page_parent > a {
  color: #701615 !important;
}

body.page-template-template-family .top-bar #menu-header-menu li a:hover {
  color: #701615;
}

body.page-template-template-family .top-links a:hover {
  color: #701615;
}

body.page-template-template-family .links:after {
  background-color: #701615;
}

body.page-template-template-family .top-foot {
  background-color: #701615;
}

body.page-template-template-family header:after {
  background: #701615;
}

body.page-template-template-family #menu-header-menu ul.submenu.is-dropdown-submenu li a:hover {
  color: #701615;
}

body.page-template-template-family ul.submenu:after {
  border-bottom: 1px solid #701615;
}

body.page-template-template-family .menu-item-has-children > a:before {
  border-top-color: #701615;
}

.single-contain {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.single-contain h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 20px;
}

.single-contain .main-content p {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
}

.single-contain .post:before {
  display: none;
}

.single-contain .post:after {
  display: none;
}

.single-contain .post > div:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}

body.single-post #menu-item-22 a {
  color: #c79213;
}

.contact-cont {
  max-width: 675px;
  margin: 0 auto;
}

.contact-contain h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 41px;
  font-weight: 400;
  margin: 50px 0 50px 97px;
}

.contact-contain img {
  width: 215px;
  height: 259px;
  background-size: cover;
}

.contact-contain > div:nth-child(2) {
  padding: 0;
}

#gform_submit_button_1 {
  width: 194px;
  background-color: #c79213;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  padding: 10px 20px;
}

#gform_submit_button_1:hover {
  background: transparent;
  color: #c79213;
  outline: 1px solid #c79213;
}

.gestion-cont-top {
  max-width: 915px;
  margin: 0 auto;
}

.gestion-cont-top h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  margin: 40px 0;
  margin-top: 0;
}

.gestion-cont-top p {
  color: #c79213;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 auto;
  display: table;
}

.gestion-cont-mid {
  max-width: 915px;
  margin: 0 auto;
}

.gestion-cont-mid p {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 30px;
  position: relative;
}

.gestion-cont-mid > span > p:first-child:before {
  content: "";
  width: 1px;
  height: 90%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #bf8c2d 15%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.gestion-cont-mid > span > p:nth-child(2):before {
  content: "";
  width: 1px;
  height: 121%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #bf8c2d 0%);
  position: absolute;
  left: 0;
  bottom: 10px;
}

.gestion-cont-mid > span > p:last-child:before {
  content: "";
  width: 1px;
  height: 60%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #bf8c2d 15%);
  position: absolute;
  left: 0;
  bottom: 12px;
}

.gestion-cont-mid h3 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
}

.gestion-cont-bot {
  max-width: 915px;
  margin: 0 auto;
}

.gestion-cont-bot > p:first-child:before {
  content: "";
  width: 1px;
  height: 70%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #bf8c2d 15%);
  position: absolute;
  left: 0;
  bottom: 15px;
}

.gestion-cont-bot > p:last-child:before {
  content: "";
  width: 1px;
  height: 90%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #bf8c2d 15%);
  position: absolute;
  left: 0;
  bottom: 10px;
}

.gestion-cont-bot p {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: relative;
  padding-left: 30px;
}

.gestion-cont-bot h3 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
}

.cont-blck {
  overflow: hidden;
  padding-left: 45px;
  margin-bottom: 40px;
}

.cont-blck > div {
  position: relative;
}

.cont-blck > div > p {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  position: absolute;
  transform: rotate(-90deg);
  top: 50%;
  left: -142px;
}

.cont-blck > div:nth-child(2) .gestion-num + img {
  left: 70px;
}

.cont-blck .gestion-num {
  opacity: 0.33;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 135px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  bottom: -83px;
  left: -5px;
}

.cont-blck .gestion-num + img {
  position: relative;
  left: 57px;
}

.gestion-blocks p:last-child {
  padding-right: 30px;
  margin-top: 10px;
}

body.page-template-template-gestion .nos-back {
  margin-top: 25px;
  margin-bottom: 25px;
}

.recrut-toc {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 15px;
  /*h2{
		color: #c79213;
		font-family: Montserrat;
		font-size: 16px;
		font-weight: 700 !important;
		line-height: 16px;
		display: inline;
	}*/
}

.recrut-toc li.joboffer-toc-item {
  list-style-type: none;
}

.recrut-toc li.joboffer-toc-item img {
  width: 40px;
  vertical-align: top;
}

.recrut-cont {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 15px;
}

.recrut-cont .joboffers li.joboffer {
  list-style-type: none;
}

.recrut-cont .joboffers li.joboffer h2 {
  color: #c79213;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 24px;
  display: inline;
}

.recrut-cont .joboffers li.joboffer .joboffer-content {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.recrut-cont .joboffers li.joboffer .joboffer-content li {
  list-style-type: disc;
}

.recrut h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  margin-left: 50px;
}

.recrut p {
  text-align: center;
  margin-bottom: 0;
}

.recrut p span {
  margin-bottom: 0;
  color: #c79213;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 24px;
  text-align: center;
}

.mentions {
  max-width: 900px;
  margin: 0 auto;
}

.mentions h1 {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 40px;
  font-weight: 400;
  margin-left: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.mentions p span {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.mentions p b {
  color: #414042;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.mentions p a span {
  color: #bf8c2d;
}

.mentions h3 b {
  opacity: 0.65;
  color: #414042;
  font-family: "BebasNeueBold";
  font-size: 30px;
  font-weight: 400;
}

.mentions ul li {
  color: #bf8c2d;
}

.mentions ul li span {
  color: #414042;
}

body.page-id-24 .nos-back {
  margin-top: 20px;
}

.app-img {
  text-align: center;
}

.titre_partenaire h2 {
  text-align: center;
  font-size: 40px;
  opacity: 0.50;
  color: #474648;
}

.bloc_logo_partenaire {
  flex-wrap: wrap;
}

.bloc_logo_partenaire .col {
  width: auto;
  height: 130px;
  display: flex;
  margin: auto;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.bloc_logo_partenaire .col img {
  max-width: 200px;
  max-height: 100px;
  height: auto;
  margin: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.row.flex {
  align-items: center;
}

.row.flex.reverse {
  flex-direction: row-reverse;
}

.row.flex .col {
  flex: 1 1;
  height: inherit;
  /*to override any height 100%*/
}

.float_left {
  float: left;
}

.col_spe {
  width: 285px;
  height: 110px;
}

.col_spe img {
  width: 50%;
}

.label_decideur {
  margin-bottom: 40px;
}

.label_decideur .col {
  display: flex;
}

.label_decideur .col a {
  margin: auto;
}
