@import url('https://fonts.googleapis.com/css?family=Aleo:300,400,700|Source+Sans+Pro:200,300,300i,400,400i,600,700,900');
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  overflow: auto;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body header {
  width: 100%;
  padding: 1rem 0;
  position: relative;
  z-index: 15;
}
body header::before {
  z-index: 15;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  width: 100%;
  height: 15px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}
body header #subheader {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: .9rem;
  z-index: 50;
  background-color: #22a869;
}
body header #subheader a {
  display: inline-block;
  color: #fff;
}
body header #subheader a i {
  color: #fff;
}
body header #subheader a:hover,
body header #subheader a:focus {
  text-decoration: none;
}
body header #subheader #langue {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
body header #subheader #langue ul {
  padding-left: 0;
  margin-bottom: 0;
}
body header #subheader #langue ul li {
  display: inline-block;
  list-style-type: none;
}
body header #subheader #langue ul li a {
  color: rgba(255,255,255,0.5);
  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 #subheader #langue ul li a:hover {
  color: #fff;
  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 #subheader #langue ul li.current-lang a {
  color: #fff;
  font-weight: 700;
}
body header #subheader .infos-header {
  margin-right: 0;
}
body header #subheader .infos-header .info-item {
  position: relative;
  background-color: #22a869;
  padding: .5rem 0;
  color: #fff;
  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 #subheader .infos-header .info-item span {
  display: inline-block;
  padding: .45rem 1rem;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 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;
  white-space: nowrap;
}
body header #subheader .infos-header .info-item.fas:before {
  padding: .5rem .65rem;
}
body header #subheader .infos-header .info-item:hover,
body header #subheader .infos-header .info-item:focus {
  background-color: #22a869;
  color: #fff;
  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 #subheader .infos-header .info-item:hover span,
body header #subheader .infos-header .info-item:focus span {
  background-color: #22a869;
  color: #fff;
  right: 100%;
  font-size: .9rem;
  font-weight: 400;
  z-index: 10;
  padding: .5rem 1rem;
  opacity: 1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body header .wrapper-logo-menu .logo-home {
  padding-left: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .wrapper-logo-menu .logo-home {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1490.98px) {
  body header .wrapper-logo-menu .logo-home img {
    width: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .wrapper-logo-menu .logo-home img {
    width: 20%;
  }
}
body header .wrapper-logo-menu .logo-home .slogan {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-left: 3rem;
  position: relative;
}
@media (min-width: 1510px) and (max-width: 1679.98px) {
  body header .wrapper-logo-menu .logo-home .slogan {
    margin-left: 1rem;
    font-size: .9rem;
  }
}
@media (min-width: 1199.98px) and (max-width: 1509.98px) {
  body header .wrapper-logo-menu .logo-home .slogan {
    margin-left: 0;
    font-size: .9rem;
    margin-top: .8rem;
    padding-top: .5rem;
  }
}
body header .wrapper-logo-menu .logo-home .slogan strong {
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: left;
}
@media (min-width: 1199.98px) and (max-width: 1679.98px) {
  body header .wrapper-logo-menu .logo-home .slogan strong {
    font-size: .9rem;
  }
}
body header .wrapper-logo-menu .logo-home .slogan::before {
  content: "";
  position: absolute;
  background-color: #22a869;
  left: -25px;
  top: 0;
  height: 100%;
  width: 1px;
}
@media (min-width: 1510px) and (max-width: 1679.98px) {
  body header .wrapper-logo-menu .logo-home .slogan::before {
    left: -10px;
  }
}
@media (min-width: 1199.98px) and (max-width: 1509.98px) {
  body header .wrapper-logo-menu .logo-home .slogan::before {
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 80%;
  }
}
body header .wrapper-logo-menu #reseaux-sociaux a {
  color: #22a869;
  font-size: 1.5rem;
  padding: 0.35rem;
}
body header .wrapper-logo-menu #menu-wrapper {
  padding-right: 0rem;
}
@media (min-width: 992px) and (max-width: 1590.98px) {
  body header .wrapper-logo-menu #menu-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .wrapper-logo-menu #menu-wrapper {
    margin-top: .5rem;
  }
}
body header .wrapper-logo-menu #menu-wrapper .navbar ul li {
  padding: 0 1.2rem;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1390.98px) {
  body header .wrapper-logo-menu #menu-wrapper .navbar ul li {
    padding: 0 .8rem;
  }
}
body header .wrapper-logo-menu #menu-wrapper .navbar ul li a {
  font-weight: 600;
  font-size: 1.1rem;
  color: #7a6958;
  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;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1690.98px) {
  body header .wrapper-logo-menu #menu-wrapper .navbar ul li a {
    font-size: 1rem;
  }
}
body header .wrapper-logo-menu #menu-wrapper .navbar ul li a:hover {
  color: #22a869;
  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 .wrapper-logo-menu #menu-wrapper .navbar ul li.current-menu-item a {
  color: #22a869;
  font-weight: 600;
}
body main {
  position: relative;
}
body main #demande-rappel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
  background-color: #22a869;
  max-width: 20rem;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  border-top-left-radius: 25px;
}
body main #demande-rappel #rappel-title {
  position: relative;
  padding: 1rem;
  background-color: #22a869;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Aleo', serif;
  cursor: pointer;
  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;
  border-top-left-radius: 25px;
}
body main #demande-rappel #rappel-title:hover {
  background-color: #212121;
  color: #fff;
  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 #demande-rappel .nf-form-cont {
  display: none;
  padding: 0 1rem;
}
body main #demande-rappel .nf-form-cont.active {
  padding: 0.5rem 1.5rem;
}
body main #demande-rappel .nf-form-cont .nf-before-form-content {
  font-size: .75rem;
  margin-bottom: 1rem;
}
body main #demande-rappel .nf-form-cont .textbox-container {
  margin-bottom: 1rem;
}
body main #demande-rappel .nf-form-cont .submit-container {
  margin-bottom: 0;
  text-align: right;
}
body main #demande-rappel input:not([type="button"]),
body main #demande-rappel textarea,
body main #demande-rappel select {
  padding: .3rem .7rem;
  border: 1px solid #e6e6e6;
  outline: none;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body main #demande-rappel input:not([type="button"]):hover,
body main #demande-rappel input:not([type="button"]):focus,
body main #demande-rappel textarea:hover,
body main #demande-rappel textarea:focus,
body main #demande-rappel select:hover,
body main #demande-rappel select:focus {
  border: 1px solid #22a869;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body main #demande-rappel textarea {
  resize: none;
  height: 100px;
}
body main #demande-rappel ::-webkit-input-placeholder {
  font-size: .85rem;
  color: ;
}
body main #demande-rappel ::-moz-placeholder {
  font-size: .85rem;
  color: ;
}
body main #demande-rappel :-ms-input-placeholder {
  font-size: .85rem;
  color: ;
}
body main #demande-rappel :-moz-placeholder {
  font-size: .85rem;
  color: ;
}
body main #demande-rappel input[type="button"] {
  padding: .5rem 1.4rem;
  background-color: #fff;
  color: #22a869;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 400;
  cursor: pointer;
  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 #demande-rappel input[type="button"]:hover,
body main #demande-rappel input[type="button"]:focus {
  background-color: #212121;
  color: #fff;
  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 #demande-rappel.sticky {
  position: absolute;
}
body footer {
  background-color: #212121;
  padding: 1rem 0;
  border-top: solid 5px #22a869;
}
body footer p {
  margin-bottom: 0;
}
body footer a,
body footer p,
body footer span {
  color: #fff;
}
body footer address {
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1474.98px) {
  body footer .left-foot .contact .info-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center !important;
    margin-top: .5rem;
  }
}
@media (min-width: 992px) and (max-width: 1674.98px) {
  body footer .left-foot .contact .info-wrapper a,
  body footer .left-foot .contact .info-wrapper span {
    font-size: .85rem;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body footer .left-foot .contact {
    margin-top: 1rem;
  }
  body footer .left-foot .contact .adresse {
    justify-content: flex-end;
    padding-right: 3rem;
  }
  body footer .left-foot .contact .telephone {
    align-items: flex-start !important;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  body footer .right-foot #mentions-legales {
    font-size: .85rem;
  }
}
body footer .contact .info-wrapper {
  font-family: 'Aleo', serif;
  font-weight: 400;
}
body footer #mentions-legales a img {
  image-rendering: pixelated;
}
.page-template-accueil header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  padding: 1rem 0;
}
.page-template-accueil header #subheader {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: .9rem;
  z-index: 50;
  background-color: #22a869;
}
.page-template-accueil header #subheader a {
  display: inline-block;
  color: #fff;
}
.page-template-accueil header #subheader a i {
  color: #fff;
}
.page-template-accueil header #subheader a:hover,
.page-template-accueil header #subheader a:focus {
  text-decoration: none;
}
.page-template-accueil header #subheader #langue {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.page-template-accueil header #subheader #langue ul {
  padding-left: 0;
  margin-bottom: 0;
}
.page-template-accueil header #subheader #langue ul li {
  display: inline-block;
  list-style-type: none;
}
.page-template-accueil header #subheader #langue ul li a {
  color: rgba(255,255,255,0.5);
  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;
}
.page-template-accueil header #subheader #langue ul li a:hover {
  color: #fff;
  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;
}
.page-template-accueil header #subheader #langue ul li.current-lang a {
  color: #fff;
  font-weight: 700;
}
.page-template-accueil header #subheader .infos-header {
  margin-right: 0;
}
.page-template-accueil header #subheader .infos-header .info-item {
  position: relative;
  background-color: #22a869;
  padding: .5rem 0;
  color: #fff;
  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;
}
.page-template-accueil header #subheader .infos-header .info-item span {
  display: inline-block;
  padding: .45rem 1rem;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 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;
  white-space: nowrap;
}
.page-template-accueil header #subheader .infos-header .info-item.fas:before {
  padding: .5rem .65rem;
}
.page-template-accueil header #subheader .infos-header .info-item:hover,
.page-template-accueil header #subheader .infos-header .info-item:focus {
  background-color: #22a869;
  color: #fff;
  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;
}
.page-template-accueil header #subheader .infos-header .info-item:hover span,
.page-template-accueil header #subheader .infos-header .info-item:focus span {
  background-color: #22a869;
  color: #fff;
  right: 100%;
  font-size: .9rem;
  font-weight: 400;
  z-index: 10;
  padding: .5rem 1rem;
  opacity: 1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-accueil header .wrapper-logo-menu .logo-home {
  padding-left: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1590.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home img {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home img {
    width: 20%;
  }
}
.page-template-accueil header .wrapper-logo-menu .logo-home .slogan {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-left: 3rem;
  position: relative;
}
@media (min-width: 1510px) and (max-width: 1679.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home .slogan {
    margin-left: 1rem;
    font-size: .9rem;
  }
}
@media (min-width: 1199.98px) and (max-width: 1509.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home .slogan {
    margin-left: 15px;
    font-size: .9rem;
    margin-top: .8rem;
    padding-top: .5rem;
  }
}
.page-template-accueil header .wrapper-logo-menu .logo-home .slogan strong {
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: left;
}
@media (min-width: 1199.98px) and (max-width: 1679.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home .slogan strong {
    font-size: .9rem;
  }
}
.page-template-accueil header .wrapper-logo-menu .logo-home .slogan::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: -25px;
  top: 0;
  height: 100%;
  width: 1px;
}
@media (min-width: 1510px) and (max-width: 1679.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home .slogan::before {
    left: -10px;
  }
}
@media (min-width: 1199.98px) and (max-width: 1509.98px) {
  .page-template-accueil header .wrapper-logo-menu .logo-home .slogan::before {
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 80%;
  }
}
.page-template-accueil header .wrapper-logo-menu #reseaux-sociaux a {
  color: #fff;
  font-size: 1.5rem;
  padding: 0.35rem;
}
.page-template-accueil header .wrapper-logo-menu #menu-wrapper {
  padding-right: 0rem;
}
@media (min-width: 992px) and (max-width: 1590.98px) {
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper {
    margin-top: .5rem;
  }
}
.page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li {
  padding: 0 1.2rem;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1390.98px) {
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li {
    padding: 0 .5rem;
  }
}
@media (min-width: 1391px) and (max-width: 1590.98px) {
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li {
    padding: 0 1rem;
  }
}
.page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li a {
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  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;
  position: relative;
}
@media (min-width: 1391px) and (max-width: 1690.98px) {
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li a {
    font-size: 1rem;
  }
}
.page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li a:hover {
  color: #22a869;
  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;
}
.page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li.current-menu-item a {
  color: #22a869;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar #bs4navbar > ul > li > a {
    padding: .5rem .3rem;
    font-size: 1.1rem;
  }
}
.page-template-accueil #main-slider {
  height: 900px;
}
.page-template-accueil #main-slider >.owl-stage-outer {
  height: 100%;
}
.page-template-accueil #main-slider >.owl-stage-outer * {
  height: 100%;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item {
  overflow: hidden;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item >div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message {
  position: relative;
  height: 100%;
  margin-left: 2px;
  padding-top: 1rem;
  width: 50%;
  z-index: 15;
  float: left;
  margin-left: 15%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message {
    width: 60%;
  }
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message {
  transform: translateY(-50%);
  height: auto;
  width: 50%;
  padding: 2rem 2rem 4rem;
  position: absolute;
  background-color: rgba(34,168,105,0.9);
  top: 50%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1455.98px) {
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message {
    width: 70%;
  }
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message::before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -15px;
  width: 220px;
  height: 295px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../img/logo-shape-green.png');
  opacity: .3;
  z-index: -1;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  height: auto;
  position: relative;
  font-family: 'Aleo', serif;
  font-weight: 400;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message h2::before {
  position: absolute;
  content: ". . . . . . . . . . . . . .";
  left: 0;
  bottom: -30px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 2rem;
  letter-spacing: 1px;
  padding-right: 0;
  height: auto;
  z-index: 15;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message p strong {
  font-size: 2.5rem;
  letter-spacing: 3px;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more {
  background-color: transparent;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: .5;
  padding: .5rem;
  width: auto;
  height: auto;
  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;
  position: absolute;
  font-family: 'Aleo', serif;
  font-weight: 400;
  right: 30px;
  bottom: 30px;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more:hover {
  color: #385333;
  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;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more:hover span.top {
  left: -18px;
  top: -14px;
  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;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more:hover span.bottom {
  right: -18px;
  bottom: -14px;
  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;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.top {
  position: absolute;
  left: -11px;
  top: -8px;
  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;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.top::before,
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.top::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  top: 0;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.top::before {
  width: 20px;
  height: 1px;
  left: 0;
  top: 0;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.top::after {
  width: 1px;
  height: 20px;
  left: 0;
  top: 0;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.bottom {
  position: absolute;
  right: -11px;
  bottom: -8px;
  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;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.bottom::before,
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.bottom::after {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.bottom::before {
  width: 20px;
  height: 1px;
  right: 0;
  bottom: 0;
}
.page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more span.bottom::after {
  width: 1px;
  height: 20px;
  right: 0;
  bottom: 0;
}
.page-template-accueil #main-slider > .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 100;
  display: block;
}
.page-template-accueil #main-slider > .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #fff;
  margin-bottom: 1rem;
  display: block;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-accueil #main-slider > .owl-dots .owl-dot:last-of-type {
  margin-bottom: 0rem;
}
.page-template-accueil #main-slider > .owl-dots .owl-dot.active {
  background-color: #fff;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-accueil #main-slider > .owl-dots .owl-dot:hover,
.page-template-accueil #main-slider > .owl-dots .owl-dot:focus {
  background-color: #fff;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-accueil #nature-group {
  margin: 3rem 0;
  position: relative;
}
.page-template-accueil #nature-group::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/shape-gris.png');
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}
.page-template-accueil #nature-group .bloc-left .citation {
  color: #22a869;
  padding: 1rem 2rem;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.page-template-accueil #nature-group .bloc-left .citation::before,
.page-template-accueil #nature-group .bloc-left .citation::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .3;
}
.page-template-accueil #nature-group .bloc-left .citation::before {
  top: 0;
  left: -25px;
  background-image: url('../img/quote-left.png');
}
.page-template-accueil #nature-group .bloc-left .citation::after {
  bottom: 0;
  right: -5px;
  background-image: url('../img/quote-right.png');
}
.page-template-accueil #nature-group .bloc-left #information-group .title {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.page-template-accueil #nature-group .bloc-left #information-group ul {
  padding-left: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.page-template-accueil #nature-group .bloc-left #information-group ul li {
  position: relative;
  color: #385333;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: .5rem;
  list-style-type: none;
}
.page-template-accueil #nature-group .bloc-left #information-group ul li::before {
  content: "";
  position: absolute;
  background-image: url('../img/puce.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  left: -33px;
  top: 3px;
}
.page-template-accueil #nature-group .bloc-left #information-group .btn-discover {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.2rem;
  border: solid 2px #22a869;
  border-radius: 25px;
  padding: .6rem 3rem;
  position: relative;
  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;
}
.page-template-accueil #nature-group .bloc-left #information-group .btn-discover::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 0;
  background-color: #22a869;
  border-radius: 25px;
  left: -2px;
  bottom: 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;
  z-index: -1;
  opacity: 0;
}
.page-template-accueil #nature-group .bloc-left #information-group .btn-discover:hover {
  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;
  color: #fff;
}
.page-template-accueil #nature-group .bloc-left #information-group .btn-discover:hover::before {
  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;
  height: 100%;
  opacity: 1;
}
.page-template-accueil #nature-group .bloc-right .photo {
  height: 325px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 5.5rem;
}
.page-template-accueil #projets {
  margin: 3rem 0 4rem 0;
}
.page-template-accueil #projets .titre-main {
  margin-bottom: 1rem;
}
.page-template-accueil #projets .titre-main h2 {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.page-template-accueil #projets .titre-main h2::before {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  right: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-accueil #projets .slider-container #owl-projet-home a {
  position: relative;
  overflow: hidden;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure {
  position: relative;
  height: 14rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img {
  background-color: rgba(34,168,105,0.9);
  z-index: 10;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 2rem;
  height: 100%;
  width: 100%;
  top: 100%;
  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;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img::before {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: .4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/logo-shape-green.png);
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more:hover {
  color: #385333;
  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;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more:hover span.top {
  left: -18px;
  top: -14px;
  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;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more:hover span.bottom {
  right: -18px;
  bottom: -14px;
  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;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.top {
  position: absolute;
  left: -13px;
  top: -11px;
  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;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.top::before,
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.top::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  top: 0;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.top::before {
  width: 20px;
  height: 2px;
  left: 0;
  top: 0;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.top::after {
  width: 2px;
  height: 20px;
  left: 0;
  top: 0;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.bottom {
  position: absolute;
  right: -13px;
  bottom: -11px;
  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;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.bottom::before,
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.bottom::after {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.bottom::before {
  width: 20px;
  height: 2px;
  right: 0;
  bottom: 0;
}
.page-template-accueil #projets .slider-container #owl-projet-home a figure .hover-img .more span.bottom::after {
  width: 2px;
  height: 20px;
  right: 0;
  bottom: 0;
}
.page-template-accueil #projets .slider-container #owl-projet-home a:hover figure span {
  transform: scale(1.2);
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
.page-template-accueil #projets .slider-container #owl-projet-home a:hover .hover-img {
  top: 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;
}
.page-template-accueil #projets .slider-container #owl-projet-home .titre {
  color: #7a6958;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Aleo', serif;
  font-weight: 700;
}
.page-template-accueil #projets .slider-container #owl-projet-home .type-application h3,
.page-template-accueil #projets .slider-container #owl-projet-home .ville-pays h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  margin-right: .5rem;
  margin-bottom: 0;
}
.page-template-accueil #projets .slider-container #owl-projet-home .type-application span,
.page-template-accueil #projets .slider-container #owl-projet-home .ville-pays span {
  font-weight: 400;
}
.page-template-accueil #projets .slider-container #owl-projet-home .type-application {
  margin-bottom: .5rem;
  margin-top: .8rem;
}
.page-template-accueil #projets .slider-container #owl-projet-home .type-application .name-application .picto {
  display: inline-block;
  width: 20px;
  background-size: contain;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-accueil #projets .slider-container #owl-projet-home .ville-pays .inner-localisation .pays {
  font-size: 1rem;
  font-weight: 600;
  color: #7a6958;
}
.page-template-accueil #projets .slider-container #owl-projet-home .ville-pays .inner-localisation .ville {
  color: #333333;
  font-weight: 400;
}
.page-template-accueil #projets .slider-container #owl-projet-home > .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}
.page-template-accueil #projets .slider-container #owl-projet-home > .owl-nav .owl-prev {
  left: -35px;
  position: absolute;
  background-image: url('../img/arrow-prev.png');
  width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 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;
}
.page-template-accueil #projets .slider-container #owl-projet-home > .owl-nav .owl-prev span {
  display: none;
}
.page-template-accueil #projets .slider-container #owl-projet-home > .owl-nav .owl-prev:hover {
  background-image: url('../img/arrow-prev-hover.png');
  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;
}
.page-template-accueil #projets .slider-container #owl-projet-home > .owl-nav .owl-next {
  right: -35px;
  position: absolute;
  background-image: url('../img/arrow-next.png');
  width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 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;
}
.page-template-accueil #projets .slider-container #owl-projet-home > .owl-nav .owl-next span {
  display: none;
}
.page-template-accueil #projets .slider-container #owl-projet-home > .owl-nav .owl-next:hover {
  background-image: url('../img/arrow-next-hover.png');
  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;
}
.page-template-accueil #technologie {
  background-position: center center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
.page-template-accueil #technologie::before {
  background-color: #333333;
  opacity: .8;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.page-template-accueil #technologie .bloc-left .main-title {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-template-accueil #technologie .bloc-left #technologie-information {
  margin-bottom: 1rem;
}
.page-template-accueil #technologie .bloc-left #technologie-information p {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  padding-right: 4rem;
}
.page-template-accueil #technologie .bloc-left #technologie-information p strong {
  font-weight: 600;
}
.page-template-accueil #technologie .bloc-left .btn-discover {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1rem;
  border: solid 2px #22a869;
  border-radius: 25px;
  padding: .6rem 3rem;
  position: relative;
  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;
}
.page-template-accueil #technologie .bloc-left .btn-discover::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 0;
  background-color: #22a869;
  border-radius: 25px;
  left: -2px;
  bottom: 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;
  z-index: -1;
  opacity: 0;
}
.page-template-accueil #technologie .bloc-left .btn-discover:hover {
  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;
}
.page-template-accueil #technologie .bloc-left .btn-discover:hover::before {
  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;
  height: 100%;
  opacity: 1;
}
.page-template-accueil #technologie .bloc-right .inner img {
  max-width: 80%;
}
.page-template-accueil .titre-acteur {
  color: #7a6958;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 2rem 0 1rem 0;
}
.page-template-accueil #acteur {
  background-color: #f9f8f6;
  padding: 2rem 0;
  position: relative;
  margin-bottom: 2rem;
}
.page-template-accueil #acteur::before {
  z-index: 15;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  width: 100%;
  height: 15px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}
.page-template-accueil #acteur .ctn-acteur .logo-acteur {
  height: 55px;
  width: 180px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 1rem;
}
.page-template-accueil #acteur .ctn-acteur ul li {
  list-style-type: none;
  color: ;
  font-family: 'Aleo', serif;
  font-weight: 400;
  position: relative;
}
.page-template-accueil #acteur .ctn-acteur ul li::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 7px;
  background-color: #22a869;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.page-template-accueil #partenaire {
  margin-top: 4rem;
}
.page-template-accueil #partenaire .title {
  margin-bottom: .5rem;
  position: relative;
}
.page-template-accueil #partenaire .title h2 {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.page-template-accueil #partenaire .title h2::before {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  left: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-accueil #partenaire .title h2::after {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  right: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-accueil #partenaire #slider-partenaire {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 0;
  margin-bottom: 0;
}
.page-template-accueil #partenaire #slider-partenaire .owl-stage {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.page-template-accueil #partenaire #slider-partenaire .owl-stage .item {
  text-align: center;
  list-style-type: none;
}
.page-template-accueil #partenaire #slider-partenaire .owl-stage img {
  display: inline-block;
  max-height: 60px;
  width: auto;
  max-width: 100%;
  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;
  cursor: pointer;
}
.page-template-accueil #partenaire #slider-partenaire .owl-stage img:hover {
  filter: grayscale(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;
}
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-prev,
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-next {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  font-size: 3rem;
  margin-top: -2rem;
  color: #333333;
  font-weight: 200;
  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;
}
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-prev:hover,
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-prev:focus,
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-next:hover,
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-next:focus {
  color: #e6e6e6;
  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;
}
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-prev {
  right: auto;
  left: 0rem;
}
.page-template-accueil #partenaire #slider-partenaire >.owl-nav .owl-next {
  left: auto;
  right: 0rem;
}
#VideoModal .modal-content {
  width: auto;
  height: auto;
  background-color: #000;
  border: none;
  border-radius: 0;
}
#VideoModal .modal-content .modal-header {
  border-bottom: solid 1px rgba(255,255,255,0.4);
}
#VideoModal .modal-content .modal-header h5 {
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 0;
}
#VideoModal .modal-content .modal-header h5 strong {
  font-weight: 500;
}
#VideoModal .close {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: .8;
}
.page-template-video #bandeau-top,
.single-nos_videos #bandeau-top {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-video #wrapper-video .sous-titre,
.single-nos_videos #wrapper-video .sous-titre {
  margin-top: 2rem;
  color: #22a869;
  font-size: 1.5rem;
  font-weight: 500;
}
.page-template-video #wrapper-video #video,
.single-nos_videos #wrapper-video #video {
  margin: 2.5rem 0 4rem 0;
}
.page-template-video #wrapper-video #video .media-video,
.single-nos_videos #wrapper-video #video .media-video {
  margin-bottom: 1rem;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item {
  padding-left: 0 !important;
  padding-top: 0 !important;
  width: 100%;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video-iframe,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video-iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-video #wrapper-video #video .media-video .actus-media-item .video-iframe,
  .single-nos_videos #wrapper-video #video .media-video .actus-media-item .video-iframe {
    height: 252px;
  }
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video-iframe iframe,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video-iframe iframe {
  width: 100%;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video {
  display: inline-block;
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-video #wrapper-video #video .media-video .actus-media-item .video,
  .single-nos_videos #wrapper-video #video .media-video .actus-media-item .video {
    height: 252px;
  }
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:before,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video i,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video i {
  position: relative;
  color: #fff;
  font-size: 2rem;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video p,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video p {
  position: relative;
  font-size: .8rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 0;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:hover,
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:focus,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:hover,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:focus {
  cursor: pointer;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:hover:before,
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:focus:before,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:hover:before,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:focus:before {
  background-color: rgba(0,0,0,0.2);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:hover i,
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:focus i,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:hover i,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:focus i {
  transform: translateY(1.2rem);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:hover p,
.page-template-video #wrapper-video #video .media-video .actus-media-item .video:focus p,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:hover p,
.single-nos_videos #wrapper-video #video .media-video .actus-media-item .video:focus p {
  opacity: 0;
  transform: translateY(2rem);
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-video #wrapper-video #video .media-video .infos-actus,
.single-nos_videos #wrapper-video #video .media-video .infos-actus {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  padding: 2rem 2rem 1rem;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.page-template-video #wrapper-video #video .media-video .infos-actus .title,
.single-nos_videos #wrapper-video #video .media-video .infos-actus .title {
  text-transform: uppercase;
  color: #22a869;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  font-weight: 400;
}
.page-template-video #wrapper-video #video .media-video .infos-actus .desc p,
.single-nos_videos #wrapper-video #video .media-video .infos-actus .desc p {
  text-align: justify;
  color: #625f5d;
  font-size: 1rem;
}
.blog #bandeau-top {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog .bloc-actualites .titre-slider {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 2rem;
  margin-bottom: 0;
}
.blog .bloc-actualites .titre-actualite {
  margin: 2rem 0;
}
.blog .bloc-actualites .titre-actualite h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: .5rem;
}
.blog .bloc-actualites .wrapper-actualite .actualite {
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}
.blog .bloc-actualites .wrapper-actualite .actualite .photo-actus {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog .bloc-actualites .wrapper-actualite .actualite .actualites-flex {
  position: relative;
  display: inline-block;
}
.blog .bloc-actualites .wrapper-actualite .actualite .actualites-flex .actualites-ctn .actualites-title {
  font-size: 1rem;
  color: #fff;
  background-color: #22a869;
  font-weight: 400;
  margin-bottom: 1rem;
  padding: .5rem 1.2rem;
  text-transform: uppercase;
}
.blog .bloc-actualites .wrapper-actualite .actualite .actualites-flex .actualites-ctn .actualites-content {
  font-size: .85rem;
  color: #333333;
  padding: 1.5rem;
}
.blog .bloc-actualites .wrapper-actualite .actualite .actualites-flex .actualites-ctn .date {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1rem;
  color: #22a869;
  padding: 0 1.5rem;
}
.blog .bloc-actualites .wrapper-actualite .actualite .actualites-flex a {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  background-color: #22a869;
  display: block;
  text-align: center;
  line-height: 1.3;
  width: 40px;
  height: 40px;
  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;
}
.blog .bloc-actualites .wrapper-actualite .actualite .actualites-flex a:hover {
  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;
  background-color: #333333;
  color: #22a869;
}
.blog .bloc-actualites #pagination {
  margin-bottom: 3rem;
}
.blog .bloc-actualites #pagination .pagination h2 {
  display: none;
}
.blog .bloc-actualites #pagination .pagination .nav-links .page-numbers {
  background-color: #e6e6e6;
  color: ;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  padding: .2rem;
  line-height: 1.2;
  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;
}
.blog .bloc-actualites #pagination .pagination .nav-links .page-numbers.current,
.blog .bloc-actualites #pagination .pagination .nav-links .page-numbers:hover {
  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;
  background-color: ;
  color: ;
}
.single #bandeau-top {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single .wrapper-single {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.single .wrapper-single img {
  height: auto !important;
}
.single .wrapper-single .owl-carousel-galerie {
  position: relative;
  margin-top: 0;
}
.single .wrapper-single .owl-carousel-galerie .owl-stage {
  margin: 0 auto;
}
.single .wrapper-single .owl-carousel-galerie .owl-stage .owl-item {
  height: 220px;
  overflow: hidden;
  align-items: center;
  display: inline-flex;
}
.single .wrapper-single .owl-carousel-galerie .owl-stage .owl-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.single .wrapper-single .owl-carousel-galerie .owl-stage .owl-item a .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.single .wrapper-single .owl-carousel-galerie .owl-nav {
  display: none;
}
.single .wrapper-single .main-actus {
  padding-right: 3rem;
}
.single .wrapper-single .main-actus .photo-actus {
  height: 380px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1.5rem;
}
.single .wrapper-single .main-actus .titre-actu {
  margin: 2rem 0;
}
.single .wrapper-single .main-actus .titre-actu h2 {
  color: #333333;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.single .wrapper-single .main-actus .date {
  font-size: 1rem;
  color: #22a869;
  padding: 0 1rem;
}
.single .wrapper-single .main-actus .texte {
  margin-top: 1rem;
}
.single .wrapper-single .main-actus .texte p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.9;
  text-align: justify;
}
.single .wrapper-single .mini-menu {
  margin-top: 2rem;
}
.single .wrapper-single .mini-menu .item a {
  font-size: .9rem;
  text-transform: uppercase;
  color: #333333;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  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;
}
.single .wrapper-single .mini-menu .item a:hover {
  color: #22a869;
  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;
}
.single .wrapper-single .mini-menu .item a::before {
  position: absolute;
  content: "";
  right: -35px;
  top: -7px;
  background-color: #22a869;
  width: 1px;
  height: 35px;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.single .wrapper-single .mini-menu .item:last-child a::before {
  display: none;
}
.single .wrapper-single .mini-menu .item-center {
  margin: 0 4.5rem;
}
.single .actu-coming {
  padding: 0 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single .actu-coming {
    padding: 0rem 1rem;
  }
}
.single .actu-coming .ctn-actu-coming .sous-titre-actu {
  margin: 2rem 0;
}
.single .actu-coming .ctn-actu-coming .sous-titre-actu h2 {
  color: #22a869;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related {
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
  margin-bottom: 1.5rem;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related .photo-actus {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related .ctn-bloc-single-actu {
  display: block;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related .ctn-bloc-single-actu .title {
  font-size: .8rem;
  color: #fff;
  background-color: #22a869;
  font-weight: 400;
  margin-bottom: 1rem;
  padding: .5rem 1.2rem;
  text-transform: uppercase;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related .ctn-bloc-single-actu .contenu {
  font-size: .8rem;
  color: #333333;
  text-align: justify;
  padding: .5rem 1.5rem;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related .ctn-bloc-single-actu .date {
  font-size: .8rem;
  color: #22a869;
  padding: 0 1.5rem;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related .ctn-bloc-single-actu a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  background-color: #22a869;
  display: block;
  text-align: center;
  line-height: 1.3;
  width: 30px;
  height: 30px;
  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;
}
.single .actu-coming .ctn-actu-coming .related-actus .actu .ctn-related .ctn-bloc-single-actu a:hover {
  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;
  background-color: #333333;
  color: #22a869;
}
.page-template-groupe #menu-group {
  background-image: url(../img/fond-menu.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem 0 2rem 0;
}
.page-template-groupe #menu-group ul {
  padding-left: 0;
  text-align: center;
  margin-bottom: 2rem;
}
.page-template-groupe #menu-group ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 2rem;
  position: relative;
  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;
}
.page-template-groupe #menu-group ul li::before {
  position: absolute;
  content: "";
  border: solid 2px #22a869;
  top: -1.5rem;
  left: 50%;
  background-color: #f9f8f6;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  z-index: 5;
  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;
}
.page-template-groupe #menu-group ul li::after {
  position: absolute;
  content: "";
  width: 103%;
  height: 1px;
  background-color: #22a869;
  top: -1.05rem;
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
}
.page-template-groupe #menu-group ul li:hover {
  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;
}
.page-template-groupe #menu-group ul li:hover::before {
  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;
  background-color: #22a869;
}
.page-template-groupe #menu-group ul li a {
  color: #7a6958;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .95rem;
  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;
}
.page-template-groupe #menu-group ul li a:hover {
  color: #22a869;
  font-weight: 500;
  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;
}
.page-template-groupe #menu-group .titre-slider h1 {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 2rem;
  margin-bottom: 0;
}
.page-template-groupe #caroussel-groupe {
  margin: 0 0 3rem 0;
}
.page-template-groupe #caroussel-groupe #groupe-slider {
  height: 560px;
  position: relative;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer {
  height: 100%;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer * {
  height: 100%;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item {
  overflow: hidden;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .photo-slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message {
  background-color: #22a869;
  position: relative;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message::before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -60px;
  width: 260px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../img/logo-seul.png');
  opacity: .3;
  z-index: 0;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message {
  z-index: 50;
  height: auto;
  padding: 2rem;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .titre-slide {
  margin-bottom: 1.5rem;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .titre-slide .number {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 5rem;
  height: 91px;
  margin-right: .5rem;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .titre-slide h2 {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 0;
}
.page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .description p {
  color: #fff;
  font-weight: 300;
  font-size: 1.1rem;
  text-align: justify;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-nav {
  position: absolute;
  bottom: 10%;
  right: 30%;
  width: 30px;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-nav .owl-prev {
  left: -30px;
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 1px #fff;
  border-radius: 50%;
  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;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-nav .owl-prev span {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: .7;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-nav .owl-next {
  right: -30px;
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 1px #fff;
  border-radius: 50%;
  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;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-nav .owl-next span {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: .7;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 48.7%;
  display: flex;
  flex-direction: column;
  z-index: 100;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 11;
  counter-reset: dots;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-dots .owl-dot {
  position: relative;
  margin-bottom: 1.55rem;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-dots .owl-dot:last-of-type {
  margin-bottom: 0rem;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-dots .owl-dot.active::before {
  font-size: 1rem;
  background-color: #22a869;
  color: #fff;
  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;
  border-bottom: none;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-dots .owl-dot::before {
  counter-increment: dots;
  content: "0" counter(dots);
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #22a869;
  font-size: 1rem;
  white-space: nowrap;
  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;
  border-bottom: solid 1px #22a869;
}
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-dots .owl-dot:hover::before,
.page-template-groupe #caroussel-groupe #groupe-slider > .owl-dots .owl-dot:focus::before {
  background-color: #22a869;
  color: #fff;
  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;
}
.page-template-groupe #philosophie {
  margin-bottom: 4rem;
}
.page-template-groupe #philosophie img {
  max-width: 80%;
}
.page-template-groupe #philosophie .title {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-template-groupe #philosophie .descriptif {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.page-template-groupe #philosophie .descriptif p {
  font-size: 1rem;
  font-weight: 400;
  color: #625f5d;
  text-align: justify;
  padding-right: 4rem;
}
.page-template-groupe #philosophie .descriptif p strong {
  font-weight: 600;
}
.page-template-groupe #philosophie .btn-discover {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1rem;
  border: solid 2px #22a869;
  border-radius: 25px;
  padding: .6rem 3rem;
  position: relative;
  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;
  margin-top: 1rem;
  display: inline-block;
}
.page-template-groupe #philosophie .btn-discover::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 0;
  background-color: #22a869;
  border-radius: 25px;
  left: -2px;
  bottom: 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;
  z-index: -1;
  opacity: 0;
}
.page-template-groupe #philosophie .btn-discover:hover {
  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;
  color: #fff;
}
.page-template-groupe #philosophie .btn-discover:hover::before {
  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;
  height: 100%;
  opacity: 1;
}
.page-template-groupe #histoire {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 2rem 0;
  position: relative;
  margin: 2rem 0 10rem 0;
}
.page-template-groupe #histoire::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333333;
  top: 0;
  left: 0;
  opacity: .8;
  mix-blend-mode: multiply;
  z-index: 0;
}
.page-template-groupe #histoire .titre-histoire h2 {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.6rem;
  z-index: 50;
  position: relative;
  letter-spacing: 2px;
  margin-top: 3rem;
}
.page-template-groupe #histoire .titre-histoire h2::before {
  position: absolute;
  content: "";
  background-color: #22a869;
  top: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.page-template-groupe #histoire .titre-histoire h2::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/logo-histoire.png');
  top: -6.2rem;
  transform: translateX(-50%);
  left: 50%;
}
.page-template-groupe #histoire .cd-horizontal-timeline {
  z-index: 99;
  position: relative;
}
.page-template-groupe #histoire .cd-horizontal-timeline ol,
.page-template-groupe #histoire .cd-horizontal-timeline ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events a {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.1rem;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events a.selected {
  color: #22a869;
  font-weight: 400;
  font-size: 1.3rem;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: auto !important;
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
}
.page-template-groupe #histoire .cd-horizontal-timeline .events-content ol {
  background-color: #fff;
  padding: 2.5rem;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events-content ol li {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events-content ol li .date {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events-content ol li p {
  color: #625f5d;
  font-weight: 300;
  font-size: 1rem;
  margin-left: 2rem;
  text-align: left;
  position: relative;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events-content ol li p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #22a869;
}
.page-template-groupe #histoire .cd-horizontal-timeline .events-wrapper::before,
.page-template-groupe #histoire .cd-horizontal-timeline .events-wrapper::after {
  display: none;
}
.page-template-groupe #histoire .cd-timeline-navigation a {
  border: 2px solid #fff;
}
.page-template-groupe #reseaux {
  padding-bottom: 3rem;
}
.page-template-groupe #reseaux .titre-reseau {
  margin-bottom: .5rem;
  position: relative;
}
.page-template-groupe #reseaux .titre-reseau h2 {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.page-template-groupe #reseaux .titre-reseau h2 strong {
  text-transform: uppercase;
}
.page-template-groupe #reseaux .titre-reseau h2::before {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  left: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-groupe #reseaux .titre-reseau h2::after {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  right: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-groupe #reseaux .text-intro p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.2rem;
}
.page-template-groupe #reseaux .wrapper-reseau {
  margin: 3rem 0;
  position: relative;
}
.page-template-groupe #reseaux .wrapper-reseau::before {
  position: absolute;
  content: "";
  width: 400px;
  height: 535px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/logo-contact.png');
  top: -9rem;
  right: -150px;
}
.page-template-groupe #reseaux .wrapper-reseau .reseau .reseau-inner {
  background-color: #f9f8f6;
  padding: 1.5rem;
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
}
.page-template-groupe #reseaux .wrapper-reseau .reseau .reseau-inner .logo-reseau {
  height: 60px;
  width: 55%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: .5rem;
}
.page-template-groupe #reseaux .wrapper-reseau .reseau .reseau-inner .ctn-reseau .photo-reseau {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 1rem 0;
}
.page-template-groupe #reseaux .wrapper-reseau .reseau .reseau-inner .ctn-reseau .photo-reseau img {
  width: 100%;
  height: 170px;
}
.page-template-groupe #reseaux .wrapper-reseau .reseau .reseau-inner .ctn-reseau .description p {
  color: #625f5d;
  font-weight: 400;
  font-size: .9rem;
  text-align: justify;
}
.page-template-technologie #image-entete {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin-bottom: 2rem;
}
.page-template-technologie #technologie {
  padding-bottom: 3rem;
}
.page-template-technologie #technologie .titre-techno {
  margin-bottom: .5rem;
  position: relative;
}
.page-template-technologie #technologie .titre-techno h2 {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.page-template-technologie #technologie .titre-techno h2::before {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  left: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-technologie #technologie .titre-techno h2::after {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  right: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-technologie #technologie .text-intro p {
  line-height: 1.6;
  font-weight: 400;
}
.page-template-technologie #technologie .wrapper-technologie {
  margin: 3rem 0;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner {
  background-color: #f9f8f6;
  padding: 3rem;
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner:nth-child(1),
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner:nth-child(2) {
  margin-bottom: 1.5rem;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .photo-technologie {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 55px;
  width: 50%;
  margin-bottom: 1rem;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .ctn-technologie {
  margin-bottom: .5rem;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .ctn-technologie .titre-technologie h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #7a6958;
  text-align: justify;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .ctn-technologie .description p {
  color: #7a6958;
  font-weight: 300;
  font-size: 1rem;
  text-align: justify;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .download {
  background-color: #22a869;
  padding: .5rem 2rem;
  color: #fff;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .download i {
  margin-left: 1rem;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-lien {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1rem;
  border: solid 2px transparent;
  border-radius: 25px;
  padding: .6rem 3rem;
  position: relative;
  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;
  margin-top: 1rem;
  display: inline-block;
  z-index: 5;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-lien {
    padding: .6rem 1rem;
  }
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-lien::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  background-color: #7a6958;
  border-radius: 25px;
  left: -2px;
  bottom: 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;
  z-index: -1;
  opacity: 1;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-lien:hover {
  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;
  color: #7a6958;
  border: solid 2px #7a6958;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-lien:hover::before {
  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;
  height: 0;
  opacity: 0;
  z-index: -1;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-discover {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1rem;
  border: solid 2px #22a869;
  border-radius: 25px;
  padding: .6rem 3rem;
  position: relative;
  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;
  margin-top: 1rem;
  display: inline-block;
  z-index: 5;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-discover {
    padding: .6rem 1rem;
  }
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-discover::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 0;
  background-color: #22a869;
  border-radius: 25px;
  left: -2px;
  bottom: 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;
  z-index: -1;
  opacity: 0;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-discover:hover {
  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;
  color: #fff;
}
.page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-discover:hover::before {
  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;
  height: 100%;
  opacity: 1;
  z-index: -1;
}
.page-template-projet #filtre {
  background-image: url(../img/fond-menu.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem 0 2rem 0;
}
.page-template-projet #filtre .titre-projet h2 {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.page-template-projet #filtre .titre-projet h2::before {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  left: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-projet #filtre .titre-projet h2::after {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  right: -65px;
  font-size: 1.8rem;
  top: -12px;
}
.page-template-projet #filtre .filtre-menu .controls-container .titre-marque {
  margin: .5rem 0;
}
.page-template-projet #filtre .filtre-menu .controls-container .titre-marque h2 {
  color: #625f5d;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.page-template-projet #filtre .filtre-menu .controls-container .type-application a {
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  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;
}
.page-template-projet #filtre .filtre-menu .controls-container .type-application a .picto {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 15px;
  margin-right: .3rem;
}
.page-template-projet #filtre .filtre-menu .controls-container .type-application a:hover {
  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;
  color: #22a869;
}
.page-template-projet #filtre .filtre-menu .controls-container .type-application a.mixitup-control-active {
  border: solid 1px #22a869;
  padding: .3rem .5rem;
  color: #22a869;
}
.page-template-projet .mix-container .mix {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.page-template-projet .mix-container .mix a {
  position: relative;
  overflow: hidden;
}
.page-template-projet .mix-container .mix a figure {
  position: relative;
  height: 14rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.page-template-projet .mix-container .mix a figure .hover-img {
  background-color: rgba(34,168,105,0.9);
  z-index: 10;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 2rem;
  height: 100%;
  width: 100%;
  top: 100%;
  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;
}
.page-template-projet .mix-container .mix a figure .hover-img::before {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: .4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/logo-shape-green.png);
}
.page-template-projet .mix-container .mix a figure .hover-img .more {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-template-projet .mix-container .mix a figure .hover-img .more:hover {
  color: #385333;
  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;
}
.page-template-projet .mix-container .mix a figure .hover-img .more:hover span.top {
  left: -18px;
  top: -14px;
  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;
}
.page-template-projet .mix-container .mix a figure .hover-img .more:hover span.bottom {
  right: -18px;
  bottom: -14px;
  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;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.top {
  position: absolute;
  left: -13px;
  top: -11px;
  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;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.top::before,
.page-template-projet .mix-container .mix a figure .hover-img .more span.top::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  top: 0;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.top::before {
  width: 20px;
  height: 2px;
  left: 0;
  top: 0;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.top::after {
  width: 2px;
  height: 20px;
  left: 0;
  top: 0;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.bottom {
  position: absolute;
  right: -13px;
  bottom: -11px;
  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;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.bottom::before,
.page-template-projet .mix-container .mix a figure .hover-img .more span.bottom::after {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.bottom::before {
  width: 20px;
  height: 2px;
  right: 0;
  bottom: 0;
}
.page-template-projet .mix-container .mix a figure .hover-img .more span.bottom::after {
  width: 2px;
  height: 20px;
  right: 0;
  bottom: 0;
}
.page-template-projet .mix-container .mix a:hover figure span {
  transform: scale(1.2);
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
.page-template-projet .mix-container .mix a:hover .hover-img {
  top: 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;
}
.page-template-projet .mix-container .mix .titre {
  color: #7a6958;
  font-size: 1.1rem;
  font-weight: 400;
}
.page-template-projet .mix-container .mix .type-application h3,
.page-template-projet .mix-container .mix .ville-pays h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  margin-right: .5rem;
  margin-bottom: 0;
}
.page-template-projet .mix-container .mix .type-application {
  margin-bottom: .5rem;
  margin-top: .8rem;
}
.page-template-projet .mix-container .mix .type-application .picto {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 15px;
  margin-right: .3rem;
}
.page-template-projet .mix-container .mix .ville-pays .inner-localisation .pays {
  font-size: 1rem;
  font-weight: 600;
  color: #7a6958;
}
.page-template-projet .mix-container .mix .ville-pays .inner-localisation .ville {
  color: #7a6958;
  font-weight: 400;
}
.single-nos_projets .titre-main {
  margin: 2rem 0 2rem 0;
}
.single-nos_projets .titre-main .title {
  width: 100%;
}
.single-nos_projets .titre-main .title h2 {
  color: #22a869;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.single-nos_projets .titre-main .title h2::before {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  left: -65px;
  font-size: 1.8rem;
  top: -10px;
}
.single-nos_projets .titre-main .title h2::after {
  color: #22a869;
  content: ". . . . . ";
  position: absolute;
  right: -65px;
  font-size: 1.8rem;
  top: -10px;
}
.single-nos_projets .slider .slider-container {
  margin-bottom: 2rem;
}
.single-nos_projets .slider .slider-container #owl-realisation {
  position: relative;
  padding-left: 0;
}
.single-nos_projets .slider .slider-container #owl-realisation .owl-stage-outer .owl-stage .owl-item .item {
  list-style-type: none;
  width: 100%;
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-nos_projets .slider .slider-container #owl-realisation > .owl-nav {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 100%;
}
.single-nos_projets .slider .slider-container #owl-realisation > .owl-nav .owl-prev {
  left: -15px;
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #22a869;
  border-radius: 50%;
  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;
}
.single-nos_projets .slider .slider-container #owl-realisation > .owl-nav .owl-prev span {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: .7;
}
.single-nos_projets .slider .slider-container #owl-realisation > .owl-nav .owl-next {
  right: -15px;
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #22a869;
  border-radius: 50%;
  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;
}
.single-nos_projets .slider .slider-container #owl-realisation > .owl-nav .owl-next span {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: .7;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .titre {
  color: #7a6958;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .type-application h3,
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  margin-right: .5rem;
  margin-bottom: 0;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .type-application .name-application,
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays .name-application {
  font-size: 1rem;
  font-weight: 500;
  color: #7a6958;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .type-application .name-application span,
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays .name-application span {
  margin-right: 1rem;
  position: relative;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .type-application .name-application span::before,
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays .name-application span::before {
  position: absolute;
  content: "";
  right: -9px;
  top: 1px;
  background-color: #22a869;
  width: 2px;
  height: 20px;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .type-application .name-application span:last-child,
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays .name-application span:last-child {
  margin-right: 0;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .type-application .name-application span:last-child::before,
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays .name-application span:last-child::before {
  display: none;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .type-application {
  margin-bottom: .5rem;
  margin-top: .8rem;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays .inner-localisation .pays {
  font-size: 1rem;
  font-weight: 600;
  color: #7a6958;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .ville-pays .inner-localisation .ville {
  color: #7a6958;
  font-weight: 400;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .description {
  margin: 1rem 0;
}
.single-nos_projets .realisation .ctn-realisation .titre-lieu .description p {
  color: #7a6958;
  font-weight: 400;
  text-align: justify;
}
.single-nos_projets .realisation .ctn-realisation .infos-bottom .technologie h3 {
  color: #7a6958;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.single-nos_projets .realisation .ctn-realisation .infos-bottom .technologie .picto {
  width: 11rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1rem;
}
.single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs {
  padding-bottom: 1rem;
}
.single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs .owl-thumb-item {
  position: relative;
  display: inline-block;
  padding: 2px;
  border: 0;
  outline: none;
  background-color: transparent;
  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;
}
.single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs .owl-thumb-item .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 100px;
  cursor: pointer;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  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;
}
.single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs .owl-thumb-item:hover,
.single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs .owl-thumb-item.active {
  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;
}
.single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs .owl-thumb-item:hover .thumb,
.single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs .owl-thumb-item.active .thumb {
  -webkit-filter: grayscale(0%);
  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;
}
.single-nos_projets #projet-similaire {
  margin-top: 2rem;
}
.single-nos_projets #projet-similaire .titre-main {
  margin-bottom: .5rem;
}
.single-nos_projets #projet-similaire .titre-main h3 {
  color: #fff;
  background-color: #22a869;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: .8rem 1.5rem;
  display: inline-block;
  border-top-right-radius: 25px;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 12rem;
  position: relative;
  overflow: hidden;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img {
  background-color: rgba(34,168,105,0.9);
  z-index: 10;
  position: absolute;
  left: 0;
  text-align: center;
  padding: 2rem;
  height: 100%;
  width: 100%;
  top: 100%;
  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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img::before {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: .4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/logo-shape-green.png);
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more {
  color: #fff;
  font-family: 'Aleo', serif;
  font-weight: 700;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more:hover {
  color: #385333;
  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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more:hover span.top {
  left: -18px;
  top: -14px;
  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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more:hover span.bottom {
  right: -18px;
  bottom: -14px;
  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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.top {
  position: absolute;
  left: -13px;
  top: -11px;
  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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.top::before,
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.top::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  top: 0;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.top::before {
  width: 20px;
  height: 2px;
  left: 0;
  top: 0;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.top::after {
  width: 2px;
  height: 20px;
  left: 0;
  top: 0;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.bottom {
  position: absolute;
  right: -13px;
  bottom: -11px;
  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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.bottom::before,
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.bottom::after {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.bottom::before {
  width: 20px;
  height: 2px;
  right: 0;
  bottom: 0;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure .hover-img .more span.bottom::after {
  width: 2px;
  height: 20px;
  right: 0;
  bottom: 0;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet:hover figure span {
  transform: scale(1.2);
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet:hover .hover-img {
  top: 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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .icon-nature {
  width: 25px;
  height: 35px;
  display: block;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/logo-shape-green.png);
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .titre-projet {
  color: #7a6958;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire > .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire > .owl-nav .owl-prev {
  left: -35px;
  position: absolute;
  background-image: url('../img/arrow-prev.png');
  width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire > .owl-nav .owl-prev span {
  display: none;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire > .owl-nav .owl-prev:hover {
  background-image: url('../img/arrow-prev-hover.png');
  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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire > .owl-nav .owl-next {
  right: -35px;
  position: absolute;
  background-image: url('../img/arrow-next.png');
  width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 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;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire > .owl-nav .owl-next span {
  display: none;
}
.single-nos_projets #projet-similaire .slider-container #owl-projet-similaire > .owl-nav .owl-next:hover {
  background-image: url('../img/arrow-next-hover.png');
  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;
}
.page-template-contact #contact .infos-contact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.page-template-contact #contact .infos-contact .customer-infos {
  background-color: rgba(255,255,255,0.8);
  width: 48%;
  padding: 4rem 6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .page-template-contact #contact .infos-contact .customer-infos {
    width: 58%;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  .page-template-contact #contact .infos-contact .customer-infos {
    width: 56%;
  }
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  .page-template-contact #contact .infos-contact .customer-infos {
    width: 64%;
  }
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .page-template-contact #contact .infos-contact .customer-infos {
    width: 70%;
  }
}
.page-template-contact #contact .infos-contact address {
  margin-bottom: 0;
}
.page-template-contact #contact .infos-contact .info-wrapper {
  margin-bottom: 1rem;
}
.page-template-contact #contact .infos-contact .info-wrapper .inner span {
  color: #7a6958;
  font-family: 'Aleo', serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: .5rem;
}
.page-template-contact #contact .infos-contact .info-wrapper .inner i {
  color: #22a869;
}
.page-template-contact #contact .infos-contact .info-wrapper span,
.page-template-contact #contact .infos-contact .info-wrapper a {
  color: #7a6958;
  font-family: 'Aleo', serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2px;
}
.page-template-contact #contact .formulaire {
  padding-top: 2rem;
}
.page-template-contact #contact .formulaire h1 {
  color: #7a6958;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 2.5rem;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont,
.page-template-contact #contact .formulaire .form #nf-form-3-cont {
  width: 100%;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont input,
.page-template-contact #contact .formulaire .form #nf-form-2-cont textarea,
.page-template-contact #contact .formulaire .form #nf-form-2-cont select,
.page-template-contact #contact .formulaire .form #nf-form-3-cont input,
.page-template-contact #contact .formulaire .form #nf-form-3-cont textarea,
.page-template-contact #contact .formulaire .form #nf-form-3-cont select {
  padding: .3rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 300;
  font-size: 14px;
  border-radius: 10px;
  border: solid 1px #625f5d;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .textarea,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .textarea {
  height: 200px;
  resize: none;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .submit-wrap,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .submit-wrap {
  text-align: left;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .submit-wrap input,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .submit-wrap input {
  color: #7a6958;
  border: none;
  font-family: 'Aleo', serif;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0.3rem 0.7rem;
  cursor: pointer;
  width: 180px;
  border: solid 2px #7a6958;
  background-color: transparent;
  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;
  border-radius: 25px;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .submit-wrap input:hover,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .submit-wrap input:hover {
  background-color: #7a6958;
  color: #fff;
  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;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .nf-fu-fileinput-button,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .nf-fu-fileinput-button {
  width: 100%;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .nf-fu-fileinput-button span,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .nf-fu-fileinput-button span {
  position: relative;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .nf-fu-fileinput-button span::before,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .nf-fu-fileinput-button span::before {
  left: -35px;
  top: -1px;
  content: "";
  position: absolute;
  background-image: url('../img/download.png');
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .nf-form-fields-required,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .nf-form-fields-required {
  display: none;
}
.page-template-contact #contact .formulaire .form #nf-form-2-cont .nf-error-msg,
.page-template-contact #contact .formulaire .form #nf-form-3-cont .nf-error-msg {
  font-weight: 300;
  font-size: 16px;
}
#grdp_barre_maxi .cross-close:before,
#grdp_barre_maxi .cross-close:after {
  background-color: #fff !important;
}
.close {
  float: none;
  font-size: .9rem;
  font-weight: 400;
  margin-left: .5rem;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
#wpfront-scroll-top-container {
  bottom: 170px !important;
}
@media (max-width: 767.98px) {
  body header {
    padding: 3rem 0rem 1rem 0rem;
  }
  body header #subheader {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  body header #subheader .wrapper .infos-header {
    width: 100%;
  }
  body header .wrapper-logo-menu .logo-home {
    padding: 0;
    padding-left: 0 !important;
  }
  body header .wrapper-logo-menu .logo-home #logo {
    max-width: 40% !important;
    padding: 0;
  }
  body header .wrapper-logo-menu .logo-home .slogan {
    margin-top: 0;
    width: 40%;
    margin-left: 20px;
    font-size: .95rem !important;
  }
  body header .wrapper-logo-menu .logo-home .slogan strong {
    font-size: .95rem !important;
  }
  body header .wrapper-logo-menu .logo-home .slogan::before {
    left: -10px !important;
    height: 40px !important;
    width: 1px !important;
    top: 0 !important;
  }
  body header .wrapper-logo-menu #menu-wrapper {
    padding-right: 1rem;
  }
  body header .wrapper-logo-menu #menu-wrapper .navbar-toggler {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 220px;
  }
  body header .wrapper-logo-menu #menu-wrapper .navbar ul {
    text-align: center;
  }
  body header .wrapper-logo-menu #menu-wrapper .navbar ul li {
    padding: 0 .8rem;
  }
  body main #demande-rappel #rappel-title {
    padding: .6rem;
    font-size: 1rem;
  }
  body footer {
    padding: 2rem 0;
  }
  body footer .left-foot .contact {
    margin-top: 1rem;
  }
  body footer .left-foot .contact .customer-infos {
    justify-content: center !important;
  }
  body footer .left-foot .contact .customer-infos .adresse {
    justify-content: center !important;
    text-align: center;
  }
  body footer .left-foot .contact .customer-infos .telephone {
    align-items: center !important;
    text-align: center;
  }
  .page-template-accueil header {
    padding: 3rem 0rem 1rem 0rem;
  }
  .page-template-accueil header #subheader {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .page-template-accueil header #subheader .wrapper .infos-header {
    width: 100%;
  }
  .page-template-accueil header .wrapper-logo-menu .logo-home #logo {
    max-width: 40% !important;
    padding: 0;
  }
  .page-template-accueil header .wrapper-logo-menu .logo-home .slogan {
    margin-left: 1.4rem;
    width: 40%;
  }
  .page-template-accueil header .wrapper-logo-menu .logo-home .slogan::before {
    left: -10px !important;
    height: 40px !important;
    width: 1px !important;
    top: 0 !important;
  }
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper {
    padding-right: 1rem;
  }
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar-toggler {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 220px;
    color: #fff;
    border-color: #ffffff;
  }
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul {
    text-align: center;
  }
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li {
    padding: 0 .8rem;
  }
  .page-template-accueil #main-slider {
    height: 600px;
  }
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message {
    width: 90%;
    margin-left: 5%;
  }
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message {
    width: 100%;
    padding: 2rem 2rem 4rem;
    top: 60%;
  }
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message p {
    font-size: .9rem;
    padding-right: 0;
  }
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message .btn-more {
    font-size: 1rem;
  }
  .page-template-accueil #nature-group .bloc-left .citation {
    padding: 1rem;
  }
  .page-template-accueil #nature-group .bloc-left .citation::before {
    left: 5px;
  }
  .page-template-accueil #nature-group .bloc-left .citation::after {
    right: 0;
  }
  .page-template-accueil #technologie .bloc-left .main-title {
    text-align: center;
  }
  .page-template-accueil #technologie .bloc-left .btn-discover {
    padding: .6rem 2rem;
  }
  .page-template-accueil #technologie .bloc-left #technologie-information p {
    text-align: center;
    padding-right: 0;
  }
  .page-template-accueil #technologie .bloc-right {
    margin-top: 2rem;
  }
  .page-template-accueil #technologie .bloc-right .inner img {
    margin: 0 auto;
    display: block;
  }
  .page-template-accueil #partenaire .title h2 {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
  }
  .page-template-accueil #partenaire .title h2::before {
    display: none;
  }
  .page-template-accueil #partenaire .title h2::after {
    display: none;
  }
  .page-id-382 #bandeau-top {
    height: 150px;
  }
  .page-id-382 #wrapper-video .sous-titre {
    font-size: 1.2rem;
  }
  .page-id-382 #wrapper-video #video .media-video {
    margin-bottom: 1rem;
  }
  .page-id-382 #wrapper-video #video .media-video .actus-media-item .video-iframe {
    height: 160px;
  }
  .page-id-382 #wrapper-video #video .media-video .actus-media-item .video {
    height: 160px;
  }
  .page-id-382 #wrapper-video #video .media-video .infos-actus .title {
    font-size: 1.2rem;
  }
  .page-id-382 #wrapper-video #video .media-video .infos-actus .desc p {
    font-size: .9rem;
  }
  .page-template-groupe #menu-group {
    padding: 3rem 0 2rem 0;
  }
  .page-template-groupe #menu-group ul li {
    width: 100%;
    padding: .5rem 1rem;
  }
  .page-template-groupe #menu-group ul li::before {
    top: -0.5rem;
  }
  .page-template-groupe #menu-group ul li::after {
    width: 70%;
    top: -0.05rem;
  }
  .page-template-groupe #menu-group .titre-slider h1 {
    font-size: 1.5rem;
  }
  .page-template-groupe #caroussel-groupe {
    margin: 0 0 1rem 0;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider {
    height: auto;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer {
    height: 100%;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer * {
    height: 100%;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider {
    flex-wrap: nowrap;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .photo-slide {
    height: 12rem;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message {
    z-index: 50;
    height: auto;
    padding: .6rem;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .titre-slide {
    margin-bottom: 1.5rem;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .titre-slide .number {
    color: #fff;
    font-family: 'Aleo', serif;
    font-weight: 700;
    font-size: 3rem;
    height: 60px;
    margin-right: .5rem;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .titre-slide h2 {
    color: #fff;
    font-family: 'Aleo', serif;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider >.owl-stage-outer .owl-item .wrapper-slider .main-message .ctn-message .description p {
    color: #fff;
    font-weight: 300;
    font-size: .9rem;
    text-align: justify;
  }
  .page-template-groupe #caroussel-groupe #groupe-slider .owl-dots {
    display: none;
  }
  .page-template-groupe #philosophie img {
    width: 96%;
    margin: 0 auto;
    display: block;
  }
  .page-template-groupe #philosophie .title {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
  .page-template-groupe #philosophie .btn-discover {
    padding: .6rem 1rem;
  }
  .page-template-groupe #philosophie .descriptif p {
    padding-right: 0;
  }
  .page-template-groupe #histoire .cd-horizontal-timeline .events-content {
    width: 100%;
  }
  .page-template-groupe #histoire .cd-horizontal-timeline .events-content ol {
    padding: 1rem;
  }
  .page-template-groupe #reseaux .wrapper-reseau .reseau {
    margin-bottom: 1rem;
  }
  .page-template-groupe #reseaux .wrapper-reseau .reseau .reseau-inner {
    padding: 1rem;
  }
  .page-template-technologie #technologie .titre-techno h2 {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
  }
  .page-template-technologie #technologie .titre-techno h2::before {
    display: none;
  }
  .page-template-technologie #technologie .titre-techno h2::after {
    display: none;
  }
  .page-template-technologie #technologie .wrapper-technologie .technologie {
    padding: 0;
  }
  .page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner {
    padding: 1.5rem;
  }
  .page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .photo-technologie {
    background-position: center;
    width: 100%;
  }
  .page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .ctn-technologie .titre-technologie h2 {
    font-size: 1rem;
  }
  .page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .download {
    padding: .5rem 1rem;
    text-align: center;
  }
  .page-template-technologie #technologie .wrapper-technologie .technologie .technologie-inner .btn-discover {
    padding: .6rem 1rem;
    text-align: center;
  }
  .page-template-projet #filtre .titre-projet h2 {
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
  }
  .page-template-projet #filtre .titre-projet h2::before {
    display: none;
  }
  .page-template-projet #filtre .titre-projet h2::after {
    display: none;
  }
  .page-template-projet #filtre .filtre-menu .controls-container .type-application a {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .page-template-projet #filtre .filtre-menu .controls-container .type-application a .picto {
    display: inline-block;
    margin-right: 0;
  }
  .single-nos_projets .titre-main .title h2 {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
  .single-nos_projets .titre-main .title h2::before {
    display: none;
  }
  .single-nos_projets .titre-main .title h2::after {
    display: none;
  }
  .single-nos_projets .slider .slider-container #owl-realisation .owl-stage-outer .owl-stage .owl-item .item {
    height: 18rem;
  }
  .single-nos_projets .realisation .thumb-projet {
    order: -1;
  }
  .single-nos_projets .realisation .thumb-projet .owl-thumbs-wrapper .owl-thumbs .owl-thumb-item .thumb {
    width: 140px;
  }
  .single-nos_projets #projet-similaire {
    padding-bottom: 3rem;
  }
  .single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .ctn-projet figure {
    height: 10rem;
  }
  .single-nos_projets #projet-similaire .slider-container #owl-projet-similaire .owl-stage-outer .owl-stage .owl-item a .titre-projet {
    font-size: .9rem;
  }
  .page-template-contact #contact .infos-contact {
    height: 300px;
  }
  .page-template-contact #contact .infos-contact .customer-infos {
    width: 92%;
    padding: 2rem 4rem;
    left: 12px;
  }
  .page-template-contact #contact .infos-contact .info-wrapper {
    margin-bottom: 1rem;
  }
  .page-template-contact #contact .infos-contact .info-wrapper:last-child {
    margin-bottom: 0;
  }
  .page-template-contact #contact .infos-contact .info-wrapper .inner span {
    font-size: .9rem;
  }
  .page-template-contact #contact .infos-contact .info-wrapper span,
  .page-template-contact #contact .infos-contact .info-wrapper a {
    font-size: .9rem;
  }
  .page-template-contact #contact .formulaire .form #nf-form-2-cont textarea,
  .page-template-contact #contact .formulaire .form #nf-form-3-cont textarea {
    height: 120px !important;
    resize: none;
  }
  .page-template-contact #contact .formulaire .form #nf-form-2-cont .nf-fu-fileinput-button span::before,
  .page-template-contact #contact .formulaire .form #nf-form-3-cont .nf-fu-fileinput-button span::before {
    left: -28px;
  }
  .page-template-contact #contact .formulaire .form #nf-form-2-cont .submit-wrap input,
  .page-template-contact #contact .formulaire .form #nf-form-3-cont .submit-wrap input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .wrapper-logo-menu #menu-wrapper {
    padding: 0rem;
  }
  body header .wrapper-logo-menu #menu-wrapper .navbar {
    padding: 1rem 0rem .5rem;
  }
  body header .wrapper-logo-menu #menu-wrapper .navbar ul > li {
    padding: 0 .5rem;
  }
  body header .wrapper-logo-menu #menu-wrapper .navbar ul > li > a {
    padding: 0;
  }
  body footer {
    padding: 2rem 0;
  }
  body footer .left-foot .contact {
    margin-top: 1rem;
  }
  body footer .left-foot .contact .adresse {
    justify-content: flex-end;
    padding-right: 3rem;
  }
  body footer .left-foot .contact .telephone {
    align-items: flex-start !important;
    padding-left: 3rem;
  }
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper {
    padding-right: 0rem;
  }
  .page-template-accueil header .wrapper-logo-menu #menu-wrapper .navbar ul li {
    padding: 0 .5rem;
  }
  .page-template-accueil #main-slider {
    height: 700px;
  }
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message {
    width: 100%;
    margin-left: 10%;
  }
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message {
    width: 70%;
    padding: 2rem 2rem 4rem;
  }
  .page-template-accueil #main-slider >.owl-stage-outer .owl-item .main-message .ctn-message p {
    font-size: 1rem;
  }
  .page-template-accueil #technologie .bloc-left .main-title {
    text-align: center;
  }
  .page-template-accueil #technologie .bloc-left #technologie-information p {
    text-align: center;
    padding-right: 0;
  }
  .page-template-accueil #technologie .bloc-right {
    margin-top: 2rem;
  }
  .page-id-382 #bandeau-top {
    height: 150px;
  }
  .page-id-382 #wrapper-video #video .media-video .actus-media-item .video-iframe {
    height: 186px;
  }
  .page-id-382 #wrapper-video #video .media-video .actus-media-item .video {
    height: 186px;
  }
  .page-id-382 #wrapper-video #video .media-video .infos-actus .title {
    font-size: 1.2rem;
  }
  .page-id-382 #wrapper-video #video .media-video .infos-actus .desc p {
    font-size: .9rem;
  }
  .page-template-groupe #philosophie img {
    width: 90%;
  }
  .page-template-groupe #philosophie .descriptif p {
    padding-right: 0;
  }
  .page-template-groupe #histoire .cd-horizontal-timeline .events-content {
    width: 65%;
  }
  .page-template-groupe #reseaux .wrapper-reseau .reseau .reseau-inner {
    padding: 1rem;
  }
  .page-template-projet #filtre {
    padding: 3rem 0 2rem 0;
  }
  .page-template-projet #filtre .filtre-menu .controls-container .type-application a {
    padding: 0 .6rem;
    font-size: .9rem;
  }
  .single-nos_projets .slider .slider-container #owl-realisation .owl-stage-outer .owl-stage .owl-item .item {
    height: 25rem;
  }
  .single-nos_projets .realisation .thumb-projet {
    order: -1;
  }
  .single-nos_projets #projet-similaire {
    padding-bottom: 3rem;
  }
  .page-template-contact #contact .infos-contact .customer-infos {
    width: 90%;
    padding: 3rem 4rem;
  }
  .page-template-contact #contact .infos-contact .customer-infos .info-wrapper:last-child {
    margin-bottom: 0;
  }
  .page-template-contact #contact .nf-field-element textarea {
    height: 150px;
  }
}
