@charset "UTF-8";
html, body {
  background: white;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  color: #005854;
}
html.home, body.home {
  background: #ffffff;
}
@keyframes slideInUpB {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, -20%, 0);
  }
}
.slideInUpB {
  animation-name: slideInUpB;
}

h1, h2, h3, h4, h5, h6, img, table, ul, ol, li, p, hr {
  margin: 0;
  padding: 0;
}

a {
  color: #005854;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small a {
  color: #93c01f;
}
small a:hover {
  color: #005854;
  text-decoration: none;
}

big {
  font-size: 34px;
  font-weight: 600;
  border: solid 6px #93c01f;
  border-radius: 140px;
  line-height: 140px;
  text-align: center;
  height: 160px;
  width: 160px;
  display: inline-block;
  color: #005854;
}

.ajax-loader {
  display: none;
}

.displayt {
  display: table;
  width: 100%;
  height: 100%;
}
.displayt .displaytcell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.bloc {
  margin: 30px 0;
  padding: 30px 0;
  position: relative;
}
.bloc:last-child {
  margin-bottom: 0;
}
.bloc.bg {
  background: #f9fcf4;
}
.bloc.border {
  margin: 0;
}
.bloc.border:before, .bloc.border:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 10px;
}
.bloc.border:before {
  right: 0;
  background: transparent;
}
.bloc.border:after {
  left: 0;
  background: #93c01f;
}

.section {
  padding-top: 30px;
}

.player {
  margin: 30px 0;
  padding: 30px 0;
  position: relative;
  background: #93c01f url(../images/bg.png);
}
.player #player {
  max-width: 640px;
  margin: auto;
}

.wrapper_btn {
  height: 370px;
}
.wrapper_btn .btn:not(.bootstrap-select), .wrapper_btn .bootstrap-select {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 260px;
  margin: 0 0 0 -130px !important;
}
.wrapper_btn .btn:not(.bootstrap-select) {
  bottom: -40px;
}
.wrapper_btn .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 260px;
}

.tooltip-inner {
  background: #93c01f;
  font-size: 12px;
  opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  border-top-color: #93c01f;
  opacity: 1;
}

#header {
  background: white;
  padding: 20px 0;
  border-bottom: solid 1px #e1e1e1;
}
#header #logo {
  text-align: center;
  margin-top: 5px;
}
#header .social {
  float: right;
  position: relative;
  top: -10px;
}
#header .social a {
  color: #005854;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  position: relative;
}
#header .social a:nth-child(1), #header .social a:nth-child(2) {
  margin-right: 15px;
}
#header .social a:nth-child(1):before, #header .social a:nth-child(2):before {
  content: "";
  position: absolute;
  top: 2px;
  right: -9px;
  bottom: 2px;
  border-right: solid 1px #646569;
}
#header .social a:hover {
  color: #93c01f;
}
#header #burger {
  font-size: 32px;
  position: absolute;
  top: -40px;
  right: 10px;
  display: none;
}
#header #menu {
  float: left;
  width: 100%;
  background: #2fac66;
  border-radius: 20px 0 20px 0;
  position: relative;
}
#header #menu > ul {
  padding: 0 10px;
  text-align: center;
}
#header #menu > ul > li {
  display: inline-block;
  position: relative;
}
#header #menu > ul > li:hover ul {
  display: block;
}
#header #menu > ul > li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  position: relative;
  padding: 8px 16px;
}
#header #menu > ul > li a:hover:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 15px;
  width: 30px;
  height: 2px;
  background: #93c01f;
}
#header #menu > ul > li ul {
  background: #f4fbf7;
  border-bottom: solid 6px #93c01f;
  position: absolute;
  z-index: 2;
  width: 300px;
  top: 40px;
  left: 0;
  text-align: left;
  display: none;
  padding-top: 6px;
}
#header #menu > ul > li ul li {
  display: block;
}
#header #menu > ul > li ul li a {
  color: #00893d;
  width: 100%;
  font-size: 16px;
}
#header #menu > ul > li ul li a:hover {
  background: #2fac66;
  color: white;
}

#top {
  position: fixed;
  bottom: 90px;
  right: 90px;
}
#top span {
  font-size: 100px;
  color: #93c01f;
}

#twitter, #linkedin {
  background: #2fac66;
  color: white;
  float: left;
  height: calc(100% - 30px);
  width: calc((100% - 80px) / 2);
  margin: 0 20px 30px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  padding-bottom: 30px;
}
#twitter a, #linkedin a {
  font-size: 14px;
  color: white;
  text-decoration: none;
  display: block;
}
#twitter p, #linkedin p {
  padding: 0 15px;
}
#twitter p a, #linkedin p a {
  font-size: 14px;
  color: white;
}
#twitter p a:hover, #linkedin p a:hover {
  text-decoration: none;
  color: #93c01f;
}
#twitter span, #twitter .icon, #linkedin span, #linkedin .icon {
  position: absolute;
  color: white;
  font-size: 38px;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0;
}
#twitter span:hover, #twitter .icon:hover, #linkedin span:hover, #linkedin .icon:hover {
  text-decoration: none;
  color: #005854;
}
#twitter .image, #linkedin .image {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}
#twitter .titre, #linkedin .titre {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
  padding: 0 15px;
}
#twitter #btn-twitter, #linkedin #btn-twitter {
  background: white;
  color: #005854;
  border-color: #2fac66;
}
#twitter #btn-twitter:hover, #linkedin #btn-twitter:hover {
  background: #005854;
  color: white;
}
#twitter #btn-linkedin, #linkedin #btn-linkedin {
  background: white;
  color: #005854;
  border-color: #2fac66;
}
#twitter #btn-linkedin:hover, #linkedin #btn-linkedin:hover {
  background: #005854;
  color: white;
}

#twitter {
  text-align: center;
}
#twitter .image {
  border: solid 1px #2fac66;
  border-radius: 6px 6px 0 0;
}
#twitter .icon {
  margin: auto;
  width: 18px;
  height: 18px;
  background: no-repeat center url(../images/icone-twitter.svg);
}
#twitter .icon:hover {
  background: no-repeat center url(../images/icone-twitter-vert-fonce.svg);
}

#linkedin {
  text-align: center;
}
#linkedin .image {
  border: solid 1px #2fac66;
  border-radius: 6px 6px 0 0;
}
#linkedin .icon {
  margin: auto;
  width: 18px;
  height: 18px;
  background: no-repeat center url(../images/icone-linkedin.svg);
}
#linkedin .icon:hover {
  background: no-repeat center url(../images/icone-linkedin-vert-fonce.svg);
}

#footer {
  background: rgb(47, 172, 102);
  background: linear-gradient(45deg, rgb(47, 172, 102) 0%, rgb(0, 88, 84) 100%);
  color: white;
  font-size: 14px;
  position: relative;
  padding: 30px 0;
}
#footer:before, #footer:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 50%;
  height: 10px;
}
#footer:before {
  right: 0;
  background: #93c01f;
}
#footer:after {
  left: 0;
  background: white;
}
#footer .social {
  font-size: 50px;
  margin: 20px 0 0 0;
}
#footer .social ul li {
  display: inline-block;
}
#footer .social ul li.twitter a {
  background: no-repeat center url(../images/icone-twitter.svg);
}
#footer .social ul li.twitter a:hover {
  background: no-repeat center url(../images/icone-twitter-vert.svg);
}
#footer .social ul li.linkedin a {
  background: no-repeat center url(../images/icone-linkedin.svg);
}
#footer .social ul li.linkedin a:hover {
  background: no-repeat center url(../images/icone-linkedin-vert.svg);
}
#footer .social ul li a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 10px 0 0;
}
#footer .social ul li a:hover {
  color: #93c01f;
}
#footer ul {
  margin-bottom: 30px;
}
#footer ul li {
  list-style: none;
  line-height: 25px;
}
#footer ul li a {
  color: white;
}
#footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #93c01f;
}
#footer h5 a {
  color: #93c01f;
}
#footer h5 a:hover {
  text-decoration: none;
}
#footer #aesgp {
  margin-top: 30px;
}

#copyright {
  background: #01423f;
  font-size: 12px;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.8);
}
#copyright a {
  color: rgba(255, 255, 255, 0.6);
}

#banniere img {
  width: 100%;
  height: 350px;
}

#featured {
  background: #005854 url(../images/frise-slider.png) no-repeat;
  height: 470px;
  overflow: hidden;
  position: relative;
}
#featured iframe {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
#featured .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}
#featured .carousel-fade .carousel-inner .carousel-item, #featured .carousel-fade .carousel-inner .active.left, #featured .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
#featured .carousel-fade .carousel-inner .active, #featured .carousel-fade .carousel-inner .next.left, #featured .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#featured .carousel-fade .carousel-inner .next, #featured .carousel-fade .carousel-inner .prev, #featured .carousel-fade .carousel-inner .active.left, #featured .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#featured .carousel-fade .carousel-control {
  z-index: 2;
}
#featured .carousel-fade .carousel-indicators {
  bottom: 25px;
}
#featured.active h2, #featured.active h3, #featured.active .btn {
  opacity: 1;
}
#featured .container {
  height: 100%;
}
#featured .container .row {
  height: 100%;
}
#featured .container .row .col-md-12 {
  height: 100%;
}
#featured .container .row .col-md-12 #slider {
  height: 100%;
}
#featured .container .row .col-md-12 #slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 0;
  background-color: white;
  margin: 0 5px;
  border-radius: 12px;
}
#featured .container .row .col-md-12 #slider .carousel-indicators .active {
  background-color: #93c01f;
  border: 0;
}
#featured .container .row .col-md-12 #slider .carousel-inner {
  height: 100%;
}
#featured .container .row .col-md-12 #slider .carousel-inner .carousel-item {
  height: 100%;
}
#featured .container .row .col-md-12 #slider .carousel-inner .carousel-item .col-lg-6 {
  height: 100%;
}
#featured .illustration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto 470px !important;
}
#featured .informations {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#featured h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  animation-delay: 0.5s;
}
#featured h3 {
  font-size: 28px;
  line-height: 1.2;
  color: white;
  animation-delay: 0.5s;
}
#featured .btn {
  background: #93c01f;
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 8px;
  position: relative;
  z-index: 15;
  margin-top: 30px;
  animation-delay: 1.5s;
}
#featured .btn:hover {
  background: white;
  color: #93c01f;
}

#contenu {
  padding: 30px 0;
}
#contenu .border-right {
  border-right: solid 1px white !important;
}
#contenu h1 {
  font-size: 26px;
  font-weight: 600;
  color: #93c01f;
  position: relative;
  margin: 15px 0 30px;
}
#contenu h1:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 130px;
  height: 6px;
  background: #93c01f;
}
#contenu h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 28px;
  color: #2fac66;
  position: relative;
}
#contenu h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 65px;
  height: 5px;
  background: #2fac66;
}
#contenu h2.margintop {
  margin-top: 30px;
}
#contenu h2.vert {
  color: #93c01f;
}
#contenu h2.vert:before {
  background: #93c01f;
}
#contenu h2.empty:before {
  content: none;
}
#contenu h3 {
  font-weight: 600;
  font-size: 20px;
  color: #93c01f;
  margin-bottom: 4px;
}
#contenu p {
  margin-bottom: 20px;
}
#contenu p:last-child {
  margin-bottom: 0;
}
#contenu p a:not([class]) {
  color: #93c01f;
}
#contenu p a:not([class]):hover {
  color: #005854;
  text-decoration: none;
}
#contenu ul:not(.dropdown-menu) {
  margin-bottom: 20px;
}
#contenu ul:not(.dropdown-menu) li {
  list-style: none;
  padding-left: 55px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
}
#contenu ul:not(.dropdown-menu) li:last-child {
  margin-bottom: 0;
}
#contenu ul:not(.dropdown-menu) li:before {
  content: "\e903";
  font-family: "afipa";
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 60px;
  color: #93c01f;
}
#contenu ul:not(.dropdown-menu) li a:hover {
  color: #93c01f;
  text-decoration: none;
}
#contenu .bootstrap-select.btn-group .dropdown-toggle {
  border: 0;
}
#contenu .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
#contenu .bootstrap-select.btn-group .dropdown-menu li a {
  outline: 0;
}
#contenu hr {
  border-top: solid 1px white;
  margin: 30px 0;
}
#contenu hr.nomarge {
  margin: 0;
}
#contenu img {
  max-width: 100%;
  height: auto;
}
#contenu blockquote {
  border: 0;
  position: relative;
  text-align: center;
}
#contenu blockquote:before, #contenu blockquote:after {
  content: "\e902";
  font-family: "afipa";
  top: -20px;
  left: 50%;
  font-size: 100px;
  color: #93c01f;
  position: absolute;
}
#contenu blockquote:before {
  margin-left: -200px;
}
#contenu blockquote:after {
  margin-top: 100px;
  margin-left: 100px;
  transform: rotate(180deg);
}
#contenu .card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 0;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transition: all 0.25s ease;
}
#contenu .card.actualite {
  height: auto;
}
#contenu .card.actualite a svg {
  width: 40px;
  height: 40px;
}
#contenu .card.actualite a:hover svg .cls-2 {
  fill: #c42326;
}
#contenu .card.actualite .date {
  color: #2fac66;
  margin-bottom: 5px;
}
#contenu .card.etude, #contenu .card.bon-usage[data-plus] {
  height: 300px;
  overflow: hidden;
  position: relative;
}
#contenu .card.etude:hover, #contenu .card.bon-usage[data-plus]:hover {
  border-color: #2fac66;
}
#contenu .card.etude:after, #contenu .card.bon-usage[data-plus]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
#contenu .card.etude:before, #contenu .card.bon-usage[data-plus]:before {
  content: "Voir la suite";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  right: calc(50% - 50px);
  text-align: center;
  height: 24px;
  background: #2fac66;
  color: white;
  line-height: 24px;
  padding: 0;
  font-size: 12px;
  border-radius: 6px 6px 0 0;
}
#contenu .card.etude.on, #contenu .card.bon-usage[data-plus].on {
  height: auto;
}
#contenu .card.etude.on:after, #contenu .card.bon-usage[data-plus].on:after {
  content: none;
}
#contenu .card.etude.on:before, #contenu .card.bon-usage[data-plus].on:before {
  content: none;
}
#contenu .card.etude a, #contenu .card.bon-usage[data-plus] a {
  margin: 0 10px 0 0;
}
#contenu .card.etude a svg, #contenu .card.bon-usage[data-plus] a svg {
  width: 40px;
  height: 40px;
}
#contenu .card.etude a:hover svg .cls-2, #contenu .card.bon-usage[data-plus] a:hover svg .cls-2 {
  fill: #c42326;
}
#contenu .card.etude .label, #contenu .card.bon-usage[data-plus] .label {
  background: rgba(47, 172, 102, 0.15);
  color: #2fac66;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 4px;
  padding: 2px 7px;
  font-size: 12px;
}
#contenu .card.etude .date, #contenu .card.bon-usage[data-plus] .date {
  color: #2fac66;
  margin-bottom: 5px;
}
#contenu .card.membre:hover {
  border-color: #2fac66;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#contenu .card.membre a:hover {
  text-decoration: none;
  color: #2fac66;
}
#contenu .pagination ul {
  text-align: center;
  width: 100%;
}
#contenu .pagination ul li {
  padding: 0;
  display: inline-block;
  margin: 0;
}
#contenu .pagination ul li.active a {
  background: #93c01f;
  color: white;
}
#contenu .pagination ul li:before {
  content: none;
}
#contenu .pagination ul li a {
  background: white;
  color: #93c01f;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #93c01f;
}
#contenu .pagination ul li a:hover {
  background: #93c01f;
  color: white;
  text-decoration: none;
}
#contenu .wp-caption-text {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#contenu .important {
  background: rgb(47, 172, 102);
  background: linear-gradient(90deg, rgb(47, 172, 102) 0%, rgb(36, 130, 77) 100%);
  border-radius: 0 20px 20px 0;
  color: white;
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
#contenu .important span {
  white-space: nowrap;
}
#contenu .hierarchie {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contenu .hierarchie:last-child .equipe {
  margin-bottom: 0;
}
#contenu .hierarchie .equipe {
  margin: 0 0 60px 0;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
#contenu .hierarchie .equipe big {
  text-transform: uppercase;
  color: #93c01f;
  border: solid 1px #93c01f;
  padding: 3px 15px;
  font-size: 15px;
  display: block;
  width: auto;
  height: auto;
  line-height: 1.4;
  border-radius: 20px;
  margin-bottom: 5px;
}
#contenu .hierarchie .equipe strong {
  font-size: 15px;
}
#contenu .btn:not(.bootstrap-select) {
  background: #93c01f;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 14px;
  color: white;
  border: solid 1px #93c01f;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 30px;
}
#contenu .btn:not(.bootstrap-select).big {
  font-size: 20px;
  font-weight: 600;
  border: solid 1px #93c01f;
}
#contenu .btn:not(.bootstrap-select).big:hover {
  background: transparent;
  color: #93c01f;
  border: solid 1px #93c01f;
}
#contenu .btn:not(.bootstrap-select).vert {
  background: #93c01f;
}
#contenu .btn:not(.bootstrap-select).vert:hover {
  background: #93c01f;
}
#contenu .btn:not(.bootstrap-select):hover {
  background: white;
  color: #93c01f;
}
#contenu .subtitle {
  margin-bottom: 30px;
}
#contenu .stat {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 50px;
}
#contenu .stat img {
  margin-bottom: 10px;
}
#contenu .stat h5 {
  font-weight: 600;
  font-size: 40px;
  color: #93c01f;
}
#contenu .stat h6 {
  font-weight: 600;
  font-size: 18px;
  color: #93c01f;
  line-height: 26px;
}
#contenu .stat p {
  font-size: 18px;
  line-height: 22px;
}
#contenu .point {
  padding: 0 50px;
  text-align: center;
  display: flex;
}
#contenu .point.horizontal {
  text-align: left;
  padding: 0;
}
#contenu .point.horizontal .chiffre {
  margin-bottom: 50px;
}
#contenu .point.horizontal h3 {
  display: inline-block;
  margin-left: 30px;
}
#contenu .point .chiffre {
  background: #93c01f;
  display: inline-block;
  text-align: center;
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 26px;
  position: relative;
  margin: 0 0 30px 0;
}
#contenu .point .chiffre:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 60px;
  height: 8px;
  margin-left: -30px;
  background: #93c01f;
}
#contenu .point h3, #contenu .point p {
  text-align: left;
}
#contenu .video {
  margin-bottom: 30px;
}
#contenu .video a {
  text-decoration: none !important;
  position: absolute;
  color: white;
  background: #93c01f;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 11px;
}
#contenu .video a:nth-child(1) {
  top: 10px;
  right: 25px;
}
#contenu .video a:nth-child(2) {
  top: 35px;
  right: 25px;
}
#contenu .video a:hover {
  background: #93c01f;
}
#contenu .video img {
  border: solid 1px #d2d4dc;
}
#contenu .video h2 {
  font-size: 18px;
  line-height: 24px;
  color: #93c01f;
  position: relative;
  margin: 30px 0 15px;
}
#contenu .video h2:before {
  top: -12px;
  bottom: auto;
  left: 0;
  height: 4px;
  background: #93c01f;
}
#contenu .video .texte {
  font-size: 18px;
}
#contenu #sidebar {
  padding-top: 40px;
}
#contenu #sidebar a {
  color: #646569;
}
#contenu #onglets {
  background: #f4fbf7;
  border-bottom: solid 1px #2fac66;
}
#contenu #onglets ul {
  margin: 0;
}
#contenu #onglets ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
#contenu #onglets ul li.active:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  border-top: solid 1px #2fac66;
}
#contenu #onglets ul li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: solid 1px white;
}
#contenu #onglets ul li.active a {
  background: white;
  color: #2fac66;
  border-left: solid 1px #2fac66;
  border-right: solid 1px #2fac66;
}
#contenu #onglets ul li:before {
  content: none;
}
#contenu #onglets ul li a {
  display: block;
  line-height: 50px;
  font-weight: 600;
  padding: 0 20px;
  font-size: 15px;
}
#contenu #onglets ul li a:hover {
  color: #2fac66;
  text-decoration: none;
}

/* SPECIAL */
/* ACCUEIL */
.home #contenu {
  padding: 0 0 0;
}
.home #contenu > div:nth-child(odd) {
  background: #f9fcf4;
}
.home #contenu > div:nth-child(odd) .btn {
  background: #93c01f;
}
.home #contenu > div:nth-child(odd) .btn:hover {
  background: white;
  color: #93c01f;
}
.home #contenu > div:nth-child(even) .btn {
  background: #2fac66;
  border-color: #2fac66;
}
.home #contenu > div:nth-child(even) .btn:hover {
  background: white;
  color: #00893d;
}
.home #contenu > div .col-lg-6 {
  padding: 30px 15px 0;
}
.home #contenu .special {
  height: 285px;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.home #contenu ul li {
  padding: 0 0 10px;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #dadde1;
  font-size: 16px;
}
.home #contenu ul li:last-child {
  border: 0;
}
.home #contenu ul li:before {
  content: none;
}
.home #contenu ul li a:hover {
  color: #005854;
  text-decoration: none;
}
.home #contenu ul li a:hover strong {
  color: #2fac66;
}
.home #contenu ul li a strong {
  font-size: 16px;
  float: left;
  width: calc(100% - 80px);
}
.home #contenu ul li a span {
  float: left;
  width: 80px;
  padding-top: 1px;
}
.home #contenu ul li a p {
  margin-left: 80px;
}

/* LES ADHERENTS */
.page-id-617 #contenu .image, .page-id-1039 #contenu .image {
  text-align: center;
  margin-bottom: 10px;
}
.page-id-617 #contenu .image.labo, .page-id-1039 #contenu .image.labo {
  filter: saturate(0);
  transition: transform 0.25s ease;
}
.page-id-617 #contenu .image.labo:hover, .page-id-1039 #contenu .image.labo:hover {
  transform: scale(1.1);
}
.page-id-617 #contenu .image img, .page-id-1039 #contenu .image img {
  width: 60%;
}
.page-id-617 #contenu .important a, .page-id-1039 #contenu .important a {
  text-decoration: underline;
  color: white;
}
.page-id-617 #contenu .important a:hover, .page-id-1039 #contenu .important a:hover {
  text-decoration: none;
}

/* MODE D'EMPLOI */
.page-id-879 #contenu .bloc:nth-last-child(2) {
  padding-bottom: 70px;
  position: relative;
}
.page-id-879 #contenu #frise {
  position: absolute;
  top: 420px;
  width: calc(50% - 30px);
  background: url(../images/frise_modeemploi.png) top right;
}

/* NOS POSITIONS / ESPACE PRESSE */
.page-id-631 .position, .page-id-633 .position, .page-id-3299 .position {
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 15px;
}
.page-id-631 .position a, .page-id-633 .position a, .page-id-3299 .position a {
  position: relative;
  top: -20px;
}
.page-id-631 .position a svg, .page-id-633 .position a svg, .page-id-3299 .position a svg {
  width: 40px;
  height: 40px;
}
.page-id-631 .position a:hover svg .cls-2, .page-id-633 .position a:hover svg .cls-2, .page-id-3299 .position a:hover svg .cls-2 {
  fill: #c42326;
}
.page-id-631 .date, .page-id-633 .date, .page-id-3299 .date {
  color: #2fac66;
  width: 100px;
  display: inline-block;
}
.page-id-631 .titre, .page-id-633 .titre, .page-id-3299 .titre {
  color: #005854;
  font-weight: 600;
}
.page-id-631 .titre a, .page-id-633 .titre a, .page-id-3299 .titre a {
  top: 0;
}
.page-id-631 .titre a:hover, .page-id-633 .titre a:hover, .page-id-3299 .titre a:hover {
  color: #2fac66;
  text-decoration: none;
}
.page-id-631 .label, .page-id-633 .label, .page-id-3299 .label {
  background: rgba(47, 172, 102, 0.15);
  color: #2fac66;
  display: inline-block;
  margin: 0 0 0 15px;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 12px;
  position: relative;
  top: -2px;
}

/* BON USAGE */
.page-id-3299 .bon-usage .date {
  width: 100%;
  margin: 0 0 5px;
}
.page-id-3299 .bon-usage .date span {
  background: rgba(47, 172, 102, 0.15);
  color: #2fac66;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 30px;
}
.page-id-3299 .position {
  margin: 0;
}
.page-id-3299 .position a {
  top: 0;
}
.page-id-3299 .position a svg {
  width: 35px;
  height: 35px;
  position: relative;
  top: 12px;
}
.page-id-3299 .position .titre {
  display: block;
  padding: 15px 0;
}
.page-id-3299 .youtube a:hover {
  text-decoration: none;
}
.page-id-3299 .youtube a:hover .titre {
  color: #93c01f;
}
.page-id-3299 .youtube .image {
  margin: 0 0 10px;
}
.page-id-3299 .youtube .image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

/* CONTACT */
.page-id-36 #contenu form {
  background: #f4fbf7;
  border-radius: 10px;
  padding: 40px 100px;
  width: 100%;
}
.page-id-36 #contenu form p {
  margin-bottom: 15px;
}
.page-id-36 #contenu form p:last-child {
  margin: 0;
}
.page-id-36 #contenu form p.submit {
  text-align: center;
}
.page-id-36 #contenu form label {
  color: #2fac66;
  width: 100%;
  margin: 0;
}
.page-id-36 #contenu form input[type=text], .page-id-36 #contenu form textarea {
  border: solid 1px #CCC;
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  color: #999999;
  width: 100%;
  padding: 8px;
}
.page-id-36 #contenu form input[type=text]:focus, .page-id-36 #contenu form textarea:focus {
  border: solid 1px #74b9ef;
  box-shadow: 0 0 3px #74b9ef;
}
.page-id-36 #contenu form textarea {
  height: 120px;
  border: solid 1px #97d5b2;
  border-radius: 6px;
}
.page-id-36 #contenu form input[type=submit] {
  background: #93c01f;
  color: white;
  text-decoration: none;
  border: solid 1px #93c01f;
  font-size: 18px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 8px;
  margin-top: 15px;
  cursor: pointer;
  outline: 0;
}
.page-id-36 #contenu form input[type=submit]:hover {
  background: white;
  color: #93c01f;
}
.page-id-36 #contenu form .wpcf7-list-item {
  font-size: 12px;
  margin: 0;
}
.page-id-36 #contenu form input[type=text] {
  border: solid 1px #97d5b2;
  border-radius: 6px;
  outline: 0;
  font-size: 14px;
  color: #999999;
  width: 100%;
  padding: 8px;
}
.page-id-36 #contenu form .wpcf7-not-valid-tip {
  color: #005854;
  font-size: 12px;
}

/* FORMULAIRE D'ADHÉSION */
.page-id-2822 #contenu form, .page-id-3982 #contenu form {
  background: #f4fbf7;
  border-radius: 10px;
  padding: 40px 50px;
  width: 100%;
}

.page-id-2822 #contenu form p, .page-id-3982 #contenu form p {
  margin-bottom: 15px;
}

.page-id-2822 #contenu form p:last-child, .page-id-3982 #contenu form p:last-child {
  margin: 0;
}

.page-id-2822 #contenu form p.submit, .page-id-3982 #contenu form p.submit {
  text-align: center;
}

.page-id-2822 #contenu form label, .page-id-3982 #contenu form label {
  color: #2fac66;
  width: 100%;
  margin: 0;
}

.page-id-2822 #contenu form input[type=text], .page-id-2822 #contenu form textarea, .page-id-3982 #contenu form input[type=text], .page-id-3982 #contenu form textarea {
  border: solid 1px #CCC;
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  color: #999999;
  width: 100%;
  padding: 8px;
}

.page-id-2822 #contenu form input[type=text]:focus, .page-id-2822 #contenu form textarea:focus, .page-id-3982 #contenu form input[type=text]:focus, .page-id-3982 #contenu form textarea:focus {
  border: solid 1px #74b9ef;
  box-shadow: 0 0 3px #74b9ef;
}

.page-id-2822 #contenu form textarea, .page-id-3982 #contenu form textarea {
  height: 120px;
  border: solid 1px #97d5b2;
  border-radius: 6px;
}

.page-id-2822 #contenu form input[type=submit], .page-id-3982 #contenu form input[type=submit] {
  background: #93c01f;
  color: white;
  text-decoration: none;
  border: solid 1px #93c01f;
  font-size: 18px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 8px;
  margin-top: 15px;
  cursor: pointer;
  outline: 0;
}

.page-id-2822 #contenu form input[type=submit]:hover, .page-id-3982 #contenu form input[type=submit]:hover {
  background: white;
  color: #93c01f;
}

.page-id-2822 #contenu form .wpcf7-list-item, .page-id-3982 #contenu form .wpcf7-list-item {
  font-size: 12px;
  margin: 0;
}

.page-id-2822 #contenu form input[type=text], .page-id-3982 #contenu form input[type=text] {
  border: solid 1px #97d5b2;
  border-radius: 6px;
  outline: 0;
  font-size: 14px;
  color: #999999;
  width: 100%;
  padding: 8px;
}

.page-id-2822 #contenu form input[type=tel], .page-id-3982 #contenu form input[type=tel] {
  border: solid 1px #97d5b2;
  border-radius: 6px;
  outline: 0;
  font-size: 14px;
  color: #999999;
  width: 100%;
  padding: 8px;
}

.page-id-2822 #contenu form input[type=email], .page-id-3982 #contenu form input[type=email] {
  border: solid 1px #97d5b2;
  border-radius: 6px;
  outline: 0;
  font-size: 14px;
  color: #999999;
  width: 100%;
  padding: 8px;
}

.page-id-2822 #contenu form .wpcf7-list-item-label, .page-id-3982 #contenu form .wpcf7-list-item-label {
  font-size: 14px;
  color: #005854;
}

.page-id-2822 #contenu form .wpcf7-list-item-label:before, .page-id-3982 #contenu form .wpcf7-list-item-label:before {
  margin-left: 2px;
}

.page-id-2822 #contenu form .wpcf7-list-item-label:after, .page-id-3982 #contenu form .wpcf7-list-item-label:after {
  margin-right: 20px;
}

.page-id-2822 #contenu form .wpcf7-not-valid-tip, .page-id-3982 #contenu form .wpcf7-not-valid-tip {
  color: #005854;
  font-size: 12px;
}

/* RESPONSIVE */
@media all and (max-width: 1200px) {
  #header #menu > ul > li a {
    padding: 8px 10px;
  }
  #header #menu > ul > li a:hover:before {
    left: 4px;
  }
  /* ACCUEIL */
  .home #contenu .special {
    height: 312px;
    background-size: 100% !important;
  }
  /* CONTACT */
  .page-id-36 #contenu form {
    padding: 40px 60px;
  }
}
/* RESPONSIVE */
@media all and (max-width: 992px) {
  html, body {
    font-size: 16px;
  }
  .wrapper_btn {
    background-size: 80% !important;
    height: 295px;
  }
  #header #menu > ul > li a {
    padding: 8px 6px;
  }
  #header #menu > ul > li a:hover:before {
    left: 12px;
  }
  #header #menu > ul > li ul {
    top: 38px;
  }
  #header #menu > ul > li ul li a {
    padding: 8px 15px;
  }
  #header .social {
    top: -80px;
    position: absolute;
    right: 15px;
  }
  #header .col-md-8 {
    margin-top: 0 !important;
  }
  #header #logo {
    text-align: left;
  }
  #header #burger {
    display: block;
  }
  #header #menu {
    display: none;
    margin-top: 30px;
  }
  #header #menu.active {
    display: block;
  }
  #header #menu > ul {
    padding: 0;
  }
  #header #menu > ul > li {
    display: block;
  }
  #header #menu > ul > li a {
    display: block;
  }
  #header #menu > ul > li a:before {
    content: none !important;
  }
  #header #menu > ul > li ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
  }
  #footer .col-md-3:nth-child(2n+1), #footer .col-md-3:nth-child(2n+2) {
    margin-top: 30px;
  }
  #footer img {
    width: 140px;
    height: auto;
  }
  #featured .illustration {
    display: none;
  }
  #featured h2 {
    line-height: 1.4;
  }
  #contenu h1 {
    font-size: 24px;
  }
  #contenu h2 {
    font-size: 22px;
  }
  #contenu blockquote:before, #contenu blockquote:after {
    font-size: 80px;
  }
  #contenu blockquote:before {
    margin-left: -175px;
  }
  #contenu .important {
    font-size: 18px;
  }
  #contenu .stat {
    padding: 0 15px;
  }
  #contenu .stat h5 {
    font-size: 50px;
  }
  #contenu .stat p {
    font-size: 16px;
  }
  #contenu .point {
    margin-bottom: 30px;
  }
  #contenu .point:last-child {
    margin-bottom: 0;
  }
  #contenu .point .chiffre {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  #contenu .point .chiffre:before {
    margin-left: -25px;
    width: 50px;
  }
  #contenu #onglets ul li {
    display: block;
  }
  #contenu #onglets ul li.active:before, #contenu #onglets ul li.active:after {
    content: none;
  }
  #contenu #onglets ul li.active a {
    border: 0;
    background: transparent;
  }
  /* ACCUEIL */
  .home #contenu .col-lg-6 img {
    margin: auto;
    display: block;
    max-width: 80%;
  }
  .home #contenu .special {
    height: 312px;
  }
}
/* RESPONSIVE */
@media all and (max-width: 767px) {
  .wrapper_btn {
    height: 300px;
    margin-bottom: 60px;
    background-size: 300px !important;
  }
  .wrapper_btn:last-child {
    margin-bottom: 0;
  }
  #twitter, #linkedin {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
  #copyright p {
    float: left !important;
    clear: left;
    padding: 5px 0;
  }
  #featured h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #featured h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  #contenu .section {
    background: none !important;
  }
  #contenu .point {
    display: block;
  }
  #contenu .point .col-lg-1 {
    text-align: center;
  }
  #contenu .point .col-lg-1 .chiffre {
    margin: 15px 0 30px;
  }
  #contenu ul:not(.dropdown-menu) li {
    margin-left: 0;
  }
  #contenu .hierarchie {
    flex-wrap: wrap;
  }
  #contenu #onglets ul li a {
    padding: 8px 0;
    line-height: 22px;
  }
  /* ACCUEIL */
  .home #contenu .col-lg-6 img {
    margin-bottom: 10px;
  }
  .home #contenu big {
    margin-bottom: 10px;
  }
  .home #contenu .special {
    background-size: auto !important;
  }
  .page-id-879 #contenu #frise {
    display: none;
  }
  .page-id-879 #contenu .important {
    margin-top: 40px;
  }
  /* CONTACT */
  .page-id-36 #contenu form {
    margin-top: 30px;
    border-radius: 20px 0 60px;
    padding: 15px 15px;
  }
}
/* ACCORDEONS */
.accordeons .accordeon.on h5 {
  background: #2fac66;
  color: white;
  font-weight: bold;
}
.accordeons .accordeon.on h5:before {
  border-color: #00893d;
}
.accordeons .accordeon.on h5:after {
  background: no-repeat center center/14px url(../images/puce-verte-accordeon.svg);
  transform: rotate(180deg);
  transition: background 0.25s ease 0.25s, transform 0.25s ease 0s;
}
.accordeons .accordeon.on .detail {
  display: block;
}
.accordeons .accordeon h5, .accordeons .accordeon .h5 {
  position: relative;
  background: #f4fbf7;
  border-radius: 10px;
  padding: 15px 60px 15px 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #2fac66;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
}
.accordeons .accordeon h5:hover, .accordeons .accordeon .h5:hover {
  background: #2fac66;
  color: white;
}
.accordeons .accordeon h5:before, .accordeons .accordeon .h5:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 15px;
  border-radius: 32px;
  background: white;
  border: 1px solid #2fac66;
  transition: border 0.25s ease;
}
.accordeons .accordeon h5:after, .accordeons .accordeon .h5:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 24px;
  top: calc(50% - 7px);
  background: no-repeat center center/14px url(../images/puce-verte-accordeon.svg);
  transition: background 0.25s ease 0s, transform 0.25s ease 0.25s;
}
.accordeons .accordeon .detail {
  display: none;
  padding: 0 15px 15px 15px;
}

/* RECAPTCHA */
.grecaptcha-badge {
  display: none !important;
}

/* AXE */
.axe .wrapper {
  border-top: solid 1px black;
  margin-top: 30px;
  padding: 30px 0;
}
.axe .wrapper .titre {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 700;
}
.axe .wrapper .titre .cartouche {
  background: black;
  color: white;
  border-radius: 4px;
  padding: 4px 10px;
  margin: 0 15px 0 0;
}
.axe .wrapper .accordeon.on .detail {
  display: flex;
  justify-content: space-between;
}
.axe .wrapper .accordeon.on .detail img {
  width: 30%;
}
.axe .wrapper .accordeon.on .detail div {
  width: calc(70% - 15px);
}

/* CHAT BOT */
.chatbot {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}/*# sourceMappingURL=styles.css.map */