.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(162,162,162,0.6);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(162,162,162,0.6);
}
body {
  overflow-x: hidden;
  background-color: #fff;
}
body #grdp_barre_mini a {
  font-size: 12px;
}
body #grdp_barre_mini {
  display: none !important;
}
body #grdp_barre_maxi p {
  color: #fff;
  font-size: 13px;
}
body #grdp_barre_maxi a {
  font-size: 13px;
}
body .cookie-notice-container {
  display: none !important;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Poppins', sans-serif;
  color: #232323;
  line-height: 1.3;
  font-weight: 400;
}
body .first-title h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2.125px;
  font-weight: 300;
  line-height: 1.4;
}
body .first-title h2 em {
  display: block;
  font-size: 55px;
  letter-spacing: 8.25px;
  font-weight: 700;
  font-style: normal;
}
body a {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
  color: #232323;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body a:hover {
  text-decoration: none;
}
body p,
body span,
body li {
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #232323;
}
body p:hover,
body span:hover,
body li:hover {
  text-decoration: none;
}
body p {
  margin-bottom: 20px;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body img {
  max-width: 100%;
}
body header {
  position: absolute;
  width: 100%;
  z-index: 4;
}
body header .top {
  background-color: #232323;
  height: 55px;
  overflow: hidden;
}
body header .top .container {
  max-width: 1860px;
  padding: 0 50px;
  height: 100%;
}
body header .top .container .row {
  height: 100%;
}
body header .top ul {
  display: flex;
  align-items: center;
  height: 100%;
}
body header .top ul li {
  margin-right: 30px;
}
body header .top ul li i {
  color: #c080bf;
  padding-right: 12px;
}
body header .top ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1.4px;
}
body header .top ul li a:hover {
  color: #c080bf;
}
body header .top ul li p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.4px;
}
body header .top .connexion {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
body header .top .connexion a {
  color: #fff;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 1.5px;
}
body header .top .connexion a:hover {
  color: #c080bf;
}
body header .top .connexion a i {
  color: #c080bf;
  padding-right: 12px;
}
body header .contenu {
  padding: 25px 0;
}
body header .contenu .container {
  max-width: 1780px;
  padding: 0 50px;
}
body header .contenu .logo img {
  width: 262px;
}
body header .contenu .nav-menu ul {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 960px;
  max-width: 100%;
}
body header .contenu .nav-menu ul li.current_page_item a:before {
  width: 100%;
}
body header .contenu .nav-menu ul li#menu-item-25 a:before {
  display: none;
}
body header .contenu .nav-menu ul li#menu-item-25 a:hover {
  color: #c080bf;
}
body header .contenu .nav-menu ul li#menu-item-25.current_page_item a {
  color: #c080bf;
}
body header .contenu .nav-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.105px;
  position: relative;
}
body header .contenu .nav-menu ul li a:before {
  content: "";
  background-color: #fff;
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .contenu .nav-menu ul li a:hover:before {
  width: 100%;
}
body header .devis {
  background-color: #008c9d;
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 0 25px;
  height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: 1.6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
body header .devis:hover {
  background-color: #fff;
  color: #008c9d;
}
body header .fleche {
  position: fixed;
  bottom: -42px;
  right: 41px;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .fleche:hover:before {
  background-color: #444444;
}
body header .fleche:before {
  content: "";
  background-color: rgba(44,161,181,0.95);
  position: absolute;
  width: 46px;
  height: 45px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-53%);
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .fleche svg {
  width: 15px;
  fill: #fff;
}
body main {
  overflow: hidden;
}
body main section .container {
  padding: 0 50px;
}
body main section.bandeau_entete {
  height: 545px;
  position: relative;
}
body main section.bandeau_entete .parallax-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.bandeau_entete .contenu {
  position: absolute;
  bottom: 115px;
  z-index: 1;
  width: 100%;
}
body main section.bandeau_entete .contenu .container {
  max-width: 1200px;
}
body main section.bandeau_entete .contenu .first-title {
  text-align: center;
}
body main section.bandeau_entete .contenu .first-title p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body main section.bandeau_entete .contenu .first-title h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 5.25px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}
body main section.bandeau_entete .contenu .ariane {
  text-align: center;
}
body main section.bandeau_entete .contenu .ariane #breadcrumbs {
  margin-bottom: 0;
}
body main section.bandeau_entete .contenu .ariane a {
  position: relative;
}
body main section.bandeau_entete .contenu .ariane a:before {
  content: "";
  background-color: #fff;
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.bandeau_entete .contenu .ariane a:hover:before {
  width: 100%;
}
body main section.bandeau_entete .contenu .ariane a,
body main section.bandeau_entete .contenu .ariane span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 3.25px;
}
body main section.bandeau_entete .contenu .ariane i {
  padding: 0 8px;
}
body main section.secteurs {
  padding: 130px 0 180px;
  z-index: 1;
}
body main section.secteurs .contenu .container {
  max-width: 1290px;
}
body main section.secteurs .contenu .titre2 {
  text-align: center;
  color: #555555;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6.75px;
  margin-bottom: 60px;
}
body main section.secteurs .contenu .bloc:first-of-type .titre {
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
}
body main section.secteurs .contenu .bloc:first-of-type .titre:before {
  background-color: #c080bf;
}
body main section.secteurs .contenu .bloc:nth-of-type(2) .titre {
  background: #228493;
  background: -webkit-linear-gradient(left,#228493 0%,#33b8c1 100%);
  background: -o-linear-gradient(left,#228493 0%,#33b8c1 100%);
  background: linear-gradient(to right,#228493 0%,#33b8c1 100%);
}
body main section.secteurs .contenu .bloc:nth-of-type(2) .titre:before {
  background-color: #33b8c1;
}
body main section.secteurs .contenu .bloc:last-of-type .titre {
  background: #2368ab;
  background: -webkit-linear-gradient(left,#2368ab 0%,#3296d3 100%);
  background: -o-linear-gradient(left,#2368ab 0%,#3296d3 100%);
  background: linear-gradient(to right,#2368ab 0%,#3296d3 100%);
}
body main section.secteurs .contenu .bloc:last-of-type .titre:before {
  background-color: #3296d3;
}
body main section.secteurs .contenu .bloc a {
  display: block;
  text-transform: none;
}
body main section.secteurs .contenu .bloc a:hover .visuel .media {
  transform: scale(1.1);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
body main section.secteurs .contenu .bloc a:hover .titre:before {
  width: 100%;
}
body main section.secteurs .contenu .bloc a .titre {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.secteurs .contenu .bloc a .titre:before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.secteurs .contenu .bloc a .titre h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  z-index: 1;
}
body main section.secteurs .contenu .bloc a .visuel {
  overflow: hidden;
}
body main section.secteurs .contenu .bloc a .visuel .media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 215px;
  transform: scale(1);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.informatique {
  background-color: #f7f6fb;
  padding: 150px 0 100px;
  overflow: hidden;
}
body main section.informatique .contenu .container {
  max-width: 1300px;
}
body main section.informatique .contenu .first-title {
  text-align: center;
}
body main section.informatique .contenu .first-title h2 {
  color: #444444;
  margin-bottom: 60px;
}
body main section.informatique .contenu .side {
  position: relative;
}
body main section.informatique .contenu .side .media1 {
  background: url(../img/up.png) no-repeat;
  background-size: 100%;
  width: 403px;
  height: 1062px;
  position: absolute;
  top: -240px;
  right: -250px;
}
body main section.informatique .contenu .side .media2 {
  background: url(../img/down.png) no-repeat;
  background-size: 100%;
  width: 403px;
  height: 1062px;
  position: absolute;
  top: -300px;
  left: -250px;
}
body main section.informatique .contenu .bloc {
  background-color: #fff;
  box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
  padding: 45px 50px 50px;
  text-align: center;
  margin-bottom: 35px;
  min-height: 312px;
  cursor: default;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section.informatique .contenu .bloc:before {
  content: "";
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body main section.informatique .contenu .bloc:hover:before {
  width: 490px;
  height: 490px;
  border-radius: 50%;
}
body main section.informatique .contenu .bloc:hover .content h3 {
  color: #fff;
}
body main section.informatique .contenu .bloc:hover .content p {
  color: #fff;
}
body main section.informatique .contenu .bloc:hover .content .visuel .first {
  opacity: 0;
}
body main section.informatique .contenu .bloc:hover .content .visuel .second {
  opacity: 1;
}
body main section.informatique .contenu .bloc .content {
  z-index: 1;
}
body main section.informatique .contenu .bloc .content .visuel {
  height: 100px;
  margin: auto;
  position: relative;
}
body main section.informatique .contenu .bloc .content .visuel img {
  position: absolute;
  top: 0;
  display: table;
  left: 0;
  right: 0;
  margin: auto;
}
body main section.informatique .contenu .bloc .content .visuel .first {
  opacity: 1;
  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;
}
body main section.informatique .contenu .bloc .content .visuel .second {
  opacity: 0;
  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;
}
body main section.informatique .contenu .bloc .content h3 {
  color: #394047;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3px;
  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;
}
body main section.informatique .contenu .bloc .content p {
  margin-bottom: 0;
  color: #7b7880;
  font-weight: 300;
  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;
}
body main section.informatique .contenu .bouton {
  background-color: #2ca1b5;
  border-radius: 10px;
  overflow: hidden;
  display: table;
  margin: 45px auto 0;
}
body main section.informatique .contenu .bouton span {
  color: #fff;
}
body main section.informatique .contenu .bouton i {
  margin-left: 15px;
}
body main section.informatique .contenu .bouton:before {
  background-color: #20417f;
}
body main section.informatique .contenu .bouton:hover span {
  color: #fff;
}
body main section.bandeau-contact {
  background-color: #f7f6fb;
  padding: 90px 0 50px;
}
body main section.bandeau-contact .contenu .container {
  max-width: 1300px;
}
body main section.bandeau-contact .contenu .content {
  position: relative;
}
body main section.bandeau-contact .contenu .content img {
  position: absolute;
  bottom: -50px;
  right: -330px;
}
body main section.bandeau-contact .contenu .content .nf-response-msg {
  margin-bottom: 520px;
}
body main section.bandeau-contact .contenu .content form .nf-form-fields-required {
  display: none;
}
body main section.bandeau-contact .contenu .content form .first-title h2 {
  color: #8c9dae;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.6;
}
body main section.bandeau-contact .contenu .content form .first-title h2 em {
  text-transform: none;
  letter-spacing: 0;
  font-size: 40px;
  color: #394047;
}
body main section.bandeau-contact .contenu .content form .nf-field-container {
  margin-bottom: 20px;
}
body main section.bandeau-contact .contenu .content form input {
  border: 0;
  background-color: #fff;
  height: 60px;
  box-shadow: 0 6px 9px rgba(0,0,0,0.1);
  padding: 0 30px;
  font-family: 'Poppins', sans-serif;
  color: #2ca1b5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}
body main section.bandeau-contact .contenu .content form input::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #7a8998;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}
body main section.bandeau-contact .contenu .content form textarea {
  height: 175px;
  box-shadow: 0 6px 9px rgba(0,0,0,0.1);
  border: 0;
  background-color: #fff;
  padding: 25px 30px;
  font-family: 'Poppins', sans-serif;
  color: #2ca1b5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}
body main section.bandeau-contact .contenu .content form textarea::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #7a8998;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}
body main section.bandeau-contact .contenu .content form #nf-label-field-6 {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  cursor: pointer;
}
body main section.bandeau-contact .contenu .content form #nf-label-field-6 .ninja-forms-req-symbol {
  display: none;
}
body main section.bandeau-contact .contenu .content form #nf-field-4 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
  cursor: pointer;
  border-radius: 10px;
  height: 60px;
  padding: 0 60px;
  box-shadow: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.bandeau-contact .contenu .content form #nf-field-4:hover {
  letter-spacing: 5px;
}
body main section.bandeau-partenaires {
  padding: 100px 0 120px;
}
body main section.bandeau-partenaires .contenu .container {
  max-width: 1300px;
}
body main section.bandeau-partenaires .contenu .first-title {
  text-align: center;
}
body main section.bandeau-partenaires .contenu .first-title h2 {
  color: #8c9dae;
  margin-bottom: 70px;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.6;
}
body main section.bandeau-partenaires .contenu .first-title h2 em {
  text-transform: none;
  letter-spacing: 0;
  font-size: 42px;
  color: #394047;
}
body main section.bandeau-partenaires .contenu .owl-stage {
  justify-content: center;
  display: flex;
  align-items: center;
}
body main section.bandeau-partenaires .contenu .owl-nav {
  position: absolute;
  width: 100%;
  top: 33%;
  transform: translateY(-50%);
  z-index: 2;
}
body main section.bandeau-partenaires .contenu .owl-prev {
  left: -110px;
  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;
}
body main section.bandeau-partenaires .contenu .owl-prev:hover {
  left: -120px;
}
body main section.bandeau-partenaires .contenu .owl-next {
  right: -110px;
  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;
}
body main section.bandeau-partenaires .contenu .owl-next:hover {
  right: -120px;
}
body main section.bandeau-partenaires .contenu .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/arrow2.png) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 32px;
  transform: rotate(180deg);
}
body main section.bandeau-partenaires .contenu .owl-next:before {
  content: "";
  display: block;
  background: url(../img/arrow2.png) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 32px;
}
body main section.bandeau-partenaires .contenu .owl-prev,
body main section.bandeau-partenaires .contenu .owl-next {
  position: absolute;
}
body main section.bandeau-partenaires .contenu .owl-prev span,
body main section.bandeau-partenaires .contenu .owl-next span {
  display: none;
}
body main section.bandeau-partenaires .contenu .owl-prev:focus,
body main section.bandeau-partenaires .contenu .owl-next:focus {
  outline: none;
}
body main section.bandeau-partenaires .contenu .marques {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.bandeau-partenaires .contenu .marques img {
  width: auto !important;
  height: auto;
  max-height: 90px;
  min-height: auto;
  max-width: 100%;
  margin: auto;
}
body main section.bandeau_chiffres {
  background: #113c71;
  background: -webkit-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: -o-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: linear-gradient(to right,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
body main section.bandeau_chiffres:before {
  content: "";
  background: url(../img/motif3.png);
  background-attachment: fixed;
  width: 1959px;
  height: 2152px;
  position: absolute;
  top: 0;
  left: 0;
}
body main section.bandeau_chiffres .contenu .container {
  max-width: 1310px;
}
body main section.bandeau_chiffres .contenu .bloc {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 0 20px;
  height: 200px;
  position: relative;
}
body main section.bandeau_chiffres .contenu .bloc .texte {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
body main section.bandeau_chiffres .contenu .bloc p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
body main section.bandeau_chiffres .contenu .bloc p strong {
  font-size: 40px;
  font-weight: 700;
}
body main section .bouton {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
body main section .bouton a {
  text-transform: none;
}
body main section .bouton span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  padding: 0 25px;
  font-weight: 500;
  letter-spacing: 3.75px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section .bouton:before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section .bouton:hover:before {
  width: 100%;
}
body footer .container {
  padding: 0 50px;
}
body footer .contenu {
  background: #113c71;
  background: -webkit-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: -o-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: linear-gradient(to right,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  padding: 190px 0 140px;
  text-align: center;
}
body footer .contenu h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 4.8px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body footer .contenu a {
  display: block;
  color: #fff;
  font-size: 19px;
  text-transform: none;
  line-height: 1.5;
}
body footer .contenu p {
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}
body footer .contenu .contact {
  position: relative;
  display: table;
  margin: auto;
  z-index: 1;
}
body footer .contenu .contact:before {
  content: "";
  background: url(../img/quote.png) no-repeat;
  background-size: 100%;
  width: 194px;
  height: 161px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body footer .contenu .agence {
  position: relative;
  display: table;
  margin: auto;
  z-index: 1;
}
body footer .contenu .agence:before {
  content: "";
  background: url(../img/place.png) no-repeat;
  background-size: 100%;
  width: 125px;
  height: 170px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body footer .contenu .horaires {
  position: relative;
  display: table;
  margin: auto;
  z-index: 1;
}
body footer .contenu .horaires:before {
  content: "";
  background: url(../img/clock.png) no-repeat;
  background-size: 100%;
  width: 185px;
  height: 185px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body footer .copy {
  background-color: #232323;
  padding: 15px 0;
  color: #aeaeae;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.25px;
}
body footer .copy a {
  color: #aeaeae;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
body footer .copy a:hover {
  color: #2ca1b5;
}
body footer .copy img {
  margin-right: 5px;
}
body footer .copy .container {
  max-width: 1800px;
}
body.page-id-6 main section.haut {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
body.page-id-6 main section.haut .contenu {
  height: 100%;
}
body.page-id-6 main section.haut .contenu .reseaux {
  display: flex;
  align-items: center;
  position: absolute;
  top: 56%;
  right: 60px;
  z-index: 2;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: right;
}
body.page-id-6 main section.haut .contenu .reseaux p {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4.2px;
}
body.page-id-6 main section.haut .contenu .reseaux p i {
  margin-right: 10px;
}
body.page-id-6 main section.haut .contenu .reseaux a {
  display: block;
  color: #fff;
}
body.page-id-6 main section.haut .contenu .reseaux a:hover {
  color: #c080bf;
}
body.page-id-6 main section.haut .contenu .reseaux a i {
  margin-right: 30px;
  transform: rotate(90deg);
  font-size: 18px;
}
body.page-id-6 main section.haut .contenu .scroll {
  display: table;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  animation-duration: 2s;
  width: 42px;
}
body.page-id-6 main section.haut .contenu .scroll:hover svg {
  fill: #c080bf;
}
body.page-id-6 main section.haut .contenu .scroll svg {
  fill: #fff;
  width: 42px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 main section.haut .contenu .owl-carousel {
  height: 100%;
  position: relative;
}
body.page-id-6 main section.haut .contenu .owl-carousel:before {
  content: "";
  background: #20417f;
  background: -webkit-linear-gradient(left,#20417f 0%,#008c9d 100%);
  background: -o-linear-gradient(left,#20417f 0%,#008c9d 100%);
  background: linear-gradient(to right,#20417f 0%,#008c9d 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .85;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-stage-outer {
  height: 100%;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 2;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot {
  position: relative;
  margin-bottom: 50px;
  display: block;
  counter-increment: slide-number;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:last-of-type {
  margin-bottom: 0;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:focus {
  outline: none;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:after {
  content: "0" counter(slide-number) "";
  color: #fff;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:before {
  content: "";
  width: 12px;
  height: 1px;
  margin-right: 7px;
  background-color: #c080bf;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:hover:after {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:hover:before {
  content: "";
  opacity: 1;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot.active:after {
  font-weight: 400;
  color: #c080bf;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot.active:before {
  content: "";
  opacity: 1;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-nav {
  position: absolute;
  width: 53px;
  bottom: 55px;
  left: 50px;
  z-index: 2;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev {
  left: 0;
  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;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev:hover {
  left: -10px;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-next {
  right: 0;
  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;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-next:hover {
  right: -10px;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
  transform: rotate(180deg);
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev:after {
  content: "";
  background: #8374b3;
  background: -webkit-linear-gradient(bottom,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(bottom,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to top,#8374b3 0%,#c080bf 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 42px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-next:after {
  content: "";
  background: #8374b3;
  background: -webkit-linear-gradient(bottom,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(bottom,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to top,#8374b3 0%,#c080bf 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 42px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev,
body.page-id-6 main section.haut .contenu .owl-carousel .owl-next {
  position: absolute;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev span,
body.page-id-6 main section.haut .contenu .owl-carousel .owl-next span {
  display: none;
}
body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev:focus,
body.page-id-6 main section.haut .contenu .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-id-6 main section.haut .contenu .media {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-id-6 main section.haut .contenu .media2 {
  background-size: 100%;
  width: 916px;
  height: 731px;
  position: absolute;
  transform: translateY(-47%);
}
body.page-id-6 main section.haut .contenu .encart {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 1610px;
  padding: 0 170px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
body.page-id-6 main section.haut .contenu .encart .container {
  max-width: 100%;
  padding: 0;
}
body.page-id-6 main section.haut .contenu .encart .titre p {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #d58ed4;
}
body.page-id-6 main section.haut .contenu .encart .titre p strong {
  color: #fff;
  font-weight: 400;
}
body.page-id-6 main section.haut .contenu .encart h1 {
  color: #fff;
  font-weight: 200;
  font-size: 58.4px;
  text-transform: uppercase;
  line-height: 1.2;
  display: table;
  margin-bottom: 15px;
}
body.page-id-6 main section.haut .contenu .encart h1 strong {
  font-weight: 800;
  font-size: 75px;
}
body.page-id-6 main section.haut .contenu .encart p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
body.page-id-6 main section.haut .contenu .encart ul {
  column-count: 2;
  width: 540px;
  max-width: 100%;
}
body.page-id-6 main section.haut .contenu .encart ul li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.7;
}
body.page-id-6 main section.haut .contenu .encart ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
  font-size: 4px;
  vertical-align: middle;
}
body.page-id-6 main section.haut .contenu .encart .bouton {
  margin-top: 30px;
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
}
body.page-id-6 main section.haut .contenu .encart .bouton span {
  color: #fff;
}
body.page-id-6 main section.haut .contenu .encart .bouton i {
  margin-left: 15px;
}
body.page-id-6 main section.haut .contenu .encart .bouton:before {
  background-color: #232323;
}
body.page-id-6 main section.secteurs {
  position: relative;
}
body.page-id-6 main section.secteurs:before {
  content: "";
  background-color: #f7f6fb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 447px;
}
body.page-id-6 main section.secteurs .contenu .first-title {
  text-align: center;
}
body.page-id-6 main section.secteurs .contenu .first-title h2 {
  color: #444444;
}
body.page-id-6 main section.secteurs .contenu .texte {
  margin-bottom: 90px;
  margin-top: 10px;
  text-align: center;
}
body.page-id-6 main section.secteurs .contenu .texte p {
  color: #2ea7b2;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}
body.page-id-6 main section.secteurs .contenu .texte p strong {
  font-weight: 400;
  text-transform: uppercase;
}
body.page-id-6 main section.informations {
  position: relative;
}
body.page-id-6 main section.informations:before {
  content: "";
  background: url(../img/motif2.png) no-repeat;
  background-size: 100%;
  width: 682px;
  height: 114px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
body.page-id-6 main section.informations .contenu .container {
  max-width: 100%;
}
body.page-id-6 main section.informations .contenu .item >.row {
  margin: 0;
}
body.page-id-6 main section.informations .contenu .content {
  background-color: #303842;
  overflow: hidden;
}
body.page-id-6 main section.informations .contenu .content .bloc {
  width: 720px;
  max-width: 100%;
  padding: 0 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-6 main section.informations .contenu .content .bloc .titre h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2ca1b5;
  line-height: 1.2;
  margin-bottom: 25px;
}
body.page-id-6 main section.informations .contenu .content .bloc .titre h2 em {
  color: #fff;
  font-weight: 600;
  font-size: 29px;
  font-style: normal;
}
body.page-id-6 main section.informations .contenu .content .bloc .texte p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 25px;
}
body.page-id-6 main section.informations .contenu .content .bloc .texte p em {
  font-size: 19px;
  font-weight: 500;
}
body.page-id-6 main section.informations .contenu .content .bloc .texte ul {
  column-count: 2;
  width: 540px;
  max-width: 100%;
  margin-top: 40px;
}
body.page-id-6 main section.informations .contenu .content .bloc .texte ul li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
body.page-id-6 main section.informations .contenu .content .bloc .texte ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2ca1b5;
  display: inline-block;
  margin-right: 12px;
  font-size: 4px;
  vertical-align: middle;
}
body.page-id-6 main section.informations .contenu .content .bloc .bouton {
  background-color: #2ca1b5;
  margin: 50px 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}
body.page-id-6 main section.informations .contenu .content .bloc .bouton span {
  color: #fff;
}
body.page-id-6 main section.informations .contenu .content .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-6 main section.informations .contenu .content .bloc .bouton:before {
  background-color: #fff;
}
body.page-id-6 main section.informations .contenu .content .bloc .bouton:hover span {
  color: #2ca1b5;
}
body.page-id-6 main section.informations .contenu .media {
  width: 100%;
  height: 950px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-id-6 main section.informations .contenu .owl-nav {
  position: absolute;
  width: 50px;
  bottom: 35px;
  left: 17px;
  z-index: 2;
}
body.page-id-6 main section.informations .contenu .owl-nav:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  top: -7px;
}
body.page-id-6 main section.informations .contenu .owl-prev {
  left: 0;
  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;
}
body.page-id-6 main section.informations .contenu .owl-prev:hover:after {
  background-color: #2368ab;
}
body.page-id-6 main section.informations .contenu .owl-next {
  right: 0;
  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;
}
body.page-id-6 main section.informations .contenu .owl-next:hover:after {
  background-color: #2368ab;
}
body.page-id-6 main section.informations .contenu .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
  transform: rotate(180deg);
}
body.page-id-6 main section.informations .contenu .owl-prev:after {
  content: "";
  background-color: #2ca1b5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 54px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 main section.informations .contenu .owl-next:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
}
body.page-id-6 main section.informations .contenu .owl-next:after {
  content: "";
  background-color: #2ca1b5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 54px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 main section.informations .contenu .owl-prev,
body.page-id-6 main section.informations .contenu .owl-next {
  position: absolute;
}
body.page-id-6 main section.informations .contenu .owl-prev span,
body.page-id-6 main section.informations .contenu .owl-next span {
  display: none;
}
body.page-id-6 main section.informations .contenu .owl-prev:focus,
body.page-id-6 main section.informations .contenu .owl-next:focus {
  outline: none;
}
body.page-id-6 main section.location {
  padding: 330px 0 200px;
}
body.page-id-6 main section.location .contenu .container {
  max-width: 1300px;
}
body.page-id-6 main section.location .contenu .content {
  background-color: #eff3f7;
  padding: 215px 0 100px;
  position: relative;
}
body.page-id-6 main section.location .contenu .content .media1 {
  position: absolute;
  top: -210px;
  left: -15px;
  background: url(../img/location1.png) no-repeat;
  background-size: 100%;
  width: 485px;
  height: 314px;
  z-index: 1;
}
body.page-id-6 main section.location .contenu .content .media2 {
  position: absolute;
  top: -205px;
  right: -35px;
  background: url(../img/location2.png) no-repeat;
  background-size: 100%;
  width: 504px;
  height: 331px;
  z-index: 1;
}
body.page-id-6 main section.location .contenu .content .media3 {
  position: absolute;
  bottom: -80px;
  left: -195px;
  background: url(../img/location3.png) no-repeat;
  background-size: 100%;
  width: 451px;
  height: 482px;
  z-index: 1;
}
body.page-id-6 main section.location .contenu .content .media4 {
  position: absolute;
  bottom: -90px;
  right: -160px;
  background: url(../img/location4.png) no-repeat;
  background-size: 100%;
  width: 283px;
  height: 440px;
  z-index: 1;
}
body.page-id-6 main section.location .contenu .content .bloc {
  width: 840px;
  padding: 0 30px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
body.page-id-6 main section.location .contenu .content .bloc .first-title {
  text-align: center;
}
body.page-id-6 main section.location .contenu .content .bloc .first-title h2 {
  color: #444444;
  margin-bottom: 25px;
}
body.page-id-6 main section.location .contenu .content .bloc p {
  color: #57555b;
  font-size: 19px;
}
body.page-id-6 main section.location .contenu .content .bloc p p {
  font-weight: 600;
}
body.page-id-6 main section.location .contenu .content .bloc .groupe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
body.page-id-6 main section.location .contenu .content .bloc .bouton {
  background-color: #2ca1b5;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 12px;
}
body.page-id-6 main section.location .contenu .content .bloc .bouton span {
  color: #fff;
}
body.page-id-6 main section.location .contenu .content .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-6 main section.location .contenu .content .bloc .bouton:before {
  background-color: #20417f;
}
body.page-id-6 main section.location .contenu .content .bloc .bouton:hover span {
  color: #fff;
}
body.page-id-6 main section.maintenance {
  background: #113c71;
  background: -webkit-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: -o-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: linear-gradient(to right,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  padding: 120px 0 110px;
  position: relative;
  overflow: hidden;
}
body.page-id-6 main section.maintenance:before {
  content: "";
  background: url(../img/motif3.png);
  background-attachment: fixed;
  width: 1959px;
  height: 2152px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-6 main section.maintenance .contenu .container {
  max-width: 1260px;
}
body.page-id-6 main section.maintenance .contenu .first-title {
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin: auto;
}
body.page-id-6 main section.maintenance .contenu .first-title h2 {
  color: #fff;
  margin-bottom: 120px;
}
body.page-id-6 main section.maintenance .contenu .first-title h2 em {
  line-height: 1.1;
}
body.page-id-6 main section.maintenance .contenu .bloc {
  margin-bottom: 110px;
}
body.page-id-6 main section.maintenance .contenu .bloc figure {
  height: 120px;
  margin-bottom: 0;
}
body.page-id-6 main section.maintenance .contenu .bloc .visuel {
  display: table;
  margin: auto;
  position: relative;
  z-index: 1;
}
body.page-id-6 main section.maintenance .contenu .bloc .visuel:before {
  content: "";
  background-color: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: -1;
}
body.page-id-6 main section.maintenance .contenu .bloc .visuel:after {
  content: "";
  background-color: #fff;
  width: 124px;
  height: 124px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: -1;
  opacity: .12;
}
body.page-id-6 main section.maintenance .contenu .bloc h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
body.page-id-6 main section.maintenance .contenu .bloc p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
body.page-id-6 main section.maintenance .contenu .bouton {
  background-color: #2ca1b5;
  border-radius: 10px;
  overflow: hidden;
  display: table;
  margin: -20px auto 0;
}
body.page-id-6 main section.maintenance .contenu .bouton span {
  color: #fff;
}
body.page-id-6 main section.maintenance .contenu .bouton i {
  margin-left: 15px;
}
body.page-id-6 main section.maintenance .contenu .bouton:before {
  background-color: #fff;
}
body.page-id-6 main section.maintenance .contenu .bouton:hover span {
  color: #2ca1b5;
}
body.page-id-6 main section.impression {
  padding: 100px 0;
  position: relative;
}
body.page-id-6 main section.impression .parallax-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-6 main section.impression .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(48,56,66,0.96);
}
body.page-id-6 main section.impression .contenu {
  text-align: center;
}
body.page-id-6 main section.impression .contenu .container {
  max-width: 1300px;
}
body.page-id-6 main section.impression .contenu .first-title {
  text-align: center;
  margin: auto;
}
body.page-id-6 main section.impression .contenu .first-title h2 {
  color: #fff;
  margin-bottom: 50px;
}
body.page-id-6 main section.impression .contenu .first-title h2 em {
  line-height: 1.4;
  color: #2ca1b5;
}
body.page-id-6 main section.impression .contenu .texte {
  width: 960px;
  max-width: 100%;
  margin: auto;
}
body.page-id-6 main section.impression .contenu .texte p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}
body.page-id-6 main section.impression .contenu .bouton {
  background-color: #2ca1b5;
  border-radius: 10px;
  overflow: hidden;
  display: table;
  margin: 70px auto 0;
}
body.page-id-6 main section.impression .contenu .bouton span {
  color: #fff;
}
body.page-id-6 main section.impression .contenu .bouton i {
  margin-left: 15px;
}
body.page-id-6 main section.impression .contenu .bouton:before {
  background-color: #fff;
}
body.page-id-6 main section.impression .contenu .bouton:hover span {
  color: #2ca1b5;
}
body.page-id-6 main section.actus {
  padding: 100px 0;
}
body.page-id-6 main section.actus .contenu .container {
  max-width: 1300px;
}
body.page-id-6 main section.actus .contenu .first-title {
  text-align: center;
}
body.page-id-6 main section.actus .contenu .first-title h2 {
  color: #394047;
  margin-bottom: 40px;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.6;
}
body.page-id-6 main section.actus .contenu .first-title h2 em {
  text-transform: none;
  letter-spacing: 0;
  font-size: 42px;
}
body.page-id-6 main section.actus .contenu .left .content .visuel img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
body.page-id-6 main section.actus .contenu .left .content .bloc {
  box-shadow: 0 6px 9px rgba(0,0,0,0.1);
  padding: 55px 55px 45px;
  text-align: center;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .top {
  height: 140px;
  overflow: hidden;
  margin-bottom: 30px;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .top h3 {
  color: #394047;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .top p {
  color: #7b7880;
  line-height: 1.7;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .bouton {
  background-color: #2ca1b5;
  overflow: hidden;
  display: table;
  margin: auto;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .bouton span {
  color: #fff;
  height: 38px;
  text-transform: none;
  padding: 0 30px;
  font-size: 15px;
  letter-spacing: .75px;
  font-weight: 400;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .bouton:before {
  background-color: #20417f;
}
body.page-id-6 main section.actus .contenu .left .content .bloc .bouton:hover span {
  color: #fff;
}
body.page-id-6 main section.actus .contenu .right .content {
  margin-bottom: 30px;
}
body.page-id-6 main section.actus .contenu .right .content:first-of-type {
  display: none;
}
body.page-id-6 main section.actus .contenu .right .content:last-of-type {
  margin-bottom: 0;
}
body.page-id-6 main section.actus .contenu .right .content .visuel {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
body.page-id-6 main section.actus .contenu .right .content .visuel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.page-id-6 main section.actus .contenu .right .content .bloc {
  padding: 55px 0 31px;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .top {
  height: 125px;
  overflow: hidden;
  margin-bottom: 30px;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .top h3 {
  color: #394047;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .top p {
  color: #7b7880;
  line-height: 1.7;
  margin-bottom: 0;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .bouton {
  background-color: #2ca1b5;
  overflow: hidden;
  display: table;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .bouton span {
  color: #fff;
  height: 38px;
  text-transform: none;
  padding: 0 30px;
  font-size: 15px;
  letter-spacing: .75px;
  font-weight: 400;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .bouton:before {
  background-color: #20417f;
}
body.page-id-6 main section.actus .contenu .right .content .bloc .bouton:hover span {
  color: #fff;
}
body.page-id-6 main section.actus .contenu .lien {
  color: #70767a;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 3.5px;
  display: table;
  margin: 55px auto 0;
}
body.page-id-6 main section.actus .contenu .lien i {
  margin-left: 15px;
}
body.page-id-6 main section.actus .contenu .lien:hover {
  color: #2ca1b5;
  letter-spacing: 6px;
}
body.page-id-9 main section.professionnels .contenu {
  padding: 120px 0;
  position: relative;
}
body.page-id-9 main section.professionnels .contenu .container {
  max-width: 1530px;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel {
  height: 100%;
  position: absolute;
  top: 0;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-stage-outer {
  height: 100%;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-nav {
  position: absolute;
  width: 50px;
  bottom: 90px;
  left: 102px;
  z-index: 2;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-nav:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  top: -7px;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-prev {
  left: 0;
  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;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-prev:hover:after {
  background-color: #2368ab;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-next {
  right: 0;
  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;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-next:hover:after {
  background-color: #2368ab;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
  transform: rotate(180deg);
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-prev:after {
  content: "";
  background-color: #2ca1b5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 54px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-next:after {
  content: "";
  background-color: #2ca1b5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 54px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-prev,
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-next {
  position: absolute;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-prev span,
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-next span {
  display: none;
}
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-prev:focus,
body.page-id-9 main section.professionnels .contenu .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-id-9 main section.professionnels .contenu .media {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-id-9 main section.professionnels .contenu .bloc {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 90px;
  width: 780px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
body.page-id-9 main section.professionnels .contenu .bloc h2 {
  color: #4c4c4c;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}
body.page-id-9 main section.professionnels .contenu .bloc h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-9 main section.professionnels .contenu .bloc p {
  color: #7b7880;
}
body.page-id-9 main section.professionnels .contenu .bloc p strong {
  font-weight: 600;
}
body.page-id-9 main section.professionnels .contenu .bloc p:last-of-type {
  margin-bottom: 0;
}
body.page-id-9 main section.choix .contenu {
  padding: 120px 0;
  position: relative;
}
body.page-id-9 main section.choix .contenu .container {
  max-width: 1320px;
}
body.page-id-9 main section.choix .contenu .owl-carousel {
  height: 100%;
  position: absolute;
  top: 0;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-stage-outer {
  height: 100%;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-nav {
  position: absolute;
  width: 50px;
  bottom: 90px;
  right: 102px;
  z-index: 2;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-nav:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  top: -7px;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-prev {
  left: 0;
  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;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-prev:hover:after {
  background-color: #2368ab;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-next {
  right: 0;
  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;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-next:hover:after {
  background-color: #2368ab;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
  transform: rotate(180deg);
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-prev:after {
  content: "";
  background-color: #2ca1b5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 54px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-next:before {
  content: "";
  display: block;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-next:after {
  content: "";
  background-color: #2ca1b5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42px;
  height: 54px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-prev,
body.page-id-9 main section.choix .contenu .owl-carousel .owl-next {
  position: absolute;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-prev span,
body.page-id-9 main section.choix .contenu .owl-carousel .owl-next span {
  display: none;
}
body.page-id-9 main section.choix .contenu .owl-carousel .owl-prev:focus,
body.page-id-9 main section.choix .contenu .owl-carousel .owl-next:focus {
  outline: none;
}
body.page-id-9 main section.choix .contenu .media {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-id-9 main section.choix .contenu .bloc {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 90px 130px;
  width: 810px;
  max-width: 100%;
}
body.page-id-9 main section.choix .contenu .bloc h2 {
  color: #4c4c4c;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}
body.page-id-9 main section.choix .contenu .bloc h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-9 main section.choix .contenu .bloc .texte {
  display: table;
}
body.page-id-9 main section.choix .contenu .bloc ul li {
  color: #7b7880;
  font-size: 17px;
  margin-bottom: 2px;
}
body.page-id-9 main section.choix .contenu .bloc ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2ca1b5;
  display: inline-block;
  margin-right: 12px;
  font-size: 7px;
  vertical-align: middle;
}
body.page-id-9 main section.equipe {
  padding: 100px 0 0;
}
body.page-id-9 main section.equipe .contenu .titre {
  text-align: center;
}
body.page-id-9 main section.equipe .contenu .titre h2 {
  font-size: 50px;
  color: #444444;
  font-weight: 700;
  letter-spacing: 8.25px;
  text-transform: uppercase;
}
body.page-id-9 main section.equipe .contenu .titre h3 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
body.page-id-9 main section.equipe .contenu .texte {
  text-align: center;
  width: 780px;
  max-width: 100%;
  margin: 0 auto 45px;
}
body.page-id-9 main section.equipe .contenu .texte p {
  color: #7b7880;
}
body.page-id-9 main section.equipe .contenu .texte p:last-of-type {
  margin-bottom: 0;
}
body.page-id-9 main section.equipe .contenu .titre2 {
  margin-bottom: 70px;
}
body.page-id-9 main section.equipe .contenu .titre2 h2 {
  font-size: 36px;
  color: #444444;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
body.page-id-9 main section.equipe .contenu .titre2 h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-9 main section.equipe .contenu .visuel {
  height: 580px;
  overflow: hidden;
  display: block;
}
body.page-id-9 main section.equipe .contenu .visuel:hover .media {
  transform: scale(1.1);
}
body.page-id-9 main section.equipe .contenu .visuel .media {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-11 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2368ab;
  background: -webkit-linear-gradient(left,#2368ab 0%,#3296d3 100%);
  background: -o-linear-gradient(left,#2368ab 0%,#3296d3 100%);
  background: linear-gradient(to right,#2368ab 0%,#3296d3 100%);
  opacity: .76;
}
body.page-id-11 main section.secteurs {
  background-color: #efeef3;
}
body.page-id-11 main section.atout {
  padding: 120px 0;
}
body.page-id-11 main section.atout .contenu .container {
  max-width: 1270px;
}
body.page-id-11 main section.atout .contenu .media {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 60px 0 0;
  position: relative;
}
body.page-id-11 main section.atout .contenu .media:before {
  content: "";
  background: url(../img/motif2.png) no-repeat;
  background-size: 100%;
  width: 597px;
  height: 165px;
  position: absolute;
  top: -30px;
  transform: translateY(-50%);
  left: -90px;
  right: 0;
  z-index: 1;
  margin: auto;
  transform: rotate(-7deg);
}
body.page-id-11 main section.atout .contenu .bloc {
  padding: 50px 0;
}
body.page-id-11 main section.atout .contenu .bloc h2 {
  color: #4c4c4c;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}
body.page-id-11 main section.atout .contenu .bloc h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-11 main section.atout .contenu .bloc .texte p {
  color: #7b7880;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 25px;
}
body.page-id-11 main section.atout .contenu .bloc a {
  display: table;
  font-size: 20px;
  font-weight: 600;
  color: #3d3d3d;
}
body.page-id-11 main section.atout .contenu .bloc a:hover {
  color: #2ca1b5;
}
body.page-id-11 main section.atout .contenu .bloc a i {
  margin-right: 5px;
  color: #2ca1b5;
}
body.page-id-11 main section.location {
  background: #113c71;
  background: -webkit-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: -o-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: linear-gradient(to right,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  padding: 140px 0 100px;
  position: relative;
}
body.page-id-11 main section.location .contenu {
  text-align: center;
}
body.page-id-11 main section.location .contenu .bloc {
  position: relative;
  display: table;
  margin: auto;
}
body.page-id-11 main section.location .contenu .bloc .media1 {
  position: absolute;
  top: -40px;
  right: -710px;
  background: url(../img/media5.png) no-repeat;
  background-size: 100%;
  width: 571px;
  height: 370px;
  z-index: 1;
}
body.page-id-11 main section.location .contenu .bloc .media3 {
  position: absolute;
  top: -50px;
  left: -590px;
  background: url(../img/media6.png) no-repeat;
  background-size: 100%;
  width: 496px;
  height: 539px;
  z-index: 1;
}
body.page-id-11 main section.location .contenu .bloc h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}
body.page-id-11 main section.location .contenu .bloc .texte {
  width: 520px;
  max-width: 100%;
  margin: auto;
}
body.page-id-11 main section.location .contenu .bloc p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
body.page-id-11 main section.location .contenu .bloc .bouton {
  background-color: #2ca1b5;
  margin: 50px auto 0;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}
body.page-id-11 main section.location .contenu .bloc .bouton span {
  color: #fff;
  padding: 0 50px;
}
body.page-id-11 main section.location .contenu .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-11 main section.location .contenu .bloc .bouton:before {
  background-color: #fff;
}
body.page-id-11 main section.location .contenu .bloc .bouton:hover span {
  color: #2ca1b5;
}
body.page-id-11 main section.avantages {
  padding: 165px 0 110px;
  overflow: hidden;
  position: relative;
}
body.page-id-11 main section.avantages:before {
  content: "";
  background: url(../img/motif5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  width: 2024px;
  height: 512px;
  animation: pulse 7s infinite;
}
body.page-id-11 main section.avantages .contenu .container {
  max-width: 100%;
}
body.page-id-11 main section.avantages .contenu h2 {
  color: #444444;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
body.page-id-11 main section.avantages .contenu h3 {
  text-transform: uppercase;
  color: #444444;
  font-size: 25px;
  letter-spacing: 2.125px;
  text-align: center;
  margin-bottom: 0;
}
body.page-id-11 main section.avantages .contenu .liste {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 210px;
}
body.page-id-11 main section.avantages .contenu .liste .item {
  width: 30%;
}
body.page-id-11 main section.avantages .contenu .liste .visuel {
  width: 40%;
  text-align: center;
}
body.page-id-11 main section.avantages .contenu .liste .visuel img {
  z-index: -1;
  position: relative;
}
body.page-id-11 main section.avantages .contenu .liste .texte {
  margin-bottom: 70px;
}
body.page-id-11 main section.avantages .contenu .liste .texte:last-of-type {
  margin-bottom: 0;
}
body.page-id-11 main section.avantages .contenu .liste h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 21px;
  color: #394047;
}
body.page-id-11 main section.avantages .contenu .liste p {
  color: #7b7880;
  font-size: 17px;
  margin-bottom: 0;
}
body.page-id-11 main section.avantages .contenu .liste .gauche {
  text-align: right;
  padding-right: 75px;
}
body.page-id-11 main section.avantages .contenu .liste .droite {
  padding-left: 75px;
}
body.page-id-13 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #228493;
  background: -webkit-linear-gradient(left,#228493 0%,#33b8c1 100%);
  background: -o-linear-gradient(left,#228493 0%,#33b8c1 100%);
  background: linear-gradient(to right,#228493 0%,#33b8c1 100%);
  opacity: .76;
}
body.page-id-13 main section.secteurs {
  background-color: #efeef3;
}
body.page-id-13 main section.atout {
  padding: 120px 0;
}
body.page-id-13 main section.atout .contenu .container {
  max-width: 1270px;
}
body.page-id-13 main section.atout .contenu .media {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 60px 0 0;
  position: relative;
}
body.page-id-13 main section.atout .contenu .media:before {
  content: "";
  background: url(../img/motif2.png) no-repeat;
  background-size: 100%;
  width: 597px;
  height: 165px;
  position: absolute;
  top: -30px;
  transform: translateY(-50%);
  left: -90px;
  right: 0;
  z-index: 1;
  margin: auto;
  transform: rotate(-7deg);
}
body.page-id-13 main section.atout .contenu .bloc {
  padding: 50px 0;
}
body.page-id-13 main section.atout .contenu .bloc h2 {
  color: #4c4c4c;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}
body.page-id-13 main section.atout .contenu .bloc h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-13 main section.atout .contenu .bloc .texte p {
  color: #7b7880;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 25px;
}
body.page-id-13 main section.atout .contenu .bloc a {
  display: table;
  font-size: 20px;
  font-weight: 600;
  color: #3d3d3d;
}
body.page-id-13 main section.atout .contenu .bloc a:hover {
  color: #2ca1b5;
}
body.page-id-13 main section.atout .contenu .bloc a i {
  margin-right: 5px;
  color: #2ca1b5;
}
body.page-id-13 main section.location {
  background: #113c71;
  background: -webkit-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: -o-linear-gradient(left,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  background: linear-gradient(to right,#113c71 0%,#a5a2cd 50%,#8b4989 100%);
  padding: 140px 0 100px;
  position: relative;
}
body.page-id-13 main section.location .contenu {
  text-align: center;
}
body.page-id-13 main section.location .contenu .bloc {
  position: relative;
  display: table;
  margin: auto;
}
body.page-id-13 main section.location .contenu .bloc .media1 {
  position: absolute;
  top: -180px;
  left: -510px;
  background: url(../img/media7.png) no-repeat;
  background-size: 100%;
  width: 437px;
  height: 538px;
  z-index: 1;
}
body.page-id-13 main section.location .contenu .bloc .media3 {
  position: absolute;
  top: -180px;
  right: -530px;
  background: url(../img/media8.png) no-repeat;
  background-size: 100%;
  width: 437px;
  height: 538px;
  z-index: 1;
}
body.page-id-13 main section.location .contenu .bloc h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}
body.page-id-13 main section.location .contenu .bloc .texte {
  width: 520px;
  max-width: 100%;
  margin: auto;
}
body.page-id-13 main section.location .contenu .bloc p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
body.page-id-13 main section.location .contenu .bloc .bouton {
  background-color: #2ca1b5;
  margin: 50px auto 0;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}
body.page-id-13 main section.location .contenu .bloc .bouton span {
  color: #fff;
  padding: 0 50px;
}
body.page-id-13 main section.location .contenu .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-13 main section.location .contenu .bloc .bouton:before {
  background-color: #fff;
}
body.page-id-13 main section.location .contenu .bloc .bouton:hover span {
  color: #2ca1b5;
}
body.page-id-13 main section.avantages {
  padding: 165px 0 110px;
  overflow: hidden;
  position: relative;
}
body.page-id-13 main section.avantages:before {
  content: "";
  background: url(../img/motif5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  width: 2024px;
  height: 512px;
  animation: pulse 7s infinite;
}
body.page-id-13 main section.avantages .contenu .container {
  max-width: 100%;
}
body.page-id-13 main section.avantages .contenu h2 {
  color: #444444;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
body.page-id-13 main section.avantages .contenu h3 {
  text-transform: uppercase;
  color: #444444;
  font-size: 25px;
  letter-spacing: 2.125px;
  text-align: center;
  margin-bottom: 0;
}
body.page-id-13 main section.avantages .contenu .liste {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 210px;
}
body.page-id-13 main section.avantages .contenu .liste .item {
  width: 30%;
}
body.page-id-13 main section.avantages .contenu .liste .visuel {
  width: 40%;
  text-align: center;
}
body.page-id-13 main section.avantages .contenu .liste .visuel img {
  z-index: -1;
  position: relative;
}
body.page-id-13 main section.avantages .contenu .liste .texte {
  margin-bottom: 70px;
}
body.page-id-13 main section.avantages .contenu .liste .texte:last-of-type {
  margin-bottom: 0;
}
body.page-id-13 main section.avantages .contenu .liste h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 21px;
  color: #394047;
}
body.page-id-13 main section.avantages .contenu .liste p {
  color: #7b7880;
  font-size: 17px;
  margin-bottom: 0;
}
body.page-id-13 main section.avantages .contenu .liste .gauche {
  text-align: right;
  padding-right: 75px;
}
body.page-id-13 main section.avantages .contenu .liste .droite {
  padding-left: 75px;
}
body.page-id-15 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
  opacity: .76;
}
body.page-id-15 main section.presentation {
  padding: 120px 0;
}
body.page-id-15 main section.presentation .contenu .container {
  max-width: 1270px;
}
body.page-id-15 main section.presentation .contenu .media {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 60px 0 0;
  position: relative;
}
body.page-id-15 main section.presentation .contenu .media:before {
  content: "";
  background: url(../img/motif2.png) no-repeat;
  background-size: 100%;
  width: 597px;
  height: 165px;
  position: absolute;
  top: -30px;
  transform: translateY(-50%);
  left: -90px;
  right: 0;
  z-index: 1;
  margin: auto;
  transform: rotate(-7deg);
}
body.page-id-15 main section.presentation .contenu .bloc {
  padding: 50px 0;
}
body.page-id-15 main section.presentation .contenu .bloc h2 {
  color: #4c4c4c;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}
body.page-id-15 main section.presentation .contenu .bloc h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-15 main section.presentation .contenu .bloc .texte p {
  color: #7b7880;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 25px;
}
body.page-id-15 main section.presentation .contenu .bloc a {
  display: table;
  font-size: 20px;
  font-weight: 600;
  color: #3d3d3d;
}
body.page-id-15 main section.presentation .contenu .bloc a:hover {
  color: #2ca1b5;
}
body.page-id-15 main section.presentation .contenu .bloc a i {
  margin-right: 5px;
  color: #2ca1b5;
}
body.page-id-15 main section.maintenance {
  background-color: #f7f6fb;
  padding: 120px 0 160px;
}
body.page-id-15 main section.maintenance .contenu .container {
  max-width: 1315px;
}
body.page-id-15 main section.maintenance .contenu .first-title {
  text-align: center;
}
body.page-id-15 main section.maintenance .contenu .first-title h2 {
  color: #444444;
  margin-bottom: 100px;
}
body.page-id-15 main section.maintenance .contenu ul li {
  counter-increment: slide-number;
  position: relative;
  margin-bottom: 50px;
}
body.page-id-15 main section.maintenance .contenu ul li:last-child {
  margin-bottom: 0;
}
body.page-id-15 main section.maintenance .contenu ul li:nth-child(2n) .liste {
  flex-direction: row-reverse;
}
body.page-id-15 main section.maintenance .contenu ul li:nth-child(2n) .liste p {
  text-align: right;
  margin: 0 0 0 auto;
}
body.page-id-15 main section.maintenance .contenu ul li h3 {
  font-size: 42px;
  color: #444444;
  font-weight: 700;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  display: table;
}
body.page-id-15 main section.maintenance .contenu ul li h3:before {
  content: "0" counter(slide-number) "";
  color: #31b7cd;
  position: absolute;
  font-size: 173px;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  letter-spacing: 17.3px;
  z-index: -1;
  bottom: 40px;
  line-height: 0;
  left: 80px;
}
body.page-id-15 main section.maintenance .contenu ul li p {
  color: #7b7880;
  line-height: 1.7;
  width: 360px;
  max-width: 100%;
  margin-bottom: 0;
}
body.page-id-15 main section.maintenance .contenu .liste {
  display: flex;
  align-items: center;
}
body.page-id-15 main section.maintenance .contenu .liste .item {
  width: 35%;
}
body.page-id-15 main section.maintenance .contenu .liste .visuel {
  width: 30%;
}
body.page-id-15 main section.maintenance .contenu .liste .visuel .media {
  position: relative;
  z-index: 1;
  display: table;
  margin: auto;
}
body.page-id-15 main section.maintenance .contenu .liste .visuel .media:before {
  content: "";
  background-color: #fff;
  width: 230px;
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  border-radius: 50%;
}
body.page-id-15 main section.maintenance .contenu .liste .visuel .media img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  object-fit: cover;
}
body.page-id-15 main section.maintenance .contenu .liste h3 {
  font-size: 50px;
  color: #444444;
  font-weight: 700;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.page-id-15 main section.maintenance .contenu .liste p {
  color: #7b7880;
  line-height: 1.7;
}
body.page-id-15 main section.maintenance .contenu .bouton {
  background-color: #2ca1b5;
  margin: 100px auto 0;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}
body.page-id-15 main section.maintenance .contenu .bouton span {
  color: #fff;
  padding: 0 35px;
}
body.page-id-15 main section.maintenance .contenu .bouton i {
  margin-left: 15px;
}
body.page-id-15 main section.maintenance .contenu .bouton:before {
  background-color: #20417f;
}
body.page-id-15 main section.maintenance .contenu .bouton:hover span {
  color: #fff;
}
body.page-id-15 main section.team {
  position: relative;
  padding: 80px 0;
}
body.page-id-15 main section.team .parallax-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-15 main section.team .contenu {
  text-align: center;
}
body.page-id-15 main section.team .contenu h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  padding-top: 35px;
  margin-bottom: 0;
}
body.page-id-15 main section.team .contenu .bouton {
  background-color: #0d8ae7;
  margin: 25px auto 0;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}
body.page-id-15 main section.team .contenu .bouton span {
  color: #fff;
  padding: 0 35px;
}
body.page-id-15 main section.team .contenu .bouton i {
  margin-left: 15px;
}
body.page-id-15 main section.team .contenu .bouton:before {
  background-color: #fff;
}
body.page-id-15 main section.team .contenu .bouton:hover span {
  color: #0d8ae7;
}
body.page-id-17 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42,155,174,0.8);
}
body.page-id-17 main section.articles {
  padding: 110px 0 30px;
}
body.page-id-17 main section.articles .contenu .container {
  max-width: 1530px;
}
body.page-id-17 main section.articles .contenu .texteP {
  text-align: center;
  margin: 0 auto 100px;
  display: table;
  width: 415px;
  max-width: 100%;
}
body.page-id-17 main section.articles .contenu .texteP p {
  font-size: 17px;
  color: #7b7880;
  margin-bottom: 0;
}
body.page-id-17 main section.articles .contenu .content {
  padding: 0 30px;
}
body.page-id-17 main section.articles .contenu a {
  display: block;
  box-shadow: 2px 6px 9px rgba(0,0,0,0.1);
  margin-bottom: 70px;
  position: relative;
}
body.page-id-17 main section.articles .contenu a:hover .visuel img {
  transform: scale(1.1);
}
body.page-id-17 main section.articles .contenu a:hover .visuel .figure >div:before {
  height: 100%;
}
body.page-id-17 main section.articles .contenu a:hover .visuel .figure >div:after {
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}
body.page-id-17 main section.articles .contenu a:hover .bloc .top h3 {
  color: #2ca1b5;
}
body.page-id-17 main section.articles .contenu a .visuel {
  overflow: hidden;
  position: relative;
}
body.page-id-17 main section.articles .contenu a .visuel:before {
  content: "";
  background-color: #fff;
  width: 2px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  position: absolute;
  z-index: 2;
  opacity: .45;
}
body.page-id-17 main section.articles .contenu a .visuel:after {
  content: "";
  background-color: #fff;
  width: 2px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  position: absolute;
  z-index: 2;
  opacity: .45;
}
body.page-id-17 main section.articles .contenu a .visuel .figure:before {
  content: "";
  background-color: #fff;
  height: 2px;
  top: 15px;
  left: 15px;
  right: 15px;
  position: absolute;
  z-index: 2;
  opacity: .45;
}
body.page-id-17 main section.articles .contenu a .visuel .figure:after {
  content: "";
  background-color: #fff;
  height: 2px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  position: absolute;
  z-index: 2;
  opacity: .45;
}
body.page-id-17 main section.articles .contenu a .visuel .figure >div:before {
  content: "";
  background-color: rgba(42,155,174,0.67);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-17 main section.articles .contenu a .visuel .figure >div:after {
  content: "";
  background: url(../img/croix.jpg) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(0deg);
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-17 main section.articles .contenu a .visuel img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-17 main section.articles .contenu a .bloc {
  padding: 35px 30px 38px;
}
body.page-id-17 main section.articles .contenu a .bloc .top {
  height: 105px;
  overflow: hidden;
}
body.page-id-17 main section.articles .contenu a .bloc .top h3 {
  color: #394047;
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 12px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-17 main section.articles .contenu a .bloc .top p {
  color: #7b7880;
  line-height: 1.4;
  text-transform: none;
  font-size: 15px;
}
body.page-id-17 main section.articles .contenu a .bloc .bouton {
  background-color: #2ca1b5;
  overflow: hidden;
  display: table;
  margin: auto;
}
body.page-id-17 main section.articles .contenu a .bloc .bouton span {
  color: #fff;
  height: 38px;
  text-transform: none;
  padding: 0 30px;
  font-size: 15px;
  letter-spacing: .75px;
  font-weight: 400;
}
body.page-id-17 main section.articles .contenu a .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-17 main section.articles .contenu a .bloc .bouton:before {
  background-color: #20417f;
}
body.page-id-17 main section.articles .contenu a .bloc .bouton:hover span {
  color: #fff;
}
body.single-post header .contenu .nav-menu ul li#menu-item-26 a:before {
  width: 100%;
}
body.single-post main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42,155,174,0.8);
}
body.single-post main section.article {
  padding: 60px 0 90px;
}
body.single-post main section.article .contenu .container {
  max-width: 1210px;
}
body.single-post main section.article .contenu .retour {
  font-weight: 500;
  color: #444444;
  font-size: 13px;
  letter-spacing: 2.6px;
  margin-bottom: 50px;
  display: table;
}
body.single-post main section.article .contenu .retour:hover {
  color: #2ca1b5;
}
body.single-post main section.article .contenu .retour i {
  margin-right: 10px;
  font-size: 10px;
}
body.single-post main section.article .contenu .media {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.single-post main section.article .contenu img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
body.single-post main section.article .contenu .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
body.single-post main section.article .contenu .owl-prev {
  left: 28px;
  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;
}
body.single-post main section.article .contenu .owl-prev:hover:after {
  background-color: #2ca1b5;
}
body.single-post main section.article .contenu .owl-next {
  right: 28px;
  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;
}
body.single-post main section.article .contenu .owl-next:hover:after {
  background-color: #2ca1b5;
}
body.single-post main section.article .contenu .owl-prev:before {
  content: "";
  display: block;
  background: url(../img/arrow3.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 24px;
  transform: rotate(180deg);
}
body.single-post main section.article .contenu .owl-prev:after {
  content: "";
  background-color: #444444;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 69px;
  height: 69px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-post main section.article .contenu .owl-next:before {
  content: "";
  display: block;
  background: url(../img/arrow3.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 24px;
}
body.single-post main section.article .contenu .owl-next:after {
  content: "";
  background-color: #444444;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 69px;
  height: 69px;
  z-index: -1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-post main section.article .contenu .owl-prev,
body.single-post main section.article .contenu .owl-next {
  position: absolute;
}
body.single-post main section.article .contenu .owl-prev span,
body.single-post main section.article .contenu .owl-next span {
  display: none;
}
body.single-post main section.article .contenu .owl-prev:focus,
body.single-post main section.article .contenu .owl-next:focus {
  outline: none;
}
body.single-post main section.article .contenu .bloc {
  padding: 80px 0 0;
}
body.single-post main section.article .contenu .bloc h2 {
  display: table;
  margin: 0 auto 50px;
  padding-bottom: 45px;
  color: #444444;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
body.single-post main section.article .contenu .bloc h2:before {
  content: "";
  background-color: #2ca1b5;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.single-post main section.article .contenu .bloc p {
  line-height: 1.7;
  color: #7b7880;
  font-size: 17px;
  text-align: justify;
}
body.single-post main section.article .contenu .bloc p strong {
  font-weight: 600;
}
body.single-post main section.article .contenu .bloc span {
  display: table;
  margin: 120px auto 0;
  line-height: 1.7;
  color: #7b7880;
  font-size: 17px;
  font-style: italic;
}
body.page-id-19 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42,155,174,0.8);
}
body.page-id-19 main section.partenaires {
  padding: 130px 0 80px;
}
body.page-id-19 main section.partenaires .contenu .container {
  max-width: 1150px;
}
body.page-id-19 main section.partenaires .contenu h2 {
  text-align: center;
  font-size: 42px;
  color: #444444;
  margin-bottom: 15px;
  font-weight: 700;
}
body.page-id-19 main section.partenaires .contenu .texte {
  width: 490px;
  max-width: 100%;
  margin: 0 auto 60px;
}
body.page-id-19 main section.partenaires .contenu .texte p {
  color: #7b7880;
  margin-bottom: 0;
  text-align: center;
}
body.page-id-19 main section.partenaires .contenu .content {
  padding: 0 25px;
}
body.page-id-19 main section.partenaires .contenu .bloc {
  background-color: #fff;
  box-shadow: 3px 0 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
  margin-bottom: 40px;
}
body.page-id-19 main section.partenaires .contenu .bloc img {
  width: auto !important;
  height: auto;
  max-height: 90px;
  min-height: auto;
  max-width: 90%;
  margin: auto;
}
body.page-id-19 main section.references {
  padding: 0 0 80px;
}
body.page-id-19 main section.references .contenu .container {
  max-width: 1150px;
}
body.page-id-19 main section.references .contenu h2 {
  text-align: center;
  font-size: 42px;
  color: #444444;
  margin-bottom: 15px;
  font-weight: 700;
}
body.page-id-19 main section.references .contenu .texte {
  margin: 0 auto 60px;
}
body.page-id-19 main section.references .contenu .texte p {
  color: #7b7880;
  margin-bottom: 0;
  text-align: center;
}
body.page-id-19 main section.references .contenu .content {
  padding: 0 25px;
}
body.page-id-19 main section.references .contenu .bloc {
  background-color: #fff;
  box-shadow: 3px 0 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
  margin-bottom: 40px;
}
body.page-id-19 main section.references .contenu .bloc img {
  width: auto !important;
  height: auto;
  max-height: 90px;
  min-height: auto;
  max-width: 90%;
  margin: auto;
}
body.page-id-21 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42,155,174,0.8);
}
body.page-id-21 main section.recrutement {
  padding: 110px 0 80px;
}
body.page-id-21 main section.recrutement .contenu .container {
  max-width: 1230px;
}
body.page-id-21 main section.recrutement .contenu .titre {
  text-align: center;
}
body.page-id-21 main section.recrutement .contenu .titre h2 {
  font-size: 42px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 15px;
}
body.page-id-21 main section.recrutement .contenu .titre h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-21 main section.recrutement .contenu .texte {
  width: 570px;
  max-width: 100%;
  margin: 0 auto 100px;
}
body.page-id-21 main section.recrutement .contenu .texte p {
  color: #7b7880;
  text-align: center;
}
body.page-id-21 main section.recrutement .contenu .texte p:last-of-type {
  margin-bottom: 0;
}
body.page-id-21 main section.recrutement .contenu .nf-response-msg {
  text-align: center;
  margin-top: 50px;
}
body.page-id-21 main section.recrutement .contenu form .nf-form-fields-required {
  display: none;
}
body.page-id-21 main section.recrutement .contenu form .first-title h2 {
  color: #8c9dae;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.6;
}
body.page-id-21 main section.recrutement .contenu form .first-title h2 em {
  text-transform: none;
  letter-spacing: 0;
  font-size: 40px;
  color: #394047;
}
body.page-id-21 main section.recrutement .contenu form .nf-form-content {
  padding: 0;
  max-width: 100%;
}
body.page-id-21 main section.recrutement .contenu form .nf-field-container {
  margin-bottom: 35px;
}
body.page-id-21 main section.recrutement .contenu form .nf-cell {
  padding: 0 15px !important;
}
body.page-id-21 main section.recrutement .contenu form input {
  border: 0;
  background-color: #f7f6fb;
  height: 45px;
  padding: 0 25px;
  font-family: 'Poppins', sans-serif;
  color: #2ca1b5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.3px;
}
body.page-id-21 main section.recrutement .contenu form input::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #848484;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}
body.page-id-21 main section.recrutement .contenu form textarea {
  height: 230px;
  border: 0;
  background-color: #f7f6fb;
  padding: 15px 25px;
  font-family: 'Poppins', sans-serif;
  color: #2ca1b5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.3px;
}
body.page-id-21 main section.recrutement .contenu form textarea::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #848484;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}
body.page-id-21 main section.recrutement .contenu form .checkbox-container.label-right label:before {
  top: -8px;
}
body.page-id-21 main section.recrutement .contenu form #nf-label-field-16 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #7b7880;
  font-style: italic;
  cursor: pointer;
  line-height: 1.4;
}
body.page-id-21 main section.recrutement .contenu form #nf-label-field-16 .ninja-forms-req-symbol {
  display: none;
}
body.page-id-21 main section.recrutement .contenu form .files_uploaded {
  position: absolute;
  right: 0;
}
body.page-id-21 main section.recrutement .contenu form .files_uploaded p {
  color: #7b7880;
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
}
body.page-id-21 main section.recrutement .contenu form .files_uploaded a {
  color: #2ca1b5;
  font-weight: 500;
}
body.page-id-21 main section.recrutement .contenu form .files_uploaded a:hover {
  color: #7b7880;
}
body.page-id-21 main section.recrutement .contenu form .nf-fu-progress {
  background-color: #f7f6fb !important;
}
body.page-id-21 main section.recrutement .contenu form .nf-fu-progress-bar {
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
}
body.page-id-21 main section.recrutement .contenu form #nf-field-15-container {
  margin-bottom: 25px;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-16-container {
  margin-bottom: 25px;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-18-container {
  margin-bottom: 30px;
}
body.page-id-21 main section.recrutement .contenu form .nf-fu-progress {
  margin-bottom: 0;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-18-wrap button {
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
  cursor: pointer;
  border-radius: 10px;
  height: 60px;
  padding: 0 45px;
  box-shadow: none;
  margin-bottom: 15px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-18-wrap button span {
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-18-wrap button:hover {
  letter-spacing: 3.5px;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-18-wrap button:hover span {
  letter-spacing: 3.5px;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-18-wrap .nf-fu-button-cancel {
  background: #444444 !important;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-18-wrap .nf-fu-button-cancel:hover {
  letter-spacing: 1.95px !important;
  background: #232323 !important;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-17 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
  cursor: pointer;
  border-radius: 10px;
  height: 60px;
  padding: 0 45px;
  box-shadow: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-21 main section.recrutement .contenu form #nf-field-17:hover {
  letter-spacing: 5px;
}
body.page-id-21 main section.poste {
  background-color: #f7f6fb;
  padding: 110px 0 80px;
}
body.page-id-21 main section.poste .contenu .container {
  max-width: 1300px;
}
body.page-id-21 main section.poste .contenu .titre {
  text-align: center;
}
body.page-id-21 main section.poste .contenu .titre h2 {
  font-size: 42px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 80px;
}
body.page-id-21 main section.poste .contenu .titre h2 em {
  color: #2ca1b5;
  font-style: normal;
}
body.page-id-21 main section.poste .contenu .bloc {
  background-color: #fff;
  box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
  padding: 45px 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-id-21 main section.poste .contenu .bloc .top {
  height: 123px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
body.page-id-21 main section.poste .contenu .bloc .top:before {
  content: "";
  background: #ffffff;
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(rgba(255,255,255,0) 0%,#ffffff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 1;
}
body.page-id-21 main section.poste .contenu .bloc .top h3 {
  color: #394047;
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 12px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-21 main section.poste .contenu .bloc .top p {
  color: #7b7880;
  line-height: 1.4;
  text-transform: none;
  font-size: 15px;
}
body.page-id-21 main section.poste .contenu .bloc .bouton {
  background-color: #2ca1b5;
  overflow: hidden;
  display: table;
}
body.page-id-21 main section.poste .contenu .bloc .bouton span {
  color: #fff;
  height: 38px;
  text-transform: none;
  padding: 0 30px;
  font-size: 15px;
  letter-spacing: .75px;
  font-weight: 400;
}
body.page-id-21 main section.poste .contenu .bloc .bouton i {
  margin-left: 15px;
}
body.page-id-21 main section.poste .contenu .bloc .bouton:before {
  background-color: #20417f;
}
body.page-id-21 main section.poste .contenu .bloc .bouton:hover span {
  color: #fff;
}
body.single-emploi header .contenu .nav-menu ul li#menu-item-33 a:before {
  width: 100%;
}
body.single-emploi main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42,155,174,0.8);
}
body.single-emploi main section.emploi {
  padding: 60px 0 90px;
}
body.single-emploi main section.emploi .contenu .container {
  max-width: 1210px;
}
body.single-emploi main section.emploi .contenu .retour {
  font-weight: 500;
  color: #444444;
  font-size: 13px;
  letter-spacing: 2.6px;
  margin-bottom: 50px;
  display: table;
}
body.single-emploi main section.emploi .contenu .retour:hover {
  color: #2ca1b5;
}
body.single-emploi main section.emploi .contenu .retour i {
  margin-right: 10px;
  font-size: 10px;
}
body.single-emploi main section.emploi .contenu .bloc {
  padding: 0;
}
body.single-emploi main section.emploi .contenu .bloc h2 {
  display: table;
  margin: 0 auto 50px;
  padding-bottom: 45px;
  color: #444444;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
body.single-emploi main section.emploi .contenu .bloc h2:before {
  content: "";
  background-color: #2ca1b5;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.single-emploi main section.emploi .contenu .bloc h3 {
  display: table;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #444444;
  font-size: 20px;
  font-weight: 700;
}
body.single-emploi main section.emploi .contenu .bloc p {
  line-height: 1.7;
  color: #7b7880;
  font-size: 17px;
  text-align: justify;
}
body.single-emploi main section.emploi .contenu .bloc p strong {
  font-weight: 600;
}
body.single-emploi main section.emploi .contenu .bloc ul {
  margin-bottom: 20px;
}
body.single-emploi main section.emploi .contenu .bloc ul li {
  line-height: 1.7;
  color: #7b7880;
  font-size: 17px;
}
body.single-emploi main section.emploi .contenu .bloc ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2ca1b5;
  display: inline-block;
  margin-right: 12px;
  font-size: 7px;
  vertical-align: middle;
}
body.single-emploi main section.emploi .contenu .bouton {
  background-color: #2ca1b5;
  border-radius: 10px;
  overflow: hidden;
  display: table;
  margin: 70px auto 0;
}
body.single-emploi main section.emploi .contenu .bouton span {
  color: #fff;
}
body.single-emploi main section.emploi .contenu .bouton i {
  margin-left: 15px;
}
body.single-emploi main section.emploi .contenu .bouton:before {
  background-color: #20417f;
}
body.single-emploi main section.emploi .contenu .bouton:hover span {
  color: #fff;
}
body.page-id-23 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42,155,174,0.8);
}
body.page-id-23 main section.coordonnees {
  padding: 90px 0 75px;
  background-color: #f7f6fb;
}
body.page-id-23 main section.coordonnees .contenu .container {
  max-width: 1210px;
}
body.page-id-23 main section.coordonnees .contenu ul {
  display: flex;
  flex-wrap: wrap;
  width: 990px;
  max-width: 100%;
  margin: auto;
  justify-content: center;
}
body.page-id-23 main section.coordonnees .contenu ul li {
  padding: 0 20px;
  margin-bottom: 15px;
}
body.page-id-23 main section.coordonnees .contenu ul li p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
body.page-id-23 main section.coordonnees .contenu ul li a {
  font-weight: 600;
  color: #444444;
  text-transform: none;
}
body.page-id-23 main section.coordonnees .contenu ul li a:hover {
  color: #2ca1b5;
}
body.page-id-23 main section.coordonnees .contenu ul li i {
  margin-right: 10px;
  color: #2ca1b5;
  font-size: 18px;
}
body.page-id-23 main section.formulaire {
  padding: 80px 0 100px;
}
body.page-id-23 main section.formulaire .contenu .container {
  max-width: 1210px;
}
body.page-id-23 main section.formulaire .contenu .texte {
  width: 440px;
  max-width: 100%;
  margin: auto;
}
body.page-id-23 main section.formulaire .contenu .texte p {
  text-align: center;
  margin-bottom: 0;
  color: #7b7880;
  font-size: 17px;
}
body.page-id-23 main section.formulaire .contenu .reseau {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-id-23 main section.formulaire .contenu .reseau i {
  color: #2ca1b5;
  font-size: 35px;
  margin-right: 30px;
}
body.page-id-23 main section.formulaire .contenu .reseau .fa-linkedin:before {
  content: "\f08c" !important;
}
body.page-id-23 main section.formulaire .contenu .reseau p {
  color: #444444;
  font-size: 15px;
  margin-bottom: 0;
}
body.page-id-23 main section.formulaire .contenu .nf-response-msg {
  text-align: center;
  margin-top: 50px;
}
body.page-id-23 main section.formulaire .contenu form {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
body.page-id-23 main section.formulaire .contenu form:before {
  content: "";
  background: url(../img/motif6.png) no-repeat;
  background-size: 100%;
  width: 554px;
  height: 245px;
  position: absolute;
  bottom: -20px;
  right: -220px;
  z-index: -1;
  margin: auto;
}
body.page-id-23 main section.formulaire .contenu form .checkbox-container.label-right label:before {
  top: -8px;
}
body.page-id-23 main section.formulaire .contenu form .nf-form-fields-required {
  display: none;
}
body.page-id-23 main section.formulaire .contenu form .first-title h2 {
  color: #8c9dae;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.6;
}
body.page-id-23 main section.formulaire .contenu form .first-title h2 em {
  text-transform: none;
  letter-spacing: 0;
  font-size: 40px;
  color: #394047;
}
body.page-id-23 main section.formulaire .contenu form .nf-form-content {
  padding: 0;
  max-width: 100%;
}
body.page-id-23 main section.formulaire .contenu form .nf-field-container {
  margin-bottom: 35px;
}
body.page-id-23 main section.formulaire .contenu form .nf-cell {
  padding: 0 15px !important;
}
body.page-id-23 main section.formulaire .contenu form input {
  border: 0;
  background-color: #f7f6fb;
  height: 45px;
  padding: 0 25px;
  font-family: 'Poppins', sans-serif;
  color: #2ca1b5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.3px;
}
body.page-id-23 main section.formulaire .contenu form input::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #848484;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}
body.page-id-23 main section.formulaire .contenu form textarea {
  height: 230px;
  border: 0;
  background-color: #f7f6fb;
  padding: 15px 25px;
  font-family: 'Poppins', sans-serif;
  color: #2ca1b5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.3px;
}
body.page-id-23 main section.formulaire .contenu form textarea::placeholder {
  font-family: 'Poppins', sans-serif;
  color: #848484;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}
body.page-id-23 main section.formulaire .contenu form #nf-label-field-27 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #7b7880;
  font-style: italic;
  cursor: pointer;
  line-height: 1.4;
}
body.page-id-23 main section.formulaire .contenu form #nf-label-field-27 .ninja-forms-req-symbol {
  display: none;
}
body.page-id-23 main section.formulaire .contenu form #nf-field-15-container {
  margin-bottom: 25px;
}
body.page-id-23 main section.formulaire .contenu form #nf-field-16-container {
  margin-bottom: 25px;
}
body.page-id-23 main section.formulaire .contenu form #nf-field-18-container {
  margin-bottom: 30px;
}
body.page-id-23 main section.formulaire .contenu form #nf-field-28 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  background: #8374b3;
  background: -webkit-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: -o-linear-gradient(left,#8374b3 0%,#c080bf 100%);
  background: linear-gradient(to right,#8374b3 0%,#c080bf 100%);
  cursor: pointer;
  border-radius: 10px;
  height: 60px;
  padding: 0 45px;
  box-shadow: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-23 main section.formulaire .contenu form #nf-field-28:hover {
  letter-spacing: 5px;
}
body.page-id-23 main section.map .contenu .container {
  max-width: 100%;
  padding: 0;
}
body.page-id-23 main section.map .contenu iframe {
  width: 100%;
  height: 390px;
}
body.page-id-7 main section.bandeau_entete .overlay,
body.page-id-3 main section.bandeau_entete .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42,155,174,0.8);
}
body.page-id-7 main section.mentions,
body.page-id-3 main section.mentions {
  padding: 50px 0;
}
body.page-id-7 main section.mentions h3,
body.page-id-3 main section.mentions h3 {
  margin-top: 30px;
}
body.page-id-7 main section.mentions a,
body.page-id-3 main section.mentions a {
  color: #2ca1b5 !important;
  text-transform: none;
  font-size: 15px;
}
body.page-id-7 main section.mentions a:hover,
body.page-id-3 main section.mentions a:hover {
  color: #232323 !important;
}
@media (max-height: 750px) {
  body.page-id-6 main section.haut .contenu .encart {
    top: 64%;
  }
}
@media (min-width: 1361px) and (max-width: 1600px) {
  body .first-title h2 {
    font-size: 22px;
  }
  body .first-title h2 em {
    font-size: 45px;
  }
  body header .top {
    height: 45px;
  }
  body header .top ul li a {
    font-size: 13px;
  }
  body header .top ul li p {
    font-size: 13px;
  }
  body header .contenu .logo img {
    width: 245px;
  }
  body main section .bouton span {
    font-size: 13px;
  }
  body main section.bandeau_entete {
    height: 510px;
  }
  body main section.bandeau_entete .contenu {
    bottom: 100px;
  }
  body main section.bandeau_entete .contenu .first-title h1 {
    font-size: 55px;
  }
  body main section.secteurs .contenu .titre2 {
    font-size: 41px;
  }
  body main section.secteurs .contenu .bloc a .titre h3 {
    font-size: 18px;
  }
  body main section.informatique {
    padding: 130px 0 100px;
  }
  body main section.informatique .contenu .bloc .content h3 {
    font-size: 19px;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 em {
    font-size: 36px;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 em {
    font-size: 36px;
  }
  body main section.bandeau_chiffres .contenu .bloc p strong {
    font-size: 36px;
  }
  body footer .contenu h3 {
    font-size: 20px;
  }
  body.page-id-6 main section.haut .contenu .encart {
    top: 62%;
  }
  body.page-id-6 main section.haut .contenu .encart .titre p {
    font-size: 16px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 {
    font-size: 42px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 strong {
    font-size: 54px;
  }
  body.page-id-6 main section.haut .contenu .encart ul li {
    margin-bottom: 3px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot {
    margin-bottom: 40px;
  }
  body.page-id-6 main section.secteurs:before {
    height: 429px;
  }
  body.page-id-6 main section.informations:before {
    background-size: 90%;
    background-position: center;
  }
  body.page-id-6 main section.informations .contenu .media {
    height: 830px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 {
    font-size: 40px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 em {
    font-size: 26px;
  }
  body.page-id-6 main section.location .contenu .content .bloc p {
    font-size: 17px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc h3 {
    font-size: 21px;
  }
  body.page-id-6 main section.actus .contenu .first-title h2 em {
    font-size: 36px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top {
    height: 135px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top h3 {
    font-size: 24px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top {
    height: 123px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top h3 {
    font-size: 20px;
  }
  body.page-id-9 main section.professionnels .contenu .bloc h2 {
    font-size: 36px;
  }
  body.page-id-9 main section.choix .contenu .bloc h2 {
    font-size: 36px;
  }
  body.page-id-9 main section.equipe .contenu .titre h2 {
    font-size: 44px;
  }
  body.page-id-9 main section.equipe .contenu .titre h3 {
    font-size: 22px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 h2 {
    font-size: 32px;
  }
  body.page-id-9 main section.equipe .contenu .visuel {
    height: 500px;
  }
  body.page-id-11 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-11 main section.atout .contenu .bloc h2 {
    font-size: 36px;
  }
  body.page-id-11 main section.location .contenu .bloc h2 {
    font-size: 52px;
  }
  body.page-id-11 main section.avantages {
    padding: 140px 0 100px;
  }
  body.page-id-11 main section.avantages .contenu h2 {
    font-size: 45px;
  }
  body.page-id-11 main section.avantages .contenu h3 {
    font-size: 22px;
  }
  body.page-id-11 main section.avantages .contenu .liste {
    margin-top: 150px;
  }
  body.page-id-11 main section.avantages .contenu .liste .visuel {
    width: 55%;
  }
  body.page-id-11 main section.avantages .contenu .liste .item {
    width: 22.5%;
  }
  body.page-id-11 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste h4 {
    font-size: 19px;
  }
  body.page-id-11 main section.avantages .contenu .liste .texte {
    margin-bottom: 50px;
  }
  body.page-id-13 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-13 main section.atout .contenu .bloc h2 {
    font-size: 36px;
  }
  body.page-id-13 main section.location .contenu .bloc h2 {
    font-size: 52px;
  }
  body.page-id-13 main section.avantages {
    padding: 140px 0 100px;
  }
  body.page-id-13 main section.avantages .contenu h2 {
    font-size: 45px;
  }
  body.page-id-13 main section.avantages .contenu h3 {
    font-size: 22px;
  }
  body.page-id-13 main section.avantages .contenu .liste {
    margin-top: 150px;
  }
  body.page-id-13 main section.avantages .contenu .liste .visuel {
    width: 55%;
  }
  body.page-id-13 main section.avantages .contenu .liste .item {
    width: 22.5%;
  }
  body.page-id-13 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste h4 {
    font-size: 19px;
  }
  body.page-id-13 main section.avantages .contenu .liste .texte {
    margin-bottom: 50px;
  }
  body.page-id-15 main section.presentation .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-15 main section.presentation .contenu .bloc h2 {
    font-size: 36px;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3 {
    font-size: 38px;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3:before {
    font-size: 150px;
  }
  body.page-id-15 main section.team .contenu h2 {
    font-size: 36px;
  }
  body.single-post main section.article .contenu .bloc h2 {
    font-size: 36px;
  }
  body.single-post main section.article .contenu .media,
  body.single-post main section.article .contenu img {
    height: 600px;
  }
  body.page-id-19 main section.partenaires .contenu h2 {
    font-size: 38px;
  }
  body.page-id-19 main section.references .contenu h2 {
    font-size: 38px;
  }
  body.page-id-21 main section.recrutement .contenu .titre h2 {
    font-size: 36px;
  }
  body.single-emploi main section.emploi .contenu .bloc h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body .first-title h2 {
    font-size: 20px;
  }
  body .first-title h2 em {
    font-size: 40px;
  }
  body header .top {
    height: 45px;
  }
  body header .top ul li a {
    font-size: 13px;
  }
  body header .top ul li p {
    font-size: 13px;
  }
  body header .contenu .logo img {
    width: 220px;
  }
  body header .contenu .nav-menu ul li a {
    font-size: 13px;
  }
  body main section .bouton span {
    font-size: 13px;
  }
  body main section.bandeau_entete {
    height: 470px;
  }
  body main section.bandeau_entete .contenu {
    bottom: 80px;
  }
  body main section.bandeau_entete .contenu .first-title h1 {
    font-size: 44px;
  }
  body main section.secteurs {
    padding: 100px 0 140px;
  }
  body main section.secteurs .contenu .titre2 {
    font-size: 36px;
  }
  body main section.secteurs .contenu .bloc a .titre {
    height: 70px;
  }
  body main section.secteurs .contenu .bloc a .titre h3 {
    font-size: 17px;
  }
  body main section.informatique {
    padding: 130px 0 100px;
  }
  body main section.informatique .contenu .bloc {
    min-height: 306px;
  }
  body main section.informatique .contenu .bloc .content h3 {
    font-size: 18px;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 em {
    font-size: 32px;
  }
  body main section.bandeau-partenaires {
    padding: 80px 0 90px;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 em {
    font-size: 32px;
  }
  body main section.bandeau_chiffres {
    padding: 110px 0;
  }
  body main section.bandeau_chiffres .contenu .container {
    padding: 0 100px;
  }
  body main section.bandeau_chiffres .contenu .bloc p {
    font-size: 18px;
  }
  body main section.bandeau_chiffres .contenu .bloc p strong {
    font-size: 32px;
  }
  body footer .contenu {
    padding: 170px 0 120px;
  }
  body footer .contenu h3 {
    font-size: 18px;
  }
  body footer .contenu p {
    font-size: 17px;
  }
  body footer .contenu a {
    font-size: 17px;
  }
  body.page-id-6 main section.haut .contenu .encart {
    top: 61%;
  }
  body.page-id-6 main section.haut .contenu .encart .titre p {
    font-size: 16px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 {
    font-size: 36px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 strong {
    font-size: 46px;
  }
  body.page-id-6 main section.haut .contenu .encart ul li {
    margin-bottom: 3px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot {
    margin-bottom: 40px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:after {
    font-size: 17px;
  }
  body.page-id-6 main section.secteurs:before {
    height: 429px;
  }
  body.page-id-6 main section.informations:before {
    background-size: 70%;
    background-position: center;
  }
  body.page-id-6 main section.informations .contenu .media {
    height: 770px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 {
    font-size: 34px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 em {
    font-size: 22px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p em {
    font-size: 18px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte ul li {
    font-size: 14px;
  }
  body.page-id-6 main section.location {
    padding: 250px 0 160px;
  }
  body.page-id-6 main section.location .contenu .content {
    padding: 175px 0 100px;
  }
  body.page-id-6 main section.location .contenu .content .media1 {
    background-position: bottom left;
    background-size: 80%;
  }
  body.page-id-6 main section.location .contenu .content .media2 {
    background-position: bottom right;
    background-size: 80%;
  }
  body.page-id-6 main section.location .contenu .content .media3 {
    background-position: bottom right;
    background-size: 80%;
  }
  body.page-id-6 main section.location .contenu .content .media4 {
    background-position: bottom left;
    background-size: 80%;
  }
  body.page-id-6 main section.location .contenu .content .bloc p {
    font-size: 16px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc h3 {
    font-size: 20px;
  }
  body.page-id-6 main section.impression {
    padding: 90px 0;
  }
  body.page-id-6 main section.actus {
    padding: 90px 0;
  }
  body.page-id-6 main section.actus .contenu .first-title h2 em {
    font-size: 32px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top {
    height: 128px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top h3 {
    font-size: 22px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top {
    height: 119px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top h3 {
    font-size: 18px;
  }
  body.page-id-9 main section.professionnels .contenu {
    padding: 90px 0;
  }
  body.page-id-9 main section.professionnels .contenu .bloc {
    padding: 70px;
  }
  body.page-id-9 main section.professionnels .contenu .bloc h2 {
    font-size: 32px;
  }
  body.page-id-9 main section.choix .contenu {
    padding: 90px 0;
  }
  body.page-id-9 main section.choix .contenu .bloc {
    padding: 70px 110px;
  }
  body.page-id-9 main section.choix .contenu .bloc h2 {
    font-size: 32px;
  }
  body.page-id-9 main section.equipe .contenu .titre h2 {
    font-size: 38px;
  }
  body.page-id-9 main section.equipe .contenu .titre h3 {
    font-size: 20px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 h2 {
    font-size: 26px;
  }
  body.page-id-9 main section.equipe .contenu .visuel {
    height: 430px;
  }
  body.page-id-11 main section.atout {
    padding: 120px 0 90px;
  }
  body.page-id-11 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-11 main section.atout .contenu .bloc h2 {
    font-size: 32px;
  }
  body.page-id-11 main section.atout .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-11 main section.atout .contenu .bloc a {
    font-size: 18px;
  }
  body.page-id-11 main section.location {
    padding: 110px 0 80px;
  }
  body.page-id-11 main section.location .contenu .bloc .media1 {
    background-position: top left;
    background-size: 80%;
  }
  body.page-id-11 main section.location .contenu .bloc .media3 {
    background-position: top right;
    background-size: 80%;
  }
  body.page-id-11 main section.location .contenu .bloc h2 {
    font-size: 42px;
  }
  body.page-id-11 main section.location .contenu .bloc p {
    font-size: 18px;
  }
  body.page-id-11 main section.avantages {
    padding: 120px 0 90px;
  }
  body.page-id-11 main section.avantages:before {
    top: 20px;
  }
  body.page-id-11 main section.avantages .contenu h2 {
    font-size: 40px;
  }
  body.page-id-11 main section.avantages .contenu h3 {
    font-size: 20px;
  }
  body.page-id-11 main section.avantages .contenu .liste {
    margin-top: 120px;
  }
  body.page-id-11 main section.avantages .contenu .liste .visuel {
    width: 50%;
  }
  body.page-id-11 main section.avantages .contenu .liste .item {
    width: 25%;
  }
  body.page-id-11 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste h4 {
    font-size: 17px;
  }
  body.page-id-11 main section.avantages .contenu .liste p {
    font-size: 15px;
  }
  body.page-id-11 main section.avantages .contenu .liste .texte {
    margin-bottom: 50px;
  }
  body.page-id-13 main section.atout {
    padding: 120px 0 90px;
  }
  body.page-id-13 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-13 main section.atout .contenu .bloc h2 {
    font-size: 32px;
  }
  body.page-id-13 main section.atout .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-13 main section.atout .contenu .bloc a {
    font-size: 18px;
  }
  body.page-id-13 main section.location {
    padding: 110px 0 80px;
  }
  body.page-id-13 main section.location .contenu .bloc .media1 {
    background-position: top right;
    background-size: 80%;
  }
  body.page-id-13 main section.location .contenu .bloc .media3 {
    background-position: center left;
    background-size: 80%;
  }
  body.page-id-13 main section.location .contenu .bloc h2 {
    font-size: 42px;
  }
  body.page-id-13 main section.location .contenu .bloc p {
    font-size: 18px;
  }
  body.page-id-13 main section.avantages {
    padding: 120px 0 90px;
  }
  body.page-id-13 main section.avantages:before {
    top: 20px;
  }
  body.page-id-13 main section.avantages .contenu h2 {
    font-size: 40px;
  }
  body.page-id-13 main section.avantages .contenu h3 {
    font-size: 20px;
  }
  body.page-id-13 main section.avantages .contenu .liste {
    margin-top: 120px;
  }
  body.page-id-13 main section.avantages .contenu .liste .visuel {
    width: 50%;
  }
  body.page-id-13 main section.avantages .contenu .liste .item {
    width: 25%;
  }
  body.page-id-13 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste h4 {
    font-size: 17px;
  }
  body.page-id-13 main section.avantages .contenu .liste p {
    font-size: 14.8px;
  }
  body.page-id-13 main section.avantages .contenu .liste .texte {
    margin-bottom: 50px;
  }
  body.page-id-15 main section.presentation {
    padding: 120px 0 90px;
  }
  body.page-id-15 main section.presentation .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-15 main section.presentation .contenu .bloc h2 {
    font-size: 32px;
  }
  body.page-id-15 main section.presentation .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-15 main section.presentation .contenu .bloc a {
    font-size: 18px;
  }
  body.page-id-15 main section.maintenance {
    padding: 110px 0;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3 {
    font-size: 32px;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3:before {
    font-size: 120px;
  }
  body.page-id-15 main section.team .contenu h2 {
    font-size: 32px;
  }
  body.page-id-17 main section.articles {
    padding: 100px 0 20px;
  }
  body.page-id-17 main section.articles .contenu .side {
    margin: 0 -20px !important;
  }
  body.page-id-17 main section.articles .contenu .content {
    padding: 0 20px;
  }
  body.page-id-17 main section.articles .contenu a .visuel img {
    height: 360px;
  }
  body.page-id-17 main section.articles .contenu a .bloc .top h3 {
    font-size: 20px;
  }
  body.single-post main section.article {
    padding: 60px 0 80px;
  }
  body.single-post main section.article .contenu .bloc h2 {
    font-size: 32px;
  }
  body.single-post main section.article .contenu .bloc p {
    font-size: 16px;
  }
  body.single-post main section.article .contenu .bloc span {
    margin: 90px auto 0;
  }
  body.single-post main section.article .contenu .media,
  body.single-post main section.article .contenu img {
    height: 570px;
  }
  body.page-id-19 main section.partenaires {
    padding: 100px 0 70px;
  }
  body.page-id-19 main section.partenaires .contenu h2 {
    font-size: 34px;
  }
  body.page-id-19 main section.references {
    padding: 0 0 60px;
  }
  body.page-id-19 main section.references .contenu h2 {
    font-size: 34px;
  }
  body.page-id-21 main section.recrutement {
    padding: 90px 0 70px;
  }
  body.page-id-21 main section.recrutement .contenu .titre h2 {
    font-size: 32px;
  }
  body.page-id-21 main section.poste {
    padding: 100px 0 70px;
  }
  body.page-id-21 main section.poste .contenu .titre h2 {
    font-size: 32px;
  }
  body.page-id-21 main section.poste .contenu .bloc .top {
    height: 103px;
  }
  body.page-id-21 main section.poste .contenu .bloc .top h3 {
    font-size: 20px;
  }
  body.single-emploi main section.emploi {
    padding: 60px 0 80px;
  }
  body.single-emploi main section.emploi .contenu .bloc h2 {
    font-size: 32px;
  }
  body.single-emploi main section.emploi .contenu .bloc h3 {
    font-size: 18px;
  }
  body.single-emploi main section.emploi .contenu .bloc p {
    font-size: 16px;
  }
  body.single-emploi main section.emploi .contenu .bloc ul li {
    font-size: 16px;
  }
  body.page-id-23 main section.formulaire .contenu .texte p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .first-title h2 {
    font-size: 18px;
  }
  body .first-title h2 em {
    font-size: 36px;
  }
  body header .top {
    height: 45px;
  }
  body header .top ul li a {
    font-size: 13px;
  }
  body header .top ul li p {
    font-size: 13px;
  }
  body header .contenu .fond-hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 5;
    width: 30px;
    height: 20px;
  }
  body header .contenu .fond-hamburger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #232323;
    width: 50px;
    height: 45px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: white;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    vertical-align: middle;
    width: 30px;
    float: right;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    display: block;
    position: fixed;
    float: left;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 4;
    background-color: #2ca1b5;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active ul {
    opacity: 1;
  }
  body header .contenu .nav-menu.active .sociaux {
    opacity: 1;
  }
  body header .contenu .nav-menu ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    height: auto !important;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu ul li {
    position: relative;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    height: auto;
  }
  body header .contenu .nav-menu ul li.current_page_item a {
    color: #fff !important;
  }
  body header .contenu .nav-menu ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    height: auto;
    font-weight: 400;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  body header .contenu .nav-menu ul li a:before {
    display: none;
  }
  body header .contenu .nav-menu ul li a:after {
    display: none;
  }
  body header .contenu .nav-menu ul li a i {
    margin: 0 auto;
    color: #fff;
  }
  body header .contenu .nav-menu ul li a:hover {
    color: #fff;
  }
  body main section .bouton span {
    font-size: 12px;
  }
  body main section.bandeau_entete {
    height: 400px;
  }
  body main section.bandeau_entete .contenu {
    bottom: 70px;
  }
  body main section.bandeau_entete .contenu .first-title p {
    font-size: 16px;
  }
  body main section.bandeau_entete .contenu .first-title h1 {
    font-size: 40px;
  }
  body main section.bandeau_entete .contenu .ariane a,
  body main section.bandeau_entete .contenu .ariane span {
    font-size: 11px;
  }
  body main section.secteurs {
    padding: 80px 0 120px;
  }
  body main section.secteurs .contenu .titre2 {
    font-size: 32px;
  }
  body main section.secteurs .contenu .bloc a .titre {
    height: 60px;
  }
  body main section.secteurs .contenu .bloc a .titre h3 {
    font-size: 15px;
  }
  body main section.secteurs .contenu .bloc a .visuel .media {
    height: 165px;
  }
  body main section.informatique {
    padding: 80px 0;
  }
  body main section.informatique .contenu .bloc {
    min-height: 269px;
    padding: 30px 30px 35px;
  }
  body main section.informatique .contenu .bloc .content h3 {
    font-size: 16px;
  }
  body main section.informatique .contenu .bloc .content p {
    font-size: 15px;
  }
  body main section.informatique .contenu .bloc .content .visuel img {
    max-height: 65px;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 {
    font-size: 13px;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 em {
    font-size: 28px;
  }
  body main section.bandeau-partenaires {
    padding: 70px 0 80px;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 {
    font-size: 13px;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 em {
    font-size: 28px;
  }
  body main section.bandeau_chiffres {
    padding: 80px 0;
  }
  body main section.bandeau_chiffres .contenu .container {
    padding: 0 50px;
  }
  body main section.bandeau_chiffres .contenu .bloc {
    height: 170px;
  }
  body main section.bandeau_chiffres .contenu .bloc p {
    font-size: 16px;
  }
  body main section.bandeau_chiffres .contenu .bloc p strong {
    font-size: 28px;
  }
  body footer .contenu {
    padding: 150px 0 100px;
  }
  body footer .contenu h3 {
    font-size: 16px;
  }
  body footer .contenu p {
    font-size: 16px;
  }
  body footer .contenu a {
    font-size: 16px;
  }
  body.page-id-6 main section.haut {
    height: 700px;
  }
  body.page-id-6 main section.haut .contenu .encart {
    top: 58%;
  }
  body.page-id-6 main section.haut .contenu .encart .titre p {
    font-size: 15px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 {
    font-size: 35px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 strong {
    font-size: 45px;
  }
  body.page-id-6 main section.haut .contenu .encart ul li {
    margin-bottom: 3px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot {
    margin-bottom: 30px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:after {
    font-size: 17px;
  }
  body.page-id-6 main section.haut .contenu .scroll {
    display: none;
  }
  body.page-id-6 main section.secteurs:before {
    height: 318px;
  }
  body.page-id-6 main section.secteurs .contenu .texte {
    margin-bottom: 70px;
  }
  body.page-id-6 main section.secteurs .contenu .texte p {
    font-size: 18px;
  }
  body.page-id-6 main section.informations:before {
    background-size: 70%;
    background-position: center;
  }
  body.page-id-6 main section.informations .contenu .media {
    height: 450px;
  }
  body.page-id-6 main section.informations .contenu .item >.row {
    flex-direction: column-reverse;
  }
  body.page-id-6 main section.informations .contenu .owl-carousel {
    background-color: #303842;
  }
  body.page-id-6 main section.informations .contenu .content .bloc {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    padding: 50px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 {
    font-size: 30px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 em {
    font-size: 20px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p em {
    font-size: 18px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte ul li {
    font-size: 14px;
  }
  body.page-id-6 main section.location {
    padding: 220px 0 140px;
  }
  body.page-id-6 main section.location .contenu .content {
    padding: 175px 0 100px;
  }
  body.page-id-6 main section.location .contenu .content .media1 {
    background-position: bottom left;
    background-size: 80%;
  }
  body.page-id-6 main section.location .contenu .content .media2 {
    background-position: bottom right;
    background-size: 80%;
  }
  body.page-id-6 main section.location .contenu .content .media3 {
    background-position: bottom right;
    background-size: 80%;
    left: -295px;
  }
  body.page-id-6 main section.location .contenu .content .media4 {
    background-position: bottom left;
    background-size: 80%;
    right: -220px;
  }
  body.page-id-6 main section.location .contenu .content .bloc p {
    font-size: 16px;
  }
  body.page-id-6 main section.maintenance {
    padding: 100px 0 90px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc h3 {
    font-size: 18px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc figure {
    height: 100px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel:before {
    width: 90px;
    height: 90px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel:after {
    width: 114px;
    height: 114px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel img {
    max-width: 42px;
  }
  body.page-id-6 main section.impression {
    padding: 80px 0;
  }
  body.page-id-6 main section.impression .contenu .texte p {
    font-size: 16px;
  }
  body.page-id-6 main section.impression .contenu .bouton {
    margin: 60px auto 0;
  }
  body.page-id-6 main section.actus {
    padding: 80px 0;
  }
  body.page-id-6 main section.actus .contenu .first-title h2 em {
    font-size: 28px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top {
    height: 128px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top h3 {
    font-size: 20px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top {
    height: 119px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top h3 {
    font-size: 18px;
  }
  body.page-id-9 main section.professionnels .contenu {
    padding: 70px 0;
  }
  body.page-id-9 main section.professionnels .contenu .bloc {
    padding: 70px;
  }
  body.page-id-9 main section.professionnels .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-9 main section.choix .contenu {
    padding: 70px 0;
  }
  body.page-id-9 main section.choix .contenu .bloc {
    padding: 70px 110px;
  }
  body.page-id-9 main section.choix .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-9 main section.choix .contenu .bloc ul li {
    font-size: 16px;
  }
  body.page-id-9 main section.equipe {
    padding: 70px 0 0;
  }
  body.page-id-9 main section.equipe .contenu .titre h2 {
    font-size: 34px;
  }
  body.page-id-9 main section.equipe .contenu .titre h3 {
    font-size: 18px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 {
    margin-bottom: 50px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 h2 {
    font-size: 24px;
  }
  body.page-id-9 main section.equipe .contenu .visuel {
    height: 350px;
  }
  body.page-id-11 main section.atout {
    padding: 120px 0 70px;
  }
  body.page-id-11 main section.atout .contenu .media {
    margin: 0 20px 0 0;
  }
  body.page-id-11 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-11 main section.atout .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-11 main section.atout .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-11 main section.atout .contenu .bloc a {
    font-size: 18px;
  }
  body.page-id-11 main section.location {
    padding: 80px 0 70px;
  }
  body.page-id-11 main section.location .contenu .bloc .media1 {
    background-position: top left;
    background-size: 80%;
  }
  body.page-id-11 main section.location .contenu .bloc .media3 {
    background-position: top right;
    background-size: 80%;
  }
  body.page-id-11 main section.location .contenu .bloc h2 {
    font-size: 36px;
  }
  body.page-id-11 main section.location .contenu .bloc p {
    font-size: 16px;
  }
  body.page-id-11 main section.avantages {
    padding: 90px 0 90px;
  }
  body.page-id-11 main section.avantages:before {
    top: 20px;
  }
  body.page-id-11 main section.avantages .contenu h2 {
    font-size: 36px;
  }
  body.page-id-11 main section.avantages .contenu h3 {
    font-size: 18px;
  }
  body.page-id-11 main section.avantages .contenu .liste {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 70px auto 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .visuel {
    display: none;
  }
  body.page-id-11 main section.avantages .contenu .liste .item {
    width: 50%;
    margin: 0 15px;
  }
  body.page-id-11 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
    text-align: left;
  }
  body.page-id-11 main section.avantages .contenu .liste h4 {
    font-size: 17px;
  }
  body.page-id-11 main section.avantages .contenu .liste p {
    font-size: 15px;
  }
  body.page-id-11 main section.avantages .contenu .liste .texte {
    background-color: #fff;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
    padding: 30px;
    text-align: center;
    margin-bottom: 35px;
    min-height: 145px;
    position: relative;
  }
  body.page-id-13 main section.atout {
    padding: 120px 0 70px;
  }
  body.page-id-13 main section.atout .contenu .media {
    margin: 0 20px 0 0;
  }
  body.page-id-13 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-13 main section.atout .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-13 main section.atout .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-13 main section.atout .contenu .bloc a {
    font-size: 18px;
  }
  body.page-id-13 main section.location {
    padding: 80px 0 70px;
  }
  body.page-id-13 main section.location .contenu .bloc .media1 {
    background-position: top left;
    background-size: 80%;
  }
  body.page-id-13 main section.location .contenu .bloc .media3 {
    background-position: top right;
    background-size: 80%;
  }
  body.page-id-13 main section.location .contenu .bloc h2 {
    font-size: 36px;
  }
  body.page-id-13 main section.location .contenu .bloc p {
    font-size: 16px;
  }
  body.page-id-13 main section.avantages {
    padding: 90px 0 90px;
  }
  body.page-id-13 main section.avantages:before {
    top: 20px;
  }
  body.page-id-13 main section.avantages .contenu h2 {
    font-size: 36px;
  }
  body.page-id-13 main section.avantages .contenu h3 {
    font-size: 18px;
  }
  body.page-id-13 main section.avantages .contenu .liste {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 70px auto 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .visuel {
    display: none;
  }
  body.page-id-13 main section.avantages .contenu .liste .item {
    width: 50%;
    margin: 0 15px;
  }
  body.page-id-13 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
    text-align: left;
  }
  body.page-id-13 main section.avantages .contenu .liste h4 {
    font-size: 17px;
  }
  body.page-id-13 main section.avantages .contenu .liste p {
    font-size: 15px;
  }
  body.page-id-13 main section.avantages .contenu .liste .texte {
    background-color: #fff;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
    padding: 30px;
    text-align: center;
    margin-bottom: 35px;
    min-height: 165px;
    position: relative;
  }
  body.page-id-15 main section.presentation {
    padding: 120px 0 70px;
  }
  body.page-id-15 main section.presentation .contenu .media {
    margin: 0 20px 0 0;
  }
  body.page-id-15 main section.presentation .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
  }
  body.page-id-15 main section.presentation .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-15 main section.presentation .contenu .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-15 main section.presentation .contenu .bloc a {
    font-size: 18px;
  }
  body.page-id-15 main section.maintenance {
    padding: 80px 0;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3 {
    font-size: 28px;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3:before {
    font-size: 120px;
  }
  body.page-id-15 main section.maintenance .contenu .liste .visuel .media:before {
    width: 200px;
    height: 200px;
  }
  body.page-id-15 main section.maintenance .contenu .liste .visuel .media img {
    width: 180px;
    height: 180px;
  }
  body.page-id-15 main section.team .contenu h2 {
    font-size: 28px;
  }
  body.page-id-17 main section.articles {
    padding: 80px 0 20px;
  }
  body.page-id-17 main section.articles .contenu .texteP {
    margin: 0 auto 70px;
  }
  body.page-id-17 main section.articles .contenu .side {
    margin: 0 -20px !important;
  }
  body.page-id-17 main section.articles .contenu .content {
    padding: 0 20px;
  }
  body.page-id-17 main section.articles .contenu a .visuel img {
    height: 280px;
  }
  body.page-id-17 main section.articles .contenu a .bloc {
    padding: 25px 20px 28px;
  }
  body.page-id-17 main section.articles .contenu a .bloc .top {
    height: 97px;
  }
  body.page-id-17 main section.articles .contenu a .bloc .top h3 {
    font-size: 17px;
  }
  body.single-post main section.article {
    padding: 60px 0 70px;
  }
  body.single-post main section.article .contenu .bloc {
    padding: 60px 0 0;
  }
  body.single-post main section.article .contenu .bloc h2 {
    font-size: 28px;
  }
  body.single-post main section.article .contenu .bloc p {
    font-size: 16px;
  }
  body.single-post main section.article .contenu .bloc span {
    margin: 70px auto 0;
  }
  body.single-post main section.article .contenu .media,
  body.single-post main section.article .contenu img {
    height: 500px;
  }
  body.page-id-19 main section.partenaires {
    padding: 80px 0 50px;
  }
  body.page-id-19 main section.partenaires .contenu h2 {
    font-size: 30px;
  }
  body.page-id-19 main section.partenaires .contenu .side {
    margin: 0 -15px !important;
  }
  body.page-id-19 main section.partenaires .contenu .content {
    padding: 0 15px;
  }
  body.page-id-19 main section.partenaires .contenu .bloc {
    margin-bottom: 30px;
  }
  body.page-id-19 main section.references {
    padding: 0 0 40px;
  }
  body.page-id-19 main section.references .contenu h2 {
    font-size: 30px;
  }
  body.page-id-19 main section.references .contenu .side {
    margin: 0 -15px !important;
  }
  body.page-id-19 main section.references .contenu .content {
    padding: 0 15px;
  }
  body.page-id-19 main section.references .contenu .bloc {
    margin-bottom: 30px;
  }
  body.page-id-21 main section.recrutement {
    padding: 80px 0 50px;
  }
  body.page-id-21 main section.recrutement .contenu .titre h2 {
    font-size: 28px;
  }
  body.page-id-21 main section.poste {
    padding: 80px 0 50px;
  }
  body.page-id-21 main section.poste .contenu .titre h2 {
    font-size: 28px;
  }
  body.page-id-21 main section.poste .contenu .bloc {
    padding: 30px;
  }
  body.page-id-21 main section.poste .contenu .bloc .top {
    height: 99px;
  }
  body.page-id-21 main section.poste .contenu .bloc .top h3 {
    font-size: 17px;
  }
  body.single-emploi main section.emploi {
    padding: 60px 0 70px;
  }
  body.single-emploi main section.emploi .contenu .bloc h2 {
    font-size: 28px;
  }
  body.single-emploi main section.emploi .contenu .bloc h3 {
    font-size: 18px;
  }
  body.single-emploi main section.emploi .contenu .bloc p {
    font-size: 16px;
  }
  body.single-emploi main section.emploi .contenu .bloc ul li {
    font-size: 16px;
  }
  body.page-id-23 main section.formulaire .contenu .texte p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .first-title h2 {
    font-size: 16px;
  }
  body .first-title h2 em {
    font-size: 32px;
    letter-spacing: 5px;
  }
  body header .top {
    height: 45px;
  }
  body header .top .container {
    padding: 0 30px;
  }
  body header .top ul li:last-child {
    margin-right: 0;
  }
  body header .top ul li a {
    font-size: 13px;
    letter-spacing: 1px;
  }
  body header .top ul li p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  body header .contenu .fond-hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 5;
    width: 30px;
    height: 20px;
  }
  body header .contenu .fond-hamburger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #232323;
    width: 50px;
    height: 45px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: white;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    vertical-align: middle;
    width: 30px;
    float: right;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    display: block;
    position: fixed;
    float: left;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 4;
    background-color: #2ca1b5;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active ul {
    opacity: 1;
  }
  body header .contenu .nav-menu.active .sociaux {
    opacity: 1;
  }
  body header .contenu .nav-menu ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    height: auto !important;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu ul li {
    position: relative;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    height: auto;
  }
  body header .contenu .nav-menu ul li.current_page_item a {
    color: #fff !important;
  }
  body header .contenu .nav-menu ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    height: auto;
    font-weight: 400;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  body header .contenu .nav-menu ul li a:before {
    display: none;
  }
  body header .contenu .nav-menu ul li a:after {
    display: none;
  }
  body header .contenu .nav-menu ul li a i {
    margin: 0 auto;
    color: #fff;
  }
  body header .contenu .nav-menu ul li a:hover {
    color: #fff;
  }
  body main section .bouton span {
    font-size: 12px;
  }
  body main section .container {
    padding: 0 30px;
  }
  body main section.bandeau_entete {
    height: 350px;
  }
  body main section.bandeau_entete .contenu {
    bottom: 55px;
  }
  body main section.bandeau_entete .contenu .first-title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body main section.bandeau_entete .contenu .first-title h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  body main section.bandeau_entete .contenu .ariane a,
  body main section.bandeau_entete .contenu .ariane span {
    font-size: 11px;
  }
  body main section.secteurs {
    padding: 60px 0 30px;
  }
  body main section.secteurs .contenu .titre2 {
    font-size: 28px;
  }
  body main section.secteurs .contenu .bloc {
    margin-bottom: 30px;
  }
  body main section.secteurs .contenu .bloc a .titre {
    height: 60px;
  }
  body main section.secteurs .contenu .bloc a .titre h3 {
    font-size: 15px;
  }
  body main section.secteurs .contenu .bloc a .visuel .media {
    height: 165px;
  }
  body main section.informatique {
    padding: 80px 0;
  }
  body main section.informatique .contenu .bloc {
    min-height: 259px;
    padding: 30px 30px 35px;
  }
  body main section.informatique .contenu .bloc .content h3 {
    font-size: 16px;
  }
  body main section.informatique .contenu .bloc .content p {
    font-size: 15px;
  }
  body main section.informatique .contenu .bloc .content .visuel {
    height: 90px;
  }
  body main section.informatique .contenu .bloc .content .visuel img {
    max-height: 65px;
  }
  body main section.bandeau-contact {
    padding: 60px 0 40px;
  }
  body main section.bandeau-contact .contenu {
    text-align: center;
  }
  body main section.bandeau-contact .contenu .content img {
    display: none;
  }
  body main section.bandeau-contact .contenu .content .nf-response-msg {
    margin-bottom: 0;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 {
    font-size: 13px;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 em {
    font-size: 28px;
  }
  body main section.bandeau-partenaires {
    padding: 60px 0;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 {
    font-size: 13px;
    margin-bottom: 40px;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 em {
    font-size: 28px;
  }
  body main section.bandeau_chiffres {
    padding: 60px 0 30px;
  }
  body main section.bandeau_chiffres .contenu .container {
    padding: 0 50px;
  }
  body main section.bandeau_chiffres .contenu .bloc {
    height: 170px;
    margin-bottom: 30px;
  }
  body main section.bandeau_chiffres .contenu .bloc p {
    font-size: 16px;
  }
  body main section.bandeau_chiffres .contenu .bloc p strong {
    font-size: 28px;
  }
  body footer .container {
    padding: 0 30px;
  }
  body footer .contenu {
    padding: 120px 0 70px;
  }
  body footer .contenu h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  body footer .contenu p {
    font-size: 15px;
  }
  body footer .contenu a {
    font-size: 16px;
  }
  body footer .copy {
    text-align: center;
  }
  body footer .copy img {
    display: table;
    margin: 0 auto 5px;
  }
  body.page-id-6 main section.haut {
    height: 700px;
  }
  body.page-id-6 main section.haut .contenu .media2 {
    display: none;
  }
  body.page-id-6 main section.haut .contenu .reseaux {
    top: auto;
    bottom: 91px;
    right: 37px;
  }
  body.page-id-6 main section.haut .contenu .encart {
    padding: 0 110px;
    top: 58%;
    text-align: center;
  }
  body.page-id-6 main section.haut .contenu .encart .titre p {
    font-size: 15px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 {
    font-size: 31px;
    text-align: center;
    margin: 0 auto 15px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 strong {
    font-size: 38px;
  }
  body.page-id-6 main section.haut .contenu .encart ul {
    text-align: left;
    margin: auto;
  }
  body.page-id-6 main section.haut .contenu .encart ul li {
    margin-bottom: 3px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot {
    display: none !important;
    margin-bottom: 30px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:after {
    font-size: 17px;
  }
  body.page-id-6 main section.haut .contenu .scroll {
    display: none;
  }
  body.page-id-6 main section.secteurs {
    padding: 60px 0 70px;
  }
  body.page-id-6 main section.secteurs:before {
    height: 318px;
  }
  body.page-id-6 main section.secteurs .contenu .texte {
    margin-bottom: 50px;
  }
  body.page-id-6 main section.secteurs .contenu .texte p {
    font-size: 16px;
  }
  body.page-id-6 main section.informations:before {
    background-size: 70%;
    background-position: center;
  }
  body.page-id-6 main section.informations .contenu .media {
    height: 400px;
  }
  body.page-id-6 main section.informations .contenu .item >.row {
    flex-direction: column-reverse;
  }
  body.page-id-6 main section.informations .contenu .owl-carousel {
    background-color: #303842;
  }
  body.page-id-6 main section.informations .contenu .content .bloc {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    padding: 50px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre {
    text-align: center;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 {
    font-size: 28px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 em {
    font-size: 18px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte {
    text-align: center;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p {
    font-size: 16px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p em {
    font-size: 18px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte ul {
    text-align: left;
    margin: 30px auto 0;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte ul li {
    font-size: 14px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .bouton {
    margin: 40px auto 0;
  }
  body.page-id-6 main section.location {
    padding: 40px 0;
  }
  body.page-id-6 main section.location .contenu .content {
    padding: 70px 0;
  }
  body.page-id-6 main section.location .contenu .content .media1 {
    background-position: bottom left;
    background-size: 80%;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .media2 {
    background-position: bottom right;
    background-size: 80%;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .media3 {
    background-position: bottom right;
    background-size: 80%;
    left: -295px;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .media4 {
    background-position: bottom left;
    background-size: 80%;
    right: -220px;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .bloc p {
    font-size: 16px;
  }
  body.page-id-6 main section.location .contenu .content .bloc .groupe {
    margin-top: 40px;
  }
  body.page-id-6 main section.maintenance {
    padding: 60px 0;
  }
  body.page-id-6 main section.maintenance .contenu .first-title h2 {
    margin-bottom: 100px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc {
    margin-bottom: 100px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc p {
    font-size: 15px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc figure {
    height: 90px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel:before {
    width: 80px;
    height: 80px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel:after {
    width: 104px;
    height: 104px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel img {
    max-width: 38px;
  }
  body.page-id-6 main section.impression {
    padding: 60px 0;
  }
  body.page-id-6 main section.impression .contenu .first-title h2 {
    margin-bottom: 40px;
  }
  body.page-id-6 main section.impression .contenu .texte p {
    font-size: 16px;
  }
  body.page-id-6 main section.impression .contenu .bouton {
    margin: 50px auto 0;
  }
  body.page-id-6 main section.actus {
    padding: 60px 0;
  }
  body.page-id-6 main section.actus .contenu .first-title h2 em {
    font-size: 28px;
  }
  body.page-id-6 main section.actus .contenu .left {
    margin-bottom: 40px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top {
    height: 128px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top h3 {
    font-size: 20px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top {
    height: 119px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top h3 {
    font-size: 18px;
  }
  body.page-id-9 main section.professionnels .contenu {
    padding: 40px 0;
  }
  body.page-id-9 main section.professionnels .contenu .bloc {
    padding: 50px;
    text-align: center;
    background-color: rgba(255,255,255,0.95);
  }
  body.page-id-9 main section.professionnels .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-9 main section.choix .contenu {
    padding: 40px 0;
  }
  body.page-id-9 main section.choix .contenu .bloc {
    padding: 50px;
    text-align: center;
    background-color: rgba(255,255,255,0.95);
  }
  body.page-id-9 main section.choix .contenu .bloc .texte {
    margin: auto;
  }
  body.page-id-9 main section.choix .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-9 main section.choix .contenu .bloc ul {
    text-align: left;
  }
  body.page-id-9 main section.choix .contenu .bloc ul li {
    font-size: 16px;
  }
  body.page-id-9 main section.equipe {
    padding: 60px 0 0;
  }
  body.page-id-9 main section.equipe .contenu .titre h2 {
    font-size: 32px;
  }
  body.page-id-9 main section.equipe .contenu .titre h3 {
    font-size: 18px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 {
    margin-bottom: 50px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 h2 {
    font-size: 24px;
  }
  body.page-id-9 main section.equipe .contenu .visuel {
    height: 300px;
  }
  body.page-id-11 main section.atout {
    padding: 100px 0 60px;
  }
  body.page-id-11 main section.atout .contenu .media {
    margin: 0;
    height: 350px;
  }
  body.page-id-11 main section.atout .contenu .media:before {
    background-size: 80%;
    background-position: top center;
  }
  body.page-id-11 main section.atout .contenu .bloc {
    text-align: center;
    padding: 50px 0 0;
  }
  body.page-id-11 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
    margin: auto;
  }
  body.page-id-11 main section.atout .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-11 main section.atout .contenu .bloc .texte p {
    font-size: 16px;
    text-align: center;
  }
  body.page-id-11 main section.atout .contenu .bloc a {
    font-size: 18px;
    margin: auto;
  }
  body.page-id-11 main section.location {
    padding: 70px 0;
  }
  body.page-id-11 main section.location .contenu .bloc .media1 {
    background-position: top left;
    background-size: 80%;
    display: none;
  }
  body.page-id-11 main section.location .contenu .bloc .media3 {
    background-position: top right;
    background-size: 80%;
    display: none;
  }
  body.page-id-11 main section.location .contenu .bloc h2 {
    font-size: 32px;
  }
  body.page-id-11 main section.location .contenu .bloc p {
    font-size: 16px;
  }
  body.page-id-11 main section.avantages {
    padding: 60px 0;
  }
  body.page-id-11 main section.avantages:before {
    top: 20px;
  }
  body.page-id-11 main section.avantages .contenu h2 {
    font-size: 36px;
  }
  body.page-id-11 main section.avantages .contenu h3 {
    font-size: 16px;
  }
  body.page-id-11 main section.avantages .contenu .liste {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 70px auto 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .visuel {
    display: none;
  }
  body.page-id-11 main section.avantages .contenu .liste .item {
    width: 50%;
    margin: 0 15px;
  }
  body.page-id-11 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
    text-align: left;
  }
  body.page-id-11 main section.avantages .contenu .liste h4 {
    font-size: 17px;
    width: 100%;
  }
  body.page-id-11 main section.avantages .contenu .liste p {
    font-size: 15px;
  }
  body.page-id-11 main section.avantages .contenu .liste .texte {
    background-color: #fff;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
    padding: 30px;
    text-align: center;
    margin-bottom: 35px;
    min-height: 186px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body.page-id-13 main section.atout {
    padding: 100px 0 60px;
  }
  body.page-id-13 main section.atout .contenu .media {
    margin: 0;
    height: 350px;
  }
  body.page-id-13 main section.atout .contenu .media:before {
    background-size: 80%;
    background-position: top center;
  }
  body.page-id-13 main section.atout .contenu .bloc {
    text-align: center;
    padding: 50px 0 0;
  }
  body.page-id-13 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
    margin: auto;
  }
  body.page-id-13 main section.atout .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-13 main section.atout .contenu .bloc .texte p {
    font-size: 16px;
    text-align: center;
  }
  body.page-id-13 main section.atout .contenu .bloc a {
    font-size: 18px;
    margin: auto;
  }
  body.page-id-13 main section.location {
    padding: 70px 0;
  }
  body.page-id-13 main section.location .contenu .bloc .media1 {
    background-position: top left;
    background-size: 80%;
    display: none;
  }
  body.page-id-13 main section.location .contenu .bloc .media3 {
    background-position: top right;
    background-size: 80%;
    display: none;
  }
  body.page-id-13 main section.location .contenu .bloc h2 {
    font-size: 32px;
  }
  body.page-id-13 main section.location .contenu .bloc p {
    font-size: 16px;
  }
  body.page-id-13 main section.avantages {
    padding: 60px 0;
  }
  body.page-id-13 main section.avantages:before {
    top: 20px;
  }
  body.page-id-13 main section.avantages .contenu h2 {
    font-size: 36px;
  }
  body.page-id-13 main section.avantages .contenu h3 {
    font-size: 16px;
  }
  body.page-id-13 main section.avantages .contenu .liste {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 70px auto 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .visuel {
    display: none;
  }
  body.page-id-13 main section.avantages .contenu .liste .item {
    width: 50%;
    margin: 0 15px;
  }
  body.page-id-13 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
    text-align: left;
  }
  body.page-id-13 main section.avantages .contenu .liste h4 {
    font-size: 17px;
    width: 100%;
  }
  body.page-id-13 main section.avantages .contenu .liste p {
    font-size: 15px;
  }
  body.page-id-13 main section.avantages .contenu .liste .texte {
    background-color: #fff;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
    padding: 30px;
    text-align: center;
    margin-bottom: 35px;
    min-height: 186px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body.page-id-15 main section.presentation {
    padding: 100px 0 60px;
  }
  body.page-id-15 main section.presentation .contenu .media {
    margin: 0;
    height: 350px;
  }
  body.page-id-15 main section.presentation .contenu .media:before {
    background-size: 80%;
    background-position: top center;
  }
  body.page-id-15 main section.presentation .contenu .bloc {
    text-align: center;
    padding: 50px 0 0;
  }
  body.page-id-15 main section.presentation .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
    margin: auto;
  }
  body.page-id-15 main section.presentation .contenu .bloc h2 {
    font-size: 28px;
  }
  body.page-id-15 main section.presentation .contenu .bloc .texte p {
    font-size: 16px;
    text-align: center;
  }
  body.page-id-15 main section.presentation .contenu .bloc a {
    font-size: 18px;
    margin: auto;
  }
  body.page-id-15 main section.maintenance {
    padding: 60px 0;
  }
  body.page-id-15 main section.maintenance .contenu .first-title h2 {
    margin-bottom: 70px;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3 {
    font-size: 26px;
    letter-spacing: 4px;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3:before {
    font-size: 120px;
    bottom: 30px;
  }
  body.page-id-15 main section.maintenance .contenu .liste p {
    line-height: 1.4;
  }
  body.page-id-15 main section.maintenance .contenu .liste .visuel .media:before {
    width: 170px;
    height: 170px;
  }
  body.page-id-15 main section.maintenance .contenu .liste .visuel .media img {
    width: 160px;
    height: 160px;
  }
  body.page-id-15 main section.team {
    padding: 60px 0;
  }
  body.page-id-15 main section.team .contenu h2 {
    font-size: 26px;
  }
  body.page-id-15 main section.team .contenu img {
    width: 240px;
  }
  body.page-id-17 main section.articles {
    padding: 60px 0 20px;
  }
  body.page-id-17 main section.articles .contenu .texteP {
    margin: 0 auto 50px;
  }
  body.page-id-17 main section.articles .contenu .side {
    margin: 0 -20px !important;
  }
  body.page-id-17 main section.articles .contenu .content {
    padding: 0 20px;
  }
  body.page-id-17 main section.articles .contenu a {
    margin-bottom: 40px;
  }
  body.page-id-17 main section.articles .contenu a .visuel img {
    height: 280px;
  }
  body.page-id-17 main section.articles .contenu a .bloc {
    padding: 25px 20px 28px;
    text-align: center;
  }
  body.page-id-17 main section.articles .contenu a .bloc .top {
    height: 97px;
  }
  body.page-id-17 main section.articles .contenu a .bloc .top h3 {
    font-size: 17px;
  }
  body.single-post main section.article {
    padding: 60px 0 70px;
  }
  body.single-post main section.article .contenu .bloc {
    padding: 60px 0 0;
  }
  body.single-post main section.article .contenu .bloc h2 {
    font-size: 28px;
  }
  body.single-post main section.article .contenu .bloc p {
    font-size: 16px;
    text-align: center;
  }
  body.single-post main section.article .contenu .bloc span {
    margin: 70px auto 0;
  }
  body.single-post main section.article .contenu .media,
  body.single-post main section.article .contenu img {
    height: 450px;
  }
  body.page-id-19 main section.partenaires {
    padding: 60px 0 40px;
  }
  body.page-id-19 main section.partenaires .contenu h2 {
    font-size: 30px;
  }
  body.page-id-19 main section.partenaires .contenu .side {
    margin: 0 -15px !important;
  }
  body.page-id-19 main section.partenaires .contenu .content {
    padding: 0 15px;
  }
  body.page-id-19 main section.partenaires .contenu .bloc {
    margin-bottom: 30px;
  }
  body.page-id-19 main section.references {
    padding: 0 0 40px;
  }
  body.page-id-19 main section.references .contenu h2 {
    font-size: 30px;
  }
  body.page-id-19 main section.references .contenu .side {
    margin: 0 -15px !important;
  }
  body.page-id-19 main section.references .contenu .content {
    padding: 0 15px;
  }
  body.page-id-19 main section.references .contenu .bloc {
    margin-bottom: 30px;
    height: 195px;
  }
  body.page-id-21 main section.recrutement {
    padding: 60px 0 40px;
  }
  body.page-id-21 main section.recrutement .contenu .titre h2 {
    font-size: 28px;
  }
  body.page-id-21 main section.recrutement .contenu .texte {
    margin: 0 auto 60px;
  }
  body.page-id-21 main section.poste {
    padding: 60px 0 40px;
  }
  body.page-id-21 main section.poste .contenu .titre h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  body.page-id-21 main section.poste .contenu .bloc {
    padding: 30px;
    text-align: center;
  }
  body.page-id-21 main section.poste .contenu .bloc .top {
    height: 99px;
  }
  body.page-id-21 main section.poste .contenu .bloc .top h3 {
    font-size: 17px;
  }
  body.page-id-21 main section.poste .contenu .bouton {
    margin: auto;
  }
  body.single-emploi main section.emploi {
    padding: 60px 0 70px;
  }
  body.single-emploi main section.emploi .contenu .bloc h2 {
    font-size: 28px;
  }
  body.single-emploi main section.emploi .contenu .bloc h3 {
    font-size: 18px;
  }
  body.single-emploi main section.emploi .contenu .bloc p {
    font-size: 16px;
  }
  body.single-emploi main section.emploi .contenu .bloc ul li {
    font-size: 16px;
  }
  body.page-id-23 main section.coordonnees {
    padding: 70px 0 45px;
  }
  body.page-id-23 main section.formulaire {
    padding: 60px 0 80px;
  }
  body.page-id-23 main section.formulaire .contenu .texte {
    margin: 0 auto 40px;
  }
  body.page-id-23 main section.formulaire .contenu .texte p {
    font-size: 16px;
  }
  body.page-id-23 main section.formulaire .contenu form {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  body .first-title h2 {
    font-size: 15px;
  }
  body .first-title h2 em {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-top: 5px;
  }
  body header .top {
    height: 35px;
  }
  body header .top .container {
    padding: 0 10px;
  }
  body header .top ul li:nth-child(2) {
    margin-right: 0;
  }
  body header .top ul li:last-child {
    display: none;
  }
  body header .top ul li a {
    font-size: 13px;
    letter-spacing: 0;
  }
  body header .top ul li p {
    font-size: 13px;
    letter-spacing: 1px;
    display: none;
  }
  body header .contenu {
    padding: 15px 0;
  }
  body header .contenu .container {
    padding: 0 20px;
  }
  body header .contenu .fond-hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 5;
    width: 30px;
    height: 20px;
  }
  body header .contenu .fond-hamburger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #232323;
    width: 50px;
    height: 45px;
  }
  body header .contenu .fond-hamburger:hover #hamburger.active span:before,
  body header .contenu .fond-hamburger:hover #hamburger.active span:after {
    background-color: white;
  }
  body header .contenu .fond-hamburger #hamburger {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    clear: both;
    -webkit-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -moz-transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: opacity 0.1s ease, max-width 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  body header .contenu .fond-hamburger #hamburger:hover span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  body header .contenu .fond-hamburger #hamburger.active {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger.active span:after {
    box-shadow: 0 0 0 0, 0 0 0 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transition-delay: 0.15s, 0s;
    -moz-transition-delay: 0.15s, 0s;
    transition-delay: 0.15s, 0s;
    background-color: #fff;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span {
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    vertical-align: middle;
    width: 30px;
    float: right;
    z-index: 1000;
  }
  body header .contenu .fond-hamburger #hamburger span:before,
  body header .contenu .fond-hamburger #hamburger span:after {
    background-color: #fff;
    color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 100%;
  }
  body header .contenu .fond-hamburger #hamburger span:before {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body header .contenu .fond-hamburger #hamburger span:after {
    box-shadow: 0 7px 0 0, 0 -7px 0 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: -webkit-transform 0.15s ease-out, box-shadow 0.2s 0.15s;
    transition: transform 0.15s ease-out, box-shadow 0.2s 0.15s;
  }
  body header .contenu .nav-menu {
    display: block;
    position: fixed;
    float: left;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 4;
    background-color: #2ca1b5;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
  }
  body header .contenu .nav-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  body header .contenu .nav-menu.active ul {
    opacity: 1;
  }
  body header .contenu .nav-menu.active .sociaux {
    opacity: 1;
  }
  body header .contenu .nav-menu ul {
    position: absolute;
    top: 50%;
    width: 100% !important;
    transform: translateY(-50%);
    display: table;
    height: auto !important;
    margin: 0;
    list-style: none;
    opacity: 0;
    margin-top: 0 !important;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
    transition: opacity .9s ease-out;
    transition-delay: .5s;
  }
  body header .contenu .nav-menu ul li {
    position: relative;
    width: 100%;
    margin: 12px 0;
    text-align: center;
    height: auto;
  }
  body header .contenu .nav-menu ul li.current_page_item a {
    color: #fff !important;
  }
  body header .contenu .nav-menu ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    height: auto;
    font-weight: 400;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  body header .contenu .nav-menu ul li a:before {
    display: none;
  }
  body header .contenu .nav-menu ul li a:after {
    display: none;
  }
  body header .contenu .nav-menu ul li a i {
    margin: 0 auto;
    color: #fff;
  }
  body header .contenu .nav-menu ul li a:hover {
    color: #fff;
  }
  body header .devis {
    display: none;
  }
  body header .fleche {
    display: none;
  }
  body main section .bouton span {
    font-size: 12px;
    height: 45px;
  }
  body main section .container {
    padding: 0 20px;
  }
  body main section.bandeau_entete {
    height: 310px;
  }
  body main section.bandeau_entete .contenu {
    bottom: 45px;
  }
  body main section.bandeau_entete .contenu .first-title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body main section.bandeau_entete .contenu .first-title h1 {
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  body main section.bandeau_entete .contenu .ariane a,
  body main section.bandeau_entete .contenu .ariane span {
    font-size: 11px;
  }
  body main section.secteurs {
    padding: 40px 0 20px;
  }
  body main section.secteurs .contenu .titre2 {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
  body main section.secteurs .contenu .bloc {
    margin-bottom: 20px;
  }
  body main section.secteurs .contenu .bloc a .titre {
    height: 60px;
  }
  body main section.secteurs .contenu .bloc a .titre h3 {
    font-size: 15px;
  }
  body main section.secteurs .contenu .bloc a .visuel .media {
    height: 145px;
  }
  body main section.informatique {
    padding: 40px 0;
  }
  body main section.informatique .contenu .first-title h2 {
    margin-bottom: 40px;
  }
  body main section.informatique .contenu .bloc {
    min-height: auto;
    padding: 30px 30px 35px;
    margin-bottom: 20px;
  }
  body main section.informatique .contenu .bloc .content h3 {
    font-size: 16px;
  }
  body main section.informatique .contenu .bloc .content p {
    font-size: 15px;
  }
  body main section.informatique .contenu .bloc .content .visuel {
    height: 90px;
  }
  body main section.informatique .contenu .bloc .content .visuel img {
    max-height: 65px;
  }
  body main section.bandeau-contact {
    padding: 40px 0 20px;
  }
  body main section.bandeau-contact .contenu {
    text-align: center;
  }
  body main section.bandeau-contact .contenu .content img {
    display: none;
  }
  body main section.bandeau-contact .contenu .content .nf-response-msg {
    margin-bottom: 0;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 {
    font-size: 13px;
  }
  body main section.bandeau-contact .contenu .content form .first-title h2 em {
    font-size: 28px;
  }
  body main section.bandeau-contact .contenu .content form .nf-field-container {
    margin-bottom: 10px;
  }
  body main section.bandeau-partenaires {
    padding: 40px 0;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 {
    font-size: 13px;
    margin-bottom: 40px;
  }
  body main section.bandeau-partenaires .contenu .first-title h2 em {
    font-size: 28px;
  }
  body main section.bandeau_chiffres {
    padding: 40px 0 10px;
  }
  body main section.bandeau_chiffres .contenu .container {
    padding: 0 50px;
  }
  body main section.bandeau_chiffres .contenu .bloc {
    height: 170px;
    margin-bottom: 30px;
  }
  body main section.bandeau_chiffres .contenu .bloc p {
    font-size: 16px;
  }
  body main section.bandeau_chiffres .contenu .bloc p strong {
    font-size: 28px;
  }
  body footer .container {
    padding: 0 20px;
  }
  body footer .contenu {
    padding: 90px 0 50px;
  }
  body footer .contenu h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  body footer .contenu p {
    font-size: 15px;
  }
  body footer .contenu a {
    font-size: 16px;
  }
  body footer .contenu .bloc {
    margin-bottom: 60px;
  }
  body footer .contenu .bloc:last-of-type {
    margin-bottom: 0;
  }
  body footer .contenu .contact:before {
    background-size: 70%;
    background-position: center;
  }
  body footer .contenu .agence:before {
    background-size: 70%;
    background-position: center;
  }
  body footer .contenu .horaires:before {
    background-size: 70%;
    background-position: center;
  }
  body footer .copy {
    text-align: center;
    font-size: 11px;
  }
  body footer .copy img {
    display: table;
    margin: 0 auto 5px;
  }
  body footer .copy a {
    font-size: 11px;
  }
  body.page-id-6 main section.haut {
    height: 520px;
  }
  body.page-id-6 main section.haut .contenu .media2 {
    display: none;
  }
  body.page-id-6 main section.haut .contenu .reseaux {
    top: auto;
    bottom: 36px;
    right: 32px;
  }
  body.page-id-6 main section.haut .contenu .reseaux p {
    display: none;
  }
  body.page-id-6 main section.haut .contenu .encart {
    padding: 0 20px;
    top: 58% !important;
    text-align: center;
  }
  body.page-id-6 main section.haut .contenu .encart .titre p {
    font-size: 13px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 15px;
  }
  body.page-id-6 main section.haut .contenu .encart h1 strong {
    font-size: 27px;
  }
  body.page-id-6 main section.haut .contenu .encart ul {
    display: none;
    text-align: left;
    margin: auto;
    column-count: 1;
  }
  body.page-id-6 main section.haut .contenu .encart ul li {
    margin-bottom: 3px;
  }
  body.page-id-6 main section.haut .contenu .encart .bouton {
    margin-top: 10px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot {
    display: none !important;
    margin-bottom: 30px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-dot:after {
    font-size: 17px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-nav {
    bottom: 46px;
    left: 36px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-prev:after {
    width: 38px;
    height: 38px;
  }
  body.page-id-6 main section.haut .contenu .owl-carousel .owl-next:after {
    width: 38px;
    height: 38px;
  }
  body.page-id-6 main section.haut .contenu .scroll {
    display: none;
  }
  body.page-id-6 main section.secteurs {
    padding: 40px 0;
  }
  body.page-id-6 main section.secteurs:before {
    height: 318px;
  }
  body.page-id-6 main section.secteurs .contenu .texte {
    margin-bottom: 30px;
  }
  body.page-id-6 main section.secteurs .contenu .texte p {
    font-size: 16px;
  }
  body.page-id-6 main section.informations:before {
    background-size: 100%;
    background-position: center;
    width: 100%;
  }
  body.page-id-6 main section.informations .contenu .media {
    height: 300px;
  }
  body.page-id-6 main section.informations .contenu .container {
    padding: 0 !important;
  }
  body.page-id-6 main section.informations .contenu .item >.row {
    flex-direction: column-reverse;
  }
  body.page-id-6 main section.informations .contenu .owl-carousel {
    background-color: #303842;
  }
  body.page-id-6 main section.informations .contenu .content .bloc {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    padding: 25px 0 80px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre {
    text-align: center;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 {
    font-size: 23px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .titre h2 em {
    font-size: 16px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte {
    text-align: center;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p {
    font-size: 15px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte p em {
    font-size: 15px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte ul {
    text-align: left;
    margin: 30px auto 0;
    column-count: 1;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .texte ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  body.page-id-6 main section.informations .contenu .content .bloc .bouton {
    margin: 40px auto 0;
  }
  body.page-id-6 main section.location {
    padding: 0;
  }
  body.page-id-6 main section.location .contenu .container {
    padding: 0 !important;
  }
  body.page-id-6 main section.location .contenu .content {
    padding: 40px 0;
  }
  body.page-id-6 main section.location .contenu .content .media1 {
    background-position: bottom left;
    background-size: 80%;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .media2 {
    background-position: bottom right;
    background-size: 80%;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .media3 {
    background-position: bottom right;
    background-size: 80%;
    left: -295px;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .media4 {
    background-position: bottom left;
    background-size: 80%;
    right: -220px;
    display: none;
  }
  body.page-id-6 main section.location .contenu .content .bloc {
    padding: 0 20px;
  }
  body.page-id-6 main section.location .contenu .content .bloc p {
    font-size: 15px;
  }
  body.page-id-6 main section.location .contenu .content .bloc .groupe {
    margin-top: 40px;
    display: block;
  }
  body.page-id-6 main section.location .contenu .content .bloc .groupe .bouton {
    margin: 0 12px 10px;
  }
  body.page-id-6 main section.maintenance {
    padding: 40px 0;
  }
  body.page-id-6 main section.maintenance .contenu .first-title h2 {
    margin-bottom: 80px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc {
    width: 250px;
    max-width: 100%;
    margin: 0 auto 70px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc p {
    font-size: 15px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc figure {
    height: 90px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel:before {
    width: 80px;
    height: 80px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel:after {
    width: 104px;
    height: 104px;
  }
  body.page-id-6 main section.maintenance .contenu .bloc .visuel img {
    max-width: 38px;
  }
  body.page-id-6 main section.impression {
    padding: 40px 0;
  }
  body.page-id-6 main section.impression .contenu .first-title h2 {
    margin-bottom: 30px;
  }
  body.page-id-6 main section.impression .contenu .texte p {
    font-size: 15px;
  }
  body.page-id-6 main section.impression .contenu .bouton {
    margin: 40px auto 0;
  }
  body.page-id-6 main section.actus {
    padding: 40px 0;
  }
  body.page-id-6 main section.actus .contenu .first-title h2 em {
    font-size: 25px;
  }
  body.page-id-6 main section.actus .contenu .left {
    margin-bottom: 40px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc {
    padding: 40px 20px 35px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top {
    height: 128px;
  }
  body.page-id-6 main section.actus .contenu .left .content .bloc .top h3 {
    font-size: 20px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc {
    text-align: center;
    padding: 30px 0 0;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top {
    height: 119px;
    margin-bottom: 20px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .top h3 {
    font-size: 18px;
  }
  body.page-id-6 main section.actus .contenu .right .content .bloc .bouton {
    margin: auto;
  }
  body.page-id-9 main section.professionnels .contenu {
    padding: 40px 0;
  }
  body.page-id-9 main section.professionnels .contenu .bloc {
    padding: 30px 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.95);
  }
  body.page-id-9 main section.professionnels .contenu .bloc h2 {
    font-size: 23px;
  }
  body.page-id-9 main section.professionnels .contenu .bloc p {
    font-size: 15px;
  }
  body.page-id-9 main section.choix .contenu {
    padding: 40px 0;
  }
  body.page-id-9 main section.choix .contenu .bloc {
    padding: 30px 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.95);
  }
  body.page-id-9 main section.choix .contenu .bloc .texte {
    margin: auto;
  }
  body.page-id-9 main section.choix .contenu .bloc h2 {
    font-size: 23px;
  }
  body.page-id-9 main section.choix .contenu .bloc ul {
    text-align: left;
  }
  body.page-id-9 main section.choix .contenu .bloc ul li {
    font-size: 15px;
  }
  body.page-id-9 main section.equipe {
    padding: 40px 0 0;
  }
  body.page-id-9 main section.equipe .contenu .titre h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  body.page-id-9 main section.equipe .contenu .titre h3 {
    font-size: 16px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 {
    margin-bottom: 40px;
  }
  body.page-id-9 main section.equipe .contenu .titre2 h2 {
    font-size: 20px;
  }
  body.page-id-9 main section.equipe .contenu .visuel {
    height: 300px;
  }
  body.page-id-11 main section.atout {
    padding: 60px 0 40px;
  }
  body.page-id-11 main section.atout .contenu .media {
    margin: 0;
    height: 300px;
  }
  body.page-id-11 main section.atout .contenu .media:before {
    background-size: 70%;
    background-position: top center;
  }
  body.page-id-11 main section.atout .contenu .bloc {
    text-align: center;
    padding: 40px 0 0;
  }
  body.page-id-11 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
    margin: auto;
  }
  body.page-id-11 main section.atout .contenu .bloc h2 {
    font-size: 23px;
  }
  body.page-id-11 main section.atout .contenu .bloc .texte p {
    font-size: 15px;
    text-align: center;
  }
  body.page-id-11 main section.atout .contenu .bloc a {
    font-size: 16px;
    margin: auto;
  }
  body.page-id-11 main section.location {
    padding: 40px 0;
  }
  body.page-id-11 main section.location .contenu .bloc .media1 {
    background-position: top left;
    background-size: 80%;
    display: none;
  }
  body.page-id-11 main section.location .contenu .bloc .media3 {
    background-position: top right;
    background-size: 80%;
    display: none;
  }
  body.page-id-11 main section.location .contenu .bloc .texte {
    width: 100%;
  }
  body.page-id-11 main section.location .contenu .bloc h2 {
    font-size: 25px;
  }
  body.page-id-11 main section.location .contenu .bloc p {
    font-size: 15px;
  }
  body.page-id-11 main section.location .contenu .bloc .bouton {
    margin: 30px auto 0;
  }
  body.page-id-11 main section.avantages {
    padding: 40px 0;
  }
  body.page-id-11 main section.avantages:before {
    top: 20px;
  }
  body.page-id-11 main section.avantages .contenu h2 {
    font-size: 28px;
  }
  body.page-id-11 main section.avantages .contenu h3 {
    font-size: 14px;
  }
  body.page-id-11 main section.avantages .contenu .liste {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .visuel {
    display: none;
  }
  body.page-id-11 main section.avantages .contenu .liste .item {
    width: 100%;
    margin: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-11 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  body.page-id-11 main section.avantages .contenu .liste h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  body.page-id-11 main section.avantages .contenu .liste p {
    font-size: 15px;
  }
  body.page-id-11 main section.avantages .contenu .liste .texte {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
    padding: 30px 20px;
    text-align: center;
    min-height: auto;
    position: relative;
    display: block;
  }
  body.page-id-13 main section.atout {
    padding: 60px 0 40px;
  }
  body.page-id-13 main section.atout .contenu .media {
    margin: 0;
    height: 300px;
  }
  body.page-id-13 main section.atout .contenu .media:before {
    background-size: 70%;
    background-position: top center;
  }
  body.page-id-13 main section.atout .contenu .bloc {
    text-align: center;
    padding: 40px 0 0;
  }
  body.page-id-13 main section.atout .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
    margin: auto;
  }
  body.page-id-13 main section.atout .contenu .bloc h2 {
    font-size: 23px;
  }
  body.page-id-13 main section.atout .contenu .bloc .texte p {
    font-size: 15px;
    text-align: center;
  }
  body.page-id-13 main section.atout .contenu .bloc a {
    font-size: 16px;
    margin: auto;
  }
  body.page-id-13 main section.location {
    padding: 40px 0;
  }
  body.page-id-13 main section.location .contenu .bloc .media1 {
    background-position: top left;
    background-size: 80%;
    display: none;
  }
  body.page-id-13 main section.location .contenu .bloc .media3 {
    background-position: top right;
    background-size: 80%;
    display: none;
  }
  body.page-id-13 main section.location .contenu .bloc .texte {
    width: 100%;
  }
  body.page-id-13 main section.location .contenu .bloc h2 {
    font-size: 25px;
  }
  body.page-id-13 main section.location .contenu .bloc p {
    font-size: 15px;
  }
  body.page-id-13 main section.location .contenu .bloc .bouton {
    margin: 30px auto 0;
  }
  body.page-id-13 main section.avantages {
    padding: 40px 0;
  }
  body.page-id-13 main section.avantages:before {
    top: 20px;
  }
  body.page-id-13 main section.avantages .contenu h2 {
    font-size: 28px;
  }
  body.page-id-13 main section.avantages .contenu h3 {
    font-size: 14px;
  }
  body.page-id-13 main section.avantages .contenu .liste {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .visuel {
    display: none;
  }
  body.page-id-13 main section.avantages .contenu .liste .item {
    width: 100%;
    margin: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .droite {
    padding-left: 0;
  }
  body.page-id-13 main section.avantages .contenu .liste .gauche {
    padding-right: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  body.page-id-13 main section.avantages .contenu .liste h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  body.page-id-13 main section.avantages .contenu .liste p {
    font-size: 15px;
  }
  body.page-id-13 main section.avantages .contenu .liste .texte {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.14);
    padding: 30px 20px;
    text-align: center;
    min-height: auto;
    position: relative;
    display: block;
  }
  body.page-id-15 main section.presentation {
    padding: 60px 0 40px;
  }
  body.page-id-15 main section.presentation .contenu .media {
    margin: 0;
    height: 300px;
  }
  body.page-id-15 main section.presentation .contenu .media:before {
    background-size: 70%;
    background-position: top center;
  }
  body.page-id-15 main section.presentation .contenu .bloc {
    text-align: center;
    padding: 40px 0 0;
  }
  body.page-id-15 main section.presentation .contenu .bloc .titre {
    width: 460px;
    max-width: 100%;
    margin: auto;
  }
  body.page-id-15 main section.presentation .contenu .bloc h2 {
    font-size: 23px;
  }
  body.page-id-15 main section.presentation .contenu .bloc .texte p {
    font-size: 15px;
    text-align: center;
  }
  body.page-id-15 main section.presentation .contenu .bloc a {
    font-size: 16px;
    margin: auto;
  }
  body.page-id-15 main section.maintenance {
    padding: 40px 0;
  }
  body.page-id-15 main section.maintenance .contenu .first-title h2 {
    margin-bottom: 70px;
  }
  body.page-id-15 main section.maintenance .contenu .bouton {
    margin: 40px auto 0;
  }
  body.page-id-15 main section.maintenance .contenu ul li:nth-child(2n) .liste p {
    text-align: center;
    margin: auto;
  }
  body.page-id-15 main section.maintenance .contenu ul li:last-of-type .liste .texte {
    margin-bottom: 0;
  }
  body.page-id-15 main section.maintenance .contenu .liste {
    display: block;
    text-align: center;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 0 auto 20px;
  }
  body.page-id-15 main section.maintenance .contenu .liste h3:before {
    font-size: 90px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.page-id-15 main section.maintenance .contenu .liste .texte {
    margin-bottom: 80px;
  }
  body.page-id-15 main section.maintenance .contenu .liste p {
    line-height: 1.4;
    text-align: center;
  }
  body.page-id-15 main section.maintenance .contenu .liste .item {
    width: 100%;
  }
  body.page-id-15 main section.maintenance .contenu .liste .visuel {
    width: 100%;
    margin-bottom: 15px;
  }
  body.page-id-15 main section.maintenance .contenu .liste .visuel .media:before {
    width: 170px;
    height: 170px;
  }
  body.page-id-15 main section.maintenance .contenu .liste .visuel .media img {
    width: 160px;
    height: 160px;
    max-width: inherit;
  }
  body.page-id-15 main section.team {
    padding: 40px 0;
  }
  body.page-id-15 main section.team .contenu h2 {
    font-size: 23px;
  }
  body.page-id-15 main section.team .contenu img {
    width: 240px;
  }
  body.page-id-17 main section.articles {
    padding: 40px 0 10px;
  }
  body.page-id-17 main section.articles .contenu .texteP {
    margin: 0 auto 40px;
    width: 100%;
  }
  body.page-id-17 main section.articles .contenu .texteP p {
    font-size: 16px;
  }
  body.page-id-17 main section.articles .contenu .side {
    margin: 0 -20px !important;
  }
  body.page-id-17 main section.articles .contenu .content {
    padding: 0 20px;
  }
  body.page-id-17 main section.articles .contenu a {
    margin-bottom: 30px;
  }
  body.page-id-17 main section.articles .contenu a .visuel img {
    height: 280px;
  }
  body.page-id-17 main section.articles .contenu a .bloc {
    padding: 25px 20px 28px;
    text-align: center;
  }
  body.page-id-17 main section.articles .contenu a .bloc .top {
    height: 97px;
  }
  body.page-id-17 main section.articles .contenu a .bloc .top h3 {
    font-size: 17px;
  }
  body.single-post main section.article {
    padding: 40px 0;
  }
  body.single-post main section.article .contenu .retour {
    margin-bottom: 20px;
  }
  body.single-post main section.article .contenu .bloc {
    padding: 40px 0 0;
  }
  body.single-post main section.article .contenu .bloc h2 {
    font-size: 23px;
    margin: 0 auto 40px;
    padding-bottom: 35px;
  }
  body.single-post main section.article .contenu .bloc p {
    font-size: 15px;
    text-align: center;
  }
  body.single-post main section.article .contenu .bloc span {
    margin: 50px auto 0;
  }
  body.single-post main section.article .contenu .media,
  body.single-post main section.article .contenu img {
    height: 300px;
  }
  body.single-post main section.article .contenu .owl-prev {
    left: 19px;
  }
  body.single-post main section.article .contenu .owl-next {
    right: 19px;
  }
  body.single-post main section.article .contenu .owl-prev:after {
    width: 50px;
    height: 50px;
  }
  body.single-post main section.article .contenu .owl-next:after {
    width: 50px;
    height: 50px;
  }
  body.single-emploi main section.emploi {
    padding: 40px 0;
  }
  body.single-emploi main section.emploi .contenu .retour {
    margin-bottom: 20px;
  }
  body.single-emploi main section.emploi .contenu .bloc h2 {
    font-size: 23px;
    margin: 0 auto 40px;
    padding-bottom: 35px;
  }
  body.single-emploi main section.emploi .contenu .bloc h3 {
    font-size: 17px;
  }
  body.single-emploi main section.emploi .contenu .bloc p {
    font-size: 15px;
    text-align: left;
  }
  body.single-emploi main section.emploi .contenu .bloc ul li {
    font-size: 15px;
  }
  body.single-emploi main section.emploi .contenu .bouton {
    margin: 40px auto 0;
  }
  body.page-id-19 main section.partenaires {
    padding: 40px 0 20px;
  }
  body.page-id-19 main section.partenaires .contenu h2 {
    font-size: 25px;
  }
  body.page-id-19 main section.partenaires .contenu .texte {
    margin: 0 auto 40px;
  }
  body.page-id-19 main section.partenaires .contenu .side {
    margin: 0 -15px !important;
  }
  body.page-id-19 main section.partenaires .contenu .content {
    padding: 0 15px;
  }
  body.page-id-19 main section.partenaires .contenu .bloc {
    margin-bottom: 30px;
  }
  body.page-id-19 main section.references {
    padding: 0 0 20px;
  }
  body.page-id-19 main section.references .contenu h2 {
    font-size: 25px;
  }
  body.page-id-19 main section.references .contenu .texte {
    margin: 0 auto 40px;
  }
  body.page-id-19 main section.references .contenu .side {
    margin: 0 -15px !important;
  }
  body.page-id-19 main section.references .contenu .content {
    padding: 0 15px;
  }
  body.page-id-19 main section.references .contenu .bloc {
    margin-bottom: 30px;
    height: 195px;
  }
  body.page-id-21 main section.recrutement {
    padding: 40px 0 20px;
  }
  body.page-id-21 main section.recrutement .contenu {
    text-align: center;
  }
  body.page-id-21 main section.recrutement .contenu .titre h2 {
    font-size: 23px;
  }
  body.page-id-21 main section.recrutement .contenu .texte {
    margin: 0 auto 40px;
  }
  body.page-id-21 main section.recrutement .contenu .texte p {
    font-size: 15px;
  }
  body.page-id-21 main section.recrutement .contenu form .nf-field-container {
    margin-bottom: 10px;
  }
  body.page-id-21 main section.poste {
    padding: 40px 0 20px;
  }
  body.page-id-21 main section.poste .contenu .titre h2 {
    font-size: 23px;
    margin-bottom: 40px;
  }
  body.page-id-21 main section.poste .contenu .bloc {
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  body.page-id-21 main section.poste .contenu .bloc .top {
    height: 99px;
  }
  body.page-id-21 main section.poste .contenu .bloc .top h3 {
    font-size: 17px;
  }
  body.page-id-21 main section.poste .contenu .bouton {
    margin: auto;
  }
  body.page-id-23 main section.coordonnees {
    padding: 50px 0 30px;
  }
  body.page-id-23 main section.coordonnees .contenu ul {
    display: block;
    text-align: center;
  }
  body.page-id-23 main section.coordonnees .contenu ul li {
    margin-bottom: 20px;
  }
  body.page-id-23 main section.coordonnees .contenu ul li i {
    display: table;
    margin: 0 auto 5px;
  }
  body.page-id-23 main section.formulaire {
    padding: 40px 0;
  }
  body.page-id-23 main section.formulaire .contenu .texte {
    margin: 0 auto 40px;
  }
  body.page-id-23 main section.formulaire .contenu .texte p {
    font-size: 16px;
  }
  body.page-id-23 main section.formulaire .contenu form {
    margin-top: 40px;
    text-align: center;
  }
  body.page-id-23 main section.formulaire .contenu form:before {
    display: none;
  }
  body.page-id-23 main section.formulaire .contenu form .nf-field-container {
    margin-bottom: 10px;
  }
}
