.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@keyframes bounceup {
  from {
    margin-top: 0;
  }
  50% {
    margin-top: -32px;
  }
  to {
    margin-top: 0;
  }
}
html {
  background: #474c56;
  overflow-x: hidden;
}
body {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #4e5159;
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
body div.iframe,
body p.iframe {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
body div.iframe > iframe,
body p.iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body .nf-response-msg {
  color: #fff;
}
body .postuler .nf-response-msg {
  color: #4e5159;
}
body #idcom-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: rgba(0,0,0,0.8);
  z-index: 10;
}
body #idcom-modal {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: fixed;
  top: -250%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
  height: 80%;
  background: #fff;
  border-radius: 8px;
  z-index: 11;
}
body #idcom-modal .content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px;
}
body #idcom-modal .content >.logo {
  display: block;
  position: relative;
  width: 50%;
  height: auto;
  margin: 0 auto 32px auto;
}
body #idcom-modal .content >.logo >img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
body #idcom-modal .content >.offer {
  display: block;
  position: relative;
  width: 100%;
}
body #idcom-modal .content >.offer >.title {
  text-align: center;
  font-size: 160%;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #4e5159;
  line-height: 40px;
}
body #idcom-modal .content >.offer >.subtitle {
  text-align: center;
  font-size: 135%;
  font-weight: 500;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #4e5159;
}
body #idcom-modal .content >.offer >.description {
  display: block;
  position: relative;
  width: 100%;
  height: 49vh;
  min-height: 25vh;
  overflow-y: scroll;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 6px;
  border-bottom: solid 1px rgba(0,0,0,0.35);
  border-left: solid 1px rgba(0,0,0,0.25);
  border-right: solid 1px rgba(0,0,0,0.25);
  border-top: solid 1px rgba(0,0,0,0.15);
}
body #idcom-modal .close {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  color: #b72126;
}
body #idcom-modal .close:hover {
  color: #474c56;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
body #idcom-modal.visible {
  top: 50%;
}
body #idcom-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255,255,255,0.95);
  z-index: 3;
}
body #idcom-loader >.logo {
  display: block;
  position: relative;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
body #idcom-loader >.logo >.icon {
  display: block;
  position: relative;
  width: 100%;
  -webkit-animation: bounceup 1s ease infinite;
}
body #idcom-loader >.logo >p {
  font-weight: 700;
  color: #646464;
}
body #idcom-loader >.logo >p >small {
  color: #969696;
}
body .hidden_enterprise {
  display: none;
}
a {
  color: #97d700;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
a:hover {
  color: #474c56;
  cursor: pointer;
  text-decoration: none;
}
img,
iframe {
  max-width: 100%;
  height: auto;
}
.bouton {
  display: inline-block;
  color: #fff;
  background: #97d700;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.bouton:hover {
  background: #fff;
  color: #97d700;
  text-decoration: none;
}
.bouton.special {
  padding: 20px 50px;
  position: relative;
  background: none;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.bouton.special.noir:before {
  border-color: #61646a;
  background: #61646a;
}
.bouton.special.noir:hover {
  color: #61646a;
}
.bouton.special.noir:hover:after {
  background: none;
}
.bouton.special:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #97d700;
  border: 2px solid #97d700;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  transform: skew(-30deg);
  z-index: -1;
}
.bouton.special.hover {
  color: #97d700;
}
.bouton.special.hover :before {
  background: #fff;
}
.bouton.special:hover:before,
.bouton.special.hover:before {
  background: #fff;
}
.bouton.voir_plus {
  font-size: 30px;
  padding: 15px 30px;
  border: 2px solid #97d700;
}
.main-page ul {
  padding-left: 0;
}
.main-page ul li {
  font-size: 26px;
  line-height: 32px;
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.main-page ul li:before {
  content: '';
  background: url(../img/puces.png);
  width: 27px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 7px;
}
h1 {
  font-size: 38px;
  line-height: 43px;
  font-weight: bold;
  letter-spacing: 2px;
}
h2 {
  font-size: 38px;
  color: #4e5159;
  font-weight: 500;
}
h3 {
  font-size: 26px;
  font-weight: 500;
  color: #50535a;
}
header .row {
  position: relative;
}
header .rs {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -15px;
}
.logo a {
  display: inline-block;
}
.logo a img {
  width: 100%;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  opacity: 1;
}
.logo a:hover img {
  transform: scale(.9);
  opacity: .7;
}
.menu-principal {
  position: relative;
}
.menu-principal >ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.menu-principal >ul >li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
  padding: 30px 0;
}
.menu-principal >ul >li a {
  font-weight: 500;
  color: #474c56;
  text-transform: uppercase;
}
.menu-principal >ul >li a:hover {
  color: #97d700;
}
.menu-principal >ul >li.current-menu-item a {
  color: #97d700;
}
.menu-principal >ul >li >ul {
  position: absolute;
  z-index: 2;
  bottom: -44px;
  left: 0;
  right: 0;
  padding-left: 0;
  background: #474c56;
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.menu-principal >ul >li >ul:before,
.menu-principal >ul >li >ul:after {
  content: '';
  background: #474c56;
  position: absolute;
  top: 0;
  bottom: 0;
}
.menu-principal >ul >li >ul:before {
  left: -100%;
  right: 100%;
}
.menu-principal >ul >li >ul:after {
  right: -100%;
  left: 100%;
}
.menu-principal >ul >li >ul:hover >ul {
  display: block;
}
.menu-principal >ul >li >ul >li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 14%;
}
.menu-principal >ul >li >ul >li >a {
  display: block;
}
.menu-principal >ul >li:hover >ul {
  display: flex;
}
.menu-secondaire >ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menu-secondaire >ul >li {
  list-style-type: none;
  margin-bottom: 5px;
}
.menu-secondaire >ul >li.current-menu-item a {
  color: #97d700;
}
.menu-secondaire >ul >li a {
  text-transform: uppercase;
  color: #bcbec0;
}
.menu-secondaire >ul >li a:hover {
  color: #97d700;
}
.menu-articles >li {
  display: inline-block;
  padding: 0 !important;
}
.menu-articles >li a {
  color: #474c56;
}
.menu-articles >li a:hover {
  color: #97d700;
}
.menu-articles >li:before {
  background: #97d700 !important;
  width: 2px !important;
  height: 20px !important;
  margin: 0 20px;
  display: inline-block;
  transform: skew(-30deg);
  position: relative !important;
  top: 0 !important;
}
.menu-articles >li:first-child:before {
  display: none !important;
}
.menu-actualites {
  background: #474c56;
}
.menu-actualites ul {
  margin-bottom: 0;
  padding-left: 0;
}
.menu-actualites ul >li {
  width: 19%;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}
.menu-actualites ul >li >a {
  text-transform: uppercase;
  color: #fff;
}
.menu-actualites ul >li >a:hover {
  color: #97d700;
}
.menu-actualites ul >li.current-menu-item >a {
  color: #97d700;
}
.menu-page {
  background: #474c56;
}
.menu-page ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menu-page ul >li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
}
.menu-page ul >li:after {
  content: '';
  background: #97d700;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
}
.menu-page ul >li:last-child:after {
  display: none;
}
.menu-page ul >li >a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.menu-page ul >li >a:hover {
  color: #97d700;
}
.menu-page.menu-recrutement ul >li {
  width: 49%;
}
.menu-page.menu-activites {
  overflow: hidden;
}
.menu-page.menu-activites ul >li {
  width: 14%;
  padding: 0;
}
.menu-page.menu-activites ul >li a {
  height: 100%;
  display: block;
  font-size: 16px;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}
.menu-page.menu-activites ul >li a:after {
  content: '';
  position: absolute;
  background: #90ca09;
  top: -20px;
  left: 50%;
  bottom: -20px;
  right: 50%;
  transform: skew(-30deg);
  z-index: -1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.menu-page.menu-activites ul >li a:hover {
  color: #fff;
}
.menu-page.menu-activites ul >li a:hover:after {
  transform: skew(-30deg);
  left: 0;
  right: 0;
}
.menu-page.menu-activites ul >li.current-menu-item a:after {
  transform: skew(-30deg);
  left: 0;
  right: 0;
}
.menu-page.menu-activites ul >li:after {
  display: none;
}
.menu-copyright {
  margin-bottom: 0;
}
.menu-copyright >li {
  display: inline-block;
  font-size: 16px;
  color: #bcbec0;
  font-weight: 300;
}
.menu-copyright >li a {
  color: #bcbec0;
  font-size: 16px;
  font-weight: 300;
}
.menu-copyright >li a:hover {
  color: #97d700;
}
.menu-copyright >li:after {
  content: '';
  background: #bcbec0;
  width: 4px;
  height: 1px;
  display: inline-block;
  margin: 0 3px;
  position: relative;
  top: -3px;
}
.menu-copyright >li:last-child:after {
  display: none;
}
.menu-copyright >li img {
  width: 20px;
  height: auto;
}
.navbar {
  display: none;
  padding: 0 !important;
  background: #474c56;
  position: relative;
  z-index: 3;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .navbar-nav li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav li a {
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 600;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a.active {
  color: #97d700 !important;
}
.navbar .navbar-nav li.current-menu-parent >a {
  color: #97d700 !important;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 0;
  background: #4e5159;
}
.navbar .navbar-nav .dropdown-menu a {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}
.navbar .navbar-nav .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown-menu a.active {
  background: #97d700;
  color: #fff !important;
}
.navbar button {
  position: absolute;
  top: -65px;
  right: 15px;
  background: #97d700;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 15px;
  border-radius: 0 !important;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.navbar button:focus {
  outline: none;
}
.navbar button:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c9';
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
}
.navbar button:hover {
  background: #474c56;
}
.navbar .navbar-nav {
  background: none;
}
.navbar .navbar-nav a {
  color: #fff !important;
  text-align: center;
  font-weight: normal;
  letter-spacing: 2px;
}
.navbar .navbar-nav a:hover {
  color: #97d700 !important;
  background: none;
}
.navbar-light .navbar-toggler-icon {
  display: none !important;
}
.reseaux {
  display: inline-block;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #97d700;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  text-align: center;
}
.reseaux:hover {
  background: #97d700;
  color: #fff;
}
.reseaux:last-child {
  margin-left: 10px;
}
.nf-form-fields-required {
  display: none;
}
.nf-form-content {
  padding: 0 !important;
}
.nf-row:last-child .nf-field-container {
  margin-bottom: 0 !important;
}
input:not([type=button]):focus,
textarea:focus {
  outline: none;
}
input:not([type=button]),
textarea {
  border: none !important;
  background: #f5f5f5 !important;
  padding: 10px 20px !important;
}
textarea {
  resize: none;
}
.checkbox-wrap label {
  color: #fff;
  text-align: left;
  font-size: 13px !important;
  font-weight: normal !important;
  font-style: italic;
  line-height: 16px;
}
.field-wrap>div input[type=checkbox] {
  width: 12px;
  height: 12px;
}
.submit-wrap {
  text-align: right;
}
.nf-field-container {
  margin-bottom: 20px !important;
}
input[type=button] {
  background: #97d700 !important;
  color: #fff !important;
  padding: 20px 30px !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  border: 2px solid #97d700 !important;
  text-transform: uppercase;
}
input[type=button]:hover {
  background: none !important;
  color: #97d700 !important;
  cursor: pointer;
}
input[type=button]:focus {
  outline: none;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  color: #474c56;
}
.formulaire-contact a.info {
  position: fixed;
  top: 200px;
  right: -100%;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  z-index: 3;
  font-size: 25px;
  background: #97d700;
  color: #fff;
  font-weight: 500;
  padding: 15px 10px;
  border: 2px solid #fff;
  border-radius: 0;
}
.formulaire-contact a.info.actif {
  right: 0;
}
.formulaire-contact a.info:hover {
  background: #4e5159;
}
.formulaire-contact .formulaire {
  position: fixed;
  width: 800px;
  top: 200px;
  right: -100%;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  z-index: 4;
  max-height: 90%;
  overflow: auto;
  padding: 15px;
  border: 2px solid #fff;
  background: #63666a !important;
}
.formulaire-contact .formulaire .entete {
  display: block;
  color: #97d700;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.formulaire-contact .formulaire input:not([type=button]),
.formulaire-contact .formulaire textarea {
  padding: 10px 15px;
  color: #000 !important;
  background: #e6e7e8 !important;
}
.formulaire-contact .formulaire textarea {
  height: 80px !important;
}
.formulaire-contact .formulaire input[type=button] {
  display: block;
  background: #fff;
  color: #97d700;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  padding: 10px !important;
}
.formulaire-contact .formulaire input[type=button]:hover {
  background: #97d700;
  color: #fff;
  cursor: pointer;
}
.formulaire-contact .formulaire .nf-form-fields-required {
  color: #fff;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
}
.formulaire-contact .formulaire .checkbox-container label {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
}
.formulaire-contact .formulaire .listcheckbox-container {
  margin-bottom: 0 !important;
}
.formulaire-contact .formulaire .list-checkbox-wrap ul li {
  display: inline-block;
  width: 49%;
}
.formulaire-contact .formulaire .list-checkbox-wrap ul li label {
  color: #fff;
}
.formulaire-contact .formulaire.actif {
  right: 0;
}
.formulaire-contact .formulaire .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #97d700;
  opacity: 1;
  text-shadow: none !important;
}
.formulaire-contact .formulaire .close:hover {
  color: #fff;
}
.formulaire-contact .recrutement .bouton {
  display: block;
}
.hautdepage.simple {
  background: #f0f1f2;
}
.hautdepage.avec_image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.hautdepage.avec_image,
.hautdepage.owl-carousel {
  height: 522px;
}
.hautdepage .image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.hautdepage .owl-carousel,
.hautdepage .owl-stage-outer,
.hautdepage .owl-stage,
.hautdepage .owl-item,
.hautdepage .image {
  height: 100%;
}
.hautdepage.owl-carousel {
  display: block;
  position: relative;
}
.hautdepage.owl-carousel .owl-dots {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.hautdepage.owl-carousel .owl-dots button {
  width: 40px;
  height: 4px;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  background: #474c56;
  display: inline-block;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  margin: 0 6px;
}
.hautdepage.owl-carousel .owl-dots button:focus {
  outline: none;
}
.hautdepage.owl-carousel .owl-dots button.active {
  background: #fff;
}
.hautdepage .image {
  overflow: hidden;
}
.hautdepage .image >div {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.hautdepage .titre {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
}
.hautdepage .titre h2 {
  color: #63666a;
  font-size: 38px;
  line-height: 43px;
  font-weight: bold;
  letter-spacing: 2px;
}
.hautdepage .titre h2:before {
  content: '';
  background: #97d700;
  height: 27px;
  width: 5px;
  display: inline-block;
  margin-right: 20px;
}
.hautdepage .titre:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  bottom: 0;
  right: 0;
  transform: skew(-30deg);
  background: #fff;
  opacity: .9;
  z-index: -1;
}
.chiffres .chiffre {
  position: relative;
  z-index: 1;
}
.chiffres .chiffre strong,
.chiffres .chiffre span {
  display: block;
  font-weight: 500;
}
.chiffres .chiffre strong {
  color: #b5e323;
  font-size: 70px;
  line-height: normal;
}
.chiffres .chiffre span {
  font-size: 27px;
  line-height: normal;
}
.chiffres .chiffre >div:before {
  content: '';
  width: 221px;
  height: 191px;
  background: url(../img/triangle-chiffres.png);
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -110px;
  z-index: -1;
}
.chiffres .chiffre >div:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 110.5px 189px 110.5px;
  border-color: transparent transparent #fafbfb transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -65px;
  z-index: -2;
}
.references h2,
.certifications h2 {
  color: #7c7f8c;
}
.references .logo a,
.certifications .logo a {
  display: block;
}
.references .logo a div,
.certifications .logo a div {
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.references .logo a:hover div,
.certifications .logo a:hover div {
  opacity: .5;
}
.references .logo div,
.certifications .logo div {
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  height: 100px;
}
.references .owl-carousel,
.certifications .owl-carousel {
  position: relative;
}
.references .owl-carousel .owl-nav,
.certifications .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  right: -40px;
  margin-top: -18px;
  pointer-events: none;
}
.references .owl-carousel .owl-nav button,
.certifications .owl-carousel .owl-nav button {
  pointer-events: auto;
}
.references .owl-carousel .owl-nav button img,
.certifications .owl-carousel .owl-nav button img {
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.references .owl-carousel .owl-nav button:hover img,
.certifications .owl-carousel .owl-nav button:hover img {
  opacity: .5;
}
.references .owl-carousel .owl-nav button:focus,
.certifications .owl-carousel .owl-nav button:focus {
  outline: none;
}
.references .owl-carousel .owl-nav button.owl-next,
.certifications .owl-carousel .owl-nav button.owl-next {
  float: right;
}
.actualites {
  position: relative;
  z-index: 1;
}
.actualites:after {
  content: '';
  background: #f1f2f2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  top: 200px;
  z-index: -1;
}
.actualites .bien figure {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 260px;
}
.actualites .bien figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.actualites .bien figure a:hover .btn:before {
  content: '\f35a';
  color: #fff;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.actualites .bien figure a:hover .btn:after {
  border-color: transparent #97d700 transparent transparent;
}
.actualites .bien figure a div {
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.actualites .bien figure a div .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.actualites .bien figure a div .btn:before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  display: inline-block;
  margin: auto;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #474c56;
  font-size: 24px;
}
.actualites .bien figure a div .btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent #fff transparent transparent;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.actualites .bien .encars {
  background: #fff;
  color: #939598;
}
.actualites .bien .encars h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #97d700;
}
.actualites .bien .encars h3 a {
  color: #97d700;
}
.actualites .bien .encars h3 a:hover {
  color: #4e5159;
}
.actualites .bien .encars > p {
  font-size: 16px;
}
.actualites .bien .encars .resume {
  color: #939598;
  font-size: 16px;
  line-height: normal;
}
body.home .raccourcis {
  position: relative;
  background: url(../img/motifs-triangle.png);
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.home .raccourcis h1 {
  font-weight: 500;
}
body.home .raccourcis >div {
  position: relative;
  z-index: 1;
}
body.home .raccourcis:after {
  content: '';
  background: #4e5159;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 75%;
}
body.home .raccourcis .activite >a,
body.home .raccourcis .groupe >a {
  position: relative;
  height: 100%;
  border: 1px solid #97d700;
  box-shadow: 0px 10px 20px 0px rgba(78,81,89,0.5);
}
body.home .raccourcis .activite .btn,
body.home .raccourcis .groupe .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  border-radius: 0;
}
body.home .raccourcis .activite .btn:before,
body.home .raccourcis .groupe .btn:before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  display: inline-block;
  margin: auto;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #474c56;
  font-size: 24px;
}
body.home .raccourcis .activite .btn:after,
body.home .raccourcis .groupe .btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent #fff transparent transparent;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.home .raccourcis .activite h3,
body.home .raccourcis .groupe h3 {
  font-weight: bold;
  letter-spacing: 1px;
}
body.home .raccourcis .activite >a {
  display: block;
  overflow: hidden;
}
body.home .raccourcis .activite >a:hover .btn:before {
  content: '\f35a';
  color: #fff;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
body.home .raccourcis .activite >a:hover .btn:after {
  border-color: transparent #97d700 transparent transparent;
}
body.home .raccourcis .activite >a .photo {
  height: 157px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.home .raccourcis .activite >a .encart {
  background: #fff;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .raccourcis .groupe >a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #97d700;
}
body.home .raccourcis .groupe >a >div:not(.btn):before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 130px;
  background: url(../img/triangle-groupe.png);
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  mix-blend-mode: overlay;
}
body.home .raccourcis .groupe >a h3 {
  color: #fff;
}
body.home .raccourcis .groupe >a:hover {
  background: #474c56;
}
body.home .raccourcis .groupe >a:hover .btn:before {
  content: '\f35a';
  color: #fff;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
body.home .raccourcis .groupe >a:hover .btn:after {
  border-color: transparent #97d700 transparent transparent;
}
body.home .experience {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-bottom: 50px;
  background: url(../img/bg-experience.jpg);
}
body.home .experience .txt {
  color: #d1d3d4;
  line-height: 24px;
}
body.home .experience .txt h2 {
  color: #97d700;
}
body.home .experience .txt li {
  color: #fff;
}
body.home .experience .txt strong {
  color: #fff;
  font-weight: bold;
}
body.home .experience .txt em {
  color: #97d700;
  font-weight: bold;
}
body.home .experience .portrait {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.home .experience .portrait img {
  max-width: 450px;
  margin-bottom: 50px;
}
body.home .experience .portrait img:last-child {
  margin-bottom: 0;
}
body.home .experience .suite {
  position: relative;
}
body.home .experience .suite:after {
  content: '';
  background: #97d700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 2px;
}
body.home .experience .suite .btn {
  padding: 0;
  padding-left: 30px;
  padding-right: 10px;
  border: none;
  text-transform: uppercase;
  font-size: 22px;
  background: #565c61;
  position: relative;
  z-index: 1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  border-radius: 0;
}
body.home .experience .suite .btn:hover {
  color: #fff;
}
body.home .experience .suite .btn i {
  color: #fff;
}
body.page-id-399 .haut-de-page {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  height: 400px;
}
body.page-id-399 .haut-de-page h1 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
body.page-id-399 .societe .txt h2 {
  font-size: 38px;
  color: #97d700;
}
body.page-id-399 .societe .txt em {
  font-style: normal;
  font-weight: bold;
  color: #97d700;
}
body.page-id-399 .societe .txt ul li {
  margin-bottom: 30px;
}
body.page-id-399 .societe .map h2 {
  color: #97d700;
}
body.page-id-399 .groupe .arguments,
body.page-id-399 .groupe .txt {
  position: relative;
}
body.page-id-399 .groupe .arguments:before,
body.page-id-399 .groupe .txt:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-30deg);
  z-index: -1;
}
body.page-id-399 .groupe .arguments {
  z-index: 2;
}
body.page-id-399 .groupe .arguments h2 {
  color: #fff;
}
body.page-id-399 .groupe .arguments:before {
  background: #50535a;
  right: 0;
  left: -110%;
}
body.page-id-399 .groupe .arguments .lien {
  position: relative;
  z-index: 2;
}
body.page-id-399 .groupe .arguments .lien .decouverte {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
}
body.page-id-399 .groupe .arguments .lien .decouverte:hover {
  color: #97d700;
}
body.page-id-399 .groupe .txt {
  padding-left: 200px;
  z-index: 1;
}
body.page-id-399 .groupe .txt:before {
  background: #eff0f1;
  right: -110%;
  left: 0;
  border-left: 10px solid #fff;
}
body.page-id-399 .groupe .argument {
  position: relative;
  z-index: 1;
}
body.page-id-399 .groupe .argument span {
  font-size: 58px;
  line-height: 60px;
  font-weight: bold;
  color: #97d700;
  display: block;
}
body.page-id-399 .groupe .argument p {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
body.page-id-399 .groupe .argument:after {
  content: '';
  background: url(../img/triangle.png);
  width: 133px;
  height: 113px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -66.5px;
  margin-top: -56.5px;
  z-index: -1;
}
body.page-id-390 .hautdepage >div,
body.category-14 .hautdepage >div {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
body.page-id-390 .hautdepage .titre,
body.category-14 .hautdepage .titre {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
}
body.page-id-390 .hautdepage .titre h1,
body.category-14 .hautdepage .titre h1 {
  color: #63666a;
  margin-bottom: 0;
}
body.page-id-390 .hautdepage .titre h1:before,
body.category-14 .hautdepage .titre h1:before {
  content: '';
  background: #97d700;
  height: 27px;
  width: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
body.page-id-390 .hautdepage .titre:after,
body.category-14 .hautdepage .titre:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  bottom: 0;
  right: 0;
  transform: skew(-30deg);
  background: #fff;
  opacity: .9;
  z-index: -1;
}
body.page-id-390 .introduction,
body.category-14 .introduction {
  position: relative;
  z-index: 1;
}
body.page-id-390 .introduction:before,
body.category-14 .introduction:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/motifs-triangle.png);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: .4;
}
body.page-id-390 .postuler,
body.category-14 .postuler {
  position: relative;
  z-index: 1;
}
body.page-id-390 .postuler h2,
body.category-14 .postuler h2 {
  color: #97d700;
  font-size: 30px;
}
body.page-id-390 .postuler .nf-mp-header,
body.category-14 .postuler .nf-mp-header {
  display: none;
}
body.page-id-390 .postuler #nf-field-80,
body.category-14 .postuler #nf-field-80 {
  display: none;
}
body.page-id-390 .postuler .nf-mp-footer,
body.category-14 .postuler .nf-mp-footer {
  display: none;
}
body.page-id-390 .postuler:before,
body.category-14 .postuler:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaebeb;
  opacity: .3;
  z-index: -1;
}
body.page-id-390 .postuler:after,
body.category-14 .postuler:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg-groupe.png);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  opacity: .5;
  z-index: -1;
}
body.page-id-390 .postuler .nf-field-container .field-wrap .nf-element::placeholder,
body.category-14 .postuler .nf-field-container .field-wrap .nf-element::placeholder {
  color: #50535a;
}
body.page-id-390 .postuler input[type=button],
body.category-14 .postuler input[type=button] {
  font-weight: bold;
  font-size: 30px;
}
body.page-id-390 .postuler input[type=checkbox],
body.category-14 .postuler input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
body.page-id-390 .postuler input:not([type=button]),
body.category-14 .postuler input:not([type=button]) {
  background: none !important;
  border-bottom: 1px solid #97d700 !important;
}
body.page-id-390 .postuler textarea,
body.category-14 .postuler textarea {
  background: none !important;
  border: 1px solid #97d700 !important;
}
body.page-id-390 .postuler .textarea-wrap,
body.category-14 .postuler .textarea-wrap {
  position: relative;
  z-index: 1;
}
body.page-id-390 .postuler .textarea-wrap:before,
body.category-14 .postuler .textarea-wrap:before {
  content: '';
  background: url(../img/filigrane.png);
  width: 300px;
  height: 160px;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  right: 30px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-390 .postuler .nf-fu-fileinput-button,
body.category-14 .postuler .nf-fu-fileinput-button {
  border: 1px solid #97d700;
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border-radius: 0;
  color: #50535a;
  box-shadow: none !important;
}
body.page-id-390 .postuler .nf-fu-fileinput-button span,
body.category-14 .postuler .nf-fu-fileinput-button span {
  white-space: break-spaces;
}
body.page-id-390 .postuler .nf-fu-fileinput-button:hover,
body.category-14 .postuler .nf-fu-fileinput-button:hover {
  background: #97d700;
  color: #fff;
}
body.page-id-390 .postuler .nf-fu-fileinput-button:focus,
body.category-14 .postuler .nf-fu-fileinput-button:focus {
  box-shadow: none !important;
}
body.page-id-390 .postuler .file_upload-wrap,
body.category-14 .postuler .file_upload-wrap {
  position: relative;
}
body.page-id-390 .postuler .file_upload-wrap input[type=file],
body.category-14 .postuler .file_upload-wrap input[type=file] {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.page-id-390 .postuler .file_upload-wrap .nf-fu-button-cancel,
body.category-14 .postuler .file_upload-wrap .nf-fu-button-cancel {
  border-radius: 0;
  background: #97d700;
  color: #fff;
  border: none;
  position: relative;
  top: 5px;
}
body.page-id-390 .postuler .file_upload-wrap .nf-fu-button-cancel:hover,
body.category-14 .postuler .file_upload-wrap .nf-fu-button-cancel:hover {
  background: #474c56;
}
body.page-id-390 .postuler .file_upload-wrap .files_uploaded p,
body.category-14 .postuler .file_upload-wrap .files_uploaded p {
  font-size: 15px;
}
body.page-id-390 .postuler .file_upload-wrap .files_uploaded .delete,
body.category-14 .postuler .file_upload-wrap .files_uploaded .delete {
  margin-left: 20px;
  color: #474c56;
  display: none;
}
body.page-id-390 .postuler .file_upload-wrap .files_uploaded .delete:before,
body.category-14 .postuler .file_upload-wrap .files_uploaded .delete:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #474c56;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-390 .postuler .file_upload-wrap .files_uploaded .delete:hover,
body.category-14 .postuler .file_upload-wrap .files_uploaded .delete:hover {
  text-decoration: underline;
}
body.page-id-390 .postuler .nf-fu-progress,
body.category-14 .postuler .nf-fu-progress {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  background-color: transparent !important;
}
body.page-id-390 .postuler .nf-fu-progress-bar,
body.category-14 .postuler .nf-fu-progress-bar {
  background-color: #97d700;
}
body.page-id-390 .postuler .label-right .nf-field-label,
body.category-14 .postuler .label-right .nf-field-label {
  padding-left: 10px !important;
}
body.page-id-390 .postuler .checkbox-wrap label,
body.category-14 .postuler .checkbox-wrap label {
  color: #50535a;
  font-size: 13px;
}
body.page-id-390 .postuler .submit-wrap,
body.category-14 .postuler .submit-wrap {
  text-align: center;
}
body.page-id-390 .postuler .nf-error textarea,
body.category-14 .postuler .nf-error textarea {
  border: 1px solid #e80000 !important;
}
body.page-id-390 .postuler .nf-error input:not([type=button]),
body.category-14 .postuler .nf-error input:not([type=button]) {
  border-bottom: 1px solid #e80000 !important;
}
body.page-id-390 .postuler .field-wrap select,
body.category-14 .postuler .field-wrap select {
  color: #50535a;
  background: 0;
  border: none;
  border-bottom: 1px solid #97d700;
  padding: 10px 15px !important;
}
body.page-id-390 .postuler .field-wrap select:focus,
body.category-14 .postuler .field-wrap select:focus {
  outline: none;
}
body.page-id-390 .offres,
body.category-14 .offres {
  position: relative;
  background: #f0f1f2;
}
body.page-id-390 .offres >div,
body.category-14 .offres >div {
  position: relative;
  z-index: 1;
}
body.page-id-390 .offres:after,
body.category-14 .offres:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/motifs-offres.png);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  opacity: .3;
}
body.page-id-390 .offres .job-main,
body.page-id-390 .offres .job-mini>div,
body.category-14 .offres .job-main,
body.category-14 .offres .job-mini>div {
  border: 1px solid #97d700;
}
body.page-id-390 .offres .job-main .logo >div,
body.page-id-390 .offres .job-mini>div .logo >div,
body.category-14 .offres .job-main .logo >div,
body.category-14 .offres .job-mini>div .logo >div {
  height: 46px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-390 .offres .job-main .sstitre,
body.page-id-390 .offres .job-mini>div .sstitre,
body.category-14 .offres .job-main .sstitre,
body.category-14 .offres .job-mini>div .sstitre {
  display: block;
}
body.page-id-390 .offres .job-mini,
body.category-14 .offres .job-mini {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
body.page-id-390 .offres .job-mini .desc,
body.category-14 .offres .job-mini .desc {
  display: block;
  width: 100%;
  height: 120px;
}
body.page-id-390 .offres .job-mini .desc .text-uppercase,
body.category-14 .offres .job-mini .desc .text-uppercase {
  display: block;
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
body.page-id-390 .offres .job-main,
body.category-14 .offres .job-main {
  background: #fff;
  width: 100%;
}
body.page-id-390 .offres .job-main button.title,
body.category-14 .offres .job-main button.title {
  width: 100%;
  padding: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #474c56;
  font-weight: 600;
  font-size: 20px;
  display: block;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  line-height: normal;
}
body.page-id-390 .offres .job-main button.title:before,
body.category-14 .offres .job-main button.title:before {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 0;
  font-weight: 900;
  z-index: 1;
  color: #474c56;
  font-size: 24px;
  bottom: -10px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-390 .offres .job-main button.title.collapsed:before,
body.category-14 .offres .job-main button.title.collapsed:before {
  content: '\f107';
}
body.page-id-390 .offres .job-main button.title:after,
body.category-14 .offres .job-main button.title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  height: 1px;
  background: #474c56;
}
body.page-id-390 .offres .job-main button.title:hover,
body.category-14 .offres .job-main button.title:hover {
  color: #97d700;
  text-decoration: none;
}
body.page-id-390 .offres .job-main button.title:focus,
body.category-14 .offres .job-main button.title:focus {
  outline: none;
}
body.page-id-390 .offres .job-mini,
body.category-14 .offres .job-mini {
  position: relative;
  z-index: 1;
}
body.page-id-390 .offres .job-mini.actif >div:after,
body.category-14 .offres .job-mini.actif >div:after {
  background: #97d700;
  opacity: 1;
}
body.page-id-390 .offres .job-mini >div,
body.category-14 .offres .job-mini >div {
  position: relative;
  z-index: 1;
}
body.page-id-390 .offres .job-mini >div:after,
body.category-14 .offres .job-mini >div:after {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .4;
  z-index: -1;
}
body.page-id-390 .offres .job-mini >div:hover,
body.category-14 .offres .job-mini >div:hover {
  cursor: pointer;
}
body.page-id-390 .offres .job-mini >div:hover:after,
body.category-14 .offres .job-mini >div:hover:after {
  background: #97d700;
  opacity: 1;
}
body.page-id-390 .offres .job-mini .display p,
body.category-14 .offres .job-mini .display p {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #474c56;
  font-weight: 600;
  font-size: 20px;
  display: block;
  text-decoration: none;
  border-radius: 0;
  position: relative;
}
body.page-id-390 .offres .job-mini .display p:before,
body.category-14 .offres .job-mini .display p:before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 0;
  font-weight: 900;
  z-index: 1;
  color: #474c56;
  font-size: 24px;
  bottom: -5px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.page-id-390 .offres .job-mini .display p:after,
body.category-14 .offres .job-mini .display p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  height: 1px;
  background: #474c56;
}
body.page-id-390 .offres .hidden-data,
body.category-14 .offres .hidden-data {
  display: none;
}
body.page-id-13 .haut-de-page {
  position: relative;
}
body.page-id-13 .haut-de-page h1 {
  position: absolute;
  bottom: 30px;
  right: 13%;
  display: inline-block;
  padding: 25px 50px;
  color: #63666a;
  font-size: 38px;
  z-index: 1;
}
body.page-id-13 .haut-de-page h1:before {
  content: '';
  background: #97d700;
  height: 27px;
  width: 5px;
  display: inline-block;
  margin-right: 20px;
}
body.page-id-13 .haut-de-page h1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: skew(-30deg);
  background: #fff;
  opacity: .9;
  z-index: -1;
}
body.page-id-13 .haut-de-page .image {
  position: relative;
  z-index: 1;
}
body.page-id-13 .haut-de-page .map {
  position: initial;
}
body.page-id-13 .haut-de-page .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 25%;
  height: 100%;
}
body.page-id-13 .main-page h2 {
  font-size: 30px;
}
body.page-id-13 .main-page .informations {
  position: relative;
  z-index: 1;
}
body.page-id-13 .main-page .informations h2 {
  color: #97d700;
}
body.page-id-13 .main-page .informations >div {
  color: #50535a;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body.page-id-13 .main-page .informations >div a {
  color: #50535a;
}
body.page-id-13 .main-page .informations >div a:hover {
  color: #97d700;
}
body.page-id-13 .main-page .informations >div i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  color: #97d700;
  margin-right: 12px;
}
body.page-id-13 .main-page .informations img {
  position: relative;
  z-index: -1;
}
body.page-id-13 .main-page .formulaire {
  margin-top: -60px;
}
body.page-id-13 .main-page .formulaire >div {
  background: #50535a;
}
body.page-id-13 .main-page .formulaire >div .nf-form-fields-required {
  padding-left: 5px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}
body.page-id-13 .main-page .formulaire >div .nf-field-label label {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
body.page-id-13 .main-page .formulaire >div input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
body.page-id-13 .main-page .formulaire >div input[type=button] {
  background: #97d700 !important;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 20px;
  border: 2px solid #97d700;
  float: right;
}
body.page-id-13 .main-page .formulaire >div input[type=button]:hover {
  background: none !important;
  color: #97d700;
  cursor: pointer;
}
body.single-format-standard .postuler {
  position: relative;
  z-index: 1;
}
body.single-format-standard .postuler h2 {
  color: #97d700;
  font-size: 30px;
}
body.single-format-standard .postuler:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaebeb;
  opacity: .3;
  z-index: -1;
}
body.single-format-standard .postuler:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg-groupe.png);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  opacity: .5;
  z-index: -1;
}
body.single-format-standard .postuler .nf-field-container .field-wrap .nf-element::placeholder {
  color: #50535a;
}
body.single-format-standard .postuler input[type=button] {
  font-weight: bold;
  font-size: 30px;
}
body.single-format-standard .postuler input:not([type=button]) {
  background: none !important;
  border-bottom: 1px solid #97d700 !important;
}
body.single-format-standard .postuler textarea {
  background: none !important;
  border: 1px solid #97d700 !important;
}
body.single-format-standard .postuler .textarea-wrap {
  position: relative;
  z-index: 1;
}
body.single-format-standard .postuler .textarea-wrap:before {
  content: '';
  background: url(../img/filigrane.png);
  width: 300px;
  height: 160px;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  right: 30px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.single-format-standard .postuler .nf-fu-fileinput-button {
  border: 1px solid #97d700;
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border-radius: 0;
  color: #50535a;
  box-shadow: none !important;
}
body.single-format-standard .postuler .nf-fu-fileinput-button span {
  white-space: break-spaces;
}
body.single-format-standard .postuler .nf-fu-fileinput-button:hover {
  background: #97d700;
  color: #fff;
}
body.single-format-standard .postuler .nf-fu-fileinput-button:focus {
  box-shadow: none !important;
}
body.single-format-standard .postuler .file_upload-wrap {
  position: relative;
}
body.single-format-standard .postuler .file_upload-wrap input[type=file] {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.single-format-standard .postuler .file_upload-wrap .nf-fu-button-cancel {
  border-radius: 0;
  background: #97d700;
  color: #fff;
  border: none;
  position: relative;
  top: 5px;
}
body.single-format-standard .postuler .file_upload-wrap .nf-fu-button-cancel:hover {
  background: #474c56;
}
body.single-format-standard .postuler .file_upload-wrap .files_uploaded p {
  font-size: 15px;
}
body.single-format-standard .postuler .file_upload-wrap .files_uploaded .delete {
  margin-left: 20px;
  color: #474c56;
}
body.single-format-standard .postuler .file_upload-wrap .files_uploaded .delete:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #474c56;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body.single-format-standard .postuler .file_upload-wrap .files_uploaded .delete:hover {
  text-decoration: underline;
}
body.single-format-standard .postuler .nf-fu-progress {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  background-color: transparent !important;
}
body.single-format-standard .postuler .nf-fu-progress-bar {
  background-color: #97d700;
}
body.single-format-standard .postuler .label-right .nf-field-label {
  padding-left: 10px !important;
}
body.single-format-standard .postuler .checkbox-wrap label {
  color: #50535a;
  font-size: 13px;
}
body.single-format-standard .postuler .submit-wrap {
  text-align: center;
}
body.single-format-standard .postuler .nf-error textarea {
  border: 1px solid #e80000 !important;
}
body.single-format-standard .postuler .nf-error input:not([type=button]) {
  border-bottom: 1px solid #e80000 !important;
}
body.single-format-standard .postuler .field-wrap select {
  color: #50535a;
  background: 0;
  border: none;
  border-bottom: 1px solid #97d700;
  padding: 10px 15px !important;
}
body.single-format-standard .postuler .field-wrap select:focus {
  outline: none;
}
body.single-format-standard .main-page {
  position: relative;
  z-index: 1;
}
body.single-format-standard .main-page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/motifs-triangle.png);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: .4;
}
body.single-format-standard .main-page .logo >div {
  height: 70px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.single-format-standard h1 {
  color: #97d700;
}
body.single-format-standard h1 span {
  color: #474c56;
}
body.single-format-standard h1 span:before {
  content: '-';
  display: inline-block;
  margin: 0 5px;
}
body.single-format-standard .contenu {
  line-height: 24px;
}
body.single-format-standard .contenu p {
  margin-bottom: 25px;
}
body.single-format-standard .contenu ul {
  margin-bottom: 25px;
}
body.single-format-standard .contenu ul li {
  font-size: 18px;
  line-height: 24px;
  list-style-type: none;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
body.single-format-standard .contenu ul li:before {
  content: '';
  background: url(../img/puces.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}
body.single-format-standard .contenu ol {
  padding-left: 20px;
  margin-bottom: 25px;
}
body.category .articles .article,
body.tag .articles .article {
  margin-bottom: 30px !important;
}
body.category .articles .article >div,
body.tag .articles .article >div {
  position: relative;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(78,81,89,0.5);
}
body.category .articles .article .btn,
body.tag .articles .article .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  border-radius: 0;
}
body.category .articles .article .btn:before,
body.tag .articles .article .btn:before {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin: auto;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #474c56;
  font-size: 24px;
}
body.category .articles .article .btn:after,
body.tag .articles .article .btn:after {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent #fff transparent transparent;
}
body.category .articles .article .logo >div,
body.tag .articles .article .logo >div {
  height: 33px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.category .articles .article .visuel,
body.tag .articles .article .visuel {
  display: block;
  height: 260px;
}
body.category .articles .article .visuel >div,
body.tag .articles .article .visuel >div {
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.category .articles .article .visuel:hover .btn:before,
body.tag .articles .article .visuel:hover .btn:before {
  content: '\f35a';
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  color: #fff;
}
body.category .articles .article .visuel:hover .btn:after,
body.tag .articles .article .visuel:hover .btn:after {
  border-color: transparent #97d700 transparent transparent;
}
body.category .articles .article .contenu,
body.tag .articles .article .contenu {
  background: #fff;
}
body.category .articles .article .contenu h2,
body.tag .articles .article .contenu h2 {
  color: #97d700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
body.category .articles .article .contenu .sous-titre,
body.tag .articles .article .contenu .sous-titre {
  font-weight: 500;
}
body.category .articles .article .contenu .sous-titre,
body.category .articles .article .contenu .resume,
body.tag .articles .article .contenu .sous-titre,
body.tag .articles .article .contenu .resume {
  color: #939598;
  font-size: 16px;
  line-height: normal;
}
body.single-activites .menu-principal li.menu-item-object-activites a {
  color: #97d700;
}
body.single-activites .hautdepage .image {
  overflow: hidden;
}
body.single-activites .hautdepage .image >div {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
body.single-activites .hautdepage .titre {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
}
body.single-activites .hautdepage .titre h2 {
  color: #63666a;
  font-size: 38px;
  line-height: 43px;
  font-weight: bold;
  letter-spacing: 2px;
}
body.single-activites .hautdepage .titre h2:before {
  content: '';
  background: #97d700;
  height: 27px;
  width: 5px;
  display: inline-block;
  margin-right: 20px;
}
body.single-activites .hautdepage .titre:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  bottom: 0;
  right: 0;
  transform: skew(-30deg);
  background: #fff;
  opacity: .9;
  z-index: -1;
}
body.single-activites .introduction {
  position: relative;
  z-index: 1;
}
body.single-activites .introduction:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/motifs-triangle.png);
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: .4;
}
body.single-activites .introduction .secteurs >li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
}
body.single-activites .introduction .secteurs >li:before {
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 10px;
}
body.single-activites .expertisesCtn {
  background: #50535a;
  color: #fff;
  position: relative;
}
body.single-activites .expertisesCtn::before {
  content: '';
  background: url(../img/expertises.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -50px;
  width: 160px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  height: 145px;
}
body.single-activites .expertisesCtn h2 {
  color: #97d700;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
body.single-activites .expertisesCtn h2 span {
  display: block;
}
body.single-activites .expertisesCtn ul li {
  margin-bottom: 30px;
}
body.single-activites .expertisesCtn ul li:last-child {
  margin-bottom: 0;
}
.page-links a {
  color: #474c56;
  font-size: 26px;
  line-height: 32px;
}
.page-links a:hover {
  color: #97d700;
}
.page-links a i {
  color: #97d700;
}
.page-links a:last-child:before {
  content: '';
  background: #97d700 !important;
  width: 2px !important;
  height: 20px !important;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  transform: skew(-30deg);
  position: relative !important;
  top: 0 !important;
}
#texte-confidentialite {
  letter-spacing: 0.01em;
}
#texte-confidentialite a {
  color: #97d700 !important;
  word-break: break-word;
}
#texte-confidentialite a:hover {
  color: #474c56 !important;
}
#texte-confidentialite ul li {
  font-size: 18px;
  line-height: 24px;
  list-style-type: none;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
#texte-confidentialite ul li:before {
  content: '';
  background: url(../img/puces.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}
#texte-confidentialite ol {
  padding-left: 20px;
  margin: 24px 0;
}
body.page-id-3 section,
body.page-id-6 section {
  text-align: justify;
}
body.page-id-3 section h1,
body.page-id-3 section h2,
body.page-id-3 section h3,
body.page-id-6 section h1,
body.page-id-6 section h2,
body.page-id-6 section h3 {
  text-align: left;
}
body.page-id-3 section h2,
body.page-id-6 section h2 {
  margin-bottom: 1.5rem;
}
body.page-id-3 section h3,
body.page-id-6 section h3 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
body.page-id-3 section ul,
body.page-id-6 section ul {
  margin-bottom: 1.5rem;
}
body.page-id-3 section ul li,
body.page-id-6 section ul li {
  list-style-type: none !important;
}
footer {
  background: #50535a;
}
footer .container {
  position: relative;
}
footer a.top {
  position: absolute;
  right: 40px;
  top: -60px;
  z-index: 1;
}
footer a.top i {
  color: #fff;
  font-size: 30px;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
footer a.top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 43.5px 75px 43.5px;
  border-color: transparent transparent #97d700 transparent;
  position: absolute;
  left: 50%;
  margin-left: -43px;
  top: 0;
  margin-top: -32px;
  z-index: -1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
footer a.top:hover i {
  color: #97d700;
}
footer a.top:hover:after {
  border-color: transparent transparent #fff transparent;
}
footer .infos >div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #bcbec0;
}
footer .infos >div a {
  color: #bcbec0;
}
footer .infos >div a:hover {
  color: #97d700;
}
footer .infos >div i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  color: #97d700;
  margin-right: 12px;
}
footer .reseaux-sociaux a {
  font-size: 24px;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 44px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  text-align: center;
}
footer .reseaux-sociaux a:hover {
  border-color: #97d700;
  color: #97d700;
}
footer .reseaux-sociaux a:not(:last-child) {
  margin-bottom: 1rem;
}
footer .menu-secondaire {
  border-right: 1px solid #7c7f8c;
}
footer .logo-groupe {
  text-align: center;
}
footer .logo-groupe img {
  max-width: 150px;
}
footer .logo-groupe span {
  display: block;
  margin-top: 20px;
}
footer .logo-groupe a {
  color: #fff;
}
footer .logo-groupe a:hover {
  color: #97d700;
}
.post-keywords {
  position: relative;
  margin-bottom: 48px;
}
.post-keywords >h2 {
  font-size: 28px;
  margin-bottom: 24px;
}
.post-keywords >.keywords {
  line-height: 30px;
}
.post-keywords >.keywords >a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  padding: 4px 12px;
  border-radius: 12px;
  background: #474c56;
  color: #fff;
  font-size: 15px;
}
.post-keywords >.keywords >a:hover {
  background: #97d700;
  text-decoration: none;
}
.archive-title {
  padding: 32px 0;
  background: #97d700;
  color: #fff;
}
.archive-title h1 {
  text-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}
@media (max-width: 1499.98px) {
  body.page-id-13 .haut-de-page .map iframe {
    left: 15%;
  }
  body.home .experience .portrait img {
    max-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  header .container {
    max-width: 100%;
  }
  header .rs {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
  }
  .menu-principal > ul > li {
    font-size: 15px;
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  header .rs {
    display: none;
  }
  .hautdepage .titre h2 {
    font-size: 30px;
    line-height: normal;
  }
  .menu-principal > ul > li {
    margin-left: 15px;
  }
  .menu-page.menu-activites .container {
    max-width: 100% !important;
  }
  .menu-page.menu-activites ul > li {
    width: 13%;
  }
  .menu-page.menu-activites ul > li a {
    font-size: 14px;
  }
  .menu-page ul > li {
    padding: 0 15px;
  }
  .menu-page ul > li a {
    font-size: 16px;
  }
  .menu-page ul > li:after {
    height: 20px;
    margin-top: -10px;
  }
  body.home .raccourcis h3 {
    font-size: 20px;
  }
  body.home .implantations .lien {
    margin-top: 2rem;
  }
  body.home .implantations .lien a {
    display: block;
  }
  .actualites .bien figure {
    height: 220px;
  }
  .chiffres .chiffre strong {
    font-size: 50px;
  }
  .chiffres .chiffre > div:before {
    width: 160px;
    height: 130px;
    top: 10%;
    margin-left: -80px;
  }
  .chiffres .chiffre > div:after {
    border-width: 0 74px 126px 74px;
    margin-top: -65px;
    margin-left: -35px;
  }
  body.page-id-399 .groupe .arguments:before,
  body.page-id-399 .groupe .txt:before {
    transform: skew(-10deg);
  }
  body.page-id-399 .groupe .txt {
    padding-left: 100px;
  }
  body.page-id-399 .groupe .arguments .lien {
    padding-left: 15px;
  }
  .references .owl-carousel,
  .certifications .owl-carousel {
    padding: 0 30px;
  }
  .references .owl-carousel .owl-nav,
  .certifications .owl-carousel .owl-nav {
    left: 0;
    right: 0;
  }
  body.page-id-13 .haut-de-page h1 {
    font-size: 32px;
  }
  body.single-activites .hautdepage .titre h2 {
    font-size: 30px;
    line-height: normal;
  }
  body.single-activites .entreprises .entreprise .logo > div {
    height: 130px;
  }
  body.single-activites .entreprises .entreprise .bouton {
    width: 100%;
    font-size: 24px;
    padding: 10px 20px;
  }
  body.single-activites .chiffres .chiffre span {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  body #idcom-modal {
    width: 80%;
    height: 80%;
  }
  body.page-id-399 .haut-de-page {
    height: 300px;
  }
  #grdp_barre_mini,
  #grdp_barre_maxi {
    display: none !important;
  }
  h1 {
    font-size: 30px;
    line-height: normal;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  .menu-principal,
  .menu-activites,
  .menu-engagements,
  .menu-recrutement,
  .menu-actualites {
    display: none;
  }
  .menu-actualites .container {
    max-width: 100%;
  }
  .menu-secondaire {
    text-align: center;
  }
  .menu-articles > li {
    font-size: 20px !important;
  }
  .menu-copyright > li {
    display: block;
  }
  .menu-copyright > li:after {
    display: none;
  }
  .navbar-expand-lg .navbar-toggler,
  .navbar,
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  header {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  header .logo {
    padding-bottom: 1rem;
  }
  .hautdepage.avec_image,
  .hautdepage.owl-carousel {
    height: 350px;
  }
  .formulaire-contact a.info {
    font-size: 20px;
  }
  .formulaire-contact .formulaire {
    width: 60%;
  }
  body.home .raccourcis:after {
    top: 85%;
  }
  body.home .raccourcis .row {
    margin-top: 0 !important;
  }
  body.home .raccourcis .activite {
    margin-bottom: 2rem;
  }
  body.home .experience .row {
    flex-wrap: wrap-reverse;
  }
  body.home .experience .portrait {
    text-align: center;
    margin-top: 3rem;
  }
  body.home .experience .suite .btn {
    background: #4e525b;
  }
  body.home .actualites .bien {
    margin-bottom: 2rem;
  }
  .actualites .bien {
    margin-bottom: 2rem;
  }
  .actualites .bien figure {
    height: 260px;
  }
  .chiffres .chiffre strong {
    font-size: 70px;
  }
  .chiffres .chiffre > div:after {
    margin-top: -45px;
  }
  .references .logo div,
  .certifications .logo div {
    height: 80px;
  }
  body.page-id-390 .postuler .formulaire > div,
  body.category-14 .postuler .formulaire > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-435 .reinsertion .row {
    flex-wrap: wrap-reverse;
  }
  body.page-id-435 .reinsertion .visuel {
    padding-right: 15px !important;
    height: 600px;
  }
  body.page-id-399 .expertise {
    margin-bottom: -20px;
  }
  body.page-id-399 .expertise .img {
    height: 400px;
  }
  body.page-id-399 .expertise .img > div {
    position: relative;
    right: auto;
    height: 100%;
    margin-left: 0 !important;
  }
  body.page-id-399 .citation span {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
  body.page-id-399 .groupe .arguments:before,
  body.page-id-399 .groupe .txt:before {
    transform: skew(0);
  }
  body.page-id-399 .groupe .arguments {
    padding-left: 0;
  }
  body.page-id-399 .groupe .arguments:before {
    right: -100%;
  }
  body.page-id-399 .groupe .txt {
    padding-left: 15px;
  }
  body.page-id-399 .groupe .txt:before {
    left: -100%;
  }
  body.single-format-standard .main-page .logo > div {
    height: 60px;
  }
  body.single-format-standard h1 span {
    display: block;
  }
  body.single-format-standard h1 span:before {
    display: none;
  }
  body.single-activites .entreprises .entreprise > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.single-activites .entreprises .entreprise:not(:last-child) {
    margin-bottom: 2rem;
  }
  body.single-activites .entreprises .entreprise .bouton {
    width: 60%;
  }
  body.single-activites .expertisesCtn {
    padding-top: 120px !important;
  }
  body.single-activites .expertisesCtn .expertises {
    margin-bottom: 40px;
  }
  body.single-activites .expertisesCtn h2 {
    margin-bottom: 30px;
  }
  body.single-activites .expertisesCtn ul li {
    margin-bottom: 20px;
  }
  body.page-id-13 .haut-de-page .image {
    display: none;
  }
  body.page-id-13 .haut-de-page .map {
    height: 300px;
  }
  body.page-id-13 .haut-de-page .map iframe {
    position: relative;
    left: auto;
  }
  body.page-id-13 .main-page .formulaire {
    margin-top: 0;
  }
  body.page-id-13 .main-page .informations img {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
  footer .logo {
    margin-bottom: 3rem;
  }
  footer .infos {
    margin-top: 2rem;
  }
  footer .infos > div {
    display: block;
    text-align: center;
  }
  footer .infos > div.adresse i {
    display: block;
    margin: auto;
  }
  footer .logo-groupe {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  body #idcom-modal {
    width: 90%;
    height: 90%;
  }
  header .logo img {
    max-width: 220px;
  }
  .navbar button {
    top: -58px;
  }
  .main-page ul li {
    font-size: 20px;
  }
  .menu-actualites {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .menu-actualites ul > li > a {
    font-size: 16px;
  }
  .menu-articles > li {
    display: block;
  }
  .menu-articles > li:before {
    display: none;
  }
  .nf-multi-cell .nf-cell {
    float: none !important;
    width: 100% !important;
  }
  .hautdepage.avec_image,
  .hautdepage .owl-carousel {
    height: 350px;
  }
  .hautdepage.avec_image .owl-dots,
  .hautdepage .owl-carousel .owl-dots {
    display: none;
  }
  .hautdepage .titre {
    padding-right: 60px;
  }
  body.page-id-399 .haut-de-page {
    height: 220px;
  }
  body.home .raccourcis .activite > a .photo {
    height: 250px;
  }
  body.home .raccourcis .activite > a .encart {
    min-height: auto;
  }
  body.home .raccourcis .groupe > a {
    padding: 2rem;
  }
  body.home .raccourcis:after {
    top: 95%;
  }
  body.home .experience .portrait:after {
    display: none;
  }
  body.home .experience .portrait img {
    max-width: 300px;
  }
  .actualites .bien figure {
    width: 100%;
    margin-bottom: -3px !important;
  }
  .actualites .bien figure img {
    width: 100%;
    height: auto;
  }
  body.page-id-390 .postuler input[type=button],
  body.category-14 .postuler input[type=button] {
    font-size: 20px;
  }
  body.page-id-435 .partenariats .partenariat {
    position: relative;
  }
  body.page-id-435 .partenariats .partenariat .textes {
    position: initial;
    padding-right: 15px !important;
  }
  body.page-id-435 .partenariats .partenariat h3,
  body.page-id-435 .partenariats .partenariat .resume,
  body.page-id-435 .partenariats .partenariat .description {
    padding-right: 0 !important;
  }
  body.category .articles .article {
    margin-bottom: 2rem !important;
  }
  body.page-id-13 .formulaire > div {
    padding: 15px !important;
  }
  .certifications .logo div,
  .references .logo div {
    height: 100px;
  }
  .certifications .row:not(.owl-carousel) .logo:not(:last-child),
  .references .row:not(.owl-carousel) .logo:not(:last-child) {
    margin-bottom: 2rem;
  }
  .formulaire-contact a.info {
    top: auto;
    bottom: -100%;
    right: 0;
    writing-mode: initial;
    transform: rotate(0);
  }
  .formulaire-contact a.info.actif {
    bottom: 0;
  }
  .formulaire-contact .formulaire {
    height: 100vh;
    top: 100%;
    bottom: auto;
    width: 100%;
    right: 0;
    max-height: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .formulaire-contact .formulaire.actif {
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .bouton {
    font-size: 16px;
  }
  .bouton.special:before {
    transform: skew(0);
  }
  .menu-actualites ul > li {
    width: 100%;
  }
  .menu-actualites ul > li > a {
    font-size: 18px;
  }
  .menu-actualites ul > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .menu-articles {
    padding-top: 0 !important;
  }
  .hautdepage.owl-carousel .owl-dots {
    bottom: 20px;
    right: 15px;
  }
  .hautdepage.owl-carousel .owl-dots button {
    width: 20px;
  }
  .hautdepage.owl-carousel,
  .hautdepage.avec_image {
    height: 250px;
  }
  .hautdepage .titre h2 {
    font-size: 24px;
  }
  body.home .implantations .carte {
    width: 130%;
    left: -10%;
  }
  body.single-format-standard .main-page .logo > div {
    max-width: 80%;
    margin: auto;
  }
  body.single-format-standard .postuler {
    margin-bottom: 2rem;
    padding: 30px !important;
  }
  body.single-format-standard .postuler h2,
  body.single-format-standard .postuler input[type=button] {
    font-size: 20px;
  }
  body.single-activites .hautdepage .titre h2 {
    font-size: 24px;
  }
  body.single-activites .entreprises .entreprise .bouton {
    width: 100%;
  }
  body.page-id-390 .offres .job-main,
  body.category-14 .offres .job-main {
    padding: 30px !important;
  }
  body.page-id-390 .offres .job-main .display p,
  body.page-id-390 .offres .job-main button.title,
  body.page-id-390 .offres .job-mini .display p,
  body.page-id-390 .offres .job-mini button.title,
  body.category-14 .offres .job-main .display p,
  body.category-14 .offres .job-main button.title,
  body.category-14 .offres .job-mini .display p,
  body.category-14 .offres .job-mini button.title {
    font-size: 16px;
  }
  body.page-id-390 .offres .job-main .logo > div,
  body.page-id-390 .offres .job-mini .logo > div,
  body.category-14 .offres .job-main .logo > div,
  body.category-14 .offres .job-mini .logo > div {
    height: 30px;
  }
  body.page-id-390 .postuler h2,
  body.category-14 .postuler h2 {
    font-size: 20px;
  }
  body.page-id-435 .partenariats .partenariat {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-id-435 .partenariats .partenariat .logo > div {
    width: auto;
    height: 100px;
  }
  body.page-id-435 .partenariats .partenariat h3 {
    font-size: 20px;
  }
  body.page-id-435 .reinsertion .visuel {
    height: 500px;
  }
  body.page-id-435 .reinsertion .textes {
    padding-left: 15px !important;
  }
  body.page-id-435 .reinsertion .textes > div {
    padding: 30px !important;
  }
  body.page-id-399 .haut-de-page h1 {
    font-size: 20px;
    line-height: 24px;
    max-width: 90%;
    margin: auto;
  }
  body.page-id-399 .groupe .arguments .argument {
    margin-bottom: 4rem !important;
  }
  body.page-id-13 .main-page .formulaire >div input[type=button] {
    font-size: 20px;
  }
}
@media (max-width: 399.98px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  header .logo img {
    max-width: 200px;
  }
  .navbar button {
    top: -50px;
    font-size: 16px;
    padding: 10px;
  }
  .menu-articles > li {
    font-size: 17px !important;
  }
  .formulaire-contact a.info {
    left: 0;
    text-align: center;
  }
  .formulaire-contact .formulaire {
    padding: 20px !important;
  }
  input[type=button] {
    display: block;
    width: 100% !important;
    float: none;
  }
  .hautdepage.owl-carousel,
  .hautdepage.avec_image {
    height: 200px;
  }
  .hautdepage .titre h2 {
    font-size: 21px;
  }
  body #idcom-loader >.logo {
    width: 250px;
  }
  body.page-id-399 .haut-de-page {
    height: 180px;
  }
  body.single-activites .expertisesCtn h2 {
    font-size: 24px;
  }
  body.home .raccourcis h3 {
    font-size: 18px;
  }
  body.home .raccourcis .activite > a .photo {
    height: 150px;
  }
  body.home .raccourcis:after {
    top: 90%;
  }
  .chiffres .chiffre strong {
    font-size: 50px;
  }
  .references .logo > div,
  .certifications .logo > div {
    height: 70px;
  }
  body.page-id-435 .adhesions .logo div,
  body.page-id-435 .formations .logo div {
    height: 70px;
    width: auto;
  }
  body.page-id-435 .resinsertion .visuel {
    height: 350px;
  }
  body.category .articles .article .visuel {
    height: 200px;
  }
  body.category .articles .article .contenu h2 {
    font-size: 18px;
  }
  body.single-activites .hautdepage .titre {
    padding-right: 20px;
  }
  body.single-activites .hautdepage .titre h2 {
    font-size: 20px;
  }
  body.single-activites .introduction h2 {
    margin-bottom: 1.5rem !important;
  }
  body.single-activites .introduction .description ul li {
    font-size: 16px;
  }
  body.single-activites .entreprises .entreprise .bouton {
    font-size: 20px;
  }
  body.single-activites .entreprises .entreprise .logo > div {
    height: 100px;
  }
  body.page-id-390 .hautdepage .titre {
    padding-right: 20px;
  }
  body.page-id-390 .hautdepage .titre h1 {
    font-size: 20px;
  }
  body.page-id-13 .main-page h2 {
    font-size: 20px;
  }
  footer .logo img {
    max-width: 220px;
    height: auto;
  }
}
@media (max-width: 320px) {
  header .logo img {
    max-width: 170px;
  }
}
