.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 #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: 180px;
  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 {
  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: #b3b5b8 !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;
}
.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;
}
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: #eef0ef;
  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 .chiffres {
  background: url(../img/motifs-chiffres.png);
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
body.home .references {
  background: #eef0ef;
}
body.home .references .logo div {
  filter: grayscale(1);
}
body.home .implantations {
  background: #eef0ef;
}
body.home .implantations #enterprises_data {
  display: none;
}
body.home .implantations .carte {
  position: relative;
}
body.home .implantations .carte .lieu {
  background: #fff;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}
body.home .implantations .carte .lieu > div {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
body.home .implantations .carte .lieu > div:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
body.home .implantations .carte .lieu > div:hover {
  cursor: pointer;
}
body.home .implantations .carte .lieu > div:hover > div {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}
body.home .implantations .carte .lieu .details {
  position: absolute;
  z-index: 3;
  left: 100%;
  top: 100px;
  padding: 10px;
  background: #fff;
  width: 200px;
  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: 0;
  pointer-events: none;
  font-size: 16px;
  box-shadow: 0px 10px 20px 0px rgba(78,81,89,0.5);
}
body.home .implantations .carte .lieu .details:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
body.home .implantations .carte .lieu .details h3 {
  font-size: 20px;
}
body.home .implantations .carte .lieu .details > div div {
  display: block;
}
body.home .implantations .carte .lieu .details > div i {
  display: block;
  width: 20px;
}
body.home .implantations .carte .lieu .details a {
  color: #474c56;
}
body.home .implantations .carte .lieu.clicked {
  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;
  -webkit-box-shadow: 0px 0px 12px 6px rgba(174,255,39,0.85);
  box-shadow: 0px 0px 12px 6px rgba(174,255,39,0.85);
}
body.home .implantations .carte .lieu.clicked > div {
  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;
  border-color: #474c56;
}
body.home .implantations .carte .lieu.clicked > div::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;
  background: #97d700;
}
body.home .implantations .legendes .legende {
  margin: 4px 0;
}
body.home .implantations .legendes .legende > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}
body.home .implantations .legendes .legende > div:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
body.home .implantations .legendes .legende a {
  color: #474c56;
}
body.home .implantations .legendes .legende a:hover,
body.home .implantations .legendes .legende a.actif {
  font-weight: bold;
}
body.home .implantations .entite > .owl-carousel,
body.home .implantations .entite {
  position: relative;
}
body.home .implantations .entite > .owl-carousel > .row,
body.home .implantations .entite > .row {
  height: 100%;
}
body.home .implantations .entite > .owl-carousel > #enterprises::before,
body.home .implantations .entite > #enterprises::before {
  content: '';
  display: none;
}
body.home .implantations .entite > .owl-carousel .owl-dots,
body.home .implantations .entite .owl-dots {
  display: block;
  text-align: center;
  margin-top: 24px;
}
body.home .implantations .entite > .owl-carousel .owl-dots > button,
body.home .implantations .entite .owl-dots > button {
  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;
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 8px;
  margin: 6px;
  outline: none;
}
body.home .implantations .entite > .owl-carousel .owl-dots > button:hover,
body.home .implantations .entite .owl-dots > button:hover {
  background: #666;
}
body.home .implantations .entite > .owl-carousel .owl-dots > button.active,
body.home .implantations .entite .owl-dots > button.active {
  background: #97d700;
}
body.home .implantations .entite > .owl-carousel:before,
body.home .implantations .entite:before {
  content: '';
  background: url(../img/bordure.png);
  width: 10px;
  height: 100%;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: -10px;
}
body.home .implantations .entite > .owl-carousel .logo > div,
body.home .implantations .entite .logo > div {
  height: 89px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.home .implantations .entite > .owl-carousel .contacts,
body.home .implantations .entite .contacts {
  font-weight: 500;
}
body.home .implantations .entite > .owl-carousel .contacts > div:last-child,
body.home .implantations .entite .contacts > div:last-child {
  margin-bottom: 0 !important;
}
body.home .implantations .entite > .owl-carousel .contacts a,
body.home .implantations .entite .contacts a {
  color: #474c56;
}
body.home .implantations .entite > .owl-carousel .contacts a:hover,
body.home .implantations .entite .contacts a:hover {
  color: #97d700;
}
body.home .implantations .entite > .owl-carousel .lien a,
body.home .implantations .entite .lien a {
  color: #474c56;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
}
body.home .implantations .entite > .owl-carousel .lien a:before,
body.home .implantations .entite .lien a:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #eef0ef;
}
body.home .implantations .lieu.vert > div,
body.home .implantations .legende.vert > div {
  border-color: #97d700;
}
body.home .implantations .lieu.vert > div:before,
body.home .implantations .legende.vert > div:before {
  background: #97d700;
}
body.home .implantations .lieu.vert .details i,
body.home .implantations .legende.vert .details i {
  color: #97d700;
}
body.home .implantations .lieu.vert .details a:hover,
body.home .implantations .legende.vert .details a:hover {
  color: #97d700;
}
body.home .implantations .lieu.rouge > div,
body.home .implantations .legende.rouge > div {
  border-color: #b72126;
}
body.home .implantations .lieu.rouge > div:before,
body.home .implantations .legende.rouge > div:before {
  background: #b72126;
}
body.home .implantations .lieu.rouge .details i,
body.home .implantations .legende.rouge .details i {
  color: #b72126;
}
body.home .implantations .lieu.rouge .details a:hover,
body.home .implantations .legende.rouge .details a:hover {
  color: #b72126;
}
body.home .implantations .lieu.orange > div,
body.home .implantations .legende.orange > div {
  border-color: #f37021;
}
body.home .implantations .lieu.orange > div:before,
body.home .implantations .legende.orange > div:before {
  background: #f37021;
}
body.home .implantations .lieu.orange .details i,
body.home .implantations .legende.orange .details i {
  color: #f37021;
}
body.home .implantations .lieu.orange .details a:hover,
body.home .implantations .legende.orange .details a:hover {
  color: #f37021;
}
body.home .implantations .lieu.bleu > div,
body.home .implantations .legende.bleu > div {
  border-color: #53b7e8;
}
body.home .implantations .lieu.bleu > div:before,
body.home .implantations .legende.bleu > div:before {
  background: #53b7e8;
}
body.home .implantations .lieu.bleu .details i,
body.home .implantations .legende.bleu .details i {
  color: #53b7e8;
}
body.home .implantations .lieu.bleu .details a:hover,
body.home .implantations .legende.bleu .details a:hover {
  color: #53b7e8;
}
body.home .implantations .lieu.rose > div,
body.home .implantations .legende.rose > div {
  border-color: #ed037c;
}
body.home .implantations .lieu.rose > div:before,
body.home .implantations .legende.rose > div:before {
  background: #ed037c;
}
body.home .implantations .lieu.rose .details i,
body.home .implantations .legende.rose .details i {
  color: #ed037c;
}
body.home .implantations .lieu.rose .details a:hover,
body.home .implantations .legende.rose .details a:hover {
  color: #ed037c;
}
body.home .implantations .lieu.vert-fonce > div,
body.home .implantations .legende.vert-fonce > div {
  border-color: #00783e;
}
body.home .implantations .lieu.vert-fonce > div:before,
body.home .implantations .legende.vert-fonce > div:before {
  background: #00783e;
}
body.home .implantations .lieu.vert-fonce .details i,
body.home .implantations .legende.vert-fonce .details i {
  color: #00783e;
}
body.home .implantations .lieu.vert-fonce .details a:hover,
body.home .implantations .legende.vert-fonce .details a:hover {
  color: #00783e;
}
body.home .implantations .lieu.bleu-fonce > div,
body.home .implantations .legende.bleu-fonce > div {
  border-color: #3a5da8;
}
body.home .implantations .lieu.bleu-fonce > div:before,
body.home .implantations .legende.bleu-fonce > div:before {
  background: #3a5da8;
}
body.home .implantations .lieu.bleu-fonce .details i,
body.home .implantations .legende.bleu-fonce .details i {
  color: #3a5da8;
}
body.home .implantations .lieu.bleu-fonce .details a:hover,
body.home .implantations .legende.bleu-fonce .details a:hover {
  color: #3a5da8;
}
body.home .implantations .lieu.gris > div,
body.home .implantations .legende.gris > div {
  border-color: #817c7a;
}
body.home .implantations .lieu.gris > div:before,
body.home .implantations .legende.gris > div:before {
  background: #817c7a;
}
body.home .implantations .lieu.gris .details i,
body.home .implantations .legende.gris .details i {
  color: #817c7a;
}
body.home .implantations .lieu.gris .details a:hover,
body.home .implantations .legende.gris .details a:hover {
  color: #817c7a;
}
body.home .implantations .lieu.jaune > div,
body.home .implantations .legende.jaune > div {
  border-color: #ffcb05;
}
body.home .implantations .lieu.jaune > div:before,
body.home .implantations .legende.jaune > div:before {
  background: #ffcb05;
}
body.home .implantations .lieu.jaune .details i,
body.home .implantations .legende.jaune .details i {
  color: #ffcb05;
}
body.home .implantations .lieu.jaune .details a:hover,
body.home .implantations .legende.jaune .details a:hover {
  color: #ffcb05;
}
body.home .implantations .lieu.violet > div,
body.home .implantations .legende.violet > div {
  border-color: #8c368c;
}
body.home .implantations .lieu.violet > div:before,
body.home .implantations .legende.violet > div:before {
  background: #8c368c;
}
body.home .implantations .lieu.violet .details i,
body.home .implantations .legende.violet .details i {
  color: #8c368c;
}
body.home .implantations .lieu.violet .details a:hover,
body.home .implantations .legende.violet .details a:hover {
  color: #8c368c;
}
body.page-id-399 .organisation,
body.page-id-399 .presentation {
  position: relative;
  z-index: 1;
}
body.page-id-399 .organisation h1,
body.page-id-399 .presentation h1 {
  font-weight: 500;
}
body.page-id-399 .organisation:before,
body.page-id-399 .presentation:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebeb;
  opacity: .3;
  z-index: -1;
}
body.page-id-399 .organisation:after,
body.page-id-399 .presentation: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-399 .presentation .sstitre {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
body.page-id-399 .presentation .chiffres {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
body.page-id-399 .presentation .chiffres .chiffre > div:before {
  width: 160px;
  height: 135px;
  margin-left: -80px;
  background: url(../img/motifs-triangle-2.png);
}
body.page-id-399 .presentation .chiffres .chiffre > div:after {
  border-width: 0 90px 153px 90px;
  margin-top: -75px;
}
body.page-id-399 .presentation .chiffres:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
  background-color: #eaebeb;
  opacity: .3;
  z-index: -1;
}
body.page-id-399 .presentation .chiffres > div {
  margin-right: -30%;
}
body.page-id-399 .organisation .entites {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
body.page-id-399 .organisation .entites:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
  background-color: #eaebeb;
  opacity: .3;
  z-index: -1;
}
body.page-id-399 .organisation .entites > div {
  margin-right: -30%;
}
body.page-id-399 .organisation .entites .groupe > div,
body.page-id-399 .organisation .entites .filiale > div {
  margin: auto;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-399 .organisation .entites .groupe > div {
  width: 200px;
  height: 126px;
}
body.page-id-399 .organisation .entites .filiale > div {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 80px;
}
body.page-id-399 .histoire {
  background: #ededee;
}
body.page-id-399 .histoire .owl-stage {
  display: flex;
  align-items: baseline;
}
body.page-id-399 .histoire .owl-nav {
  width: 100%;
}
body.page-id-399 .histoire .owl-nav:after {
  content: '';
  display: block;
  clear: both;
}
body.page-id-399 .histoire .owl-nav button {
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  font-weight: 500;
  background: #4e5159;
  color: #fff;
  padding: 10px 16px !important;
  border-radius: 24px;
}
body.page-id-399 .histoire .owl-nav button.disabled {
  display: none;
}
body.page-id-399 .histoire .owl-nav button.owl-prev {
  margin-left: 1rem;
}
body.page-id-399 .histoire .owl-nav button.owl-next {
  float: right;
  margin-right: 1rem;
}
body.page-id-399 .histoire .owl-nav button:focus {
  outline: none;
}
body.page-id-399 .histoire .owl-nav button:hover {
  background: #97d700;
  color: #4e5159;
}
body.page-id-399 .histoire .owl-item:nth-child(odd) .date > div {
  flex-wrap: wrap-reverse;
}
body.page-id-399 .histoire .owl-item:nth-child(odd) .date .annee {
  align-items: flex-start;
}
body.page-id-399 .histoire .owl-item:nth-child(odd) .date .annee span {
  top: -2rem;
}
body.page-id-399 .histoire .owl-item:nth-child(even) .date .annee {
  align-items: flex-end;
}
body.page-id-399 .histoire .owl-item:nth-child(even) .date .annee span {
  bottom: -1.5rem;
}
body.page-id-399 .histoire .owl-item:first-child .annee:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 80%;
  bottom: 0;
  background: #304400;
  clip-path: polygon(0% 0%,50% 0%,100% 50%,50% 100%,0% 100%,0% 50%,0% 0);
}
body.page-id-399 .histoire .owl-item:last-child .annee .visuel {
  clip-path: polygon(0% 0%,100% 0%,100% 50%,100% 100%,0% 100%,10% 50%,0% 0);
}
body.page-id-399 .histoire .date {
  height: 100%;
}
body.page-id-399 .histoire .date > div {
  display: flex;
  justify-content: center;
}
body.page-id-399 .histoire .annee {
  position: relative;
  display: flex;
  justify-content: center;
  height: 190px;
}
body.page-id-399 .histoire .annee span {
  position: absolute;
  display: block;
  font-size: 110px;
  color: #fff;
  font-weight: 900;
  line-height: normal;
}
body.page-id-399 .histoire .annee .visuel {
  position: absolute;
  top: 0;
  left: 0;
  right: -12%;
  bottom: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  clip-path: polygon(0% 0%,100% 0%,100% 50%,100% 100%,0% 100%,10% 50%,0% 0);
}
body.page-id-399 .histoire .annee .visuel:after {
  content: '';
  background: #7fb500;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
body.page-id-399 .histoire .details .image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  height: 240px;
  filter: grayscale(1);
}
body.page-id-435 h2 {
  color: #7c7f8c;
}
body.page-id-435 .partenariats {
  background: #fbfbfb;
}
body.page-id-435 .partenariats .partenariat {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(78,81,89,0.5);
  border: 1px solid #97d700;
}
body.page-id-435 .partenariats .partenariat .textes {
  position: relative;
}
body.page-id-435 .partenariats .partenariat .textes .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  border-radius: 0;
}
body.page-id-435 .partenariats .partenariat .textes .btn:before {
  font-family: 'Font Awesome 5 Free';
  display: block;
  margin: auto;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 24px;
}
body.page-id-435 .partenariats .partenariat .textes .btn.collapsed: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';
}
body.page-id-435 .partenariats .partenariat .textes .btn.collapsed:hover:before {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
body.page-id-435 .partenariats .partenariat .textes .btn:not(.collapsed):before {
  content: '\f068';
}
body.page-id-435 .partenariats .partenariat .textes .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 #98c21f 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.page-id-435 .partenariats .partenariat .textes .btn:hover:after {
  border-color: transparent #474c56 transparent transparent;
}
body.page-id-435 .partenariats .partenariat .textes .resume p {
  margin-bottom: 0;
}
body.page-id-435 .partenariats .partenariat .textes .description p:last-child {
  margin-bottom: 0;
}
body.page-id-435 .partenariats .partenariat .logo > div {
  width: 140px;
  height: 140px;
  margin: auto;
  background-size: contain !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}
body.page-id-435 .certifications {
  background: #f0f1f2;
  position: relative;
}
body.page-id-435 .certifications: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;
}
body.page-id-435 .certifications > div {
  position: relative;
  z-index: 1;
}
body.page-id-435 .adhesions > div,
body.page-id-435 .formations > div {
  position: relative;
  z-index: 1;
}
body.page-id-435 .adhesions .logo a,
body.page-id-435 .formations .logo a {
  display: block;
  margin: auto;
}
body.page-id-435 .adhesions .logo a > div,
body.page-id-435 .formations .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;
}
body.page-id-435 .adhesions .logo a:hover > div,
body.page-id-435 .formations .logo a:hover > div {
  opacity: .5;
}
body.page-id-435 .adhesions .logo div,
body.page-id-435 .formations .logo div {
  margin: auto;
  max-width: 270px;
  height: 100px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-435 .adhesions {
  position: relative;
}
body.page-id-435 .adhesions:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eaebeb;
  opacity: .3;
  z-index: -1;
}
body.page-id-435 .adhesions: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;
}
body.page-id-435 .formations {
  position: relative;
}
body.page-id-435 .formations: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: .1;
}
body.page-id-435 .reinsertion {
  background: #fbfbfb;
}
body.page-id-435 .reinsertion .visuel > div {
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-435 .reinsertion .textes > div {
  background: #fff;
}
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-79,
body.category-14 .postuler #nf-field-79 {
  display: none;
  margin-bottom: 20px !important;
}
body.page-id-390 .postuler .nature-emploi-field,
body.category-14 .postuler .nature-emploi-field {
  margin: 0 !important;
}
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 > div {
  color: #50535a;
  font-weight: 500;
}
body.page-id-13 .main-page .informations > div div {
  display: inline-block;
  vertical-align: middle;
}
body.page-id-13 .main-page .informations > div a {
  display: inline-block;
  vertical-align: middle;
  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 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: 24px 0;
}
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);
  border: 1px solid #97d700;
}
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 .entreprises {
  position: relative;
  z-index: 1;
}
body.single-activites .entreprises:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4e5159;
  opacity: .1;
  z-index: -1;
}
body.single-activites .entreprises: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-activites .entreprises .entreprise .logo > div {
  height: 200px;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.single-activites .entreprises .entreprise .bouton {
  background: #b5e323;
  font-size: 30px;
  width: 80%;
  margin: auto;
  line-height: normal;
}
body.single-activites .entreprises .entreprise .bouton:hover {
  background: #474c56;
}
body.single-activites .chiffres {
  background: #f0f1f2;
  position: relative;
  z-index: 1;
}
body.single-activites .chiffres .chiffre > div:before {
  background: url(../img/motifs-triangle-2.png);
}
body.single-activites .chiffres .chiffre > div:after {
  margin-top: -110px;
}
body.single-activites .chiffres: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: .3;
  z-index: -1;
}
.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 {
  color: #bcbec0;
}
footer .infos > div div {
  display: inline-block;
  vertical-align: top;
}
footer .infos > div a {
  display: inline-block;
  vertical-align: middle;
  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;
}
.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%;
  }
}
@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;
  }
  body.page-id-399 .presentation .chiffres > div {
    margin-right: 0;
  }
  body.page-id-399 .histoire .details .image {
    height: 180px;
  }
  body.page-id-399 .organisation .entites > div {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .rs {
    display: none;
  }
  .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;
  }
  .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 .presentation .sstitre {
    font-size: 22px;
    line-height: normal;
  }
  body.page-id-399 .presentation .chiffres .chiffre > div:before {
    top: 0;
  }
  body.page-id-399 .presentation .chiffres .chiffre > div:after {
    border-width: 0 70px 130px 70px;
    margin-top: -55px;
    margin-left: -25px;
  }
  body.page-id-399 .histoire .details .image {
    height: 120px;
  }
  body.page-id-399 .histoire .owl-item:nth-child(odd) .date .annee span {
    top: -1.5rem;
  }
  body.page-id-399 .histoire .owl-item:nth-child(even) .date .annee span {
    bottom: -1rem;
  }
  body.page-id-399 .histoire .annee span {
    font-size: 80px;
  }
  body.page-id-399 .organisation .entites {
    padding-left: 15px !important;
    padding-top: 2rem !important;
    padding-bottom: 1rem;
  }
  body.page-id-399 .organisation .entites .groupe > div {
    width: auto;
    height: 100px;
  }
  .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%;
  }
  #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 .implantations .legendes {
    margin-bottom: 2rem;
  }
  body.home .implantations .legendes > div {
    text-align: center;
    margin-bottom: 5px;
  }
  body.home .implantations .entite:before {
    display: none;
  }
  body.home .implantations .entite .logo {
    margin-bottom: 1rem;
  }
  body.home .implantations .entite .contacts {
    text-align: center;
  }
  body.home .implantations .entite .lien a:before {
    display: none;
  }
  body.home .implantations .entite > .owl-carousel .lien a:before {
    display: none;
  }
  .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 .presentation .textes {
    padding-right: 15px !important;
  }
  body.page-id-399 .presentation .chiffres {
    padding-bottom: 1rem !important;
  }
  body.page-id-399 .presentation .chiffres:before {
    left: -100%;
  }
  body.page-id-399 .organisation .entites:before {
    left: -100%;
  }
  body.page-id-399 .organisation .textes {
    padding-right: 15px !important;
  }
  body.page-id-399 .histoire .details .image {
    height: 160px;
  }
  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 .chiffres .chiffre > div:after {
    margin-top: -60px;
  }
  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 .reseaux-sociaux {
    text-align: center;
    margin-top: 2rem;
  }
  footer .reseaux-sociaux a {
    display: inline-block;
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  body #idcom-modal {
    width: 90%;
    height: 90%;
  }
  .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;
  }
  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 .implantations .legendes > div:not(:last-child) {
    margin-bottom: 1rem;
  }
  body.page-id-399 .histoire .details .image {
    height: 200px;
    margin-bottom: 1rem;
  }
  body.page-id-399 .histoire .details .description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  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;
  }
  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 .histoire h2 {
    margin-bottom: 2rem;
  }
  body.page-id-399 .histoire .details .image {
    height: 200px;
    width: 60%;
    margin: 0 auto 1rem;
  }
  body.page-id-399 .histoire .annee {
    height: 150px;
  }
  body.page-id-399 .histoire .owl-item:nth-child(odd) .date > div {
    flex-wrap: wrap;
  }
  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 {
    max-width: 150px;
    height: auto;
  }
  .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: 150px;
  }
  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.page-id-399 .presentation .sstitre {
    font-size: 18px;
  }
  body.page-id-399 .histoire .owl-item:first-child .annee:before {
    right: 90%;
  }
  body.page-id-399 .histoire .owl-item:nth-child(odd) .date .annee span {
    top: -17px;
  }
  body.page-id-399 .histoire .owl-item:nth-child(even) .date .annee span {
    bottom: -12px;
  }
  body.page-id-399 .histoire .annee span {
    font-size: 60px;
  }
  body.page-id-399 .histoire .details .image {
    width: 100%;
  }
  body.page-id-399 .histoire .owl-nav button {
    width: 100%;
    float: none;
  }
  body.page-id-399 .histoire .owl-nav button.owl-prev {
    margin-left: 0;
  }
  body.page-id-399 .histoire .owl-nav button.owl-next {
    margin-right: 0;
  }
  body.page-id-399 .histoire .owl-nav button:not(:last-child) {
    margin-bottom: 10px;
  }
  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 .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: 150px;
    height: auto;
  }
}
